* Re: [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
[not found] <9CC2EE8A-9F67-408A-87A1-62AF671B4BFB@linux.ibm.com>
@ 2026-09-10 14:15 ` Bert Karwatzki
2026-09-10 15:24 ` Chris S
0 siblings, 1 reply; 2+ messages in thread
From: Bert Karwatzki @ 2026-09-10 14:15 UTC (permalink / raw)
To: Joseph Qi
Cc: Bert Karwatzki, Chao Shi, Jan Kara, Venkat, Alexander Viro,
Matthew Wilcox, linux-fsdevel, Theodore Ts'o, Andreas Dilger,
Baokun Li, Ojaswin Mujoo, Ritesh Harjani, Zhang Yi, Zhang Yi,
Bob Copeland, Namjae Jeon, Sungjong Seo, Yuezhang Mo,
OGAWA Hirofumi, Mark Fasheh, Joel Becker, Joseph Qi,
Andreas Gruenbacher, linux-ext4, ocfs2-devel, gfs2, linux-kernel,
linux-next, Weidong Zhu
Just a quick reminder, in linux next-20260909 this has not been
fixed, yet.
Bert Karwatzki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
2026-09-10 14:15 ` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly Bert Karwatzki
@ 2026-09-10 15:24 ` Chris S
0 siblings, 0 replies; 2+ messages in thread
From: Chris S @ 2026-09-10 15:24 UTC (permalink / raw)
To: Bert Karwatzki
Cc: Joseph Qi, Jan Kara, Venkat, Alexander Viro, Matthew Wilcox,
linux-fsdevel, Theodore Ts'o, Andreas Dilger, Baokun Li,
Ojaswin Mujoo, Ritesh Harjani, Zhang Yi, Zhang Yi, Bob Copeland,
Namjae Jeon, Sungjong Seo, Yuezhang Mo, OGAWA Hirofumi,
Mark Fasheh, Joel Becker, Joseph Qi, Andreas Gruenbacher,
linux-ext4, ocfs2-devel, gfs2, linux-kernel, linux-next,
Weidong Zhu
You are right - I checked rather than taking my own word for it,
next-20260909 still has the unguarded dereference.
The fix is in, just not where linux-next takes its vfs branch from yet.
Christian folded the b_folio check into the commit that introduces the
folio-less buffer rather than carrying a separate patch, so on vfs.git's
vfs-7.4.bh branch 781bf9c7e307 ("buffer: allow a buffer_head to point at
memory outside the page cache") now reads
if (bh->b_folio && folio_test_dropbehind(bh->b_folio) &&
op_is_write(opf))
That finished this morning. linux-next merges vfs.all with tip is still
2026-09-02, so it carries the series without the fix - which is exactly
what you are hitting. Should go away once vfs.all is regenerated.
Thanks,
Chao
On Thu, Sep 10, 2026 at 10:16 AM Bert Karwatzki <spasswolf@web.de> wrote:
>
> Just a quick reminder, in linux next-20260909 this has not been
> fixed, yet.
>
> Bert Karwatzki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-10 15:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <9CC2EE8A-9F67-408A-87A1-62AF671B4BFB@linux.ibm.com>
2026-09-10 14:15 ` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly Bert Karwatzki
2026-09-10 15:24 ` Chris S
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox