diff options
author | 2022-06-04 21:15:02 +0800 | |
---|---|---|
committer | 2022-06-16 19:58:20 -0700 | |
commit | a91befde350375b1ff954635acdde14dc92cd9a8 (patch) | |
tree | 44c26e747a9826eea28e678713138f7e3fd976df /kernel/kexec_file.c | |
parent | lib/list_debug.c: Detect uninitialized lists (diff) | |
download | wireguard-linux-a91befde350375b1ff954635acdde14dc92cd9a8.tar.xz wireguard-linux-a91befde350375b1ff954635acdde14dc92cd9a8.zip |
lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()
commit e78d4833c03e28> "lib: Fix possible deadlock in flexible proportion
code" adds the local_irq_ops because percpu_counter_{sum |add} ops'lock
can cause deadlock by interrupts. Now percpu_counter _{sum|add} ops use
raw_spin_(un)lock_irq*, so revert the commit and resolve the conflict.
Link: https://lkml.kernel.org/r/20220604131502.5190-1-wuchi.zero@gmail.com
Signed-off-by: wuchi <wuchi.zero@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel/kexec_file.c')
0 files changed, 0 insertions, 0 deletions