Public bug reported:
Binary package hint: sysv-rc
When CONCURRENCY=shell is used in /etc/init.d/rc many backgrouned
scripts can be executed in parallel, but we wait only for the first one
to finish before spawning the next group of init scripts with another
sequence number. The correct way is to
** Attachment added: "fix: wait for all the backgrounded init scripts with the
same sequence number before executing the next bunch of scripts"
http://launchpadlibrarian.net/26327202/sysvinit-correctly-wait-for-backgrounded-tasks.debdiff
--
sysvinit: correctly wait for backgrounded tasks wi
The fix for iozone-308 is very simple anyway. There's a potential buffer
overflow when the hostname is saved into the string
controlling_host_name by gethostname(), using a wrong length for the
string. See the attachment.
** Attachment added: "fix iozone "buffer overflow detected" error in jaunty"
Public bug reported:
In hirsute apparmor's autopkgtest is failing due to a missing package
dependency:
E: Unable to locate package kopano-dagent
E: Package 'kopano-server' has no installation candidate
compile-policy FAIL badpkg
It looks like kopano-dagent and kopano-server have been remov
Public bug reported:
The latest kernel in hirsute is going to be 5.8.0.30.32+21.04.34. With
this kernel installed the autopkgtest for casper is failing with the
following error:
qemu: could not open kernel file
'/boot/vmlinu*-5.8.0.30.32+21-04-generic': No such file or directory
The reason is
Debdiff in attach seems to fix the problem.
** Patch added: "casper-autopkgtest-fix.debdiff"
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1905357/+attachment/5437368/+files/casper-autopkgtest-fix.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs,
** Also affects: zfs-linux (Ubuntu Groovy)
Importance: Undecided
Status: New
** Also affects: zfs-linux (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: zfs-linux (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: zfs-linux (Ubuntu
** Description changed:
+ [Impact]
+
+ zfs_write() doesn't properly account partial copies done by
+ copy_from_user(), causing accesses past the end of objects and
+ triggering kernel panics.
+
+ [Test case]
+
+ The problem seems to be workload specific, there is not a specific test
+ case to r
debdiff for focal reported in attach (built and tested).
** Patch added: "focal-zfs-fix-double-free-with-zfs-mount.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1902588/+attachment/5438801/+files/focal-zfs-fix-double-free-with-zfs-mount.debdiff
--
You received this bug no
debdiff for groovy in attach (all zfs autotests completed correctly).
** Patch added: "groovy-zfs-fix-double-free-with-zfs-mount.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1902588/+attachment/5438809/+files/groovy-zfs-fix-double-free-with-zfs-mount.debdiff
--
You recei
debdiff for hirsute in attach.
** Patch added: "hirsute-zfs-fix-double-free-with-zfs-mount.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1902588/+attachment/5438827/+files/hirsute-zfs-fix-double-free-with-zfs-mount.debdiff
--
You received this bug notification because you
New debdiff for focal applied on top of the latest 0.8.3-1ubuntu12.6.
** Patch added: "zfs-fix-uio-partial-copies.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1904589/+attachment/5439545/+files/zfs-fix-uio-partial-copies.debdiff
--
You received this bug notification beca
New debdiff for focal on top of 0.8.3-1ubuntu12.7.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902588
Title:
zfs mount -a: double free / memory corruption / segfault when
mountpoint of dataset
** Patch added: "focal-zfs-fix-double-free-with-zfs-mount.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1902588/+attachment/5439561/+files/focal-zfs-fix-double-free-with-zfs-mount.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
** Changed in: zfs-linux (Ubuntu Xenial)
Status: In Progress => Invalid
** Changed in: zfs-linux (Ubuntu Bionic)
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
I've tried to reproduce this problem running the following commands:
ubuntu@focal:~$ fallocate -l 8G /home/ubuntu/disk.img
ubuntu@focal:~$ sudo zpool create pool1 /home/ubuntu/disk.img
ubuntu@focal:~$ sudo zfs create -o encryption=on -o keyformat=passphrase
pool1/pool1
Enter passphrase:
Re-enter
Steps used to verify the fix (both in focal and groovy):
$ fallocate -l 8G /home/ubuntu/disk.img
$ sudo zpool create pool /home/ubuntu/disk.img
$ for i in {1..20}; do sudo zfs create pool/ds$i; done
$ sudo zfs unmount pool/ds20
$ sudo zfs mount -a & sudo zfs mount -a &
[1] 1964
[2] 1965
ubuntu@gr
Hi @seth-arnold,
adding some details to this bug:
dn->dn_type = 19 = DMU_OT_PLAIN_FILE_CONTENTS
dn->dn_type = 20 = DMU_OT_DIRECTORY_CONTENTS
So they look correct, they seem to be just plain files and directories.
However, the specific object that is causing the panic seems to have
dn_type=32
I just noticed the bug on github that also mentions about potential data
corruption. It looks like we need to recompile zfs with --enable-debug.
I'll try to produce a debug package with that.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
I've uploaded the latest version of zfs with debugging enabled (--enable-debug)
in this ppa:
https://launchpad.net/~arighi/+archive/ubuntu/zfs-linux
sudo add-apt-repository ppa:arighi/zfs-linux
sudo apt-get update
sudo apt-get install zfs-dkms
It'd be interesting to repeat the test using this ve
** Also affects: linux-aws (Ubuntu Bionic)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906850
Title:
aws: xen-netfront: prevent potential error on hibe
Public bug reported:
[Impact]
oss4-dkms fails to build on the latest hirsute 5.11 kernel with the
following error:
/var/lib/dkms/oss4/4.2-build2010/build/core/oss_core.c:90:10: error: implicit
declaration of function ‘get_seconds’ [-Werror=implicit-function-declaration]
90 | return get_sec
Attached debdiff fixes the build errors.
** Patch added: "oss4-dkms-support-linux-5.11.debdiff"
https://bugs.launchpad.net/ubuntu/+source/oss4/+bug/1916872/+attachment/5466980/+files/oss4-dkms-support-linux-5.11.debdiff
--
You received this bug notification because you are a member of Ubuntu
Update: all the previous errors seem to be fixed, now the only one left
is an undefined "struct ethtool_ops" build error.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915900
Title:
virtualbox-gues
Edit: update launchpad bug in the changelog.
** Patch added: "oss4-dkms-support-linux-5.11.debdiff"
https://bugs.launchpad.net/ubuntu/+source/oss4/+bug/1916872/+attachment/5467109/+files/oss4-dkms-support-linux-5.11.debdiff
--
You received this bug notification because you are a member of Ub
The debdiff in attach seems to fix the build error on the latest 5.11
kernel.
** Patch added: "lp1915900-virtualbox-linux-5.11.debdiff"
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1915900/+attachment/5467110/+files/lp1915900-virtualbox-linux-5.11.debdiff
--
You received this bu
** Description changed:
+ Edit: all the previous errors seem to be fixed, now the only one left is
+ an undefined "struct ethtool_ops" build error.
+
+ [Old errors]
+
virtualbox-guest-dkms is failing to build on the latest 5.11 kernel (on
hirsute) with the following errors:
/var/lib/dkm
Public bug reported:
virtualbox-guest-dkms is still failing with kernel 5.11:
/var/lib/dkms/virtualbox-guest/6.1.18/build/vboxvideo/vbox_drv.c:345:3: error:
‘struct drm_driver’ has no member named ‘gem_free_object_unlocked’
345 | .gem_free_object_unlocked = vbox_gem_free_object,
| ^~
** Description changed:
[Impact]
In LP: #1918694 we applied a fix and a workaround to solve the
hibernation issues on c5.18xlarge. The workaround was in the form of a
SAUCE patch:
"UBUNTU: SAUCE: aws: kvm: double the size of hv_clock_boot"
- It looks like we can replace this w
** Also affects: linux-aws (Ubuntu Groovy)
Importance: Undecided
Status: New
** Also affects: linux-aws (Ubuntu Hirsute)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
[Impact]
In L
** Summary changed:
- properly tear down KVM PV features on hibernate
+ kvm: properly tear down PV features on hibernate
** Description changed:
[Impact]
In LP: #1918694 we applied a fix and a workaround to solve the
hibernation issues on c5.18xlarge. The workaround was in the form of a
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929181/+attachment/5499185/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929181
Title:
backport-iwlwifi-dkms/8613
Public bug reported:
This is a scripted bug report about ADT failures while running backport-
iwlwifi-dkms tests for linux-unstable/5.13.0-3.3 on impish. Whether this
is caused by the dep8 tests of the tested source or the kernel has yet
to be determined.
Testing failed on:
amd64:
https://au
Public bug reported:
This is a scripted bug report about ADT failures while running backport-
iwlwifi-dkms tests for linux-unstable/5.13.0-3.3 on impish. Whether this
is caused by the dep8 tests of the tested source or the kernel has yet
to be determined.
Testing failed on:
amd64:
https://au
Public bug reported:
This is a scripted bug report about ADT failures while running
virtualbox-hwe tests for linux-unstable/5.13.0-3.3 on impish. Whether
this is caused by the dep8 tests of the tested source or the kernel has
yet to be determined.
Testing failed on:
arm64:
https://autopkgtes
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929194/+attachment/5499207/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929194
Title:
virtualbox-hwe/6.1.22-dfsg
Public bug reported:
This is a scripted bug report about ADT failures while running
virtualbox tests for linux-unstable/5.13.0-3.3 on impish. Whether this
is caused by the dep8 tests of the tested source or the kernel has yet
to be determined.
Testing failed on:
amd64:
https://autopkgtest.ub
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499201/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499202/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499203/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499204/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499205/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929193/+attachment/5499206/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929193
Title:
virtualbox/6.1.22-dfsg-1 A
Public bug reported:
This is a scripted bug report about ADT failures while running nvidia-
graphics-drivers-390 tests for linux-unstable/5.13.0-3.3 on impish.
Whether this is caused by the dep8 tests of the tested source or the
kernel has yet to be determined.
Testing failed on:
amd64:
http
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929192/+attachment/5499198/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929192
Title:
nvidia-graphics-drivers-39
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929192/+attachment/5499199/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929192
Title:
nvidia-graphics-drivers-39
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929192/+attachment/5499200/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929192
Title:
nvidia-graphics-drivers-39
Public bug reported:
This is a scripted bug report about ADT failures while running iptables-
netflow tests for linux-unstable/5.13.0-3.3 on impish. Whether this is
caused by the dep8 tests of the tested source or the kernel has yet to
be determined.
Testing failed on:
amd64:
https://autopkg
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929191/+attachment/5499195/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929191
Title:
iptables-netflow/2.5.1-2 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929191/+attachment/5499196/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929191
Title:
iptables-netflow/2.5.1-2 A
** Attachment added: "make.log"
https://bugs.launchpad.net/bugs/1929191/+attachment/5499197/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929191
Title:
iptables-netflow/2.5.1-2 A
Public bug reported:
This is a scripted bug report about ADT failures while running evdi
tests for linux-unstable/5.13.0-3.3 on impish. Whether this is caused by
the dep8 tests of the tested source or the kernel has yet to be
determined.
Testing failed on:
amd64:
https://autopkgtest.ubuntu.c
# [73] event trigger - test synthetic_events syntax parser [PASS]
# [74] event trigger - test synthetic_events syntax parser errors [PASS]
^ test is passing now.
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute
--
You received this bug notificatio
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927692
Title:
AWS: out of entropy on Graviton 2 instances types (mg6.
Public bug reported:
The lxc autotest is failing with the following error(s) on the latest
kernel linux-unstable 5.13:
FAIL: lxc-tests: lxc-test-apparmor (1s)
---
failed - opened /sys/kernel/uevent_helper
---
PASS: lxc-tests: lxc-test-apparmor-generated (0s)
PASS: lxc-tests: lxc-test-apparmor-mou
Public bug reported:
[Impact]
The following build error is reported when building this module with the
new linux-hwe-5.11:
dm-writeboost-metadata.c:984:9: warning: parameter names (without types) in
function declaration
984 | struct superblock_record_device uninitialized_var(record);
|
debdiff in attach seems to fix the build errors with 5.11.
** Patch added: "dm-writeboost-fix-for-5.11.debdiff"
https://bugs.launchpad.net/ubuntu/+source/dm-writeboost/+bug/1932257/+attachment/5505212/+files/dm-writeboost-fix-for-5.11.debdiff
--
You received this bug notification because you
Debdiff in attach seems to fix the build errors w/ the guest drivers.
** Patch added: "vbox-guest-support-linux-5.13.debdiff"
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1929193/+attachment/5506486/+files/vbox-guest-support-linux-5.13.debdiff
--
You received this bug notificati
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly from
*** This bug is a duplicate of bug 1935807 ***
https://bugs.launchpad.net/bugs/1935807
** This bug has been marked a duplicate of bug 1935807
Impish update: v5.13.1 upstream stable release
** Description changed:
+ SRU Justification
- SRU Justification
+ Impact:
+ The up
Public bug reported:
[Impact]
AWS Graviton 2 instances do not have enough entropy available at boot,
so any task that require entropy (even reading few bytes from
/dev/random) will be stuck forever.
[Fix]
The proper fix for this problem is to correctly refill the entropy pool
with some real ran
** Summary changed:
- out of entropy on Graviton 2 instances types (mg6.*)
+ AWS: out of entropy on Graviton 2 instances types (mg6.*)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927692
Title:
A
** Description changed:
[Impact]
AWS Graviton 2 instances do not have enough entropy available at boot,
so any task that require entropy (even reading few bytes from
/dev/random) will be stuck forever.
[Fix]
The proper fix for this problem is to correctly refill the entropy po
Public bug reported:
[Impact]
The new linux-unstable 5.13 build is failing during the BTFIDS stage
with the following errors on all architectures (except for amd64):
FAILED unresolved symbol cubictcp_state
make: *** [Makefile:1191: vmlinux] Error 255
make: *** Deleting file 'vmlinux'
There was
Debdiff reported in attach seems to fix the problem (no build errors
with linux-unstable 5.13).
** Patch added: "pahole-remove-ftrace-filter.debdiff"
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1928244/+attachment/5496678/+files/pahole-remove-ftrace-filter.debdiff
--
You rece
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly
Public bug reported:
It looks like /etc/apparmor/severity.db is missing the new capability
CAP_CHECKPOINT_RESTORE.
This causes the following regression test failure:
ERROR: capability CAP_CHECKPOINT_RESTORE not found in severity.db
make: *** [Makefile:81: check_severity_db] Error 1
This new
** Patch added: "apparmor-utils-support-cap-checkpoint-restore.debdiff"
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1923432/+attachment/5486955/+files/apparmor-utils-support-cap-checkpoint-restore.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bug
@sbeattie sorry I didn't notice your comment, I can post another debdiff
that includes the proper upstream commit.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923432
Title:
apparmor-utils: missin
New debdiff that contains a proper reference to the upstream patch.
Thanks!
** Patch added: "apparmor-utils-support-cap-checkpoint-restore.debdiff"
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1923432/+attachment/5486963/+files/apparmor-utils-support-cap-checkpoint-restore.debdiff
Public bug reported:
[Impact]
The synthetic_events ftrace test is failing in 5.11:
01:58:54 DEBUG| [stdout] # [68] event trigger - test synthetic_events
syntax parser errors [FAIL]
This happens because the synthetic_event parser/syntax has been reworked
in 5.12 and the selftest has been al
I have exactly the same problem and my user is also in the vboxusers
group.
Clicking "details" on the error box gives the following info:
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
MachineWrap
Interface:
IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
--
You received this bu
** Also affects: linux (Ubuntu Impish)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936475
Title:
ipv6: fix 'disable_policy' for forwarded packets
To m
I've just created a ppa with the latest lttng-modules-dkms from impish
recompiled for focal
https://launchpad.net/~arighi/+archive/ubuntu/lttng/
And tested (ubuntu_lttng_smoke_test) with the 5.11 hwe and 5.4 kernels.
Everything looks good with both kernels.
The debdiff in attach (against the imp
Bad debdiff, ignore it for now, new debdiff incoming.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932165
Title:
lttng-modules/2.12.2-1ubuntu1~20.04.2 ADT test failure with linux-
hwe-5.11/5.11.
New debdiff for the backport from impish to focal in attach.
** Patch added: "lttng-modules-backport-from-impish.debdiff"
https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/1932165/+attachment/5511922/+files/lttng-modules-backport-from-impish.debdiff
--
You received this bug notifi
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly
Public bug reported:
SRU Justification
Impact:
The upstream process for stable tree updates is quite similar
in scope to the Ubuntu SRU process, e.g., each patch has to
demonstrably fix a bug, and each patch is vetted by upstream
by originating either directly
Here's a patch that should fix the build issue on s390x (or more in
general on all systems that don't have USB support enabled).
** Patch added: "evdi-support-usbless-systems.debdiff"
https://bugs.launchpad.net/ubuntu/+source/evdi/+bug/1932163/+attachment/5512245/+files/evdi-support-usbless-sy
** Description changed:
+ [Impact]
+
+ lttng-modules-dkms is reporting many build errors with linux-hwe-5.11,
+ because of many kernel ABI changes.
+
+ [Fix]
+
+ Backporting the individual patches to fix all the build errors would be
+ a lot of work and the risk to introduce regressions would b
** No longer affects: linux
** Also affects: linux (Ubuntu Impish)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1937773
Title:
WARNING: CPU: 0 PID: 1 at
Public bug reported:
[Impact]
After applying the compatibility changes to support kernel 5.8 we broke
kernel 5.4 in the process. The change that causes the breakage is the
redefinition of `struct timeval`, that is not needed in 5.4, because
it's already defined.
[Test case]
$ sudo apt install i
Attached debdiff tested both with kernel 5.4 and 5.8.
** Patch added: "iptables-netflow.debdiff"
https://bugs.launchpad.net/ubuntu/+source/iptables-netflow/+bug/1904753/+attachment/5435708/+files/iptables-netflow.debdiff
--
You received this bug notification because you are a member of Ubunt
Public bug reported:
[Impact]
On hibernation xen-netfront is setting the device state on the xenbus to
"Closing" and then it's waiting for the backend state to acknowledge
that state (with a timeout). However, if the device is already in the
state "Closed" this opteration will always hit the time
This time I don't see any error or panic in `journalctl -b` and
apparently everything is fine according to smartctl, so it looks like we
are not getting any obvious I/O error at the moment.
IIUC you have done already a `zpool scrub` and that also didn't report
any error, so apparently the zfs data
Public bug reported:
[Impact]
nvidia-graphics-drivers-390 fails to build against linux 5.10:
ERROR (dkms apport): kernel package linux-headers-5.10.0-6-generic is not
supported
Error! Bad return status for module build on kernel: 5.10.0-6-generic (x86_64)
Consult /var/lib/dkms/nvidia/390.138/bu
make.log in attach.
** Attachment added: "make.log"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1908099/+attachment/5443483/+files/make.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
debdiff that fixes the 5.10 build errors reported in attach.
** Patch added: "hirsute-nvidia-dkms-390.debdiff"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1908099/+attachment/5443484/+files/hirsute-nvidia-dkms-390.debdiff
--
You received this bug notification b
Public bug reported:
[Impact]
With hardware dirty bit management enabled calling pte_wrprotect() on a
dirty PTE will clean the dirty state without flushing the content of the
page to the backing store.
[Test case]
Bug reported by Amazon, a specific test case is not provided. This
problem has be
** Changed in: linux-aws (Ubuntu Bionic)
Assignee: (unassigned) => Andrea Righi (arighi)
** Changed in: linux-aws (Ubuntu Focal)
Assignee: (unassigned) => Andrea Righi (arighi)
** Changed in: linux-aws (Ubuntu Groovy)
Assignee: (unassigned) => Andrea Righi (arighi)
** C
Public bug reported:
virtualbox-guest-dkms is failing to build on the latest unstable 5.10
kernel with the following error:
/var/lib/dkms/virtualbox-guest/6.1.16/build/vboxsf/regops.c: In function
‘vbsf_lock_user_pages_failed_check_kernel’:
/var/lib/dkms/virtualbox-guest/6.1.16/build/vboxsf/rego
nel-team) => Andrea Righi
(arighi)
** Changed in: kernel-sru-workflow/prepare-package-meta
Status: New => In Progress
** Changed in: kernel-sru-workflow/prepare-package-meta
Assignee: Canonical Kernel Team (canonical-kernel-team) => Andrea Righi
(arighi)
--
You recei
I've done a test with the fix from bug #1813244 and the problem doesn't
seem to happen. Probably a duplicate bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1736390
Title:
openvswitch: kernel oop
Fix has been merged upstream.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813244
Title:
systemd cause kernel trace "BUG: unable to handle kernel paging
request at 6db23a14" on Cosmic i386
To m
eam (canonical-kernel-team) => Andrea Righi
(arighi)
** Changed in: kernel-sru-workflow/prepare-package-meta
Status: New => In Progress
** Changed in: kernel-sru-workflow/prepare-package-meta
Assignee: Canonical Kernel Team (canonical-kernel-team) => Andrea Righi
(arighi)
*
Moreover, any chance to add slub_debug=FZPU to the kernel boot
parameters and see if we can trigger the problem again? This would add
useful information to the kernel oops reported in syslog. Thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
This seems to be fixed upstream by:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4a8ab5ea0cde753b03bfefe4c98a8c4c61f46550
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
** Summary changed:
- linux-azure-edge: -proposed tracker
+ linux-azure-edge: 4.15.0-1042.46 -proposed tracker
** Changed in: kernel-sru-workflow/prepare-package
Assignee: Canonical Kernel Team (canonical-kernel-team) => Andrea Righi
(arighi)
** Changed in: kernel-sru-workflow/prep
sis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-i440fx-3.1
dmi.modalias:
dmi:bvnSeaBIOS:bvr1.12.0-1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-3.1:cvnQEMU:ct1:cvrpc-i440fx-3.1:
dmi.product.name: Standard PC (i440FX + PIIX, 1996)
dmi.product.version: pc-i440fx-3.
1 - 100 of 717 matches
Mail list logo