[Kernel-packages] [Bug 1909895] Missing required logs.

2021-01-04 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1909895

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: breezy

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

Title:
  display standby not wakeable

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello! And all the best for 2021.

  I am quite new to this, so please excuse if I am not getting it right.

  I am sleeping with music by night. Since I changed to kernel 5.10.4 my
  system cannot be "woken up" from display standby any more. I have a
  two minutes timer of inactivity to turn my display off. Everything
  works as expected when the display is in the standby state for a
  couple of hours. But when it is in this state for over 6 hours it
  cannot be woken up again. The screen stays black, the display stays in
  standby mode.

  In the background it seems the system works fine. I can change the
  volume of the still running music, can even alt-F4 close the music
  player (Audacious).

  I am running Ubuntu 20.04.1 LTS linux 5.10.4-051004-generic Kernel
  5.10.4

  Only some of the methods shown below this posts worked on my system
  for gathering more data, ubuntu-bug linux brought an error about a non
  existent package, cat /proc/version_sig... brought an error about file
  or folder not found.

  lspci-vnvn.log is attached.

  System specs:
  AMD 2400G using APU for display output, mesa drivers libegl-mesa 
21.0~git2012200730.f9ceab~oibaf~f
  X370 chipset mainboard (biostar)
  16GB RAM DDR4 2933

  Please let me know if you need more data and how to gather it. Thank
  you!

  Rev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909895/+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 1909898] Re: No response from TouchPad in 'Acer Aspire 5 A517-52G-79Z5' after installing Ubuntu 20.04.1 LTS

2021-01-04 Thread Po-Hsu Lin
Hello,

does it work if you edit your grub file /etc/default/grub with:
  sudo nano /etc/default/grub

And add the "i8042.reset" option in the following line, to change it from:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

into something like:
  GRUB_CMDLINE_LINUX_DEFAULT="i8042.reset quiet splash"

Save the file and exit, then execute:
 sudo update-grub

Please attach the dmesg output after reboot with this option added to
your grub. Thanks!

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

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

Title:
  No response from TouchPad in 'Acer Aspire 5 A517-52G-79Z5' after
  installing Ubuntu 20.04.1 LTS

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If I remember correctly the touchpad was already not responding when
  booting into Ubuntu from USB stick.

  I followed the guidline
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo.
  Unfortunately, I have not found the manufacturer of the touchpad. In
  the

  cat /proc/bus/input/devices > ~/devices

  output I could not find any 'touchpad' entry. Output file 'devices' is
  attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-58-generic 5.4.0-58.64
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.14
  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 Jan  3 12:35:18 2021
  InstallationDate: Installed on 2021-01-02 (0 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire A517-52G
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-58-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/02/2020
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.04
  dmi.board.asset.tag: Type2 - Board Chassis Location
  dmi.board.name: Jasmine_TL
  dmi.board.vendor: TGL
  dmi.board.version: V1.04
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.04
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.04:bd11/02/2020:svnAcer:pnAspireA517-52G:pvrV1.04:rvnTGL:rnJasmine_TL:rvrV1.04:cvnAcer:ct10:cvrV1.04:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A517-52G
  dmi.product.sku: 
  dmi.product.version: V1.04
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909898/+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 1908801] [NEW] Acer Aspire E15 E5-511-POBM laptop internal keyboard & touchpad not working in kernel 5.4.0-54, but 5.4.0-42 works

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

A fresh install of 20.04 from the live USB doesn't see internal keyboard
or touchpad input on my Acer Aspire E15 E5-511-POBM. After much private
investigation to no avail
(https://askubuntu.com/questions/1275809/ubuntu-20-04-lts-laptop-
internal-keyboard-and-touchpad-no-longer-work), I am prepared to assert
this as a bug. I'll restate the relevant info here, but see the link for
a more chronological account. And I guess, for what it's worth, I would
also assert that this is reproducible by installing 20.04 on my specific
laptop model.

So, I boot up the laptop. I'm presented with GRUB boot menu. At this
point the keyboard works, and if I choose advanced options and boot into
a root shell I can type commands and do things that way as a last
resort. However, all the problems seem to begin right from the start of
the graphical session, even the login screen. This, in accordance with
the instruction of
https://wiki.ubuntu.com/Bugs/FindRightPackage#At_the_login_screen, is
why I've filed this as a bug in gdm3. As I couldn't run the graphical
bug program in Ubuntu, I ran the CLI in the root shell and attached the
apport file here. I've tried to follow the relevant steps, but this is
my first bug report so apologies if something is wrong.

I first noticed this problem a few weeks after upgrading 18.04 to 20.04.
Yes, for the first few weeks of using 20.04, there were no problems. And
then, one day, I booted up and the keyboard and touchpad spontaneously
stopped working. This was mysterious because to my memory I hadn't done
any major upgrade or change to any part of the system the previous day.

When the system is asleep / suspended, pressing a key or the touchpad
easily wakes it up -- after which, they refuse to work again.

The brightness key combos (Fn+←/→) and one that turns off the screen
(Fn+F6) do work, but others such as volume (Fn+↑/↓) do not work.

I see all expected key output when I run `sudo libinput debug-events
--device /dev/input/event4 --show-keycodes` and type keys.

When I plug in an external USB keyboard and mouse, they work correctly
while the internal keyboard and touchpad remain the same.

Outside of those specific situations, absolutely no internal keyboard
input -- not even Ctrl+Alt+Del or Ctrl+Alt+F2 VT switching, let alone
ordinary typing -- has any effect, and same with the touchpad.

When I haven't had an external keyboard available I've used the on-
screen keyboard to painstakingly run terminal commands by clicking each
letter. However, sometimes the on-screen keyboard also stops sending
keystrokes. The only concrete situation I can report is what I saw after
resuming the system from sleep by opening the lid: at the login prompt
on the lock screen, the onscreen keyboard came up, but didn't do
anything when keys were clicked, forcing me to reboot.

I had the following message in my `journalctl -b` logs:
```
The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: > Warning:  
Unsupported maximum keycode 569, clipping.
Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: >   X11 
cannot support keycodes above 255.
Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: > Internal error:   Could 
not resolve keysym Invalid
Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: Errors from xkbcomp are 
not fatal to the X server
```
This looks like it should have something to do with the keyboard issue. If it 
doesn't, then what is its significance?

When I first investigated, I was on kernel 5.0.47. When I selected
4.15.0-112 in the boot menu, everything was fine again; keyboard and
touchpad working. I also found everything working fine on the install
USB demo. Yet when I did a fresh reinstall of Ubuntu from the USB, the
keyboard and touchpad did not work. This was now kernel 5.4.0-54.

Fortunately, switching down to 5.4.0-42 fixes my keyboard and touchpad
problems, but I've no idea how long this will last (whether the problem
is intermittent or can be relied upon to stay this way). Also, this was
after my reinstall -- I did try this kernel on my previous install, and
back then it only fixed the keyboard without the touchpad!

After installing lightdm alongside gdm, I see that lightdm actually sees
my touchpad on 5.4.0-54, but still not my keyboard.

How can it be OK in the Live USB Demo but not the OS it installs? And
why did switching down to those old kernel versions fix my problems if
the problems only happened in the GUI and not the root console? What on
earth is the connection between the kernel and GNOME's input handling
... downstream of an apparently working libinput??

Further, what is common between gdm and lightdm that, in some way
related to the kernel, causes neither to recognise keyboard input? And
what do they do differently such that lightdm sees touchpad input?

Ideally I'd want to know the different stages in the lifecycle of an
event, say a keystroke -- post-li

[Kernel-packages] [Bug 1895342] Re: Acer Aspire E15 keyboard and trackpad non functional after update to vmlinuz-5.4.0-47-generic

2021-01-04 Thread Daniel van Vugt
** Tags added: regression-update

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

Title:
  Acer Aspire E15 keyboard and trackpad non functional after update to
  vmlinuz-5.4.0-47-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Have an Acer Aspire E15 running Kubuntu 20.04

  Expect: Trackpad and keyboard to work after boot to WM login.

  What Happens: Trackpad/keyboard unresponsive after WM starts.

  Recently ( within last month)  an update has caused the trackpad and
  keyboard to stop being detected after the WM starts and autologin is
  complete.

  Ive reinstalled which puts me at vmlinuz-5.4.0-26-generic, and the
  trackpad/keyboard worked normally. After updating to
  vmlinuz-5.4.0-47-generic and rebooting problem reoccurs.

  Booting to console: keyboard works normally. 
  Booting via Ubuntu advanced options to 5.4.0-26: Keyboard/trackpad works 
normally.

  Some Fn buttons work after login, but only ones monitored by firmware
  (E.g. screen brightness works, volume control doesn't)

  neil@neil-Aspire-E5-511:~$ lsb_release -rd
  Description:Ubuntu 20.04.1 LTS
  Release:20.04

  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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  neil943 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Fri Sep 11 19:20:04 2020
  InstallationDate: Installed on 2020-09-10 (1 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Acer Aspire E5-511
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-26-generic 
root=UUID=7c62eb69-2b7c-4aea-a384-1460d6533ecd ro rootflags=subvol=@ 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.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/09/2015
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.10
  dmi.board.name: Aspire E5-511
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAcer:bvrV1.10:bd09/09/2015:svnAcer:pnAspireE5-511:pvrV1.10:rvnAcer:rnAspireE5-511:rvrV1.10:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.family: Bay Trail-M System
  dmi.product.name: Aspire E5-511
  dmi.product.sku: Aspire E5-511_0905_V1.10
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895342/+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 1908801] Re: Acer Aspire E15 E5-511-POBM laptop internal keyboard & touchpad not working in kernel 5.4.0-54, but 5.4.0-42 works

2021-01-04 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1895342 ***
https://bugs.launchpad.net/bugs/1895342

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1895342, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** Summary changed:

- Acer laptop internal keyboard & touchpad not working
+ Acer Aspire E15 E5-511-POBM laptop internal keyboard & touchpad not working 
in kernel 5.4.0-54, but 5.4.0-42 works

** Package changed: gdm3 (Ubuntu) => linux (Ubuntu)

** This bug has been marked a duplicate of bug 1895342
   Acer Aspire E15 keyboard and trackpad non functional after update to 
vmlinuz-5.4.0-47-generic

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

Title:
  Acer Aspire E15 E5-511-POBM laptop internal keyboard & touchpad not
  working in kernel 5.4.0-54, but 5.4.0-42 works

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  A fresh install of 20.04 from the live USB doesn't see internal
  keyboard or touchpad input on my Acer Aspire E15 E5-511-POBM. After
  much private investigation to no avail
  (https://askubuntu.com/questions/1275809/ubuntu-20-04-lts-laptop-
  internal-keyboard-and-touchpad-no-longer-work), I am prepared to
  assert this as a bug. I'll restate the relevant info here, but see the
  link for a more chronological account. And I guess, for what it's
  worth, I would also assert that this is reproducible by installing
  20.04 on my specific laptop model.

  So, I boot up the laptop. I'm presented with GRUB boot menu. At this
  point the keyboard works, and if I choose advanced options and boot
  into a root shell I can type commands and do things that way as a last
  resort. However, all the problems seem to begin right from the start
  of the graphical session, even the login screen. This, in accordance
  with the instruction of
  https://wiki.ubuntu.com/Bugs/FindRightPackage#At_the_login_screen, is
  why I've filed this as a bug in gdm3. As I couldn't run the graphical
  bug program in Ubuntu, I ran the CLI in the root shell and attached
  the apport file here. I've tried to follow the relevant steps, but
  this is my first bug report so apologies if something is wrong.

  I first noticed this problem a few weeks after upgrading 18.04 to
  20.04. Yes, for the first few weeks of using 20.04, there were no
  problems. And then, one day, I booted up and the keyboard and touchpad
  spontaneously stopped working. This was mysterious because to my
  memory I hadn't done any major upgrade or change to any part of the
  system the previous day.

  When the system is asleep / suspended, pressing a key or the touchpad
  easily wakes it up -- after which, they refuse to work again.

  The brightness key combos (Fn+←/→) and one that turns off the screen
  (Fn+F6) do work, but others such as volume (Fn+↑/↓) do not work.

  I see all expected key output when I run `sudo libinput debug-events
  --device /dev/input/event4 --show-keycodes` and type keys.

  When I plug in an external USB keyboard and mouse, they work correctly
  while the internal keyboard and touchpad remain the same.

  Outside of those specific situations, absolutely no internal keyboard
  input -- not even Ctrl+Alt+Del or Ctrl+Alt+F2 VT switching, let alone
  ordinary typing -- has any effect, and same with the touchpad.

  When I haven't had an external keyboard available I've used the on-
  screen keyboard to painstakingly run terminal commands by clicking
  each letter. However, sometimes the on-screen keyboard also stops
  sending keystrokes. The only concrete situation I can report is what I
  saw after resuming the system from sleep by opening the lid: at the
  login prompt on the lock screen, the onscreen keyboard came up, but
  didn't do anything when keys were clicked, forcing me to reboot.

  I had the following message in my `journalctl -b` logs:
  ```
  The XKEYBOARD keymap compiler (xkbcomp) reports:
  Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: > Warning:  
Unsupported maximum keycode 569, clipping.
  Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: >   X11 
cannot support keycodes above 255.
  Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: > Internal error:   
Could not resolve keysym Invalid
  Sep 17 11:36:20 joel-Aspire-E5-511 gnome-shell[1575]: Errors from xkbcomp are 
not fatal to the X server
  ```
  This looks like it should have something to do with the keyboard issue. If it 
doesn't, then what is its significance?

  When I first investigated, I was on kernel 5.0

[Kernel-packages] [Bug 1909131] [NEW] [radeon] wayland - cursor is not affected by night light mode

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Even with the night light mode activated, the cursor remains blue (the
filter is not applied).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 23 14:54:37 2020
DistUpgraded: 2020-10-23 13:38:17,737 DEBUG /openCache(), new cache size 66390
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000] [1002:9616] 
(prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd RS780L [Radeon 3000] [1458:d000]
InstallationDate: Installed on 2020-07-24 (151 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=b12510e7-1702-4d36-80bc-11251ef87185 ro quiet splash radeon.audio=1 
vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to focal on 2020-10-23 (61 days ago)
acpidump: Error: command ['pkexec', '/usr/share/apport/dump_acpi_tables.py'] 
failed with exit code 126: Error executing command as another user: Request 
dismissed
dmi.bios.date: 11/25/2014
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: GA-78LMT-USB3 6.0
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: SEx
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd11/25/2014:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-USB36.0:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-USB36.0:rvrSEx:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-78LMT-USB3 6.0
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug corruption focal ubuntu wayland-session
-- 
[radeon] wayland - cursor is not affected by night light mode
https://bugs.launchpad.net/bugs/1909131
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1909131] Re: [radeon] wayland - cursor is not affected by night light mode

2021-01-04 Thread Daniel van Vugt
** Summary changed:

- wayland - cursor is not affected by night light mode
+ [radeon] wayland - cursor is not affected by night light mode

** Package changed: wayland (Ubuntu) => linux (Ubuntu)

** No longer affects: gnome-session (Ubuntu)

** Tags added: radeon

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

Title:
  [radeon] wayland - cursor is not affected by night light mode

Status in linux package in Ubuntu:
  New

Bug description:
  Even with the night light mode activated, the cursor remains blue (the
  filter is not applied).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec 23 14:54:37 2020
  DistUpgraded: 2020-10-23 13:38:17,737 DEBUG /openCache(), new cache size 66390
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000] [1002:9616] 
(prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd RS780L [Radeon 3000] [1458:d000]
  InstallationDate: Installed on 2020-07-24 (151 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=b12510e7-1702-4d36-80bc-11251ef87185 ro quiet splash radeon.audio=1 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-10-23 (61 days ago)
  acpidump: Error: command ['pkexec', '/usr/share/apport/dump_acpi_tables.py'] 
failed with exit code 126: Error executing command as another user: Request 
dismissed
  dmi.bios.date: 11/25/2014
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-78LMT-USB3 6.0
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: SEx
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd11/25/2014:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-USB36.0:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-USB36.0:rvrSEx:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-USB3 6.0
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909131/+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 1873052] Re: Showing two cursors after login

2021-01-04 Thread Daniel van Vugt
** Tags added: groovy

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

Title:
  Showing two cursors after login

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in mutter package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  In Progress
Status in gnome-shell source package in Focal:
  Confirmed
Status in linux source package in Focal:
  Confirmed
Status in mutter source package in Focal:
  Confirmed
Status in xorg-server source package in Focal:
  Confirmed

Bug description:
  Showing two cursors after login to ubuntu-desktop.

  One cursor moves and is scaled, and one is stationary mid screen and
  not scaled.

  The moving cursor does not appear on screenshots, making it difficult
  to upload a screenshot.

  Previously reported:
  https://gitlab.gnome.org/GNOME/mutter/issues/904
  https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1827428

  Package: mutter 3.36.1-3ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.1-4ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 15 20:06:53 2020
  DisplayManager: gdm3
  RelatedPackageVersions: mutter-common 3.36.1-3ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: Upgraded to focal on 2020-03-31 (15 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1873052/+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 1909241] Re: Unreadable text with two monitors

2021-01-04 Thread Daniel van Vugt
There doesn't seem to be any external monitor connected in the attached
files. Please attach it and then run:

  xrandr --verbose > xrandr2.txt

and attach the resulting text file to this bug.


** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

** Also affects: nvidia-graphics-drivers-450 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-450 (Ubuntu)
   Status: New => Incomplete

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

Title:
  Unreadable text with two monitors

Status in nvidia-graphics-drivers-450 package in Ubuntu:
  Incomplete
Status in xorg-server package in Ubuntu:
  Incomplete

Bug description:
  - Machine: Dell 15 Inspiron Gaming Laptop (7567)
  - External 1080p60 monitor connected (recognized by X as 1080i60). Changing 
resolution manually fixes the resolution until next reboot.

  When external monitor is already connected before boot, and turning
  system on, X calculates wrong resolution/dpi for the monitors,
  rendering fonts very small. On default Gnome3 desktop, only the window
  titles are affected. On Kubuntu, all SDDM items and several desktop
  resources are affected too, rendering Kubuntu desktop unusable.

  Running gome-tricks applet restore font size when clicking on "Fonts" and 
changing font sizes.
  On Kubuntu, changing font settings does not have any effect. One can run on a 
root terminal "xrandr --dpi 96" as a workaround. But it solves only for the 
next window opening of a program.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  450.80.02  Wed Sep 23 
01:13:39 UTC 2020
   GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Dec 24 11:50:44 2020
  DistUpgraded: 2020-08-23 11:50:00,001 DEBUG icon theme changed, re-reading
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 450.80.02, 5.4.0-48-generic, x86_64: installed
   nvidia, 450.80.02, 5.4.0-56-generic, x86_64: installed
   nvidia, 450.80.02, 5.4.0-58-generic, x86_64: installed
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation HD Graphics 630 [8086:591b] (rev 04) (prog-if 00 [VGA 
controller])
 Subsystem: Dell HD Graphics 630 [1028:0798]
   NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: Dell GP107M [GeForce GTX 1050 Ti Mobile] [1028:0798]
  InstallationDate: Installed on 2020-03-22 (277 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 0cf3:e007 Qualcomm Atheros Communications 
   Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
   Bus 001 Device 004: ID 0c45:6a06 Microdia Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 15 7000 Gaming
  ProcEnviron:
   LANGUAGE=pt_BR:
   PATH=(custom, no user)
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=0a93686d-0008-4b58-8574-fe382bc8eda1 ro locale=pt_BR quiet splash 
intel_iommu=on vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to focal on 2020-08-23 (123 days ago)
  dmi.bios.date: 06/19/2020
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.12.1
  dmi.board.name: 0P84C9
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.asset.tag: H70NVN2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:b

[Kernel-packages] [Bug 1909131] Status changed to Confirmed

2021-01-04 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  [radeon] wayland - cursor is not affected by night light mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Even with the night light mode activated, the cursor remains blue (the
  filter is not applied).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Dec 23 14:54:37 2020
  DistUpgraded: 2020-10-23 13:38:17,737 DEBUG /openCache(), new cache size 66390
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000] [1002:9616] 
(prog-if 00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd RS780L [Radeon 3000] [1458:d000]
  InstallationDate: Installed on 2020-07-24 (151 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Gigabyte Technology Co., Ltd. GA-78LMT-USB3 6.0
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=b12510e7-1702-4d36-80bc-11251ef87185 ro quiet splash radeon.audio=1 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to focal on 2020-10-23 (61 days ago)
  acpidump: Error: command ['pkexec', '/usr/share/apport/dump_acpi_tables.py'] 
failed with exit code 126: Error executing command as another user: Request 
dismissed
  dmi.bios.date: 11/25/2014
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-78LMT-USB3 6.0
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: SEx
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd11/25/2014:svnGigabyteTechnologyCo.,Ltd.:pnGA-78LMT-USB36.0:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-78LMT-USB36.0:rvrSEx:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-78LMT-USB3 6.0
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909131/+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 1909352] [NEW] [nvidia] (1) video hangs or (2) screen goes blank and case fan turns on

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Recover system by press and release reset switch.  Log in again.

Had these issues with Ubuntu 18.04.  Updated to Nvidia drivers and issues 
resolved.  Updated to 20.04.1 and issues have returned.  Checked and see that 
Nvidia drivers newer than those packaged for use.  Available at Nvidia / Newest 
package and in use:
  GeForce Game Ready Driver
  LINUX X64 (AMD64/EM64T) DISPLAY DRIVER
  Driver Version: 455.45 - Release Date: Tue Nov 17, 2020
  
  GeForce Game Ready Driver
  LINUX X64 (AMD64/EM64T) DISPLAY DRIVER
  Driver Version: 455.38 - Release Date: Thu Oct 29, 2020

Hopefully the command
ubuntu-bug xorg
attached all the information you may need.

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

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
.proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
.proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  455.38  Thu Oct 22 06:06:59 
UTC 2020
 GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.11-0ubuntu27.13
Architecture: amd64
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 26 09:54:40 2020
DistUpgraded: 2020-10-02 13:11:28,665 DEBUG icon theme changed, re-reading
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 455.38, 5.4.0-56-generic, x86_64: installed
 nvidia, 455.38, 5.4.0-58-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GP107 [GeForce GTX 1050] [10de:1c81] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: eVga.com. Corp. GP107 [GeForce GTX 1050] [3842:6150]
InstallationDate: Installed on 2018-03-03 (1029 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
MachineType: Gigabyte Technology Co., Ltd. AB350-Gaming 3
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=fc7c6eeb-fbb0-4f6c-8815-349d9ff6efd6 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to focal on 2020-10-02 (84 days ago)
dmi.bios.date: 08/18/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F8
dmi.board.asset.tag: Default string
dmi.board.name: AB350-Gaming 3-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.:bvrF8:bd08/18/2017:svnGigabyteTechnologyCo.,Ltd.:pnAB350-Gaming3:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350-Gaming3-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: AB350-Gaming 3
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~20.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
xserver.bootTime: Sat Dec 26 08:48:35 2020
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.20.8-2ubuntu2.6

** Affects: nvidia-graphics-drivers-455 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal nvidia ubuntu
-- 
[nvidia] (1) video hangs or (2) screen goes blank and case fan turns on
https://bugs.launchpad.net/bugs/1909352
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to nvidia-graphics-drivers-455 in Ubuntu.

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

[Kernel-packages] [Bug 1909352] Re: (1) video hangs or (2) screen goes blank and case fan turns on

2021-01-04 Thread Daniel van Vugt
It sounds like something is crashing or spinning. Also the attached Xorg
logs seem to be from 2019, which is confusing. So those should be
ignored... Please:

1. Run this command:

   journalctl -b0 > journal.txt

   and attach the resulting text file here.

2. Follow these instructions to check for crashes:

https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

** Tags added: nvidia

** Summary changed:

- (1) video hangs or (2) screen goes blank and case fan turns on
+ [nvidia] (1) video hangs or (2) screen goes blank and case fan turns on

** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-455
(Ubuntu)

** Changed in: nvidia-graphics-drivers-455 (Ubuntu)
   Status: New => Incomplete

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

Title:
  [nvidia] (1) video hangs or (2) screen goes blank and case fan turns
  on

Status in nvidia-graphics-drivers-455 package in Ubuntu:
  Incomplete

Bug description:
  Recover system by press and release reset switch.  Log in again.

  Had these issues with Ubuntu 18.04.  Updated to Nvidia drivers and issues 
resolved.  Updated to 20.04.1 and issues have returned.  Checked and see that 
Nvidia drivers newer than those packaged for use.  Available at Nvidia / Newest 
package and in use:
GeForce Game Ready Driver
LINUX X64 (AMD64/EM64T) DISPLAY DRIVER
Driver Version: 455.45 - Release Date: Tue Nov 17, 2020

GeForce Game Ready Driver
LINUX X64 (AMD64/EM64T) DISPLAY DRIVER
Driver Version: 455.38 - Release Date: Thu Oct 29, 2020

  Hopefully the command
  ubuntu-bug xorg
  attached all the information you may need.

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

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..09.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:09:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  455.38  Thu Oct 22 06:06:59 
UTC 2020
   GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec 26 09:54:40 2020
  DistUpgraded: 2020-10-02 13:11:28,665 DEBUG icon theme changed, re-reading
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 455.38, 5.4.0-56-generic, x86_64: installed
   nvidia, 455.38, 5.4.0-58-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GP107 [GeForce GTX 1050] [10de:1c81] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. GP107 [GeForce GTX 1050] [3842:6150]
  InstallationDate: Installed on 2018-03-03 (1029 days ago)
  InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
  MachineType: Gigabyte Technology Co., Ltd. AB350-Gaming 3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=fc7c6eeb-fbb0-4f6c-8815-349d9ff6efd6 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to focal on 2020-10-02 (84 days ago)
  dmi.bios.date: 08/18/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350-Gaming 3-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.:bvrF8:bd08/18/2017:svnGigabyteTechnologyCo.,Ltd.:pnAB350-Gaming3:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350-Gaming3-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350-Gaming 3
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl

[Kernel-packages] [Bug 1909895] Re: display standby not wakeable

2021-01-04 Thread RevAngel
apport information

** Tags added: apport-collected focal

** Description changed:

  Hello! And all the best for 2021.
  
  I am quite new to this, so please excuse if I am not getting it right.
  
  I am sleeping with music by night. Since I changed to kernel 5.10.4 my
  system cannot be "woken up" from display standby any more. I have a two
  minutes timer of inactivity to turn my display off. Everything works as
  expected when the display is in the standby state for a couple of hours.
  But when it is in this state for over 6 hours it cannot be woken up
  again. The screen stays black, the display stays in standby mode.
  
  In the background it seems the system works fine. I can change the
  volume of the still running music, can even alt-F4 close the music
  player (Audacious).
  
  I am running Ubuntu 20.04.1 LTS linux 5.10.4-051004-generic Kernel
  5.10.4
  
  Only some of the methods shown below this posts worked on my system for
  gathering more data, ubuntu-bug linux brought an error about a non
  existent package, cat /proc/version_sig... brought an error about file
  or folder not found.
  
  lspci-vnvn.log is attached.
  
  System specs:
  AMD 2400G using APU for display output, mesa drivers libegl-mesa 
21.0~git2012200730.f9ceab~oibaf~f
  X370 chipset mainboard (biostar)
  16GB RAM DDR4 2933
  
  Please let me know if you need more data and how to gather it. Thank
  you!
  
  Rev
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.14
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2019-08-28 (494 days ago)
+ InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ Tags:  focal
+ Uname: Linux 5.10.4-051004-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to focal on 2020-04-24 (255 days ago)
+ UserGroups: adm audio cdrom dialout dip fax lpadmin plugdev sambashare saned 
scanner sudo
+ _MarkForUpload: True

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1909895/+attachment/5449174/+files/ProcCpuinfoMinimal.txt

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

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

Title:
  display standby not wakeable

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello! And all the best for 2021.

  I am quite new to this, so please excuse if I am not getting it right.

  I am sleeping with music by night. Since I changed to kernel 5.10.4 my
  system cannot be "woken up" from display standby any more. I have a
  two minutes timer of inactivity to turn my display off. Everything
  works as expected when the display is in the standby state for a
  couple of hours. But when it is in this state for over 6 hours it
  cannot be woken up again. The screen stays black, the display stays in
  standby mode.

  In the background it seems the system works fine. I can change the
  volume of the still running music, can even alt-F4 close the music
  player (Audacious).

  I am running Ubuntu 20.04.1 LTS linux 5.10.4-051004-generic Kernel
  5.10.4

  Only some of the methods shown below this posts worked on my system
  for gathering more data, ubuntu-bug linux brought an error about a non
  existent package, cat /proc/version_sig... brought an error about file
  or folder not found.

  lspci-vnvn.log is attached.

  System specs:
  AMD 2400G using APU for display output, mesa drivers libegl-mesa 
21.0~git2012200730.f9ceab~oibaf~f
  X370 chipset mainboard (biostar)
  16GB RAM DDR4 2933

  Please let me know if you need more data and how to gather it. Thank
  you!

  Rev
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-08-28 (494 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Tags:  focal
  Uname: Linux 5.10.4-051004-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to focal on 2020-04-24 (255 days ago)
  UserGroups: adm audio cdrom dialout dip fax lpadmin plugdev sambashare saned 
scanner sudo
  _MarkForUpload: True

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscri

[Kernel-packages] [Bug 1908713] Re: Fix suspend error of SOF driver

2021-01-04 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Fix suspend error of SOF driver

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  SOF driver in oem-5.6 kernel tries to access HDA codec register when the
  codec is already suspended. This may freeze suspend.

  [Fix]
  Revert HDA codec PM direct-complete optimization.
  The same suspend optimization works perfectly on 5.8 and 5.10 kernel, so
  something's wrong in the SOF driver in oem-5.6. However, SOF in oem-5.6
  is in Frankenstein state so we better not touch it.

  [Test]
  Suspend a laptop with SOF driver, it can take 30 seconds to suspend, or
  worse, it freezes.

  With the patch applied, it can suspend in 1 second.

  [Regression Risk]
  For HDA codecs that benefit from this PM optimization, it'll take longer
  to suspend and resume. Nothing else changes other than that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908713/+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 1908501] Re: Sub-tests in kselftest/net/udpgro.sh is failing with "./udpgso_bench_rx: poll: 0x0 expected 0x1"

2021-01-04 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  Sub-tests in kselftest/net/udpgro.sh is failing with
  "./udpgso_bench_rx: poll: 0x0 expected 0x1"

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  In Progress
Status in linux-oem-5.6 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  Sub test cases in kselftest/net/udpgro.sh is failing with:
  ./udpgso_bench_rx: poll: 0x0 expected 0x1

  Complete test output of a sub test case:
   multiple GRO socks
  BTF debug data section '.BTF' rejected: Invalid argument (22)!
   - Length: 568
  Verifier analysis:

  magic: 0xeb9f
  version: 1
  flags: 0x0
  hdr_len: 24
  type_off: 0
  type_len: 256
  str_off: 256
  str_len: 288
  btf_total_size: 568
  [1] PTR (anon) type_id=2
  [2] STRUCT xdp_md size=20 vlen=5
   data type_id=3 bits_offset=0
   data_end type_id=3 bits_offset=32
   data_meta type_id=3 bits_offset=64
   ingress_ifindex type_id=3 bits_offset=96
   rx_queue_index type_id=3 bits_offset=128
  [3] TYPEDEF __u32 type_id=4
  [4] INT unsigned int size=4 bits_offset=0 nr_bits=32 encoding=(none)
  [5] FUNC_PROTO (anon) return=6 args=(1 ctx)
  [6] INT int size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
  [7] FUNC xdp_dummy_prog type_id=5
  [8] INT char size=1 bits_offset=0 nr_bits=8 encoding=SIGNED
  [9] ARRAY (anon) type_id=8 index_type_id=10 nr_elems=4
  [10] INT __ARRAY_SIZE_TYPE__ size=4 bits_offset=0 nr_bits=32 encoding=(none)
  [11] VAR _license type_id=9 linkage=1
  [12] DATASEC license size=0 vlen=1 size == 0

  ./udpgso_bench_rx: poll: 0x0 expected 0x1

  ./udpgso_bench_rx: poll: 0x0 expected 0x1

  failed

  It's a bit hard to spot this as the udpgro.sh will return 0 even with
  these failures present (bug 1908499)

  [Fix]
  * 38bf8cd821be29 ("selftests: fix poll error in udpgro.sh")

  We have this test case since Focal
  This patch can be cherry-picked into all the affected releases.

  [Test Case]
  Run the kselftest/net/udpgro.sh as root.

  It will no longer complaining about this error message anymore:
   ./udpgso_bench_rx: poll: 0x0 expected 0x1

   multiple GRO socks
  BTF debug data section '.BTF' rejected: Invalid argument (22)!
   - Length:   568
  Verifier analysis:

  magic: 0xeb9f
  version: 1
  flags: 0x0
  hdr_len: 24
  type_off: 0
  type_len: 256
  str_off: 256
  str_len: 288
  btf_total_size: 568
  [1] PTR (anon) type_id=2
  [2] STRUCT xdp_md size=20 vlen=5
   data type_id=3 bits_offset=0
   data_end type_id=3 bits_offset=32
   data_meta type_id=3 bits_offset=64
   ingress_ifindex type_id=3 bits_offset=96
   rx_queue_index type_id=3 bits_offset=128
  [3] TYPEDEF __u32 type_id=4
  [4] INT unsigned int size=4 bits_offset=0 nr_bits=32 encoding=(none)
  [5] FUNC_PROTO (anon) return=6 args=(1 ctx)
  [6] INT int size=4 bits_offset=0 nr_bits=32 encoding=SIGNED
  [7] FUNC xdp_dummy_prog type_id=5
  [8] INT char size=1 bits_offset=0 nr_bits=8 encoding=SIGNED
  [9] ARRAY (anon) type_id=8 index_type_id=10 nr_elems=4
  [10] INT __ARRAY_SIZE_TYPE__ size=4 bits_offset=0 nr_bits=32 encoding=(none)
  [11] VAR _license type_id=9 linkage=1
  [12] DATASEC license size=0 vlen=1 size == 0

  ok

  [Where problems could occur]
  The fix is limited to testing tools, no actual affect to the kernel. The 
possible issue is that this patch is incorrect and it will make us ignore the 
real issue in the kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1908501/+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 1908498] Re: ip_defrag.sh in net from ubuntu_kernel_selftests failed with Resource temporarily unavailable on F-oem-5.6

2021-01-04 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  ip_defrag.sh in net from ubuntu_kernel_selftests failed with Resource
  temporarily unavailable on F-oem-5.6

Status in ubuntu-kernel-tests:
  In Progress
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Failure to run ip_defrag deterministically.
   # selftests: net: ip_defrag.sh
   # ipv4 defrag
   # PASS
   # seed = 1608066927
   # ipv4 defrag with overlaps
   # PASS
   # seed = 1608066928
   # ipv6 defrag
   # PASS
   # seed = 1608066933
   # ipv6 defrag with overlaps
   # PASS
   # seed = 1608066933
   # ipv6 nf_conntrack defrag
   # seed = 1608066941
   # ./ip_defrag: recv: payload_len = 9990 max_frag_len = 8: Resource 
temporarily unavailable
   not ok 18 selftests: net: ip_defrag.sh # exit=1

  [Fix]
  * 065fcfd49763ec ("selftests: net: ip_defrag: ignore EPERM")
  Use smaller packets and ignore EPERM.

  This fix has already landed on other generic kernels in bug 1826848

  [Test case]
  Run the ip_defrag.sh multiple times without observing failures.

  [Where problems could occur]
  Fix is limited to the testing tool, it won't affect kernel functionality but 
the worst case is if the test fix is incorrect, it will cause us to miss real 
kernel bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1908498/+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 1880648] Re: fib_nexthop_multiprefix.sh from net in ubuntu_kernel_selftests failed on F-OEM-5.6

2021-01-04 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

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

Title:
  fib_nexthop_multiprefix.sh from net in ubuntu_kernel_selftests failed
  on F-OEM-5.6

Status in ubuntu-kernel-tests:
  In Progress
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  The incorrect cleanup() in fib_nexthop_multiprefix.sh will cause failure
  to this script even if the test itself has passed.

  $ sudo ./fib_nexthop_multiprefix.sh
  TEST: IPv4: host 0 to host 1, mtu 1300  [ OK ]
  TEST: IPv6: host 0 to host 1, mtu 1300  [ OK ]

  TEST: IPv4: host 0 to host 2, mtu 1350  [ OK ]
  TEST: IPv6: host 0 to host 2, mtu 1350  [ OK ]

  TEST: IPv4: host 0 to host 3, mtu 1400  [ OK ]
  TEST: IPv6: host 0 to host 3, mtu 1400  [ OK ]

  TEST: IPv4: host 0 to host 1, mtu 1300  [ OK ]
  TEST: IPv6: host 0 to host 1, mtu 1300  [ OK ]

  TEST: IPv4: host 0 to host 2, mtu 1350  [ OK ]
  TEST: IPv6: host 0 to host 2, mtu 1350  [ OK ]

  TEST: IPv4: host 0 to host 3, mtu 1400  [ OK ]
  TEST: IPv6: host 0 to host 3, mtu 1400  [ OK ]
  $ echo $?
  1

  [Fix]
  * 651149f6037675 ("selftests: fib_nexthop_multiprefix: fix cleanup() netns
  deletion")

  This has already been applied to all the other generic kernels via stable
  update (bug 1891063)

  [Test case]
  Run this script and the return value will be 0

  [Where problems could occur]
  As it's just fixing the cleanup to make it match with setup(), it's
  unlikely to see bad things to happen here.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.6.0-1011-oem 5.6.0-1011.11
  ProcVersionSignature: User Name 5.6.0-1011.11-oem 5.6.14
  Uname: Linux 5.6.0-1011-oem x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Tue May 26 06:14:47 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=C.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-oem-5.6
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1880648/+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 1909895] Re: display standby not wakeable

2021-01-04 Thread Jouni Mettala
It seems you don't have Ubuntu kernel installed. So ubuntu-bug doesn't
work. Perhaps apport-collect doesn't work either. Known steps to
reproduce takes several hours.

Please add number of last working kernel. Also did you test v5.11-rc2?

There could be useful information in system logs. You could look folder
/var/log where dmesg.0 and Xorg.0.log.old are probably most useful
files.

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

Title:
  display standby not wakeable

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello! And all the best for 2021.

  I am quite new to this, so please excuse if I am not getting it right.

  I am sleeping with music by night. Since I changed to kernel 5.10.4 my
  system cannot be "woken up" from display standby any more. I have a
  two minutes timer of inactivity to turn my display off. Everything
  works as expected when the display is in the standby state for a
  couple of hours. But when it is in this state for over 6 hours it
  cannot be woken up again. The screen stays black, the display stays in
  standby mode.

  In the background it seems the system works fine. I can change the
  volume of the still running music, can even alt-F4 close the music
  player (Audacious).

  I am running Ubuntu 20.04.1 LTS linux 5.10.4-051004-generic Kernel
  5.10.4

  Only some of the methods shown below this posts worked on my system
  for gathering more data, ubuntu-bug linux brought an error about a non
  existent package, cat /proc/version_sig... brought an error about file
  or folder not found.

  lspci-vnvn.log is attached.

  System specs:
  AMD 2400G using APU for display output, mesa drivers libegl-mesa 
21.0~git2012200730.f9ceab~oibaf~f
  X370 chipset mainboard (biostar)
  16GB RAM DDR4 2933

  Please let me know if you need more data and how to gather it. Thank
  you!

  Rev
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-08-28 (494 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Tags:  focal
  Uname: Linux 5.10.4-051004-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to focal on 2020-04-24 (255 days ago)
  UserGroups: adm audio cdrom dialout dip fax lpadmin plugdev sambashare saned 
scanner sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909895/+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 1904863] Re: Update the NVIDIA 455 driver

2021-01-04 Thread Alberto Milone
The packages were successfully verified, as shown in the spreadsheet:
.

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-groovy
** Tags added: verification-done verification-done-bionic 
verification-done-focal verification-done-groovy

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

Title:
  Update the NVIDIA 455 driver

Status in nvidia-graphics-drivers-455 package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-455 source package in Bionic:
  Fix Committed
Status in nvidia-graphics-drivers-455 source package in Focal:
  Fix Committed
Status in nvidia-graphics-drivers-455 source package in Groovy:
  Fix Committed

Bug description:
  [Impact]
  These releases provide both bug fixes and new features, and we would like to
  make sure all of our users have access to these improvements.

  See the changelog entry below for a full list of changes and bugs.

  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/NVidiaUpdates

  Certification test suite must pass on a range of hardware:
  https://git.launchpad.net/plainbox-provider-sru/tree/units/sru.pxu

  The QA team that executed the tests will be in charge of attaching the
  artifacts and console output of the appropriate run to the bug. nVidia
  maintainers team members will not mark ‘verification-done’ until this
  has happened.

  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned system level tests are attached to this bug.

  [Discussion]

  [Changelogs]

* New upstream release:
  - Fixed a bug in a Vulkan blending optimization that could
produce incorrect results. Some of the Vulkan titles affected
by this bug were:
  Life is Strange 2
  Shadow of the Tomb Raider
  - Fixed an issue that caused Vulkan swapchain creation to fail
for full-screen windows when a G-SYNC monitor is connected.

[ Kai-Heng Feng ]
* debian/71-nvidia.rules:
  - Add rules to enable runtimepm by default.

[ Alberto Milone ]
* debian/add-ids-to-json-db,
  debian/additional_runtimepm_ids,
  debian/rules:
  - Make it possible to add new IDs to mark support
for runtimepm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-455/+bug/1904863/+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 1909895] Re: display standby not wakeable

2021-01-04 Thread RevAngel
Last working kernel is either linux-image-unsigned-5.10.1-051001-generic
or linux-image-unsigned-5.10.3-051003-generic. Sorry that I cannot
specify which one it is, because I only have the uninstallations found
in a log (Synaptic). On Ukuu logs I only found the last install log and
then a big gap to July (for whatever reason).

But since it is not an official Ubuntu Kernel and therefore not an
official Ubuntu bug I uploaded the same information to
https://bugzilla.kernel.org/show_bug.cgi?id=211027

If there is reason this bug report here seems wrong, please feel free to
close it.

Thank you for all the work you do!

Rev

** Bug watch added: Linux Kernel Bug Tracker #211027
   https://bugzilla.kernel.org/show_bug.cgi?id=211027

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

Title:
  display standby not wakeable

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello! And all the best for 2021.

  I am quite new to this, so please excuse if I am not getting it right.

  I am sleeping with music by night. Since I changed to kernel 5.10.4 my
  system cannot be "woken up" from display standby any more. I have a
  two minutes timer of inactivity to turn my display off. Everything
  works as expected when the display is in the standby state for a
  couple of hours. But when it is in this state for over 6 hours it
  cannot be woken up again. The screen stays black, the display stays in
  standby mode.

  In the background it seems the system works fine. I can change the
  volume of the still running music, can even alt-F4 close the music
  player (Audacious).

  I am running Ubuntu 20.04.1 LTS linux 5.10.4-051004-generic Kernel
  5.10.4

  Only some of the methods shown below this posts worked on my system
  for gathering more data, ubuntu-bug linux brought an error about a non
  existent package, cat /proc/version_sig... brought an error about file
  or folder not found.

  lspci-vnvn.log is attached.

  System specs:
  AMD 2400G using APU for display output, mesa drivers libegl-mesa 
21.0~git2012200730.f9ceab~oibaf~f
  X370 chipset mainboard (biostar)
  16GB RAM DDR4 2933

  Please let me know if you need more data and how to gather it. Thank
  you!

  Rev
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2019-08-28 (494 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  Tags:  focal
  Uname: Linux 5.10.4-051004-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: Upgraded to focal on 2020-04-24 (255 days ago)
  UserGroups: adm audio cdrom dialout dip fax lpadmin plugdev sambashare saned 
scanner sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909895/+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 1878194] Re: [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting HSP/HFP audio profile in Focal Fossa

2021-01-04 Thread Luis Antonio Dias de Sá Junior
*** This bug is a duplicate of bug 1871794 ***
https://bugs.launchpad.net/bugs/1871794

Problem has NOT been fixed for my setup:

- Kernel: 5.4.0-58-generic #64
- OS: Ubuntu 20.04.1 LTS
- Machine: Lenovo ThinkPad
- Headset: JBL 500BT

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

Title:
  [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting
  HSP/HFP audio profile in Focal Fossa

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  After updating the release from Ubuntu 19.10 to 20.04, the bluetooth
  headset doesn't work anymore when HSP/HFP profile is selected.

  With Ubuntu 19.10 the headset was working, there was audio and the mic
  was perfect for video conferencing.

  [Steps to reproduce]
  1. Connect headset (used blueman to setup and connect)
  1.1. When connected the system automatically selects A2DP profile
  2. Start playing audio (browser or other)
  3. Change profile to HSP/HFP with pavucontrol (or blueman)
  4. The audio disappears and microphone is not working (no input)
  5. Optionally switch back to A2DP and the audio comes back

  [Expected]
  When switching to HSP/HFP the audio should keep playing and the microphone 
should start working

  [Notes]
  I tried with pavucontrol to switch between profiles while playing audio from 
a browser.
  As side note there's a led in the headset that still blinks when switching 
profile.

  I tried deleting the pulse folder under user's profile .config without
  success, also reinstalled packages and did a `sudo alsa force-reload`
  and rebooting several times.

  Note: not sure this is a duplicate of [Bug #1576559], it looks quite
  different since the profile changes but the headset stops working.

  [System info]
  Ubuntu: 20.04 - Linux 5.4.0-29-generic x86_64
  pulseaudio: 1:13.99.1-1ubuntu3
  bluez: 5.53-0ubuntu3

  Headset: Sennheiser HD 4.50 BTNC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1878194/+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 1882388] Re: Touchpad recognised as generic mouse

2021-01-04 Thread Fernando
Hi,

```uname -r```
5.4.0-58-generic

Issue still ongoing.

Now, with the workaround

```sudo modprobe -r psmouse && sudo modprobe psmouse´´´

It still works, after typing several times the same command, but I
noticed some things:

1.- Mouse gets idle sometimes and changes to generic mouse after that
2.- When working, settings are not working properly; Natural scrolling is on, 
but is not working, same than 'tap to click'.

Just switching off and on again the settings make it works properly, but
this needs to be done every single time the 'modprobe' workaround
finally works...

Hope this helps.

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

Title:
  Touchpad recognised as generic mouse

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I've just re-installed 20.04 (dual boot/windows 10) on my Lenovo
  ideapadY700. My laptop recognises touchpad as mouse. I have no other
  mouse plugged.

  Touchpad firmware: 2ul001af
  Lenovo ideapad700-15ISK BIOS version: CDCN54WW

  I'm new in Ubuntu and I don't know much...

  ```$ uname -a```

  ```Linux nando-Lenovo 5.4.0-33-generic #37-Ubuntu SMP Thu May 21
  12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux```

  ```$ dmesg | grep psmouse```

  ```[   30.218871] psmouse serio1: elantech: synaptics_send_cmd query 0x01 
failed.
  [   30.218879] psmouse serio1: elantech: failed to query firmware version.
  [  165.209816] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
  [  216.923481] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
  [  468.662298] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
  [  553.556484] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
  ```

  ```$ xinput```

  ```⎡ Virtual core pointer id=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Logitech Wheel Mouse   id=14   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Video Bus   id=8[slave  
keyboard (3)]
  ↳ Power Buttonid=9[slave  
keyboard (3)]
  ↳ Sleep Buttonid=10   [slave  
keyboard (3)]
  ↳ Lenovo EasyCamera: Lenovo EasyC id=11   [slave  
keyboard (3)]
  ↳ Ideapad extra buttons   id=12   [slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=13   [slave  
keyboard (3)]
  ```

  ```$ cat /proc/bus/input/devices```

  ```I: Bus=0011 Vendor=0002 Product=0001 Version=0063
  N: Name="PS/2 Logitech Wheel Mouse"
  P: Phys=isa0060/serio1/input0
  S: Sysfs=/devices/platform/i8042/serio1/input/input19
  U: Uniq=
  H: Handlers=mouse0 event16
  B: PROP=1
  B: EV=7
  B: KEY=7 0 0 0 0
  B: REL=3
  ```
  I have read a lot of solutions; I tried to use xorg, but it didn't work.
  When I removed it, it worked for a day (only) and I decided erase and 
re-install Ubuntu.

  Please help!
  Thanks

  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
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nando  1137 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  6 20:24:24 2020
  InstallationDate: Installed on 2020-06-06 (0 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 5986:0672 Acer, Inc Lenovo EasyCamera
   Bus 001 Device 003: ID 8087:0a2a Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80NV
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=eccd5181-f592-4fbf-a03f-3efbc86e693b 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: 06/13/2017

[Kernel-packages] [Bug 1908503] Re: arm64: prevent losing page dirty state

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-aws - 5.4.0-1034.35

---
linux-aws (5.4.0-1034.35) focal; urgency=medium

  * focal/linux-aws: 5.4.0-1034.35 -proposed tracker (LP: #1908586)

  * arm64: prevent losing page dirty state (LP: #1908503)
- arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()

linux-aws (5.4.0-1033.34) focal; urgency=medium

  * focal/linux-aws: 5.4.0-1033.34 -proposed tracker (LP: #1907586)

  * Focal update: v5.4.75 upstream stable release (LP: #1904450)
- [Config] aws: update config for DW_APB_TIMER

  [ Ubuntu: 5.4.0-59.65 ]

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)
  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"
  * Packaging resync (LP: #1786013)
- update dkms package versions
  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups
  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory le

[Kernel-packages] [Bug 1906866] Re: focal: selftests/bpf build broken: test_map_init.skel.h: No such file or directory

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1905612] Re: Focal update: v5.4.76 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1905614] Re: Focal update: v5.4.77 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1905618] Re: Focal update: v5.4.78 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1904941] Re: Groovy update: v5.8.18 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1904225] Re: Use ACPI S5 for reboot

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1904225] Re: Use ACPI S5 for reboot

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1903682] Re: NULL pointer dereference when configuring multi-function with devfn != 0 before devfn == 0

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1904221] Re: Ask 8821C Bluetooth controller to drop old firmware

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1904521] Re: Intel Tiger Lake IDs supplement

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1904595] Re: Fix no headset sound after S3 on Intel HDA

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1902434] Re: The "rbd" module is missing from linux-modules-XXX-kvm in groovy

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-kvm - 5.8.0-1014.15

---
linux-kvm (5.8.0-1014.15) groovy; urgency=medium

  * groovy/linux-kvm: 5.8.0-1014.15 -proposed tracker (LP: #1907570)

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- [Config] update config for ARCH_HAS_COPY_MC

  * The "rbd" module is missing from linux-modules-XXX-kvm in groovy
(LP: #1902434)
- [Config] kvm: Enable Rados block device support
- [Config] kvm: Add Rados block device mark annotations

  [ Ubuntu: 5.8.0-34.37 ]

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)
  * Packaging resync (LP: #1786013)
- update dkms package versions
  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00
  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters
  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H
  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"
  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check
  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot
  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
   

[Kernel-packages] [Bug 1902531] Re: [linux-azure] IP forwarding issue in netvsc

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 5.4.0-1035.36

---
linux-azure (5.4.0-1035.36) focal; urgency=medium

  * focal/linux-azure: 5.4.0-1035.36 -proposed tracker (LP: #1907589)

  * [linux-azure] IP forwarding issue in netvsc (LP: #1902531)
- hv_netvsc: record hardware hash in skb
- hv_netvsc: make recording RSS hash depend on feature flag

  [ Ubuntu: 5.4.0-59.65 ]

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)
  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"
  * Packaging resync (LP: #1786013)
- update dkms package versions
  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups
  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS

[Kernel-packages] [Bug 1904221] Re: Ask 8821C Bluetooth controller to drop old firmware

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1899802] Re: [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports topology where zoning is enabled in expander

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1894667] Re: [HP 635] Radeon 6310 brightness control does not work

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1904450] Re: Focal update: v5.4.75 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1904884] Re: s390: dbginfo.sh triggers kernel panic, reading from /sys/kernel/mm/page_idle/bitmap

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.8.0-34.37

---
linux (5.8.0-34.37) groovy; urgency=medium

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00

  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters

  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H

  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"

  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers

  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check

  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot

  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads already mapped
- net/sched: act_mpls: Add softdep on mpls_gso.ko
- r8169: fix issue with forced threading in combination with shared 
interrupts
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tcp: 

[Kernel-packages] [Bug 1886859] Re: memory is leaked when tasks are moved to net_prio

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1904445] Re: Focal update: v5.4.74 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.4.0-59.65

---
linux (5.4.0-59.65) focal; urgency=medium

  * focal/linux: 5.4.0-59.65 -proposed tracker (LP: #1907604)

  * focal: selftests/bpf build broken: test_map_init.skel.h: No such file or
directory (LP: #1906866)
- SAUCE: Revert selftests/ "bpf: Zero-fill re-used per-cpu map element"

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * Focal update: v5.4.78 upstream stable release (LP: #1905618)
- drm/i915/gem: Flush coherency domains on first set-domain-ioctl
- time: Prevent undefined behaviour in timespec64_to_ns()
- nbd: don't update block size after device is started
- KVM: arm64: Force PTE mapping on fault resulting in a device mapping
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
- usb: dwc3: gadget: Continue to process pending requests
- usb: dwc3: gadget: Reclaim extra TRBs after request completion
- btrfs: tracepoints: output proper root owner for trace_find_free_extent()
- btrfs: sysfs: init devices outside of the chunk_mutex
- btrfs: reschedule when cloning lots of extents
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup function
- genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
- hv_balloon: disable warning when floor reached
- net: xfrm: fix a race condition during allocing spi
- ASoC: codecs: wcd9335: Set digital gain range correctly
- xfs: set xefi_discard when creating a deferred agfl free log intent item
- netfilter: use actual socket sk rather than skb sk when routing harder
- netfilter: nf_tables: missing validation from the abort path
- netfilter: ipset: Update byte and packet counters regardless of whether 
they
  match
- powerpc/eeh_cache: Fix a possible debugfs deadlock
- perf trace: Fix segfault when trying to trace events by cgroup
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
- afs: Fix warning due to unadvanced marshalling pointer
- can: rx-offload: don't call kfree_skb() from IRQ context
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: j1939: swap addr and pgn in the send example
- can: j1939: j1939_sk_bind(): return failure if netdev is down
- can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error
  path
- can: xilinx_can: handle failure cases of pm_runtime_get_sync
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback 
is
  on
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
- can: flexcan: flexcan_remove(): disable wakeup completely
- xfs: flush new eof page on truncate to avoid post-eof corruption
- xfs: fix scrub flagging rtinherit even if there is no rt device
- tpm: efi: Don't create binary_bios_measurements file for an empty log
- random32: make prandom_u32() output unpredictable
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED
- KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally
- ath9k_htc: Use appropriate rs_datalen type
- ASoC: qcom: sdm845: set driver name correctly
- ASoC: cs42l51: manage mclk shutdown delay
- usb: dwc3: pci: add support for the Intel Alder Lake-S
- opp: Reduce the size of critical section in _opp_table_kref_release()
- usb: gadget: goku_udc: fix potential crashes in probe
- selftests/ftrace: check for do_sys_openat2 in user-memory test
- selftests: pidfd: fix compilation errors due to wait.h
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: Add missing truncate_inode_pages_final for sd_aspace
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- scsi: hpsa: Fix memory leak in hpsa_init_one()
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- drm/amd/pm: perform SMC reset on suspend/hibernation
- drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running
- mac80211: fix use of skb payload instead of header
- cfg80211: initialize wdev data earlier
- cfg80211: regulatory: Fix inconsistent format argument
- tracing: Fix the checking of stackidx in __ftrace_trace_stack
- scsi: scsi_dh_alua: 

[Kernel-packages] [Bug 1902934] Re: dmesg is not restricted in linux-raspi kernel

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-raspi - 5.8.0-1011.14

---
linux-raspi (5.8.0-1011.14) groovy; urgency=medium

  * groovy/linux-raspi: 5.8.0-1011.14 -proposed tracker (LP: #1907562)

  * dmesg is not restricted in linux-raspi kernel (LP: #1902934)
- [Config] raspi: SECURITY_DMESG_RESTRICT=y

  [ Ubuntu: 5.8.0-34.37 ]

  * groovy/linux: 5.8.0-34.37 -proposed tracker (LP: #1907576)
  * Packaging resync (LP: #1786013)
- update dkms package versions
  * [Ubuntu 21.04 FEAT] mpt3sas: Request to include the patch set which supports
topology where zoning is enabled in expander (LP: #1899802)
- scsi: mpt3sas: Define hba_port structure
- scsi: mpt3sas: Allocate memory for hba_port objects
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
- scsi: mpt3sas: Get device objects using sas_address & portID
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
- scsi: mpt3sas: Get sas_device objects using device's rphy
- scsi: mpt3sas: Update hba_port objects after host reset
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
- scsi: mpt3sas: Handling HBA vSES device
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
- scsi: mpt3sas: Add module parameter multipath_on_hba
- scsi: mpt3sas: Bump driver version to 35.101.00.00
  * CVE-2020-12912
- hwmon: (amd_energy) modify the visibility of the counters
  * Intel Tiger Lake IDs supplement (LP: #1904521)
- mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial 
flash
- pinctrl: tigerlake: Add support for Tiger Lake-H
  * [i915] Noise-like lines of graphics corruption when moving windows in Xorg
sessions (LP: #1896091)
- Revert "UBUNTU: SAUCE: drm/i915: Synchronize active and retire callbacks"
  * Fix no headset sound after S3 on Intel HDA (LP: #1904595)
- ALSA: hda: Refactor codec PM to use direct-complete optimization
- ALSA: hda: Separate runtime and system suspend
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
  * Ask 8821C Bluetooth controller to drop old firmware (LP: #1904221)
- Bluetooth: btrtl: Ask 8821C to drop old firmware
- Bluetooth: btrtl: fix incorrect skb allocation failure check
  * Use ACPI S5 for reboot (LP: #1904225)
- PM: ACPI: reboot: Use S5 for reboot
  * Groovy update: v5.8.18 upstream stable release (LP: #1904941)
- netfilter: nftables_offload: KASAN slab-out-of-bounds Read in
  nft_flow_rule_create
- io_uring: don't run task work on an exiting task
- io_uring: allow timeout/poll/files killing to take task into account
- io_uring: move dropping of files into separate helper
- io_uring: stash ctx task reference for SQPOLL
- io_uring: unconditionally grab req->task
- io_uring: return cancelation status from poll/timeout/files handlers
- io_uring: enable task/files specific overflow flushing
- io_uring: don't rely on weak ->files references
- io_uring: reference ->nsproxy for file table commands
- io_wq: Make io_wqe::lock a raw_spinlock_t
- io-wq: fix use-after-free in io_wq_worker_running
- io_uring: no need to call xa_destroy() on empty xarray
- io_uring: Fix use of XArray in __io_uring_files_cancel
- io_uring: Fix XArray usage in io_uring_add_task_file
- io_uring: Convert advanced XArray uses to the normal API
- scripts/setlocalversion: make git describe output more reliable
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
- fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
- [Config] update config for ARCH_HAS_COPY_MC
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- bnxt_en: Check abort error state in bnxt_open_nic().
- bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
- bnxt_en: Re-write PCI BARs after PCI fatal error.
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
- chelsio/chtls: fix deadlock issue
- chelsio/chtls: fix memory leaks in CPL handlers
- chelsio/chtls: fix tls record info to user
- cxgb4: set up filter action after rewrites
- gtp: fix an use-before-init in gtp_newlink()
- ibmveth: Fix use of ibmveth in a bridge.
- ibmvnic: fix ibmvnic_set_mac
- mlxsw: core: Fix memory leak on module removal
- netem: fix zero division in tabledist
- net: hns3: Clear the CMDQ registers before unmapping BAR region
- net: ipa: command payloads alr

[Kernel-packages] [Bug 1910102] [NEW] Enable mute and micmute LED on HP EliteBook 850 G7

2021-01-04 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Mute and micmute LED on HP EliteBook 850 G7 don't reflect the mute
status.

[Fix]
Apply an HDA quirk to let HP EliteBook 850 G7 use codec GPIO to control
LED.

[Test]
With the patch applied, both mute and micmute LED can be lit when audio
output or input is muted, respectively.
 
[Where problems could occur]
This quirk is specific to one model. It's not likely to regress other
systems.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-oem-5.10 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-5.10 (Ubuntu Focal)
 Importance: Medium
 Status: Confirmed

** Affects: linux (Ubuntu Groovy)
 Importance: Medium
 Status: Confirmed

** Affects: linux-oem-5.10 (Ubuntu Groovy)
 Importance: Undecided
 Status: Invalid


** Tags: oem-priority originate-from-1909434 originate-from-1909435 stella

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

** Changed in: linux-oem-5.10 (Ubuntu Groovy)
   Status: New => Invalid

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: New => Confirmed

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

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

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Importance: Undecided => Medium

** Tags added: oem-priority originate-from-1909434 stella

** Tags added: originate-from-1909435

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

Title:
  Enable mute and micmute LED on HP EliteBook 850 G7

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  New
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  [Impact]
  Mute and micmute LED on HP EliteBook 850 G7 don't reflect the mute
  status.

  [Fix]
  Apply an HDA quirk to let HP EliteBook 850 G7 use codec GPIO to control
  LED.

  [Test]
  With the patch applied, both mute and micmute LED can be lit when audio
  output or input is muted, respectively.
   
  [Where problems could occur]
  This quirk is specific to one model. It's not likely to regress other
  systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1910102/+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 1910102] Missing required logs.

2021-01-04 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1910102

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Enable mute and micmute LED on HP EliteBook 850 G7

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Confirmed
Status in linux-oem-5.10 source package in Focal:
  Confirmed
Status in linux source package in Groovy:
  Confirmed
Status in linux-oem-5.10 source package in Groovy:
  Invalid

Bug description:
  [Impact]
  Mute and micmute LED on HP EliteBook 850 G7 don't reflect the mute
  status.

  [Fix]
  Apply an HDA quirk to let HP EliteBook 850 G7 use codec GPIO to control
  LED.

  [Test]
  With the patch applied, both mute and micmute LED can be lit when audio
  output or input is muted, respectively.
   
  [Where problems could occur]
  This quirk is specific to one model. It's not likely to regress other
  systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1910102/+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 1910104] [NEW] Hirsute update: v5.10.1 upstream stable release

2021-01-04 Thread Paolo Pisati
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.10.1 upstream stable release
   from git://git.kernel.org/

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: linux (Ubuntu Hirsute)
 Importance: Undecided
 Status: Confirmed


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: Confirmed

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

Title:
  Hirsute update: v5.10.1 upstream stable release

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

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:

 v5.10.1 upstream stable release
 from git://git.kernel.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910104/+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 1910106] [NEW] Hirsute update: v5.10.2 upstream stable release

2021-01-04 Thread Paolo Pisati
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.10.2 upstream stable release
   from git://git.kernel.org/


Linux 5.10.2
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
ALSA: pcm: oss: Fix potential out-of-bounds shift
USB: sisusbvga: Make console support depend on BROKEN
USB: UAS: introduce a quirk to set no_write_same
xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI
xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP
usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
xhci: Give USB2 ports time to enter U3 in bus suspend
ALSA: usb-audio: Fix control 'access overflow' errors from chmap
ALSA: usb-audio: Fix potential out-of-bounds shift
USB: add RESET_RESUME quirk for Snapscan 1212
USB: dummy-hcd: Fix uninitialized array use in init()
USB: legotower: fix logical error in recent commit
ktest.pl: Fix the logic for truncating the size of the log file for email
ktest.pl: If size of log is too big to email, email error message
ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: linux (Ubuntu Hirsute)
 Importance: Undecided
 Status: Confirmed


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: Confirmed

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

Title:
  Hirsute update: v5.10.2 upstream stable release

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

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:

 v5.10.2 upstream stable release
 from git://git.kernel.org/

  
  Linux 5.10.2
  serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
  ALSA: pcm: oss: Fix potential out-of-bounds shift
  USB: sisusbvga: Make console support depend on BROKEN
  USB: UAS: introduce a quirk to set no_write_same
  xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCI
  xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LP
  usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
  xhci: Give USB2 ports time to enter U3 in bus suspend
  ALSA: usb-audio: Fix control 'access overflow' errors from chmap
  ALSA: usb-audio: Fix potential out-of-bounds shift
  USB: add RESET_RESUME quirk for Snapscan 1212
  USB: dummy-hcd: Fix uninitialized array use in init()
  USB: legotower: fix logical error in recent commit
  ktest.pl: Fix the logic for truncating the size of the log file for email
  ktest.pl: If size of log is too big to email, email error message
  ptrace: Prevent kernel-infoleak in ptrace_get_syscall_info()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910106/+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 1910111] [NEW] Hirsute update: v5.10.4 upstream stable release

2021-01-04 Thread Paolo Pisati
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.10.4 upstream stable release
   from git://git.kernel.org/


Linux 5.10.4
x86/CPU/AMD: Save AMD NodeId as cpu_die_id
drm/edid: fix objtool warning in drm_cvt_modes()
null_blk: Fail zone append to conventional zones
null_blk: Fix zone size initialization
Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time
thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changed
remoteproc: sysmon: Ensure remote notification ordering
regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x
PCI: Fix pci_slot_release() NULL pointer dereference
of: fix linker-section match-table corruption
mt76: add back the SUPPORTS_REORDERING_BUFFER flag
tracing: Disable ftrace selftests when any tracer is running
platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12
libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels
memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in 
rpcif_{enable,disable}_rpm
memory: renesas-rpc-if: Return correct value to the caller of 
rpcif_manual_xfer()
memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()
memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()
xenbus/xenbus_backend: Disallow pending watch messages
xen/xenbus: Count pending messages for each watch
xen/xenbus/xen_bus_type: Support will_handle watch callback
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
xen/xenbus: Allow watches discard events before queueing
xen-blkback: set ring->xenblkd to NULL after kthread_stop()
driver: core: Fix list corruption after device_del()
dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.
device-dax/core: Fix memory leak when rmmod dax.ko
counter: microchip-tcb-capture: Fix CMR value check
clk: tegra: Do not return 0 on failure
clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
clk: ingenic: Fix divider calculation with div tables
pinctrl: sunxi: Always call chained_irq_{enter, exit} in 
sunxi_pinctrl_irq_handler
md/cluster: fix deadlock when node is doing resync job
md/cluster: block reshape with remote resync job
iio:adc:ti-ads124s08: Fix alignment and data leak issues.
iio:adc:ti-ads124s08: Fix buffer being too long.
iio:imu:bmi160: Fix alignment and data leak issues
iio:imu:bmi160: Fix too large a buffer.
iio:pressure:mpl3115: Force alignment of buffer
iio:magnetometer:mag3110: Fix alignment and data leak issues.
iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.
iio:light:rpr0521: Fix timestamp alignment and prevent data leak.
iio: imu: st_lsm6dsx: fix edge-trigger interrupts
iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in 
rockchip_saradc_resume
iio: buffer: Fix demux update
openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpi
scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
scsi: qla2xxx: Fix crash during driver load on big endian machines
mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
mtd: core: Fix refcounting for unpartitioned MTDs
mtd: parser: cmdline: Fix parsing of part-names with colons
mtd: spinand: Fix OOB read
soc: qcom: smp2p: Safely acquire spinlock without IRQs
spi: atmel-quadspi: Fix AHB memory accesses
spi: atmel-quadspi: Disable clock in probe error path
spi: mt7621: Don't leak SPI master in probe error path
spi: mt7621: Disable clock in probe error path
spi: synquacer: Disable clock in probe error path
spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path
spi: spi-qcom-qspi: Fix use-after-free on unbind
spi: spi-geni-qcom: Fix use-after-free on unbind
spi: sc18is602: Don't leak SPI master in probe error path
spi: rpc-if: Fix use-after-free on unbind
spi: rb4xx: Don't leak SPI master in probe error path
spi: pic32: Don't leak DMA channels in probe error path
spi: npcm-fiu: Disable clock in probe error path
spi: mxic: Don't leak SPI master in probe error path
spi: gpio: Don't leak SPI master in probe error path
spi: fsl: fix use of spisel_boot signal on MPC8309
spi: davinci: Fix use-after-free on unbind
spi: ar934x: Don't leak SPI master in probe error path
spi: spi-mtk-nor: Don't leak SPI master in probe error path
spi: atmel-quadspi: Fix use-after-free on unbind
spi: spi-sh: Fix use-after-free on unb

[Kernel-packages] [Bug 1910109] [NEW] Hirsute update: v5.10.3 upstream stable release

2021-01-04 Thread Paolo Pisati
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.10.3 upstream stable release
   from git://git.kernel.org/


Linux 5.10.3
md: fix a warning caused by a race between concurrent md_ioctl()s
nl80211: validate key indexes for cfg80211_registered_device
crypto: af_alg - avoid undefined behavior accessing salg_name
media: msi2500: assign SPI bus number dynamically
fs: quota: fix array-index-out-of-bounds bug by passing correct argument to 
vfs_cleanup_quota_inode()
quota: Sanity-check quota file headers on load
Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
f2fs: prevent creating duplicate encrypted filenames
ext4: prevent creating duplicate encrypted filenames
ubifs: prevent creating duplicate encrypted filenames
fscrypt: add fscrypt_is_nokey_name()
fscrypt: remove kernel-internal constants from UAPI header
serial_core: Check for port state when tty is in error state
HID: i2c-hid: add Vero K147 to descriptor override
scsi: megaraid_sas: Check user-provided offsets
f2fs: init dirty_secmap incorrectly
f2fs: fix to seek incorrect data offset in inline data file
coresight: etm4x: Handle TRCVIPCSSCTLR accesses
coresight: etm4x: Fix accesses to TRCPROCSELR
coresight: etm4x: Fix accesses to TRCCIDCTLR1
coresight: etm4x: Fix accesses to TRCVMIDCTLR1
coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, skip-power-up
coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
coresight: tmc-etr: Fix barrier packet insertion for perf buffer
coresight: tmc-etr: Check if page is valid before dma_map_page()
coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
USB: gadget: f_midi: setup SuperSpeed Plus descriptors
USB: gadget: f_acm: add support for SuperSpeed Plus
USB: serial: option: add interface-number sanity check to flag handling
usb: mtu3: fix memory corruption in mtu3_debugfs_regset()
soc/tegra: fuse: Fix index bug in get_process_id
exfat: Avoid allocating upcase table using kcalloc()
x86/split-lock: Avoid returning with interrupts enabled
net: ipconfig: Avoid spurious blank lines in boot log

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: linux (Ubuntu Hirsute)
 Importance: Undecided
 Status: Confirmed


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
   Status: Confirmed

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

Title:
  Hirsute update: v5.10.3 upstream stable release

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

Bug description:
  
  SRU Justification

  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:

 v5.10.3 upstream stable release
 from git://git.kernel.org/

  
  Linux 5.10.3
  md: fix a warning caused by a race between concurrent md_ioctl()s
  nl80211: validate key indexes for cfg80211_registered_device
  crypto: af_alg - avoid undefined behavior accessing salg_name
  media: msi2500: assign SPI bus number dynamically
  fs: quota: fix array-index-out-of-bounds bug by passing correct argument to 
vfs_cleanup_quota_inode()
  quota: Sanity-check quota file headers on load
  Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
  f2fs: prevent creating duplicate encrypted filenames
  ext4: prevent creating duplicate encrypted filenames
  ubifs: prevent creating duplicate encrypted filenames
  fscrypt: add fscrypt_is_nokey_name()
  fscrypt: remove kernel-internal constants from UAPI he

[Kernel-packages] [Bug 1910110] Re: package nvidia-driver-450 450.80.02-0ubuntu1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2021-01-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-driver-450 450.80.02-0ubuntu1 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

Status in nvidia-graphics-drivers-450 package in Ubuntu:
  New

Bug description:
  it is broken

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: nvidia-driver-450 450.80.02-0ubuntu1
  Uname: Linux 5.10.4-051004-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Jan  4 09:29:44 2021
  ErrorMessage: problemas de dependencias - se deja sin configurar
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-450
  Title: package nvidia-driver-450 450.80.02-0ubuntu1 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
  UpgradeStatus: Upgraded to groovy on 2020-10-27 (68 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1910110/+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 1910110] [NEW] package nvidia-driver-450 450.80.02-0ubuntu1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2021-01-04 Thread Alberto
Public bug reported:

it is broken

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: nvidia-driver-450 450.80.02-0ubuntu1
Uname: Linux 5.10.4-051004-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Jan  4 09:29:44 2021
ErrorMessage: problemas de dependencias - se deja sin configurar
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.1
SourcePackage: nvidia-graphics-drivers-450
Title: package nvidia-driver-450 450.80.02-0ubuntu1 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
UpgradeStatus: Upgraded to groovy on 2020-10-27 (68 days ago)

** Affects: nvidia-graphics-drivers-450 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package groovy

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

Title:
  package nvidia-driver-450 450.80.02-0ubuntu1 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

Status in nvidia-graphics-drivers-450 package in Ubuntu:
  New

Bug description:
  it is broken

  ProblemType: Package
  DistroRelease: Ubuntu 20.10
  Package: nvidia-driver-450 450.80.02-0ubuntu1
  Uname: Linux 5.10.4-051004-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Jan  4 09:29:44 2021
  ErrorMessage: problemas de dependencias - se deja sin configurar
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
   dpkg 1.20.5ubuntu2
   apt  2.1.10ubuntu0.1
  SourcePackage: nvidia-graphics-drivers-450
  Title: package nvidia-driver-450 450.80.02-0ubuntu1 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
  UpgradeStatus: Upgraded to groovy on 2020-10-27 (68 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1910110/+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 1910113] [NEW] zfsutils-linux does not match kernel version

2021-01-04 Thread Krzysztof Piecuch
Public bug reported:

I'm running Ubuntu 18.04.5 running a "linux-image-generic-hwe-18.04
5.4.0.53.59~18.04.47" kernel. This kernel comes with ZFS
0.8.3-1ubuntu12.4. Sadly, I'm unable to use features included in zfs 0.8
release (ex. TRIM support) because zfsutils-linux is stuck on version
0.7.5-1ubuntu16.10.

Can we please package zfsutils-linux that will match ZFS versions
provided with hwe and hwe-edge kernels?

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  zfsutils-linux does not match kernel version

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  I'm running Ubuntu 18.04.5 running a "linux-image-generic-hwe-18.04
  5.4.0.53.59~18.04.47" kernel. This kernel comes with ZFS
  0.8.3-1ubuntu12.4. Sadly, I'm unable to use features included in zfs
  0.8 release (ex. TRIM support) because zfsutils-linux is stuck on
  version 0.7.5-1ubuntu16.10.

  Can we please package zfsutils-linux that will match ZFS versions
  provided with hwe and hwe-edge kernels?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1910113/+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 1905333] Re: Bionic update: upstream stable patchset 2020-11-23

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1904848] Re: Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1904884] Re: s390: dbginfo.sh triggers kernel panic, reading from /sys/kernel/mm/page_idle/bitmap

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1902531] Re: [linux-azure] IP forwarding issue in netvsc

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure-4.15 - 4.15.0-1103.114

---
linux-azure-4.15 (4.15.0-1103.114) bionic; urgency=medium

  * bionic/linux-azure-4.15: 4.15.0-1103.114 -proposed tracker (LP:
#1907621)

  * [linux-azure] IP forwarding issue in netvsc (LP: #1902531)
- hv_netvsc: record hardware hash in skb
- hv_netvsc: make recording RSS hash depend on feature flag

  [ Ubuntu: 4.15.0-129.132 ]

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)
  * Packaging resync (LP: #1786013)
- update dkms package versions
  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices
  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups
  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages
  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases
  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free
  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible

[Kernel-packages] [Bug 1903768] Re: Bionic update: upstream stable patchset 2020-11-10

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1904791] Re: Bionic update: upstream stable patchset 2020-11-18

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1904613] Re: Bionic update: upstream stable patchset 2020-11-17

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1894667] Re: [HP 635] Radeon 6310 brightness control does not work

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1886859] Re: memory is leaked when tasks are moved to net_prio

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-129.132

---
linux (4.15.0-129.132) bionic; urgency=medium

  * bionic/linux: 4.15.0-129.132 -proposed tracker (LP: #1907635)

  * Packaging resync (LP: #1786013)
- update dkms package versions

  * Ubuntu 18.04- call trace in kernel buffer when unloading ib_ipoib module
(LP: #1904848)
- SAUCE: net/mlx5e: IPoIB, initialize update_stat_work for ipoib devices

  * memory is leaked when tasks are moved to net_prio (LP: #1886859)
- netprio_cgroup: Fix unlimited memory leak of v2 cgroups

  * s390: dbginfo.sh triggers kernel panic, reading from
/sys/kernel/mm/page_idle/bitmap (LP: #1904884)
- mm/page_idle.c: skip offline pages

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333)
- drm/i915: Break up error capture compression loops with cond_resched()
- tipc: fix use-after-free in tipc_bcast_get_mode
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
- gianfar: Account for Tx PTP timestamp in the skb headroom
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
- sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
- sfp: Fix error handing in sfp_probe()
- Blktrace: bail out early if block debugfs is not configured
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- Fonts: Replace discarded const qualifier
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
- lib/crc32test: remove extra local_irq_disable/enable
- kthread_worker: prevent queuing delayed work from timer_fn when it is 
being
  canceled
- mm: always have io_remap_pfn_range() set pgprot_decrypted()
- gfs2: Wake up when sd_glock_disposal becomes zero
- ftrace: Fix recursion check for NMI test
- ftrace: Handle tracing when switching between context
- tracing: Fix out of bounds write in get_trace_buf
- futex: Handle transient "ownerless" rtmutex state correctly
- ARM: dts: sun4i-a10: fix cpu_alert temperature
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
- of: Fix reserved-memory overlap detection
- blk-cgroup: Fix memleak on error path
- blk-cgroup: Pre-allocate tree node on blkg_conf_prep
- scsi: core: Don't start concurrent async scan on same host
- vsock: use ns_capable_noaudit() on socket create
- drm/vc4: drv: Add error handding for bind
- ACPI: NFIT: Fix comparison to '-ENXIO'
- vt: Disable KD_FONT_OP_COPY
- fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
- serial: 8250_mtk: Fix uart_get_baud_rate warning
- serial: txx9: add missing platform_driver_unregister() on error in
  serial_txx9_init
- USB: serial: cyberjack: fix write-URB completion race
- USB: serial: option: add Quectel EC200T module support
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
- USB: serial: option: add Telit FN980 composition 0x1055
- USB: Add NO_LPM quirk for Kingston flash drive
- usb: mtu3: fix panic in mtu3_gadget_stop()
- ARC: stack unwinding: avoid indefinite looping
- Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
- PM: runtime: Resume the device earlier in __device_release_driver()
- btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
- Btrfs: fix unwritten extent buffers and hangs on future writeback attempts
- btrfs: tree-checker: fix the error message for transid error
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- tools: perf: Fix build error in v4.19.y
- net: dsa: read mac address from DT for slave device
- arm64: dts: marvell: espressobin: Add ethernet switch aliases

  * Bionic update: upstream stable patchset 2020-11-23 (LP: #1905333) //
CVE-2019-19770 which shows this issue is not a core debugfs issue, but
- blktrace: fix debugfs use after free

  * Bionic update: upstream stable patchset 2020-11-18 (LP: #1904791)
- scripts/setlocalversion: make git describe output more reliable
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
- gtp: fix an use-before-init in gtp_newlink()
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- arch/x86/amd/ibs: Fix re-arming IBS Fetch
- x86/xen: disable Firmware First mode for correctable memory errors
- fuse: fix page dereference after free
- p54: avoid accessing the data mapped to streaming DMA
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp on GCC 10
  compiled kernels
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
- futex: Fix incorrect should_fail_futex() handling
- powerpc/powernv/smp: Fix spurious D

[Kernel-packages] [Bug 1904884] Re: s390: dbginfo.sh triggers kernel panic, reading from /sys/kernel/mm/page_idle/bitmap

2021-01-04 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Fix Committed => Fix Released

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

Title:
  s390: dbginfo.sh triggers kernel panic, reading from
  /sys/kernel/mm/page_idle/bitmap

Status in Ubuntu on IBM z Systems:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Groovy:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  SRU Justification:
  ==

  [Impact]

  * While executing dbginfo.sh (a script to collect runtime,
  configuration, and trace information on s390x) the systems hangs.

  * This is because 'idle page tracking' users can pass random pfn, that might 
be mapped to
  an offline page - and attempts to access offline pages lead to the hang.

  * It needs to be avoided that such pages are accessed.

  * The upstream commit modifies 'page_idle_get_page()' to use 
'pfn_to_online_page()' instead of a
  'pfn_valid()' and 'pfn_to_page()' combination, so that the pfn mapped to an 
offline page is skipped.

  [Fix]

  * 92fb1db26eef "mm/page_idle.c: skip offline pages"

  [Test Case]

  * IBM Z or LinuxONE hardware with Ubuntu Server 18.04 (GA kernel,
  4.15) installed.

  * Execute a test application that tries to access offline pages.

  * Or execute dbginfo.sh with having some offline (idle) pages in the
  system.

  [Regression Potential]

  * There is a certain regression risk, especially for bionic, since the
  structure in the kernel 4.15 is a bit different compared to kernel 5.4
  (and newer).

  * However, for newer kernels the modification is pretty save, since
  it's upstream accepted since kernel 5.8 and with that already inluded
  in hirsute and groovy.

  * And the patch is fine (and cherry picks cleanly) for focal as well.

  * For bionic there is a slightly conflicting context, since the struct
  'zone' was replaced by 'pg_data_t *pgdat' (by another commit:
  92fb1db26eef), but that change (or any change to the struct zone)
  would not be necessary to fix the uninitialized struct page access.

  * Hence the upstream commit/patch needs to be adjusted/backported to
  bionic 4.15, largely by replacing line 'pg_data_t *pgdat;' with
  'struct zone *zone;' (or actually leaving this line).

  * But this needs to be carefully considered, since the handling of
  idle pages could be harmful, in the end it could make things even
  worse, means break even more.

  [Other]

  * The patch got upstream accepted with kernel v5.8, hence it's already
  is in groovy and hirsute.

  * The upstream commit cherry picks cleanly to focal, but for bionic a
  backport is needed.

  * Hence this kernel SRU request is for focal (cherry-pick) and bionic 
(backport).
  __

  System hangs on dbginfo.sh script execution.

  Solution:
  Commit 92fb1db26eef ("mm/page_idle.c: skip offline pages")

  Included upstream since kernel v5.8, so it is already included in
  Ubuntu 20.10, but not in 20.04 and earlier.

  Commit 92fb1db26eef ("mm/page_idle.c: skip offline pages") applies
  cleanly on ubuntu-focal, but not on ubuntu-bionic.

  Adjustment / backport for bionic should be trivial, but it is not IBM
  code and therefore the backport will be requested here by Canonical.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1904884/+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 1871306] Re: [SRU]No sound from internal card chtmax98090 - missing UCM2 files in alsa-ucm-conf 1.2.2, available in alsa-ucm-conf 1.2.3

2021-01-04 Thread Gabriele Tettamanzi
Updated work around for Focal Fossa 20.04.1

1: to install linux-generic-hwe-20.04-edge from the official repo
2: to install alsa-ucm-conf_1.2.3-1_all.deb from Debian Snaphots (link di 
download: 
https://snapshot.debian.org/archive/debian/20200820T205846Z/pool/main/a/alsa-ucm-conf/alsa-ucm-conf_1.2.3-1_all.deb)

Tested on Xubuntu 20.04.1.

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

Title:
  [SRU]No sound from internal card chtmax98090 - missing UCM2 files in
  alsa-ucm-conf 1.2.2, available in alsa-ucm-conf 1.2.3

Status in alsa-ucm-conf package in Ubuntu:
  In Progress
Status in alsa-ucm-conf source package in Focal:
  In Progress
Status in alsa-ucm-conf source package in Groovy:
  In Progress

Bug description:
  [Impact]
  There is no ucm for ASUS C300 in the 20.04 and 20.10, as a result,
  the audio doesn't work on this machine after installing the 20.04 or
  20.10.

  [Fix]
  The ucm files for this machine are in the alsa-ucm-conf 1.2.3,
  cherry-pick them to ubuntu 20.04 and 20.10

  [Test Case]
  After booting up, use speaker to play some sound, it works well,
  plug a headset, play sound to headphone, it basically works but has
  some crankling noise, it is a kernel issue for this noise.

  [Regression Risk]
  This SRU adds new ucm files, If the machine uses the audio driver
  of chtmax98090, it will apply this new added ucm files, there will
  be speaker/headphone in the UI. So the possible regression is with
  this SRU, users could see the audio devices in the UI but the audio
  doesn't work (without this SRU, users couldn't see the audio devices
  in the UI at all and the audio doesn't work). This possibility is
  low since we tested it on the ASUS C300.


  Asus C300 (repurposed chromembook - bios flashed by Mr.Chromebox script)  - 
Kubuntu Focal minimal fresh installation.
  The sound card is detected: I see it in the Plasma Widget, in pavucontrol, in 
alsamixer and it's not muted.
  I tried and add in /usr/share/alsa/ucm/chtmax98090/ the old style use case 
config files: no success.
  I tried and unmute speakers left and right in alsamixer: no success.

  I rapidly tested Ubuntu Mate Focal fresh install: I had exactly the
  same issue.

  I'm running on the same rig Debian Bullseye, kernel 5.4: sound card
  output and input are both working perfectly - I noticed that in
  Kubuntu alsamixer Kubuntu when I open it I have an entry HDA IntelPCH
  (the HDMI card), while in Debian I find Pulseaudio.

  I attach the alsa-info.sh output.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.17
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu24
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Tue Apr  7 08:55:46 2020
  InstallationDate: Installed on 2020-04-04 (2 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu24
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gabriel3937 F pulseaudio
   /dev/snd/controlC0:  gabriel3937 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-04 (3 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:07dc Intel Corp.
   Bus 001 Device 003: ID 13d3:5657 IMC Networks USB2.0 UVC HD Webcam
   Bus 001 Device 002: ID 062a:4101 MosArt Semiconductor Corp. Wireless 
Keyboard/Mouse
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Quawks
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-21-generic 
root=UUID=225cba91-c164-4882-95d4-4f9854a80fe9 ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-21-generic N/A
   linux-backports-modules-5.4.0-21-generic  N/A
   linux-firmware1.187
  Tags:  focal
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/17/2020
  dmi.bios.vendor: coreboot
  dmi.bios.version: MrChromebox-4.11.2
  dmi.board.name: Quawks
  dmi.board.vendor: GOOGLE
  dmi.board.version: 1.0
  dmi.chassis.type: 9
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvrMrChromebox-4.11.2:bd03/17/2020:svnGOOGLE:pnQuawks:pvr1.0:rvnGOOGLE:r

[Kernel-packages] [Bug 1909799] [NEW] Raspberry Pi 400 won't power down

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The computer won't power down. Shutting down process stops at: Reached target: 
Power-off
After waiting a while some messages/errors are being displayed. Screenshot 
attached. I have to disconnect power cable.

Reboot works properly.

I'm using Ubuntu Mate 20.10, on Raspberry Pi 400. Everything updated.
Linux pi-desktop 5.8.0-1010-raspi #13-Ubuntu

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment
-- 
Raspberry Pi 400 won't power down
https://bugs.launchpad.net/bugs/1909799
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1908529] Re: dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels

2021-01-04 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Groovy)
   Status: In Progress => Fix Committed

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

Title:
  dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-*
  kernels

Status in linux package in Ubuntu:
  In Progress
Status in linux-hwe-5.8 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Committed
Status in linux-hwe-5.8 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Fix Committed
Status in linux-hwe-5.8 source package in Groovy:
  Invalid
Status in linux source package in Hirsute:
  In Progress
Status in linux-hwe-5.8 source package in Hirsute:
  Invalid

Bug description:
  [ Impact ]
  On autopkgtest, ubuntu-regression-suite is not run for all kernels because 
for most of them it doesn't make sense to run the tests on the environment 
provided. If a given package is going to be tested is decided on 
'debian/tests/ubuntu-regression-suite' on an opt-in basis. The current criteria 
lists all source packages, however, new hwe kernels are named as linux-hwe-x.y 
and are not included on the list.

  Logs from a skipped test run:
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux-hwe-5.8/20201216_001007_32069@/log.gz

  [ Test case ]
  ADT tests are triggered when packages are promoted to -proposed. Looking at 
the logs one can check whether the tests were skipped or run.

  [ Fix ]
  The fix is to use a wild card to include all linux-hwe* kernels. A fix was 
already applied locally for bionic/linux-hwe-5.4, the same patch can be applied 
to F/G/H/U to carry it forward.

  https://git.launchpad.net/~ubuntu-
  
kernel/ubuntu/+source/linux/+git/bionic/commit/?h=hwe-5.4&id=a077e2f94c3a948e293fd31bce09b08c3fef7c1f

  [ Where problems could occur ]
  The code changed controls which kernel get tested on ADT 
ubuntu-regression-suite, a failure on the selection could result in testing 
kernels which shouldn't be tested or the other way around. However, the change 
is simple and has already been applied to focal/linux-hwe-5.4, so I don't 
expect it to cause issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1908529/+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 1909866] [NEW] [Xubuntu 20.04] Distorted HDMI audio

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After connecting a laptop to TV set via HDMI and redirecting the sound to HDMI 
the sound becomes distorted.
It worked perfectly fine on Xubuntu 18.04. The issue occurred immediately after 
upgrading to Xubuntu 20.04.
It usually works correctly when the movie started playing before the laptop was 
connected to TV-set. Right after connecting the laptop to the TV-set the movie 
continues to play with no sound issues. The sound issues occur when a movie is 
paused and resumed to play. The audio is distorted then.
The 100% workaround is to change the refresh rate in Xubuntu's display settings 
to another value e.g. 60Hz. It works until I pause the movie again. Then I need 
to switch back to the previous refresh rate e.g. 50Hz and so on. In general I 
choose between 50 and 60 Hz in a round-robin fashion.
The issue occurs when playing the movies via all available players e.g. 
mplayer, vlc or embedded in web browser.
It never occurs when using the Laptop's display.
I cannot observe any system log entries regarding this issue.

OS: Xubuntu 20.04
Kernel: 5.4.0-58-generic #64-Ubuntu SMP
Laptop: Dell Latitude E7440
TV-set: Panasonic TX-42AS500E

# dmesg |grep -i audio
[0.131266] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[8.527979] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[8.558111] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3226: 
line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[8.558114] snd_hda_codec_realtek hdaudioC1D0:speaker_outs=1 
(0x14/0x0/0x0/0x0/0x0)
[8.558116] snd_hda_codec_realtek hdaudioC1D0:hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
[8.558117] snd_hda_codec_realtek hdaudioC1D0:mono: mono_out=0x0
[8.558118] snd_hda_codec_realtek hdaudioC1D0:inputs:
[8.558120] snd_hda_codec_realtek hdaudioC1D0:  Dock Mic=0x19
[8.558122] snd_hda_codec_realtek hdaudioC1D0:  Headset Mic=0x1a
[8.558124] snd_hda_codec_realtek hdaudioC1D0:  Internal Mic=0x12
[10557.458937] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) 
bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 snd_hda_codec_realtek 
snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi snd_hda_intel hci 
snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb videobuf2_memops 
btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep videobuf2_common 
btintel videodev bluetooth mc snd_pcm ecdh_generic ecc snd_seq_midi 
snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm x86_pkg_temp_thermal 
intel_powerclamp dell_laptop ledtrig_audio coretemp mac80211 kvm_intel snd_seq 
snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm iwlwifi snd rapl 
intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas sparse_keymap 
wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei soundcore mac_hid 
dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp parport sunrpc 
ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea 
crct10dif_pclmul sysfillrect crc32_pclmul
[10557.563972] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) 
bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 snd_hda_codec_realtek 
snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi snd_hda_intel hci 
snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb videobuf2_memops 
btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep videobuf2_common 
btintel videodev bluetooth mc snd_pcm ecdh_generic ecc snd_seq_midi 
snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm x86_pkg_temp_thermal 
intel_powerclamp dell_laptop ledtrig_audio coretemp mac80211 kvm_intel snd_seq 
snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm iwlwifi snd rapl 
intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas sparse_keymap 
wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei soundcore mac_hid 
dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp parport sunrpc 
ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea 
crct10dif_pclmul sysfillrect crc32_pclmul

# dmesg |grep -i hdmi
[0.131266] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[8.543890] input: HDA Intel HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:03.0/sound/card0/input10
[8.543955] input: HDA Intel HDMI HDMI/DP,pcm=7 as 
/devices/pci:00/:00:03.0/sound/card0/input11
[8.544014] input: HDA Intel HDMI HDMI/DP,pcm=8 as 
/devices/pci:00/:00:03.0/sound/card0/input12
[8.544069] input: HDA Intel HDMI HDMI/DP,pcm=9 as 
/devices/pci:00/:00:03.0/sound/card0/input13
[8.544133] input: HDA Intel HDMI HDMI/DP,pcm=10 as 
/devices/pci:00/:00:03.0/sound/card0/input14
[10557.458937] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) 
bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 snd_hda_codec_realtek 
snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi snd_hda_intel hci 
snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb videobuf2_memops 

[Kernel-packages] [Bug 1909799] Re: Raspberry Pi 400 won't power down

2021-01-04 Thread Brian Murray
** 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/1909799

Title:
  Raspberry Pi 400 won't power down

Status in linux package in Ubuntu:
  New

Bug description:
  The computer won't power down. Shutting down process stops at: Reached 
target: Power-off
  After waiting a while some messages/errors are being displayed. Screenshot 
attached. I have to disconnect power cable.

  Reboot works properly.

  I'm using Ubuntu Mate 20.10, on Raspberry Pi 400. Everything updated.
  Linux pi-desktop 5.8.0-1010-raspi #13-Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909799/+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 1908713] Re: Fix suspend error of SOF driver

2021-01-04 Thread Kai-Heng Feng
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Fix suspend error of SOF driver

Status in HWE Next:
  New
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  SOF driver in oem-5.6 kernel tries to access HDA codec register when the
  codec is already suspended. This may freeze suspend.

  [Fix]
  Revert HDA codec PM direct-complete optimization.
  The same suspend optimization works perfectly on 5.8 and 5.10 kernel, so
  something's wrong in the SOF driver in oem-5.6. However, SOF in oem-5.6
  is in Frankenstein state so we better not touch it.

  [Test]
  Suspend a laptop with SOF driver, it can take 30 seconds to suspend, or
  worse, it freezes.

  With the patch applied, it can suspend in 1 second.

  [Regression Risk]
  For HDA codecs that benefit from this PM optimization, it'll take longer
  to suspend and resume. Nothing else changes other than that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1908713/+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 1909866] Re: [Xubuntu 20.04] Distorted HDMI audio

2021-01-04 Thread Brian Murray
** 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/1909866

Title:
  [Xubuntu 20.04] Distorted HDMI audio

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After connecting a laptop to TV set via HDMI and redirecting the sound to 
HDMI the sound becomes distorted.
  It worked perfectly fine on Xubuntu 18.04. The issue occurred immediately 
after upgrading to Xubuntu 20.04.
  It usually works correctly when the movie started playing before the laptop 
was connected to TV-set. Right after connecting the laptop to the TV-set the 
movie continues to play with no sound issues. The sound issues occur when a 
movie is paused and resumed to play. The audio is distorted then.
  The 100% workaround is to change the refresh rate in Xubuntu's display 
settings to another value e.g. 60Hz. It works until I pause the movie again. 
Then I need to switch back to the previous refresh rate e.g. 50Hz and so on. In 
general I choose between 50 and 60 Hz in a round-robin fashion.
  The issue occurs when playing the movies via all available players e.g. 
mplayer, vlc or embedded in web browser.
  It never occurs when using the Laptop's display.
  I cannot observe any system log entries regarding this issue.

  OS: Xubuntu 20.04
  Kernel: 5.4.0-58-generic #64-Ubuntu SMP
  Laptop: Dell Latitude E7440
  TV-set: Panasonic TX-42AS500E

  # dmesg |grep -i audio
  [0.131266] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  [8.527979] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [8.558111] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3226: 
line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
  [8.558114] snd_hda_codec_realtek hdaudioC1D0:speaker_outs=1 
(0x14/0x0/0x0/0x0/0x0)
  [8.558116] snd_hda_codec_realtek hdaudioC1D0:hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
  [8.558117] snd_hda_codec_realtek hdaudioC1D0:mono: mono_out=0x0
  [8.558118] snd_hda_codec_realtek hdaudioC1D0:inputs:
  [8.558120] snd_hda_codec_realtek hdaudioC1D0:  Dock Mic=0x19
  [8.558122] snd_hda_codec_realtek hdaudioC1D0:  Headset Mic=0x1a
  [8.558124] snd_hda_codec_realtek hdaudioC1D0:  Internal Mic=0x12
  [10557.458937] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 
snd_hda_codec_realtek snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi 
snd_hda_intel hci snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb 
videobuf2_memops btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep 
videobuf2_common btintel videodev bluetooth mc snd_pcm ecdh_generic ecc 
snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm 
x86_pkg_temp_thermal intel_powerclamp dell_laptop ledtrig_audio coretemp 
mac80211 kvm_intel snd_seq snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm 
iwlwifi snd rapl intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas 
sparse_keymap wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei 
soundcore mac_hid dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp 
parport sunrpc ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper 
syscopyarea crct10dif_pclmul sysfillrect crc32_pclmul
  [10557.563972] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 
snd_hda_codec_realtek snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi 
snd_hda_intel hci snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb 
videobuf2_memops btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep 
videobuf2_common btintel videodev bluetooth mc snd_pcm ecdh_generic ecc 
snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm 
x86_pkg_temp_thermal intel_powerclamp dell_laptop ledtrig_audio coretemp 
mac80211 kvm_intel snd_seq snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm 
iwlwifi snd rapl intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas 
sparse_keymap wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei 
soundcore mac_hid dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp 
parport sunrpc ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper 
syscopyarea crct10dif_pclmul sysfillrect crc32_pclmul

  # dmesg |grep -i hdmi
  [0.131266] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  [8.543890] input: HDA Intel HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:03.0/sound/card0/input10
  [8.543955] input: HDA Intel HDMI HDMI/DP,pcm=7 as 
/devices/pci:00/:00:03.0/sound/card0/input11
  [8.544014] input: HDA Intel HDMI HDMI/DP,pcm=8 as 
/devices/pci:00/:00:03.0/sound/card0/input12
  [8.544069] input: HDA Intel HDMI HDMI/DP,pcm=9 as 
/devices/pci:00/:00:03.0/sound/card0/input13
  [8.544133] input: HDA Intel HDMI HDMI/DP,pcm=10 as 
/devices/pci000

[Kernel-packages] [Bug 1909866] Missing required logs.

2021-01-04 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1909866

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: focal

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

Title:
  [Xubuntu 20.04] Distorted HDMI audio

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After connecting a laptop to TV set via HDMI and redirecting the sound to 
HDMI the sound becomes distorted.
  It worked perfectly fine on Xubuntu 18.04. The issue occurred immediately 
after upgrading to Xubuntu 20.04.
  It usually works correctly when the movie started playing before the laptop 
was connected to TV-set. Right after connecting the laptop to the TV-set the 
movie continues to play with no sound issues. The sound issues occur when a 
movie is paused and resumed to play. The audio is distorted then.
  The 100% workaround is to change the refresh rate in Xubuntu's display 
settings to another value e.g. 60Hz. It works until I pause the movie again. 
Then I need to switch back to the previous refresh rate e.g. 50Hz and so on. In 
general I choose between 50 and 60 Hz in a round-robin fashion.
  The issue occurs when playing the movies via all available players e.g. 
mplayer, vlc or embedded in web browser.
  It never occurs when using the Laptop's display.
  I cannot observe any system log entries regarding this issue.

  OS: Xubuntu 20.04
  Kernel: 5.4.0-58-generic #64-Ubuntu SMP
  Laptop: Dell Latitude E7440
  TV-set: Panasonic TX-42AS500E

  # dmesg |grep -i audio
  [0.131266] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  [8.527979] snd_hda_intel :00:03.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [8.558111] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3226: 
line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
  [8.558114] snd_hda_codec_realtek hdaudioC1D0:speaker_outs=1 
(0x14/0x0/0x0/0x0/0x0)
  [8.558116] snd_hda_codec_realtek hdaudioC1D0:hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
  [8.558117] snd_hda_codec_realtek hdaudioC1D0:mono: mono_out=0x0
  [8.558118] snd_hda_codec_realtek hdaudioC1D0:inputs:
  [8.558120] snd_hda_codec_realtek hdaudioC1D0:  Dock Mic=0x19
  [8.558122] snd_hda_codec_realtek hdaudioC1D0:  Headset Mic=0x1a
  [8.558124] snd_hda_codec_realtek hdaudioC1D0:  Internal Mic=0x12
  [10557.458937] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 
snd_hda_codec_realtek snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi 
snd_hda_intel hci snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb 
videobuf2_memops btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep 
videobuf2_common btintel videodev bluetooth mc snd_pcm ecdh_generic ecc 
snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm 
x86_pkg_temp_thermal intel_powerclamp dell_laptop ledtrig_audio coretemp 
mac80211 kvm_intel snd_seq snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm 
iwlwifi snd rapl intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas 
sparse_keymap wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei 
soundcore mac_hid dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp 
parport sunrpc ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper 
syscopyarea crct10dif_pclmul sysfillrect crc32_pclmul
  [10557.563972] Modules linked in: ccm vboxnetadp(OE) vboxnetflt(OE) 
vboxdrv(OE) bnep intel_rapl_msr pn544_mei binfmt_misc mei_phy pn544 
snd_hda_codec_realtek snd_hda_codec_generic uvcvideo snd_hda_codec_hdmi 
snd_hda_intel hci snd_intel_dspcfg videobuf2_vmalloc snd_hda_codec nfc btusb 
videobuf2_memops btrtl snd_hda_core mei_hdcp videobuf2_v4l2 btbcm snd_hwdep 
videobuf2_common btintel videodev bluetooth mc snd_pcm ecdh_generic ecc 
snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common iwlmvm 
x86_pkg_temp_thermal intel_powerclamp dell_laptop ledtrig_audio coretemp 
mac80211 kvm_intel snd_seq snd_seq_device libarc4 dell_smm_hwmon snd_timer kvm 
iwlwifi snd rapl intel_cstate input_leds dell_wmi dell_smbios joydev dcdbas 
sparse_keymap wmi_bmof dell_wmi_descriptor serio_raw mei_me cfg80211 mei 
soundcore mac_hid dell_rbtn dell_smo8800 sch_fq_codel parport_pc ppdev lp 
parport sunrpc ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper 
syscopyarea crct10dif_pclmul sysfillrect crc32_pclmul

  # dmesg |grep -

[Kernel-packages] [Bug 1909799] Re: Raspberry Pi 400 won't power down

2021-01-04 Thread Kai-Heng Feng
** Package changed: linux (Ubuntu) => linux-raspi (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/1909799

Title:
  Raspberry Pi 400 won't power down

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  The computer won't power down. Shutting down process stops at: Reached 
target: Power-off
  After waiting a while some messages/errors are being displayed. Screenshot 
attached. I have to disconnect power cable.

  Reboot works properly.

  I'm using Ubuntu Mate 20.10, on Raspberry Pi 400. Everything updated.
  Linux pi-desktop 5.8.0-1010-raspi #13-Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909799/+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 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-01-04 Thread Piotr Zientarski
Avantree DG80 is an amazing device, it works out of box and it switches
between HSP/A2DP profiles automatically - tested with AKG K371-BT and
Denon GC-25w.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Triaged
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-01-04 Thread Richard Merren
I can't seem to get the DG80 working correctly under PopOS 20.10. It
works great for listening to music (though that worked directly on
bluetooth without issues) but I can't seem to get the correct mode for
talk. Since you say you have success with it, I will play with it some
more before returning it and see if I can get it set up properly. It is
probably some kind of configuration thing on my end, but I was hoping it
would solve my microphone problems.

As it stands, my best option is using the headset with my phone for
Teams calls--the sound works perfectly there. If I find the right magic,
I'll reply again here.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Triaged
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1910137] [NEW] Xenial update: v4.4.248 upstream stable release

2021-01-04 Thread Kamal Mostafa
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v4.4.248 upstream stable release
   from git://git.kernel.org/

net/af_iucv: set correct sk_protocol for child sockets
rose: Fix Null pointer dereference in rose_send_frame()
usbnet: ipheth: fix connectivity with iOS 14
bonding: wait for sysfs kobject destruction before freeing struct slave
netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
net/x25: prevent a couple of overflows
cxgb3: fix error return code in t3_sge_alloc_qset()
net: pasemi: fix error return code in pasemi_mac_open()
dt-bindings: net: correct interrupt flags in examples
Input: xpad - support Ardwiino Controllers
powerpc: Stop exporting __clear_user which is now inlined.
btrfs: sysfs: init devices outside of the chunk_mutex
vlan: consolidate VLAN parsing code and limit max parsing depth
usb: gadget: f_fs: Use local copy of descriptors for userspace copy
USB: serial: kl5kusb105: fix memleak on open
USB: serial: ch341: add new Product ID for CH341A
USB: serial: ch341: sort device-id entries
USB: serial: option: add Fibocom NL668 variants
USB: serial: option: add support for Thales Cinterion EXS82
tty: Fix ->pgrp locking in tiocspgrp()
ALSA: hda/realtek - Add new codec supported for ALC897
ALSA: hda/generic: Add option to enforce preferred_dacs pairs
tty: Fix ->session locking
cifs: fix potential use-after-free in cifs_echo_request()
i2c: imx: Fix reset of I2SR_IAL flag
i2c: imx: Check for I2SR_IAL after every byte
arm64: assembler: make adr_l work in modules under KASLR
iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
spi: Introduce device-managed SPI controller allocation
spi: bcm2835: Fix use-after-free on unbind
spi: bcm2835: Release the DMA channel if probe fails after dma_init
tracing: Fix userstacktrace option for instances
btrfs: cleanup cow block on error
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
gfs2: check for empty rgrp tree in gfs2_ri_update
Input: i8042 - fix error return code in i8042_setup_aux()
x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
Linux 4.4.248
UBUNTU: upstream stable to v4.4.248

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: linux (Ubuntu Xenial)
 Importance: Undecided
 Assignee: Kamal Mostafa (kamalmostafa)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  Xenial update: v4.4.248 upstream stable release

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  In Progress

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:

     v4.4.248 upstream stable release
     from git://git.kernel.org/

  net/af_iucv: set correct sk_protocol for child sockets
  rose: Fix Null pointer dereference in rose_send_frame()
  usbnet: ipheth: fix connectivity with iOS 14
  bonding: wait for sysfs kobject destruction before freeing struct slave
  netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
  net/x25: prevent a couple of overflows
  cxgb3: fix error return code in t3_sge_alloc_qset()
  net: pasemi: fix error return code in pasemi_mac_open()
  dt-bindings: net: correct interrupt flags in examples
  Input: xpad - support Ardwiino Controllers
  powerpc: Stop exporting __clear_user which is now inlined.
  btrfs: sysfs: init devices outside of the chunk_mutex
  vlan: consolidate VLAN parsing code and limit max parsing depth
  usb: gadget: f_fs: Use local copy of descriptors for userspace copy
  USB: serial: kl5kusb105: fix memleak on open
  USB: serial: ch341: add new Product ID for CH341A
  USB: serial: ch341: sort device-id entries
  USB: serial: option: add Fibocom NL668 variants
  USB: serial: option: add support for Thales Cinterion EXS82
  tty: Fix ->pgrp 

[Kernel-packages] [Bug 1910137] Re: Xenial update: v4.4.248 upstream stable release

2021-01-04 Thread Kamal Mostafa
** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
+    v4.4.248 upstream stable release
+    from git://git.kernel.org/
  
-v4.4.248 upstream stable release
-from git://git.kernel.org/
+ net/af_iucv: set correct sk_protocol for child sockets
+ rose: Fix Null pointer dereference in rose_send_frame()
+ usbnet: ipheth: fix connectivity with iOS 14
+ bonding: wait for sysfs kobject destruction before freeing struct slave
+ netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
+ net/x25: prevent a couple of overflows
+ cxgb3: fix error return code in t3_sge_alloc_qset()
+ net: pasemi: fix error return code in pasemi_mac_open()
+ dt-bindings: net: correct interrupt flags in examples
+ Input: xpad - support Ardwiino Controllers
+ powerpc: Stop exporting __clear_user which is now inlined.
+ btrfs: sysfs: init devices outside of the chunk_mutex
+ vlan: consolidate VLAN parsing code and limit max parsing depth
+ usb: gadget: f_fs: Use local copy of descriptors for userspace copy
+ USB: serial: kl5kusb105: fix memleak on open
+ USB: serial: ch341: add new Product ID for CH341A
+ USB: serial: ch341: sort device-id entries
+ USB: serial: option: add Fibocom NL668 variants
+ USB: serial: option: add support for Thales Cinterion EXS82
+ tty: Fix ->pgrp locking in tiocspgrp()
+ ALSA: hda/realtek - Add new codec supported for ALC897
+ ALSA: hda/generic: Add option to enforce preferred_dacs pairs
+ tty: Fix ->session locking
+ cifs: fix potential use-after-free in cifs_echo_request()
+ i2c: imx: Fix reset of I2SR_IAL flag
+ i2c: imx: Check for I2SR_IAL after every byte
+ arm64: assembler: make adr_l work in modules under KASLR
+ iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
+ spi: Introduce device-managed SPI controller allocation
+ spi: bcm2835: Fix use-after-free on unbind
+ spi: bcm2835: Release the DMA channel if probe fails after dma_init
+ tracing: Fix userstacktrace option for instances
+ btrfs: cleanup cow block on error
+ mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
+ gfs2: check for empty rgrp tree in gfs2_ri_update
+ Input: i8042 - fix error return code in i8042_setup_aux()
+ x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes
+ Linux 4.4.248

** Description changed:

  SRU Justification
  
  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:
  
     v4.4.248 upstream stable release
     from git://git.kernel.org/
  
  net/af_iucv: set correct sk_protocol for child sockets
  rose: Fix Null pointer dereference in rose_send_frame()
  usbnet: ipheth: fix connectivity with iOS 14
  bonding: wait for sysfs kobject destruction before freeing struct slave
  netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
  net/x25: prevent a couple of overflows
  cxgb3: fix error return code in t3_sge_alloc_qset()
  net: pasemi: fix error return code in pasemi_mac_open()
  dt-bindings: net: correct interrupt flags in examples
  Input: xpad - support Ardwiino Controllers
  powerpc: Stop exporting __clear_user which is now inlined.
  btrfs: sysfs: init devices outside of the chunk_mutex
  vlan: consolidate VLAN parsing code and limit max parsing depth
  usb: gadget: f_fs: Use local copy of descriptors for userspace copy
  USB: serial: kl5kusb105: fix memleak on open
  USB: serial: ch341: add new Product ID for CH341A
  USB: serial: ch341: sort device-id entries
  USB: serial: option: add Fibocom NL668 variants
  USB: serial: option: add support for Thales Cinterion 

[Kernel-packages] [Bug 1910139] [NEW] Xenial update: v4.4.249 upstream stable release

2021-01-04 Thread Kamal Mostafa
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v4.4.249 upstream stable release
   from git://git.kernel.org/

spi: bcm2835aux: Fix use-after-free on unbind
spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
ARC: stack unwinding: don't assume non-current task is sleeping
platform/x86: acer-wmi: add automatic keyboard background light toggle key as 
KEY_LIGHTS_TOGGLE
Input: cm109 - do not stomp on control URB
Input: i8042 - add Acer laptops to the i8042 reset list
pinctrl: amd: remove debounce filter setting in IRQ type setting
UBUNTU: [Config] updateconfigs for SPI_DYNAMIC
spi: Prevent adding devices below an unregistering controller
net/mlx4_en: Avoid scheduling restart task if it is already running
tcp: fix cwnd-limited bug for TSO deferral where we send nothing
net: stmmac: delete the eee_ctrl_timer after napi disabled
net: bridge: vlan: fix error return code in __vlan_add()
USB: dummy-hcd: Fix uninitialized array use in init()
USB: add RESET_RESUME quirk for Snapscan 1212
ALSA: usb-audio: Fix potential out-of-bounds shift
ALSA: usb-audio: Fix control 'access overflow' errors from chmap
xhci: Give USB2 ports time to enter U3 in bus suspend
USB: sisusbvga: Make console support depend on BROKEN
UBUNTU: [Config] updateconfigs for USB_SISUSBVGA_CON
ALSA: pcm: oss: Fix potential out-of-bounds shift
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
USB: serial: cp210x: enable usb generic throttle/unthrottle
scsi: bnx2i: Requires MMU
can: softing: softing_netdev_open(): fix error handling
RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
dm table: Remove BUG_ON(in_interrupt())
soc/tegra: fuse: Fix index bug in get_process_id
USB: serial: option: add interface-number sanity check to flag handling
USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
media: msi2500: assign SPI bus number dynamically
Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
drm/gma500: fix double free of gma_connector
ARM: p2v: fix handling of LPAE translation in BE mode
crypto: talitos - Fix return type of current_desc_hdr()
spi: img-spfi: fix reference leak in img_spfi_resume
ASoC: pcm: DRAIN support reactivation
Bluetooth: Fix null pointer dereference in hci_event_packet()
spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
spi: tegra20-slink: fix reference leak in slink ops of tegra20
spi: tegra20-sflash: fix reference leak in tegra_sflash_resume
spi: tegra114: fix reference leak in tegra spi ops
RDMa/mthca: Work around -Wenum-conversion warning
MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA
media: solo6x10: fix missing snd_card_free in error handling case
drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
Input: ads7846 - fix integer overflow on Rt calculation
Input: ads7846 - fix unaligned access on 7845
powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
soc: ti: knav_qmss: fix reference leak in knav_queue_probe
soc: ti: Fix reference imbalance in knav_dma_probe
drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
memstick: fix a double-free bug in memstick_check
ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host
ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host
orinoco: Move context allocation after processing the skb
cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
NFSv4.2: condition READDIR's mask for security label based on LSM state
lockd: don't use interval-based rebinding over TCP
NFS: switch nfsiod to be an UNBOUND workqueue.
media: saa7146: fix array overflow in vidioc_s_audio()
pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()
memstick: r592: Fix error return in r592_probe()
ASoC: jz4740-i2s: add missed checks for clk_get()
dm ioctl: fix error return code in target_message
clocksource/drivers/arm_arch_timer: Correct fault programming of 
CNTKCTL_EL1.EVNTI
cpufreq: highbank: Add missing MODULE_DEVICE_TABLE
cpufreq: loongson1: Add missing MODULE_ALIAS
cpufreq: scpi: Add missing MODULE_ALIAS
scsi: pm80xx: Fix error return in pm8001_pci_probe()
seq_buf: Avoid type mismatch for seq_buf_init
scsi: fnic: Fix error return code in fnic_probe()
powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops
usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe
usb: oxu210hp-hcd: Fix memory leak in oxu_create
speakup: fix uninitialized flush_lock

[Kernel-packages] [Bug 1894667] Re: [HP 635] Radeon 6310 brightness control does not work

2021-01-04 Thread Alex Hung
** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [HP 635] Radeon 6310 brightness control does not work

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  Brightness setting does not work on versions 16.04.7 and 20.04.1

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3.1
  ProcVersionSignature: Ubuntu 4.15.0-112.113~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-112-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.24
  Architecture: amd64
  CasperVersion: 1.376.2
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Sep  7 12:10:27 2020
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310] [1002:9802] 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Wrestler [Radeon HD 6310] [103c:3577]
  LiveMediaBuild: Ubuntu 16.04.7 LTS "Xenial Xerus" - Release amd64 (20200806)
  MachineType: Hewlett-Packard HP 635 Notebook PC
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd quiet splash --- debian-installer/language=tr 
keyboard-configuration/layoutcode?=tr
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.48
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3577
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 24.4A
  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.48:bd12/18/2011:svnHewlett-Packard:pnHP635NotebookPC:pvr058A10004C1000260:rvnHewlett-Packard:rn3577:rvr24.4A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5336AN G=N L=SMB B=HP S=635
  dmi.product.name: HP 635 Notebook PC
  dmi.product.version: 058A10004C1000260
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.91-2~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Mon Sep  7 14:57:25 2020
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
  xserver.video_driver: radeon
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  xubuntu1827 F pulseaudio
   /dev/snd/controlC0:  xubuntu1827 F pulseaudio
  CasperMD5CheckMismatches: 
./pool/main/g/glibc/libc-dev-bin_2.31-0ubuntu9_amd64.deb
  CasperMD5CheckResult: skip
  CasperVersion: 1.445.1
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 20.04
  LiveMediaBuild: Xubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Hewlett-Packard HP 635 Notebook PC
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=tr_TR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed initrd=/casper/initrd 
quiet splash --- debian-installer/language=tr 
keyboard-configuration/layoutcode?=tr
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-42-generic N/A
   linux-backports-modules-5.4.0-42-generic  N/A
   linux-firmware1.187.2
  Tags:  focal
  Uname: Linux 5.4.0-42-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dm

[Kernel-packages] [Bug 1906515] Re: Bluetooth : No device found (rtl8822cu)

2021-01-04 Thread Olivier V
*** This bug is a duplicate of bug 1887968 ***
https://bugs.launchpad.net/bugs/1887968

Solved in 5.11.0-rc2

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

Title:
  Bluetooth : No device found (rtl8822cu)

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

Bug description:
  Hi,

  The bluetooth with device rtl8822cu does not work with 5.9.12 mainline
  kernel (and all 5.9 kernel).

  Before it worked fine with 5.8.0 mainline kernel.

  A similar problem was solved for rl8822ce in 5.9.11  kernel by arch.
  Discussion here : https://bbs.archlinux.org/viewtopic.php?pid=1940003#p1940003

  meloli@Asus-A17:~$ sudo dmesg | grep -i bluetooth  
  [1.476073] usb 5-1: Product: Bluetooth Radio
  [3.977975] Bluetooth: Core ver 2.22
  [3.978022] Bluetooth: HCI device and connection manager initialized
  [3.978030] Bluetooth: HCI socket layer initialized
  [3.978035] Bluetooth: L2CAP socket layer initialized
  [3.978043] Bluetooth: SCO socket layer initialized
  [4.002039] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c 
lmp_ver=0a lmp_subver=8822
  [4.003996] Bluetooth: hci0: RTL: rom_version status=0 version=3
  [4.004001] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
  [4.006885] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
  [4.007705] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31422
  [4.283989] Bluetooth: hci0: RTL: fw version 0x09993aa1
  [4.933204] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [4.933207] Bluetooth: BNEP filters: protocol multicast
  [4.933214] Bluetooth: BNEP socket layer initialized
  [ 1422.650815] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c 
lmp_ver=0a lmp_subver=8822
  [ 1422.652695] Bluetooth: hci0: RTL: rom_version status=0 version=3
  [ 1422.652725] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
  [ 1422.652877] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
  [ 1422.653058] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31422
  [ 1422.931399] Bluetooth: hci0: RTL: fw version 0x09993aa1
  [ 1632.862056] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=0999 
lmp_ver=0a lmp_subver=3aa1
  [ 1632.862064] Bluetooth: hci0: RTL: unknown IC info, lmp subver 3aa1, hci 
rev 0999, hci ver 000a
  [ 1632.862065] Bluetooth: hci0: RTL: assuming no firmware upload needed
  meloli@Asus-A17:~$ lsmod|grep blue
  bluetooth 647168  12 btrtl,btintel,btbcm,bnep,btusb
  ecdh_generic   16384  1 bluetooth

  
  meloli@Asus-A17:~$ lsusb
  Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 005 Device 002: ID 13d3:3548 IMC Networks Bluetooth Radio
  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 002: ID 0951:1666 Kingston Technology DataTraveler 100 
G3/G4/SE9 G2
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 003 Device 003: ID 13d3:56a2 IMC Networks USB2.0 HD UVC WebCam
  Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  
  meloli@Asus-A17:~$ rfkill list all
  1: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
  3: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.13
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-09-18 (75 days ago)
  InstallationMedia: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  Tags:  focal
  Uname: Linux 5.9.12-050912-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lp lpadmin lxd plugdev sambashare sudo vboxusers
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1906515/+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 1887968] Re: Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

2021-01-04 Thread Olivier V
Solved in 5.11.0-rc2

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

Title:
  Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD
  laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

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

Bug description:
  I'm using Ubuntu 20.04 on a Huawei Matebook 13 AMD laptop which seems
  to use a Realtek RTL8822CE Wifi/Bluetooth combo adapter.

  I've been unsuccessful to pair with 2 different bluetooth mice.
  However bluetooth seems to work with other devices. I'm under the
  impression that this problem only happens with Bluetooth LE devices.

  Trying to pair using bluetoothctl fails with the
  org.bluez.Error.AuthenticationCanceled error:

  [bluetooth]# pair E5:5B:67:2A:09:76
  Attempting to pair with E5:5B:67:2A:09:76
  [CHG] Device E5:5B:67:2A:09:76 Connected: yes
  [CHG] Device E5:5B:67:2A:09:76 Connected: no
  Failed to pair: org.bluez.Error.AuthenticationCanceled

  A quick google search for org.bluez.Error.AuthenticationCanceled
  reported nothing relevant.

  Running btmon while trying to pair with the device gives me the
  following:

  Bluetooth monitor ver 5.53
  = Note: Linux version 5.4.0-40-generic (x86_64)   
0.998188
  = Note: Bluetooth subsystem version 2.22  
0.998193
  = New Index: E8:6F:38:9C:2B:3C (Primary,USB,hci0) 
 [hci0] 0.998194
  = Open Index: E8:6F:38:9C:2B:3C   
 [hci0] 0.998195
  = Index Info: E8:6F:38:9C:2B:3C (Realtek Semiconductor Corporation)   
 [hci0] 0.998197
  @ MGMT Open: bluetoothd (privileged) version 1.14 
   {0x0001} 0.998198
  @ MGMT Open: btmon (privileged) version 1.14  
   {0x0002} 0.998310
  @ MGMT Command: Pair Device (0x0019) plen 8   
{0x0001} [hci0] 8.162442
  LE Address: E5:5B:67:2A:09:76 (Static)
  Capability: KeyboardDisplay (0x04)
  < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 8   
  #1 [hci0] 8.162527
  Own address type: Public (0x00)
  Filter policy: Ignore not in white list (0x01)
  PHYs: 0x01
  Entry 0: LE 1M
Type: Passive (0x00)
Interval: 60.000 msec (0x0060)
Window: 30.000 msec (0x0030)
  > HCI Event: Command Complete (0x0e) plen 4   
  #2 [hci0] 8.284618
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
  Status: Success (0x00)
  < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6   
  #3 [hci0] 8.284654
  Extended scan: Enabled (0x01)
  Filter duplicates: Enabled (0x01)
  Duration: 0 msec (0x)
  Period: 0.00 sec (0x)
  > HCI Event: Command Complete (0x0e) plen 4   
  #4 [hci0] 8.289616
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
  Status: Success (0x00)
  > HCI Event: LE Meta Event (0x3e) plen 52 
  #5 [hci0] 8.343614
LE Extended Advertising Report (0x0d)
  Num reports: 1
  Entry 0
Event type: 0x0013
  Props: 0x0013
Connectable
Scannable
Use legacy advertising PDUs
  Data status: Complete
Legacy PDU Type: ADV_IND (0x0013)
Address type: Random (0x01)
Address: E5:5B:67:2A:09:76 (Static)
Primary PHY: LE 1M
Secondary PHY: No packets
SID: no ADI field (0xff)
TX power: 127 dBm
RSSI: -20 dBm (0xec)
Periodic advertising invteral: 0.00 msec (0x)
Direct address type: Public (0x00)
Direct address: 00:00:00:00:00:00 (OUI 00-00-00)
Data length: 0x1a
  03 19 c2 03 02 01 05 03 03 12 18 0e 09 52 61 7a  .Raz
  65 72 20 41 74 68 65 72 69 73 

[Kernel-packages] [Bug 1910144] [NEW] package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit statu

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

ubuntu failed to update

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: zfsutils-linux 0.8.3-1ubuntu12.5
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.14
AptOrdering: NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Jan  4 13:49:19 2021
ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-09-16 (109 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.2
SourcePackage: zfs-linux
Title: package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal
-- 
package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: installed 
zfsutils-linux package post-installation script subprocess returned error exit 
status 1
https://bugs.launchpad.net/bugs/1910144
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to zfs-linux in Ubuntu.

-- 
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 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-01-04 Thread Piotr Zientarski
Strange, maybe yours is broken?

Sound from mic should be quiet good, like on Windows or Android (mono 16
kHz, or even 48 kHz if your headset supports FastStream codec).

I have also Zoweetek B0310, this one also works for me but it doesn't
have auto profile switching.

I'm using Lenovo T480, ArchLinux with kernel 5.10, pulseaudio 14 and
latest Gnome.

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

Title:
  Poor quality audio with modern Bluetooth headsets in HSP/HFP.  Missing
  wide band speech support (Bluetooth A2DP codecs).

Status in PulseAudio:
  New
Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Triaged
Status in Arch Linux:
  New

Bug description:
  Bluetooth HSP/HFP audio quality is poor on Ubuntu comparative to all
  other major platforms (Windows, MacOS, ChromeOS, Android, iOS).

  Modern Bluetooth headsets (such as the Bose QC series headphones, many
  others) are capable of using HFP 1.6 with mSBC 16kHz audio encoding.
  As it currently stands, Ubuntu defaults to only supporting HSP
  headsets using 8kHz CVSD, and is incapable of supporting HFP 1.6 at
  this time.

  The ChromiumOS team recently tackled this issue -
  https://bugs.chromium.org/p/chromium/issues/detail?id=843048

  Their efforts may assist in bringing this to Ubuntu, however it
  appears that there are quite a lot of differences considering they
  have developed their own audio server solution etc.

  The Bluetooth Telephony Working Group published the HFP 1.6 spec in
  May 2011 -
  https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=238193

  Patches have been proposed in the past for this issue to the kernel
  and PulseAudio:

  PulseAudio: https://patchwork.freedesktop.org/patch/245272/
  Kernel: https://www.spinics.net/lists/linux-bluetooth/msg76982.html

  It appears that the Chromium OS team applied the same kernel patch:
  
https://chromium.googlesource.com/chromiumos/third_party/kernel/+/77dd0cb94c1713a8a12f6e392955dfa64c430e54

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: pulseaudio 1:12.2-2ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jnappi 2777 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jul 27 11:08:29 2019
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2017-11-04 (629 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to disco on 2019-07-18 (9 days ago)
  dmi.bios.date: 06/07/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R07ET67W (2.07 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FW000TUS
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40705 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR07ET67W(2.07):bd06/07/2016:svnLENOVO:pn20FW000TUS:pvrThinkPadT460p:rvnLENOVO:rn20FW000TUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460p
  dmi.product.name: 20FW000TUS
  dmi.product.sku: LENOVO_MT_20FW_BU_Think_FM_ThinkPad T460p
  dmi.product.version: ThinkPad T460p
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1838151/+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 1774950] Re: Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

2021-01-04 Thread PK
Dell 5593-2721
Ubuntu 18.04.5 LTS


Problem appeared after updating kernel version to linux-image-5.4.0-58-generic.

I decided to rollback to previous image linux-image-5.0.0-1070-oem-osp1.

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

Title:
  Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
  Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Released

Bug description:
  ===SRU Justification===
  [Impact]
  Systems with acpi-lpss can't do S3/S4 on Bionic.

  [Test]
  Users confirmed these patches work for them.

  [Fix]
  Commit a192aa923b66a (ACPI / LPSS: Consolidate runtime PM and system
  sleep handling) applies quirks for both runtime and system suspend.
  This causes problems for some systems, so avoid using quirks on S3 and
  S4.

  [Regression Potential]
  Low. These patches are in upstream stable, and it brings back driver's
  old behavior.

  ===Original Bug Report===
  I have installed Kubuntu 18.04 on 3 different machines (my friend's and my 
own) with no suspend problems but my HP Pavilion 11 x360 does not suspend.

  It suspends fine with Ubuntu 17.10, Kubuntu 17.10, Devuan Jesse,
  Devuan ASCII and Windows 10 but fails with Ubuntu 18.04 and Kubuntu
  18.04.

  I have also tried suspend using a live USB of 18.04 on this machine
  and it fails in the same way, so does not appear to be caused by any
  additional programs that I had installed.

  By installing an older kernel (4.14) on Kubuntu 18.04 the suspend
  function works as expected.

  Running Kubuntu 18.04 with kernels 4.15, 4.16, 4.17 results in the
  suspend failure that freezes the machine and requires a hard reset.

  Correct behaviour is -

  Screen goes blank, fan goes off, power LED flashes to show machine is
  in suspend. Pressing power button triggers 'resume' function.

  What happens -

  Screen goes blank, fan stays on, power LED stays on. Machine stays in
  this state and does not respond to any keyboard interaction, mouse
  movement or power button presses.

  Ctrl + Alt + f1 (or f2, f3, f4 etc) does not get any response.

  The only way to use the machine is to shut down by holding down the
  power button.

  Checking the logs suggests that the machine believes it is in suspend
  mode sleep [deep] when it isn't.

  Having to hard reset to get any response means that the kernel logs
  say no more than sleep [deep]

  pm-suspend also results in the same problems with kernels 4.15 and
  4.16, but works fine with 4.14.

  It is curious that a machine that suspends fine on an earlier 4.14
  kernel no longer works with 4.15 and above, whilst 3 other machines
  (including one with pretty similar hardware) do not exhibit this
  problem.

  There are only a handful of questions about it on the forums but at
  least 3 other people have the same problem:

  https://askubuntu.com/questions/1029405/ubuntu-18-04-crashes-on-
  resuming-from-suspend

  https://askubuntu.com/questions/1041369/after-upgrading-
  from-17-10-ubuntu-18-04-wont-sleep-suspend

  I am attempting to round up anyone else with the same issue and point
  them to this bug report.

  My laptop is HP Pavilion x360 11-n013na
  Matalaks is Acer Aspire ES1-511
  collisionTwo has XPS 9560

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1774950/+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 1910144] Re: package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status

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

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

Title:
  package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  returned error exit status 1

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  ubuntu failed to update

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: zfsutils-linux 0.8.3-1ubuntu12.5
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.14
  AptOrdering: NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Jan  4 13:49:19 2021
  ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2020-09-16 (109 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.2
  SourcePackage: zfs-linux
  Title: package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1910144/+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 1910144] Re: package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status

2021-01-04 Thread Colin Ian King
Hi there,

can you provide details of how the upgrade was run and also which
releases were being upgraded from and to?

If possible a full history of installed packages may help me to figure
out why the upgrade failed by attaching /var/log/dkpg.log* to the bug
report and the currently installed packages using

dpkg -l

thanks.

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

Title:
  package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  returned error exit status 1

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  ubuntu failed to update

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: zfsutils-linux 0.8.3-1ubuntu12.5
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.14
  AptOrdering: NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Jan  4 13:49:19 2021
  ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2020-09-16 (109 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.2
  SourcePackage: zfs-linux
  Title: package zfsutils-linux 0.8.3-1ubuntu12.5 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1910144/+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 1895342] Re: Acer Aspire E15 keyboard and trackpad non functional after update to vmlinuz-5.4.0-47-generic

2021-01-04 Thread Neil Hancock
Problem seems to have resolved itself at 5.4.0-58

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

Title:
  Acer Aspire E15 keyboard and trackpad non functional after update to
  vmlinuz-5.4.0-47-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Have an Acer Aspire E15 running Kubuntu 20.04

  Expect: Trackpad and keyboard to work after boot to WM login.

  What Happens: Trackpad/keyboard unresponsive after WM starts.

  Recently ( within last month)  an update has caused the trackpad and
  keyboard to stop being detected after the WM starts and autologin is
  complete.

  Ive reinstalled which puts me at vmlinuz-5.4.0-26-generic, and the
  trackpad/keyboard worked normally. After updating to
  vmlinuz-5.4.0-47-generic and rebooting problem reoccurs.

  Booting to console: keyboard works normally. 
  Booting via Ubuntu advanced options to 5.4.0-26: Keyboard/trackpad works 
normally.

  Some Fn buttons work after login, but only ones monitored by firmware
  (E.g. screen brightness works, volume control doesn't)

  neil@neil-Aspire-E5-511:~$ lsb_release -rd
  Description:Ubuntu 20.04.1 LTS
  Release:20.04

  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.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  neil943 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Fri Sep 11 19:20:04 2020
  InstallationDate: Installed on 2020-09-10 (1 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: Acer Aspire E5-511
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-26-generic 
root=UUID=7c62eb69-2b7c-4aea-a384-1460d6533ecd ro rootflags=subvol=@ 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.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/09/2015
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.10
  dmi.board.name: Aspire E5-511
  dmi.board.vendor: Acer
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAcer:bvrV1.10:bd09/09/2015:svnAcer:pnAspireE5-511:pvrV1.10:rvnAcer:rnAspireE5-511:rvrV1.10:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.family: Bay Trail-M System
  dmi.product.name: Aspire E5-511
  dmi.product.sku: Aspire E5-511_0905_V1.10
  dmi.product.version: V1.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895342/+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 1879633] Re: Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

2021-01-04 Thread Brian Murray
I'm not comfortable with releasing this given the vagueness of the
verification in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1879633/comments/51,
subsequently I'm setting the tags back to verification-needed.

** Tags removed: verification-done-focal
** Tags added: verification-needed-focal

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

Title:
  Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Won't Fix
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Won't Fix
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification: oem-5.6]

  [Impact]

  Qualcomm QCA6390 series not recognized due to the lack of ath11k and all
  its prerequisite drivers.

  $ lspci
  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  [Fix]

  Tag ath11k-qca6390-bringup-202011301608 from ath tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git) marks
  first stable milestone on the platform/device under development since
  v5.6-rc1. Most of the commits under this tag, ~350 commits, have been
  in vanilla kernel v5.10-rc4 except those starting from commit
  065c9528cc50 ("ath11k: add 64bit check before reading msi high addr").

  While ath11k depends on MHI bus, qrtr and qmi helpers, changes falling
  in these components are also pulled.

  Besides, tx encapsulation
  https://lore.kernel.org/linux-wireless/20200908123702.88454-1-...@nbd.name/
  and a couple more inclusive of 6 GHz capability, BSS Color were also
  pulled to satisfy API changes in mac80211/cfg80211.

  [Test Case]

  1. Install firmwares & boot from patched kernel,
  2. ath11k should be now up and running. Check with
 `sudo dmesg | grep ath11k`

  While this is going to bring massive changes to the kernel, as well as
  shared wireless stack that is not only used by ath11k but also many
  others, prebuilt kernel/firmware packages were deployed on platforms
  with and without ath11k for regression tests, and so far the results are
  positive.

  [Where problems could occur]

  ath11k and its relying parts have never been enabled in oem-5.6, so
  changes to them should have little effect on most platforms. For
  platforms equip QCA6390, this will be the first time they're probed and
  enabled, and as the driver is still under polishing, there can be
  regressions, performance lost, power consumption increase at this
  moment.

  Changes to wireless stack could also be an issue as this introduces
  interface changes to the API, so maybe DKMS packages in the wild will be
  affected.

  == SRU for U/OEM-5.10 ==

  [SRU Justification: U/OEM-5.10]

  [Impact]

  Qualcomm QCA6390 series not recognized due to the lack of ath11k
  driver.

  $ lspci
  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  [Fix]

  25 additional fixes in ath tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git), tag
  ath11k-qca6390-bringup-202011301608 to resolve issues on TGL platforms,
  and firmware updates from mainline are required.

  [Test Case]

  1. Install firmwares & boot from patched kernel,
  2. ath11k should be now up and running. Check with
     `sudo dmesg | grep ath11k`

  [Where problems could occur]

  There has been a lot patches landed in kernel since 5.7 devel cycle. The
  last bits here has merge base with mainline at v5.10-rc4, and since then
  only patches for ath11k itself has been committed.

  == Original Bug Description ==

  Qualcomm QCA6390 series not recognized due to the lack of ath11k
  driver.

  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  Depending on bug 1891632 to fix Wi-Fi dead after resumed from suspend.

  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  1842 F pulseaudio
  CasperMD5CheckResult: skip
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
  

[Kernel-packages] [Bug 1899857] Update Released

2021-01-04 Thread Brian Murray
The verification of the Stable Release Update for alsa-lib has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] alsa-lib: support the enum value settings both in "" and in ''

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

Bug description:
  [Impact]
  Recently the ucm added some amixer settings, like this one:
  cset "name='rt711 ADC 23 Mux' 'MIC2'"
  This setting is needed for Dell soundwire audio machines, and only
  this setting is set correctly, the headset-mic could work. And we
  already backported this ucm to focal. But the alsa-lib ctl parse
  doesn't support the enum value in the '' yet, so this amixer setting
  can't be set correctly under current focal and groovy, we need to
  backport a patch from alsa-lib master branch.

  [Fix]
  Backport a patch from upstream, this patch is not in the groovy
  yet (not in the alsa-lib v1.2.3.2), so both groovy and focal need this
  patch.

  [Test Case]
  On the Dell soundwire audio machine, run alsactl init, then check if
  the amixer "rt711 ADC 23 Mux" is set to "MIC2" or not, if it is set
  correctly, it means the alsalib enum ctl parse support both "" and ''
  now.

  
  [Regression Risk]
  This could introduce failure on setting enum amixer settings, users
  will experience the failure of audio device like the speaker can't output
  sound, the mic can't record sound. But this possibility is very low since
  we have tested this SRU on many LENOVO and Dell machines (with and without
  soundwire audio), all worked as fine as before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1899857/+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 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2021-01-04 Thread Vadym Stupakov
The bug is appear after resuming PC from the suspend when VLC was paused.
I love VLC and don't want to switch to other player, so the workaround is 
simply to kill VLC after resume.

I created systemd service for that and now it's fine
Look at the gist 
https://gist.github.com/Red-Eyed/0fdaae7876254dccf4396f33aa1a8875

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

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

Status in nvidia-graphics-drivers-340 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-418 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-435 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-440 package in Ubuntu:
  Confirmed

Bug description:
  To replicate:

  1. Start a video playing, for example in vlc. 'avcodec decoder: Using
  NVIDIA VDPAU Driver Shared Library  418.56  Fri Mar 15 12:31:51 CDT
  2019 for hardware decoding'

  2. Optionally pause it.

  3. Switch to another user.

  The original user's ~/.xsession-errors will rapidly fill up with
  errors along the lines of "vdpau_chroma filter error".

  At the same time, errors are put in /var/log/syslog as well:

  [7f9d604810a0] vdpau_chroma filter error: video mixer features failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer attributes failure: 
An invalid handle value was provided.
  [7f9d604810a0] vdpau_chroma filter error: video mixer rendering failure: 
An invalid handle value was provided.
  (repeat ad nauseum)

  At least one of the two will rapidly fill up its partition and
  problems will arise.

  With AMD video hardware and driver, the video continues playing - you
  can hear the sound despite being in the other user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1846374/+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 1899857] Re: [SRU] alsa-lib: support the enum value settings both in "" and in ''

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-lib - 1.2.2-2.1ubuntu2.3

---
alsa-lib (1.2.2-2.1ubuntu2.3) focal; urgency=medium

  * d/p/0001-control-ctlparse-fix-enum-values-in-or.patch
  - Fix ctl parsing for enum value setting, let it support both
"" and '' (LP: #1899857)

 -- Hui Wang   Wed, 16 Dec 2020 17:23:08 +0800

** Changed in: alsa-lib (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] alsa-lib: support the enum value settings both in "" and in ''

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

Bug description:
  [Impact]
  Recently the ucm added some amixer settings, like this one:
  cset "name='rt711 ADC 23 Mux' 'MIC2'"
  This setting is needed for Dell soundwire audio machines, and only
  this setting is set correctly, the headset-mic could work. And we
  already backported this ucm to focal. But the alsa-lib ctl parse
  doesn't support the enum value in the '' yet, so this amixer setting
  can't be set correctly under current focal and groovy, we need to
  backport a patch from alsa-lib master branch.

  [Fix]
  Backport a patch from upstream, this patch is not in the groovy
  yet (not in the alsa-lib v1.2.3.2), so both groovy and focal need this
  patch.

  [Test Case]
  On the Dell soundwire audio machine, run alsactl init, then check if
  the amixer "rt711 ADC 23 Mux" is set to "MIC2" or not, if it is set
  correctly, it means the alsalib enum ctl parse support both "" and ''
  now.

  
  [Regression Risk]
  This could introduce failure on setting enum amixer settings, users
  will experience the failure of audio device like the speaker can't output
  sound, the mic can't record sound. But this possibility is very low since
  we have tested this SRU on many LENOVO and Dell machines (with and without
  soundwire audio), all worked as fine as before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1899857/+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 1909884] Re: tracker-extract crashes with SIGSYS when adding pdf to filesystem

2021-01-04 Thread Juliane
** Also affects: tracker-miners (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  tracker-extract crashes with SIGSYS when adding pdf to filesystem

Status in linux-raspi package in Ubuntu:
  New
Status in tracker-miners package in Ubuntu:
  New

Bug description:
  Almost daily, _usr_libexec_tracker-extract.1000.crash shows up in
  /var/crash.

  I'm using Raspberry Pi 4B 8GB with Ubuntu 20.10 Desktop and lxqt as
  Desktop.

  uname -a:
  Linux myRaspi 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 
2020 aarch64 aarch64 aarch64 GNU/Linux

  I saw in a previous backtrace that a pdf was the problem. So i
  downloaded some pdf with firefox to /home/username/Documents. In my
  case it was https://www.who.int/ceh/capacity/sanitation_hygiene.pdf

  After doing that, a crash-report was dumped by apport to /var/crash.

  A backtrace and full backtrace is in the attachment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909884/+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 1909898] Re: No response from TouchPad in 'Acer Aspire 5 A517-52G-79Z5' after installing Ubuntu 20.04.1 LTS

2021-01-04 Thread nora rochel
Hello,

thank you for the quick reply. I followed your instructions and put the
output of

sudo dmesg > ~/dmesg.txt

to the attachment.

Best regards
Maik

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909898/+attachment/5449269/+files/dmesg.txt

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

Title:
  No response from TouchPad in 'Acer Aspire 5 A517-52G-79Z5' after
  installing Ubuntu 20.04.1 LTS

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If I remember correctly the touchpad was already not responding when
  booting into Ubuntu from USB stick.

  I followed the guidline
  https://wiki.ubuntu.com/DebuggingTouchpadDetection#generalinfo.
  Unfortunately, I have not found the manufacturer of the touchpad. In
  the

  cat /proc/bus/input/devices > ~/devices

  output I could not find any 'touchpad' entry. Output file 'devices' is
  attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-58-generic 5.4.0-58.64
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.14
  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 Jan  3 12:35:18 2021
  InstallationDate: Installed on 2021-01-02 (0 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Acer Aspire A517-52G
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-58-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-58-generic N/A
   linux-backports-modules-5.4.0-58-generic  N/A
   linux-firmware1.187.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/02/2020
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.04
  dmi.board.asset.tag: Type2 - Board Chassis Location
  dmi.board.name: Jasmine_TL
  dmi.board.vendor: TGL
  dmi.board.version: V1.04
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.04
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.04:bd11/02/2020:svnAcer:pnAspireA517-52G:pvrV1.04:rvnTGL:rnJasmine_TL:rvrV1.04:cvnAcer:ct10:cvrV1.04:
  dmi.product.family: Aspire 5
  dmi.product.name: Aspire A517-52G
  dmi.product.sku: 
  dmi.product.version: V1.04
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909898/+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 1909417] Re: ubuntu server for raspberry pi 400 will not unpack to SD

2021-01-04 Thread Brian Murray
** Package changed: linux (Ubuntu) => 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/1909417

Title:
  ubuntu server for raspberry pi 400 will not unpack to SD

Status in Ubuntu:
  Invalid

Bug description:
  Ubuntu server 20.10 64 bit for raspberry pi 400 downloads fine, but
  will not unpack to 64GB SD card using Balena Etcher on windows.

  Similar desktop version will unpack just fine using exactly the same
  process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1909417/+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 1906655] Re: Ethernet interface broken (Flags mismatch irq) after upgrading to kernel 5.8.0-31

2021-01-04 Thread Jordi Moragues Massanet
The recent kernel update to version 5.4.0-59-lowlatency solved the
problem for me. The Ethernet works correctly.

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

Title:
  Ethernet interface broken (Flags mismatch irq) after upgrading to
  kernel 5.8.0-31

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Realtek ethernet network interface is broken when booting with kernel 
5.8.0-31.
  It works fine when simply booting with previous kernel 5.8.0-29 in GRUB.

  No other packages were updated.

  
  The only related line in /var/log/kern.log:

  Dec  3 14:01:21 hd kernel: [   17.824691] genirq: Flags mismatch irq
  16. 00010080 (enp4s0) vs. 2080 (uhci_hcd:usb3)

  
  `lspci -v` for this network interface below (`lspci -vv` attached):

  04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
  Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
  Flags: bus master, fast devsel, latency 0, IRQ 16
  I/O ports at d000 [size=256]
  Memory at f800 (64-bit, non-prefetchable) [size=4K]
  Expansion ROM at f700 [virtual] [disabled] [size=128K]
  Capabilities: [40] Power Management version 2
  Capabilities: [48] Vital Product Data
  Capabilities: [50] MSI: Enable- Count=1/2 Maskable- 64bit+
  Capabilities: [60] Express Endpoint, MSI 00
  Capabilities: [84] Vendor Specific Information: Len=4c 
  Capabilities: [100] Advanced Error Reporting
  Capabilities: [12c] Virtual Channel
  Capabilities: [148] Device Serial Number 00-00-00-00-10-ec-81-68
  Capabilities: [154] Power Budgeting 
  Kernel driver in use: r8169
  Kernel modules: r8169

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906655/+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 1872055] Re: Qualcomm Atheros QCA9377 [168c:0042] subsystem [17aa:0901] not available in Ubuntu 19.10

2021-01-04 Thread Jeremy
Can you edit /etc/default/grub and change the GRUB_CMDLINE_LINUX_DEFAULT
line to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=realloc"

Then in terminal do sudo update-grub

Reboot

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

Title:
  Qualcomm Atheros QCA9377 [168c:0042] subsystem [17aa:0901] not
  available in Ubuntu 19.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed the ubuntu 19.10 and since the installation it says
  no wifi adpter found but the wifi was working with Windows perfectly
  but since I switch to ubuntu I am not able to use the wifi. I have
  tried lots of different methods to fix this issue on the internet and
  also asked on Ubuntu community for help but none worked for me. It
  seems there's some bug on the os because during the installation the
  wifi was working but after the installation has completed the wifi
  stoped working and says No wifi adapter found.

  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
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anu2180 F pulseaudio
   /dev/snd/controlC0:  anu2180 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 10 16:31:11 2020
  InstallationDate: Installed on 2020-04-09 (1 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  IwConfig:
   lono wireless extensions.
   
   enp0s16u3  no wireless extensions.
   
   enp1s0no wireless extensions.
  MachineType: LENOVO 81FS
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-46-generic 
root=UUID=9462d35f-9a18-4b4c-8372-6429117b7939 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
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/14/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UCN28WW(V2.02)
  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 E41-25
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UCN28WW(V2.02):bd11/14/2019:svnLENOVO:pn81FS:pvrLenovoE41-25:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoE41-25:
  dmi.product.family: E41-25
  dmi.product.name: 81FS
  dmi.product.sku: LENOVO_MT_81FS_BU_idea_FM_E41-25
  dmi.product.version: Lenovo E41-25
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872055/+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 1910108] [NEW] computer crashes soon after startup

2021-01-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Computer crashes about 30 seconds after logging in and connecting with
websites.First the screen goes blank, then the hard drive shuts down,
and in about 30 seconds it starts up again requiring a new sign-in.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.29
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Mon Jan  4 09:20:14 2021
InstallationDate: Installed on 2020-06-21 (197 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade focal
-- 
computer crashes soon after startup
https://bugs.launchpad.net/bugs/1910108
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
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 1910108] Re: computer crashes soon after startup

2021-01-04 Thread Brian Murray
** Package changed: ubuntu-release-upgrader (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/1910108

Title:
  computer crashes soon after startup

Status in linux package in Ubuntu:
  New

Bug description:
  Computer crashes about 30 seconds after logging in and connecting with
  websites.First the screen goes blank, then the hard drive shuts down,
  and in about 30 seconds it starts up again requiring a new sign-in.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.29
  ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
  Uname: Linux 5.4.0-58-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.14
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jan  4 09:20:14 2021
  InstallationDate: Installed on 2020-06-21 (197 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: ubuntu-release-upgrader
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910108/+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 1879633] Re: Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

2021-01-04 Thread Finlay Thompson
Hi Again

I have a XPS13 that needs a working ath11k driver, and I would like to
try the fixes reported here.

What is the recommended approach? (I am happy to reinstall from
scratch).

Thanks for all your work!

F

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

Title:
  Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.6 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Won't Fix
Status in linux-firmware source package in Focal:
  Fix Committed
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux-oem-5.6 source package in Focal:
  Fix Committed
Status in linux source package in Groovy:
  Won't Fix
Status in linux-firmware source package in Groovy:
  Won't Fix
Status in linux-oem-5.10 source package in Groovy:
  Invalid
Status in linux-oem-5.6 source package in Groovy:
  Invalid

Bug description:
  [SRU Justification: oem-5.6]

  [Impact]

  Qualcomm QCA6390 series not recognized due to the lack of ath11k and all
  its prerequisite drivers.

  $ lspci
  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  [Fix]

  Tag ath11k-qca6390-bringup-202011301608 from ath tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git) marks
  first stable milestone on the platform/device under development since
  v5.6-rc1. Most of the commits under this tag, ~350 commits, have been
  in vanilla kernel v5.10-rc4 except those starting from commit
  065c9528cc50 ("ath11k: add 64bit check before reading msi high addr").

  While ath11k depends on MHI bus, qrtr and qmi helpers, changes falling
  in these components are also pulled.

  Besides, tx encapsulation
  https://lore.kernel.org/linux-wireless/20200908123702.88454-1-...@nbd.name/
  and a couple more inclusive of 6 GHz capability, BSS Color were also
  pulled to satisfy API changes in mac80211/cfg80211.

  [Test Case]

  1. Install firmwares & boot from patched kernel,
  2. ath11k should be now up and running. Check with
 `sudo dmesg | grep ath11k`

  While this is going to bring massive changes to the kernel, as well as
  shared wireless stack that is not only used by ath11k but also many
  others, prebuilt kernel/firmware packages were deployed on platforms
  with and without ath11k for regression tests, and so far the results are
  positive.

  [Where problems could occur]

  ath11k and its relying parts have never been enabled in oem-5.6, so
  changes to them should have little effect on most platforms. For
  platforms equip QCA6390, this will be the first time they're probed and
  enabled, and as the driver is still under polishing, there can be
  regressions, performance lost, power consumption increase at this
  moment.

  Changes to wireless stack could also be an issue as this introduces
  interface changes to the API, so maybe DKMS packages in the wild will be
  affected.

  == SRU for U/OEM-5.10 ==

  [SRU Justification: U/OEM-5.10]

  [Impact]

  Qualcomm QCA6390 series not recognized due to the lack of ath11k
  driver.

  $ lspci
  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  [Fix]

  25 additional fixes in ath tree
  (https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git), tag
  ath11k-qca6390-bringup-202011301608 to resolve issues on TGL platforms,
  and firmware updates from mainline are required.

  [Test Case]

  1. Install firmwares & boot from patched kernel,
  2. ath11k should be now up and running. Check with
     `sudo dmesg | grep ath11k`

  [Where problems could occur]

  There has been a lot patches landed in kernel since 5.7 devel cycle. The
  last bits here has merge base with mainline at v5.10-rc4, and since then
  only patches for ath11k itself has been committed.

  == Original Bug Description ==

  Qualcomm QCA6390 series not recognized due to the lack of ath11k
  driver.

  :55:00.0 Unassigned class [ff00]: Qualcomm Device [17cb:1101]
   Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]

  Depending on bug 1891632 to fix Wi-Fi dead after resumed from suspend.

  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  1842 F pulseaudio
  CasperMD5CheckResult: skip
  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: U

[Kernel-packages] [Bug 1904914] Re: Xenial update: v4.4.244 upstream stable release

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-198.230

---
linux (4.4.0-198.230) xenial; urgency=medium

  * xenial/linux: 4.4.0-198.230 -proposed tracker (LP: #1906052)

  * Xenial update: v4.4.244 upstream stable release (LP: #1904914)
- ring-buffer: Fix recursion protection transitions between interrupt 
context
- gfs2: Wake up when sd_glock_disposal becomes zero
- mm: mempolicy: fix potential pte_unmap_unlock pte error
- time: Prevent undefined behaviour in timespec64_to_ns()
- btrfs: reschedule when cloning lots of extents
- net: xfrm: fix a race condition during allocing spi
- perf tools: Add missing swap for ino_generation
- ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()
- can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ
  context
- can: dev: __can_get_echo_skb(): fix real payload length return value for 
RTR
  frames
- can: can_create_echo_skb(): fix echo skb generation: always use 
skb_clone()
- can: peak_usb: add range checking in decode operations
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
- Btrfs: fix missing error return if writeback for extent buffer never 
started
- i40e: Wrong truncation from u16 to u8
- i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
- ath9k_htc: Use appropriate rs_datalen type
- usb: gadget: goku_udc: fix potential crashes in probe
- gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
- gfs2: check for live vs. read-only file system in gfs2_fitrim
- drm/amdgpu: perform srbm soft reset always on SDMA resume
- mac80211: fix use of skb payload instead of header
- cfg80211: regulatory: Fix inconsistent format argument
- iommu/amd: Increase interrupt remapping table limit to 512 entries
- xfs: fix a missing unlock on error in xfs_fs_map_blocks
- of/address: Fix of_node memory leak in of_dma_is_coherent
- cosa: Add missing kfree in error path of cosa_write
- perf: Fix get_recursion_context()
- ext4: correctly report "not supported" for {usr,grp}jquota when
  !CONFIG_QUOTA
- ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
- usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode
- mei: protect mei_cl_mtu from null dereference
- ocfs2: initialize ip_next_orphan
- don't dump the threads that had been already exiting when zapped.
- drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]
- pinctrl: amd: use higher precision for 512 RtcClk
- pinctrl: amd: fix incorrect way to disable debounce filter
- swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
- IPv6: Set SIT tunnel hard_header_len to zero
- net/af_iucv: fix null pointer dereference on shutdown
- net/x25: Fix null-ptr-deref in x25_connect
- net: Update window_clamp if SOCK_RCVBUF is set
- random32: make prandom_u32() output unpredictable
- x86/speculation: Allow IBPB to be conditionally enabled on CPUs with 
always-
  on STIBP
- xen/events: avoid removing an event channel while handling it
- xen/events: add a proper barrier to 2-level uevent unmasking
- xen/events: fix race in evtchn_fifo_unmask()
- xen/events: add a new "late EOI" evtchn framework
- xen/blkback: use lateeoi irq binding
- xen/netback: use lateeoi irq binding
- xen/scsiback: use lateeoi irq binding
- xen/pciback: use lateeoi irq binding
- xen/events: switch user event channels to lateeoi model
- xen/events: use a common cpu hotplug hook for event channels
- xen/events: defer eoi in case of excessive number of events
- xen/events: block rogue events for some time
- Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
- reboot: fix overflow parsing reboot cpu number
- ext4: fix leaking sysfs kobject after failed mount
- Convert trailing spaces and periods in path components
- Linux 4.4.244

  * Xenial update: v4.4.243 upstream stable release (LP: #1904904)
- Linux 4.4.243

  * Xenial update: v4.4.242 upstream stable release (LP: #1903750)
- SUNRPC: ECONNREFUSED should cause a rebind.
- scripts/setlocalversion: make git describe output more reliable
- ravb: Fix bit fields checking in ravb_hwtstamp_get()
- tipc: fix memory leak caused by tipc_buf_append()
- mtd: lpddr: Fix bad logic in print_drs_error
- ata: sata_rcar: Fix DMA boundary mask
- fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
- f2fs crypto: avoid unneeded memory allocation in ->readdir
- powerpc/powernv/smp: Fix spurious DBG() warning
- sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
- f2fs: fix to check segment boundary during SIT page readahead
- um: change sigio_spinlock to a mutex
- xfs: fix realtime bitmap/summary file truncation when growing rt volume
- video: fbdev: pvr2fb: in

  1   2   >