[Kernel-packages] [Bug 1888001] Re: Focal minimal cloud image: failed to apply kernel variables

2020-07-31 Thread Sultan Alsawaf
This is because CONFIG_BASE_SMALL is set to 1 in the kvm kernels. When CONFIG_BASE_SMALL=1, the maximum number of PIDs is (PAGE_SIZE * 8), which comes out to (4096 * 8) = 32768 on amd64. When CONFIG_BASE_SMALL=0 (like in normal kernels), the maximum number of PIDs for amd64 is (4 * 1024 * 1024) =

[Kernel-packages] [Bug 1888000] Re: Bionic/Xenial minimal cloud image: failed to apply load kernel module

2020-07-31 Thread Sultan Alsawaf
This is a bug in the open-iscsi package in xenial and bionic. That package installs this file: /lib/modules-load.d/open-iscsi.conf Which contains the following: iscsi_tcp ib_iser This causes systemd to always try and load the iscsi_tcp and ib_iser modules on boot. In eoan, the open-iscsi package

[Kernel-packages] [Bug 1888551] [NEW] perf vendor events s390: Add new deflate counters for IBM z15

2020-07-22 Thread Sultan Alsawaf
Public bug reported: SRU Justification: == [Impact] * With perf from Ubuntu 20.04 on IBM z15 hardware, some counters reported with lscpumf are not usable with 'perf stat -e'. * 'lscpumf -c' provides a list of available counters, but the following are not usable: DFLT_ACCESS,

[Kernel-packages] [Bug 1881096] Re: [UBUNTU 20.04] Deflate counters reported by lscpumf are not valid or available with perf

2020-07-17 Thread Sultan Alsawaf
perf tool patch submitted to the mailing list. -- 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/1881096 Title: [UBUNTU 20.04] Deflate counters reported by lscpumf are not valid or

[Kernel-packages] [Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-07-13 Thread Sultan Alsawaf
The script responsible for updating the /boot/initrd.img symlink is called `linux-update-symlinks`. If a kernel is installed without that script being run, the symlink will not be updated. The only place where `linux-update-symlinks` is run is inside each of our kernels, in

[Kernel-packages] [Bug 1876501] Re: package linux-modules-extra-5.4.0-28-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.4.0-28-generic/kernel/virtualbox-guest/vboxgu

2020-06-23 Thread Sultan Alsawaf
Does this error happen again if you try to repeat what you were doing? -- 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/1876501 Title: package linux-modules-extra-5.4.0-28-generic (not

[Kernel-packages] [Bug 1882854] Re: package linux-libc-dev 5.4.0-33.37 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-libc-dev:amd64.list-new': Operation not permitted

2020-06-23 Thread Sultan Alsawaf
Does this error happen again if you try to repeat what you were doing? -- 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/1882854 Title: package linux-libc-dev 5.4.0-33.37 failed to

[Kernel-packages] [Bug 1884474] Re: package linux-modules-extra-5.4.0-37-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.4.0-37-generic/kernel/drivers/nfc/pn544/pn544

2020-06-23 Thread Sultan Alsawaf
Does this error happen again if you try to repeat what you were doing? -- 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/1884474 Title: package linux-modules-extra-5.4.0-37-generic (not

[Kernel-packages] [Bug 1883498] Re: Frequent Panic in ip6_expire_frag_queue->icmpv6_send on 4.4.0-184-generic

2020-06-17 Thread Sultan Alsawaf
It looks like this is fixed upstream with this change: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?id=178af2f97dcaea27611f0420ec7b61c1a27d6776 Which is contained in the Ubuntu-4.4.0-185 kernel already. So Ubuntu-4.4.0-185 should be fixed. -- You received this bug

[Kernel-packages] [Bug 1878484] Re: kernel panic on i915

2020-06-08 Thread Sultan Alsawaf
Please test this kernel which has a potential fix: https://kernel.ubuntu.com/~sultan/i915-lp1878484/ Source code is here: https://git.launchpad.net/~kerneltoast/ubuntu/+source/linux/+git/focal/log/?h=i915-lp1878484 -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1877394] Re: Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-19 Thread Sultan Alsawaf
** 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 linux in Ubuntu. https://bugs.launchpad.net/bugs/1877394 Title: Kernel panic due to NULL ringbuffer vaddr

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-05-14 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu) Status: Fix Committed => Invalid ** Changed in: linux (Ubuntu Focal) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1877394] Re: Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-14 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu) Status: Fix Committed => Invalid ** Changed in: linux (Ubuntu Focal) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1877394] Re: Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-14 Thread Sultan Alsawaf
** Description changed: + SRU Justification: + + [Impact] + A sauce fix for a kernel panic in i915 that I frequently experienced was fixed by upstream. + + [Fix] + The sauce patch I made should be dropped in exchange for the proper upstream fix. + + [Test] + I tested the upstream fix and can

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-05-14 Thread Sultan Alsawaf
** Description changed: + SRU Justification: + [Impact] + Users are experiencing a frequent NULL pointer dereference crash in + i915_active_acquire when using kms, which is used by default. + + [Fix] + The fix is a cherry pick from upstream which was supposed to be backported to + 5.4 by

[Kernel-packages] [Bug 1877394] Re: Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-13 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu Focal) Status: Incomplete => Confirmed ** Changed in: linux (Ubuntu) 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 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-05-13 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu Focal) Status: New => 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/bugs/1868551 Title: Intel GPU Hangs : random screen freezing w/ Ubuntu

[Kernel-packages] [Bug 1877394] Re: Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-07 Thread Sultan Alsawaf
** Description changed: This is what the crash looks like: - BUG: unable to handle page fault for address: 3448 - RIP: 0010:gen8_emit_flush_render+0x163/0x190 - Call Trace: - execlists_request_alloc+0x25/0x40 - __i915_request_create+0x1f4/0x2c0 -

[Kernel-packages] [Bug 1877394] [NEW] Kernel panic due to NULL ringbuffer vaddr dereference in i915

2020-05-07 Thread Sultan Alsawaf
Public bug reported: This is what the crash looks like: BUG: unable to handle page fault for address: 3448 RIP: 0010:gen8_emit_flush_render+0x163/0x190 Call Trace:  execlists_request_alloc+0x25/0x40  __i915_request_create+0x1f4/0x2c0  

[Kernel-packages] [Bug 1873673] Re: Kernel Error IRQ

2020-04-28 Thread Sultan Alsawaf
I think i801_isr needs to be marked with IRQF_NO_THREAD. Please try this kernel and see if it fixes the problem: https://kernel.ubuntu.com/~sultan/i801-lp1873673/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1873684] Re: [Lenovo ThinkCentre M93] reboots instead of shutting down

2020-04-28 Thread Sultan Alsawaf
I think another log is needed to debug this. Please do the following: 1. Try to shut down your computer from Ubuntu, so that it reboots. 2. After it reboots, run the following command in a terminal: sudo journalctl -b -1 -k > PreviousDmesg.txt 3. Upload PreviousDmesg.txt here. -- You received

[Kernel-packages] [Bug 1873714] Re: Computer freeze on application change (i915 GPU hang)

2020-04-28 Thread Sultan Alsawaf
** Summary changed: - Computer freeze on application change / memory allocation + Computer freeze on application change (i915 GPU hang) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-28 Thread Sultan Alsawaf
@leozinho29-eu The kernel from comment 34 was just a plain 5.4.0-26 kernel, with nothing added to it (which wasn't intentional). Could you reproduce the atomic update failure messages with an official Ubuntu kernel installed, and then create a new launchpad bug for it? Given that you encountered

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-27 Thread Sultan Alsawaf
@leozinho29-eu Please try this kernel: https://kernel.ubuntu.com/~sultan/i915-lp1868551/ Note that there really is only one package to install. That single package contains everything. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-27 Thread Sultan Alsawaf
@leozinho29-eu For some reason, the builder I used to make the kernel in comment 34 didn't pick up the change that was supposed to fix this bug's crash... I'll rebuild it on my local machine for you. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-27 Thread Sultan Alsawaf
@leozinho29-eu Wow, that's really unexpected! I'll take a look. Thanks for the log and quick reply. -- 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/1868551 Title: Intel GPU Hangs :

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-27 Thread Sultan Alsawaf
@leozinho29-eu Can you add i915.enable_fbc=0 to the kernel command line and see if that fixes the "Atomic update failure" messages? If it does, then we'll know the problem is related to framebuffer compression. -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1868551] Re: Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire

2020-04-24 Thread Sultan Alsawaf
@lordbaco Please install this kernel and see if it still crashes: https://kernel.ubuntu.com/~sultan/i915-lp1870265/ -- 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/1868551 Title: Intel

[Kernel-packages] [Bug 1870265] Re: Intel GPU causes BUG: kernel NULL pointer dereference, address: 0000000000000040

2020-04-24 Thread Sultan Alsawaf
*** This bug is a duplicate of bug 1868551 *** https://bugs.launchpad.net/bugs/1868551 ** This bug has been marked a duplicate of bug 1868551 Intel GPU Hangs : random screen freezing w/ Ubuntu 20.04 (Linux 5.4) i915_active_acquire -- You received this bug notification because you are a

[Kernel-packages] [Bug 1870265] Re: Intel GPU causes BUG: kernel NULL pointer dereference, address: 0000000000000040

2020-04-24 Thread Sultan Alsawaf
@leozinho29-eu Please install this kernel and see if it still crashes: https://kernel.ubuntu.com/~sultan/i915-lp1870265/ -- 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/1870265 Title:

[Kernel-packages] [Bug 1870265] Re: Intel GPU causes BUG: kernel NULL pointer dereference, address: 0000000000000040

2020-04-24 Thread Sultan Alsawaf
This bug is fixed by upstream commit da42104f589d979bbe402703fd836cec60befae1: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=da42104f589d979bbe402703fd836cec60befae1 It looks like that commit was *supposed* to be backported to 5.4 ("Cc: # v5.4+"), but the i915

[Kernel-packages] [Bug 1872001] Re: 5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0

2020-04-23 Thread Sultan Alsawaf
@eggie Yes, you should actually blacklist the nouveau module. Or instead, if you don't want your Nvidia card to drain power while you're using exclusively Intel graphics, run the following commands: sudo -i cat << EOF | sudo tee /etc/udev/rules.d/00-pcidevices.rules ACTION=="add",

[Kernel-packages] [Bug 1872001] Re: 5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0

2020-04-22 Thread Sultan Alsawaf
@eggie You shouldn't be using nouveau on your hardware; it has almost no support for the Turing architecture from Nvidia. You should blacklist nouveau and then reboot. If you want to make use of your Nvidia card, you'll have to use the binary Nvidia driver sadly. -- You received this bug

[Kernel-packages] [Bug 1874124] Re: Add hw timestamps to received skbs in peak_canfd

2020-04-22 Thread Sultan Alsawaf
** Description changed: + [Impact] + In commit 2b1a4547c122dcbe1a876236b44408c7d01c upstream, useful hw timestamps were added to received messages in the peak_canfd driver. Backport the patch so users of our kernels can make use of the timestamps. + + [Test case] + + Apply the

[Kernel-packages] [Bug 1872001] Re: 5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0

2020-04-22 Thread Sultan Alsawaf
@jlammrs You can't use that kernel with secure boot because it's unsigned. -- 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/1872001 Title: 5.3.0-46-generic - i915 - frequent GPU hangs /

[Kernel-packages] [Bug 1874124] [NEW] Add hw timestamps to received skbs in peak_canfd

2020-04-21 Thread Sultan Alsawaf
Public bug reported: In commit 2b1a4547c122dcbe1a876236b44408c7d01c upstream, useful hw timestamps were added to received messages in the peak_canfd driver. Backport the patch so users of our kernels can make use of the timestamps. ** Affects: linux (Ubuntu) Importance: Undecided

[Kernel-packages] [Bug 1869924] Re: High power consumption by Intel iGPU on Skylake+

2020-04-17 Thread Sultan Alsawaf
*** This bug is a duplicate of bug 1853044 *** https://bugs.launchpad.net/bugs/1853044 Duplicate of https://launchpad.net/bugs/1853044 ** This bug has been marked a duplicate of bug 1853044 5.3.0-23-generic causes fans to spin when idle -- You received this bug notification because you

[Kernel-packages] [Bug 1869924] Re: High power consumption by Intel iGPU on Skylake+

2020-04-01 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu Focal) 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/bugs/1869924 Title: High power consumption by Intel iGPU on Skylake+

[Kernel-packages] [Bug 1870242] Re: Kernel oops in i915 on 5.4.0-18-generic

2020-04-01 Thread Sultan Alsawaf
** Changed in: linux (Ubuntu Focal) 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/bugs/1870242 Title: Kernel oops in i915 on 5.4.0-18-generic Status

[Kernel-packages] [Bug 1870242] Re: Kernel oops in i915 on 5.4.0-18-generic

2020-04-01 Thread Sultan Alsawaf
** Description changed: I was running 5.4.0-18-generic and got the following splat doing nothing interesting in particular: BUG: unable to handle page fault for address: 84abf450 #PF: supervisor instruction fetch in kernel mode #PF: error_code(0x0010) - not-present page PGD

[Kernel-packages] [Bug 1870242] [NEW] Kernel oops in i915 on 5.4.0-18-generic

2020-04-01 Thread Sultan Alsawaf
Public bug reported: I was running 5.4.0-18-generic and got the following splat doing nothing interesting in particular: BUG: unable to handle page fault for address: 84abf450 #PF: supervisor instruction fetch in kernel mode #PF: error_code(0x0010) - not-present page PGD 4d420e067 P4D

[Kernel-packages] [Bug 1869924] [NEW] High power consumption by Intel iGPU on Skylake+

2020-03-31 Thread Sultan Alsawaf
Public bug reported: There is an outstanding regression in i915 that breaks the RC6 power state for Intel iGPUs on Skylake and newer. This bug was fixed upstream in Linux 5.5. I submitted a backport of the fix for 5.4 upstream [1]. My cover letter [2] describes the issue: The first bug, fixed by

[Kernel-packages] [Bug 1861359] Re: swap storms kills interactive use

2020-03-30 Thread Sultan Alsawaf
As a note: https://platform.leolabs.space/visualizations/leo is not a valid reproducer for this bug, since the lags it causes are from overloading the GPU, not from stressing memory. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1861359] Re: swap storms kills interactive use

2020-03-27 Thread Sultan Alsawaf
FYI, this bug has nothing to do with the use of swap. It just happens that the slow writeback incurred by using a swap device backed by non- volatile memory makes kswapd's bouts of page thrashing last longer, enough to the point where there's a visual freeze. -- You received this bug

[Kernel-packages] [Bug 1861359] Re: swap storms kills interactive use

2020-03-27 Thread Sultan Alsawaf
This problem is caused by an upstream memory management feature called watermark boosting. Normally, when a memory allocation fails and falls back to the page allocator, the page allocator will wake up kswapd to free up pages in order to make the memory allocation succeed. kswapd tries to free

[Kernel-packages] [Bug 1831566] Re: [realtime app] not possible to redirect drivers/nvme IRQs from realtime cpuset

2020-03-09 Thread Sultan Alsawaf
Sorry for the late action. I made a patch (attached) adding the nitpicks we discussed above, and a couple others. Please take a look and let me know what you think. If all is well, I'll submit this all to the mailing list to be merged. ** Patch added:

[Kernel-packages] [Bug 1814231] Re: linux 4.4.0-142.168 ADT test failure (ubuntu_vfat_stress): hung task on i386

2020-03-05 Thread Sultan Alsawaf
Powerpc hung on vfat stress using the 5.3.0-42.34 eoan kernel: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-eoan/eoan/ppc64el/l/linux/20200229_025412_feca6@/log.gz -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1865493] Re: eoan/linux-oracle: 5.3.0-1011.12 -proposed tracker

2020-03-02 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1865438] Re: eoan/linux-kvm: 5.3.0-1012.13 -proposed tracker

2020-03-02 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf (kerneltoa

[Kernel-packages] [Bug 1865482] Re: eoan/linux-aws: 5.3.0-1013.14 -proposed tracker

2020-03-02 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1865491] Re: eoan/linux-gcp: 5.3.0-1014.15 -proposed tracker

2020-03-02 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1865200] Re: bionic/linux-oem: 4.15.0-1076.86 -proposed tracker

2020-02-28 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1865198] Re: xenial/linux-azure: 4.15.0-1074.79 -proposed tracker

2020-02-28 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1865193] Re: bionic/linux-azure: 5.0.0-1034.36 -proposed tracker

2020-02-28 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1864730] Re: bionic/linux-oem: 4.15.0-1075.85 -proposed tracker

2020-02-26 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1864741] Re: bionic/linux-oracle: 4.15.0-1035.38 -proposed tracker

2020-02-26 Thread Sultan Alsawaf
nel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1864748] Re: xenial/linux-gcp: 4.15.0-1057.61 -proposed tracker

2020-02-26 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1849947] Re: Dell XPS 13 (7390) Display Flickering - 19.10

2020-02-20 Thread Sultan Alsawaf
The patch to disable PSR fixes these glitches on my XPS laptops. Marking the bug as verified. ** Tags removed: verification-needed-eoan ** Tags added: verification-done-eoan -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1863332] Re: linux-kvm: -proposed tracker

2020-02-19 Thread Sultan Alsawaf
** Summary changed: - bionic/linux-kvm: 4.15.0-1054.54 -proposed tracker + linux-kvm: -proposed tracker ** Changed in: kernel-sru-workflow/prepare-package Status: In Progress => New ** Changed in: kernel-sru-workflow/prepare-package Assignee: Sultan Alsawaf (kernelto

[Kernel-packages] [Bug 1863325] Re: bionic/linux-aws: 4.15.0-1061.63 -proposed tracker

2020-02-18 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1863332] Re: bionic/linux-kvm: 4.15.0-1054.54 -proposed tracker

2020-02-18 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1849947] Re: Dell XPS 13 (7390) Display Flickering - 19.10

2020-02-06 Thread Sultan Alsawaf
Try running the following command and reboot after: sudo bash -c "echo 'options i915 enable_psr=0' > /etc/modprobe.d/i915.conf" -- 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/1849947

[Kernel-packages] [Bug 1862263] [NEW] test_sysctl in ubuntu_kernel_selftests fails to build on eoan

2020-02-06 Thread Sultan Alsawaf
Public bug reported: test_sysctl.c:181:4: error: ‘struct sysctl_test’ has no member named ‘seek’ 181 | .seek = 4, |^~~~ This affects all arches. Kernel 5.3.0-40.32. ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete ** Affects: linux (Ubuntu

[Kernel-packages] [Bug 1861160] Re: xenial/linux-gcp: 4.15.0-1053.57 -proposed tracker

2020-02-03 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1861156] Re: xenial/linux-azure: 4.15.0-1068.73 -proposed tracker

2020-02-03 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1861199] Re: eoan/linux-aws: 5.3.0-1011.12 -proposed tracker

2020-02-03 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1861201] Re: eoan/linux-azure: 5.3.0-1011.12 -proposed tracker

2020-02-03 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1861205] Re: eoan/linux-gcp: 5.3.0-1012.13 -proposed tracker

2020-02-03 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1861115] Re: xenial/linux-snapdragon: 4.4.0-1133.141 -proposed tracker

2020-01-29 Thread Sultan Alsawaf
cal Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Su

[Kernel-packages] [Bug 1830585] Re: cpuset_memory_spread from controllers test suite in LTP failed

2020-01-23 Thread Sultan Alsawaf
** Tags added: sru-20191202 -- 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/1830585 Title: cpuset_memory_spread from controllers test suite in LTP failed Status in ubuntu-kernel-tests:

[Kernel-packages] [Bug 1824228] Re: ept test fails in kvm_unit_tests

2020-01-23 Thread Sultan Alsawaf
** Tags added: sru-20191202 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oracle in Ubuntu. https://bugs.launchpad.net/bugs/1824228 Title: ept test fails in kvm_unit_tests Status in ubuntu-kernel-tests: New Status in

[Kernel-packages] [Bug 1859817] Re: eoan/linux-aws: 5.3.0-1010.11 -proposed tracker

2020-01-23 Thread Sultan Alsawaf
** Tags added: regression-testing-passed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-aws in Ubuntu. https://bugs.launchpad.net/bugs/1859817 Title: eoan/linux-aws: 5.3.0-1010.11 -proposed tracker Status in Kernel SRU

[Kernel-packages] [Bug 1845863] Re: vma05 in mm from ubuntu_ltp failed on 5.3 kernel

2020-01-23 Thread Sultan Alsawaf
** Tags added: sru-20191202 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oracle in Ubuntu. https://bugs.launchpad.net/bugs/1845863 Title: vma05 in mm from ubuntu_ltp failed on 5.3 kernel Status in ubuntu-kernel-tests:

[Kernel-packages] [Bug 1851619] Re: test_blackhole_dev from net in ubuntu_kernel_selftests failed on B-GCP 5.3

2020-01-23 Thread Sultan Alsawaf
** Tags added: sru-20191202 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-gcp in Ubuntu. https://bugs.launchpad.net/bugs/1851619 Title: test_blackhole_dev from net in ubuntu_kernel_selftests failed on B-GCP 5.3 Status in

[Kernel-packages] [Bug 1858534] Re: disco/linux-azure: 5.0.0-1029.31 -proposed tracker

2020-01-13 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1858539] Re: disco/linux-gcp: 5.0.0-1029.30 -proposed tracker

2020-01-10 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1858543] Re: disco/linux-oracle: 5.0.0-1010.15 -proposed tracker

2020-01-10 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1858531] Re: disco/linux-aws: 5.0.0-1024.27 -proposed tracker

2020-01-10 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf (kerneltoa

[Kernel-packages] [Bug 1858956] Re: bionic/linux: 4.15.0-75.85 -proposed tracker

2020-01-10 Thread Sultan Alsawaf
cal-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1855059] Re: [Regression] 4.15.0-73.82 Can not boot ThunderX

2019-12-11 Thread Sultan Alsawaf
This is the true fix for the issue: https://git.launchpad.net/~kerneltoast/+git/bionic- linux/commit/?id=4d161b28e6bd713f53d9097a6c74d3cb201c1363 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1853485] Re: Bionic kernel panic on Cavium ThunderX CN88XX

2019-12-11 Thread Sultan Alsawaf
This patch fixes this issue: https://git.launchpad.net/~kerneltoast/+git /bionic-linux/commit/?id=4d161b28e6bd713f53d9097a6c74d3cb201c1363 Note that this issue is a duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1855059. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1855059] Re: [Regression] 4.15.0-73.82 Can not boot ThunderX

2019-12-09 Thread Sultan Alsawaf
This is caused by commit 07d6360bfefa "arm64: Do not mask out PTE_RDONLY in pte_same()" (https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/bionic/commit/?id=07d6360bfefa4a01ca6b7014f9de2e88da9edba0) -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1854751] Re: eoan/linux-gcp: 5.3.0-1010.11 -proposed tracker

2019-12-04 Thread Sultan Alsawaf
** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-signed Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan A

[Kernel-packages] [Bug 1854751] Re: eoan/linux-gcp: 5.3.0-1010.11 -proposed tracker

2019-12-04 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoa

[Kernel-packages] [Bug 1854749] Re: eoan/linux-azure: 5.3.0-1009.10 -proposed tracker

2019-12-04 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf

[Kernel-packages] [Bug 1854813] Re: xenial/linux-azure: 4.15.0-1065.70 -proposed tracker

2019-12-04 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

[Kernel-packages] [Bug 1820754] Re: bcache null pointer exception , recursive fault

2019-11-21 Thread Sultan Alsawaf
Hi, please test the following kernel to see if the issue is fixed: https ://private-fileshare.canonical.com/~sultan/trusty-bcache-test1.tar.gz It's a tarball containing kernel .deb files. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1840835] Re: High power consumption using 5.0.0-25-generic

2019-11-20 Thread Sultan Alsawaf
Could you please verify that disco is fixed as well? Thanks. -- 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/1840835 Title: High power consumption using 5.0.0-25-generic Status in linux

[Kernel-packages] [Bug 1851347] Re: libmbim-proxy using 100% CPU on a Dell Edge Gateway 3002

2019-11-19 Thread Sultan Alsawaf
Jesse, could you please verify that this is fixed in -proposed? Thanks. -- 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/1851347 Title: libmbim-proxy using 100% CPU on a Dell Edge Gateway

[Kernel-packages] [Bug 1852223] Re: eoan/linux-aws: 5.3.0-1008.9 -proposed tracker

2019-11-14 Thread Sultan Alsawaf
cal-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1852227] Re: eoan/linux-gcp: 5.3.0-1009.10 -proposed tracker

2019-11-14 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1850481] Re: eoan/linux-gcp: 5.3.0-1007.7 -proposed tracker

2019-10-29 Thread Sultan Alsawaf
cal-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1850477] Re: eoan/linux-aws: 5.3.0-1006.6 -proposed tracker

2019-10-29 Thread Sultan Alsawaf
cal-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1850480] Re: eoan/linux-azure: 5.3.0-1006.6 -proposed tracker

2019-10-29 Thread Sultan Alsawaf
cal-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast)

[Kernel-packages] [Bug 1831566] Re: [realtime app] not possible to redirect drivers/nvme IRQs from realtime cpuset

2019-10-29 Thread Sultan Alsawaf
@mykizi-ericsson Could I get an update for my last comment? If CPU hotplugging can't be addressed then perhaps it'd be alright to just mark the new module parameter as unsafe... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1831566] Re: [realtime app] not possible to redirect drivers/nvme IRQs from realtime cpuset

2019-10-23 Thread Sultan Alsawaf
Thanks for the clarification, that makes sense to me now. It doesn't look like the patch handles CPU hotplugging though; a cpumask filled with *only* offline CPUs can be passed as a parameter, or all of the CPUs in the cpumask can be offlined after the setup is finished. This isn't a problem with

[Kernel-packages] [Bug 1831566] Re: [realtime app] not possible to redirect drivers/nvme IRQs from realtime cpuset

2019-10-22 Thread Sultan Alsawaf
It looks like the supplied patch is a no-op. A module parameter is introduced with a .set function, but the parameter does not have any write permission specified so the .set function can never execute (since userspace won't have permission to write to the module parameter file).

[Kernel-packages] [Bug 1848987] Re: bionic/linux-azure: 5.0.0-1024.25~18.04.1 -proposed tracker

2019-10-22 Thread Sultan Alsawaf
cal Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** Changed in: kernel-sru-workflow/prepare-package-lrm Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-lrm Assignee: Canonical Kernel Team (canonical-kernel-team) => Su

[Kernel-packages] [Bug 1849046] Re: xenial/linux-snapdragon: 4.4.0-1129.137 -proposed tracker

2019-10-21 Thread Sultan Alsawaf
cal Kernel Team (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Su

[Kernel-packages] [Bug 1849041] Re: xenial/linux-aws: 4.4.0-1097.108 -proposed tracker

2019-10-21 Thread Sultan Alsawaf
eam (canonical-kernel-team) => Sultan Alsawaf (kerneltoast) ** 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) => Sultan Alsawaf

  1   2   >