summaryrefslogtreecommitdiff
path: root/debian/source
diff options
context:
space:
mode:
Diffstat (limited to 'debian/source')
0 files changed, 0 insertions, 0 deletions
ry='commit info' class='commit-info'> authorAndrey Konovalov <andreyknvl@google.com>2016-10-27 17:46:21 -0700 committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-27 18:43:42 -0700 commitb274c0bb394c6a69ac12feac7c2db81f5aff5a55 (patch) treec383709eb747685e42ace2ab17f9b78be6d36045 parent86d9f48534e800e4d62cdc1b5aaf539f4c1d47d6 (diff)
kcov: properly check if we are in an interrupt
in_interrupt() returns a nonzero value when we are either in an interrupt or have bh disabled via local_bh_disable(). Since we are interested in only ignoring coverage from actual interrupts, do a proper check instead of just calling in_interrupt(). As a result of this change, kcov will start to collect coverage from within local_bh_disable()/local_bh_enable() sections. Link: http://lkml.kernel.org/r/1476115803-20712-1-git-send-email-andreyknvl@google.com Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Acked-by: Dmitry Vyukov <dvyukov@google.com> Cc: Nicolai Stange <nicstange@gmail.com> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Kees Cook <keescook@chromium.org> Cc: James Morse <james.morse@arm.com> Cc: Vegard Nossum <vegard.nossum@oracle.com> Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat