]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ext4: fix superblock checksum calculation race"
authorTheodore Ts'o <tytso@mit.edu>
Wed, 11 Nov 2020 19:24:18 +0000 (14:24 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 Nov 2020 19:24:18 +0000 (14:24 -0500)
commit59707fe57185bb49c90c22171ff04d277e78c60f
tree3542a6e980e10e37782dfc7046c83e0ddefa587e
parentf5c2a44b3fa5710003e8d7f16542d2dc678596f5
Revert "ext4: fix superblock checksum calculation race"

This reverts commit e6d806b6c379f9cc904a1bdf2cb43619e2767518 which can
result in a ext4_superblock_csum_set() trying to sleep while a
spinlock is being held.

For more discussion of this issue, please see:

https://lore.kernel.org/r/000000000000f50cb705b313ed70@google.com

Reported-by: syzbot+7a4ba6a239b91a126c28@syzkaller.appspotmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c