summaryrefslogtreecommitdiff
path: root/include/pcmcia/device_id.h
diff options
context:
space:
mode:
authorGao Feng <fgao@ikuai8.com>2017-02-09 16:46:45 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-12 14:39:06 +0100
commita96e66e702bc615f5927b15c739c91d5098dac59 (patch)
tree39dd3a9311fcb5e4018f6d832110d0c99ac6bb5c /include/pcmcia/device_id.h
parent935b7f643018878bd9d4193eea8b575aff736b9b (diff)
netfilter: nf_ct_sip: Use mod_timer_pending()
timer_del() followed by timer_add() can be replaced by mod_timer_pending(). Signed-off-by: Gao Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/pcmcia/device_id.h')
0 files changed, 0 insertions, 0 deletions
ally not executable is handled by the existing test for VM_EXEC further down. That leaves us with catching the kernel attempts at executing user pages. We can catch that earlier, even before we do find_vma. It is never valid on powerpc for the kernel to take an exec fault to begin with. So fold that test with the existing test for the kernel faulting on kernel addresses to bail out early. Fixes: 1d18ad026844 ("powerpc/mm: Detect instruction fetch denied and report") Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/usb/gadget/function/f_acm.c')