Re: [f2fs-dev] [PATCH 1/2] add configure option --with-root-libdir

2018-08-27 Thread Chao Yu
On 2018/8/20 11:04, Theodore Ts'o wrote: > This allows the development link libraries to be installed in > /usr/lib, while the run-libraries are installed in /lib, which is > required by Debian policy. This can be done via: > > configure --prefix=/ --libdir=/usr/lib --with-root-libdir=/lib >

Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Chao Yu
On 2018/8/24 15:26, Theodore Ts'o wrote: > Signed-off-by: Theodore Ts'o Reviewed-by: Chao Yu -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [f2fs-dev] [PATCH 1/2] add configure option --with-root-libdir

2018-08-27 Thread Theodore Y. Ts'o
On Mon, Aug 27, 2018 at 09:57:44AM -0700, Jaegeuk Kim wrote: > > Thanks. I've added this and been testing with other patches for next release. > Are you planning on doing a new release soon? I'm also wondering if you could give some color commentary on how often you plan on bumping the shared

[f2fs-dev] [PATCH] f2fs: avoid wrong decrypted data from disk

2018-08-27 Thread Jaegeuk Kim
1. Create a file in an encrypted directory 2. Do GC & drop caches 3. Read stale data before its bio for metapage was not issued yet Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index

[f2fs-dev] WARNING: ODEBUG bug in f2fs_fill_super

2018-08-27 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:e27bc174c9c6 Add linux-next specific files for 20180824 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=11c0034a40 kernel config: https://syzkaller.appspot.com/x/.config?x=28446088176757ea

Re: [f2fs-dev] [PATCH 1/2] add configure option --with-root-libdir

2018-08-27 Thread Jaegeuk Kim
On 08/27, Theodore Y. Ts'o wrote: > On Sun, Aug 19, 2018 at 11:04:06PM -0400, Theodore Ts'o wrote: > > This allows the development link libraries to be installed in > > /usr/lib, while the run-libraries are installed in /lib, which is > > required by Debian policy. This can be done via: > > > >

Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Jaegeuk Kim
On 08/27, Theodore Y. Ts'o wrote: > Ping? This bug was noticed when I was repackaging f2fs-tools for > Debian. The problem is that libf2fs_format references the blkid > library, and Debian's shared library auditing tools noticed the > missing library dependency. Hi Ted, Thank you for the fix.

Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Theodore Y. Ts'o
Ping? This bug was noticed when I was repackaging f2fs-tools for Debian. The problem is that libf2fs_format references the blkid library, and Debian's shared library auditing tools noticed the missing library dependency. - Ted On Fri, Aug 24, 2018 at

Re: [f2fs-dev] [RFC PATCH 10/10] f2fs: fs-verity support

2018-08-27 Thread Chao Yu
Hi Eric, On 2018/8/27 1:35, Eric Biggers wrote: > Hi Chao, > > On Sat, Aug 25, 2018 at 01:54:08PM +0800, Chao Yu wrote: >> On 2018/8/25 0:16, Eric Biggers wrote: >>> From: Eric Biggers >>> #ifdef CONFIG_F2FS_CHECK_FS >>> #define f2fs_bug_on(sbi, condition)BUG_ON(condition) >>> #else

Re: [f2fs-dev] [RFC PATCH RESEND 1/4] f2fs: support superblock checksum

2018-08-27 Thread Junling Zheng
Ping... On 2018/8/14 14:56, Junling Zheng wrote: > Now we support crc32 checksum for superblock. > > Reviewed-by: Chao Yu > Signed-off-by: Junling Zheng > --- > fs/f2fs/f2fs.h | 2 ++ > fs/f2fs/super.c | 29 + > fs/f2fs/sysfs.c | 7

Re: [f2fs-dev] [PATCH 1/2] add configure option --with-root-libdir

2018-08-27 Thread Theodore Y. Ts'o
On Sun, Aug 19, 2018 at 11:04:06PM -0400, Theodore Ts'o wrote: > This allows the development link libraries to be installed in > /usr/lib, while the run-libraries are installed in /lib, which is > required by Debian policy. This can be done via: > > configure --prefix=/ --libdir=/usr/lib

[f2fs-dev] [Bug 200951] kernel NULL pointer dereference in update_sit_entry

2018-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200951 --- Comment #2 from vice...@gmail.com --- Created attachment 278131 --> https://bugzilla.kernel.org/attachment.cgi?id=278131=edit sg_vpd -- You are receiving this mail because: You are watching the assignee of the bug.

[f2fs-dev] [Bug 200951] kernel NULL pointer dereference in update_sit_entry

2018-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200951 --- Comment #1 from vice...@gmail.com --- Created attachment 278129 --> https://bugzilla.kernel.org/attachment.cgi?id=278129=edit sg_readcap -- You are receiving this mail because: You are watching the assignee of the bug.

[f2fs-dev] [Bug 200951] New: kernel NULL pointer dereference in update_sit_entry

2018-08-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200951 Bug ID: 200951 Summary: kernel NULL pointer dereference in update_sit_entry Product: File System Version: 2.5 Kernel Version: v4.19-rc1, v4.18.2 Hardware: ARM OS: Linux