NFS EACCES regression since 6.15.4
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
Hi, up to the 6.15.2 mainline kernel, these commands correctly returned EROFS (Read-only file system):
/usr/lib/
true <>/mnt/
bash: /mnt/some-
Strace says the respective call and result is:
openat(AT_FDCWD, "/mnt/some-
Since 6.15.4 mainline kernel, they started incorrectly returning EACCES instead:
bash: /mnt/some-
openat(AT_FDCWD, "/mnt/some-
This breaks for example the klibc losetup command, which in turn breaks e.g. netbooting in certain cases:
/usr/lib/
Permission denied
Looking at https:/
nfs: clear SB_RDONLY before getting superblock
| tags: | added: kernel-daily-bug |
| summary: |
- NFS EACCES regression in 6.15.4 + NFS EACCES regression since 6.15.4 |

You're running an Ubuntu mainline kernel which is not supported. Please file a new report if you encounter this issue with a supported Ubuntu kernel on a supported release.