2018-06-05 09:51:08 |
Po-Hsu Lin |
bug |
|
|
added bug |
2018-06-05 09:51:18 |
Po-Hsu Lin |
tags |
apport-bug arm64 artful uec-images |
amd64 apport-bug arm64 artful uec-images |
|
2018-06-05 09:51:24 |
Po-Hsu Lin |
tags |
amd64 apport-bug arm64 artful uec-images |
amd64 apport-bug arm64 artful trusty uec-images |
|
2018-06-05 10:00:13 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Confirmed |
|
2018-06-05 10:09:25 |
Po-Hsu Lin |
bug task added |
|
ubuntu-kernel-tests |
|
2018-06-05 16:32:48 |
Joseph Salisbury |
nominated for series |
|
Ubuntu Trusty |
|
2018-06-05 16:32:48 |
Joseph Salisbury |
bug task added |
|
linux (Ubuntu Trusty) |
|
2018-06-05 16:32:56 |
Joseph Salisbury |
linux (Ubuntu Trusty): status |
New |
Triaged |
|
2018-06-05 16:32:59 |
Joseph Salisbury |
linux (Ubuntu): status |
Confirmed |
Triaged |
|
2018-06-05 16:33:04 |
Joseph Salisbury |
linux (Ubuntu): importance |
Undecided |
Medium |
|
2018-06-05 16:33:06 |
Joseph Salisbury |
linux (Ubuntu Trusty): importance |
Undecided |
Medium |
|
2018-06-05 16:33:13 |
Joseph Salisbury |
nominated for series |
|
Ubuntu Artful |
|
2018-06-05 16:33:13 |
Joseph Salisbury |
bug task added |
|
linux (Ubuntu Artful) |
|
2018-06-05 16:33:21 |
Joseph Salisbury |
linux (Ubuntu Artful): status |
New |
Triaged |
|
2018-06-05 16:33:27 |
Joseph Salisbury |
linux (Ubuntu Artful): importance |
Undecided |
Medium |
|
2018-06-06 02:57:25 |
Po-Hsu Lin |
description |
The "fanotify09" from the LTP syscall tests has failed on a testing node with Xenial kernel installed.
Steps (with root):
1. sudo apt-get install git xfsprogs -y
2. git clone --depth=1 https://github.com/linux-test-project/ltp.git
3. cd ltp
4. make autotools
5. ./configure
6. make; make install
7. cd /opt/ltp
8. echo "fanotify09" > /tmp/jobs
9. ./runltp -f /tmp/jobs
<<<test_start>>>
tag=fanotify09 stime=1528192114
cmdline="fanotify09"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1015: INFO: Timeout per run is 0h 05m 00s
fanotify09.c:134: PASS: group 0 get event: mask 2 pid=43803 fd=9
fanotify09.c:182: FAIL: group 1 got event
fanotify09.c:182: FAIL: group 2 got event
Summary:
passed 1
failed 2
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-43-generic 4.13.0-43.48
ProcVersionSignature: User Name 4.13.0-43.48-generic 4.13.16
Uname: Linux 4.13.0-43-generic aarch64
AlsaDevices:
total 0
crw-rw---- 1 root audio 116, 1 Jun 5 08:30 seq
crw-rw---- 1 root audio 116, 33 Jun 5 08:30 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.7-0ubuntu3.9
Architecture: arm64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
Date: Tue Jun 5 09:14:07 2018
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
MachineType: Cavium ThunderX CRB
PciMultimedia:
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=C.UTF-8
SHELL=/bin/bash
ProcFB:
0 EFI VGA
1 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-43-generic root=UUID=ddcb8b36-6267-4392-a1f9-74d9203b742e ro
RelatedPackageVersions:
linux-restricted-modules-4.13.0-43-generic N/A
linux-backports-modules-4.13.0-43-generic N/A
linux-firmware 1.169.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: To be filled by O.E.M.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 0
dmi.chassis.vendor: Cavium
dmi.chassis.version: To be filled by O.E.M.
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd12/12/2012:svnCavium:pnThunderXCRB:pvrTobefilledbyO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnCavium:ct0:cvrTobefilledbyO.E.M.:
dmi.product.family: Default string
dmi.product.name: ThunderX CRB
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Cavium |
The "fanotify09" from the LTP syscall tests has failed on a testing node with A/T kernel installed.
Steps (with root):
1. sudo apt-get install git xfsprogs -y
2. git clone --depth=1 https://github.com/linux-test-project/ltp.git
3. cd ltp
4. make autotools
5. ./configure
6. make; make install
7. cd /opt/ltp
8. echo "fanotify09" > /tmp/jobs
9. ./runltp -f /tmp/jobs
<<<test_start>>>
tag=fanotify09 stime=1528192114
cmdline="fanotify09"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1015: INFO: Timeout per run is 0h 05m 00s
fanotify09.c:134: PASS: group 0 get event: mask 2 pid=43803 fd=9
fanotify09.c:182: FAIL: group 1 got event
fanotify09.c:182: FAIL: group 2 got event
Summary:
passed 1
failed 2
skipped 0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-43-generic 4.13.0-43.48
ProcVersionSignature: User Name 4.13.0-43.48-generic 4.13.16
Uname: Linux 4.13.0-43-generic aarch64
AlsaDevices:
total 0
crw-rw---- 1 root audio 116, 1 Jun 5 08:30 seq
crw-rw---- 1 root audio 116, 33 Jun 5 08:30 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.7-0ubuntu3.9
Architecture: arm64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
Date: Tue Jun 5 09:14:07 2018
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
MachineType: Cavium ThunderX CRB
PciMultimedia:
ProcEnviron:
TERM=xterm-256color
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=C.UTF-8
SHELL=/bin/bash
ProcFB:
0 EFI VGA
1 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-43-generic root=UUID=ddcb8b36-6267-4392-a1f9-74d9203b742e ro
RelatedPackageVersions:
linux-restricted-modules-4.13.0-43-generic N/A
linux-backports-modules-4.13.0-43-generic N/A
linux-firmware 1.169.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.11
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: To be filled by O.E.M.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 0
dmi.chassis.vendor: Cavium
dmi.chassis.version: To be filled by O.E.M.
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd12/12/2012:svnCavium:pnThunderXCRB:pvrTobefilledbyO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnCavium:ct0:cvrTobefilledbyO.E.M.:
dmi.product.family: Default string
dmi.product.name: ThunderX CRB
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Cavium |
|
2018-06-08 09:35:19 |
Po-Hsu Lin |
summary |
fanotify09 in LTP syscall test failed with A/T kernel |
fanotify09 in LTP syscall test failed with T/A/B kernel |
|
2018-06-08 09:35:25 |
Po-Hsu Lin |
tags |
amd64 apport-bug arm64 artful trusty uec-images |
amd64 apport-bug arm64 artful bionic trusty uec-images |
|
2018-06-08 09:37:35 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Bionic |
|
2018-06-22 08:26:38 |
Po-Hsu Lin |
summary |
fanotify09 in LTP syscall test failed with T/A/B kernel |
fanotify09 in LTP syscall test failed with T/X/A/B kernel |
|
2018-06-22 08:26:46 |
Po-Hsu Lin |
tags |
amd64 apport-bug arm64 artful bionic trusty uec-images |
amd64 apport-bug arm64 artful bionic trusty uec-images xenial |
|
2018-06-27 08:11:03 |
Po-Hsu Lin |
summary |
fanotify09 in LTP syscall test failed with T/X/A/B kernel |
fanotify09 in LTP syscall test failed with T/X/A kernel |
|
2018-07-24 09:34:53 |
Andy Whitcroft |
linux (Ubuntu Artful): status |
Triaged |
Won't Fix |
|
2019-07-08 07:31:42 |
Po-Hsu Lin |
nominated for series |
|
Ubuntu Xenial |
|
2019-07-08 07:31:42 |
Po-Hsu Lin |
bug task added |
|
linux (Ubuntu Xenial) |
|
2019-07-08 07:35:54 |
Po-Hsu Lin |
bug task deleted |
linux (Ubuntu Xenial) |
|
|
2019-07-10 08:58:36 |
Po-Hsu Lin |
tags |
amd64 apport-bug arm64 artful bionic trusty uec-images xenial |
amd64 apport-bug arm64 artful bionic trusty uec-images |
|
2019-07-10 08:58:59 |
Po-Hsu Lin |
summary |
fanotify09 in LTP syscall test failed with T/X/A kernel |
fanotify09 test case 0 in LTP syscall test failed with T kernel |
|
2019-07-24 18:43:03 |
Brad Figg |
tags |
amd64 apport-bug arm64 artful bionic trusty uec-images |
amd64 apport-bug arm64 artful bionic trusty ubuntu-certified uec-images |
|
2019-09-05 06:19:02 |
Po-Hsu Lin |
tags |
amd64 apport-bug arm64 artful bionic trusty ubuntu-certified uec-images |
amd64 apport-bug arm64 artful bionic trusty ubuntu-certified ubuntu-ltp-syscalls uec-images |
|
2019-09-17 12:57:34 |
Kleber Sacilotto de Souza |
bug task added |
|
linux (Ubuntu Bionic) |
|
2019-09-18 12:40:24 |
Alex Hung |
linux (Ubuntu Bionic): status |
New |
Invalid |
|
2019-09-19 09:47:03 |
Alex Hung |
attachment added |
|
0001-fanotify-fix-logic-of-events-on-child.patch https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1775153/+attachment/5289748/+files/0001-fanotify-fix-logic-of-events-on-child.patch |
|
2019-09-19 12:26:48 |
Ubuntu Foundations Team Bug Bot |
tags |
amd64 apport-bug arm64 artful bionic trusty ubuntu-certified ubuntu-ltp-syscalls uec-images |
amd64 apport-bug arm64 artful bionic patch trusty ubuntu-certified ubuntu-ltp-syscalls uec-images |
|
2019-09-19 12:26:50 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Terry Rudd |
2021-05-07 22:37:03 |
Kelsey Steele |
tags |
amd64 apport-bug arm64 artful bionic patch trusty ubuntu-certified ubuntu-ltp-syscalls uec-images |
amd64 apport-bug arm64 artful aws-hwe bionic patch sru-20210412 trusty ubuntu-certified ubuntu-ltp-syscalls uec-images xenial |
|