[Kernel-packages] [Bug 1830813] [NEW] TCP : race condition on socket ownership in tcp_close()

2019-05-28 Thread Ioanna Alifieraki
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));

[Kernel-packages] [Bug 1830813] Re: TCP : race condition on socket ownership in tcp_close()

2019-05-29 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1830813] Re: TCP : race condition on socket ownership in tcp_close()

2019-05-29 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1835509] [NEW] False warning "The kernel version is not supported." on xenial with -hwe kernels

2019-07-05 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1851243] [NEW] overlayfs : broken access to r/w files

2019-11-04 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1849848] [NEW] autofs module missing from linux-modules in 5+ kernels

2019-10-25 Thread Ioanna Alifieraki
for the 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

[Kernel-packages] [Bug 1820031] Re: My Ubuntu 18.04 GUI seems frozen (kernel crash in 0010:gen8_ppgtt_set_pde.isra.43+0x45/0x60 [i915])

2019-10-29 Thread Ioanna Alifieraki
** 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:

[Kernel-packages] [Bug 1850950] [NEW] autofs module missing from linux-modules in 5+ kernels

2019-11-01 Thread Ioanna Alifieraki
for the 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

[Kernel-packages] [Bug 1851243] Re: overlayfs : broken access to r/w files

2020-01-31 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1851243] Re: overlayfs : broken access to r/w files

2020-01-08 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1841058] Re: kernel version 4.4.0-1090-aws docker file system issue

2020-01-08 Thread Ioanna Alifieraki
*** 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

[Kernel-packages] [Bug 1858834] [NEW] ipc/sem.c : process loops infinitely in exit_sem()

2020-01-08 Thread Ioanna Alifieraki
d 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: Ioann

[Kernel-packages] [Bug 1858834] Re: ipc/sem.c : process loops infinitely in exit_sem()

2020-01-08 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-04-13 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1858834] Re: ipc/sem.c : process loops infinitely in exit_sem()

2020-03-23 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1858834] Re: ipc/sem.c : process loops infinitely in exit_sem()

2020-03-23 Thread Ioanna Alifieraki
#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:

[Kernel-packages] [Bug 1858834] Re: ipc/sem.c : process loops infinitely in exit_sem()

2020-03-23 Thread Ioanna Alifieraki
#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:

[Kernel-packages] [Bug 1858834] Re: ipc/sem.c : process loops infinitely in exit_sem()

2020-03-23 Thread Ioanna Alifieraki
#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:

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2020-07-14 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
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.

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1869465] Re: Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

2020-06-04 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1908428] [NEW] 4.4 kernel panics in kvm wake_up() handler

2020-12-16 Thread Ioanna Alifieraki
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:

[Kernel-packages] [Bug 1908428] Re: 4.4 kernel panics in kvm wake_up() handler

2020-12-16 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1908428] Re: 4.4 kernel panics in kvm wake_up() handler

2020-12-16 Thread Ioanna Alifieraki
** 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.

[Kernel-packages] [Bug 1931435] [NEW] crash fails to build on ubuntu 20.10 (Groovy) on arm64

2021-06-09 Thread Ioanna Alifieraki
1.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 (Ubunt

[Kernel-packages] [Bug 1931435] Re: crash fails to build on ubuntu 20.10 (Groovy) on arm64

2021-06-09 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1931431] [NEW] crash FTBFS on riscv64

2021-06-09 Thread Ioanna Alifieraki
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 :

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-09 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1931432] [NEW] crash FTBFS on riscv64

2021-06-09 Thread Ioanna Alifieraki
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 :

[Kernel-packages] [Bug 1931435] Re: crash fails to build on ubuntu 20.10 (Groovy) on arm64

2021-06-10 Thread Ioanna Alifieraki
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,

[Kernel-packages] [Bug 1931435] Re: crash fails to build on ubuntu 20.10 (Groovy) on arm64

2021-06-17 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-17 Thread Ioanna Alifieraki
** 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:

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-05-18 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-05-18 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-05-18 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1922738] Re: 5.4 kernel: when iommu is on crashdump fails

2021-05-07 Thread Ioanna Alifieraki
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,

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-02 Thread Ioanna Alifieraki
** 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) *

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-02 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-02 Thread Ioanna Alifieraki
#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.

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-06-02 Thread Ioanna Alifieraki
#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.

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-26 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-26 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-26 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1921403] [NEW] makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-03-25 Thread Ioanna Alifieraki
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)

[Kernel-packages] [Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-03-25 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1922738] [NEW] 5.4 kernel: when iommu is on crashdump fails

2021-04-06 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1922738] Re: 5.4 kernel: when iommu is on crashdump fails

2021-04-06 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1920759] [NEW] kdump-tools passes wrong arguments to makedumpfile

2021-03-22 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1920759] Re: kdump-tools passes wrong arguments to makedumpfile

2021-03-22 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
** 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 +

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-03-03 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-04-07 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-07 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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.

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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 :

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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:

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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 =>

[Kernel-packages] [Bug 1919275] Re: crash utility fails on arm64 with cannot determine VA_BITS_ACTUAL

2021-04-15 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-15 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-15 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-15 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-13 Thread Ioanna Alifieraki
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:

[Kernel-packages] [Bug 1879214] Re: Package makedumpfile 1:1.6.7-1ubuntu2(arm64) failed to makedumpfile:calculate_plat_config: PAGE SIZE 0x1000 and VA Bits 47 not supported

2021-04-13 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1908428] Re: 4.4 kernel panics in kvm wake_up() handler

2021-02-18 Thread Ioanna Alifieraki
#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

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-09-06 Thread Ioanna Alifieraki
@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

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-09-06 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-09-06 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1942784] [NEW] makedumpfile not properly working on focal with 5.11 kernel

2021-09-06 Thread Ioanna Alifieraki
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 ** Also affects

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-10-18 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-10-25 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1950666] Re: system crash when removing ipmi_msghandler module

2021-12-04 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1950666] [NEW] system crash when removing ipmi_msghandler module

2021-11-11 Thread Ioanna Alifieraki
pmi 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 Assignee: Ioanna Alifieraki (joa

[Kernel-packages] [Bug 1942784] Re: makedumpfile not properly working on focal with 5.11 kernel

2021-10-22 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-10-25 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-10-25 Thread Ioanna Alifieraki
** 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]

[Kernel-packages] [Bug 1942784] Re: makedumpfile falls back to cp on focal with 5.11 kernel

2021-10-27 Thread Ioanna Alifieraki
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 :

[Kernel-packages] [Bug 1921403] Re: makedumpfile does not create dmesg file in /var/crash on 5.10+ kernels

2021-10-27 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 1950666] Re: system crash when removing ipmi_msghandler module

2022-01-19 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 2042568] [NEW] Azure - Kernel crashes when removing gpu from pci

2023-11-02 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 2042568] Re: Azure - Kernel crashes when removing gpu from pci

2023-11-02 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 2042568] Re: Azure - Kernel crashes when removing gpu from pci

2023-11-02 Thread Ioanna Alifieraki
** 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

[Kernel-packages] [Bug 2042568] Re: Azure - Kernel crashes when removing gpu from pci

2023-11-02 Thread Ioanna Alifieraki
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

[Kernel-packages] [Bug 2011421] Re: TDX azure instances crash during boot because of glibc bug

2023-06-13 Thread Ioanna Alifieraki
# 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

[Kernel-packages] [Bug 2024479] Re: kdump fails on arm64 when offset is not specified

2023-07-08 Thread Ioanna Alifieraki
Undecided => Medium ** Changed in: kexec-tools (Ubuntu Lunar) Assignee: (unassigned) => Ioanna Alifieraki (joalif) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://bugs.launchpad.net/bugs/2024479 Tit

[Kernel-packages] [Bug 2024479] Re: kdump fails on arm64 when offset is not specified

2023-07-08 Thread Ioanna Alifieraki
Kexec-tools debdiff FOCAL. ** Patch added: "lp2024479_focal.debdiff" https://bugs.launchpad.net/ubuntu/lunar/+source/kexec-tools/+bug/2024479/+attachment/5684764/+files/lp2024479_focal.debdiff -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 2024479] Re: kdump fails on arm64 when offset is not specified

2023-07-08 Thread Ioanna Alifieraki
kexec-tools debdiff JAMMY. ** Patch added: "lp2024479_jammy.debdiff" https://bugs.launchpad.net/ubuntu/lunar/+source/kexec-tools/+bug/2024479/+attachment/5684765/+files/lp2024479_jammy.debdiff -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 2024479] Re: kdump fails on arm64 when offset is not specified

2023-07-08 Thread Ioanna Alifieraki
kexec-tools debdiff MANTIC. ** Patch added: "lp2024479_mantic.debdiff" https://bugs.launchpad.net/ubuntu/lunar/+source/kexec-tools/+bug/2024479/+attachment/5684767/+files/lp2024479_mantic.debdiff ** Changed in: kexec-tools (Ubuntu Focal) Status: New => In Progress ** Changed in:

[Kernel-packages] [Bug 2024479] Re: kdump fails on arm64 when offset is not specified

2023-07-08 Thread Ioanna Alifieraki
kexec-tools debdiff LUNAR. ** Patch added: "lp2024479_lunar.debdiff" https://bugs.launchpad.net/ubuntu/lunar/+source/kexec-tools/+bug/2024479/+attachment/5684766/+files/lp2024479_lunar.debdiff -- You received this bug notification because you are a member of Kernel Packages, which is

  1   2   >