Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-02-15 Thread Naresh Kamboju
On Mon, 15 Feb 2021 at 20:05, Al Viro wrote: > > On Mon, Feb 15, 2021 at 02:11:15PM +0530, Naresh Kamboju wrote: > > > fs/coredump.c:903:9: error: 'return' with a value, in function > > returning void [-Werror=return-type] > > 903 | return 0; > > | ^ > > > > Build failed due to above

Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-02-15 Thread Al Viro
On Mon, Feb 15, 2021 at 02:11:15PM +0530, Naresh Kamboju wrote: > fs/coredump.c:903:9: error: 'return' with a value, in function > returning void [-Werror=return-type] > 903 | return 0; > | ^ > > Build failed due to above error. FWIW, here the test results in Running tests... <<>>

Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-02-15 Thread Naresh Kamboju
Hi Al Viro, On Mon, 15 Feb 2021 at 01:25, Al Viro wrote: > > On Mon, Jan 25, 2021 at 10:01:48PM +0530, Naresh Kamboju wrote: > > commit 8a3cc755b13808eba74846dfd1033fcbc21f9a65 > > Author: Al Viro > > Date: Sun Mar 8 09:16:37 2020 -0400 > > > > coredump: don't bother with do_truncate() >

Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-02-14 Thread Al Viro
On Mon, Jan 25, 2021 at 10:01:48PM +0530, Naresh Kamboju wrote: > commit 8a3cc755b13808eba74846dfd1033fcbc21f9a65 > Author: Al Viro > Date: Sun Mar 8 09:16:37 2020 -0400 > > coredump: don't bother with do_truncate() > > have dump_skip() just remember how much needs to be skipped, >

LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-01-25 Thread Naresh Kamboju
LTP syscalls madvise08 test case failed on all devices from Linux next 20210118 to till day. strace log attached to this email and link provided below. BAD: next-20210118 GOOD: next-20210115 This failure is easily reproducible on Linux next tag 20210118 above. tst_test.c:1250: TINFO: Timeout

Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-01-25 Thread Naresh Kamboju
Hi Arnd, On Mon, 25 Jan 2021 at 20:41, Arnd Bergmann wrote: > > On Mon, Jan 25, 2021 at 3:48 PM Naresh Kamboju > wrote: > > > > LTP syscalls madvise08 test case failed on all devices from > > Linux next 20210118 to till day. > > strace log attached to this email and link provided below. > > > >

Re: LTP: madvise08.c:203: TFAIL: No sequence in dump after MADV_DODUMP.

2021-01-25 Thread Arnd Bergmann
On Mon, Jan 25, 2021 at 3:48 PM Naresh Kamboju wrote: > > LTP syscalls madvise08 test case failed on all devices from > Linux next 20210118 to till day. > strace log attached to this email and link provided below. > > BAD: next-20210118 > GOOD: next-20210115 > > This failure is easily