[Kernel-packages] [Bug 1836215] Re: [DELL][BIONICS][RSI] Redpine driver got crashed during shutdown/reboot

2019-07-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1836215

Title:
  [DELL][BIONICS][RSI] Redpine driver got crashed during shutdown/reboot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  SRU Justification:
  --

  Impact:
  ---
    Kernel crash upon shutdown or rebooting the device.

  Test case:
  --
    1) Power up the device, Redpine modules are loaded by default.
    2) Reboot or shutdown the device.
    3) Observe the behavior.

  Result:
  ---
     Redpine driver crashes the entire kernel and below is the crash log.
     ... skipping ...
     [ 47.002030] BUG: unable to handle kernel NULL pointer dereference
  at 0038
     [ 47.010828] IP: rsi_shutdown+0x2c/0x100 [rsi_sdio]
     [ 47.016180] PGD 0 P4D 0
     [ 47.019025] Oops:  1 SMP PTI
     [ 47.136275] CPU: 1 PID: 1 Comm: systemd-shutdow Not tainted
  4.15.0-1035-oem #40-Ubuntu
     [ 47.145131] Hardware name: Dell Inc. Edge Gateway 3001/0YMHCG,
  BIOS 01.00.08 10/23/2018
     [ 47.154096] RIP: 0010:rsi_shutdown+0x2c/0x100 [rsi_sdio]
     [ 47.160039] RSP: 0018:b08dbd78 EFLAGS: 00010246
     [ 47.165887] RAX:  RBX: a08b77f1d000 RCX: 

     [ 47.173869] RDX: 0002 RSI: c07aa77f RDI: 
0001
     [ 47.181851] RBP: b08dbd90 R08:  R09: 
b08dbc50
     [ 47.189834] R10:  R11: 023a R12: 
a08b6d94
     [ 47.197816] R13: a08b3cbfb408 R14: 8f556137 R15: 
a08b3cbfb468
     [ 47.205801] FS: 7f85cd093940() GS:a08b70b0()
  knlGS:
     [ 47.214854] CS: 0010 DS:  ES:  CR0: 80050033
     [ 47.221281] CR2: 0038 CR3: 6a93 CR4: 
001006e0
     [ 47.229262] Call Trace:
     [ 47.232017] device_shutdown+0x14e/0x200
     [ 47.236416] kernel_power_off+0x35/0x70
     [ 47.240711] SYSC_reboot+0x132/0x210
     [ 47.244721] ? SYSC_rt_sigtimedwait+0x88/0xe0
     [ 47.249604] ? do_writev+0x61/0xf0
     [ 47.253411] ? do_writev+0x61/0xf0
     [ 47.257219] ? sigprocmask+0x6f/0xa0
     [ 47.261225] SyS_reboot+0xe/0x10
     [ 47.264841] do_syscall_64+0x73/0x130
     [ 47.268945] entry_SYSCALL_64_after_hwframe+0x3d/0xa2

  Root cause analysis:
  
     Device operating mode 8(bluetooth alone), our driver supports multiple 
modes like 13(WiFi + Bluetooth), WiFi related structures are not been 
initialized in Bluetooth alone mode(8), dereferencing them in rsi_shutdown 
function causes crash. In Redpine driver, this NULL check is missed. Hence, 
Added the fix for the same.

  Fix:
  
     Added proper NULL check in rsi_shutdown function.

  Regression Potential:
  -
  This is a very direct issue, since the driver is getting crashed 
while reboot. We rebooted multiples times, checked the driver stability. Every 
thing ran smooth.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1836215/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1837073] Re: linux 5.2.0-8.9 disabled backlight on s390x.

2019-07-19 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1837073

Title:
  linux 5.2.0-8.9 disabled backlight on s390x.

Status in ddcci-driver-linux package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Looks like ddcci-driver-linux started to fail on s390x with the switch
  from kernel 5.0.0-21-generic to 5.2.0-8-generic

  http://autopkgtest.ubuntu.com/packages/d/ddcci-driver-linux/eoan/s390x


  According to changelog and diff:
  - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x

  from Seth Forshee.

  According to the build log of ddci backlight

  rm: cannot remove '.tmp_versions/ddcci-backlight.mod': No such file or 
directory
  Makefile:227: = WARNING 
  Makefile:228: 'SUBDIRS' will be removed after Linux 5.3
  Makefile:229: Please use 'M=' or 'KBUILD_EXTMOD' instead
  Makefile:230: ==
  Makefile:227: = WARNING 
  Makefile:228: 'SUBDIRS' will be removed after Linux 5.3
  Makefile:229: Please use 'M=' or 'KBUILD_EXTMOD' instead
  Makefile:230: ==
  ERROR: "devm_backlight_device_register" 
[/var/lib/dkms/ddcci/0.3.2/build/ddcci-backlight/ddcci-backlight.ko] undefined!
  make[3]: *** [scripts/Makefile.modpost:91: __modpost] Error 1
  make[2]: *** [Makefile:1628: modules] Error 2
  make[1]: *** [Makefile:37: ddcci-backlight.ko] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ddcci-driver-linux/+bug/1837073/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1799988] Re: Missing wifi and bluetooth after sleep on XPS 9370

2019-04-10 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1799988

Title:
  Missing wifi and bluetooth after sleep on XPS 9370

Status in Dell Sputnik:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have XPS9370 with self-installed Ubuntu 18.10 (not project sputnik) with 
Killer 1435 wireless module.
  And sometimes I find wifi and bluetooth missing after sleep. I cannot exactly 
define preconditions, but it seems there are following steps to reproduce the 
issue
  1. Connect something via bluetooth  (I use bluetooth headset)
  2. Send laptop to sleep
  3. Wake it and find wifi and bluetooth missing.

  I have to mention that I have also been experienced bluetooth only
  missing, but it somehow transformed to the issue with both wireless
  devices.

  Dmesg after waking up with the issue attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kao2362 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 18.10
  InstallationDate: Installed on 2018-09-22 (33 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Alpha amd64 (20180922)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 012: ID 0489:e0a2 Foxconn / Hon Hai 
   Bus 001 Device 002: ID 0bda:58f4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9370
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-10-generic 
root=UUID=34230cbd-d3d2-4cb8-855a-307883bc35ea ro quiet splash 
mem_sleep_default=deep video=1920x1080 usbcore.dyndbg=+p vt.handoff=1
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-10-generic N/A
   linux-backports-modules-4.18.0-10-generic  N/A
   linux-firmware 1.175
  Tags:  cosmic
  Uname: Linux 4.18.0-10-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/09/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.5.1
  dmi.board.name: 0VM1FG
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd08/09/2018:svnDellInc.:pnXPS139370:pvr:rvnDellInc.:rn0VM1FG:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9370
  dmi.product.sku: 07E6
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1799988/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1824812] Re: apparmor does not start in Disco LXD containers

2019-04-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "UBUNTU: SAUCE: shiftfs: use correct llseek method for"
seems to be a patch.  If it isn't, please remove the "patch" flag from
the attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
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/1824812

Title:
  apparmor does not start in Disco LXD containers

Status in AppArmor:
  Triaged
Status in apparmor package in Ubuntu:
  In Progress
Status in libvirt package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  In Progress

Bug description:
  In LXD apparmor now skips starting.

  Steps to reproduce:
  1. start LXD container
    $ lxc launch ubuntu-daily:d d-testapparmor
    (disco to trigger the issue, cosmic as reference)
  2. check the default profiles loaded
    $ aa-status

  => This will in cosmic and up to recently disco list plenty of profiles 
active even in the default install.
  Cosmic:
    25 profiles are loaded.
    25 profiles are in enforce mode.
  Disco:
    15 profiles are loaded.
    15 profiles are in enforce mode.

  All those 15 remaining are from snaps.
  The service of apparmor.service actually states that it refuses to start.

  $ systemctl status apparmor
  ...
  Apr 15 13:56:12 testkvm-disco-to apparmor.systemd[101]: Not starting AppArmor 
in container

  I can get those profiles (the default installed ones) loaded, for example:
    $ sudo apparmor_parser -r /etc/apparmor.d/sbin.dhclient
  makes it appear
    22 profiles are in enforce mode.
     /sbin/dhclient

  I was wondering as in my case I found my guest with no (=0) profiles loaded. 
But as shown above after "apparmor_parser -r" and package install profiles 
seemed fine. Then the puzzle was solved, on package install they
  will call apparmor_parser via the dh_apparmor snippet and it is fine.

  To fully disable all of them:
$ lxc stop 
$ lxc start 
$ lxc exec d-testapparmor aa-status
  apparmor module is loaded.
  0 profiles are loaded.
  0 profiles are in enforce mode.
  0 profiles are in complain mode.
  0 processes have profiles defined.
  0 processes are in enforce mode.
  0 processes are in complain mode.
  0 processes are unconfined but have a profile defined.

  That would match the service doing an early exit as shown in systemctl
  status output above. The package install or manual load works, but
  none are loaded by the service automatically e.g. on container
  restart.

  --- --- ---

  This bug started as:
  Migrations to Disco trigger "Unable to find security driver for model 
apparmor"

  This most likely is related to my KVM-in-LXD setup but it worked fine
  for years and I'd like to sort out what broke. I have migrated to
  Disco's qemu 3.1 already which makes me doubts generic issues in qemu
  3.1 in general.

  The virt tests that run cross release work fine starting from X/B/C but all 
those chains fail at mirgating to Disco now with:
    $ lxc exec testkvm-cosmic-from -- virsh migrate --unsafe --live 
kvmguest-bionic-normal
    qemu+ssh://10.21.151.207/system
    error: unsupported configuration: Unable to find security driver for model 
apparmor

  I need to analyze what changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1824812/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1840847] Re: cpuinfo_linux_get_max_processors_count always warns Ubuntu default MAX cpu values (stderr)

2019-08-20 Thread Ubuntu Foundations Team Bug Bot
The attachment "cpuinfo_0.0~git20190201.d5e37ad-1ubuntu1.debdiff" seems
to be a debdiff.  The ubuntu-sponsors team has been subscribed to the
bug report so that they can review and hopefully sponsor the debdiff.
If the attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
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/1840847

Title:
  cpuinfo_linux_get_max_processors_count always warns Ubuntu default MAX
  cpu values (stderr)

Status in cpuinfo package in Ubuntu:
  In Progress
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  From bug:

  https://bugs.launchpad.net/bugs/1840511

  clockhouse builds test started failing because of the presence of
  stderr whenever using the function:

  cpuinfo_linux_get_max_processors_count(void)

  From cpuid library.

  This happens because:

  

  #if defined(__ANDROID__) && !defined(CPU_SETSIZE)
  /*
   * Android NDK headers before platform 21 do not define CPU_SETSIZE,
   * so we hard-code its value, as defined in platform 21 headers
   */
  #if defined(__LP64__)
  static const uint32_t default_max_processors_count = 1024;
  #else
  static const uint32_t default_max_processors_count = 32;
  #endif
  #else
  static const uint32_t default_max_processors_count = CPU_SETSIZE;
  #endif

  

  #if !defined(__ANDROID__)
  /*
   * sched.h is only used for CPU_SETSIZE constant.
   * Android NDK headers before platform 21 do have this constant in sched.h
   */
  #include 
  #endif

  

  and resolving includes:

  x86_64-linux-gnu/bits/cpu-set.h:

  /* Size definition for CPU sets. */
  #define __CPU_SETSIZE 1024

  

  And the warning:

  Warning in cpuinfo: kernel_max value of 8191 parsed from
  /sys/devices/system/cpu/kernel_max exceeds platform-default limit 1023

  Will always be displayed in Ubuntu OS, when it should NOT (does not
  make any sense to trigger a warning for something that can't be
  changed).

  FOR THE KERNEL TEAM:

  Should ubuntu update sched.h and/or cpu-set.h to reflect its decision
  in using 8192 max CPUs ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cpuinfo/+bug/1840847/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1841256] Re: package nvidia-384 384.130-0ubuntu0.14.04.2 failed to install/upgrade: conflicting packages - not installing nvidia-384

2019-08-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: inaccessible-archive

** Changed in: nvidia-graphics-drivers-384 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-384 in Ubuntu.
https://bugs.launchpad.net/bugs/1841256

Title:
  package nvidia-384 384.130-0ubuntu0.14.04.2 failed to install/upgrade:
  conflicting packages - not installing nvidia-384

Status in nvidia-graphics-drivers-384 package in Ubuntu:
  Invalid

Bug description:
  obtained after running sudo apt-get install -f

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: nvidia-384 384.130-0ubuntu0.14.04.2
  ProcVersionSignature: Ubuntu 3.13.0-170.220-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-170-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.14.1-0ubuntu3.29
  Architecture: amd64
  Date: Fri Aug 23 10:14:30 2019
  DuplicateSignature: package:nvidia-384:384.130-0ubuntu0.14.04.2:conflicting 
packages - not installing nvidia-384
  ErrorMessage: conflicting packages - not installing nvidia-384
  InstallationDate: Installed on 2015-01-26 (1670 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.8
   apt  1.0.1ubuntu2.23
  SourcePackage: nvidia-graphics-drivers-384
  Title: package nvidia-384 384.130-0ubuntu0.14.04.2 failed to install/upgrade: 
conflicting packages - not installing nvidia-384
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-384/+bug/1841256/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1841288] Re: does not create compressed dump on 5.0 or later kernels

2019-08-23 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1841288

Title:
  does not create compressed dump on 5.0 or later kernels

Status in makedumpfile package in Ubuntu:
  In Progress
Status in makedumpfile source package in Bionic:
  In Progress
Status in makedumpfile source package in Disco:
  In Progress

Bug description:
  [Impact]
  On ppc64el, makedumpfile won't create compressed dumps, causing them to be 
very large. This affects any kernel later than 4.19 actually.

  [Test case]
  Crash a system with kdump-tools installed and enabled, by using the following 
sequence. Verify the created dumps are compressed by using file. This is the 
same test as the autopkgtest for makedumpfile.

  echo 1 | sudo tee /proc/sys/kernel/sysrq
  echo c | sudo tee /proc/sysrq-trigger

  [Regression potential]
  This is a small fix and should only impact ppc64el. Older kernels should 
still work, and should be tested.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/makedumpfile/+bug/1841288/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1840236] Re: Horizontal corrupted line at top of screen caused by framebuffer compression

2019-08-25 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1840236

Title:
  Horizontal corrupted line at top of screen caused by framebuffer
  compression

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  In Progress

Bug description:
  This is an follow-up for
  https://bugs.freedesktop.org/show_bug.cgi?id-108085 but found on
  IceLake platforms.

  Right after GDM is login screen is rendered, there might be a thin
  strap of corrupted image at top of the display for a short while. Like
  f-d-o bug 108085, sometimes it can also be reproduced by clicking the
  date/time repeatedly to open and close the calendar several times.
  Etc.

  Known work-around so far is to append kernel boot param
  "i915.enable_fbc=0".

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.0.0-1018-oem-osp1 5.0.0-1018.20
  ProcVersionSignature: Ubuntu 5.0.0-1018.20-oem-osp1 5.0.18
  Uname: Linux 5.0.0-1018-oem-osp1 x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Aug 15 16:41:01 2019
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-loras+X14
  InstallationDate: Installed on 2019-08-12 (3 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  SourcePackage: linux-signed-oem-osp1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1840236/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1828248] Re: [linux-azure] Storage performance drop on RAID

2019-05-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1828248

Title:
   [linux-azure] Storage performance drop on RAID

Status in linux-azure package in Ubuntu:
  New
Status in linux-azure source package in Xenial:
  Fix Committed

Bug description:
  In Azure, FIO 4k tests are showing performance drops on latest proposed 
4.15.0 linux-azure kernels - from 52K IOPS to ~38K IOPS (max value reached on 
both sequential and random read tests).
  The setup used is 12 disks in RAID0.
  The affected kernels are:
  Ubuntu 14.04 + 4.15.0-1043
  Ubuntu 16.04 + 4.15.0-1044

  Previous kernel versions had reached max IOPS, ~52K IOPS on both read
  tests (e.g. 16.04 + 4.15.0-1043 kernel). Right now, it seems like the
  issue is in the diff from 1043 kernel on trusty vs 1044 kernel on
  xenial.

  The 52K IOPS is expected at qdepth=256. The repro cmd (as ran by the 
automation) is this:
  fio --size=1023G --direct=1 --ioengine=libaio --filename=/dev/md0 
--overwrite=1 --readwrite=randread --bs=4K --runtime=300 --iodepth=32 
--numjob=8 --output-format=json 
--output=/root/FIOLog/jsonLog/fio-result-randread-4K-256td.json --name='repro'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1828248/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1828948] Re: OBSOLETE_BY in DKMS.CONF not work

2019-05-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "dkms_2.3-3ubuntu9.3.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1828948

Title:
  OBSOLETE_BY in DKMS.CONF not work

Status in DKMS:
  Confirmed
Status in OEM Priority Project:
  Fix Committed
Status in dkms package in Ubuntu:
  New
Status in dkms source package in Bionic:
  New

Bug description:
  [Impact]
  OBSOLETE_BY in DKMS.CONF not work
  Which also be reported on upstream:
  https://github.com/dell/dkms/issues/81

  [Test case]
  1. add OBSOLETE_BY in DKMS.CONF
  e.g. OBSOLETE_BY="4.15.0-1033"
  2. the kernel module should not be built with kernel greater than the version 
specified by OBSOLETE_BY
  e.g.
   - user install kernel 4.15.0-1030 and 4.15.0-10360
   - user install kernel oem-wifi-qualcomm-ath10k-lp1803647-4.15-dkms [1] which 
has OBSOLETE_BY="4.15.0-1033"
   - the kernel module from dkms [1] should only built for 4.15.0-1030, but not 
for 4.15.0-10360

  [Regression potential]
  None as it used to work, but somehow regression there.

  [1] https://code.launchpad.net/~alextu/+recipe/oem-wifi-qualcomm-
  ath10k-lp1803647-4.15-dkms-daily

To manage notifications about this bug go to:
https://bugs.launchpad.net/dkms/+bug/1828948/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1827100] Re: bcmwl 6.30.223.271+bdcom-0ubuntu4 ADT test failure with linux 5.1.0-1.1

2019-05-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1827100

Title:
  bcmwl 6.30.223.271+bdcom-0ubuntu4 ADT test failure with linux
  5.1.0-1.1

Status in bcmwl package in Ubuntu:
  In Progress

Bug description:
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan-canonical-kernel-team-bootstrap/eoan/amd64/b/bcmwl/20190429_132741_e6057@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan-canonical-kernel-team-bootstrap/eoan/i386/b/bcmwl/20190429_124054_e6057@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1827100/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1817321] Re: installer does not support iSCSI iBFT

2019-05-22 Thread Ubuntu Foundations Team Bug Bot
The attachment "bionic_d-i.debdiff" seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
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/1817321

Title:
  installer does not support iSCSI iBFT

Status in debian-installer package in Ubuntu:
  Confirmed
Status in hw-detect package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in partman-iscsi package in Ubuntu:
  Confirmed
Status in debian-installer source package in Bionic:
  Confirmed
Status in hw-detect source package in Bionic:
  Confirmed
Status in linux source package in Bionic:
  Fix Released
Status in partman-iscsi source package in Bionic:
  Confirmed
Status in debian-installer source package in Cosmic:
  Confirmed
Status in hw-detect source package in Cosmic:
  Confirmed
Status in linux source package in Cosmic:
  Fix Released
Status in partman-iscsi source package in Cosmic:
  Confirmed
Status in debian-installer source package in Disco:
  Confirmed
Status in hw-detect source package in Disco:
  Confirmed
Status in linux source package in Disco:
  Fix Released
Status in partman-iscsi source package in Disco:
  Confirmed
Status in debian-installer source package in Eoan:
  Confirmed
Status in hw-detect source package in Eoan:
  Confirmed
Status in linux source package in Eoan:
  Fix Released
Status in partman-iscsi source package in Eoan:
  Confirmed

Bug description:
  [Impact]

   * It's not possible to access iBFT (iSCSI Boot Firmware Table) information
     (settings for network interface, initiator, and target) in the installer
     because the 'iscsi_ibft' module is not present in udeb packages.

   * Even if it was, the installer does not handle iBFT information at all,
     thus any settings are ignored, and iSCSI-related configuration has to
     be done manually or with workarounds.

   * This impacts user-experience and automatic installation on systems and
     deployments which actually do provide the iBFT feature and information,
     but cannot use it practically.

   * With proper iBFT support in the installer (kernel module in udeb package
     and automatic iSCSI-related configuration) users will be able to rely on
     iBFT to install/deploy Ubuntu on their servers and datacenters.

   * These fixes add the 'iscsi_ibft' kernel module in the scsi-modules udeb,
     and configure network/iSCSI according to iBFT information in disk-detect.

     This is done in disk-detect so that the iSCSI LUNs are detected as disks
     (useful in case of no other disks in the system so the installer doesn't
     complain nor wait too long) and that any partman-related preseed options
     are not required and may be still available for the user.

  [Test Case]

   * linux package / kernel module in udeb:

     $ dpkg-deb -c scsi-modules_*.udeb | grep iscsi_ibft.ko

     Check the module loads in the installer environment.
     See comment with example for disco.

   * d-i/hw-detect/partman-iscsi package:
     See comments 11, 12, 13.

  [Regression Potential]

   * linux package: low, the kernel module is not loaded by default,
     and only checks whether iBFT information is present in firmware,
     then exposes that in sysfs in read-only mode.

   * d-i/hw-detect/partman-iscsi:
     - d-i: kernel version update to include iscsi_ibft module,
    based on kernel released to -updates plus one week
    monitoring bug reports -- it should be OK.
    Tested on amd64/i386/arm64/ppc64el on QEMU, plus amd64
    on baremetal -- see comment 11.
     - hw-detect: low, the changes are enabled by a preseed option.
  see comment 12.
     - partman-iscsi: low, simple changes, plus one fix that has
  been tested in detail, and falls back to
  previous behavior if it fails.
  see comment 13.

  [Other Info]

   * This has been verified both by the developer with a simple iSCSI
     iBFT environment (2 VMs: iSCSI target & initiator with UEFI+iPXE)
     and by an user with system/firmware that supports iBFT for iSCSI.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1817321/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1828187] Re: ibm, dynamic-memory property not found while loading kexec kernel (4.18.0-18-generic)

2019-05-22 Thread Ubuntu Foundations Team Bug Bot
The attachment "kexec-tools_2.0.16-1ubuntu3.1.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
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/1828187

Title:
  ibm,dynamic-memory property not found while loading kexec kernel
  (4.18.0-18-generic)

Status in The Ubuntu-power-systems project:
  In Progress
Status in kexec-tools package in Ubuntu:
  In Progress

Bug description:
  For SRU:

  [Impact]

   * The ibm,dynamic-memory-v2 device tree property replaced the
  original ibm,dynamic-memory property. Since kexec-tools doesn't know
  to look for the "-v2" property yet, it fails to successfully parse the
  node using the new "-v2" property.

   * These changes enable the new "-v2" property to be successfully
  parsed from the node.

  [Test Case]

   * Load panic kernel or regular kernel with kexec command:

  kdump-config unload; kdump-config load

  OR

  kexec -l --append="`cat /proc/cmdline`"
  --initrd=/boot/initrd.img-`uname -r` /boot/vmlinux-`uname -r`

  * Expected result: kexec loads without any warning/error messages

  [Testing]

  These changes were tested by Hari with a positive result on a 4.18
  kernel for ppc64el.

  [Regression Potential]

  * Low. 
  * These changes exist in 'kexec-tools' for disco and onwards (these kernels 
are all >= 4.16 where the -v2 property was enabled). 
  * The Bionic edge and Cosmic kernels have support for the -v2 property since 
they are also >= 4.16.
  * The regular 4.15 Bionic kernel is the more interesting of the bunch in 
terms of regression potential since 4.15 is too early to have the -v2 property 
enabled. The changes introduced by this patch appear to only attempt "-v2" 
parsing if it was unable to parse the "-v1" node. The absence of the v1 node 
implies that the device tree is using the "v2" property. Since the "-v2" option 
is not enabled for the 4.15 kernel, if the "-v1" parsing fails, then the "-v2" 
parsing will certainly fail, and the code throws the same error condition is it 
did before the patch was applied anyway.

  Original bug description below.
  ---

  == Comment: #0 - Hari Krishna Bathini  - 2019-05-07 
13:37:51 ==
  ---Problem Description---
  On 4.18.0-18-generic kernel, kexec load command throws below traces:

  ---

  Regular kexec load:

  root@ubuntu:~# kexec -l --append="`cat /proc/cmdline`" 
--initrd=/boot/initrd.img-`uname -r` /boot/vmlinux-`uname -r`
  /proc/device-tree/ibm,dynamic-reconfiguration-memory/ibm,dynamic-memory: No 
such file or directory
  Modified cmdline:BOOT_IMAGE=/boot/vmlinux-4.18.0-18-generic 
root=UUID=1aa9458c-3974-4cb4-9ab3-9ee03c0f4e5e ro 
crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M@128M
  root@ubuntu:~#
  ---

  KDump kernel load:

  root@ubuntu:~# kdump-config unload
   * unloaded kdump kernel
  root@ubuntu:~# kdump-config load
   * Creating symlink /var/lib/kdump/vmlinuz
   * Creating symlink /var/lib/kdump/initrd.img
  /proc/device-tree/ibm,dynamic-reconfiguration-memory/ibm,dynamic-memory: No 
such file or directory
  /proc/device-tree/ibm,dynamic-reconfiguration-memory/ibm,dynamic-memory: No 
such file or directory
  Modified cmdline:BOOT_IMAGE=/boot/vmlinux-4.18.0-18-generic 
root=UUID=1aa9458c-3974-4cb4-9ab3-9ee03c0f4e5e ro maxcpus=1 
systemd.unit=kdump-tools-dump.service irqpoll noirqdistrib nousb 
elfcorehdr=158912K
   * loaded kdump kernel
  root@ubuntu:~#
  ---

  Contact Information = hbath...@in.ibm.com

  ---uname output---
  Linux ubuntu 4.18.0-18-generic #19~18.04.1-Ubuntu SMP Fri Apr 5 10:21:11 UTC 
2019 ppc64le ppc64le ppc64le GNU/Linux

  ---Additional Hardware Info---
  na

  Machine Type = na

  ---Debugger---
  A debugger is not configured

  ---Steps to Reproduce---
   Load panic kernel or regular kernel with kexec command:

  kdump-config unload; kdump-config load

  OR

  kexec -l --append="`cat /proc/cmdline`"
  --initrd=/boot/initrd.img-`uname -r` /boot/vmlinux-`uname -r`

  Actual Result:
  DT files are not found while loading the kernel

  Expected result:
  kexec loads without any warning/error messages

  Userspace tool common name: kexec-tools

  The userspace tool has the following bit modes: 64-bit

  Userspace rpm: kexec-tools

  Userspace tool obtained from project website:  na

  *Additional Instructions for hbath...@in.ibm.com:
  -Attach ltrace and strace of userspace application.

  == Comment: #1 - Hari Krishna Bathini  -
  2019-05-07 13:44:25 ==

  Since v4.16 kernel, ibm,dynamic-memory-v2 Device T

[Kernel-packages] [Bug 1812845] Re: 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes triggers system hang on i386

2019-03-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1812845

Title:
  3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
  triggers system hang on i386

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  New
Status in linux source package in Disco:
  Confirmed

Bug description:
  This issue was not spotted on AMD64

  Reproduce rate: 100%

  The following command is the key to trigger this:
  btrfs scrub start -BR $MNT

  Steps:
  # (Install necessary packages)
  # git clone --depth=1 git://kernel.ubuntu.com/ubuntu/autotest-client-tests
  # TMP=/tmp/tmp MNT=/tmp/mnt
  # mkdir -p $TMP; mkdir -p $MNT
  # cd autotest-client-tests/ubuntu_btrfs_kernel_fixes
  # TMP=/tmp/tmp MNT=/tmp/mnt ./3b080b2564287be91605bfd1d5ee985696e61d3c.sh

  Trace:
   [  494.357824] [ cut here ]
   [  494.357828] kernel BUG at 
/build/linux-bnzN1b/linux-4.15.0/mm/highmem.c:350!
   [  494.365079] invalid opcode:  [#1] SMP
   [  494.369205] Modules linked in: cfg80211 intel_powerclamp ipmi_ssif 
gpio_ich coretemp kvm_intel kvm ipmi_si irqbypass input_leds joydev dcdbas 
intel_cstate ipmi_devintf sch_fq_codel shpchp i7core_edac lpc_ich 
ipmi_msghandler acpi_power_meter mac_hid ib_iser rdma_cm iw_cm ib_cm ib_core 
iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ip_tables x_tables autofs4 
btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq 
async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear mgag200 
i2c_algo_bit ttm drm_kms_helper hid_generic syscopyarea sysfillrect usbhid 
sysimgblt mpt3sas fb_sys_fops drm hid raid_class bnx2 scsi_transport_sas 
pata_acpi wmi
   [  494.430188] CPU: 2 PID: 2093 Comm: kworker/u16:1 Not tainted 
4.15.0-43-generic #46-Ubuntu
   [  494.438618] Hardware name: Dell Inc. PowerEdge R310/05XKKK, BIOS 1.11.0 
09/18/2012
   [  494.446494] Workqueue: btrfs-endio-raid56 btrfs_endio_raid56_helper 
[btrfs]
   [  494.453657] EIP: kunmap_high+0xaa/0xb0
   [  494.457571] EFLAGS: 00010246 CPU: 2
   [  494.461229] EAX: 0115 EBX: f000 ECX: 0001 EDX: 
   [  494.467840] ESI: 0004 EDI: 0004 EBP: f4883e44 ESP: f4883e40
   [  494.474264]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
   [  494.479931] CR0: 80050033 CR2: 005885e0 CR3: 0fe16000 CR4: 06f0
   [  494.486353] Call Trace:
   [  494.488967]  kunmap+0x3e/0x50
   [  494.492140]  finish_parity_scrub+0x24d/0x570 [btrfs]
   [  494.497226]  ? update_load_avg+0x64f/0x830
   [  494.501528]  validate_rbio_for_parity_scrub+0xc2/0xd0 [btrfs]
   [  494.507527]  raid56_parity_scrub_end_io+0x53/0x70 [btrfs]
   [  494.513058]  bio_endio+0xb9/0x110
   [  494.516574]  ? end_workqueue_fn+0x2c/0x40 [btrfs]
   [  494.521435]  end_workqueue_fn+0x33/0x40 [btrfs]
   [  494.526139]  normal_work_helper+0x7d/0x2f0 [btrfs]
   [  494.531087]  btrfs_endio_raid56_helper+0x10/0x20 [btrfs]
   [  494.536621]  process_one_work+0x1b9/0x3d0
   [  494.540799]  worker_thread+0x37/0x420
   [  494.544628]  kthread+0xf0/0x110
   [  494.547931]  ? process_one_work+0x3d0/0x3d0
   [  494.552282]  ? kthread_create_worker_on_cpu+0x20/0x20
   [  494.557488]  ? kthread_create_worker_on_cpu+0x20/0x20
   [  494.562701]  ret_from_fork+0x2e/0x38
   [  494.566441] Code: 2d ee ff 58 8b 5d fc c9 c3 90 8d b4 26 00 00 00 00 a1 
80 d1 c4 cf 31 c9 3d 80 d1 c4 cf 0f 95 c1 eb bc 8d b4 26 00 00 00 00 0f 0b <0f> 
0b 8d 74 26 00 66 66 66 66 90 55 89 e5 56 53 31 db e8 1f ef
   [  494.585751] EIP: kunmap_high+0xaa/0xb0 SS:ESP: 0068:f4883e40
   [  494.591688] ---[ end trace 5e6d708abb85eeba ]---

  Follow up with CPU soft lockup.

  Please find the attachment for the complete log.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-43-generic 4.15.0-43.46
  ProcVersionSignature: User Name 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic i686
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jan 22 11:54 seq
   crw-rw 1 root audio 116, 33 Jan 22 11:54 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: i386
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Tue Jan 22 11:54:49 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  MachineType: Dell Inc. PowerEdge R310
  PciMultimedia:
   
  ProcFB: 0 mgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic 
root=UUID=6aaa11f6-d386-4c0c-b4b8-38e6c408980a ro console=ttyS0,115200n8
  RelatedPackageVersions:
   linux-restricted-modules-4.15

[Kernel-packages] [Bug 1813244] Re: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386

2019-03-27 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1813244

Title:
  systemd cause kernel trace "BUG: unable to handle kernel paging
  request at 6db23a14" on Cosmic i386

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Cosmic:
  Confirmed

Bug description:
  This issue was found after leaving a SUT to run overnight (was testing
  the ubuntu_cts_kernel test 13 hours ago before this happens). Can't
  tell if this is a regression, as I haven't find a way to reproduce it.
  But I do see similar reports on the Internet [1]

  After checking the systemd service timers, it looks like this is
  caused by the logrotate.service:

  $ sudo systemctl list-timers --all
  NEXT LEFT  LAST 
PASSEDUNIT ACTIVATES
  Fri 2019-01-25 06:18:58 UTC  1h 40min left Thu 2019-01-24 06:34:15 UTC  22h 
ago   apt-daily-upgrade.timer  apt-daily-upgrade.service
  Fri 2019-01-25 09:15:54 UTC  4h 37min left Fri 2019-01-25 03:43:24 UTC  55min 
ago apt-daily.timer  apt-daily.service
  Fri 2019-01-25 17:02:47 UTC  12h left  Fri 2019-01-25 04:20:17 UTC  18min 
ago motd-news.timer  motd-news.service
  Sat 2019-01-26 00:00:00 UTC  19h left  Fri 2019-01-25 00:00:37 UTC  4h 
38min ago  logrotate.timer  logrotate.service
  Sat 2019-01-26 04:02:38 UTC  23h left  Fri 2019-01-25 04:02:38 UTC  36min 
ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.serv
  Mon 2019-01-28 00:00:00 UTC  2 days left   Wed 2019-01-23 10:44:18 UTC  1 day 
17h ago fstrim.timer fstrim.service
  n/a  n/a   n/a  n/a   
snapd.snap-repair.timer  snapd.snap-repair.service

  7 timers listed.

  After this happens, you won't be able to reboot it with the command.
  $ sudo reboot
  sudo: unable to resolve host onza: Resource temporarily unavailable
  Killed

  Here is the error message, please refer to the attachment for a
  complete syslog:

  Jan 25 00:00:37 onza systemd[1]: Starting Rotate log files...
  Jan 25 00:00:37 onza kernel: [45282.956634] BUG: unable to handle kernel 
paging request at 6db23a14
  Jan 25 00:00:37 onza kernel: [45282.962902] *pdpt = 33fa1001 *pde = 
 
  Jan 25 00:00:37 onza kernel: [45282.968650] Oops:  [#1] SMP
  Jan 25 00:00:37 onza kernel: [45282.971796] CPU: 0 PID: 407 Comm: 
systemd-journal Not tainted 4.18.0-14-generic #15-Ubuntu
  Jan 25 00:00:37 onza kernel: [45282.980330] Hardware name: Dell Inc. 
PowerEdge R310/05XKKK, BIOS 1.11.0 09/18/2012
  Jan 25 00:00:37 onza kernel: [45282.988127] EIP: __kmalloc+0xc9/0x240
  Jan 25 00:00:37 onza kernel: [45282.991785] Code: 4d e0 8d 4a 01 31 c6 8b 45 
f0 89 75 dc 31 f3 8b 37 64 0f c7 0e 0f 94 c0 84 c0 74 b9 8b 75 e4 8b 45 dc 39 
45 e0 74 0e 03 5f 14 <33> 1b 33 9f b4 00 00 00 0f 18 03 f7 45 ec 00 80 00 00 0f 
85 3f 01 
  Jan 25 00:00:37 onza kernel: [45283.011254] EAX: 9e20b374 EBX: 6db23a14 ECX: 
350d EDX: 350c
  Jan 25 00:00:37 onza kernel: [45283.017769] ESI: eac03a00 EDI: eac03a00 EBP: 
f461fd9c ESP: f461fd74
  Jan 25 00:00:37 onza kernel: [45283.024304] DS: 007b ES: 007b FS: 00d8 GS: 
00e0 SS: 0068 EFLAGS: 00010206
  Jan 25 00:00:37 onza kernel: [45283.031245] CR0: 80050033 CR2: 6db23a14 CR3: 
29d304a0 CR4: 06f0
  Jan 25 00:00:37 onza kernel: [45283.037770] Call Trace:
  Jan 25 00:00:37 onza kernel: [45283.040395]  ? 
ext4_htree_store_dirent+0x2e/0x120
  Jan 25 00:00:37 onza kernel: [45283.045255]  
ext4_htree_store_dirent+0x2e/0x120
  Jan 25 00:00:37 onza kernel: [45283.049951]  htree_dirblock_to_tree+0xd2/0x230
  Jan 25 00:00:37 onza kernel: [45283.054562]  ext4_htree_fill_tree+0x7f/0x2c0
  Jan 25 00:00:37 onza kernel: [45283.058991]  ? 
kmem_cache_alloc_trace+0x167/0x1e0
  Jan 25 00:00:37 onza kernel: [45283.063849]  ? ext4_readdir+0x9d4/0xb10
  Jan 25 00:00:37 onza kernel: [45283.067854]  ext4_readdir+0x6aa/0xb10
  Jan 25 00:00:37 onza kernel: [45283.071687]  ? _copy_to_user+0x21/0x30
  Jan 25 00:00:37 onza kernel: [45283.075597]  ? do_statfs64+0x34/0x60
  Jan 25 00:00:37 onza kernel: [45283.079334]  ? 
security_file_permission+0x7c/0xb0
  Jan 25 00:00:37 onza kernel: [45283.084306]  iterate_dir+0x15c/0x1a0
  Jan 25 00:00:37 onza kernel: [45283.087883]  ksys_getdents64+0x6f/0x110
  Jan 25 00:00:37 onza kernel: [45283.091853]  ? iterate_dir+0x1a0/0x1a0
  Jan 25 00:00:37 onza kernel: [45283.095771]  sys_getdents64+0x16/0x20
  Jan 25 00:00:37 onza kernel: [45283.099595]  do_fast_syscall_32+0x7f/0x1e0
  Jan 25 00:00:37 onza kernel: [45283.103858]  entry_SYSENTER_32+0x4e/0x7c
  Jan 25 00:00:37 onza kernel: [45283.107938] EIP: 0xb7ef4d41
  Jan 25 00:00:37 onza kernel: [45283.110898] Code: f6 ff ff 55 89 e5 8b 55 08 
8b 80 5c cd ff ff 85 d2 74 02 89 02 5d c3 8b 04 24 c

[Kernel-packages] [Bug 1822267] Re: [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response

2019-03-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1822267

Title:
  [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response

Status in amd:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Description:

  Raven 2 platform fails to boot on ubuntu 19.04 (disco) with kernel
  5.0.0. The issue is related to a fixed patch in linux-mainline about
  psp response code status.

  In some cases, psp response status is not 0 even there is no problem
  while the command is submitted. Some version of PSP FW doesn't write 0
  to that field. So here we would like to only print a warning instead
  of an error during psp initialization to avoid breaking hw_init and it
  doesn't return -EINVAL.

  Steps:
  1. Install Ubuntu 19.04 daily build on AMD Raven 2 platform (reproduced with 
2019.03.18 version)
  2. Reboot and it fails at kernel initialization.

  Current patch status:
  A patch has already accepted in the linux mainline. (id: 
466bcb75b0791ba301817cdadeed20398f2224fe)
  See: 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=466bcb75b0791ba301817cdadeed20398f2224fe

  Backport status:
  A backport patch is available and verified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1822267/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2019-06-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1831566

Title:
  [realtime app] not possible to redirect drivers/nvme IRQs from
  realtime cpuset

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  We're running realtime application on Ubuntu 16.04 with linux-image
  4.15 and found it impossible to get rid of jitter introduced by Intel
  NVMe IRQs. I'm providing here a patch which solved the issue for us.

  The realtime application is bound to isolated CPUs (one thread per
  CPU, nohz_full= in kernel cmdline, all IRQs moved to housekeeping
  CPUs), application doesn't use any linux kernel syscalls except in
  startup phase so we don't expect any interruptions of the application
  from the kernel or HW.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831566/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1831573] Re: Host arch executables are installed in /lib/modules/$(uname -r)/build when cross compiling kernel

2019-06-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1831573

Title:
  Host arch executables are installed in /lib/modules/$(uname -r)/build
  when cross compiling kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When cross-compiling linux deb packages host arch binaries gets placed
  in target deb making it impossible to build kernel modules on target.
  I'm attaching linux-4.9 patches which solves this issue for us.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1831945] Re: HDMI/DP audio: ELD not updated on hotplug event

2019-06-06 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1831945

Title:
  HDMI/DP audio: ELD not updated on hotplug event

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When using HDMI or Displayport audio, the EDID-like Data (ELD) fails
  to update properly when hotplugging or hot-unplugging displays. This
  in turn prevents tools like the GNOME sound settings control panel
  from accurately presenting the system's current audio capabilities.

  
  How reproducible:

  Hot plug and hot unplug an audio-capable display and observe the state
  of the ELDs, either by directly reading the ELD files in
  /proc/asound/card*/eld* or by examining the available audio output
  devices in the GNOME sound settings control panel.

  
  Steps to Reproduce:
  1. Log into a desktop session with no audio-capable displays plugged in
  2. Plug in an audio-capable display
  3. Open the GNOME sound settings control panel

  
  Actual results:

  The audio-capable display is not selectable as an output device.

  
  Expected results:

  The audio-capable display should be selectable as an output device.

  
  Additional info:

  This bug has been fixed upstream with commit
  37a3a98ef601f89100e3bb657fb0e190b857028c. Applying this change alone
  to the bionic 4.18 HWE kernel is sufficient to allow the expected
  behavior to occur. It is likely to be sufficient to fix the same bug,
  assuming it exists, in Cosmic, but neither the presence of the bug nor
  the sufficiency of the patch were tested. The bug is likely not
  present in Disco, but this was not tested.

  This behavior was observed on a system with an NVIDIA GPU running the
  NVIDIA proprietary driver. The particular NVIDIA GPU on the system is
  not currently compatible with Nouveau. It is possible and likely that
  this problem is also reproducible on other systems which do have GPUs
  that are compatible with Nouveau, and even on systems with HDMI or
  Displayport connectors being driven by non-NVIDIA GPUs.

  When the ELD fails to update in response to a hotplug event, an update
  can be forced by accessing the underlying ALSA codec directly. For
  example, playing an audio stream directly via ALSA or even just
  reading from the /proc/asound/cardX/codec#Y file will cause the ELD to
  become updated. This is of course unnecessary if the patch which fixes
  the issue is applied, but it does offer a somewhat simple workaround
  for affected users until the patch can be backported.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1831945/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1804183] Re: netronome firmware symlinks are overwritten by package upgrade

2019-06-12 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1804183

Title:
  netronome firmware symlinks are overwritten by package upgrade

Status in linux-firmware package in Ubuntu:
  Incomplete

Bug description:
  The linux-firmware package includes symlinks to installed Netronome
  firmware files. These links may be updated by a user but are
  overwritten when the linux-firmware package is upgraded whereas the
  desired behaviour is to leave existing symlinks unmodified.

  # apt install linux-firmware 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
grub-pc-bin
  Use 'apt autoremove' to remove it.
  The following NEW packages will be installed:
linux-firmware
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 64.6 MB of archives.
  After this operation, 278 MB of additional disk space will be used.
  Get:1 http://lon1.mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 
linux-firmware all 1.173.1 [64.6 MB]
  Fetched 64.6 MB in 1s (43.8 MB/s) 
  Selecting previously unselected package linux-firmware.
  (Reading database ... 59988 files and directories currently installed.)
  Preparing to unpack .../linux-firmware_1.173.1_all.deb ...
  Unpacking linux-firmware (1.173.1) ...
  Setting up linux-firmware (1.173.1) ...
  update-initramfs: Generating /boot/initrd.img-4.15.0-38-generic
  # cd /lib/firmware/netronome/
  # ls -l
  total 8
  drwxr-xr-x 2 root root 4096 Nov 20 09:07 flower
  drwxr-xr-x 2 root root 4096 Nov 20 09:07 nic
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0081-0001_1x40.nffw -> 
nic/nic_AMDA0081-0001_1x40.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0081-0001_4x10.nffw -> 
nic/nic_AMDA0081-0001_4x10.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0096-0001_2x10.nffw -> 
nic/nic_AMDA0096-0001_2x10.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0097-0001_2x40.nffw -> 
nic/nic_AMDA0097-0001_2x40.nffw
  lrwxrwxrwx 1 root root   36 May 18  2018 nic_AMDA0097-0001_4x10_1x40.nffw -> 
nic/nic_AMDA0097-0001_4x10_1x40.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0097-0001_8x10.nffw -> 
nic/nic_AMDA0097-0001_8x10.nffw
  lrwxrwxrwx 1 root root   36 May 18  2018 nic_AMDA0099-0001_1x10_1x25.nffw -> 
nic/nic_AMDA0099-0001_1x10_1x25.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0099-0001_2x10.nffw -> 
nic/nic_AMDA0099-0001_2x10.nffw
  lrwxrwxrwx 1 root root   31 May 18  2018 nic_AMDA0099-0001_2x25.nffw -> 
nic/nic_AMDA0099-0001_2x25.nffw
  # for i in $(find flower/ -type l); do ln -sf $i $(basename $i); done
  # ls -l
  total 8
  drwxr-xr-x 2 root root 4096 Nov 20 09:07 flower
  drwxr-xr-x 2 root root 4096 Nov 20 09:07 nic
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0081-0001_1x40.nffw -> 
flower/nic_AMDA0081-0001_1x40.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0081-0001_4x10.nffw -> 
flower/nic_AMDA0081-0001_4x10.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0096-0001_2x10.nffw -> 
flower/nic_AMDA0096-0001_2x10.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0097-0001_2x40.nffw -> 
flower/nic_AMDA0097-0001_2x40.nffw
  lrwxrwxrwx 1 root root   39 Nov 20 09:09 nic_AMDA0097-0001_4x10_1x40.nffw -> 
flower/nic_AMDA0097-0001_4x10_1x40.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0097-0001_8x10.nffw -> 
flower/nic_AMDA0097-0001_8x10.nffw
  lrwxrwxrwx 1 root root   36 May 18  2018 nic_AMDA0099-0001_1x10_1x25.nffw -> 
nic/nic_AMDA0099-0001_1x10_1x25.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0099-0001_2x10.nffw -> 
flower/nic_AMDA0099-0001_2x10.nffw
  lrwxrwxrwx 1 root root   34 Nov 20 09:09 nic_AMDA0099-0001_2x25.nffw -> 
flower/nic_AMDA0099-0001_2x25.nffw
  # apt update
  ...
  # apt install linux-firmware
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following package was automatically installed and is no longer required:
grub-pc-bin
  Use 'apt autoremove' to remove it.
  The following packages will be upgraded:
linux-firmware
  1 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
  Need to get 64.6 MB of archives.
  After this operation, 30.7 kB of additional disk space will be used.
  Get:1 http://lon1.mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 
linux-firmware all 1.173.2 [64.6 MB]
  Fetched 64.6 MB in 1s (55.1 MB/s) 
  (Reading database ... 61821 files and directories currently installed.)
  Preparing to unpack .../linux-firmware_1.173.2_all.deb ...
  Unpacking linux-firmware (1.173.2) over (1.173.1) ...
  Setting up linux-firmware (1.173.2) ...
  update-initramfs: Generating /boot/initrd.img-4.15.0-38-generic
  root@ubuntu-s-1vcpu-1gb-ams3-01:/lib/firmware/netronome# ls -l
  total 8

[Kernel-packages] [Bug 1796553] Re: BT mouse getting reset during operation

2019-06-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1796553

Title:
  BT mouse getting reset during operation

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  (note: It's unclear to me if that's a kernel regression or an issue with 
bluez)

  
  I've been using this particular combination of Bluetooth mouse ("TECKNET 
BM306") & laptop ("Dell Latitude E7240") for over a year now.

  It used to work with 18.04 and 17.10, but with 18.10 I'm encountering
  a strange disconnect behaviour:

  1) Mouse is working ok
  2) Mouse suddenly stops
  3) Disabling and enabling bluetooth on the laptop makes the mouse work again.

  when this happens, dmesg reports:

  [57812.977570] usb 1-1.3: reset full-speed USB device number 18 using
  ehci-pci

  Disabling bluetooth and enabling it again results in:

  [57833.455866] usb 1-1.3: USB disconnect, device number 18
  [57833.455948] Bluetooth: hci0: turning off Intel device LED failed (-19)
  [57836.905656] usb 1-1.3: new full-speed USB device number 19 using ehci-pci
  [57837.016248] usb 1-1.3: New USB device found, idVendor=8087, 
idProduct=07dc, bcdDevice= 0.01
  [57837.016253] usb 1-1.3: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
  [57837.030092] Bluetooth: hci0: read Intel version: 370710018002030d00
  [57837.030169] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
  [57837.251206] Bluetooth: hci0: Intel firmware patch completed and activated
  [57841.724368] hid-generic 0005:0A5C:0001.001F: unknown main item tag 0x0
  [57841.724587] input: TECKNET BM306 Mouse as 
/devices/pci:00/:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:256/0005:0A5C:0001.001F/input/input78
  [57841.724873] hid-generic 0005:0A5C:0001.001F: input,hidraw0: BLUETOOTH HID 
v1.29 Mouse [TECKNET BM306] on fc:f8:ae:45:3c:05

  $ bluetoothctl --version
  bluetoothctl: 5.50

  $ hciconfig -a
  hci0: Type: Primary  Bus: USB
BD Address: FC:F8:AE:45:3C:05  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING PSCAN 
RX bytes:52465 acl:3355 sco:0 events:222 errors:0
TX bytes:28384 acl:13 sco:0 commands:170 errors:0
Features: 0xff 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
Link policy: RSWITCH HOLD SNIFF 
Link mode: SLAVE ACCEPT 
Name: 'ChromeLinux_AA14'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.0 (0x6)  Revision: 0x500
LMP Version: 4.0 (0x6)  Subversion: 0x500
Manufacturer: Intel Corp. (2)

  $ bluetoothctl
  Agent registered
  [TECKNET BM306]# show
  Controller FC:F8:AE:45:3C:05 (public)
Name: humbaba
Alias: ChromeLinux_AA14
Class: 0x000c010c
Powered: yes
Discoverable: no
Pairable: yes
UUID: Headset AG(1112--1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (1801--1000-8000-00805f9b34fb)
UUID: A/V Remote Control(110e--1000-8000-00805f9b34fb)
UUID: Generic Access Profile(1800--1000-8000-00805f9b34fb)
UUID: PnP Information   (1200--1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (110c--1000-8000-00805f9b34fb)
UUID: Audio Source  (110a--1000-8000-00805f9b34fb)
UUID: Audio Sink(110b--1000-8000-00805f9b34fb)
UUID: Headset   (1108--1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0532
Discovering: no
  [TECKNET BM306]# devices
  Device 20:9B:A5:68:AE:67 SoundBuds Flow
  Device DC:2C:26:01:24:23 TECKNET BM306
  Device 88:71:E5:0E:6B:99 Echo-HPT
  Device 00:0B:E4:A0:A2:14 Nokia BH-103
  Device A8:96:75:8B:4F:49 Moto G5S Plus
  Device 00:02:5B:20:75:3C Trust SPK-02
  Device 88:75:98:F2:5C:9E NS9+
  Device 00:E0:4C:D5:E0:F5 SoundCore mini
  [TECKNET BM306]# info DC:2C:26:01:24:23
  Device DC:2C:26:01:24:23 (public)
Name: TECKNET BM306
Alias: TECKNET BM306
Class: 0x0580
Icon: input-mouse
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Service Discovery Serve.. (1000--1000-8000-00805f9b34fb)
UUID: Human Interface Device... (1124--1000-8000-00805f9b34fb)
UUID: PnP Information   (1200--1000-8000-00805f9b34fb)
Modalias: usb:v0A5Cp0001d0129

  
  $ rfkill list
  2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
  3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
  4: dell-wwan: Wireless WAN
Soft blocked: yes
Hard blocked: no
  5: phy0: Wireless L

[Kernel-packages] [Bug 1833484] Re: Sometimes touchpad automatically trigger double click

2019-06-19 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1833484

Title:
  Sometimes touchpad automatically trigger double click

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  New
Status in linux-oem-osp1 source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Committed
Status in linux-oem-osp1 source package in Disco:
  New

Bug description:
  [Impact]
  Dell machines which uses goodix touchpad IC emit double click event
  while touching the touchpad if designware i2c adapter is in runtime
  suspend.

  Goodix re-assert the interrupt if host doesn't read the data within
  100ms and designware takes a longer time to wake up from runtime
  suspend. In the case, it got a second interrupt during resuming, so
  it thinks it's a double click.

  [Fix]
  There is no simple way to fix this, it's a firmware issue and goodix
  agrees to fix this in their firmware on next release, but this issue is
  still affects the machines that don't come with an updated firmware. So,
  add a quirk to mark those machines and avoid the designware from entering
  runtime suspend.

  [Regression Potential]
  Low, it only affects the listed machines, and prevent designware from
  entering runtime suspend impacts the power consumption little or none
  during short or long idle.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1833484/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825074] Re: amdgpu resume failure: failed to allocate wb slot

2019-04-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1825074

Title:
  amdgpu resume failure: failed to allocate wb slot

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  [Impact]
  Systems with video cards using amdgpu driver may fail to resume due to 
resource leakage.

  [Fix]
  73469585510d drm/amdgpu: fix&cleanups for wb_clear

  [Test Case]
  Verified with fwts for a thounsand runs.

  [Regression Risk]
  Low. This patch has been included in stable kernel v4.16.y and on, and
  it's mostly a trivial bug fix.

   Original Bug Report 
  [Summary]
  When do the S3 stress test with AMD RX550 installed, the system hung after 
resume from S3 at 112nd S3.

  The kernel message:
  [ 8120.977916] amdgpu :01:00.0: (-22) failed to allocate wb slot
  [ 8120.977941] [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed 
testing IB on ring 11 (-22).
  [ 8120.979662] [drm] ib test on ring 12 succeeded
  [ 8120.981952] [drm] ib test on ring 13 succeeded
  [ 8120.984578] [drm] ib test on ring 14 succeeded
  [ 8120.984813] [drm] ib test on ring 15 succeeded
  [ 8120.984825] [drm:amdgpu_device_resume [amdgpu]] *ERROR* ib ring test 
failed (-22).
  [ 8120.997655] [drm] Type 1 DP-HDMI passive dongle 165Mhz:
  [ 8121.022465] [drm] 92GH: [Block 0]
  [ 8121.022465] [drm] 92GH: [Block 1]
  [ 8121.022467] [drm] dc_link_detect: manufacturer_id = B838, product_id = 
9202, serial_number = 1, manufacture_week = 29, manufacture_year = 18, 
display_name = 92GH, speaker_flag = 1, audio_mode_count = 1
  [ 8121.022467] [drm] dc_link_detect: mode number = 0, format_code = 1, 
channel_count = 2, sample_rate = 7, sample_size = 7
  [ 8121.022573] PM: resume of devices complete after 412.170 msecs
  [ 8121.023076] acpi LNXPOWER:04: Turning OFF
  [ 8121.023113] PM: Finishing wakeup.
  [ 8121.023114] OOM killer enabled.
  [ 8121.023114] Restarting tasks ...
  [ 8121.023455] pci_bus :04: Allocating resources
  [ 8121.023471] pci :03:00.0: bridge window [io 0x1000-0x0fff] to [bus 04] 
add_size 1000
  [ 8121.023473] pci :03:00.0: bridge window [mem 0x0010-0x000f 
64bit pref] to [bus 04] add_size 20 add_align 10
  [ 8121.023474] pci :03:00.0: bridge window [mem 0x0010-0x000f] to 
[bus 04] add_size 20 add_align 10
  [ 8121.023476] pci :03:00.0: BAR 14: no space for [mem size 0x0020]
  [ 8121.023477] pci :03:00.0: BAR 14: failed to assign [mem size 
0x0020]
  [ 8121.023478] pci :03:00.0: BAR 15: no space for [mem size 0x0020 
64bit pref]
  [ 8121.023478] pci :03:00.0: BAR 15: failed to assign [mem size 
0x0020 64bit pref]
  [ 8121.023479] pci :03:00.0: BAR 13: no space for [io size 0x1000]
  [ 8121.023479] pci :03:00.0: BAR 13: failed to assign [io size 0x1000]
  [ 8121.023481] pci :03:00.0: BAR 14: no space for [mem size 0x0020]
  [ 8121.023481] pci :03:00.0: BAR 14: failed to assign [mem size 
0x0020]
  [ 8121.023482] pci :03:00.0: BAR 15: no space for [mem size 0x0020 
64bit pref]
  [ 8121.023482] pci :03:00.0: BAR 15: failed to assign [mem size 
0x0020 64bit pref]
  [ 8121.023483] pci :03:00.0: BAR 13: no space for [io size 0x1000]
  [ 8121.023483] pci :03:00.0: BAR 13: failed to assign [io size 0x1000]
  [ 8121.023485] pci :03:00.0: PCI bridge to [bus 04]
  [ 8121.024358] done.
  [ 8121.082344] video LNXVIDEO:00: Restoring backlight state
  [ 8121.082346] PM: suspend exit
  [ 8121.094634] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  [ 8121.112417] ata4: SATA link down (SStatus 4 SControl 300)
  [ 8121.113212] ata3: SATA link down (SStatus 4 SControl 300)
  [ 8121.113279] ata2: SATA link down (SStatus 4 SControl 300)
  [ 8121.114133] ata1: SATA link down (SStatus 4 SControl 300)
  [ 8121.192056] [drm] {1440x900, 1904x934@106500Khz}
  [ 8121.282351] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  [ 8121.298481] amdgpu :01:00.0: couldn't schedule ib on ring 
  [ 8121.298517] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs 
(-22)
  [ 8121.298536] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [ 8122.183439] [drm] RC6 on
  [ 8124.257908] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow 
Control: Rx/Tx
  [ 8124.258035] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
  [ 8124.269506] amdgpu :01:00.0: couldn't schedule ib on ring 
  [ 8124.269539] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs 
(-22)
  [ 8124.269558] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!
  [ 8125.089361] amdgpu :01:00.0: couldn't schedule ib on ring 
  [ 8125.089429] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs 
(-22)
  [ 8125.089448] [drm:amd_sched_main [amdgpu]] *ERROR* Failed to run job!

  [Reproduce Steps

[Kernel-packages] [Bug 1716301] Re: wifi driver: mt7601u not work on 16.04

2019-04-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "patch for the driver" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
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/1716301

Title:
  wifi driver: mt7601u not work on 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in usb-modeswitch-data package in Ubuntu:
  Confirmed

Bug description:
  In the beginning, when the adapter is pluged in, it's mounted as a disk 
including driver files for Windows, and
  $> lsusb
  Bus 003 Device 010: ID 148f:2878 Ralink Technology, Corp.

  after eject the disk,
  $> lsusb
  Bus 003 Device 011: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless 
Adapter

  I tried following 3 drivers:
  1) the default mt7601u included in the kernel: 4.4.0-91-generic
  after eject the disk,
  $> lsmod|grep mt
  mt7601u 102400 0
  mac80211 737280 1 mt7601u
  cfg80211 565248 2 mac80211,mt7601u
  binfmt_misc 20480 1
  $> modinfo mt7601u
  filename: 
/lib/modules/4.4.0-91-generic/kernel/drivers/net/wireless/mediatek/mt7601u/mt7601u.ko
  srcversion: E8B632D369E0C2A9F1CF7D8
  alias: usb:v7392p7710d*dc*dsc*dp*ic*isc*ip*in*
  ..
  depends: mac80211,cfg80211
  intree: Y
  vermagic: 4.4.0-91-generic SMP mod_unload modversions

  $> dmesg
  // begin
  [ 4581.094119] usb 3-4: USB disconnect, device number 6
  [ 4584.872751] usb 3-4: new high-speed USB device number 7 using xhci_hcd
  [ 4585.001408] usb 3-4: New USB device found, idVendor=148f, idProduct=2878
  [ 4585.001413] usb 3-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [ 4585.001416] usb 3-4: Product: Љ
  [ 4585.001418] usb 3-4: Manufacturer: Љ
  [ 4585.001753] usb-storage 3-4:1.0: USB Mass Storage device detected
  [ 4585.001873] scsi host6: usb-storage 3-4:1.0
  [ 4586.001122] scsi 6:0:0:0: CD-ROM MediaTek Flash autorun 0.01 PQ: 0 ANSI: 0 
CCS
  [ 4586.001978] sr 6:0:0:0: [sr0] scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda 
tray
  [ 4586.002529] sr 6:0:0:0: Attached scsi CD-ROM sr0
  [ 4586.002716] sr 6:0:0:0: Attached scsi generic sg1 type 5
  [ 4619.658385] ISO 9660 Extensions: Microsoft Joliet Level 3
  [ 4619.691737] ISOFS: changing to secondary root
  [ 4691.563347] usb 3-4: USB disconnect, device number 7
  [ 4693.638315] usb 3-4: new high-speed USB device number 8 using xhci_hcd
  [ 4693.766896] usb 3-4: New USB device found, idVendor=148f, idProduct=2878
  [ 4693.766901] usb 3-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [ 4693.766903] usb 3-4: Product: Љ
  [ 4693.766905] usb 3-4: Manufacturer: Љ
  [ 4693.767338] usb-storage 3-4:1.0: USB Mass Storage device detected
  [ 4693.768063] scsi host7: usb-storage 3-4:1.0
  [ 4694.766737] scsi 7:0:0:0: CD-ROM MediaTek Flash autorun 0.01 PQ: 0 ANSI: 0 
CCS
  [ 4694.767423] sr 7:0:0:0: [sr0] scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda 
tray
  [ 4694.767908] sr 7:0:0:0: Attached scsi CD-ROM sr0
  [ 4694.768147] sr 7:0:0:0: Attached scsi generic sg1 type 5
  [ 4728.418255] ISO 9660 Extensions: Microsoft Joliet Level 3
  [ 4728.427856] ISOFS: changing to secondary root
  [ 4733.824182] sr 7:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_OK
  [ 4733.824190] sr 7:0:0:0: [sr0] tag#0 CDB: Start/Stop Unit 1b 00 00 00 02 00
  [ 4733.824218] usb 3-4: USB disconnect, device number 8
  [ 4733.824281] sr 7:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_ERROR 
driverbyte=DRIVER_OK
  [ 4733.824291] sr 7:0:0:0: [sr0] tag#0 CDB: Prevent/Allow Medium Removal 1e 
00 00 00 00 00
  [ 4734.099901] usb 3-4: new high-speed USB device number 9 using xhci_hcd
  [ 4734.238749] usb 3-4: New USB device found, idVendor=148f, idProduct=7601
  [ 4734.238754] usb 3-4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [ 4734.238757] usb 3-4: Product: 802.11 n WLAN
  [ 4734.238772] usb 3-4: Manufacturer: MediaTek
  [ 4734.238775] usb 3-4: SerialNumber: 1.0
  [ 4735.432096] usb 3-4: reset high-speed USB device number 9 using xhci_hcd
  [ 4735.562543] mt7601u 3-4:1.0: ASIC revision: 76010001 MAC revision: 76010500
  [ 4735.563089] mt7601u 3-4:1.0: Firmware Version: 0.1.00 Build: 7640 Build 
time: 201302052146
  [ 4739.011624] mt7601u 3-4:1.0: Vendor request req:07 off:09a8 failed:-110
  [ 4742.131399] mt7601u 3-4:1.0: Vendor request req:02 off:09a8 failed:-110
  [ 4745.251254] mt7601u 3-4:1.0: Vendor request req:07 off:0734 failed:-110
  [ 4748.371056] mt7601u 3-4:1.0: Vendor request req:42 off:0230 failed:-110
  [ 4751.490880] mt7601u 3-4:1.0: Vendor request req:07 off:0080 failed:-110
  [ 4754.610694] mt7601u 3-4:1.0: Vendor request req:02 off:0080 failed:-110
  [ 4757.730501] mt7601u 3-4:1.0: Vendor re

[Kernel-packages] [Bug 1819689] Re: [linux-azure] Commit To Improve NVMe Performance

2019-04-18 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1819689

Title:
  [linux-azure] Commit To Improve NVMe Performance

Status in linux-azure package in Ubuntu:
  New

Bug description:
  In bug 1818138,  the config option CONFIG_NO_HZ_FULL was requested to
  be enabled in the linux-azure kernels(currently 4.15 and 4.18) in
  order to increase NVME disks performance.

  To achieve the peak IOPs we are seeing in testing, the following commit is 
also needed:
  7ac257b862f2c (“blk-mq: remove the request_list usage”)

  This commit cleans up unused code in block-mq (mq uses pre-allocated
  tags to allocate request, not request_list as it's used only in legacy
  queue).  The commit saves a bunch of rcu locks on I/O queuing path,
  which increases the achievable IOPs seen in testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1819689/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1809407] Re: [nvidia] Corrupted wallpaper after resuming from suspend

2019-04-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "nvidia-background-workaround.patch" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-418 in Ubuntu.
https://bugs.launchpad.net/bugs/1809407

Title:
  [nvidia] Corrupted wallpaper after resuming from suspend

Status in GNOME Shell:
  New
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-390 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Confirmed

Bug description:
  Every other wake from sleep presents a corrupted screen with no unlock
  app.  There's a dock and system menu on a black background with pixel
  garbage.  Some personal information in the dock's large window
  thumbnails.  Bitmap garbage flashes on the screen when interacting
  with anything.  Only workaround is doing another sleep-wake cycle.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: xorg 1:7.7+19ubuntu8
  ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17
  Uname: Linux 4.18.0-12-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..4b.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:4b:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.87  Tue Aug 21 12:33:05 
PDT 2018
   GCC version:  gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1)
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Dec 20 22:19:29 2018
  DistUpgraded: 2018-12-01 23:07:50,385 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
  DistroCodename: cosmic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 390.87, 4.18.0-11-generic, x86_64: installed
   nvidia, 390.87, 4.18.0-12-generic, x86_64: installed
   virtualbox, 5.2.18, 4.18.0-11-generic, x86_64: installed
   virtualbox, 5.2.18, 4.18.0-12-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] [10de:1c02] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: eVga.com. Corp. GP106 [GeForce GTX 1060 3GB] [3842:6162]
  InstallationDate: Installed on 2018-10-28 (54 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  MachineType: Gigabyte Technology Co., Ltd. Default string
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-12-generic 
root=UUID=a8c839e7-c579-4699-999a-748f804ff9e0 ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to cosmic on 2018-12-02 (18 days ago)
  dmi.bios.date: 06/08/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F24
  dmi.board.asset.tag: Default string
  dmi.board.name: X99P-SLI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF24:bd06/08/2017:svnGigabyteTechnologyCo.,Ltd.:pnDefaultstring:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnX99P-SLI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Default string
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.1-3ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1809407/+subscriptions

-- 
Mai

[Kernel-packages] [Bug 1827122] Re: shiftfs: lock security sensitive superblock flags

2019-04-30 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1827122

Title:
  shiftfs: lock security sensitive superblock flags

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Felix Abecassis from Nvidia recently reported the following bug:

  "I recently upgraded to Ubuntu 19.04, and decided to experiment with shiftfs 
and unprivileged overlay.
  My goal was to have root (in my case, the docker daemon) download overlay 
layers and then have multiple users leveraging shiftfs + unprivileged overlay 
to assemble the rootfs without copying and chowning.
  For obvious security reasons, I want root to expose these layers as 
read-only, any change will be to the user-owned "upper" filesystem.

  Here's what I'm currently doing:
  # Exposing the root-owned docker layers, the "ro" option seems to have no 
impact on later userns mounts.
  sudo mount -t shiftfs -o mark,ro /var/lib/docker/overlay2 /mnt

  # Creating a userns as uid 1000, then mounting the shiftfs.
  unshare -U -m -r
  cd $(mktemp -d)
  mkdir shiftfs upper work merged
  # I can pass "ro" to the mount to get the behavior I want.
  mount -t shiftfs -o ro /mnt shiftfs

  mount -t overlay overlay -o
  
'lowerdir=shiftfs/c34c048514dcab5fc1bddf6d99681645786021e4a5b239972ec688386852a666/diff:[...],upperdir=upper,workdir=work'
  merged

  This works fine (excluding the xattrs issue with unprivileged
  overlay), but I can't rely on users to pass the "ro" option to their
  mounts. Without it, any user would be able to write to
  /var/lib/docker/overlay2 through the shiftfs mountpoint.

  I couldn't find a way to enforce do that, is there one? Is it possible to 
have one?
  I quickly attempted to have root do the shiftfs mounts for the users, but it 
seems the shift is always for the root of the current userns, and can't be done 
for another user."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827122/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1827555] Re: [ALSA] [PATCH] Headset fixup for System76 Gazelle (gaze14)

2019-05-03 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1827555

Title:
  [ALSA] [PATCH] Headset fixup for System76 Gazelle (gaze14)

Status in linux package in Ubuntu:
  Incomplete
Status in linux-hwe package in Ubuntu:
  New

Bug description:
  On the System76 Gazelle (gaze14), there is a headset microphone input
  attached to 0x1a that does not have a jack detect. In order to get it
  working, the pin configuration needs to be set correctly, and the
  ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC fixup needs to be applied. This is
  identical to the patch already applied for the System76 Darter Pro
  (darp5).

  I have attached the patch as it will be applied to upstream Linux.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827555/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1820530] Re: Add arm64 CONFIG_ARCH_MESON=y and related configs Edit

2019-07-26 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1820530

Title:
  Add arm64 CONFIG_ARCH_MESON=y and related configs Edit

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  Impact:

  Enable ARCH_MESON for arm64 as we already do in armhf.

  Fix:

  Apply the attached patches.

  How to test:

  Boot the patched kernel on a support MESON board.

  Regression potential:

  Low - the patch is enabling an architecture alreay enabled in upstream
  defconfig for a while.

  --

  
  Hi,

  Could CONFIG_ARCH_MESON=y and related configs be enabled like the armhf 
counterpart ?
  This will follow the debian kernel config.

  Here is the list of config that should be enabled to have optimal platform 
support:
  CONFIG_ARCH_MESON=y
  CONFIG_MESON_SM=y
  CONFIG_DWMAC_MESON=m
  CONFIG_MESON_GXL_PHY=m
  CONFIG_SERIAL_MESON=y
  CONFIG_SERIAL_MESON_CONSOLE=y
  CONFIG_HW_RANDOM_MESON=m
  CONFIG_I2C_MESON=m
  CONFIG_SPI_MESON_SPICC=m
  CONFIG_SPI_MESON_SPIFC=m
  CONFIG_PINCTRL_MESON=y
  CONFIG_PINCTRL_MESON_GXBB=y
  CONFIG_PINCTRL_MESON_GXL=y
  CONFIG_PINCTRL_MESON_AXG=y
  CONFIG_PINCTRL_MESON_AXG_PMX=y
  CONFIG_PINCTRL_MESON_G12A=y
  CONFIG_MESON_GXBB_WATCHDOG=m
  CONFIG_IR_MESON=m
  CONFIG_VIDEO_MESON_AO_CEC=m
  CONFIG_DRM_MESON=m
  CONFIG_DRM_MESON_DW_HDMI=m
  CONFIG_MMC_MESON_GX=m
  CONFIG_MESON_CANVAS=m
  CONFIG_MESON_GX_SOCINFO=y
  CONFIG_MESON_GX_PM_DOMAINS=y
  CONFIG_MESON_SARADC=m
  CONFIG_PWM_MESON=m
  CONFIG_MESON_IRQ_GPIO=y
  CONFIG_RESET_MESON=m
  CONFIG_PHY_MESON_GXL_USB2=m
  CONFIG_PHY_MESON_GXL_USB3=m

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1820530/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1838429] Re: Kernel snap initrd is missing several fb related kmods

2019-07-30 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi2 in Ubuntu.
https://bugs.launchpad.net/bugs/1838429

Title:
  Kernel snap initrd is missing several fb related kmods

Status in linux package in Ubuntu:
  Incomplete
Status in linux-raspi2 package in Ubuntu:
  New

Bug description:
  Impact:

  Around pi-kernel #23 (and pc-kernel #196), kernel snap's initrd went
  missing all fb kmods - that was workarounded for pi-kernel last week
  by manually adding the modules back in:

  commit edd1f8914fded36d4739fd24cdbdd05c5cf37611
  Author: Paolo Pisati 
  Date:   Tue Jul 23 11:30:49 2019 +0200

  Initrd modules: fbdev/hdmi out support for psplash
  
  BugLink: https://launchpad.net/bugs/1837209

  After more debugging, it turned out that the regression was in fact
  the effect of fixing LP#1561643: initrmafs-tools kept installing fb
  modules even when framebuffer support was not enabled, and kernel snap
  never explicitly enabled framebuffer initramfs-tools script, but still
  came bundled with such kmods.

  Fix:

  In Ubuntu Classic, to bundle fb kmods in initrd, we normally install
  cryptsetup:

  $ cat /usr/share/initramfs-tools/conf-hooks.d/cryptsetup
  ...
  FRAMEBUFFER=y

  But cryptsetup, among other things, adds several initramfs-tools hooks
  and scripts to initrd:

  ...
   scripts
   scripts/local
  +scripts/local-block
  +scripts/local-block/ORDER
  +scripts/local-block/cryptroot
   scripts/ubuntu-core-rootfs
   scripts/functions
  +scripts/init-premount
  +scripts/init-premount/ORDER
  +scripts/init-premount/plymouth
   scripts/ubuntu-core-functions
   scripts/local-premount
   scripts/local-premount/ORDER
  @@ -247,6 +359,10 @@
   scripts/local-premount/fixrtc
   scripts/local-premount/dragonmac
   scripts/local-premount/resume
  +scripts/local-top
  +scripts/local-top/ORDER
  +scripts/local-top/cryptroot
  +scripts/local-top/cryptopensc
   scripts/nfs
   scripts/panic
   scripts/panic/ORDER
  @@ -258,10 +374,13 @@
   scripts/local-bottom
   scripts/local-bottom/ORDER
   scripts/local-bottom/fixrtc-mount
  +scripts/local-bottom/cryptopensc
   scripts/init-top
  ...

  so to avoid any possible regression in kernel snaps and keep the
  changes to a minimum, we avoid installing cryptsetup and just enable
  framebuffer in initramfs-tools/conf-hooks.d (see also the attached
  path):

  --- a/Makefile
  +++ b/Makefile
  @@ -106,6 +106,9 @@ all:
  fi
  $(ENV) chroot chroot apt-get -y update;\
  $(ENV) chroot chroot apt-get -y install initramfs-tools-ubuntu-core 
linux-firmware xz-utils
  +   # enable initramfs-tools framebuffer script (and includes the 
necessary
  +   # kmods to initrd.img)
  +   echo "FRAMEBUFFER=y" > 
chroot/usr/share/initramfs-tools/conf-hooks.d/ubuntu-core-fb
  $(ENV) chroot chroot apt-get -y install $(KERNELDEB) $(PKGS)
  umount chroot/sys
  umount chroot/proc

  How to test:

  A diff between the content of an 'empty initrd' and one that is
  generated after applying the above fix, shows that fb kmods are now
  back:

   lib/modules/4.15.0-1042-raspi2/modules.dep.bin
   lib/modules/4.15.0-1042-raspi2/modules.alias
   lib/modules/4.15.0-1042-raspi2/kernel
  +lib/modules/4.15.0-1042-raspi2/kernel/sound
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/soc
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/soc/snd-soc-core.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/ac97_bus.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core/snd-timer.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core/snd-pcm-dmaengine.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core/snd.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core/snd-pcm.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/sound/core/snd-compress.ko
   lib/modules/4.15.0-1042-raspi2/kernel/drivers
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/media
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/media/rc
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/media/rc/rc-core.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/media/cec
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/media/cec/cec.ko
   lib/modules/4.15.0-1042-raspi2/kernel/drivers/i2c
   lib/modules/4.15.0-1042-raspi2/kernel/drivers/i2c/busses
   lib/modules/4.15.0-1042-raspi2/kernel/drivers/i2c/busses/i2c-bcm2708.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/vc4
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/vc4/vc4.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/bridge
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/bridge/sii902x.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/bridge/tc358767.ko
  +lib/modules/4.15.0-1042-raspi2/kernel/drivers/gpu/drm/bridge/sil-sii8620.ko
  +lib/modules/4.1

[Kernel-packages] [Bug 1836914] Re: Doing multiple squashfs (and other loop?) mounts in parallel breaks

2019-07-30 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1836914

Title:
  Doing multiple squashfs (and other loop?) mounts in parallel breaks

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On a system running a 5.2 kernel, doing a large number of mounts of
  squashfs filesystems in parallel results in the mounts getting out of
  sync with their backing devices.

  To reproduce,

  https://paste.ubuntu.com/p/VCpzGxvy6h/

  this breaks people with ~40 snaps (easily achievable given snapd
  leaves up to 3 previous revisions of snaps mounted at any given time,
  so a person with ~13 snaps that get updated often will hit this
  number).

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.2.0-8-generic 5.2.0-8.9
  ProcVersionSignature: Ubuntu 5.2.0-8.9-generic 5.2.0
  Uname: Linux 5.2.0-8-generic x86_64
  ApportVersion: 2.20.11-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jul 17 15:11:15 2019
  InstallationDate: Installed on 2019-07-17 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190716)
  IwConfig:
   ens3  no wireless extensions.
   
   lono wireless extensions.
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.2.0-8-generic 
root=UUID=9618ebbb-955d-4daf-b29a-37162ec7821a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.2.0-8-generic N/A
   linux-backports-modules-5.2.0-8-generic  N/A
   linux-firmware   1.180
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: Ubuntu-1.8.2-1ubuntu1
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-xenial
  dmi.modalias: 
dmi:bvnSeaBIOS:bvrUbuntu-1.8.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-xenial:cvnQEMU:ct1:cvrpc-i440fx-xenial:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-xenial
  dmi.sys.vendor: QEMU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1836914/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1838627] Re: AppArmor onexec transition causes WARN kernel stack trace

2019-08-01 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1838627

Title:
  AppArmor onexec transition causes WARN kernel stack trace

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Confirmed

Bug description:
  microk8s has reported on issue with the Xenial kernel where apparmor
  causes the following kernel stack trace due to an apparmor AA_BUG
  condition being triggered.

  
  [  225.236085] [ cut here ]
  [  225.236104] WARNING: CPU: 1 PID: 13726 at 
/build/linux-aUWTNP/linux-4.4.0/security/apparmor/file.c:136 
aa_audit_file+0x16e/0x180()
  [  225.236109] AppArmor WARN aa_audit_file: 
((!(&sa)->apparmor_audit_data->request)): 
  [  225.236113] Modules linked in:
  [  225.236118]  btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs 
xfs veth xt_nat xt_mark xt_comment ip_vs_sh ip_vs_wrr ip_vs_rr ip_vs libcrc32c 
ctr ccm ipt_MASQUERADE nf_nat_masquerade_ipv4 nf_conntrack_netlink nfnetlink 
xfrm_user xfrm_algo iptable_nat nf_nat_ipv4 br_netfilter bridge stp llc 
pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep aufs 
overlay binfmt_misc drbg ansi_cprng dm_crypt snd_hda_codec_hdmi arc4 eeepc_wmi 
asus_wmi sparse_keymap nvidia_uvm(POE) mxm_wmi joydev input_leds btusb btrtl 
btbcm btintel bluetooth snd_usb_audio snd_usbmidi_lib snd_hda_intel 
snd_hda_codec intel_rapl x86_pkg_temp_thermal snd_hda_core intel_powerclamp 
snd_hwdep coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel snd_ens1371 snd_ac97_codec gameport ac97_bus
  [  225.236305]  snd_seq_midi aesni_intel snd_pcm snd_seq_midi_event 
aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_rawmidi snd_seq 
iwlmvm snd_seq_device serio_raw snd_timer mac80211 snd soundcore iwlwifi 
cfg80211 mei_me mei shpchp 8250_fintek wmi acpi_pad mac_hid ip6t_REJECT 
nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 
ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common xt_LOG xt_recent xt_limit 
xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack 
ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast 
nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack parport_pc iptable_filter 
ip_tables ppdev x_tables lp parport autofs4 hid_generic usbhid hid 
nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) i915_bpo psmouse e1000e 
intel_ips ptp i2c_algo_bit
  [  225.236420]  pps_core drm_kms_helper nvme syscopyarea sysfillrect 
sysimgblt fb_sys_fops ahci drm libahci video fjes
  [  225.236446] CPU: 1 PID: 13726 Comm: runc:[2:INIT] Tainted: PW  OE  
 4.4.0-154-generic #181-Ubuntu
  [  225.236451] Hardware name: System manufacturer System Product Name/PRIME 
H270-PRO, BIOS 0323 01/04/2017
  [  225.236456]  0286 fa217f3573a84520 88033ade39d0 
8140b481
  [  225.236464]  88033ade3a18 81d03018 88033ade3a08 
81085432
  [  225.236477]  88035cb2f000 88033ade3b6c 88033bcb8b88 
88033ade3d88
  [  225.236484] Call Trace:
  [  225.236498]  [] dump_stack+0x63/0x82
  [  225.236509]  [] warn_slowpath_common+0x82/0xc0
  [  225.236518]  [] warn_slowpath_fmt+0x5c/0x80
  [  225.236527]  [] ? label_match.constprop.9+0x3dc/0x6c0
  [  225.236536]  [] aa_audit_file+0x16e/0x180
  [  225.236544]  [] profile_onexec+0x13d/0x3d0
  [  225.236554]  [] handle_onexec+0x10e/0x10d0
  [  225.236562]  [] ? vfs_getxattr_alloc+0x67/0x100
  [  225.236571]  [] ? cap_inode_getsecurity+0x95/0x220
  [  225.236581]  [] ? security_inode_getsecurity+0x5d/0x70
  [  225.236589]  [] apparmor_bprm_set_creds+0x117/0xa60
  [  225.236596]  [] ? vfs_getxattr+0x9e/0xb0
  [  225.236608]  [] ? ovl_getxattr+0x52/0xb0 [overlay]
  [  225.236617]  [] ? get_vfs_caps_from_disk+0x7d/0x180
  [  225.236624]  [] ? cap_bprm_set_creds+0xa3/0x5f0
  [  225.236633]  [] security_bprm_set_creds+0x39/0x50
  [  225.236642]  [] prepare_binprm+0x85/0x190
  [  225.236651]  [] do_execveat_common.isra.31+0x4b4/0x770
  [  225.236661]  [] SyS_execve+0x3a/0x50
  [  225.236671]  [] stub_execve+0x5/0x5
  [  225.236678]  [] ? entry_SYSCALL_64_fastpath+0x22/0xcb
  [  225.236684] ---[ end trace 6b2beaa85ae31c29 ]---

  
  This is caused when the change_onexec api is used and permitted by the 
profile but the task has the NO_NEW_PRIVS flag set causing the domain 
transition specified in the change_onexec request to fail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1838627/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1839236] Re: failed to configure linux-firmware in minimal cloud image based vm in cloud-init: Can't open /etc/initramfs-tools/initramfs.conf

2019-08-06 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1839236

Title:
  failed to configure linux-firmware in minimal cloud image based vm in
  cloud-init: Can't open /etc/initramfs-tools/initramfs.conf

Status in linux-firmware package in Ubuntu:
  New
Status in linux-firmware source package in Bionic:
  New
Status in linux-firmware source package in Disco:
  New

Bug description:
  When running a patched `autopkgtest-buildvm-ubuntu-cloud` that enables 
constructing autopkgtest vm with minial cloud images [1], it fails to install 
linux-firmware at postinst stage because /etc/initramfs-tools/initramfs.conf 
from package initramfs-tools-core may not have been installed:
  ```
  cloud-init[528]: Setting up linux-firmware (1.173.9) ...
  cloud-init[528]: update-initramfs: Generating /boot/initrd.img-4.15.0-1039-kvm
  cloud-init[528]: /usr/sbin/mkinitramfs: 66: .: Can't open 
/etc/initramfs-tools/initramfs.conf
  cloud-init[528]: update-initramfs: failed for 
/boot/initrd.img-4.15.0-1039-kvm with 2.
  cloud-init[528]: dpkg: error processing package linux-firmware (--configure):
  cloud-init[528]:  installed linux-firmware package post-installation script 
subprocess returned error exit status 2
  ```

  See https://gitlab.com/hustle-ci/autopkgtest-ubuntu/-/jobs/265419649
  for full log.

  [1]: https://cloud-images.ubuntu.com/minimal/daily/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1839236/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1811730] Re: Thermald does not set max CPU after reseting the voltage using RAPL

2019-08-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "debdiff.patch" seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to thermald in Ubuntu.
https://bugs.launchpad.net/bugs/1811730

Title:
  Thermald does not set max CPU after reseting the voltage using RAPL

Status in thermald package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I was using Ubuntu 18.10 thermald package, but I noted that, after few
  seconds at max CPU usage (max temp), thermald send the signal to RALP
  to reduce the voltage of the CPU. It set the freq to minimum (800MHz
  in my case). But when the CPU is idle and temp is lowered (35-40ºC) it
  did not send the signal to resume normal operation of the CPU.

  I compiled the latest version of thermald from git
  (https://github.com/intel/thermal_daemon) and now everything works
  fine.

  I started to thought that the problem was the hardware or BIOS
  problem, as I disabled the CPU scaling on the BIOS, but intel_pstate
  continued doing freq scaling (I think for Turbo mode).

  But the real problem was Thermald. The latest version from git works
  really fine and it automatically disables and enable the Intel Turbo
  state and balance the freqs and fan control fine.

  My hardware is a Lenovo Thinkpad P52 with i7-8850H.

  I tested it using Ubuntu kernel and Kernel 4.20 optimized for i7
  processor but with Ubuntu default config (except processor
  family="Core2/newer Xeon", Preemption Model="Preemptible Kernel (Low-
  Latency Desktop)" and Timer frequency="1000HZ". (Only changed those
  settings from make oldconfig and make deb-pkg).

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: thermald (not installed)
  ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
  Uname: Linux 4.18.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu13.1
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jan 14 23:45:01 2019
  InstallationDate: Installed on 2018-12-11 (34 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.3)
  SourcePackage: thermald
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thermald/+bug/1811730/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1839673] Re: [linux-azure] Important InfiniBand patches for Ubuntu 18.04

2019-08-09 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1839673

Title:
  [linux-azure] Important InfiniBand patches for Ubuntu 18.04

Status in linux-azure package in Ubuntu:
  New

Bug description:
  The following two patches are critical for unblocking kernel sign-off
  for the 5.0 kernel in Ubuntu 18.04:

  ("Don't wait in hvnd_query_gid after interface is already bound to ND")
  ("Expose extended attributes for user IB verbs QUERY_DEVICE, CREATE_CQ and 
CREATE_QP")

  The patches have not landed in linux-next yet, but are needed to
  unblock 18.04 IB.  The patches have been attached to this bug report.
  Please consider including these patches as SAUCE until they land in
  mainline.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1839673/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1863086] Re: unkillable process (kernel NULL pointer dereference)

2020-02-13 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1863086

Title:
  unkillable process (kernel NULL pointer dereference)

Status in linux package in Ubuntu:
  New

Bug description:
  If process that listens socket on any port crashes (segmentation fault) it 
becomes unkillable.
  Kill command does not kill this process.
  Port that listen crashed process never be freed.

  journalctl shows error:

  Feb 13 13:28:09 vbun04 kernel: socktest[1359]: segfault at 21 ip 
55ec3a6bf11e sp 7ffd88899fb0 error 6 in socktest[55ec3a6bf000+1000]
  Feb 13 13:28:09 vbun04 kernel: Code: 04 24 02 00 17 70 89 c5 48 b8 30 30 30 
30 30 30 30 30 89 ef 48 89 44 24 08 e8 8e ff ff ff be 0a 00 00 00 89 ef e8 72 
ff ff ff  04 25 21 00 00 00 21 00 00 00 48 8b 44 24 18
  Feb 13 13:28:09 vbun04 kernel: BUG: kernel NULL pointer dereference, address: 
0020
  Feb 13 13:28:09 vbun04 kernel: #PF: supervisor read access in kernel mode
  Feb 13 13:28:09 vbun04 kernel: #PF: error_code(0x) - not-present page
  Feb 13 13:28:09 vbun04 kernel: PGD 0 P4D 0
  Feb 13 13:28:09 vbun04 kernel: Oops:  [#1] SMP NOPTI
  Feb 13 13:28:09 vbun04 kernel: CPU: 1 PID: 1359 Comm: socktest Tainted: G 
  OE 5.3.0-29-generic #31-Ubuntu
  Feb 13 13:28:09 vbun04 kernel: Hardware name: innotek GmbH 
VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
  Feb 13 13:28:09 vbun04 kernel: RIP: 0010:do_coredump+0x536/0xb30
  Feb 13 13:28:09 vbun04 kernel: Code: 00 48 8b bd 18 ff ff ff 48 85 ff 74 05 
e8 c2 47 fa ff 65 48 8b 04 25 c0 6b 01 00 48 8b 00 48 8b 7d a0 a8 04 0f 85 65 
05 00 00 <48> 8b 57 20 0f b7 02 66 25 00 f0 66 3d 00 80 0f
  Feb 13 13:28:09 vbun04 kernel: RSP: :b464c2c5fca8 EFLAGS: 00010246
  Feb 13 13:28:09 vbun04 kernel: RAX:  RBX: 9d4b76995100 
RCX: 1afc
  Feb 13 13:28:09 vbun04 kernel: RDX:  RSI: b464c2c5fc68 
RDI: 
  Feb 13 13:28:09 vbun04 kernel: RBP: b464c2c5fdd8 R08: 0400 
R09: b464c2c5fbe0
  Feb 13 13:28:09 vbun04 kernel: R10: 9d4b75d01170 R11:  
R12: 9d4b7b3df540
  Feb 13 13:28:09 vbun04 kernel: R13: 0001 R14:  
R15: b9f15920
  Feb 13 13:28:09 vbun04 kernel: FS:  7f6c91911540() 
GS:9d4b7db0() knlGS:
  Feb 13 13:28:09 vbun04 kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Feb 13 13:28:09 vbun04 kernel: CR2: 0020 CR3: 723ac003 
CR4: 000606e0
  Feb 13 13:28:09 vbun04 kernel: Call Trace:
  Feb 13 13:28:09 vbun04 kernel:  ? wake_up_state+0x10/0x20
  Feb 13 13:28:09 vbun04 kernel:  ? __send_signal+0x1eb/0x3f0
  Feb 13 13:28:09 vbun04 kernel:  get_signal+0x159/0x880
  Feb 13 13:28:09 vbun04 kernel:  do_signal+0x34/0x280
  Feb 13 13:28:09 vbun04 kernel:  ? bad_area+0x47/0x50
  Feb 13 13:28:09 vbun04 kernel:  exit_to_usermode_loop+0xbf/0x160
  Feb 13 13:28:09 vbun04 kernel:  prepare_exit_to_usermode+0x77/0xa0
  Feb 13 13:28:09 vbun04 kernel:  retint_user+0x8/0x8
  Feb 13 13:28:09 vbun04 kernel: RIP: 0033:0x55ec3a6bf11e
  Feb 13 13:28:09 vbun04 kernel: Code: 04 24 02 00 17 70 89 c5 48 b8 30 30 30 
30 30 30 30 30 89 ef 48 89 44 24 08 e8 8e ff ff ff be 0a 00 00 00 89 ef e8 72 
ff ff ff  04 25 21 00 00 00 21 00 00 00 48 8b 44 24 18
  Feb 13 13:28:09 vbun04 kernel: RSP: 002b:7ffd88899fb0 EFLAGS: 00010217
  Feb 13 13:28:09 vbun04 kernel: RAX:  RBX:  
RCX: 7f6c918424eb
  Feb 13 13:28:09 vbun04 kernel: RDX: 0010 RSI: 000a 
RDI: 0003
  Feb 13 13:28:09 vbun04 kernel: RBP: 0003 R08:  
R09: 7f6c919331f0
  Feb 13 13:28:09 vbun04 kernel: R10:  R11: 0217 
R12: 55ec3a6bf150
  Feb 13 13:28:09 vbun04 kernel: R13: 7ffd8889a0b0 R14:  
R15: 
  Feb 13 13:28:09 vbun04 kernel: Modules linked in: vboxsf(OE) nls_utf8 isofs 
vboxvideo(OE) intel_rapl_msr intel_rapl_common crct10dif_pclmul vmwgfx 
crc32_pclmul ghash_clmulni_intel aesni_intel ttm drm_kms_helper a
  Feb 13 13:28:09 vbun04 kernel: CR2: 0020
  Feb 13 13:28:09 vbun04 kernel: ---[ end trace 278d665c8727286a ]---
  Feb 13 13:28:09 vbun04 kernel: RIP: 0010:do_coredump+0x536/0xb30
  Feb 13 13:28:09 vbun04 kernel: Code: 00 48 8b bd 18 ff ff ff 48 85 ff 74 05 
e8 c2 47 fa ff 65 48 8b 04 25 c0 6b 01 00 48 8b 00 48 8b 7d a0 a8 04 0f 85 65 
05 00 00 <48> 8b 57 20 0f b7 02 66 25 00 f0 66 3d 00 80 0f
  Feb 13 13:28:09 vbun04 kernel: RSP: :b464c2c5fca8 EFLAGS: 00010246
  Feb 13 13:28:09 vbun04 kernel: RAX:  RBX: 9d4b76995100 
RCX: 1afc
  Feb 13 13:28:09 vbun04 kernel: RDX:  RSI: b464c2c5fc68 
RDI: 
  Feb 13 13:28:09 vbun04 kernel: RBP: b464c2c5fdd8 R08: 00

[Kernel-packages] [Bug 1863136] Re: zfs-dkms will not compile on kernel 5.6rc1

2020-02-13 Thread Ubuntu Foundations Team Bug Bot
The attachment "zfs-dkms-0.8.3-kernel-5.6.patch" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1863136

Title:
  zfs-dkms will not compile on kernel 5.6rc1

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  Bug mentioned here: https://github.com/zfsonlinux/zfs/issues/10001

  Patch for zfs master branch here:
  https://github.com/zfsonlinux/zfs/pull/9961

  Patch modified for zfs-dkms_0.8.3-1ubuntu3 here:
  https://paste.ubuntu.com/p/wsS9GFHjyv/

  This is working for me in getting a 5.5.x kernel to access zpools on
  arm64 and 5.5.2 mainline & 5.6rc1 mainline kernels to access zpools on
  amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1863136/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1863099] Re: SOF firmwares missing

2020-02-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1863099

Title:
  SOF firmwares missing

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux-firmware source package in Focal:
  Confirmed

Bug description:
  Files intel/sof/*.ri, intel/sof/*.ldc and intel/sof-tplg/*.tplg are
  missing in the binary package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1863099/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1872229] Re: screen backlight can't be changed

2020-04-11 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1872229

Title:
  screen backlight can't be changed

Status in linux package in Ubuntu:
  New

Bug description:
  Hi,
  changing the screen brightness in the Ubuntu settings does not change the 
brightness of the screen.
  Changing the brightness for example with the fn keys changes the value in 
/sys/class/backlight/dell_backlight/brightness but not the screen brightness. 
There is also a /sys/class/backlight/intel_backlight but changing the 
brightness file there manually also has no effect. 

  The acpi_backlight=vendor option did not work out.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-21-generic 5.4.0-21.25
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  benedict   1744 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 11 20:38:51 2020
  InstallationDate: Installed on 2020-04-08 (2 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. XPS 15 7590
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-21-generic 
root=UUID=8bbcafe3-01fd-4b8e-8924-1c0d0efa9270 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-21-generic N/A
   linux-backports-modules-5.4.0-21-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/11/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.0
  dmi.board.name: 0T8KGX
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.0:bd11/11/2019:svnDellInc.:pnXPS157590:pvr:rvnDellInc.:rn0T8KGX:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 7590
  dmi.product.sku: 0905
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872229/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1872373] Re: zfs patches needed for 5.7

2020-04-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch tested with 5.7.0-050700rc1-generic &  zfs-
dkms_0.8.3-1ubuntu11" seems to be a patch.  If it isn't, please remove
the "patch" flag from the attachment, remove the "patch" tag, and if you
are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1872373

Title:
  zfs patches needed for 5.7

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  As per https://github.com/openzfs/zfs/pull/10187 there is now a patch
  for Linux 5.7 compat: blk_alloc_queue(). Of course there may be more
  patches for the 5.7 series.

  I've hacked up the patch to backport it to work with the 0.8.x series.

  It appears to work: zfs, 0.8.3, 5.7.0-050700rc1-generic, x86_64:
  installed

  The changes to zvol.c may be somewhat questionable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1872373/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873127] Re: Bluetooth adapter not found

2020-04-16 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1873127

Title:
  Bluetooth adapter not found

Status in linux package in Ubuntu:
  New

Bug description:
  I have a HP laptop and right now I use Ubuntu 18.04 on it. Earlier in
  Windows the bluetooth was working fine. But since the windows crashed
  I am only able to use Ubuntu on it. But it is somehow not detecting
  any bluetooth adaptor on my laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-96-generic 4.15.0-96.97
  ProcVersionSignature: Ubuntu 4.15.0-96.97-generic 4.15.18
  Uname: Linux 4.15.0-96-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.9-0ubuntu7.14
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kungfupandit   1935 F pulseaudio
   /dev/snd/controlC1:  kungfupandit   1935 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 16 09:42:54 2020
  InstallationDate: Installed on 2016-06-14 (1401 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-96-generic 
root=UUID=187a0a6b-d08a-464e-930e-541953ae0fe8 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-96-generic N/A
   linux-backports-modules-4.15.0-96-generic  N/A
   linux-firmware 1.173.17
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to bionic on 2020-04-16 (0 days ago)
  dmi.bios.date: 09/26/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.24
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2212
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.40
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.24:bd09/26/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr0991100600087:rvnHewlett-Packard:rn2212:rvr86.40:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 0991100600087
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873127/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1873315] Re: 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does.

2020-04-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1873315

Title:
  5.4.0-24.28 does not seem to apply rtprio, whereas -21 does.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Impact:

  Software that requires RT priority is not working anymore since we
  turned on RT_GROUP_SCHED:

  commit 9b039fc517876d312e7fa0955571101a299c91f5
  Author: Seth Forshee 
  Date:   Mon Apr 6 07:11:44 2020 -0500

  UBUNTU: [Config] CONFIG_RT_GROUP_SCHED=y

  This is wanted by docker, and the original reason for disabling
  it no longer applied. Performance testing shows no noticible
  impact when the option is enabled.

  We already hit this issue in the past (see
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284731), but
  nowadays reverting RT_GROUP_SCHED back to off would regress Docker and
  since RT privileges are usually required by audio/multimedia software,
  it probably make sense to revert this change only for -lowlatency (and
  keep the rest as is) and encourage people to use -lowlatency if they
  hit this problem.

  Fix:

  Apply the attached patch

  Regression potential:

  None, only -lowlatency is impacted, -generic doesn't change.

  --

  I'm using the xwax package on a Dell XPS 13 (9370) 20.04, which
  requires rtprio privileges:

  [daniel@reef ~ ]$ sudo cat /etc/security/limits.d/audio.conf
  @audio - rtprio 99
  [daniel@reef ~ ]$

  This worked fine for the past releases of Ubuntu up until the move
  from linux-image-5.4.0-21-generic to linux-image-5.4.0-24-generic.

  Today I'm seeing:

  Launching realtime thread to handle devices...
  sched_setscheduler: Operation not permitted
  Failed to get realtime priorities

  Booting the previous kernel makes it work.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-24-generic 5.4.0-24.28
  ProcVersionSignature: Ubuntu 5.4.0-24.28-generic 5.4.30
  Uname: Linux 5.4.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  daniel 2905 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 16 18:57:21 2020
  InstallationDate: Installed on 2018-04-14 (733 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180409)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0489:e0a2 Foxconn / Hon Hai
   Bus 001 Device 002: ID 0bda:58f4 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9370
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-24-generic 
root=UUID=0af0a12d-3b1e-4708-89c4-73f666ddc618 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-24-generic N/A
   linux-backports-modules-5.4.0-24-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-03-08 (39 days ago)
  dmi.bios.date: 02/21/2018
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.1
  dmi.board.name: 0F6P3V
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.1:bd02/21/2018:svnDellInc.:pnXPS139370:pvr:rvnDellInc.:rn0F6P3V:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 13 9370
  dmi.product.sku: 07E6
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873315/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875577] Re: Encrypted swap won't load on 20.04 with zfs root

2020-05-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "2150-fix-systemd-dependency-loops.patch" seems to be a
patch.  If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1875577

Title:
  Encrypted swap won't load on 20.04 with zfs root

Status in zfs-linux package in Ubuntu:
  Confirmed

Bug description:
  root@eu1:/var/log# lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 20.04 LTS
  Release:  20.04
  Codename: focal

  root@eu1:/var/log# apt-cache policy cryptsetup
  cryptsetup:
Installed: (none)
Candidate: 2:2.2.2-3ubuntu2
Version table:
   2:2.2.2-3ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

  OTHER BACKGROUND INFO:
  ==

  1. machine has 2 drives. each drive is partitioned into 2 partitions,
  zfs and swap

  
  2. Ubuntu 20.04 installed on ZFS root using debootstrap 
(debootstrap_1.0.118ubuntu1_all)

  
  3. The ZFS root pool is a 2 partition mirror (the first partition of each 
disk)

  
  4. /etc/crypttab is set up as follows:

  swap  
/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HALR-0_S3W6NX0M802914-part2
/dev/urandom   swap,cipher=aes-xts-plain64,size=256
  swap  
/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HALR-0_S3W6NX0M802933-part2
/dev/urandom   swap,cipher=aes-xts-plain64,size=256


  
  WHAT I EXPECTED
  ===

  I expected machine would reboot and have encrypted swap that used two
  devices under /dev/mapper


  WHAT HAPPENED INSTEAD
  =

  
  On reboot, swap setup fails with the following messages in /var/log/syslog:

  Apr 28 17:13:01 eu1 kernel: [5.360793] systemd[1]: cryptsetup.target: 
Found ordering cycle on systemd-cryptsetup@swap.service/start
  Apr 28 17:13:01 eu1 kernel: [5.360795] systemd[1]: cryptsetup.target: 
Found dependency on systemd-random-seed.service/start
  Apr 28 17:13:01 eu1 kernel: [5.360796] systemd[1]: cryptsetup.target: 
Found dependency on zfs-mount.service/start
  Apr 28 17:13:01 eu1 kernel: [5.360797] systemd[1]: cryptsetup.target: 
Found dependency on zfs-load-module.service/start
  Apr 28 17:13:01 eu1 kernel: [5.360798] systemd[1]: cryptsetup.target: 
Found dependency on cryptsetup.target/start
  Apr 28 17:13:01 eu1 kernel: [5.360799] systemd[1]: cryptsetup.target: Job 
systemd-cryptsetup@swap.service/start deleted to break ordering cycle starting 
with cryptsetup.target/start
  . . . . . .
  Apr 28 17:13:01 eu1 kernel: [5.361082] systemd[1]: Unnecessary job for 
/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HALR-0_S3W6NX0M802914-part2 was removed

  
  Also, /dev/mapper does not contain any swap devices:

  root@eu1:/var/log# ls -l /dev/mapper
  total 0
  crw--- 1 root root 10, 236 Apr 28 17:13 control
  root@eu1:/var/log#

  
  And top shows no swap:

  MiB Swap:  0.0 total,  0.0 free,  0.0 used.  63153.6 avail
  Mem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1875577/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1876875] Re: Improve download-signed script to support current & grub2

2020-05-05 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed in Ubuntu.
https://bugs.launchpad.net/bugs/1876875

Title:
  Improve download-signed script to support current & grub2

Status in grub2-signed package in Ubuntu:
  New
Status in linux-signed package in Ubuntu:
  New
Status in s390-tools-signed package in Ubuntu:
  New

Bug description:
  [Impact]

   * Improve and generalise download-signed script to allow using it with any 
signed binaries we care about
   * Add support to download simply the most current version
   * Add support to download /uefi/ signed binaries
   * Clean up arg parsing, add help, drop unused statements & imports.

  [Test Case]

   * Test downloading signed kernel works with public & private archives
   * Test that rebuilt signed .debs are the same

  [Regression Potential]

   * This is a built time script, as long the binaries are downloaded &
  packaged up the same, there is no end-user facing impact.

  [Other Info]
   
   * With these changes, download-signed script can be used by 
s390-tools-signed & grub2-signed, as well as all the kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1876875/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1867983] Re: Computer is frozen after suspend

2020-05-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1867983

Title:
  Computer is frozen after suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I am using an old HP EliteBook 6930p with current Ubuntu.

  When the computer is suspended, even after a fresh boot, it does not
  wake up: the power comes back, but the laptop is frozen, and does not
  respond to ping.

  It is working fine with 5.3.0-29, but not with 5.3.0-40 nor 5.3.0-42.

  I am holding kernel purge for now, but this is annoying.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-29-generic 5.3.0-29.31
  ProcVersionSignature: Ubuntu 5.3.0-29.31-generic 5.3.13
  Uname: Linux 5.3.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isabelle   1010 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 18 20:46:35 2020
  HibernationDevice: RESUME=UUID=f606f815-8935-4921-9b8b-e0d8030bb18c
  InstallationDate: Installed on 2015-03-15 (1830 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard HP EliteBook 6930p
  PccardctlStatus:
   Socket 0:
 3.3V
16-bit
PC Card
 Subdevice 0 (function 0) bound to driver "pata_pcmcia"
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-29-generic 
root=UUID=34085e95-4240-40e4-87fe-18dc9b60b1c1 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-29-generic N/A
   linux-backports-modules-5.3.0-29-generic  N/A
   linux-firmware1.183.4
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2019-11-03 (136 days ago)
  dmi.bios.date: 07/31/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PCU Ver. F.12
  dmi.board.name: 30DB
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 87.27
  dmi.chassis.asset.tag: CZC939161W
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PCUVer.F.12:bd07/31/2009:svnHewlett-Packard:pnHPEliteBook6930p:pvrF.12:rvnHewlett-Packard:rn30DB:rvrKBCVersion87.27:cvnHewlett-Packard:ct10:cvr:
  dmi.product.family: 103C_5336AN
  dmi.product.name: HP EliteBook 6930p
  dmi.product.sku: J1610781
  dmi.product.version: F.12
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1867983/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1878623] Re: Dell Inspiron 1525 Laptop internal speakers not working

2020-05-14 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1878623

Title:
  Dell Inspiron 1525 Laptop internal speakers not working

Status in linux package in Ubuntu:
  New

Bug description:
  I upgraded from ubuntu 19.10 to 20.04 recently. 20.04 is excellent for
  me other than the laptop internal speakers (e.g when watching you tube
  video) do not work/are not recognised in 20.04. The internal speakers
  did work in 19.10. I can still listen to sound via headphone socket
  and external speakers.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alfred  983 F pulseaudio
   /dev/snd/pcmC0D0p:   alfred  983 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 14 15:09:01 2020
  InstallationDate: Installed on 2019-11-21 (174 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. Inspiron 1525
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=44d00494-3bf6-479f-a3aa-582d0bc78c25 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-11 (2 days ago)
  dmi.bios.date: 10/16/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878623/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1878646] Re: wifi is slow

2020-05-14 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1878646

Title:
  wifi is slow

Status in linux package in Ubuntu:
  New

Bug description:
  wifi is running very slow. low on signal indicator.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-29-generic 5.4.0-29.33
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anggun 1988 F pulseaudio
   /dev/snd/controlC0:  anggun 1988 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 14 23:05:40 2020
  MachineType: HP HP Laptop 15-bw0xx
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=fb392428-f4dc-46b4-b100-2f57364db1f4 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-29-generic N/A
   linux-backports-modules-5.4.0-29-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/03/2019
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.52
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8333
  dmi.board.vendor: HP
  dmi.board.version: 28.35
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.52:bd12/03/2019:svnHP:pnHPLaptop15-bw0xx:pvrType1ProductConfigId:rvnHP:rn8333:rvr28.35:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15-bw0xx
  dmi.product.sku: 2DN94PA#AR6
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1878646/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "wpa_2.9-1ubuntu8.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
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/1881549

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Invalid
Status in wpa package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  New
Status in wpa source package in Focal:
  New
Status in linux source package in Groovy:
  Invalid
Status in wpa source package in Groovy:
  Confirmed

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881549] Re: BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi broke

2020-06-09 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1881549

Title:
  BCM43602 [14e4:43ba] Subsystem [1028:0020]: Upgraded to 20.04 and wifi
  broke

Status in linux package in Ubuntu:
  Invalid
Status in wpa package in Ubuntu:
  Confirmed
Status in linux source package in Focal:
  New
Status in wpa source package in Focal:
  New
Status in linux source package in Groovy:
  Invalid
Status in wpa source package in Groovy:
  Confirmed

Bug description:
  Upgraded to 20.04 and the wifi broke.  It was working fine on 18.04.  Tried a 
variety of things with apw but nada.  /var/log attached
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1438 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-07-09 (329 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Dell Inc. XPS 15 9550
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=f73bcd37-31c3-4314-81cf-102bfd94a03e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-05-21 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/12/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.13.1
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.13.1:bd12/12/2019:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9550
  dmi.product.sku: 06E4
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881549/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1883386] Re: Navi RX 5700 XT - hardware cursor + vsync causes stutter in compositors, games and even the cursor itself

2020-06-13 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1883386

Title:
  Navi RX 5700 XT - hardware cursor + vsync causes stutter in
  compositors, games and even the cursor itself

Status in linux package in Ubuntu:
  New

Bug description:
  With AMD Navi RX 5600/5700 have stuttering in all accelerated
  applications.

  affected: kernels <5.7

  This bug is fixed in kernel 5.7 version

  More details https://gitlab.freedesktop.org/drm/amd/-/issues/1001

  Need backports for focal (20.04) release for kernel 5.4 or upgrade to
  kernel 5.7

  Also I can't upgrade to 5.7 until zfs-dkms not support this kernel

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-oem (not installed)
  ProcVersionSignature: Ubuntu 5.6.0-1011.11-oem 5.6.14
  Uname: Linux 5.6.0-1011-oem x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rnz4328 F pulseaudio
   /dev/snd/controlC2:  rnz4328 F pulseaudio
   /dev/snd/controlC0:  rnz4328 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Sat Jun 13 22:32:50 2020
  InstallationDate: Installed on 2015-05-01 (1870 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Gigabyte Technology Co., Ltd. X570 AORUS ELITE
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.6.0-1011-oem 
root=UUID=e4e7aa28-c520-4902-86a3-0de1cf7fc9da ro acpi_enforce_resources=lax 
amd_iommu=on iommu=pt iommu=1
  RelatedPackageVersions:
   linux-restricted-modules-5.6.0-1011-oem N/A
   linux-backports-modules-5.6.0-1011-oem  N/A
   linux-firmware  1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-05-11 (32 days ago)
  dmi.bios.date: 03/06/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F12f
  dmi.board.asset.tag: Default string
  dmi.board.name: X570 AORUS ELITE
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF12f:bd03/06/2020:svnGigabyteTechnologyCo.,Ltd.:pnX570AORUSELITE:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570AORUSELITE:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: X570 AORUS ELITE
  dmi.product.sku: Default string
  dmi.product.version: -CF
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2015-10-26T22:19:16.074320

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1883386/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1883670] Re: Disable IEC958 on HP Thunderbolt Dock

2020-06-16 Thread Ubuntu Foundations Team Bug Bot
The attachment "alsa-lib_1.2.2-2.3.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to alsa-lib in Ubuntu.
https://bugs.launchpad.net/bugs/1883670

Title:
  Disable IEC958 on HP Thunderbolt Dock

Status in HWE Next:
  New
Status in alsa-lib package in Ubuntu:
  New
Status in alsa-lib source package in Focal:
  New
Status in alsa-lib source package in Groovy:
  New

Bug description:
  [Impact]
  On HP Thunderbolt Dock, unusable SPDIF can be selected as output from 
PulseAudio.

  [Fix]
  Disable IEC958 (SPDIF) through ALSA UCM.

  [Test]
  With the UCM applied, `pactl` and audio panel in gnome-control-center no 
longer have SPDIF option.

  [Regression Potential]
  Low. This fix limits to the HP Thunderbolt Dock, other devices are unaffected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1883670/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1882955] Re: LXD 4.2 broken on linux-kvm due to missing VLAN filtering

2020-06-23 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1882955

Title:
  LXD 4.2 broken on linux-kvm due to missing VLAN filtering

Status in linux-kvm package in Ubuntu:
  Triaged

Bug description:
  [Description]

  Some VLAN options (BRIDGE_VLAN_FILTERING, and its dependencies
  VLAN_8021Q*) were in a different state in Focal/kvm compared to
  Focal/generic: LXD now depends on BRIDGE_VLAN_FILTERING and due to
  this discrepancy it fails to work on the Focal/kvm kernel: fix it by
  aligning the config with Focal/generic

  [Fix]

  Apply the attached config patch

  [Regression potential]

  Low, just some config changes already present in generic.

  ---
  This is another case of linux-kvm having unexplained differences compared to 
linux-generic in areas that aren't related to hardware drivers (see other bug 
we filed for missing nft).

  This time, CPC is reporting that LXD no longer works on linux-kvm as
  we now set vlan filtering on our bridges to prevent containers from
  escaping firewalling through custom vlan tags.

  This relies on CONFIG_BRIDGE_VLAN_FILTERING which is a built-in on the
  generic kernel but is apparently missing on linux-kvm (I don't have
  any system running that kernel to confirm its config, but the behavior
  certainly matches that).

  We need this fixed in focal and groovy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-kvm/+bug/1882955/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1863769] Re: Ubuntu 18.04: Wifi adapter not detected after kernel update

2020-03-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1863769

Title:
  Ubuntu 18.04: Wifi adapter not detected after kernel update

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  "lsb_release -rd" output:
Description: Ubuntu 18.04.4 LTS
Release: 18.04

  So, my linux kernel was updated to 5.3.0-40 today, and my wifi adapter is no 
longer functional. When I run "lshw", the usb-1 device is detected, but is 
"UNCLAIMED".
  Booting with the previous kernel works, so I figured it's a kernel problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1863769/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1864509] Re: Unable to load iwlwifi for Intel Wireless-AC 9560 card

2020-03-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1864509

Title:
  Unable to load iwlwifi for Intel Wireless-AC 9560 card

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed

Bug description:
  I have Lenovo ThinkBook 13s IML laptop with Intel Wireless-AC 9560
  wifi card on board.

  When launching Ubuntu from live-CD 18.04.4 wifi is working and I'm able to 
connect to network. But after installing Ubuntu 18.04.4 and loading system from 
disk wifi is not available - see attached dmesg logs.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anlar  1582 F pulseaudio
  CurrentDesktop: MATE
  Dependencies:
   
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2020-02-26 (0 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  MachineType: LENOVO 20RR
  Package: linux-firmware 1.173.14
  PackageArchitecture: all
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic 
root=UUID=bbedce29-ba9f-4961-be76-956118612252 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-40-generic N/A
   linux-backports-modules-5.3.0-40-generic  N/A
   linux-firmware1.173.14
  StagingDrivers: r8188eu
  Tags:  bionic staging
  Uname: Linux 5.3.0-40-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/29/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CQCN24WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ThinkBook 13s-IML
  dmi.modalias: 
dmi:bvnLENOVO:bvrCQCN24WW:bd10/29/2019:svnLENOVO:pn20RR:pvrLenovoThinkBook13s-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoThinkBook13s-IML:
  dmi.product.family: ThinkBook 13s-IML
  dmi.product.name: 20RR
  dmi.product.sku: LENOVO_MT_20RR_BU_idea_FM_ThinkBook 13s-IML
  dmi.product.version: Lenovo ThinkBook 13s-IML
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1864509/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1866147] Re: WiFi card fails to activate on 5.3.0-40-generic

2020-03-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1866147

Title:
  WiFi card fails to activate on 5.3.0-40-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My WiFi card works fine with kernel 5.3.0-18-generic, but when I try
  to use 5.3.0-40-generic it fails to activate (and doesn't show up in
  `ip link`). `dmesg | grep iwlwifi` shows the following debug
  information:

  [   12.292292] iwlwifi :00:14.3: enabling device ( -> 0002)
  [   12.346746] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 
43.2.23.17
  [   12.347045] iwlwifi :00:14.3: loaded firmware version 48.4fa0041f.0 
op_mode iwlmvm
  [   12.502729] iwlwifi :00:14.3: Detected Intel(R) Wireless-AC 9560 
160MHz, REV=0x354
  [   13.518078] iwlwifi :00:14.3: Collecting data: trigger 15 fired.
  [   13.518162] iwlwifi :00:14.3: Start IWL Error Log Dump:
  [   13.518165] iwlwifi :00:14.3: Status: 0x, count: -871717974
  [   13.518167] iwlwifi :00:14.3: Loaded firmware version: 48.4fa0041f.0
  [   13.518169] iwlwifi :00:14.3: 0xABD222C6 | ADVANCED_SYSASSERT
  [   13.518170] iwlwifi :00:14.3: 0xA43D5A29 | trm_hw_status0
  [   13.518172] iwlwifi :00:14.3: 0x6642BD97 | trm_hw_status1
  [   13.518173] iwlwifi :00:14.3: 0x8FE44EA9 | branchlink2
  [   13.518174] iwlwifi :00:14.3: 0x1C54C232 | interruptlink1
  [   13.518176] iwlwifi :00:14.3: 0xA7D409CD | interruptlink2
  [   13.518177] iwlwifi :00:14.3: 0x8A0C7875 | data1
  [   13.518178] iwlwifi :00:14.3: 0x99E03556 | data2
  [   13.518179] iwlwifi :00:14.3: 0x137C675B | data3
  [   13.518181] iwlwifi :00:14.3: 0xAB1BDD6D | beacon time
  [   13.518182] iwlwifi :00:14.3: 0x5608950B | tsf low
  [   13.518183] iwlwifi :00:14.3: 0x821A4BFA | tsf hi
  [   13.518185] iwlwifi :00:14.3: 0xD3F9F35B | time gp1
  [   13.518186] iwlwifi :00:14.3: 0xF0044C16 | time gp2
  [   13.518187] iwlwifi :00:14.3: 0xD50101E2 | uCode revision type
  [   13.518188] iwlwifi :00:14.3: 0x91B27A5E | uCode version major
  [   13.518190] iwlwifi :00:14.3: 0x5487A879 | uCode version minor
  [   13.518191] iwlwifi :00:14.3: 0x21B8EEAC | hw version
  [   13.518192] iwlwifi :00:14.3: 0x359EC8C9 | board version
  [   13.518193] iwlwifi :00:14.3: 0xE3137EBB | hcmd
  [   13.518195] iwlwifi :00:14.3: 0x09BBC532 | isr0
  [   13.518196] iwlwifi :00:14.3: 0x2716EDB8 | isr1
  [   13.518197] iwlwifi :00:14.3: 0x6C0451A5 | isr2
  [   13.518198] iwlwifi :00:14.3: 0x721A5CD0 | isr3
  [   13.518200] iwlwifi :00:14.3: 0x49ADC2D3 | isr4
  [   13.518201] iwlwifi :00:14.3: 0x183C47FC | last cmd Id
  [   13.518202] iwlwifi :00:14.3: 0x57F5E136 | wait_event
  [   13.518203] iwlwifi :00:14.3: 0x136FEC9F | l2p_control
  [   13.518205] iwlwifi :00:14.3: 0xD0DC1B77 | l2p_duration
  [   13.518206] iwlwifi :00:14.3: 0x2CD5FAD6 | l2p_mhvalid
  [   13.518207] iwlwifi :00:14.3: 0x36FBF34E | l2p_addr_match
  [   13.518209] iwlwifi :00:14.3: 0x76814124 | lmpm_pmg_sel
  [   13.518210] iwlwifi :00:14.3: 0x7350416A | timestamp
  [   13.518211] iwlwifi :00:14.3: 0x905B98D6 | flow_handler
  [   13.518244] iwlwifi :00:14.3: Start IWL Error Log Dump:
  [   13.518246] iwlwifi :00:14.3: Status: 0x, count: 7
  [   13.518247] iwlwifi :00:14.3: 0x201013F1 | ADVANCED_SYSASSERT
  [   13.518248] iwlwifi :00:14.3: 0x | umac branchlink1
  [   13.518250] iwlwifi :00:14.3: 0xC008CF5C | umac branchlink2
  [   13.518251] iwlwifi :00:14.3: 0x | umac interruptlink1
  [   13.518252] iwlwifi :00:14.3: 0x | umac interruptlink2
  [   13.518254] iwlwifi :00:14.3: 0x0003 | umac data1
  [   13.518255] iwlwifi :00:14.3: 0x2302 | umac data2
  [   13.518256] iwlwifi :00:14.3: 0x01300202 | umac data3
  [   13.518257] iwlwifi :00:14.3: 0x0030 | umac major
  [   13.518258] iwlwifi :00:14.3: 0x4FA0041F | umac minor
  [   13.518260] iwlwifi :00:14.3: 0x5CAB | frame pointer
  [   13.518261] iwlwifi :00:14.3: 0xC0887F58 | stack pointer
  [   13.518263] iwlwifi :00:14.3: 0x | last host cmd
  [   13.518264] iwlwifi :00:14.3: 0x | isr status reg
  [   13.518280] iwlwifi :00:14.3: Fseq Registers:
  [   13.518283] iwlwifi :00:14.3: 0x0003 | FSEQ_ERROR_CODE
  [   13.518286] iwlwifi :00:14.3: 0x | FSEQ_TOP_INIT_VERSION
  [   13.518288] iwlwifi :00:14.3: 0xD787F0D4 | FSEQ_CNVIO_INIT_VERSION
  [   13.518291] iwlwifi :00:14.3: 0xA384 | FSEQ_OTP_VERSION
  [   13.518294] iwlwifi :00:14.3: 0x8E6A94AA | FSEQ_TOP_CONTENT_VERSION
  [   13.518297] iwlwifi :00:14.3: 0xC24B2F1A | FSEQ_ALIVE_TOKEN
  [   13.518300] iwlwifi :00:14.3: 0x3DA36A92 | FSEQ_CNVI_ID
  [   13.518303] iwlwifi :00:14.3: 0xF19AF84B | FSEQ_CNVR_ID

[Kernel-packages] [Bug 1867820] Re: linux-azure: Update SGX version and udev rules

2020-03-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-base in Ubuntu.
https://bugs.launchpad.net/bugs/1867820

Title:
  linux-azure: Update SGX version and udev rules

Status in linux-azure package in Ubuntu:
  New
Status in linux-base package in Ubuntu:
  New
Status in linux-azure source package in Trusty:
  Invalid
Status in linux-base source package in Trusty:
  New
Status in linux-azure source package in Xenial:
  New
Status in linux-base source package in Xenial:
  New
Status in linux-azure source package in Bionic:
  In Progress
Status in linux-base source package in Bionic:
  In Progress
Status in linux-azure source package in Eoan:
  New
Status in linux-base source package in Eoan:
  New
Status in linux-azure source package in Focal:
  New
Status in linux-base source package in Focal:
  New

Bug description:
  [Impact]

  We will use the official Intel's DCAP git repository to keep SGX up-
  to-date. We need to update the driver included to the linux-azure
  kernels to the version located at:

  
https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/LD_1.22/driver/linux

  Including the provided udev rules.

  [Test Case]

  The driver should continue to work normally. The main difference
  should be the permissions and groups for the /dev/sgx (0666) and
  /dev/sgx_prv (0660 with sgx_prc group).

  
  [Regression Potential] 

  The regression potential is low since the functional changes are not
  meaningful and the permissions are less restrictive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1867820/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1868551] Re: Screen freezes : NULL pointer dereference i915_active_acquire since Linux 5.4

2020-03-23 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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:
  Screen freezes : NULL pointer dereference i915_active_acquire since
  Linux 5.4

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  uname -a
  Linux xps 5.4.0-14-generic #17-Ubuntu SMP Thu Feb 6 22:47:59 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux

  lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04
  Codename: focal

  [ 2556.956079] BUG: kernel NULL pointer dereference, address: 0040
  [ 2556.956084] #PF: supervisor read access in kernel mode
  [ 2556.956084] #PF: error_code(0x) - not-present page
  [ 2556.956085] PGD 0 P4D 0 
  [ 2556.956088] Oops:  [#1] SMP NOPTI
  [ 2556.956090] CPU: 2 PID: 1685 Comm: xfwm4 Not tainted 5.4.0-14-generic 
#17-Ubuntu
  [ 2556.956092] Hardware name: Dell Inc. XPS 13 7390/0G2D0W, BIOS 1.2.0 
10/03/2019
  [ 2556.956161] RIP: 0010:i915_active_acquire+0xe/0x80 [i915]
  [ 2556.956163] Code: 00 48 c7 c6 11 4d 6b c0 e8 af a1 d6 c7 5d c3 66 66 2e 0f 
1f 84 00 00 00 00 00 66 90 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 53 <8b> 47 38 
48 89 fb 85 c0 74 17 8d 50 01 f0 0f b1 53 38 75 f2 45 31
  [ 2556.956164] RSP: 0018:ac17c13279c8 EFLAGS: 00010286
  [ 2556.956165] RAX:  RBX: 983831d3e480 RCX: 

  [ 2556.956166] RDX: 983783475200 RSI: 983831d3e480 RDI: 
0008
  [ 2556.956167] RBP: ac17c13279e0 R08:  R09: 
98382d6b6520
  [ 2556.956168] R10: 6cc0 R11: 983838b4db00 R12: 
983783475200
  [ 2556.956169] R13: 0008 R14: 983783475200 R15: 
98382d6b6400
  [ 2556.956170] FS:  7f9031c28f00() GS:98383e50() 
knlGS:
  [ 2556.956171] CS:  0010 DS:  ES:  CR0: 80050033
  [ 2556.956172] CR2: 0040 CR3: 00046eac6001 CR4: 
003606e0
  [ 2556.956173] Call Trace:
  [ 2556.956199]  i915_active_ref+0x24/0x200 [i915]
  [ 2556.956223]  i915_vma_move_to_active+0x74/0xf0 [i915]
  [ 2556.956245]  eb_submit+0xff/0x440 [i915]
  [ 2556.956267]  i915_gem_do_execbuffer+0x88e/0xc20 [i915]
  [ 2556.956271]  ? sock_def_readable+0x40/0x70
  [ 2556.956274]  ? __kmalloc_node+0x205/0x320
  [ 2556.956294]  i915_gem_execbuffer2_ioctl+0x2c3/0x3d0 [i915]
  [ 2556.956314]  ? i915_gem_execbuffer_ioctl+0x2d0/0x2d0 [i915]
  [ 2556.956330]  drm_ioctl_kernel+0xae/0xf0 [drm]
  [ 2556.956338]  drm_ioctl+0x234/0x3d0 [drm]
  [ 2556.956358]  ? i915_gem_execbuffer_ioctl+0x2d0/0x2d0 [i915]
  [ 2556.956361]  ? vfs_writev+0xc3/0xf0
  [ 2556.956363]  do_vfs_ioctl+0x407/0x670
  [ 2556.956365]  ? fput+0x13/0x15
  [ 2556.956367]  ? __sys_recvmsg+0x88/0xa0
  [ 2556.956369]  ksys_ioctl+0x67/0x90
  [ 2556.956371]  __x64_sys_ioctl+0x1a/0x20
  [ 2556.956373]  do_syscall_64+0x57/0x190
  [ 2556.956376]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  [ 2556.956377] RIP: 0033:0x7f9032b3f68b
  [ 2556.956379] Code: 0f 1e fa 48 8b 05 05 28 0d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d d5 27 0d 00 f7 d8 64 89 01 48
  [ 2556.956380] RSP: 002b:7ffee39a0078 EFLAGS: 0246 ORIG_RAX: 
0010
  [ 2556.956381] RAX: ffda RBX: 55a8abeb6e48 RCX: 
7f9032b3f68b
  [ 2556.956382] RDX: 7ffee39a0090 RSI: 40406469 RDI: 
000d
  [ 2556.956382] RBP: 7ffee39a0120 R08: 0001 R09: 

  [ 2556.956383] R10: 7ffee39a0140 R11: 0246 R12: 
7f9022a4f460
  [ 2556.956384] R13:  R14: 7ffee39a0090 R15: 
000d
  [ 2556.956385] Modules linked in: ccm rfcomm xt_CHECKSUM xt_MASQUERADE 
xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat 
typec_displayport iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 
nf_defrag_ipv4 nf_tables cmac nfnetlink algif_hash ip6table_filter ip6_tables 
iptable_filter algif_skcipher af_alg bpfilter bridge stp llc snd_sof_pci 
snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt 
snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_hda_ext_core 
snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_hdmi snd_soc_core 
snd_compress ac97_bus snd_pcm_dmaengine bnep snd_hda_codec_realtek 
snd_hda_codec_generic snd_hda_intel snd_intel_nhlt snd_hda_codec snd_hda_core 
snd_hwdep snd_pcm nls_iso8859_1 mei_hdcp intel_rapl_msr snd_seq_midi 
snd_seq_midi_event dell_laptop ledtrig_audio snd_rawmidi x86_pkg_temp_thermal 
intel_powerclamp coretemp joydev kvm_intel kvm cdc_ether intel_cstate 
intel_rapl_perf snd_seq usbnet serio_raw iwlmvm r8152
  [ 2556.956409]  wmi_bmof mii mac80211 dell_wmi dell_smbios dcdbas 
snd_seq_device uvcvideo intel_wmi_thunderbolt dell_wmi_descrip

[Kernel-packages] [Bug 1869577] Re: WiFi module not detected on Lenovo ThinkBook 13s

2020-03-29 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1869577

Title:
  WiFi module not detected on Lenovo ThinkBook 13s

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  WiFi module is not detected on kernel upper than 5.3.0-18 (try on
  5.3.0-40 and 5.3.0-42). On 5.3.0-18 is everything is ok.

  My laptop:
  Manufacturer: LENOVO
  Product Name: 20RR
  Version: Lenovo ThinkBook 13s-IML

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bura   1617 F pulseaudio
   /dev/snd/pcmC0D0p:   bura   1617 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 29 14:57:06 2020
  InstallationDate: Installed on 2020-02-24 (34 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20RR
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-18-generic N/A
   linux-backports-modules-5.3.0-18-generic  N/A
   linux-firmware1.183.4
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CQCN24WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ThinkBook 13s-IML
  dmi.modalias: 
dmi:bvnLENOVO:bvrCQCN24WW:bd10/29/2019:svnLENOVO:pn20RR:pvrLenovoThinkBook13s-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrLenovoThinkBook13s-IML:
  dmi.product.family: ThinkBook 13s-IML
  dmi.product.name: 20RR
  dmi.product.sku: LENOVO_MT_20RR_BU_idea_FM_ThinkBook 13s-IML
  dmi.product.version: Lenovo ThinkBook 13s-IML
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869577/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1870769] Re: System slow/freezing when copying files (Kernel 5.x)

2020-04-04 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1870769

Title:
  System slow/freezing when copying files (Kernel 5.x)

Status in linux package in Ubuntu:
  New

Bug description:
  While coping files (more noticeable when copying/moving large files), the 
freezes randomly. Cursor freezes as well.  
  After all files have been copied/moved, the system then behaves normally.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-21-generic 5.4.0-21.25
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1844 F pulseaudio
  CasperVersion: 1.442
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr  4 10:43:31 2020
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Acer Swift SF314-56
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed quiet splash ---
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-21-generic N/A
   linux-backports-modules-5.4.0-21-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2019
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.14
  dmi.board.name: Strongbow_WL
  dmi.board.vendor: WL
  dmi.board.version: V1.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.14
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.14:bd08/12/2019:svnAcer:pnSwiftSF314-56:pvrV1.14:rvnWL:rnStrongbow_WL:rvrV1.14:cvnAcer:ct10:cvrV1.14:
  dmi.product.family: Swift 3
  dmi.product.name: Swift SF314-56
  dmi.product.sku: 
  dmi.product.version: V1.14
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1870769/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1874481] Re: Can not use Wifi, Wifi on/off automaticallly and also airplane mode automatuc on and i can not disable it. It saying disable switch from adapter.

2020-04-23 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1874481

Title:
  Can not use Wifi, Wifi on/off automaticallly and also airplane mode
  automatuc on and i can not disable it. It saying disable switch from
  adapter.

Status in linux package in Ubuntu:
  New

Bug description:
  My network adapter is RT3290 Wireless 802.11n 1T/1R PCIe
  vendor: Ralink corp.

  Also it shows no adapter found for bluetooth.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  rishiawsm   1789 F pulseaudio
   /dev/snd/controlC0:  rishiawsm   1789 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 23 21:24:27 2020
  InstallationDate: Installed on 2019-12-28 (117 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  Lsusb:
   Bus 001 Device 003: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision 
HD camera
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=57275fbf-36f6-4902-b56b-5d9645019f60 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-23 (0 days ago)
  dmi.bios.date: 05/21/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.18
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2212
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.28
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.18:bd05/21/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097710405F0610180:rvnHewlett-Packard:rn2212:rvr86.28:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV
  dmi.product.name: HP 15 Notebook PC
  dmi.product.sku: G8D32PA#ACJ
  dmi.product.version: 097710405F0610180
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874481/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1874958] Re: Activation of network connection failed - TP-Link TL-WN8200ND [Realtek RTL8192CU]

2020-04-24 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1874958

Title:
  Activation of network connection failed - TP-Link TL-WN8200ND [Realtek
  RTL8192CU]

Status in linux package in Ubuntu:
  New

Bug description:
  Can't connect to any WIFI network. I'm getting a popup message
  "Activation of network connection failed" using a TP Link TL-WN8200ND,
  Realtek8192CU.

  
  More info on this thread:
  https://ubuntuforums.org/showthread.php?t=2439662

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-46-generic 5.3.0-46.38
  ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
  Uname: Linux 5.3.0-46-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ramiro 1852 F pulseaudio
   /dev/snd/controlC0:  ramiro 1852 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 24 23:21:35 2020
  HibernationDevice: RESUME=UUID=d17302fc-9fd5-4b96-9d4a-17a0272bd0bd
  InstallationDate: Installed on 2016-06-13 (1411 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=f5d7a7ab-6a3d-47e6-83d8-96ecb50dbedd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-46-generic N/A
   linux-backports-modules-5.3.0-46-generic  N/A
   linux-firmware1.183.5
  RfKill:
   1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to eoan on 2019-10-22 (185 days ago)
  dmi.bios.date: 07/22/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3002
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5W DH Deluxe
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3002:bd07/22/2010:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: P5W DH Deluxe
  dmi.product.version: System Version
  dmi.sys.vendor: ASUSTEK COMPUTER INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874958/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875063] Re: wifi keeps on connecting and disconnecting frequently

2020-04-25 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875063

Title:
  wifi keeps on connecting and disconnecting frequently

Status in linux package in Ubuntu:
  New

Bug description:
  Hi,

  I am experiencing wifi connection fluctuations after upgrading to
  20.04. Is there any fix available for this?

  Thanks and Regards
  Pratik

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pratik 1614 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 25 23:04:39 2020
  InstallationDate: Installed on 2020-04-11 (14 days ago)
  InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  MachineType: Hewlett-Packard HP Pavilion dm4 Notebook PC
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=7f9ca8da-6d0f-47cb-8b2c-a7d18421965e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-23 (2 days ago)
  dmi.bios.date: 01/21/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.0C
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1794
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 41.1E
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.0C:bd01/21/2013:svnHewlett-Packard:pnHPPaviliondm4NotebookPC:pvr069410001120401623100:rvnHewlett-Packard:rn1794:rvr41.1E:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=PAV X=Null
  dmi.product.name: HP Pavilion dm4 Notebook PC
  dmi.product.sku: A9M64PA#AB4
  dmi.product.version: 069410001120401623100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875063/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875096] Re: Wifi has occasional drop-outs on 20.04

2020-04-25 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875096

Title:
  Wifi has occasional drop-outs on 20.04

Status in linux package in Ubuntu:
  New

Bug description:
  My wifi occasionally drops entirely. Likely isn't a AP issue because I
  cannot connect to a different AP that my other devices are using
  normally. Work around is to enable and disable wifi.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  Date: Sat Apr 25 17:13:19 2020
  InstallationDate: Installed on 2019-09-16 (222 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190909)
  MachineType: LENOVO 20QTCTO1WW
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-26-generic 
root=/dev/mapper/vg-root ro quiet splash resume=/dev/mapper/vg-swap vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/24/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2OET43W (1.30 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20QTCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2OET43W(1.30):bd03/24/2020:svnLENOVO:pn20QTCTO1WW:pvrThinkPadP1Gen2:rvnLENOVO:rn20QTCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P1 Gen 2
  dmi.product.name: 20QTCTO1WW
  dmi.product.sku: LENOVO_MT_20QT_BU_Think_FM_ThinkPad P1 Gen 2
  dmi.product.version: ThinkPad P1 Gen 2
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875096/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875115] Re: package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to install/upgrade: podproces zainstalowany pakiet linux-image-5.4.0-26-generic skrypt pre-removal zwrócił k

2020-04-25 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

-- 
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/1875115

Title:
  package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to
  install/upgrade: podproces zainstalowany pakiet linux-
  image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

Status in linux package in Ubuntu:
  Invalid

Bug description:
  "Randomly" just on desktop

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1455 F pulseaudio
ikrol  1696 F pulseaudio
  CasperMD5CheckResult: skip
  Date: Sun Apr 26 02:16:58 2020
  ErrorMessage: podproces zainstalowany pakiet linux-image-5.4.0-26-generic 
skrypt pre-removal zwrócił kod błędu 1
  InstallationDate: Installed on 2020-02-06 (79 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   lono wireless extensions.
   
   enp0s3no wireless extensions.
  Lsusb:
   Bus 002 Device 003: ID 80ee:0031 VirtualBox USB CD-ROM
   Bus 002 Device 002: ID 80ee:0030 VirtualBox USB Harddisk
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
   |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
   |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 480M
   |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 svgadrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=1c1ce2a4-3861-47d4-be70-ffeb5c3c5b38 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 
2.7.17-4
  RelatedPackageVersions: grub-pc 2.04-1ubuntu26
  RfKill:
   
  SourcePackage: linux
  Title: package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to 
install/upgrade: podproces zainstalowany pakiet linux-image-5.4.0-26-generic 
skrypt pre-removal zwrócił kod błędu 1
  UpgradeStatus: Upgraded to focal on 2020-04-24 (1 days ago)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875115/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875221] Re: cannot dettect my touchpad

2020-04-26 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875221

Title:
  cannot dettect my touchpad

Status in linux package in Ubuntu:
  New

Bug description:
  my touchpad is not listed affer run 'cat /proc/bus/input/devices'
  my touchpad related bugs against xserver-xorg-input-libinput or 
xserver-xorg-input-synaptics

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 26 11:08:56 2020
  InstallationDate: Installed on 2020-04-26 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: LENOVO 82AD
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=c5f8edb2-6235-4e91-b948-3b69ec577eb2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/30/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DHCN19WW
  dmi.board.asset.tag: ���
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: ���
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad Slim 7 15IIL05
  dmi.modalias: 
dmi:bvnLENOVO:bvrDHCN19WW:bd12/30/2019:svnLENOVO:pn82AD:pvrIdeaPadSlim715IIL05:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrIdeaPadSlim715IIL05:
  dmi.product.family: IdeaPad Slim 7 15IIL05
  dmi.product.name: 82AD
  dmi.product.sku: LENOVO_MT_82AD_BU_idea_FM_IdeaPad Slim 7 15IIL05
  dmi.product.version: IdeaPad Slim 7 15IIL05
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875221/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875252] Re: Ubuntu 20.04 LTS update causing no sound coming from built-in speakers

2020-04-26 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875252

Title:
  Ubuntu 20.04 LTS update causing no sound coming from built-in speakers

Status in linux package in Ubuntu:
  New

Bug description:
  After updating to Ubuntu 20.04 LTS, the only way of hearing audio is
  through headphones. The sound settings tab doesn't even show any other
  output option other than "Dummy output" . I have already checked other
  versions and everything works perfectly when I downgrade to Ubuntu
  19.10, so I think this is a version related bug. Just to reiterate my
  laptop is a DELL Inspiron 14 3420.The sound card showing in alsamixer
  window is HDA Intel PCH, and the chip is Cirrus Logic CS4213. I have
  looked up solutions online for 2 days and none has worked.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-26-generic 5.4.0-26.30
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  george 1499 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Apr 26 19:04:06 2020
  InstallationDate: Installed on 2020-04-26 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. Inspiron 3420
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=ec9a2552-c1da-44bd-9967-5be8bc6da075 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-26-generic N/A
   linux-backports-modules-5.4.0-26-generic  N/A
   linux-firmware1.187
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-26 (0 days ago)
  dmi.bios.date: 09/28/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 04XGDT
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd09/28/2012:svnDellInc.:pnInspiron3420:pvrNotSpecified:rvnDellInc.:rn04XGDT:rvrA05:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3420
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875252/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1875672] Re: lubuntu 20.04 lts can't find touchpad

2020-04-28 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875672

Title:
  lubuntu 20.04 lts can't find touchpad

Status in linux package in Ubuntu:
  New

Bug description:
  Description:Ubuntu 20.04 LTS
  Release:20.04

  $ cat /proc/bus/input/devices
  I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  N: Name="AT Translated Set 2 keyboard"
  P: Phys=isa0060/serio0/input0
  S: Sysfs=/devices/platform/i8042/serio0/input/input0
  U: Uniq=
  H: Handlers=sysrq kbd event0 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=40200 3803078f800d001 fedfffef fffe
  B: MSC=10
  B: LED=7

  I: Bus=0003 Vendor=046d Product=c247 Version=0110
  N: Name="Logitech G100s Optical Gaming Mouse"
  P: Phys=usb-:00:04.0-2/input0
  S: 
Sysfs=/devices/pci:00/:00:04.0/usb2/2-2/2-2:1.0/0003:046D:C247.0001/input/input1
  U: Uniq=
  H: Handlers=mouse0 event1 
  B: PROP=0
  B: EV=17
  B: KEY=ff 0 0 0 0
  B: REL=903
  B: MSC=10

  I: Bus=0003 Vendor=04f2 Product=b012 Version=0346
  N: Name="USB2.0 1.3M UVC WebCam : USB2.0"
  P: Phys=usb-:00:04.1-7/button
  S: Sysfs=/devices/pci:00/:00:04.1/usb1/1-7/1-7:1.0/input/input2
  U: Uniq=
  H: Handlers=kbd event2 
  B: PROP=0
  B: EV=3
  B: KEY=10 0 0 0

  I: Bus= Vendor= Product= Version=
  N: Name="HDA NVidia Mic"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.0/sound/card0/input3
  U: Uniq=
  H: Handlers=event3 
  B: PROP=0
  B: EV=21
  B: SW=10

  I: Bus= Vendor= Product= Version=
  N: Name="HDA NVidia Headphone"
  P: Phys=ALSA
  S: Sysfs=/devices/pci:00/:00:08.0/sound/card0/input4
  U: Uniq=
  H: Handlers=event4 
  B: PROP=0
  B: EV=21
  B: SW=4

  
  cat /proc/version_signature 
  Ubuntu 5.4.0-26.30-generic 5.4.30

  
  lspci -vnvn
  00:00.0 Host bridge [0600]: NVIDIA Corporation MCP79 Host Bridge [10de:0a83] 
(rev b1)
  Subsystem: NVIDIA Corporation MCP79 Host Bridge [10de:cb79]
  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 
  Kernel driver in use: nForce2_smbus
  Kernel modules: i2c_nforce2, nv_tco

  00:03.3 RAM memory [0500]: NVIDIA Corporation MCP79 Memory Controller 
[10de:0a89] (rev b1)
  Subsystem: NVIDIA Corporation MCP79 Memory Controller [10de:cb79]
  Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 
  Kernel driver in use: ohci-pci

  00:04.1 USB controller [0c03]: NVIDIA Corporation MCP79 EHCI USB 2.0 
Controller [10de:0aa6] (rev b1) (prog-if 20 [EHCI])
  Subsystem: ASUSTeK Computer Inc. MCP79 EHCI USB 2.0 Controller 
[1043:1a87]
  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
SERR- 
  Kernel driver in use: ehci-pci

  00:08.0 Audio device [0403]: NVIDIA Corporation MCP79 High Definition Audio 
[10de:0ac0] (rev b1)
  Subsystem: ASUSTeK Computer Inc. MCP79 High Definition Audio 
[1043:1903]
  Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
SERR- 
  Kernel driver in use: snd_hda_intel
  Kernel modules: snd_hda_intel

  00:09.0 PCI bridge [0604]: NVIDIA Corporation MCP79 PCI Bridge [10de:0aab] 
(rev b1) (prog-if 01 [Subtractive decode])
  Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
SERR- TAbort- 
Reset- FastB2B-
  PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
  Capabilities: 

  00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP79 Ethernet 
[10de:0ab0] (rev b1)
  Subsystem: ASUSTeK Computer Inc. MCP79 Ethernet [1043:1215]
  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
  Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- 
SERR- 
  Kernel driver in use: forcedeth
  Kernel modules: forcedeth

  00:0b.0 IDE interface [0101]: NVIDIA Corporation MCP79 SATA Controller 
[10de:0ab4] (rev b1) (prog-if 85 [PCI native mode-only controller, supports bus 
mastering])
  Subsystem: ASUSTeK Computer Inc. MCP79 SATA Controller [1043:1a87]
  Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Ste

[Kernel-packages] [Bug 1875823] Re: package linux-generic-hwe-20.04 5.4.0.28.33 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2020-04-29 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1875823

Title:
  package linux-generic-hwe-20.04 5.4.0.28.33 failed to install/upgrade:
  problemi con le dipendenze - lasciato non configurato

Status in linux package in Ubuntu:
  New

Bug description:
  provo ad installare una pennetta realtek 8811cu con scarsi successi leggendo 
nel forum di ubuntu. sicuramente ho sbagliato qualche procedura.grazie
  versione ubuntu 20.04

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-generic-hwe-20.04 5.4.0.28.33
  ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
  Uname: Linux 5.4.0-26-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  enzo   1249 F pulseaudio
   /dev/snd/pcmC0D0p:   enzo   1249 F...m pulseaudio
  CasperMD5CheckResult: skip
  Date: Wed Apr 29 09:54:15 2020
  ErrorMessage: problemi con le dipendenze - lasciato non configurato
  InstallationDate: Installed on 2020-04-25 (3 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=42c13f2b-f13b-4f30-8a0c-a1fa112601e0 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions: grub-pc 2.04-1ubuntu26
  RfKill:
   
  SourcePackage: linux
  Title: package linux-generic-hwe-20.04 5.4.0.28.33 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1101
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H61-M LX R2.0
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd09/04/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H61-MLXR2.0:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875823/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1876066] Re: need the id for Intel TGL CPU on Focal

2020-04-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "thermald_1.9.1-1build1ubuntu0.1.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to thermald in Ubuntu.
https://bugs.launchpad.net/bugs/1876066

Title:
  need the id for Intel TGL CPU on Focal

Status in OEM Priority Project:
  Confirmed
Status in thermald package in Ubuntu:
  New

Bug description:
  need the patch to support Intel TGL CPU on Focal

  https://github.com/intel/thermal_daemon/blob/master/src/thd_engine.cpp#L666

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1876066/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1876470] Re: no sound Asus Strix II

2020-05-02 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1876470

Title:
  no sound Asus Strix II

Status in linux package in Ubuntu:
  New

Bug description:
  ref. bug 1784485

  I'm experiencing the same bug as per the one above.It was fixed with
  the previous kernel version, now it came back.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-28-generic 5.4.0-28.32
  ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
  Uname: Linux 5.4.0-28-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  imre   2276 F pulseaudio
   /dev/snd/pcmC0D0p:   imre   2276 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May  2 17:15:58 2020
  InstallationDate: Installed on 2020-04-24 (7 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0b05:1869 ASUSTek Computer, Inc. ITE Device(8910)
   Bus 001 Device 002: ID 13d3:5666 IMC Networks USB2.0 HD UVC WebCam
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. Strix 15 GL503GE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-28-generic 
root=UUID=d7a06f9f-6933-4c73-a3c1-576bfdc8d86f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-28-generic N/A
   linux-backports-modules-5.4.0-28-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: GL503GE.316
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: GL503GE
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrGL503GE.316:bd07/19/2019:svnASUSTeKCOMPUTERINC.:pnStrix15GL503GE:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnGL503GE:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: Strix
  dmi.product.name: Strix 15 GL503GE
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1876470/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1876511] Re: Ubuntu 20.04 HDMI audio is unplugged

2020-05-02 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1876511

Title:
  Ubuntu 20.04 HDMI audio is unplugged

Status in linux package in Ubuntu:
  New

Bug description:
  Since I upgraded from Ubuntu 19.10 to Ubuntu 20.04, I have been unable
  to direct my sound output to my HDMI monitor. The option is not shown
  in the settings GUI and if I try to set it in the configuration menu
  of PulseAudio Volume Control, all the options in the profile list show
  (unplugged) (unavailable). This was running perfect before the
  upgrade.

  I have tried all the suggestions I could find on the net so far, but
  nono of them worked.

  The graphics card is NVidia GTX 1660.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-28-generic 5.4.0-28.32
  ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
  Uname: Linux 5.4.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bhaskar8945 F pulseaudio
   /dev/snd/controlC1:  bhaskar8945 F pulseaudio
   /dev/snd/pcmC1D1p:   bhaskar8945 F...m pulseaudio
   /dev/snd/timer:  bhaskar8945 f pulseaudio
  CRDA:
   global
   country IN: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5150 - 5350 @ 160), (N/A, 23), (N/A)
(5725 - 5875 @ 80), (N/A, 23), (N/A)
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May  3 00:40:31 2020
  MachineType: Gigabyte Technology Co., Ltd. B450M DS3H
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-28-generic 
root=UUID=dfd7e1ce-68a7-452e-bd49-7790575b96be ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-28-generic N/A
   linux-backports-modules-5.4.0-28-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2020-04-23 (9 days ago)
  dmi.bios.date: 07/22/2019
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F41
  dmi.board.asset.tag: Default string
  dmi.board.name: B450M DS3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF41:bd07/22/2019:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3H:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3H-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: B450M DS3H
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1876511/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1861941] Re: bcache by-uuid links disappear after mounting bcache0

2020-05-20 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed in Ubuntu.
https://bugs.launchpad.net/bugs/1861941

Title:
  bcache by-uuid links disappear after mounting bcache0

Status in bcache-tools package in Ubuntu:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux-signed package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Invalid
Status in bcache-tools source package in Focal:
  New
Status in linux source package in Focal:
  Invalid
Status in linux-signed source package in Focal:
  New
Status in systemd source package in Focal:
  Invalid
Status in bcache-tools source package in Groovy:
  In Progress
Status in linux source package in Groovy:
  Invalid
Status in linux-signed source package in Groovy:
  Invalid
Status in systemd source package in Groovy:
  Invalid

Bug description:
  1.
  root@ubuntu:~# lsb_release -rd
  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  2. 
  root@ubuntu:~# lsb_release -rd
  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04
  root@ubuntu:~# apt-cache policy linux-image-virtual 
  linux-image-virtual:
Installed: 5.4.0.12.15
Candidate: 5.4.0.12.15
Version table:
   *** 5.4.0.12.15 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status
  root@ubuntu:~# apt-cache policy linux-image-5.4.0-12-generic 
  linux-image-5.4.0-12-generic:
Installed: 5.4.0-12.15
Candidate: 5.4.0-12.15
Version table:
   *** 5.4.0-12.15 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  3. mount /dev/bcache0 && ls -al /dev/bcache/by-uuid/
  + ls -al /dev/bcache/by-uuid/
  total 0
  drwxr-xr-x 2 root root 60 Feb  4 23:31 .
  drwxr-xr-x 3 root root 60 Feb  4 23:31 ..
  lrwxrwxrwx 1 root root 13 Feb  4 23:31 abdfd1f6-44ce-4266-91db-24667b9ae51a 
-> ../../bcache0

  4.
  root@ubuntu:~# ls -al /dev/bcache/by-uuid
  ls: cannot access '/dev/bcache/by-uuid': No such file or directory

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-12-generic 5.4.0-12.15
  ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
  Uname: Linux 5.4.0-12-generic x86_64
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  Date: Tue Feb  4 23:31:52 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-5.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1861941/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1880012] Re: ASUS UX533F overheating and fan off with Ubuntu 20.04 LTS

2020-05-21 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1880012

Title:
  ASUS UX533F overheating and fan off with Ubuntu 20.04 LTS

Status in linux package in Ubuntu:
  New

Bug description:
  After installing Ubuntu 20.04 LTS, my laptop's temperature goes fairly
  high without intensive CPU activity. The fan(s) remain **off** under
  heavy CPU load and the temperature goes very high.

  I don't suspect a material failure since I didn't notice such
  overheating issues anymore with my previous Ubuntu (19.04) (after
  using sudo prime-select intel).

  **Config**

  - ASUS UX533FN

  - BIOS version 304 (up-to-date)

  - Kernel: 5.4.0-31-generic (same issue with 5.4.0-29)

  - NVIDIA GeForce MX150 (with latest NVIDIA driver)

  
  Low CPU load
  
  Without running anything special, I get the following figures with `sensors` 
command:

  ...
  pch_cannonlake-virtual-0
  Adapter: Virtual device
  temp1:+49.0°C  

  BAT0-acpi-0
  Adapter: ACPI interface
  in0:  15.60 V  

  asus-isa-
  Adapter: ISA adapter
  cpu_fan:0 RPM

  coretemp-isa-
  Adapter: ISA adapter
  Package id 0:  +50.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 0:+49.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 1:+48.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 2:+48.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 3:+50.0°C  (high = +100.0°C, crit = +100.0°C)

  acpitz-acpi-0
  Adapter: ACPI interface
  temp1:+49.0°C  (crit = +103.0°C)

  
  These figures are a too high in my opinion for low CPU load with a room 
temperature of 20°C.

  But here come's worse:

  Heavy CPU load
  ==
  When the CPU is under load, for instance when running `sysbench cpu run` in 
loop, the temperature increases to 90°C, and no fan is triggered!

  To get a repeatable CPU load test, I run

  while true; do echo "One more time..." && sysbench cpu run; done

  
  Here are the figures I get in this case (from `sensors` command):

  
  ...
  pch_cannonlake-virtual-0
  Adapter: Virtual device
  temp1:+65.0°C  

  BAT0-acpi-0
  Adapter: ACPI interface
  in0:  15.60 V  

  asus-isa-
  Adapter: ISA adapter
  cpu_fan:0 RPM

  coretemp-isa-
  Adapter: ISA adapter
  Package id 0:  +88.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 0:+88.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 1:+70.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 2:+72.0°C  (high = +100.0°C, crit = +100.0°C)
  Core 3:+72.0°C  (high = +100.0°C, crit = +100.0°C)

  acpitz-acpi-0
  Adapter: ACPI interface
  temp1:+86.0°C  (crit = +103.0°C)

  Note 1: The temperature in the room for this test is 20°C.

  Note 2: I got almost the same issue one year ago with Ubuntu 19.04 and
  used the sudo prime-select intel workaround.

  What I already tried
  
  - installing the latest NVIDIA driver, including selecting `intel` with 
`prime-select` ameliorated the situation but didn't tackle the issue

  - running `sensors-detect` (YES to all questions) resulted in
  `coretemp` to be added to `/etc/modules`

  - running `pwmconfig` didn't work:

  
  /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-31-generic 5.4.0-31.35
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sylvain1710 F pulseaudio
   /dev/snd/pcmC0D0p:   sylvain1710 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 21 20:58:45 2020
  InstallationDate: Installed on 2020-05-08 (13 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 13d3:56cb IMC Networks USB2.0 HD IR UVC WebCam
   Bus 001 Device 003: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. ZenBook UX533FN_UX533FN
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=1fba935a-ac77-4cdb-bc3a-d3ce26e567d9 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-31-generic N/A
   linux-backports-modules-5.4.0-31-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/16/2019
  dmi.bios.vendor: American Megatrends Inc.
  d

[Kernel-packages] [Bug 1880350] Re: It takes 10 min to wake-up from suspend

2020-05-23 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1880350

Title:
  It takes 10 min to wake-up from suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After the update shown below, the problem seems to start appear. When
  I open the lid or press power button the lamp and cooling fan come on
  but the screen remains blank. No key or mouse is accepted.

  I've tried change boot OS and found "Ubuntu with Linux
  4.15.0-101-generic" works fine. Also tried "4.15.0-101-no latency
  (recovery mode)" but result showed even worse as it never woke up.

  version.log shows "Ubuntu 4.15.0-101.102-lowlatency 4.15.18"

  /var/log/apt/history.log 
  Start-Date: 2020-05-20  08:23:02
  Commandline: aptdaemon role='role-commit-packages' sender=':1.331'
  Install: linux-modules-4.15.0-101-lowlatency:amd64 (4.15.0-101.102, 
automatic), linux-headers-4.15.0-101-lowlatency:amd64 (4.15.0-101.102, 
automatic), linux-image-4.15.0-101-generic:amd64 (4.15.0-101.102, automatic), 
linux-headers-4.15.0-101:amd64 (4.15.0-101.102, automatic), 
linux-headers-4.15.0-101-generic:amd64 (4.15.0-101.102, automatic), 
linux-modules-4.15.0-101-generic:amd64 (4.15.0-101.102, automatic), 
linux-image-4.15.0-101-lowlatency:amd64 (4.15.0-101.102, automatic), 
linux-modules-extra-4.15.0-101-generic:amd64 (4.15.0-101.102, automatic)
  Upgrade: libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.11, 
1:9.11.3+dfsg-1ubuntu1.12), linux-headers-generic:amd64 (4.15.0.99.89, 
4.15.0.101.91), linux-libc-dev:amd64 (4.15.0-99.100, 4.15.0-101.102), 
linux-image-lowlatency:amd64 (4.15.0.99.89, 4.15.0.101.91), 
linux-image-generic:amd64 (4.15.0.99.89, 4.15.0.101.91), libirs160:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), bind9-host:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), dnsutils:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), 
linux-headers-lowlatency:amd64 (4.15.0.99.89, 4.15.0.101.91), libisc169:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), libisc-export169:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), liblwres160:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), libdns-export1100:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), libisccc160:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), libbind9-160:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), libdns1100:amd64 
(1:9.11.3+dfsg-1ubuntu1.11, 1:9.11.3+dfsg-1ubuntu1.12), linux-lowlatency:amd64 
(4.15.0.99.89, 4.15.0.101.91), linux-generic:amd64 (4.15.0.99.89, 4.15.0.101.91)
  End-Date: 2020-05-20  08:25:03
  

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-101-lowlatency 4.15.0-101.102
  ProcVersionSignature: Ubuntu 4.15.0-101.102-lowlatency 4.15.18
  Uname: Linux 4.15.0-101-lowlatency x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-101-lowlatency.
  ApportVersion: 2.20.9-0ubuntu7.14
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CX20561 Analog [CX20561 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mmiyakubo821 F pulseaudio
   /dev/snd/controlC1:  mmiyakubo821 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0x5470 irq 27'
 Mixer name : 'Conexant CX20561 (Hermosa)'
 Components : 'HDA:14f15051,103c360b,0010 
HDA:80862802,80860101,0010'
 Controls  : 26
 Simple ctrls  : 10
  Card1.Amixer.info:
   Card hw:1 'PMA60'/'D&M Holdings Inc. PMA-60 at usb-:00:1d.7-1, high 
speed'
 Mixer name : 'USB Mixer'
 Components : 'USB154e:100a'
 Controls  : 6
 Simple ctrls  : 3
  CurrentDesktop: LXDE
  Date: Sun May 24 10:11:01 2020
  InstallationDate: Installed on 2018-05-21 (733 days ago)
  InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  MachineType: Hewlett-Packard Compaq Presario CQ60 Notebook PC
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-101-lowlatency 
root=UUID=5b7034ce-26bb-44f4-bdbc-5c3d8944ca3a ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-101-lowlatency N/A
   linux-backports-modules-4.15.0-101-lowlatency  N/A
   linux-firmware 1.173.18
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.32
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3612
  dmi.board.vendor: Wistron
  dmi.board.version: 09.48
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Wistron
  dmi.chassis.version: C

[Kernel-packages] [Bug 1881097] Re: [Thinkpad X1C7][Thinkpad X1C8]F1 and F4 Hotkey LED Light Stays ON/OFF when USB Headset is attached.

2020-05-28 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1881097

Title:
  [Thinkpad X1C7][Thinkpad X1C8]F1 and F4 Hotkey LED Light Stays ON/OFF
  when USB Headset is attached.

Status in linux package in Ubuntu:
  New

Bug description:
  Problem Description:

  Using Ubuntu 20.04 on a Thinkpad X1C7 machine.
  Speaker(F1) and Microphone(F4) Hotkey LED Light Stays ON/OFF when USB Headset 
is attached.

  -

  $ lsb_release -rd
  Description:  Ubuntu 20.04 LTS
  Release:  20.04

  Ubuntu Software: 3.36.1

  -

  Expected Result:
  When LED light of Speaker(F1)/Microphone (F4) hotkeys is ON/OFF and then we 
connect USB Headset and press Speaker(F1)/Microphone (F4) hotkeys again -> LED 
light state will change accordingly.

  Actual Result:
  1. When LED light of Speaker(F1)/Microphone (F4) hotkeys is OFF and then we 
connect USB Headset and press Speaker(F1)/Microphone (F4) hotkeys again -> LED 
light will STAY OFF and remains in OFF State always on the duration that the 
USB headset is attached to the machine.
  2. If LED light of Speaker(F1)/Microphone (F4) hotkeys is ON and then we 
connect USB Headset and press Speaker(F1)/Microphone (F4) hotkeys again -> LED 
will STAY ON and remains in ON State on the duration that the USB headset is 
attached to the machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-33-generic 5.4.0-33.37
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1410 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May 28 18:48:04 2020
  InstallationDate: Installed on 2020-05-28 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: LENOVO 20U9SITR38
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=ab59da99-085b-4f8d-af14-4fc4240a8f83 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/12/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2WET11C (1.01C )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20U9SITR38
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2WET11C(1.01C):bd02/12/2020:svnLENOVO:pn20U9SITR38:pvrThinkPadX1CarbonGen8:rvnLENOVO:rn20U9SITR38:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad X1 Carbon Gen 8
  dmi.product.name: 20U9SITR38
  dmi.product.sku: LENOVO_MT_20U9_BU_Think_FM_ThinkPad X1 Carbon Gen 8
  dmi.product.version: ThinkPad X1 Carbon Gen 8
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881097/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881195] Re: package linux-image-5.3.0-53-generic 5.3.0-53.47 failed to install/upgrade: installed linux-image-5.3.0-53-generic package post-installation script subprocess retur

2020-05-28 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: New => Invalid

-- 
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/1881195

Title:
  package linux-image-5.3.0-53-generic 5.3.0-53.47 failed to
  install/upgrade: installed linux-image-5.3.0-53-generic package post-
  installation script subprocess returned error exit status 139

Status in linux package in Ubuntu:
  Invalid

Bug description:
  It is as the start of the system.

  ProblemType: Package
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-53-generic 5.3.0-53.47
  ProcVersionSignature: Ubuntu 5.3.0-55.49-generic 5.3.18
  Uname: Linux 5.3.0-55-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu8.9
  Architecture: amd64
  Date: Thu May 28 20:38:41 2020
  ErrorMessage: installed linux-image-5.3.0-53-generic package 
post-installation script subprocess returned error exit status 139
  HibernationDevice: RESUME=UUID=83882b85-52e8-4d9e-bd28-81198fffa351
  InstallationDate: Installed on 2016-10-20 (1316 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: HP HP EliteBook 820 G3
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-55-generic 
root=UUID=7ea4d822-ace0-456c-acc3-9d0f5dfb0e4f ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/local/bin/python3.6, Python 3.6.1, unpackaged
  PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
  RelatedPackageVersions: grub-pc 2.04-1ubuntu12.2
  SourcePackage: linux
  Title: package linux-image-5.3.0-53-generic 5.3.0-53.47 failed to 
install/upgrade: installed linux-image-5.3.0-53-generic package 
post-installation script subprocess returned error exit status 139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/05/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N75 Ver. 01.09
  dmi.board.name: 807C
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 85.6A
  dmi.chassis.asset.tag: 5CG6331J8M
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN75Ver.01.09:bd07/05/2016:svnHP:pnHPEliteBook820G3:pvr:rvnHP:rn807C:rvrKBCVersion85.6A:cvnHP:ct10:cvr:
  dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
  dmi.product.name: HP EliteBook 820 G3
  dmi.product.sku: V1B37EA#ABF
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881195/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881322] Re: Touchpad not detected in 'Lenovo V15-IIL model 82C5' after installing Ubuntu 20.04

2020-05-29 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1881322

Title:
  Touchpad not detected in 'Lenovo V15-IIL model 82C5' after installing
  Ubuntu 20.04

Status in linux package in Ubuntu:
  New

Bug description:
  Ubuntu 20.04 is installed in a brand new Lenovo V15-IIL alongside
  Windows 10. According to lenovo's support page, the driver for windows
  is Synaptics 19.5.10.149_Elan 22.4.18.1. In windows the touchpad works
  fine.

  This model has two options in BIOS regarding Fn Keys, a "Smart Fn key"
  that toogles the Fn key on/off each time you press it and a "Foolproof
  Fn Key" that maps the Fn key to Ctrl when you press a combinations of
  keys that does not have a Fn assigned. When I enable the "foolproof fn
  key" in the BIOS, the Fn + F1...F12 and the sound driver stop working
  (i dont have sound, i can't change the volume and the volume icon in
  the GUI does not show). Fn+F6 (to enable/disable touchpad) can't
  enable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-33-generic 5.4.0-33.37
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  fdadam 1434 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 29 13:08:24 2020
  InstallationDate: Installed on 2020-05-28 (1 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b624 Chicony Electronics Co., Ltd Integrated 
Camera
   Bus 001 Device 002: ID 0458:0186 KYE Systems Corp. (Mouse Systems) Genius 
DX-120 Mouse
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 82C5
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=fd0c8ed1-6032-467c-9902-3094e6740be8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/04/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: DKCN26WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo V15-IIL
  dmi.modalias: 
dmi:bvnLENOVO:bvrDKCN26WW:bd03/04/2020:svnLENOVO:pn82C5:pvrLenovoV15-IIL:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrLenovoV15-IIL:
  dmi.product.family: V15-IIL
  dmi.product.name: 82C5
  dmi.product.sku: LENOVO_MT_82C5_BU_idea_FM_V15-IIL
  dmi.product.version: Lenovo V15-IIL
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881322/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1881338] Re: linux-azure: Update SGX version to version LD_1.33

2020-05-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1881338

Title:
   linux-azure: Update SGX version to version LD_1.33

Status in linux-azure package in Ubuntu:
  In Progress
Status in linux-azure-4.15 package in Ubuntu:
  New
Status in linux-azure source package in Bionic:
  New
Status in linux-azure-4.15 source package in Bionic:
  New
Status in linux-azure source package in Eoan:
  New
Status in linux-azure-4.15 source package in Eoan:
  Invalid
Status in linux-azure source package in Focal:
  New
Status in linux-azure-4.15 source package in Focal:
  Invalid

Bug description:
  We have included the DCAP version of SGX into the linux-azure kernels
  in order to provide a signed version of this driver that can be used
  with secure boot in Azure instances.

  Since a new version of this driver was released, we should update the
  embedded driver:

  
https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/LD_1.33/driver/linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1881338/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1850439] Re: No sound on ASUS UX534FT

2020-06-02 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1850439

Title:
  No sound on ASUS UX534FT

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  after instal Ubuntu in dual boot alongside Windows 10, I've realised
  there is no sound coming out of mine new ASUS Zenbook 15 UX534FT-
  AA024R in Ubuntu. In Windows there is no problem. Found this topic
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1810214 which had
  the same problem with driver for Realtek ALC294 which is also mine
  sound card. But even with this fix it is not working on UX534FT. Can
  you please add fix also for this newer model?

  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2
  ProcVersionSignature: Ubuntu 5.0.0-32.34~18.04.2-generic 5.0.21
  Uname: Linux 5.0.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 29 15:11:25 2019
  InstallationDate: Installed on 2019-10-29 (0 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2020-06-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1869465

Title:
  Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Eoan:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  In Progress
Status in linux package in Debian:
  Unknown

Bug description:
  [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 falling back to cp.
  The reason it cannot resolve some addresses is because the PMD mask is wrong. 
  When physical address mask allows up to 48bits pmd mask should allow the
  same, currently pmd mask is set to 40bits (see commit [1]).

  Commit [1] fixes this bug.

  [Test Case]

  To hit this bug you need a system that needs physical addresses over 1TB.
  This may be either because you have a lot
  of memory or because the firmware mapped some memory above 1TB for some
  reason [1].

  A user hit this bug because firmware mapped memory above 1TB and provided a 
  dump so I could reproduce the bug when running makedumpfile on the dump.

  [Regression Potential]

  This commit changes the PMD_SECTION_MASK for arm64. So any regression 
potential
  would only affect arm64 systems. In addition PMD_SECTION_MASK is used in 
translation
  from virtual to physical addresses and therefore any regression would happen 
during
  this process.

  [Other]

  [1]
  
https://github.com/makedumpfile/makedumpfile/commit/7242ae4cb5288df626f464ced0a8b60fd669100b

  
  When testing kdump on Ubuntu 18.04.4 (arm64) GA kernel, makedumpfile fails. 
The test steps are as follows:
  # echo 1> / proc / sys / kernel / sysrq
  # echo c> / proc / sysrq-trigger
  The logs are as follows:

  kdump-tools[646]: starting kdump-tools: * running makedumpfile -c -d 31 
/proc/vmcore /var/crash/202003251128/dump-incomplete
  kdump-tools[646]: readpage_elf: Attempt to read non-existent page at 0x0
  kdump-tools[646]: readmem: type_addr: 1, addr:ff0, size:8
  kdump-tools[646]: vaddr_to_paddr_arm64: Can't read pud
  kdump-tools[646]: readmem: Can't convert a virtual address(9e653690) to 
physical address.
  kdump-tools[646]: readmem: type_addr: 0, addr:9e653690, size:1032
  kdump-tools[646]: validate_mem_section: Can't read mem_section array.
  kdump-tools[646]: get_mem_section: Could not validate mem_section.
  kdump-tools[646]: get_mm_sparsemem: Can't get the address of mem_section.
  kdump-tools[646]: makedumpfile Failed.
  kdump-tools[646]: * kdump-tools: makedumpfile failed, falling back to 'cp'

  But when I use the HWE kernel, I find that there is no such problem.
  The HEW kernel version: 5.3.0-42-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2020-06-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1869465_groovy.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
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/1869465

Title:
  Kdump-Tools: Makedumpfile Failed, Falling Back To 'Cp'

Status in linux package in Ubuntu:
  In Progress
Status in makedumpfile package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress
Status in makedumpfile source package in Xenial:
  New
Status in linux source package in Bionic:
  In Progress
Status in makedumpfile source package in Bionic:
  New
Status in linux source package in Eoan:
  In Progress
Status in makedumpfile source package in Eoan:
  New
Status in linux source package in Focal:
  In Progress
Status in makedumpfile source package in Focal:
  New
Status in linux source package in Groovy:
  In Progress
Status in makedumpfile source package in Groovy:
  In Progress
Status in linux package in Debian:
  New

Bug description:
  [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 falling back to cp.
  The reason it cannot resolve some addresses is because the PMD mask is wrong. 
  When physical address mask allows up to 48bits pmd mask should allow the
  same, currently pmd mask is set to 40bits (see commit [1]).

  Commit [1] fixes this bug.

  [Test Case]

  To hit this bug you need a system that needs physical addresses over 1TB.
  This may be either because you have a lot
  of memory or because the firmware mapped some memory above 1TB for some
  reason [1].

  A user hit this bug because firmware mapped memory above 1TB and provided a 
  dump so I could reproduce the bug when running makedumpfile on the dump.

  [Regression Potential]

  This commit changes the PMD_SECTION_MASK for arm64. So any regression 
potential
  would only affect arm64 systems. In addition PMD_SECTION_MASK is used in 
translation
  from virtual to physical addresses and therefore any regression would happen 
during
  this process.

  [Other]

  [1]
  
https://github.com/makedumpfile/makedumpfile/commit/7242ae4cb5288df626f464ced0a8b60fd669100b

  
  When testing kdump on Ubuntu 18.04.4 (arm64) GA kernel, makedumpfile fails. 
The test steps are as follows:
  # echo 1> / proc / sys / kernel / sysrq
  # echo c> / proc / sysrq-trigger
  The logs are as follows:

  kdump-tools[646]: starting kdump-tools: * running makedumpfile -c -d 31 
/proc/vmcore /var/crash/202003251128/dump-incomplete
  kdump-tools[646]: readpage_elf: Attempt to read non-existent page at 0x0
  kdump-tools[646]: readmem: type_addr: 1, addr:ff0, size:8
  kdump-tools[646]: vaddr_to_paddr_arm64: Can't read pud
  kdump-tools[646]: readmem: Can't convert a virtual address(9e653690) to 
physical address.
  kdump-tools[646]: readmem: type_addr: 0, addr:9e653690, size:1032
  kdump-tools[646]: validate_mem_section: Can't read mem_section array.
  kdump-tools[646]: get_mem_section: Could not validate mem_section.
  kdump-tools[646]: get_mm_sparsemem: Can't get the address of mem_section.
  kdump-tools[646]: makedumpfile Failed.
  kdump-tools[646]: * kdump-tools: makedumpfile failed, falling back to 'cp'

  But when I use the HWE kernel, I find that there is no such problem.
  The HEW kernel version: 5.3.0-42-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1869465/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1878351] Re: System shutdown directly by pressing power button and releasing immediately on Dell Vostro 5301

2020-06-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch which verified OK on the platform has 2 key event
with single press" seems to be a patch.  If it isn't, please remove the
"patch" flag from the attachment, remove the "patch" tag, and if you are
a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
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/1878351

Title:
  System shutdown directly by pressing power button and releasing
  immediately on Dell Vostro 5301

Status in OEM Priority Project:
  Confirmed
Status in gnome-session package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  kchsieh@kchsieh-laptop:~$ lsb_release -rd
  Description:  Ubuntu 20.04 LTS (fossa-bulbasaur X23)
  Release:  20.04

  kchsieh@kchsieh-laptop:~$ apt-cache policy systemd
  systemd:
Installed: 245.4-4ubuntu3
Candidate: 245.4-4ubuntu3
Version table:
   *** 245.4-4ubuntu3 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  Expect: When press the button, the endSeesionDialog should show up.
  Actual: The system shutdown directly.

  When the issue happend:
  endSessionDialog is not triggered immediately after the first power button 
event, but triggered after the second power button event.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-focal-amd64-20200502-85+fossa-bulbasaur+X23
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-05-10 (3 days ago)
  InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
  MachineType: Dell Inc. Vostro 5301
  Package: systemd 245.4-4ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.0-1010-oem 
root=UUID=b16fea1e-d8bc-4c71-a2e6-c43d269b40de ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.6.0-1010.10-oem 5.6.8
  Tags:  focal
  Uname: Linux 5.6.0-1010-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/30/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.1.12
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.1.12:bd04/30/2020:svnDellInc.:pnVostro5301:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:
  dmi.product.family: Vostro
  dmi.product.name: Vostro 5301
  dmi.product.sku: 09FC
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1878351/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1864188] Re: After the upgrade of 19.10 on 2020-02-18, wifi does not exist

2020-02-21 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1864188

Title:
  After the upgrade of 19.10 on 2020-02-18, wifi does not exist

Status in linux package in Ubuntu:
  New

Bug description:
  lsmod shows the the modules are on, but no wifi hardware seems available.
  That happened just after the kernel update I did on 18th of Feb. 2020, on 
Ubuntu 19.10. No other change.
  System is Dell Vostro 5490/i7 .

  mgrivas@Vostro:~$ lsmod | grep iwl
  iwlmvm401408  0
  mac80211  851968  1 iwlmvm
  iwlwifi   348160  1 iwlmvm
  cfg80211  712704  3 iwlmvm,iwlwifi,mac80211

  mgrivas@Vostro:~$ iwconfig 
  no wireless extensions.
  - The wlan device does not appear.

  mgrivas@Vostro:~$ lspci | grep -i net
  00:14.3 Network controller: Intel Corporation Device 02f0
  02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

  mgrivas@Vostro:~$ cat /proc//version_signature 
  Ubuntu 5.3.0-40.32-generic 5.3.18

  mgrivas@Vostro:~$ lspci -vnvns 00:14.3
  00:14.3 Network controller [0280]: Intel Corporation Device [8086:02f0]
Subsystem: Intel Corporation Device [8086:42a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-40-generic 5.3.0-40.32
  ProcVersionSignature: Ubuntu 5.3.0-40.32-generic 5.3.18
  Uname: Linux 5.3.0-40-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mgrivas3042 F pulseaudio
   /dev/snd/controlC0:  mgrivas3042 F pulseaudio
   /dev/snd/controlC2:  mgrivas3042 F pulseaudio
  Date: Fri Feb 21 11:36:58 2020
  InstallationDate: Installed on 2019-12-23 (60 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: Dell Inc. Vostro 5490
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-40-generic 
root=UUID=5107e080-d818-4651-b256-cbd6c7047a2f ro
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-40-generic N/A
   linux-backports-modules-5.3.0-40-generic  N/A
   linux-firmware1.183.4
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  StagingDrivers: ashmem_linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/25/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.0
  dmi.board.name: 0YR1P7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.0:bd11/25/2019:svnDellInc.:pnVostro5490:pvr:rvnDellInc.:rn0YR1P7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Vostro
  dmi.product.name: Vostro 5490
  dmi.product.sku: 0959
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1864188/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1663020] Re: When I suspend the computer and try to wake it, the keyboard's backlight goes on and the power light turns on, but the screen stays black. I have to hard reset the

2020-02-21 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1663020

Title:
  When I suspend the computer and try to wake it, the keyboard's
  backlight goes on and the power light turns on, but the screen stays
  black.  I have to hard reset the computer to get it to work again.

Status in Dell Sputnik:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  ubuntu version 16.04

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-62-generic 4.4.0-62.83
  ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  syoungs2108 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Feb  8 15:20:42 2017
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  HibernationDevice: RESUME=UUID=e6abcdff-00cd-4a53-b393-ab11047626b0
  InstallationDate: Installed on 2017-02-03 (5 days ago)
  InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:568b Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 0cf3:e301 Atheros Communications, Inc. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9360
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic.efi.signed 
root=UUID=5146abc4-5b23-44ae-a78c-aa487a06e4e0 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-62-generic N/A
   linux-backports-modules-4.4.0-62-generic  N/A
   linux-firmware1.157.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/13/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.7
  dmi.board.name: 05JK94
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.7:bd09/13/2016:svnDellInc.:pnXPS139360:pvr:rvnDellInc.:rn05JK94:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9360
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1663020/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1860320] Re: [hns3-0120]pad the short frame before sending to the hardware

2020-02-25 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1860320

Title:
  [hns3-0120]pad the short frame before sending to the hardware

Status in kunpeng920:
  In Progress
Status in kunpeng920 ubuntu-18.04 series:
  In Progress
Status in kunpeng920 ubuntu-18.04-hwe series:
  In Progress
Status in kunpeng920 upstream-kernel series:
  Fix Committed
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Bionic:
  In Progress

Bug description:
  The hardware can not handle short frames below or equal to 32
  bytes.

  [Impact]
  The system may hang or endless event log in /var/log/syslog

  [Fix]
  Cherry-pick or backport the upstream fix 
36c67349a1a1c88b9cf11d7ca7762ababdb38867 net: hns3: pad the short frame before 
sending to the hardware

  [Test Case]
  Send a frame less than 33 bytes.

  [Regression Risk]
  Low, the patch is only specific to the hns3 driver.

  == Original Bug Description ==

  [Bug Description]
  The hardware can not handle short frames below or equal to 32
  bytes according to the hardware user manual, and it will trigger
  a RAS error when the frame's length is below 33 bytes.

  [Steps to Reproduce]
  1.send a frame less than 33 bytes.

  [Actual Results]
  a RAS occurs

  [Expected Results]
  no RAS

  [Reproducibility]
  Inevitably

  [Additional information]
  Hardware: D06
  Firmware: NA
  Kernel: NA

  [Resolution]
  pads the SKB when skb->len is below 33 bytes before sending it to hardware.

  net: hns3: pad the short frame before sending to the hardware

To manage notifications about this bug go to:
https://bugs.launchpad.net/kunpeng920/+bug/1860320/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1864991] Re: Lost wifi after cold restart: Intel 9462

2020-02-27 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1864991

Title:
  Lost wifi after cold restart: Intel 9462

Status in linux package in Ubuntu:
  New

Bug description:
  yesterday my laptop went down due to empty battery. After the reboot
  there was no WLAN interface any more.

  dmesg says;

  # dmesg | grep iwl
  [   10.064677] iwlwifi :00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version:
  43.2.23.17
  [   10.064963] iwlwifi :00:14.3: loaded firmware version
  48.4fa0041f.0 op_mode iwlmvm
  [   10.147488] iwlwifi :00:14.3: Detected Intel(R) Wireless-AC 9462,
  REV=0x354
  [   11.158645] iwlwifi :00:14.3: Collecting data: trigger 15 fired.
  [   11.158728] iwlwifi :00:14.3: Start IWL Error Log Dump:
  [   11.158749] iwlwifi :00:14.3: Status: 0x, count: 112460234
  [   11.158754] iwlwifi :00:14.3: Loaded firmware version: 48.4fa0041f.0
  [   11.158758] iwlwifi :00:14.3: 0xE4CC9DFB | ADVANCED_SYSASSERT

  [   11.158760] iwlwifi :00:14.3: 0xB9E373EB | trm_hw_status0
  [   11.158763] iwlwifi :00:14.3: 0x70F95E5D | trm_hw_status1
  [   11.158765] iwlwifi :00:14.3: 0xF89E9DD8 | branchlink2
  [   11.158767] iwlwifi :00:14.3: 0x8E824365 | interruptlink1
  [   11.158769] iwlwifi :00:14.3: 0xA11CEDC1 | interruptlink2
  [   11.158772] iwlwifi :00:14.3: 0xD453408A | data1
  [   11.158774] iwlwifi :00:14.3: 0x6104FDAA | data2
  [   11.158776] iwlwifi :00:14.3: 0x2FA57FCD | data3
  [   11.158778] iwlwifi :00:14.3: 0x223E6081 | beacon time
  [   11.158782] iwlwifi :00:14.3: 0x9883002E | tsf low
  [   11.158784] iwlwifi :00:14.3: 0xD775322C | tsf hi
  [   11.158787] iwlwifi :00:14.3: 0xF3C7FB94 | time gp1
  [   11.158789] iwlwifi :00:14.3: 0x9CC87DD8 | time gp2
  [   11.158792] iwlwifi :00:14.3: 0x9BBC63F8 | uCode revision type
  [   11.158795] iwlwifi :00:14.3: 0xD4E50FCC | uCode version major
  [   11.158797] iwlwifi :00:14.3: 0x393D8F98 | uCode version minor
  [   11.158800] iwlwifi :00:14.3: 0xA2515C24 | hw version
  [   11.158802] iwlwifi :00:14.3: 0x95BFE5F2 | board version
  [   11.158805] iwlwifi :00:14.3: 0x8F1D46AF | hcmd
  [   11.158808] iwlwifi :00:14.3: 0xFE7C1EF0 | isr0
  [   11.158812] iwlwifi :00:14.3: 0x853A33B9 | isr1
  [   11.158818] iwlwifi :00:14.3: 0x090774CC | isr2
  [   11.158823] iwlwifi :00:14.3: 0xAF888EB5 | isr3
  [   11.158828] iwlwifi :00:14.3: 0x4CF5429A | isr4
  [   11.158834] iwlwifi :00:14.3: 0xE0071096 | last cmd Id
  [   11.158839] iwlwifi :00:14.3: 0x0037C610 | wait_event
  [   11.158842] iwlwifi :00:14.3: 0x99169B0C | l2p_control
  [   11.158845] iwlwifi :00:14.3: 0xFFAB69F6 | l2p_duration
  [   11.158849] iwlwifi :00:14.3: 0x85E21791 | l2p_mhvalid
  [   11.158852] iwlwifi :00:14.3: 0x3E1A233B | l2p_addr_match
  [   11.158856] iwlwifi :00:14.3: 0x742EA0CC | lmpm_pmg_sel
  [   11.158859] iwlwifi :00:14.3: 0xF85BFA13 | timestamp
  [   11.158862] iwlwifi :00:14.3: 0x337C67DF | flow_handler
  [   11.158903] iwlwifi :00:14.3: Start IWL Error Log Dump:
  [   11.158906] iwlwifi :00:14.3: Status: 0x, count: 7
  [   11.158910] iwlwifi :00:14.3: 0x201013F1 | ADVANCED_SYSASSERT
  [   11.158913] iwlwifi :00:14.3: 0x | umac branchlink1
  [   11.158916] iwlwifi :00:14.3: 0xC008CF5C | umac branchlink2
  [   11.158918] iwlwifi :00:14.3: 0x | umac interruptlink1
  [   11.158922] iwlwifi :00:14.3: 0x | umac interruptlink2
  [   11.158925] iwlwifi :00:14.3: 0x0003 | umac data1
  [   11.158928] iwlwifi :00:14.3: 0x2302 | umac data2
  [   11.158931] iwlwifi :00:14.3: 0x0201 | umac data3
  [   11.158934] iwlwifi :00:14.3: 0x0030 | umac major
  [   11.158937] iwlwifi :00:14.3: 0x4FA0041F | umac minor
  [   11.158940] iwlwifi :00:14.3: 0x5CB7 | frame pointer
  [   11.158944] iwlwifi :00:14.3: 0xC0887F58 | stack pointer
  [   11.158947] iwlwifi :00:14.3: 0x | last host cmd
  [   11.158950] iwlwifi :00:14.3: 0x | isr status reg
  [   11.158968] iwlwifi :00:14.3: Fseq Registers:
  [   11.158988] iwlwifi :00:14.3: 0x0003 | FSEQ_ERROR_CODE
  [   11.159009] iwlwifi :00:14.3: 0x0026 | FSEQ_TOP_INIT_VERSION
  [   11.159014] iwlwifi :00:14.3: 0x | FSEQ_CNVIO_INIT_VERSION
  [   11.159034] iwlwifi :00:14.3: 0xA384 | FSEQ_OTP_VERSION
  [   11.159056] iwlwifi :00:14.3: 0x5C0C6AFC | FSEQ_TOP_CONTENT_VERSION
  [   11.159077] iwlwifi :00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
  [   11.159082] iwlwifi :00:14.3: 0x2302 | FSEQ_CNVI_ID
  [   11.159101] iwlwifi :00:14.3: 0x0201 | FSEQ_CNVR_ID
  [   11.159122] iwlwifi :00:14.3: 0x2302 | CNVI_AUX_MISC_CHIP
  [   11.159145] iwlwifi :00:14.3: 0x0201 | CNVR_AUX_MISC

[Kernel-packages] [Bug 1865988] Re: Performing function level reset of AMD onboard USB and audio devices causes system lockup

2020-03-04 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1865988

Title:
  Performing function level reset of AMD onboard USB and audio devices
  causes system lockup

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  $ lsb_release -rd
  Description:Ubuntu 19.10
  Release:19.10

  [Impact]

  Devices affected:

  * [1022:149c] USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 
Matisse USB 3.0 Host Controller
  * [1022:1487] Audio device [0403]: Advanced Micro Devices, Inc. [AMD] 
Starship/Matisse HD Audio Controller

  Despite advertising FLReset device capabilities, performing a function
  level reset of either of these devices causes the system to lock up.
  This is of particular issue where these devices appear in their own
  IOMMU groups and are well suited to VFIO passthrough.

  Issue was introduced in AMD's "AGESA Combo-AM4 1.0.0.4 Patch B"
  microcode update, and affects dozens of motherboard models across
  various vendors.

  Additional discussion of this issue:
  
https://www.reddit.com/r/VFIO/comments/eba5mh/workaround_patch_for_passing_through_usb_and/

  [Fix]

  Add a quirk to disable FLR on these devices.  Sample patch attached.

  [Test Case]

  Peform the test on an impacted system:

  * B350, B450, X370, X470, X570 motherboards (practically anything with an AM4 
socket);
  * Ryzen 3000-series CPU (2000-series possibly also affected);
  * BIOS/UEFI firmware that includes "AGESA Combo-AM4 1.0.0.4 Patch B" (check 
vendor release notes)

  In the above case where ':10:00.3' is the USB controller
  '1022:149c', issue a reset command

    $ echo 1 | sudo tee /sys/bus/pci/devices/\:10\:00.3/reset

  Impacted systems will not return successfully and become unstable,
  requiring a reboot.  `/var/logs/syslog` will show something resembling
  the following

    Mar  4 14:51:26 bunty kernel: [ 1745.043914] xhci_hcd :10:00.3: not 
ready 1023ms after FLR; waiting
    Mar  4 14:51:28 bunty kernel: [ 1747.091910] xhci_hcd :10:00.3: not 
ready 2047ms after FLR; waiting
    Mar  4 14:51:32 bunty kernel: [ 1750.163972] xhci_hcd :10:00.3: not 
ready 4095ms after FLR; waiting
    Mar  4 14:51:37 bunty kernel: [ 1755.283933] xhci_hcd :10:00.3: not 
ready 8191ms after FLR; waiting
    Mar  4 14:51:46 bunty kernel: [ 1764.499943] xhci_hcd :10:00.3: not 
ready 16383ms after FLR; waiting
    Mar  4 14:52:04 bunty kernel: [ 1782.164126] xhci_hcd :10:00.3: not 
ready 32767ms after FLR; waiting
    Mar  4 14:52:39 bunty kernel: [ 1816.979432] xhci_hcd :10:00.3: not 
ready 65535ms after FLR; giving up
    Mar  4 14:52:39 bunty kernel: [ 1817.978790] clocksource: timekeeping 
watchdog on CPU14: Marking clocksource 'tsc' as unstable because the skew is 
too large:
    Mar  4 14:52:39 bunty kernel: [ 1817.978806] clocksource:   
'hpet' wd_now: f63fcfe wd_last: d468894 mask: 
    Mar  4 14:52:39 bunty kernel: [ 1817.978809] clocksource:   
'tsc' cs_now: 60e67e17758 cs_last: 60d2a81ce24 mask: 
    Mar  4 14:52:39 bunty kernel: [ 1817.978818] tsc: Marking TSC unstable due 
to clocksource watchdog
    Mar  4 14:52:40 bunty kernel: [ 1817.978892] TSC found unstable after boot, 
most likely due to broken BIOS. Use 'tsc=unstable'.
    Mar  4 14:52:40 bunty kernel: [ 1817.978894] sched_clock: Marking unstable 
(1817664630139, 314261908)<-(1817981099530, -2209419)

  [Regression Risk]

  Unknown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865988/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1850184] Re: losetup -f broken in 2.0.6-1ubuntu2

2019-10-31 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1850184

Title:
  losetup -f broken in 2.0.6-1ubuntu2

Status in gcc-9 package in Ubuntu:
  New
Status in klibc package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in gcc-9 source package in Eoan:
  New
Status in klibc source package in Eoan:
  New
Status in linux source package in Eoan:
  Incomplete
Status in gcc-9 source package in Focal:
  New
Status in klibc source package in Focal:
  New
Status in linux source package in Focal:
  Incomplete

Bug description:
  [Impact]

   * sudo /usr/lib/klibc/bin/losetup -vf, which appears to be missbuilt,
  as main(argc) is reset to zero, after ioctl() operations in a function
  call, quite unexpectadly.

  [Test Case]

   * $ sudo /usr/lib/klibc/bin/losetup -vf
  Loop device is /dev/loop20
  loop: can't get info on device /dev/loop20: No such device or address

  is bad.

  Note that ioctl() must succeed, thus loop0 device must be configured
  to trigger the bug.

  
  [Regression Potential]

   * klibc is quite special, as it uses linux kernel headers/assembly.
  It seems like there is incompatibility between klibc sources, and
  gcc-9 with linux-5.3 when used to build userspace programmes.

   * disabling cf-protection and stack-clash-protection did not help.

   * building with gcc-8 does not exhibit the problem.

   * the workaround is quite simple in the code, keep a copy of argc to
  compare to it later in the code.

  [Other Info]

   * Original bug report

  http://autopkgtest.ubuntu.com/packages/c/casper/focal/amd64

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
  /autopkgtest-focal/focal/amd64/c/casper/20191025_214555_df8b8@/log.gz

  ...
  [   11.751912] EXT4-fs (sda1): mounting ext2 file system using the ext4 
subsystem
  [   11.761441] EXT4-fs (sda1): mounted filesystem without journal. Opts: 
(null)
  loop: can't get info on device /dev/loop1: No such device or address

  BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu4) built-in shell (ash)
  Enter 'help' for a list of built-in commands.

  (initramfs) + mkdir result
  + set -x
  + read LINE
  + grep -e '^--OUT .* BEGIN-- .* --END--$' qemu-output.txt
  ++ grep -q /rofs result/lsblk.txt
  grep: result/lsblk.txt: No such file or directory
  autopkgtest [21:45:45]: test boot: ---]
  autopkgtest [21:45:45]: test boot:  - - - - - - - - - - results - - - - - - - 
- - -
  boot FAIL non-zero exit status 2
  autopkgtest [21:45:45]:  summary
  boot FAIL non-zero exit status 2
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1850184/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835197] Re: bcmwl dkms won't build on 5.1.x kernels (get_ds() -> KERNEL_DS)

2019-11-02 Thread Ubuntu Foundations Team Bug Bot
The attachment "1-6.30.223.271+bdcom-0ubuntu5.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1835197

Title:
  bcmwl dkms won't build on 5.1.x kernels (get_ds() -> KERNEL_DS)

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  bcmwl dkms won't build on 5.1.x kernels

  The problem is in use of kernel's get_ds() macro which was removed
  upstream:

  #define get_ds()(KERNEL_DS)

  Instead KERNEL_DS should be used directly.

  See this patch:
  
https://nest.parrotsec.org/h0tw4t3r/broadcom-fork-5.1.0-kernel/commit/9661e61c6e42e33fb591976ec15461ad45b71104

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1835197/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1851380] Re: root can lift kernel lockdown

2019-11-05 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1851380

Title:
  root can lift kernel lockdown

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  Invalid
Status in linux source package in Bionic:
  Triaged
Status in linux source package in Disco:
  Triaged
Status in linux source package in Eoan:
  Triaged
Status in linux source package in Focal:
  In Progress

Bug description:
  SRU Justification

  Impact: The kernel lockdown support adds a sysrq to allow a physically
  present user to disable lockdown from the keyboard. A bug in the
  implementation makes it possible to also lift lockdown by writing to
  /proc/sysrq-trigger.

  Fix: Correct the logic to disallow disabling lockdown via /proc/sysrq-
  trigger.

  Test Case: Write "x" to /proc/sysrq-trigger. When working properly
  there should be no messages in dmesg about lifting lockdown, and
  lockdown restrictions (e.g. loading unsigned modules) should remain in
  effect.

  Regression Potential: Anyone using /proc/sysrq-trigger to disable
  lockdown will no longer be able to do so. Implementation bugs could
  prevent use of the sysrq from the keyboard from disabling lockdown,
  but this has been confrimed to still work with the fix in place.

  ---

  Echoing "x" into /proc/sysrq-trigger disables kernel lockdown, even
  though it shouldn't.

  If I'm not mistaken, kernel lockdown is meant to create a barrier
  between root and the kernel that can only be broken with physical
  access to the system. It is automatically enabled when the system is
  booted with UEFI Secure Boot, which is the case for me.

  This should show the bug:

  # echo "x" > /proc/sysrq-trigger
  Nov 05 14:58:15 panzersperre kernel: sysrq: SysRq :
  Nov 05 14:58:15 panzersperre kernel: This sysrq operation is disabled from 
userspace.
  Nov 05 14:58:15 panzersperre kernel: Disabling Secure Boot restrictions
  Nov 05 14:58:15 panzersperre kernel: Lifting lockdown

  Note that it first says that the operation is disabled and then performs this 
operation.
  This should only be possible by physically pressing sysrq+x on an attached 
keyboard.

  I'm doing this on 4.15.0-68-generic on Ubuntu 18.04.3 LTS.
  I have kernel.sysrq set to 1 - this is important to be able to trigger this 
bug. (But I don't think it disqualifies this issue as non-security relevant 
because root can trivially execute `sysctl kernel.sysrq=1`.)

  I first learned about this by reading a blog post
  (https://gehrcke.de/2019/09/running-an-ebpf-program-may-require-
  lifting-the-kernel-lockdown/), so I'm not the first to notice this
  behavior (even though this post doesn't say it's a bug).

  Looking through drivers/tty/sysrq.c, I guess the problem is caused by
  this if condition in __handle_sysrq:

   554   │ /* Ban synthetic events from some sysrq functionality */
   555   │ if ((from == SYSRQ_FROM_PROC || from == 
SYSRQ_FROM_SYNTHETIC) &&
   556   │ op_p->enable_mask & SYSRQ_DISABLE_USERSPACE)
   557   │ printk("This sysrq operation is disabled from 
userspace.\n");
   558   │ /*
   559   │  * Should we check for enabled operations 
(/proc/sysrq-trigger
   560   │  * should not) and is the invoked operation enabled?
   561   │  */
   562   │ if (from == SYSRQ_FROM_KERNEL || 
sysrq_on_mask(op_p->enable_mask)) {
   563   │ pr_cont("%s\n", op_p->action_msg);
   564   │ console_loglevel = orig_log_level;
   565   │ op_p->handler(key);
   566   │ } else {
   567   │ pr_cont("This sysrq operation is disabled.\n");
   568   │ }

  Note that `op_p->enable_mask & SYSRQ_DISABLE_USERSPACE` just causes a
  printk and no change of behavior.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-68-generic 4.15.0-68.77
  ProcVersionSignature: Ubuntu 4.15.0-68.77-generic 4.15.18
  Uname: Linux 4.15.0-68-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  niklas 2442 F pulseaudio
   /dev/snd/controlC0:  niklas 2442 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Nov  5 14:58:33 2019
  InstallationDate: Installed on 2015-12-11 (1424 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: LENOVO 20E8S00600
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-68-generic 
root=UUID=67485aa6-c665-4c53-bf41-328307d0cbf0 ro rootflags=subvol=@ quiet 
splash kaslr i915.alpha_support=1 vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-68-generic N/A
   linux-backports-modules-4.15.0-68-generic  N/A
   linux-firmware 1.173.11
  SourcePackage: linux
  UpgradeStatus: 

[Kernel-packages] [Bug 1850994] Re: ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs error path

2019-11-07 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1850994

Title:
  ubuntu-aufs-modified mmap_region() breaks refcounting in
  overlayfs/shiftfs error path

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Disco:
  In Progress
Status in linux source package in Eoan:
  In Progress
Status in linux source package in Focal:
  In Progress

Bug description:
  SRU Justification

  Impact: overlayfs and shiftfs both replace vma->vm_file in their mmap
  handlers. On error the original value is not restored, and the
  reference is put for the file to which vm_file points. On upstream
  kernels this is not an issue, as no callers dereference vm_file
  dereference vm_file following after call_mmap() returns an error.
  However, the aufs patchs change mmap_region() to replace the fput()
  using a local variable with vma_fput(), which will fput() vm_file,
  leading to a refcount underflow.

  Fix: Restore the original vma_file value on error.

  Test Case: See below.

  Regression Potential: Minimal. As stated above, other callers of
  call_mmap() do not dereference vma->vm_file when it returns an error,
  and the one which does is fixed by these patches.

  Notes: Supported kernels prior to disco are not affected as overlayfs
  did not support mmap until 4.19, and shiftfs was not present in Ubuntu
  kernels before disco. The issue is mitigated for overlayfs by another
  bug which is preventing unprivileged mounting; a patch for this issue
  will be sent separately.

  ---

  Tested on 19.10.

  Ubuntu's aufs kernel patch includes the following change (which I 
interestingly
  can't see in the AUFS code at
  https://github.com/sfjro/aufs5-linux/blob/master/mm/mmap.c):

  ==
  +#define vma_fput(vma)  vma_do_fput(vma, __func__, __LINE__)
  [...]
  @@ -1847,8 +1847,8 @@ unsigned long mmap_region(struct file *file, unsigned 
long addr,
  return addr;

   unmap_and_free_vma:
  +   vma_fput(vma);
  vma->vm_file = NULL;
  -   fput(file);

  /* Undo any partial mapping done by a device driver. */
  unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end);
  [...]
  +void vma_do_fput(struct vm_area_struct *vma, const char func[], int line)
  +{
  +   struct file *f = vma->vm_file, *pr = vma->vm_prfile;
  +
  +   prfile_trace(f, pr, func, line, __func__);
  +   fput(f);
  +   if (f && pr)
  +   fput(pr);
  +}
  ==

  This means that in the case where call_mmap() returns an error to 
mmap_region(),
  fput() will be called on the current value of vma->vm_file instead of the 
saved
  file pointer. This matters if the ->mmap() handler replaces ->vm_file before
  returning an error code.

  overlayfs and shiftfs do that when call_mmap() on the lower filesystem fails,
  see ovl_mmap() and shiftfs_mmap().

  To demonstrate the issue, the PoC below mounts a shiftfs that is backed by a
  FUSE filesystem with the FUSE flag FOPEN_DIRECT_IO, which causes 
fuse_file_mmap()
  to bail out with -ENODEV if MAP_SHARED is set.

  I would have used overlayfs instead, but there is an unrelated bug that makes 
it
  impossible to mount overlayfs inside a user namespace:
  Commit 82c0860106f264 ("UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower
  and upper mounts") defines SB_I_NOSUID as 0x0010, but SB_I_USERNS_VISIBLE
  already has the same value. This causes mount_too_revealing() to bail out 
with a
  WARN_ONCE().

  Note that this PoC requires the "bindfs" package and should be executed with
  "slub_debug" in the kernel commandline to get a clear crash.

  ==
  Ubuntu 19.10 user-Standard-PC-Q35-ICH9-2009 ttyS0

  user-Standard-PC-Q35-ICH9-2009 login: user
  Password:
  Last login: Fr Nov  1 23:45:36 CET 2019 on ttyS0
  Welcome to Ubuntu 19.10 (GNU/Linux 5.3.0-19-generic x86_64)

   * Documentation:  https://help.ubuntu.com
   * Management: https://landscape.canonical.com
   * Support:https://ubuntu.com/advantage

  0 updates can be installed immediately.
  0 of these updates are security updates.

  user@user-Standard-PC-Q35-ICH9-2009:~$ ls
  aufs-mmap  Documents  Music Public trace.dat
  DesktopDownloads  Pictures  Templates  Videos
  user@user-Standard-PC-Q35-ICH9-2009:~$ cd aufs-mmap/
  user@user-Standard-PC-Q35-ICH9-2009:~/aufs-mmap$ cat /proc/cmdline
  BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=f7d8d4fb-0c96-498e-b875-0b777127a332 ro console=ttyS0 slub_debug 
quiet splash vt.handoff=7
  user@user-Standard-PC-Q35-ICH9-2009:~/aufs-mmap$ cat run.sh
  #!/bin/sh
  sync
  unshare -mUr ./run2.sh
  user@user-Standard-PC-Q35-ICH9-2009:~/aufs-mmap$ cat run2.sh
  #!/bin/bash
  set -e


[Kernel-packages] [Bug 1850867] Re: refcount underflow and type confusion in shiftfs

2019-11-12 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1850867

Title:
  refcount underflow and type confusion in shiftfs

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Disco:
  Fix Committed
Status in linux source package in Eoan:
  Fix Committed
Status in linux source package in Focal:
  In Progress

Bug description:
  Tested on Ubuntu 19.10, kernel "5.3.0-19-generic #20-Ubuntu".

  Ubuntu ships a filesystem "shiftfs" in fs/shiftfs.c in the kernel tree that
  doesn't exist upstream. This filesystem can be mounted from user namespaces,
  meaning that this is attack surface from unprivileged userspace in the default
  installation.

  There are two memory safety bugs around
  shiftfs_btrfs_ioctl_fd_replace().

   Bug 1: Flawed reference counting
  

  In shiftfs_btrfs_ioctl_fd_replace() ("//" comments added by me):

  
src = fdget(oldfd);
if (!src.file)
return -EINVAL;
// src holds one reference (assuming multithreaded execution)

ret = shiftfs_real_fdget(src.file, lfd);
// lfd->file is a file* now, but shiftfs_real_fdget didn't take any
// extra references
fdput(src);
// this drops the only reference we were holding on src, and src was
// the only thing holding a reference to lfd->file. lfd->file may be
// dangling at this point.
if (ret)
return ret;

*newfd = get_unused_fd_flags(lfd->file->f_flags);
if (*newfd < 0) {
// always a no-op
fdput(*lfd);
return *newfd;
}

fd_install(*newfd, lfd->file);
// fd_install() consumes a counted reference, but we don't hold any
// counted references. so at this point, if lfd->file hasn't been freed
// yet, its refcount is one lower than it ought to be.

  [...]

// the following code is refcount-neutral, so the refcount stays one too
// low.
if (ret)
shiftfs_btrfs_ioctl_fd_restore(cmd, *lfd, *newfd, arg, v1, v2);

  
  shiftfs_real_fdget() is implemented as follows:

  static int shiftfs_real_fdget(const struct file *file, struct fd *lowerfd)
  {
struct shiftfs_file_info *file_info = file->private_data;
struct file *realfile = file_info->realfile;

lowerfd->flags = 0;
lowerfd->file = realfile;

/* Did the flags change since open? */
if (unlikely(file->f_flags & ~lowerfd->file->f_flags))
return shiftfs_change_flags(lowerfd->file, file->f_flags);

return 0;
  }

  Therefore, the following PoC will cause reference count overdecrements; I ran 
it
  with SLUB debugging enabled and got the following splat:

  ===
  user@ubuntu1910vm:~/shiftfs$ cat run.sh
  #!/bin/sh
  sync
  unshare -mUr ./run2.sh
  t run2user@ubuntu1910vm:~/shiftfs$ cat run2.sh
  #!/bin/sh
  set -e

  mkdir -p mnt/tmpfs
  mkdir -p mnt/shiftfs
  mount -t tmpfs none mnt/tmpfs
  mount -t shiftfs -o mark,passthrough=2 mnt/tmpfs mnt/shiftfs
  mount|grep shift
  touch mnt/tmpfs/foo
  gcc -o ioctl ioctl.c -Wall
  ./ioctl
  user@ubuntu1910vm:~/shiftfs$ cat ioctl.c
  #include 
  #include 
  #include 
  #include 
  #include 
  #include 

  int main(void) {
int root = open("mnt/shiftfs", O_RDONLY);
if (root == -1) err(1, "open shiftfs root");
int foofd = openat(root, "foo", O_RDONLY);
if (foofd == -1) err(1, "open foofd");
struct btrfs_ioctl_vol_args iocarg = {
  .fd = foofd
};
ioctl(root, BTRFS_IOC_SNAP_CREATE, &iocarg);
sleep(1);
void *map = mmap(NULL, 0x1000, PROT_READ, MAP_SHARED, foofd, 0);
if (map != MAP_FAILED) munmap(map, 0x1000);
  }
  user@ubuntu1910vm:~/shiftfs$ ./run.sh
  none on /home/user/shiftfs/mnt/tmpfs type tmpfs 
(rw,relatime,uid=1000,gid=1000)
  /home/user/shiftfs/mnt/tmpfs on /home/user/shiftfs/mnt/shiftfs type shiftfs 
(rw,relatime,mark,passthrough=2)
  [  183.463452] general protection fault:  [#1] SMP PTI
  [  183.467068] CPU: 1 PID: 2473 Comm: ioctl Not tainted 5.3.0-19-generic 
#20-Ubuntu
  [  183.472170] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 
1.12.0-1 04/01/2014
  [  183.476830] RIP: 0010:shiftfs_mmap+0x20/0xd0 [shiftfs]
  [  183.478524] Code: 20 cf 5d c3 c3 0f 1f 44 00 00 0f 1f 44 00 00 55 48 89 e5 
41 57 41 56 41 55 41 54 48 8b 87 c8 00 00 00 4c 8b 68 10 49 8b 45 28 <48> 83 78 
60 00 0f 84 97 00 00 00 49 89 fc 49 89 f6 48 39 be a0 00
  [  183.484585] RSP: 0018:ae48007c3d40 EFLAGS: 00010206
  [  183.486290] RAX: 6b6b6b6b6b6b6b6b RBX: 93f1fb7908a8 RCX: 
7800
  [  183.489617] RDX: 8025 RSI: 93f1fb792208 RDI: 
93f1f69fa400
  [  183.491975] RBP: ae48007c3d60 R08: 93f1fb792208 R09: 

  [  183.494311

[Kernel-packages] [Bug 1827961] Re: Lenovo dock MAC Address pass through doesn't work in Ubuntu

2019-10-07 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1827961

Title:
  Lenovo dock MAC Address pass through doesn't work in Ubuntu

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Similar to bug
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579984 the MAC
  address pass through does not work with a Lenovo Thunderbolt 3
  Workstation Dock.

  The dock's network port is recognized and working but it has its own
  MAC address even though MAC Address pass through is enabled in the
  BIOS.

  This is the dock in question:

  https://www.lenovo.com/us/en/accessories-and-monitors/top-tech
  /Thunderbolt-WS-230W-dock-US/p/40AN0230US

  and the laptop is a Lenovo P1. Debug files attached.

  
  Please let me know if further info is required.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  rauer  2107 F pulseaudio
   /dev/snd/controlC1:  rauer  2107 F pulseaudio
   /dev/snd/controlC0:  rauer  2107 F pulseaudio
  CurrentDesktop: i3
  Date: Mon May  6 19:34:26 2019
  InstallationDate: Installed on 2019-04-09 (27 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2)
  MachineType: LENOVO 20MES1WH00
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=9c2b3401-a2e2-41ae-bc22-d1de22149ee0 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2EET39W (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20MES1WH00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0Q40104 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2EET39W(1.21):bd04/15/2019:svnLENOVO:pn20MES1WH00:pvrThinkPadP1:rvnLENOVO:rn20MES1WH00:rvrSDK0Q40104WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P1
  dmi.product.name: 20MES1WH00
  dmi.product.sku: LENOVO_MT_20ME_BU_Think_FM_ThinkPad P1
  dmi.product.version: ThinkPad P1
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827961/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1855461] Re: [linux-azure] SAUCE patch to "Fix skb protocol value in tpacket_fill_skb()"

2019-12-06 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1855461

Title:
  [linux-azure] SAUCE patch to "Fix skb protocol value in
  tpacket_fill_skb()"

Status in linux-azure package in Ubuntu:
  New

Bug description:
  The actual fix for this issue would be to backport two related patches
  that were accepted upstream in Feb/March 2019.  But doing a full
  backport is complicated because of dependencies on other new code.
  The two upstream commits are:

  75c65772c3d1 ("net/packet: Ask driver for protocol if not provided by user")
  18bed89107a4 ("af_packet: fix the tx skb protocol in raw sockets with 
ETH_P_ALL")

  Instead of a full backport of these patches, a SAUCE patch was
  generated to avoid the complicated dependencies.  The SAUCE patch is
  attached to the bug.

  Microsoft and the affected customer feel this patch is pretty small
  and safe.  Microsoft and the end customer have tested the backport and
  confirmed that it solves the problem.

  Backports are needed for both the 4.15.0 and the 5.0 azure kernels
  that are used in Ubuntu 16.04 and Ubuntu 18.04 images in the Azure
  Marketplace.  The customer is using the 4.15 kernel from Ubuntu 16.04,
  so getting this fix included there is fairly high priority, though not
  “critical/emergency” level.  Getting the fix included in the 5.0
  kernel in Ubuntu 18.04 in the Azure Marketplace is low priority.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1855461/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1848883] Re: (Lenovo S130-11IGM) emmc not working in 19.04

2019-12-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1848883

Title:
  (Lenovo S130-11IGM) emmc not working in 19.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  
  I don't think this is the same issue as ;
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818407
  although I have read a lot of issues with emmc disks.

  Booting from lubuntu CD1 19.04 takes about an hour before I get to the
  desktop. The installer runs through to the partitioning sections and
  is able to see the disk, but it fails to create the partitions. The
  laptop has a 32gb emmc disk. There is some kind of timeout during boot
  on the dhpci probe. The only OS/kernel match I have got to work on
  this device is Lubuntu/18.04 4.15.0-20 (every single function works).
  After installing 18.04 there is an auto update to 4.15.0-65 but the
  touchpad stops working so I defaulted grub back to -20 (this failure
  is not caused by libinput or synaptics drivers). Neither kernels have
  a working wifi module but rtl8821ce install fixes this so not an issue
  for me.

  Attaching as many logs as I can grab.. please let me know and I'll 
happily get any other requested logging.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lubuntu1434 F pulseaudio
  CasperVersion: 1.405
  DistroRelease: Ubuntu 19.04
  IwConfig:
   enp0s21f0u1  no wireless extensions.
   
   lono wireless extensions.
  LiveMediaBuild: Lubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  MachineType: LENOVO 81J1
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash ---
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  Tags:  disco
  Uname: Linux 5.0.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/05/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 9HCN27WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0R32802WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad S130-11IGM
  dmi.modalias: 
dmi:bvnLENOVO:bvr9HCN27WW:bd09/05/2019:svnLENOVO:pn81J1:pvrLenovoideapadS130-11IGM:rvnLENOVO:rnLNVNB161216:rvrSDK0R32802WIN:cvnLENOVO:ct10:cvrLenovoideapadS130-11IGM:
  dmi.product.family: ideapad S130-11IGM
  dmi.product.name: 81J1
  dmi.product.sku: LENOVO_MT_81J1_BU_idea_FM_ideapad S130-11IGM
  dmi.product.version: Lenovo ideapad S130-11IGM
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1848883/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1856084] Re: Livelock between ZFS evict and writeback threads

2019-12-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1856084-bionic.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1856084

Title:
  Livelock between ZFS evict and writeback threads

Status in zfs-linux package in Ubuntu:
  Confirmed
Status in zfs-linux source package in Bionic:
  Confirmed
Status in zfs-linux source package in Disco:
  Confirmed
Status in zfs-linux source package in Eoan:
  Confirmed
Status in zfs-linux source package in Focal:
  Confirmed
Status in zfs-linux package in Debian:
  Unknown

Bug description:
  Livelock between ZFS evict and writeback threads

  [Impact]
  ZIO pipeline stalls, causing ZFS workloads to hang indefinitely

  [Description]
  For certain ZFS workloads, we start seeing hung task timeouts in the kernel 
logs due to zil_commit() stalling. This is due to zfs_zget() not detecting 
whether a znode has been marked for deletion before attempting to access it, 
causing a constant "retry loop" in zfs_get_data() if that znode has been 
unlinked already. An example of the stack traces follows:

  [72742.051703] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [72742.070429] mysqld  D0  5713   2881 0x0320
  [72742.073220] Call Trace:
  [72742.075305]  __schedule+0x24e/0x880
  [72742.090436]  schedule+0x2c/0x80
  [72742.090438]  schedule_preempt_disabled+0xe/0x10
  [72742.090441]  __mutex_lock.isra.5+0x276/0x4e0
  [72742.090547]  ? dmu_tx_destroy+0x105/0x130 [zfs]
  [72742.090555]  __mutex_lock_slowpath+0x13/0x20
  [72742.115374]  ? __mutex_lock_slowpath+0x13/0x20
  [72742.132266]  mutex_lock+0x2f/0x40
  [72742.134207]  zil_commit_impl+0x1b0/0x1b30 [zfs]
  [72742.150428]  ? spl_kmem_alloc+0x115/0x180 [spl]
  [72742.152622]  ? mutex_lock+0x12/0x40
  [72742.154819]  ? zfs_refcount_add_many+0x9a/0x100 [zfs]
  [72742.171450]  zil_commit+0xde/0x150 [zfs]
  [72742.173687]  zfs_fsync+0x77/0xe0 [zfs]
  [72742.175044]  zpl_fsync+0x80/0x110 [zfs]
  [72742.191690]  vfs_fsync_range+0x51/0xb0
  [72742.193876]  do_fsync+0x3d/0x70
  [72742.195126]  SyS_fsync+0x10/0x20
  [72742.211059]  do_syscall_64+0x73/0x130
  [72742.214078]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2

  It's possible to hit this issue due to a race between the ZFS evict
  and writeback threads. If the z_iput task is trying to evict a znode
  that's currently sitting in the writeback thread, both will "livelock"
  each other and stall the ZIO pipeline, causing other ZFS operations
  (such as zil_commit) to hang indefinitely.

  This has been documented and fixed upstream in PR#9583 [0]. We need to
  pull two fixes from upstream: the first one fixes the zfs_zget() issue
  in the writeback thread, while the second fixes a regression on
  O_TMPFILE descriptors caused by the first one.

  Upstream patches:
   - Break out of zfs_zget early if unlinked znode (41e1aa2a06f8)
   - Check for unlinked znodes after igrab() (0c46813805f4)

  [Test Case]
  Being a race condition, this issue has been hard to reproduce consistently. 
The racing window between evict() and the ZFS writeback thread is quite strict, 
but users have reported this to show up after some hours of running 
LXD-containerized mySQL workloads.

  [Regression Potential]
  These patches have been tested both in the ZFS test suite and in production 
environments, so the potential for further regressions should be low.
  Additional regressions would likely cause issues with the ZFS 
writeback/commit and IO pipeline, so they should be spotted fairly quickly.

  [0] https://github.com/zfsonlinux/zfs/pull/9583
  [1] https://github.com/zfsonlinux/zfs/commit/41e1aa2a06f8
  [2] https://github.com/zfsonlinux/zfs/commit/0c46813805f4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1856084/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1852756] Re: package linux-image-4.4.0-169-generic 4.4.0-169.198 failed to install/upgrade: subprocess installed post-installation script returned error exit status 135

2019-11-15 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: linux-signed (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-signed (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed in Ubuntu.
https://bugs.launchpad.net/bugs/1852756

Title:
  package linux-image-4.4.0-169-generic 4.4.0-169.198 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 135

Status in linux-signed package in Ubuntu:
  Invalid

Bug description:
  Bus error (core dumped)
  dpkg: error processing package linux-image-4.4.0-169-generic (--configure):
   subprocess installed post-installation script returned error exit status 135
  dpkg: dependency problems prevent configuration of 
linux-modules-extra-4.4.0-169-generic:
   linux-modules-extra-4.4.0-169-generic depends on 
linux-image-4.4.0-169-generic | linux-image-unsigned-4.4.0-169-generic; however:
Package linux-image-4.4.0-169-generic is not configured yet.
Package linux-image-unsigned-4.4.0-169-generic is not installed.

  dpkg: error processing package linux-modules-extra-4.4.0-169-generic 
(--configure):
   dependency problems - leaving unconfigured
  No apport report written because the error message indicates its a followup 
error from a previous failure.

dpkg: dependency problems prevent configuration of 
linux-image-generic:
   linux-image-generic depends on linux-image-4.4.0-169-generic | 
linux-image-unsigned-4.4.0-169-generic; however:
Package linux-image-4.4.0-169-generic is not configured yet.
Package linux-image-unsigned-4.4.0-169-generic is not installed.
   linux-image-generic depends on linux-modules-extra-4.4.0-169-generic; 
however:
Package linux-modules-extra-4.4.0-169-generic is not configured yet.

  dpkg: error processing package linux-image-generic (--configure):
   dependency problems - leaving unconfigured
  dpkg: dependency problems prevent configuration of linux-image-extra-virtual:
   linux-image-extra-virtual depends on linux-image-generic (= 4.4.0.169.177); 
however:
Package linux-image-generic is not configured yet.

  No apport report written because the error message indicates its a followup 
error from a previous failure.

No apport report written because MaxReports is 
reached already


  dpkg: error processing package linux-image-extra-virtual 
(--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   linux-image-4.4.0-169-generic
   linux-modules-extra-4.4.0-169-generic
   linux-image-generic
   linux-image-extra-virtual
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-169-generic 4.4.0-169.198
  ProcVersionSignature: Ubuntu 4.15.0-70.79~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-70-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.21
  AptOrdering:
   linux-image-4.4.0-169-generic: Configure
   linux-modules-extra-4.4.0-169-generic: Configure
   linux-image-generic: Configure
   linux-image-extra-virtual: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Nov 15 15:33:25 2019
  DpkgTerminalLog:
   Setting up linux-image-4.4.0-169-generic (4.4.0-169.198) ...
   Bus error (core dumped)
   dpkg: error processing package linux-image-4.4.0-169-generic (--configure):
subprocess installed post-installation script returned error exit status 135
  DuplicateSignature:
   package:linux-image-4.4.0-169-generic:4.4.0-169.198
   Setting up linux-image-4.4.0-169-generic (4.4.0-169.198) ...
   Bus error (core dumped)
   dpkg: error processing package linux-image-4.4.0-169-generic (--configure):
subprocess installed post-installation script returned error exit status 135
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 135
  InstallationDate: Installed on 2017-

[Kernel-packages] [Bug 1821632] Re: dmidecode causing system crash

2019-11-19 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-dmidecode-Only-scan-dev-mem-for-entry-point-
on-x86.patch" seems to be a patch.  If it isn't, please remove the
"patch" flag from the attachment, remove the "patch" tag, and if you are
a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dmidecode in Ubuntu.
https://bugs.launchpad.net/bugs/1821632

Title:
  dmidecode causing system crash

Status in dmidecode package in Ubuntu:
  Confirmed

Bug description:
  Please let me know what other information I can provide. Some basic
  info I've captured below.

  root@jetson-0423318029481:~# lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04
  Codename: bionic
  root@jetson-0423318029481:~# uname -a
  Linux jetson-0423318029481 4.9.108-tegra #1 SMP PREEMPT Wed Oct 31 15:17:21 
PDT 2018 aarch64 aarch64 aarch64 GNU/Linux
  root@jetson-0423318029481:~# apt-cache madison dmidecode
   dmidecode |  3.1-1 | http://ports.ubuntu.com/ubuntu-ports bionic/main 
arm64 Packages
  root@jetson-0423318029481:~# dmidecode -V
  3.1
  root@jetson-0423318029481:~# strace dmidecode
  execve("/usr/sbin/dmidecode", ["dmidecode"], 0x7fdc753060 /* 15 vars */) = 0
  brk(NULL)   = 0x559651a000
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  faccessat(AT_FDCWD, "/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  fstat(3, {st_mode=S_IFREG|0644, st_size=130516, ...}) = 0
  mmap(NULL, 130516, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f804c2000
  close(3)= 0
  faccessat(AT_FDCWD, "/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or 
directory)
  openat(AT_FDCWD, "/lib/aarch64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0\267\0\1\0\0\0 
\10\2\0\0\0\0\0"..., 832) = 832
  fstat(3, {st_mode=S_IFREG|0755, st_size=1341080, ...}) = 0
  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f8050a000
  mmap(NULL, 1409880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f80369000
  mprotect(0x7f804a9000, 61440, PROT_NONE) = 0
  mmap(0x7f804b8000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13f000) = 0x7f804b8000
  mmap(0x7f804be000, 13144, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f804be000
  close(3)= 0
  mprotect(0x7f804b8000, 16384, PROT_READ) = 0
  mprotect(0x55932d9000, 12288, PROT_READ) = 0
  mprotect(0x7f8050e000, 4096, PROT_READ) = 0
  munmap(0x7f804c2000, 130516)= 0
  fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
  brk(NULL)   = 0x559651a000
  brk(0x559653b000)   = 0x559653b000
  write(1, "# dmidecode 3.1\n", 16# dmidecode 3.1
  )   = 16
  openat(AT_FDCWD, "/sys/firmware/dmi/tables/smbios_entry_point", O_RDONLY) = 
-1 ENOENT (No such file or directory)
  openat(AT_FDCWD, "/sys/firmware/efi/systab", O_RDONLY) = -1 ENOENT (No such 
file or directory)
  openat(AT_FDCWD, "/proc/efi/systab", O_RDONLY) = -1 ENOENT (No such file or 
directory)
  write(1, "Scanning /dev/mem for entry poin"..., 35Scanning /dev/mem for entry 
point.
  ) = 35
  openat(AT_FDCWD, "/dev/mem", O_RDONLY)  = 3
  fstat(3, 

  # System hangs and reboots here.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: dmidecode 3.1-1
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-16-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Mar 25 12:15:53 2019
  Dependencies:
   gcc-8-base 8.2.0-1ubuntu2~18.04
   libc6 2.27-3ubuntu1
   libgcc1 1:8.2.0-1ubuntu2~18.04
  InstallationDate: Installed on 2019-02-28 (24 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: dmidecode
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dmidecode/+bug/1821632/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857398

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

Status in ubiquity package in Ubuntu:
  New
Status in zfs-linux package in Ubuntu:
  New

Bug description:
  zfs supports built-in encryption support, but the decision of whether
  a pool is encrypted or not must be made at pool creation time; it is
  possible to add encrypted datasets on top of an unencrypted pool but
  it is not possible to do an online change of a dataset (or a whole
  pool) to toggle encryption.

  We should therefore always install with encryption enabled on zfs
  systems, with a non-secret key by default, and allow the user to use
  'zfs change-key -o keylocation=prompt' after install to take ownership
  of the encryption and upgrade the security.

  This is also the simplest way to allow users to avoid having to choose
  between the security of full-disk encryption, and the advanced
  filesystem features of zfs since it requires no additional UX work in
  ubiquity.

  We should make sure that
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857040 is fixed
  first in the kernel so that enabling zfs encryption does not impose an
  unreasonable performance penalty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1857398/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1845959] Re: QAT drivers for C3XXX and C62X not included as modules

2020-01-24 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
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/1845959

Title:
  QAT drivers for C3XXX and C62X not included as modules

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Disco:
  Confirmed
Status in linux source package in Eoan:
  Confirmed
Status in linux source package in Focal:
  Confirmed

Bug description:
  [Impact]

  The kernel included in Ubuntu is built with the following configuration for 
the Intel® QuickAssit drivers:
  CONFIG_CRYPTO_DEV_QAT=m
  CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
  # CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
  # CONFIG_CRYPTO_DEV_QAT_C62X is not set
  CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
  # CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
  # CONFIG_CRYPTO_DEV_QAT_C62XVF is not set

  This is a request to use the following configuration that enables C3XXX, C62X 
and DH895xCC:
  CONFIG_CRYPTO_DEV_QAT=m
  CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
  CONFIG_CRYPTO_DEV_QAT_C3XXX=m
  CONFIG_CRYPTO_DEV_QAT_C62X=m
  CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
  CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m
  CONFIG_CRYPTO_DEV_QAT_C62XVF=m

  [Fix]

  Apply the attached config patch and recompile

  [Regression potential]

  Low, we are enabling some upstream drivers.

  ---

  ProblemType: Bug
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gcabiddu   1133 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.04
  InstallationDate: Installed on 2019-09-30 (0 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  IwConfig:
   enp1s0no wireless extensions.

   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=29678774-3470-4779-a7ac-591572bd23c8 ro quiet splash vt.handoff=1
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  RelatedPackageVersions:
   linux-restricted-modules-5.0.0-13-generic N/A
   linux-backports-modules-5.0.0-13-generic  N/A
   linux-firmware1.178
  RfKill:

  Tags:  disco
  Uname: Linux 5.0.0-13-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.12.0-2.fc30
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-3.1
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.12.0-2.fc30:bd04/01/2014:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-3.1:cvnQEMU:ct1:cvrpc-q35-3.1:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-3.1
  dmi.sys.vendor: QEMU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845959/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   5   6   7   8   9   10   >