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 linux
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, whi
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 optim
*** 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 subscribed
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 res
5 matches
Mail list logo