* [linux-next:master] [mm] f1295af16a: ltp.madvise11.fail
@ 2024-08-29 8:13 kernel test robot
2024-08-29 8:20 ` Kefeng Wang
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-08-29 8:13 UTC (permalink / raw)
To: Kefeng Wang
Cc: oe-lkp, lkp, Linux Memory Management List, Andrew Morton,
David Hildenbrand, Miaohe Lin, Jonathan Cameron, Naoya Horiguchi,
Oscar Salvador, linux-kernel, ltp, oliver.sang
Hello,
kernel test robot noticed "ltp.madvise11.fail" on:
commit: f1295af16abee075de68400c58550cffacc29eb1 ("mm: migrate: add isolate_folio_to_list()")
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
in testcase: ltp
version: ltp-x86_64-14c1f76-1_20240824
with following parameters:
disk: 1HDD
fs: btrfs
test: syscalls-01/madvise11
compiler: gcc-12
test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz (Ivy Bridge) with 8G memory
(please refer to attached dmesg/kmsg for entire log/backtrace)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <oliver.sang@intel.com>
| Closes: https://lore.kernel.org/oe-lkp/202408291314.bdbfa468-oliver.sang@intel.com
Running tests.......
<<<test_start>>>
tag=madvise11 stime=1724842748
cmdline="madvise11"
contacts=""
analysis=exit
<<<test_output>>>
tst_kconfig.c:88: TINFO: Parsing kernel config '/proc/config.gz'
tst_tmpdir.c:316: TINFO: Using /fs/sdb2/tmpdir/ltp-hqYc9wKboz/LTP_mad3BrMXR as tmpdir (btrfs filesystem)
tst_test.c:1809: TINFO: LTP version: 20240524-199-g2b319e3dc
tst_test.c:1813: TINFO: Tested kernel: 6.11.0-rc4-00294-gf1295af16abe #1 SMP PREEMPT_DYNAMIC Wed Aug 28 13:58:59 CST 2024 x86_64
tst_test.c:1652: TINFO: Timeout per run is 0h 03m 30s
madvise11.c:411: TINFO: Spawning 5 threads, with a total of 800 memory pages
madvise11.c:165: TINFO: Thread [0] returned 0, succeeded.
madvise11.c:165: TINFO: Thread [3] returned 0, succeeded.
madvise11.c:165: TINFO: Thread [1] returned 0, succeeded.
madvise11.c:165: TINFO: Thread [4] returned 0, succeeded.
madvise11.c:165: TINFO: Thread [2] returned 0, succeeded.
madvise11.c:200: TPASS: soft-offline / mmap race still clean
madvise11.c:363: TINFO: Restore 800 Soft-offlined pages
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
< a lot of same output here >
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
madvise11.c:292: TWARN: write(4,0x7ffe64ed2d80,8) failed: EBUSY (16)
Summary:
passed 1
failed 0
broken 0
skipped 0
warnings 800
incrementing stop
<<<execution_status>>>
initiation_status="ok"
duration=20 termination_type=exited termination_id=4 corefile=no
cutime=1 cstime=3724
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20240524-199-g2b319e3dc
###############################################################
Done executing testcases.
LTP Version: 20240524-199-g2b319e3dc
###############################################################
The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20240829/202408291314.bdbfa468-oliver.sang@intel.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master] [mm] f1295af16a: ltp.madvise11.fail
2024-08-29 8:13 [linux-next:master] [mm] f1295af16a: ltp.madvise11.fail kernel test robot
@ 2024-08-29 8:20 ` Kefeng Wang
2024-08-30 8:21 ` Oliver Sang
0 siblings, 1 reply; 3+ messages in thread
From: Kefeng Wang @ 2024-08-29 8:20 UTC (permalink / raw)
To: kernel test robot
Cc: oe-lkp, lkp, Linux Memory Management List, Andrew Morton,
David Hildenbrand, Miaohe Lin, Jonathan Cameron, Naoya Horiguchi,
Oscar Salvador, linux-kernel, ltp
On 2024/8/29 16:13, kernel test robot wrote:
>
>
> Hello,
>
> kernel test robot noticed "ltp.madvise11.fail" on:
>
> commit: f1295af16abee075de68400c58550cffacc29eb1 ("mm: migrate: add isolate_folio_to_list()")
f1295af16abee075de68400c58550cffacc29eb1 tags/next-20240828~164^2~86
on next-20240828, it was fixed in the next patch,
f1295af16abe mm: migrate: add isolate_folio_to_list()
4e3a04695e25 mm-migrate-add-isolate_folio_to_list-fix // this should fix
the issue.
or please test next-20240829
Thanks.
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
>
> in testcase: ltp
> version: ltp-x86_64-14c1f76-1_20240824
> with following parameters:
>
> disk: 1HDD
> fs: btrfs
> test: syscalls-01/madvise11
>
>
>
> compiler: gcc-12
> test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz (Ivy Bridge) with 8G memory
>
> (please refer to attached dmesg/kmsg for entire log/backtrace)
>
>
>
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <oliver.sang@intel.com>
> | Closes: https://lore.kernel.org/oe-lkp/202408291314.bdbfa468-oliver.sang@intel.com
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master] [mm] f1295af16a: ltp.madvise11.fail
2024-08-29 8:20 ` Kefeng Wang
@ 2024-08-30 8:21 ` Oliver Sang
0 siblings, 0 replies; 3+ messages in thread
From: Oliver Sang @ 2024-08-30 8:21 UTC (permalink / raw)
To: Kefeng Wang
Cc: oe-lkp, lkp, Linux Memory Management List, Andrew Morton,
David Hildenbrand, Miaohe Lin, Jonathan Cameron, Naoya Horiguchi,
Oscar Salvador, linux-kernel, ltp, oliver.sang
hi, Kefeng Wang,
On Thu, Aug 29, 2024 at 04:20:56PM +0800, Kefeng Wang wrote:
>
>
> On 2024/8/29 16:13, kernel test robot wrote:
> >
> >
> > Hello,
> >
> > kernel test robot noticed "ltp.madvise11.fail" on:
> >
> > commit: f1295af16abee075de68400c58550cffacc29eb1 ("mm: migrate: add isolate_folio_to_list()")
>
>
> f1295af16abee075de68400c58550cffacc29eb1 tags/next-20240828~164^2~86
>
> on next-20240828, it was fixed in the next patch,
>
> f1295af16abe mm: migrate: add isolate_folio_to_list()
> 4e3a04695e25 mm-migrate-add-isolate_folio_to_list-fix // this should fix the
> issue.
>
> or please test next-20240829
thanks a lot for information! yes, it was fixed.
normally our kernel test bot will check if the issue still exist on latest
tip of the branch. for this case, unfortunately, the check was missed by
accident.
sorry for the noise.
>
> Thanks.
>
> > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
> >
> > in testcase: ltp
> > version: ltp-x86_64-14c1f76-1_20240824
> > with following parameters:
> >
> > disk: 1HDD
> > fs: btrfs
> > test: syscalls-01/madvise11
> >
> >
> >
> > compiler: gcc-12
> > test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz (Ivy Bridge) with 8G memory
> >
> > (please refer to attached dmesg/kmsg for entire log/backtrace)
> >
> >
> >
> >
> > If you fix the issue in a separate patch/commit (i.e. not just a new version of
> > the same patch/commit), kindly add following tags
> > | Reported-by: kernel test robot <oliver.sang@intel.com>
> > | Closes: https://lore.kernel.org/oe-lkp/202408291314.bdbfa468-oliver.sang@intel.com
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-30 8:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-29 8:13 [linux-next:master] [mm] f1295af16a: ltp.madvise11.fail kernel test robot
2024-08-29 8:20 ` Kefeng Wang
2024-08-30 8:21 ` Oliver Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox