]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode...
authorTheodore Y. Ts'o <tytso@mit.edu>
Tue, 10 Jul 2018 22:11:31 +0000 (15:11 -0700)
committerKhalid Elmously <khalid.elmously@canonical.com>
Tue, 10 Jul 2018 23:03:26 +0000 (19:03 -0400)
commit00f03e5b5ce3cbc4e202402099275793ddee5c23
tree25b08b9be1e24ba7e67dbd28f15c52481a93bc11
parent995d92186b3a37c5d53a7fe3c1ad1fce748a9f97
UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode bitmap

BugLink: http://bugs.launchpad.net/bugs/1780137
Fix regression triggered by the stress-ng[*] "chdir" test, with LKML test
patch.

Regression observed on some arm64 server platforms:

    EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: comm stress-ng: Corrupt inode bitmap

Reference: https://lkml.org/lkml/2018/7/7/2

Reported-by: dann frazier <dann.frazier@canonical.com>
Tested-by: dann frazier <dann.frazier@canonical.com>
Fixes: 044e6e3d74a3 ext4: don't update checksum of new initialized bitmaps
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
fs/ext4/ialloc.c