[Kernel-packages] [Bug 2056451]

2024-03-08 Thread colin.i.king
Correction, I meant to say: Course bisect, 5.15 OK, 6.5.0 onwards fail, so this looks like a regression -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2056451 Title: hfs: concurrent

[Kernel-packages] [Bug 2056451]

2024-03-08 Thread colin.i.king
Course bisect, 4.4 to 5.15 OK, 6.5.0 onwards fail, so this looks like a regression -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2056451 Title: hfs: concurrent create/unlink can trip

[Kernel-packages] [Bug 2041670]

2023-10-29 Thread colin.i.king
Yes, sorry, I pasted the text into the report and somehow forgot to put sudo ./reproducer I just wanted to clarify that the open with O_DIRECT and O_CREAT failure should not leave the file around if the open call gets an error return since this is not consistent with other file systems. Also it's

[Kernel-packages] [Bug 2041670]

2023-10-28 Thread colin.i.king
We've been here before with the minix file system: https://lore.kernel.org/all/20220107133626.413379-1-qhjin@gmail.com/T/#u in that scenario the file was not created on a file error when doing O_CREAT | O_DIRECT -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 2041670]

2023-10-28 Thread colin.i.king
The file is created but the fd is -1. Surely the semantics of a O_CREAT failure are a file that's not created. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2041670 Title: tmpfs:

[Kernel-packages] [Bug 1994079]

2022-11-18 Thread colin.i.king
The behavior for 32 bit is not what I expected, offset: 4294967295 (0x), fallocate returned: 0 allocating at the boundary is OK, where as at 0xfbff it fails. I'd expect at the boundary for it to fail too. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1994079]

2022-10-26 Thread colin.i.king
Tested and fails on m68k with ext4 and btrfs; occurs across arches and across file systems. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1994079 Title: fallocate on 32 bit boundary on

[Kernel-packages] [Bug 1994079]

2022-10-26 Thread colin.i.king
Tested and fails also on m68k Linux 4.16 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1994079 Title: fallocate on 32 bit boundary on 32 bit systems with setrlimit fails to generate