summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJann Horn <jannh@google.com>2018-06-25 17:22:00 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-11 15:42:26 +0200
commitea2db4202d34c553b91ff81551335dc2d488f76e (patch)
treed0d45b28c4e32a37ae85895b324c0f85d3c65035 /Makefile
parent1e4c8faf6409f4562213cad75013653f548c1561 (diff)
netfilter: nf_log: don't hold nf_log_mutex during user access
commit ce00bf07cc95a57cd20b208e02b3c2604e532ae8 upstream. The old code would indefinitely block other users of nf_log_mutex if a userspace access in proc_dostring() blocked e.g. due to a userfaultfd region. Fix it by moving proc_dostring() out of the locked region. This is a followup to commit 266d07cb1c9a ("netfilter: nf_log: fix sleeping function called from invalid context"), which changed this code from using rcu_read_lock() to taking nf_log_mutex. Fixes: 266d07cb1c9a ("netfilter: nf_log: fix sleeping function calle[...]") Signed-off-by: Jann Horn <jannh@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions