* [linus:master] [xattr] dc0876b984: ltp.fsetxattr02.fail
@ 2026-05-06 7:23 kernel test robot
2026-05-06 9:40 ` Jan Kara
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2026-05-06 7:23 UTC (permalink / raw)
To: Christian Brauner
Cc: oe-lkp, lkp, linux-kernel, Darrick J. Wong, Jan Kara,
linux-fsdevel, ltp, oliver.sang
Hello,
kernel test robot noticed "ltp.fsetxattr02.fail" on:
commit: dc0876b9846d3d48bb8528332106d1b051578a02 ("xattr: support extended attributes on sockets")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
[test failed on linus/master f1a5e78a55ebf2b05777fd5eb738038ddae609d6]
[test failed on linux-next/master b9303e6bff706758c167af686b5315ad00233bf8]
in testcase: ltp
version:
with following parameters:
disk: 1HDD
fs: btrfs
test: syscalls-07/fsetxattr02
config: x86_64-rhel-9.4-ltp
compiler: gcc-14
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/202605061511.8611e3df-lkp@intel.com
2026-05-02 02:19:39 export LTP_RUNTIME_MUL=2
2026-05-02 02:19:39 export LTPROOT=/lkp/benchmarks/ltp
2026-05-02 02:19:39 kirk -f temp_single_test --tmp-dir /fs/sda2/tmpdir
Host information
Hostname: lkp-ivb-d04
Python: 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0]
Directory: /fs/sda2/tmpdir/kirk.root/tmpcaoemso4
Connecting to SUT: default
Suite: temp_single_test
───────────────────────
^[[1;37mfsetxattr02: ^[[0m^[[1;31mfail^[[0m | ^[[1;33mtainted^[[0m (0.085s)
Execution time: 0.378s
Disconnecting from SUT: default
Target information
──────────────────
Kernel: Linux 7.0.0-rc1+ #1 SMP PREEMPT_DYNAMIC Thu Apr 30 21:16:48 CST 2026
Cmdline: ip=::::lkp-ivb-d04::dhcp
root=/dev/ram0
RESULT_ROOT=/result/ltp/1HDD-btrfs-syscalls-07_fsetxattr02/lkp-ivb-d04/debian-13-x86_64-20250902.cgz/x86_64-rhel-9.4-ltp/gcc-14/dc0876b9846d3d48bb8528332106d1b051578a02/0
BOOT_IMAGE=/pkg/linux/x86_64-rhel-9.4-ltp/gcc-14/dc0876b9846d3d48bb8528332106d1b051578a02/vmlinuz-7.0.0-rc1+
branch=internal-tdx-kvm-upstream/ci/next-20260424-7080e32d3f09d-2026-04-24
job=/lkp/jobs/scheduled/lkp-ivb-d04/ltp-1HDD-btrfs-syscalls-07_fsetxattr02-debian-13-x86_64-20250902.cgz-dc0876b9846d-20260502-17404-1wyqyyu-1.yaml
user=lkp
ARCH=x86_64
kconfig=x86_64-rhel-9.4-ltp
commit=dc0876b9846d3d48bb8528332106d1b051578a02
intremap=posted_msi
max_uptime=14400
LKP_SERVER=internal-lkp-server
nokaslr
selinux=0
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw
keep_initrds=/osimage/pkg/debian-13-x86_64-20250902.cgz/ltp-x86_64-92ea0639e-1_20260301.cgz
Machine: unknown
Arch: x86_64
RAM: 6899188 kB
Swap: 0 kB
Distro: debian 13
────────────────────────
TEST SUMMARY
────────────────────────
Suite: temp_single_test
Runtime: 0.085s
Runs: 1
Results:
Passed: 6
Failed: 1
Broken: 0
Skipped: 0
Warnings: 0
^[[1;31mFailures:^[[0m
• fsetxattr02
Session stopped
The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20260506/202605061511.8611e3df-lkp@intel.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linus:master] [xattr] dc0876b984: ltp.fsetxattr02.fail
2026-05-06 7:23 [linus:master] [xattr] dc0876b984: ltp.fsetxattr02.fail kernel test robot
@ 2026-05-06 9:40 ` Jan Kara
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2026-05-06 9:40 UTC (permalink / raw)
To: ltp
Cc: Christian Brauner, oe-lkp, lkp, linux-kernel, Darrick J. Wong,
Jan Kara, linux-fsdevel, kernel test robot
On Wed 06-05-26 15:23:06, kernel test robot wrote:
> kernel test robot noticed "ltp.fsetxattr02.fail" on:
The test verifies setting xattrs on sockets fails...
> commit: dc0876b9846d3d48bb8528332106d1b051578a02 ("xattr: support extended attributes on sockets")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
... which obviously isn't the case anymore with this commit. We need to
update the test expect success on sockets with recent kernels.
Honza
>
> [test failed on linus/master f1a5e78a55ebf2b05777fd5eb738038ddae609d6]
> [test failed on linux-next/master b9303e6bff706758c167af686b5315ad00233bf8]
>
> in testcase: ltp
> version:
> with following parameters:
>
> disk: 1HDD
> fs: btrfs
> test: syscalls-07/fsetxattr02
>
>
> config: x86_64-rhel-9.4-ltp
> compiler: gcc-14
> 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/202605061511.8611e3df-lkp@intel.com
>
>
> 2026-05-02 02:19:39 export LTP_RUNTIME_MUL=2
> 2026-05-02 02:19:39 export LTPROOT=/lkp/benchmarks/ltp
> 2026-05-02 02:19:39 kirk -f temp_single_test --tmp-dir /fs/sda2/tmpdir
> Host information
> Hostname: lkp-ivb-d04
> Python: 3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0]
> Directory: /fs/sda2/tmpdir/kirk.root/tmpcaoemso4
>
> Connecting to SUT: default
>
> Suite: temp_single_test
> ───────────────────────
> ^[[1;37mfsetxattr02: ^[[0m^[[1;31mfail^[[0m | ^[[1;33mtainted^[[0m (0.085s)
>
> Execution time: 0.378s
>
> Disconnecting from SUT: default
>
> Target information
> ──────────────────
> Kernel: Linux 7.0.0-rc1+ #1 SMP PREEMPT_DYNAMIC Thu Apr 30 21:16:48 CST 2026
> Cmdline: ip=::::lkp-ivb-d04::dhcp
> root=/dev/ram0
> RESULT_ROOT=/result/ltp/1HDD-btrfs-syscalls-07_fsetxattr02/lkp-ivb-d04/debian-13-x86_64-20250902.cgz/x86_64-rhel-9.4-ltp/gcc-14/dc0876b9846d3d48bb8528332106d1b051578a02/0
> BOOT_IMAGE=/pkg/linux/x86_64-rhel-9.4-ltp/gcc-14/dc0876b9846d3d48bb8528332106d1b051578a02/vmlinuz-7.0.0-rc1+
> branch=internal-tdx-kvm-upstream/ci/next-20260424-7080e32d3f09d-2026-04-24
> job=/lkp/jobs/scheduled/lkp-ivb-d04/ltp-1HDD-btrfs-syscalls-07_fsetxattr02-debian-13-x86_64-20250902.cgz-dc0876b9846d-20260502-17404-1wyqyyu-1.yaml
> user=lkp
> ARCH=x86_64
> kconfig=x86_64-rhel-9.4-ltp
> commit=dc0876b9846d3d48bb8528332106d1b051578a02
> intremap=posted_msi
> max_uptime=14400
> LKP_SERVER=internal-lkp-server
> nokaslr
> selinux=0
> debug
> apic=debug
> sysrq_always_enabled
> rcupdate.rcu_cpu_stall_timeout=100
> net.ifnames=0
> printk.devkmsg=on
> panic=-1
> softlockup_panic=1
> nmi_watchdog=panic
> oops=panic
> load_ramdisk=2
> prompt_ramdisk=0
> drbd.minor_count=8
> systemd.log_level=err
> ignore_loglevel
> console=tty0
> earlyprintk=ttyS0,115200
> console=ttyS0,115200
> vga=normal
> rw
> keep_initrds=/osimage/pkg/debian-13-x86_64-20250902.cgz/ltp-x86_64-92ea0639e-1_20260301.cgz
> Machine: unknown
> Arch: x86_64
> RAM: 6899188 kB
> Swap: 0 kB
> Distro: debian 13
>
> ────────────────────────
> TEST SUMMARY
> ────────────────────────
> Suite: temp_single_test
> Runtime: 0.085s
> Runs: 1
>
> Results:
> Passed: 6
> Failed: 1
> Broken: 0
> Skipped: 0
> Warnings: 0
>
> ^[[1;31mFailures:^[[0m
> • fsetxattr02
>
> Session stopped
>
>
>
> The kernel config and materials to reproduce are available at:
> https://download.01.org/0day-ci/archive/20260506/202605061511.8611e3df-lkp@intel.com
>
>
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-06 9:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 7:23 [linus:master] [xattr] dc0876b984: ltp.fsetxattr02.fail kernel test robot
2026-05-06 9:40 ` Jan Kara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox