Public bug reported:
SRU Justification
Impact: WARN_ON messages casued by race condition between the close of
a TCP socket and another process inspecting the same socket.
The code of interest is the following; in tcp_close function :
...
release_sock(sk);
...
WARN_ON(sock_owned_by_user(sk));
..
** Tags added: sts
--
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/1830813
Title:
TCP : race condition on socket ownership in tcp_close()
Status in linux package in Ubuntu:
Incomplete
** Changed in: linux (Ubuntu Bionic)
Status: Incomplete => Confirmed
** Changed in: linux (Ubuntu Cosmic)
Status: Incomplete => Confirmed
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
P
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Also affects: linux (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Bionic)
Status: New => Confirmed
** Changed in: linux (Ubuntu Bionic)
As
#VERIFICATION BIONIC
$ uname -rv
4.15.0-92-generic #93-Ubuntu SMP Mon Mar 16 19:44:23 UTC 2020
Executing the reproducer found in [1] 100 times the bug does not
reproduce.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1694779
** Bug watch added: Red Hat Bugzilla #1694779
https://bugzilla.re
#VERIFICATION EOAN
$ uname -rv
5.3.0-43-generic #36-Ubuntu SMP Mon Mar 16 13:29:01 UTC 2020
Executing the reproducer found in [1] 1000 times the bug does not reproduce.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1694779
** Tags removed: verification-needed-eoan
** Tags added: verification
#VERIFICATION XENIAL
$ uname -rv
4.4.0-177-generic #207-Ubuntu SMP Mon Mar 16 01:16:10 UTC 2020
Executing the reproducer found in [1] 1000 times the bug does not
reproduce.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1694779
** Tags removed: verification-needed-xenial
** Tags added: verific
#VERIFICATION FOCAL
$ uname -rv
5.4.0-18-generic #22-Ubuntu SMP Sat Mar 7 18:13:06 UTC 2020
Executing the reproducer found in [1] 1000 times the bug does not
reproduce.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1694779
** Tags removed: verification-needed-focal
** Tags added: verification
** Description changed:
+ [Impact]
+
+ On some arm systems makedumpfile fails to translate virtual to physical
addresses properly.
+ This may result in makedumpfile looping forever exhausting
+ all memory, or translating a virtual address to an invalid physical address
+ and then failing and f
** Bug watch added: Debian Bug tracker #96
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=96
** Also affects: linux (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=96
Importance: Unknown
Status: Unknown
--
You received this bug notification because y
Debdiff for Groovy
** Also affects: linux (Ubuntu Groovy)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Also affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Focal)
Importance: Undecided
Debdiff for Focal
** Patch added: "lp1869465_focal.debdiff"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+attachment/5380401/+files/lp1869465_focal.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubunt
Debdiff for Xenial
** Patch added: "lp1869465_xenial.debdiff"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+attachment/5380404/+files/lp1869465_xenial.debdiff
** Tags added: sts
--
You received this bug notification because you are a member of Kernel
Packages, which is subsc
Debdiff for Bionic
** Patch added: "lp1869465_bionic.debdiff"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+attachment/5380403/+files/lp1869465_bionic.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ub
Debdiff for Eoan
** Patch added: "lp1869465_eoan.debdiff"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+attachment/5380402/+files/lp1869465_eoan.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
generic kernels (see lp 1824333).
This fixes it for the aws kernels.
** Affects: linux-aws (Ubuntu)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Affects: linux-aws (Ubuntu Disco)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif
Public bug reported:
[Description]
TBD
[Test Case]
TBD
[Regression Potential]
TBD
[Other]
TBD
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Affects: linux (Ubuntu Xenial)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status
VERIFY BUG ON XENIAL
#Test with latest kernel in -updates
$ uname -a
Linux xenial-kernel 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux
$./make-overlay.sh
$ ./test.sh
st_mode is 100644
open failed: -1
cat: /tmp/overlay/animal: Permission denied
-rw
generic kernels (see lp 1824333).
This fixes it for the gcp kernels.
** Affects: linux-gcp (Ubuntu)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Affects: linux-gcp (Ubuntu Disco)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif
** Changed in: linux (Ubuntu)
Status: Expired => Confirmed
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Also affects: linux (Ubuntu Bionic)
Importance:
** Description changed:
[Description]
- TBD
+ Commit c0ca3d70e8d3(ovl: modify ovl_permission() to do checks on two inodes)
(upstream id) breaks r/w access in overlayfs in 4.4 ubuntu kernels, later
ubuntu kernels are not affected.
+
+ There are two options to fix this either (a) backport ce315
*** This bug is a duplicate of bug 1851243 ***
https://bugs.launchpad.net/bugs/1851243
** This bug has been marked a duplicate of bug 1851243
overlayfs : broken access to r/w files
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to li
needed sem_undo_list lock
usage in exit_sem()") the issue is not reproducible any more.
[Other]
Patch submitted upstream :
https://lkml.org/lkml/2019/12/11/1718
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1694779
** Affects: linux (Ubuntu)
Importance: Medium
Assignee:
** Description changed:
[Description]
Commit a97955844807 ("ipc,sem: remove uneeded sem_undo_list lock usage
in exit_sem()") removes a lock that is needed. This leads to a process
looping infinitely in exit_sem() and can also lead to a crash.
+
+ [Test case]
+
+ Using the reproducer f
y it shows this message with 4.15 kernels.
[Test Case]
TBD
[Regression Potential]
TBD
[Other]
** Affects: makedumpfile (Ubuntu)
Importance: Undecided
Assignee: Ioanna Alifieraki (joalif)
Status: New
** Affects: makedumpfile (Ubuntu Xenial)
Importance: Undecided
Assign
** Changed in: makedumpfile (Ubuntu)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Tags added: sts
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/1879214
Ti
Public bug reported:
User reported that 4.4 kernels are affected by the bug in [1].
The bug presents itself with the following trace :
[219901.424329] CPU: 19 PID: 0 Comm: swapper/19 Tainted: G OE
4.4.0-133-generic #159~14.04.1-Ubuntu
[219901.441800] task: 885f62e63fc0 ti: 8
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
** Changed in: linux (Ubuntu Xenial)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
** Description changed:
+ [Description]
+
User reported that 4.4 kernels are affected by the bug in [1].
The bug presents itself with the following trace :
[219901.424329] CPU: 19 PID: 0 Comm: swapper/19 Tainted: G OE
4.4.0-133-generic #159~14.04.1-Ubuntu
[219901.441800
# VERIFICATION JAMMY
This verification is using a jammy 5.15.0-1055 kernel on a focal machine.
To reproduce this issue a special azure instance is required and currently I
have access to a focal vm.
root@jo-twosla:/home/ubuntu# uname -rv
5.15.0-1055-azure #63~20.04.1-Ubuntu SMP Thu Jan 18 15:30:
e kdump is configured.
[OTHER]
Only Focal with 5.11 kernel is affected.
** Affects: makedumpfile (Ubuntu)
Importance: Undecided
Status: New
** Affects: makedumpfile (Ubuntu Focal)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Al
Debdiff for Focal.
** Patch added: "lp1942784_focal.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1942784/+attachment/5523255/+files/lp1942784_focal.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedu
** Tags added: sts
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/1942784
Title:
makedumpfile not properly working on focal with 5.11 kernel
Status in makedumpfile package in Ubu
@cascardo,
Good point, just tested it with 5.4 kernel and works fine with it too.
Thanks,
Jo
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/1942784
Title:
makedumpfile not prope
** Description changed:
[IMPACT]
When running Focal with the hwe 5.11 kernel makedumpfile is not working as it
should.
Instead of compressing the dump makedumpfile falls back to cp.
This can create problems on systems with very large RAM and result into
exhausting all storage on the h
New debdiff for focal.
** Patch added: "lp1942784_focal.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1942784/+attachment/5535296/+files/lp1942784_focal.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to ma
Tested new debdiff on Focal with 5.4 and 5.11 kernels, on amd64, arm64, ppc64el
and s390x and
works as expected.
Making Hirsute 'Invalid' as all patches in new debdiff are already in H.
** Changed in: makedumpfile (Ubuntu Hirsute)
Status: In Progress => Invalid
--
You received this bug n
** Description changed:
+
+ [DESCRIPTION]
makedumpfile does not create the dmesg. in /var/crash.
This happens only on 5.10+ kernel because 5.10 kernel introduces a new
lockless ringbuffer.
This issue has been addressed upstream with commits :
[1] c617ec633392([PATCH 1/2] printk: add
** Description changed:
[IMPACT]
-
makedumpfile does not create the dmesg. in /var/crash.
This happens only on 5.10+ kernel because 5.10 kernel introduces a new
lockless ringbuffer.
-
- [FIX]
This issue has been addressed upstream with commits :
[1] c617ec633392([PATCH 1/2] printk
VERIFICATION ON FOCAL
Installed makedumpfile from proposed.
Testing on a Focal machine running 5.11 kernel.
# uname -rv
5.11.0-40-generic #44~20.04.1-Ubuntu SMP Wed Oct 20 19:04:34 UTC 2021
Trigger crash:
# echo 1 > /proc/sys/kernel/sysrq
# echo c > /proc/sysrq-trigger
>From console output :
VERIFICATION FOCAL
Installed makedumpfile from proposed.
Testing on a Focal machine running 5.11 kernel.
# uname -rv
5.11.0-40-generic #44~20.04.1-Ubuntu SMP Wed Oct 20 19:04:34 UTC 2021
Trigger crash:
# echo 1 > /proc/sys/kernel/sysrq
# echo c > /proc/sysrq-trigger
After reboot contents of /v
# VERIFICATION JAMMY - glibc
On an Azure TDX instance installed libc6 and libc-bin from -proposed and
rebooted. It boots successfully.
I also installed a test kernel with the kernel workaround reverted and it
also boots with no problems.
** Tags removed: verification-needed verification-needed
Public bug reported:
[Description]
kdump fails on arm64, on machines with a lot of memory when offeset is not
specified,
e.g when /etc/default/grub.d/kdump-tools.cfg looks like:
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=4G"
If kdump-tools.cfg specifies the offset e.g.:
removing the ipmi modules.
I could reproduce the issue only when turning the normal 'work' to delayed work.
[WHERE PROBLEMS COULD OCCUR]
TBD
[OTHER]
Upstream is affected too, working on a patch to address this.
** Affects: linux (Ubuntu)
Importance: Medium
Assigne
** Description changed:
[IMPACT]
Commit 3b9a907223d7 (ipmi: fix sleep-in-atomic in free_user at cleanup SRCU
user->release_barrier)
pushes the removal of an ipmi_user into the system's workqueue.
Whenever an ipmi_user struct is about to be removed it is scheduled as a
work on the
VERIFICATION
User that reported the issue has tested from -proposed and confirmed
that it works.
** Tags removed: verification-needed-focal verification-needed-hirsute
verification-needed-impish
** Tags added: verification-done-focal verification-done-hirsute
verification-done-impish
--
You r
#VERIFICATION GROOVY
Package can now be built from source without erros.
** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy
--
You received this bug notification because you are a member of Kernel
Packages, which is subscrib
** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1919275
Title:
cr
#VERIFICATION FOCAL - kernel part
Installed kernel from -proposed, triggered a crash and opened dump with crash.
Crash opens dump successfully (patched version of crash required with commit
from description).
# crash usr/lib/debug/boot/vmlinux-5.4.0-1049-aws
/var/crash/202105181907/dump.20210518
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1919275
Title:
crash utility fails on arm64 with cannot
#VERIFICATION GROOVY - kernel part
Installed kernel from -proposed, triggered a crash and opened dump with crash.
Crash opens dump successfully (patched version of crash required with commit
from description).
# crash usr/lib/debug/boot/vmlinux-5.8.0-1034-aws
/var/crash/202105182030/dump.2021051
** Changed in: crash (Ubuntu Bionic)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Changed in: crash (Ubuntu Focal)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Changed in: crash (Ubuntu Groovy)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
*
#VERIFICATION FOCAL - crash part
Installed crash from -proposed, triggered a crash and opened dump
with crash.
Crash opens dump successfully.
# crash usr/lib/debug/boot/vmlinux-5.4.0-1049-aws
/var/crash/202106021329/dump.202106021329
crash 7.2.8
Copyright (C) 2002-2020 Red Hat, Inc.
crash>
#VERIFICATION BIONIC - crash part
Installed crash from -proposed, triggered a crash and opened dump
with crash.
Crash opens dump successfully.
~# crash usr/lib/debug/boot/vmlinux-5.4.0-1049-aws
/var/crash/202106021531/dump.202106021531
crash 7.2.8
Copyright (C) 2002-2020 Red Hat, Inc.
cras
Verification for F and B done. On G build fails, I'll look into it and
update the bug.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1919275
Title:
crash utility fails on arm64 with ca
Public bug reported:
Crash fails to build from source on riscv at least for Focal and Groovy,
later releases may also be affected but I haven't confirm it.
Examples of failed builds :
Groovy :
https://launchpad.net/ubuntu/+source/crash/7.2.8-1ubuntu1.20.10.1/+build/21630864
Focal :
https://lau
Public bug reported:
Crash fails to build from source on riscv at least for Focal and Groovy,
later releases may also be affected but I haven't confirm it.
Examples of failed builds :
Groovy :
https://launchpad.net/ubuntu/+source/crash/7.2.8-1ubuntu1.20.10.1/+build/21630864
Focal :
https://lau
buntu1.20.10.1/+build/21630861
** Affects: crash (Ubuntu)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Affects: crash (Ubuntu Groovy)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Changed in: crash (
Currently, working on it. Once I get hands on an arm vm I'll confirm the
fix and make a debdiff.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1931435
Title:
crash fails to build on ubu
The arm64 build failure on groovy is due to a commit missning regarding
gdb. See bug
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1931435.
On riscv64 it seems it never built successfully and the failure is irrelevant
to the patch.
See bug https://bugs.launchpad.net/ubuntu/+source/crash/+b
Debdiff for G.
** Patch added: "lp1931435_groovy.debdiff"
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1931435/+attachment/5503885/+files/lp1931435_groovy.debdiff
** Tags added: sts-sponsor-ddstreet
--
You received this bug notification because you are a member of Kernel
Packages, w
Debdiff for Bionic.
** Patch added: "lp1879214_bionic.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5487329/+files/lp1879214_bionic.debdiff
** Also affects: makedumpfile (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: make
This bug also affects Bionic when 5.4 hwe kernel is used.
** Description changed:
[Impact]
On arm64 and kernels 5.4+ makedumpfile fails.
Upstream patches solve this bug :
[PATCH 1/3] Use vmcoreinfo note in /proc/kcore for --mem-usage option
https://github.com/makedumpfile/make
** Changed in: crash (Ubuntu)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Changed in: crash (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
** Description changed:
+ [Impact]
+
On Ubuntu Bionic with the 5.4.0-1038-aws kernel the crash utility
7.2.8-1ubuntu0.18.04 fails with:
crash: cannot determine VA_BITS_ACTUAL
- This bug/change in crash provides a workaround for 5.4+
- https://github.com/crash-utility/crash/issues/52 k
** Description changed:
[Impact]
On Ubuntu Bionic with the 5.4.0-1038-aws kernel the crash utility
7.2.8-1ubuntu0.18.04 fails with:
crash: cannot determine VA_BITS_ACTUAL
This bug has been addressed upstream and needed patches both in crash
and kernel.
Kernel patch :
** Also affects: crash-installer
Importance: Undecided
Status: New
** No longer affects: crash-installer
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1919275
Title:
crash ut
Focal kernel :
Patch submitted
https://lists.ubuntu.com/archives/kernel-team/2021-April/119287.html
Groovy kernel :
Patch submitted
https://lists.ubuntu.com/archives/kernel-team/2021-April/119288.html
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
** Also affects:
** Also affects: crash (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Bionic)
Status: New => Invalid
** Changed in: crash (Ubuntu Bionic)
Status: New => Conf
** Changed in: crash (Ubuntu Bionic)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/1919275
Title:
crash utility fails on arm64 with cannot determine
** Merge proposal linked:
https://code.launchpad.net/~joalif/ubuntu/+source/crash/+git/crash/+merge/401229
** Merge proposal linked:
https://code.launchpad.net/~joalif/ubuntu/+source/crash/+git/crash/+merge/401230
** Merge proposal linked:
https://code.launchpad.net/~joalif/ubuntu/+so
Debdiff for Groovy V2.
** Patch added: "lp1879214_groovy_v2.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5488487/+files/lp1879214_groovy_v2.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscrib
Debdiff for Focal V2.
** Patch added: "lp1879214_focal_v2.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5488488/+files/lp1879214_focal_v2.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
Debdiff for Bionic V2.
** Patch added: "lp1879214_bionic_v2.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5488489/+files/lp1879214_bionic_v2.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscrib
#VERIFICATION FOCAL
On an arm64 focal vm installed makedumpfile from -proposed and triggered a
crash.
Crashdump file is created without any problems :
[ 131.348948] kdump-tools[521]: Starting kdump-tools:
[ 131.350648] kdump-tools[527]: * running makedumpfile -c -d 31 /proc/vmcore
/var/cras
#VERIFICATION BIONIC
On an arm64 bionic vm running 5.4 kernel installed makedumpfile
from -proposed and triggered a crash.
Crashdump file is created without any problems :
[ 130.240270] kdump-tools[632]: Starting kdump-tools: * running makedumpfile
-c -d 31 /proc/vmcore /var/crash/20210426105
#VERIFICATION GROOVY
On an arm64 groovy vm installed makedumpfile from -proposed and triggered a
crash.
Crashdump file is created without any problems :
[ 192.577224] kdump-tools[528]: Starting kdump-tools:
[ 192.579315] kdump-tools[534]: * running makedumpfile -c -d 31 /proc/vmcore
/var/cr
VERIFICATION
Installed kernel from -proposed, enabled iommu rebooted and triggered a crash.
Crashdump generated successfully.
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal
--
You received this bug notification because you are a member of Kernel
Packages, whic
#VERIFICATION
The user who brought this bug to our attention, had tested a test kernel
with the relevant commits included and had confirmed that it addresses
the bug.
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial
--
You received this bug notification becaus
Public bug reported:
Commit 38fe0c8f41fd (Support compressing the dumpfile) [1]
changes the call to makedumpfile :
- makedumpfile $MAKEDUMP_ARGS $vmcore_file "$KDUMP_CORETEMP"
+ makedumpfile $MAKEDUMP_ARGS $vmcore_file | compress > "$KDUMP_CORETEMP"
This introduces a regression because makedump
** Bug watch added: Debian Bug tracker #985716
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985716
** Also affects: kdump-tools (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985716
Importance: Unknown
Status: Unknown
** Changed in: kdump-tools (Ubuntu Hirsute
Public bug reported:
makedumpfile does not create the dmesg. in /var/crash.
This happens only on 5.10+ kernel because 5.10 kernel introduces a new
lockless ringbuffer.
This issue has been addressed upstream with commits :
[1] c617ec633392([PATCH 1/2] printk: add support for lockless ringbuffer)
[
** Bug watch added: Debian Bug tracker #985896
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985896
** Also affects: makedumpfile (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985896
Importance: Unknown
Status: Unknown
--
You received this bug notification be
** Affects: linux (Ubuntu Focal)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Also affects: linux (Ubuntu Focal)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu Focal)
Status: New => Confirmed
** Changed in: li
** Description changed:
[IMPACT]
When iommu is enabled crashdump fails to be collected because crash-kernel
crashes
with following trace [1].
Commits that address it :
1ddb32da4a62 iommu/vt-d: Simplify check in identity_mapping()
96d170f3b1a6 iommu/vt-d: Remove deferred_attac
** Changed in: makedumpfile (Ubuntu Hirsute)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in Ubuntu.
https://bugs.launchpad.net/bugs/1921403
Title:
makedumpf
Groovy)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
** Changed in: makedumpfile (Ubuntu Focal)
Assignee: (unassigned) => Ioanna Alifieraki (joalif)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfile in
** Also affects: makedumpfile (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: makedumpfile (Ubuntu Hirsute)
Importance: Undecided
Assignee: Ioanna Alifieraki (joalif)
Status: Confirmed
** Also affects: makedumpfile (Ubuntu Groovy)
Importance
** Description changed:
+ [Impact]
+
+ On arm64 and kernels 5.4+ makedumpfile fails.
+
+ Upstream patches solve this bug :
+
+ [PATCH 1/3] Use vmcoreinfo note in /proc/kcore for --mem-usage option
+
https://github.com/makedumpfile/makedumpfile/commit/d8b701796f0491f2ac4b06c7a5b795c29399efab
+
Debdiff for H.
** Description changed:
[Impact]
On arm64 and kernels 5.4+ makedumpfile fails.
Upstream patches solve this bug :
[PATCH 1/3] Use vmcoreinfo note in /proc/kcore for --mem-usage option
https://github.com/makedumpfile/makedumpfile/commit/d8b701796f0491f2ac4b06c7a5b
Debdiff for H.
** Patch added: "lp1879214_hirsute.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5472236/+files/lp1879214_hirsute.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedu
Debdiff for G.
** Patch added: "lp1879214_groovy.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5472237/+files/lp1879214_groovy.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedump
Debdiff for F.
** Patch added: "lp1879214_focal.debdiff"
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1879214/+attachment/5472238/+files/lp1879214_focal.debdiff
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to makedumpfi
Public bug reported:
[Description]
[Test Case]
[Where things could go wrong]
[Other]
** Affects: linux-azure (Ubuntu)
Importance: Medium
Status: New
** Affects: linux-azure (Ubuntu Jammy)
Importance: Medium
Assignee: Ioanna Alifieraki (joalif)
Status: New
** Description changed:
[Description]
+
+ On a VM on Azure with a Tesla gpu it was noticed that when removing the
+ gpu from the pci the vm would crash. In case the nvidia drivers are
+ loaded, the machine won't crash. Instead the removing process will hang
+ and the machine will crash on reboo
** Description changed:
[Description]
On a VM on Azure with a Tesla gpu it was noticed that when removing the
gpu from the pci the vm would crash. In case the nvidia drivers are
loaded, the machine won't crash. Instead the removing process will hang
and the machine will crash on reboo
Upon further testing Lunar kernel 6.2 seems not be affected. I'll
investigate further to find out why.
** Changed in: linux-azure (Ubuntu Lunar)
Status: New => Invalid
** Description changed:
[Description]
On a VM on Azure with a Tesla gpu it was noticed that when removing the
gp
It turns out that 6.2 is also affected but the bug appears a lot less
often, once every ~20 reboots.
** Changed in: linux-azure (Ubuntu Lunar)
Status: Invalid => Confirmed
** Changed in: linux-azure (Ubuntu Jammy)
Status: New => Confirmed
** Description changed:
[Description]
@schopin,
Do you have any ETA of when this will be released ?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-azure in Ubuntu.
https://bugs.launchpad.net/bugs/2011421
Title:
TDX azure instances crash during boot because of glibc
** Description changed:
[Description]
kdump fails on arm64, on machines with a lot of memory when offeset is not
specified,
e.g when /etc/default/grub.d/kdump-tools.cfg looks like:
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=4G"
If kdump-tools.cfg specifies
1 - 100 of 118 matches
Mail list logo