[Kernel-packages] [Bug 2049689] Re: partprobe is broken on empty loopback device

2024-03-05 Thread Pierre Riteau
Thank you Stefan! -- 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/2049689 Title: partprobe is broken on empty loopback device Status in linux package in Ubuntu: Invalid Status in

[Kernel-packages] [Bug 2049689] Re: partprobe is broken on empty loopback device

2024-03-01 Thread Pierre Riteau
Sorry, I verified my original test case when 5.15.0-97.107 was made available in jammy-updates a few days ago, but this new failure was only caught by a CI job recently after new Ubuntu images became available. -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 2049689] Re: partprobe is broken on empty loopback device

2024-03-01 Thread Pierre Riteau
Kernel 5.15.0-97.107 resolves the issue for the test case documented in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2052842 However, I still see a regression with the following test case: $ fallocate -l 1G /tmp/blob $ sudo losetup $LOOPDEV /tmp/blob $ sudo /usr/sbin/parted -s -m -a

[Kernel-packages] [Bug 2052842] Re: Regression in partition table management in kernel 5.15.0-94.104

2024-02-14 Thread Pierre Riteau
*** This bug is a duplicate of bug 2049689 *** https://bugs.launchpad.net/bugs/2049689 ** This bug has been marked a duplicate of bug 2049689 partproke is broken on empty loopback device -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 2052842] [NEW] Regression in partition table management in kernel 5.15.0-94.104

2024-02-09 Thread Pierre Riteau
Public bug reported: There is a regression in partition table management in the latest jammy kernel which can be reproduced with this simple script: fallocate -l 32M /tmp/blob LOOPDEV=$(losetup -f) sudo losetup $LOOPDEV /tmp/blob sudo /usr/sbin/parted -s -m $LOOPDEV -- "mklabel gpt" Expected