aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dlink/ssh:/git@git.zx2c4.com/git:
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-10-26 15:48:30 +0200
committerAndrew Morton <akpm@linux-foundation.org>2022-10-28 13:37:23 -0700
commitdda1c41a07b4a4c3f99b5b28c1e8c485205fe860 (patch)
tree5ce360fff16ca56c711caa77ff774f2af0ac647a /drivers/net/ethernet/dlink/ssh:/git@git.zx2c4.com/git:
parentlib: maple_tree: remove unneeded initialization in mtree_range_walk() (diff)
mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off region
lru_gen_add_mm() has been added within an IRQ-off region in the commit mentioned below. The other invocations of lru_gen_add_mm() are not within an IRQ-off region. The invocation within IRQ-off region is problematic on PREEMPT_RT because the function is using a spin_lock_t which must not be used within IRQ-disabled regions. The other invocations of lru_gen_add_mm() occur while task_struct::alloc_lock is acquired. Move lru_gen_add_mm() after interrupts are enabled and before task_unlock(). Link: https://lkml.kernel.org/r/20221026134830.711887-1-bigeasy@linutronix.de Fixes: bd74fdaea1460 ("mm: multi-gen LRU: support page table walks") Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: Yu Zhao <yuzhao@google.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: "Eric W . Biederman" <ebiederm@xmission.com> Cc: Kees Cook <keescook@chromium.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/net/ethernet/dlink/ssh:/git@git.zx2c4.com/git:')
0 files changed, 0 insertions, 0 deletions
span title='2013-09-24 06:02:23 +1000'>2013-09-24crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2 2012-08-01crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna1-40/+23 2011-11-09crypto: ansi_cprng - enforce key != seed in fips modeJarod Wilson1-0/+8 2011-03-31Fix common misspellingsLucas De Marchi1-1/+1 2009-11-23crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput1-28/+28 2009-10-27crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin1-3/+0 2009-10-19crypto: ansi_cprng - Add FIPS wrapperNeil Horman1-9/+70 2009-08-29crypto: ansi_cprng - Fix module initializationSteffen Klassert1-8/+1 2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior1-17/+8 2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior1-5/+4 2009-02-18crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman1-0/+6 2009-02-18crypto: ansi_cprng - Force reset on allocationNeil Horman1-1/+10