Hello,
syzbot found the following issue on:
HEAD commit:6498f6151825 Merge tag 'riscv-for-linus-5.14-rc3' of git:/..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=14bbce4630
kernel config: https://syzkaller.appspot.com/x/.config?x=5dc0e3202ae2f574
das
From: Daeho Jeong
When we print out a discontinuous compression chunk, it shows like a
continuous chunk now. To show it more correctly, I've changed the way of
printing fiemap info like below. Plus, eliminated NEW_ADDR(-1) in fiemap
info, since it is not in fiemap user api manual.
Let's assume 1
On Thu, Jul 01, 2021 at 11:53:45PM -0700, Eric Biggers wrote:
> This series makes the stat() family of syscalls start reporting the
> correct size for encrypted symlinks.
>
> See patch 1 for a detailed explanation of the problem and solution.
>
> Patch 1 adds a helper function that computes the c
On Sun, Jul 25, 2021 at 08:47:51AM -0700, Jaegeuk Kim wrote:
> On 07/25, Jaegeuk Kim wrote:
> > Note that, this patch is failing generic/250.
>
> correction: it's failing in 4.14 and 4.19 after simple cherry-pick, but
> giving no failure on 5.4, 5.10, and mainline.
>
For me, generic/250 fails on
On Sun, Jul 25, 2021 at 06:50:51PM +0800, Chao Yu wrote:
> On 2021/7/16 22:39, Eric Biggers wrote:
> > From: Eric Biggers
> >
> > f2fs_write_begin() assumes that all blocks were preallocated by
> > default unless FI_NO_PREALLOC is explicitly set. This invites data
> > corruption, as there are ca
On 07/25, Jaegeuk Kim wrote:
> Note that, this patch is failing generic/250.
correction: it's failing in 4.14 and 4.19 after simple cherry-pick, but
giving no failure on 5.4, 5.10, and mainline.
>
> On 07/16, Eric Biggers wrote:
> > From: Eric Biggers
> >
> > f2fs_write_begin() assumes that al
Note that, this patch is failing generic/250.
On 07/16, Eric Biggers wrote:
> From: Eric Biggers
>
> f2fs_write_begin() assumes that all blocks were preallocated by
> default unless FI_NO_PREALLOC is explicitly set. This invites data
> corruption, as there are cases in which not all blocks are
On 2021/7/16 22:39, Eric Biggers wrote:
From: Eric Biggers
f2fs_write_begin() assumes that all blocks were preallocated by
default unless FI_NO_PREALLOC is explicitly set. This invites data
corruption, as there are cases in which not all blocks are preallocated.
Commit 47501f87c61a ("f2fs: pre
On 2021/7/16 22:39, Eric Biggers wrote:
From: Eric Biggers
Make f2fs_write_failed() take a 'struct inode' directly rather than a
'struct address_space', as this simplifies it slightly.
Signed-off-by: Eric Biggers
Reviewed-by: Chao Yu
Thanks,
_