Message ID | 20240228222410.43705-1-bethany.jamison@canonical.com |
---|---|
Headers | show |
Series | CVE-2024-23850 | expand |
On 24/02/28 04:24PM, Bethany Jamison wrote: > [Impact] > > In btrfs_get_root_ref in fs/btrfs/disk-io.c in the Linux kernel through > 6.7.1, there can be an assertion failure and crash because a subvolume can > be read out too soon after its root item is inserted upon subvolume > creation. > > [Fix] > > Mantic: Clean cherry-pick. > Jammy: Mantic patch applied cleanly. > > [Test Case] > > Compile and boot tested. > > [Where problems could occur] > > This affects those who use a kernel 6.7.1 and older and make subvolumes > for btrfs. > > Qu Wenruo (1): > btrfs: do not ASSERT() if the newly created subvolume already got read > > fs/btrfs/disk-io.c | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) Acked-by: Andrei Gherzan <andrei.gherzan@canonical.com>
On 2/28/24 3:24 PM, Bethany Jamison wrote: > [Impact] > > In btrfs_get_root_ref in fs/btrfs/disk-io.c in the Linux kernel through > 6.7.1, there can be an assertion failure and crash because a subvolume can > be read out too soon after its root item is inserted upon subvolume > creation. > > [Fix] > > Mantic: Clean cherry-pick. > Jammy: Mantic patch applied cleanly. > > [Test Case] > > Compile and boot tested. > > [Where problems could occur] > > This affects those who use a kernel 6.7.1 and older and make subvolumes > for btrfs. > > Qu Wenruo (1): > btrfs: do not ASSERT() if the newly created subvolume already got read > > fs/btrfs/disk-io.c | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > Acked-by: Tim Gardner <tim.gardner@canonical.com>
On 28.02.24 23:24, Bethany Jamison wrote: > [Impact] > > In btrfs_get_root_ref in fs/btrfs/disk-io.c in the Linux kernel through > 6.7.1, there can be an assertion failure and crash because a subvolume can > be read out too soon after its root item is inserted upon subvolume > creation. > > [Fix] > > Mantic: Clean cherry-pick. > Jammy: Mantic patch applied cleanly. > > [Test Case] > > Compile and boot tested. > > [Where problems could occur] > > This affects those who use a kernel 6.7.1 and older and make subvolumes > for btrfs. > > Qu Wenruo (1): > btrfs: do not ASSERT() if the newly created subvolume already got read > > fs/btrfs/disk-io.c | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > Applied to mantic,jammy:linux/master-next. Thanks. -Stefan