summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEvgeny Novikov <novikov@ispras.ru>2020-07-14 19:20:49 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-11-16 10:31:15 +0100
commit6651dba2bd838f34cf5a1e84229aaa579b1a94fe (patch)
tree88aeee3e95705423c3c8e7d687c6dd7645df982b /tools/perf/scripts/python
parentd30ac9d81a33757467eeb8e78606c7748220fb21 (diff)
downloadkernel-6651dba2bd838f34cf5a1e84229aaa579b1a94fe.tar.gz
media: isif: reset global state
isif_probe() invokes iounmap() on error handling paths, but it does not reset the global state. So, later it can invoke iounmap() even when ioremap() fails. This is the case also for isif_remove(). The patch resets the global state after invoking iounmap() to avoid this. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Evgeny Novikov <novikov@ispras.ru> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
cb'>crypto: algif_aead - fix comment regarding memory layoutStephan Mueller 2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller 2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller 2017-08-09crypto: algif - return error code when no data was processedStephan Mueller 2017-07-28crypto: algif_aead - overhaul memory managementStephan Mueller 2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena 2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller 2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar 2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain 2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds 2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller 2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller 2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller 2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller 2016-11-14net: fix sleeping for sk_wait_event()WANG Cong 2016-04-05crypto: af_alg - add async support to algif_aeadTadeusz Struk 2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet 2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu 2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin