[Kernel-packages] [Bug 1929027] Re: drm/i915: Drop force_probe requirement for ADL-S

2022-02-08 Thread Timo Aaltonen
I'll file a separate bug for jammy instead.

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

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

Title:
  drm/i915: Drop force_probe requirement for ADL-S

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.13 package in Ubuntu:
  Invalid
Status in linux-oem-5.13 source package in Focal:
  Fix Released

Bug description:
  [SRU Justification]

  [Impact]

  ADL-S i915 PCI ID has been in v5.13-rc1 in commit 0883d63b19bbd
  ("drm/i915/adl_s: Add ADL-S platform info and PCI ids"), but it is
  marked require_force_probe currently, therefore early phase development
  takes an extra i915.force_probe=4680 boot parameter to enable i915.

  [Fix]

  Intel should remove this flag sometime later when ADL-S drm is stable
  enough. But before that, we can simply remove that flag from adl_s_info in
  drivers/gpu/drm/i915/i915_pci.c.

  [Test Case]

  i915 should be loaded automatically with patched kernel, so do:

$ lsmod|grep i915
i915

  [Where problems could occur]

  While this is still an alpha platform in development in OEM projects,
  this should not introduce trouble for others. As for ADL, troubles are
  expected and to be resolved.

  == original bug description ==

  ADL i915 PCI IDs have been in v5.13-rc1 in commit 0883d63b19bbd 
("drm/i915/adl_s: Add ADL-S platform info and PCI ids"), but it is marked 
require_force_probe. We need drop this requirement from this kernel so that 
machines being tested don't need to work around it locally.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.17
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  1601 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-01 (413 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IwConfig:
   lono wireless extensions.

   enp0s31f6  no wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 062a:4c01 MosArt Semiconductor Corp. 2.4G INPUT DEVICE
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 2M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
   |__ Port 13: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 
12M
   |__ Port 13: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 
12M
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-2002-oem 
root=UUID=19a0773e-f33a-413d-bb6a-f1e1cc674a3a ro quiet splash vt.handoff=7 
i915.force_probe=4680
  ProcVersionSignature: Ubuntu 5.13.0-2002.2+lp1922856.1.i915.mm.bug-oem 
5.13.0-rc2
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-2002-oem N/A
   linux-backports-modules-5.13.0-2002-oem  N/A
   linux-firmware   1.187.12
  RfKill:

  Tags:  focal
  Uname: Linux 5.13.0-2002-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2021
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: ADLSFWI1.R00.2081.A02.2102250858
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AlderLake-S ADP-S DDR5 UDIMM CRB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: 2
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.ec.firmware.release: 1.25
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrADLSFWI1.R00.2081.A02.2102250858:bd02/25/2021:efr1.25:svnIntelCorporation:pnAlderLakeClientPlatform:pvr0.1:sku1001002B0100:rvnIntelCorporation:rnAlderLake-SADP-SDDR5UDIMMCRB:rvr2:cvnIntelCorporation:ct3:cvr0.1:
  dmi.product.family: Alder Lake Client System
  dmi.product.name: Alder Lake Client Platform
  dmi.product.sku: 1001002B0100
  dmi.product.version: 0.1
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929027/+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 1960300] [NEW] llvm-objcopy cannot generate EFI images valid for Ubuntu Core

2022-02-08 Thread Alfonso Sanchez-Beato
Public bug reported:

llvm-objcopy cannot generate EFI images valid for Ubuntu Core, due to
some bugs already fixed in upstream:

https://llvm.org/PR51243
https://llvm.org/PR51244

Patches fixing the issues:

https://github.com/llvm/llvm-project/commit/cdd407286a9652ec62b33f437a298754fe3ba7ab
https://github.com/llvm/llvm-project/commit/b25ab4f313f38d3dee9674789cf56b9143515034
https://github.com/llvm/llvm-project/commit/b33fd3177229c67fe44b65fff8666a7746595daa

** Affects: llvm-toolchain-13 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core

Status in llvm-toolchain-13 package in Ubuntu:
  New

Bug description:
  llvm-objcopy cannot generate EFI images valid for Ubuntu Core, due to
  some bugs already fixed in upstream:

  https://llvm.org/PR51243
  https://llvm.org/PR51244

  Patches fixing the issues:

  
https://github.com/llvm/llvm-project/commit/cdd407286a9652ec62b33f437a298754fe3ba7ab
  
https://github.com/llvm/llvm-project/commit/b25ab4f313f38d3dee9674789cf56b9143515034
  
https://github.com/llvm/llvm-project/commit/b33fd3177229c67fe44b65fff8666a7746595daa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-13/+bug/1960300/+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 1960298] [NEW] Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P

2022-02-08 Thread Timo Aaltonen
Public bug reported:

Hi

These commits add the missing commits from oem-5.14 to fix known issues for 
Alder Lake (ADL) S & P.
The final patch enables loading i915 on them without require_force_probe option.

The original bug reports are:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929027
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1940504
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954728
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945438

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

** Description changed:

  Hi
  
  These commits add the missing commits from oem-5.14 to fix known issues for 
Alder Lake (ADL) S & P.
  The final patch enables loading i915 on them without require_force_probe 
option.
  
  The original bug reports are:
  
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929027
  https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1940504
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954728
+ https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945438

** 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/1960298

Title:
  Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi

  These commits add the missing commits from oem-5.14 to fix known issues for 
Alder Lake (ADL) S & P.
  The final patch enables loading i915 on them without require_force_probe 
option.

  The original bug reports are:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1929027
  https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1940504
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954728
  https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1945438

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960298/+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 1959984] Comment bridged from LTC Bugzilla

2022-02-08 Thread bugproxy
--- Comment From mihaj...@de.ibm.com 2022-02-08 07:17 EDT---
FWIW: Backporting the long kernel command line is not a pre-req for adding this 
to QEMU. This change is required to support *guests* which have the necessary 
kernel support(e.g. future Ubuntu 22.10 or upcoming HWE kernels).

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete
Status in qemu package in Ubuntu:
  Fix Committed

Bug description:
  KVM: Allow long kernel command lines for QEMU

  Description:
  Originally, the kernel command line length was limited to 896 bytes, due to 
its fixed size in the kernel image. Recent kernels  can support larger command 
lines by checking out the position and length using new fields in the kernel 
image. This feature allows QEMU direct kernel boot to use larger command lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959984/+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 1960034] Re: systemd/248.3-1ubuntu8.2 ADT test failure with linux/5.13.0-29.32

2022-02-08 Thread Kleber Sacilotto de Souza
Confirmed that systemd storage testacase is now successful with
impish:linux 5.13.0-30.33:

amd64 - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/s/systemd/20220207_183233_91879@/log.gz
arm64 - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/arm64/s/systemd/20220207_164846_df7a7@/log.gz
ppc64el - 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/s/systemd/20220207_155813_b0af1@/log.gz

** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  systemd/248.3-1ubuntu8.2 ADT test failure with linux/5.13.0-29.32

Status in linux package in Ubuntu:
  Invalid
Status in systemd package in Ubuntu:
  Invalid
Status in linux source package in Impish:
  Fix Committed
Status in systemd source package in Impish:
  Invalid

Bug description:
  This is a scripted bug report about ADT failures while running systemd
  tests for linux/5.13.0-29.32 on impish. Whether this is caused by the
  dep8 tests of the tested source or the kernel has yet to be
  determined.

  Testing failed on:
  amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/s/systemd/20220204_114518_6b600@/log.gz
  arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/arm64/s/systemd/20220201_135548_7f169@/log.gz
  ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/s/systemd/20220201_110103_b02e4@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960034/+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 1871015] Re: test_vxlan_under_vrf.sh in net from ubuntu_kernel_selftests failed with H (Check VM connectivity through VXLAN (underlay in the default VRF) [FAIL])

2022-02-08 Thread Krzysztof Kozlowski
Also: 2022.01.03/bionic/linux-azure-5.4/5.4.0-1069.72~18.04

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

Title:
  test_vxlan_under_vrf.sh in net from ubuntu_kernel_selftests failed
  with H (Check VM connectivity through VXLAN (underlay in the default
  VRF) [FAIL])

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Hirsute:
  Won't Fix

Bug description:
  Issue found with GCP 5.3.0-1017.18~18.04.1

   # selftests: net: test_vxlan_under_vrf.sh
   # Checking HV connectivity [ OK ]
   # Check VM connectivity through VXLAN (underlay in the default VRF) [FAIL]
   not ok 25 selftests: net: test_vxlan_under_vrf.sh # exit=1

  
  The failure is different from bug 1837348

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1871015/+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 1959665] Re: linux-image-5.4.0-97.110 freezes by accessing cifs shares

2022-02-08 Thread Sebastian Berner
Hi Tim,

I can confirm that 5.4.0-99.112 fixes the cifs issue.

Testing in our environment does not show any freezes accessing cifs
shares while using 5.4.0-99.112.

Best Regards,
Sebastian

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

Title:
  linux-image-5.4.0-97.110 freezes by accessing cifs shares

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Released

Bug description:
  Ubuntu 20.04 with kernel image 5.4.0-97.110 randomly freezes when we
  access cifs shares. The system needs a hard reset after the freeze.

  The previous kernel image (5.4.0-96.109) does not show this behavior.
  Multiple Ubuntu 20.04 systems running on kernel image 9.4.0-97.110 are
  affected on our sites.

  The cifs shares are accessed via autofs using Kerberos authentication.

  The following info is the only error message we could actively catch
  on a different system before the system was frozen:

  general protection fault:  [#3] SMP PTI
  CPU: 0 PID: 21294 Comm: automount Tainted: G  DOE 
5.4.0-97-generic #110-Ubuntu
  Hardware name: Dell Inc. Precision 7530/03RV2M, BIOS 1.14.4 10/21/2020
  RIP: 0010:kmem_cache_alloc_trace+0x8c/0x240
  Code: 08 65 4c 03 05 1d e8 f7 6e 49 83 78 10 00 4d 8b 38 0f 84 92 01 00 00 4d 
85 ff 0f 84 89 01 00 00 41 8b 41 20 49 8b 39 4c 01 f8 <48> 8b 18 48 89 c1 49 33 
99 70 01 00 00 4c 89 f8 48 0f c9 48 31 cb
  RSP: 0018:a6ca860f7ba0 EFLAGS: 00010286
  RAX: fdd44d7c219190e1 RBX:  RCX: 
  RDX: d558 RSI: 0cc0 RDI: 00035060
  RBP: a6ca860f7bd0 R08: 99233c035060 R09: 992338c079c0
  R10: 0001 R11: 0004 R12: 0cc0
  R13: 000b R14: 992338c079c0 R15: fdd44d7c219190e1
  FS:  7fdc24e29700() GS:99233c00() knlGS:
  CS:  0010 DS:  ES:  CR0: 80050033
  CR2: 7f15a80ee010 CR3: 0007e36b2006 CR4: 003606f0
  Call Trace:
   ? proc_self_get_link+0x70/0xd0
   proc_self_get_link+0x70/0xd0
   link_path_walk.part.0+0x478/0x550
   ? trailing_symlink+0x1d1/0x280
   path_openat+0xb7/0x290
   do_filp_open+0x91/0x100
   ? unuse_pde+0x30/0x30
   do_sys_open+0x17e/0x290
   __x64_sys_openat+0x20/0x30
   __orig_openat+0x71/0xc0 [eset_rtp]
   ? __switch_to_asm+0x40/0x70
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   ? __x64_sys_futex+0x13f/0x170
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   __x64_sys_ertp_openat+0x29/0x60 [eset_rtp]
   do_syscall_64+0x57/0x190
   entry_SYSCALL_64_after_hwframe+0x44/0xa9
  RIP: 0033:0x7fdc28a41f24
  Code: 24 20 eb 8f 66 90 44 89 54 24 0c e8 56 68 f8 ff 44 8b 54 24 0c 44 89 e2 
48 89 ee 41 89 c0 bf 9c ff ff ff b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 77 32 
44 89 c7 89 44 24 0c e8 88 68 f8 ff 8b 44
  RSP: 002b:7fdc24e25980 EFLAGS: 0293 ORIG_RAX: 0101
  RAX: ffda RBX: 7fdc040008d0 RCX: 7fdc28a41f24
   ? unuse_pde+0x30/0x30
   do_sys_open+0x17e/0x290
   __x64_sys_openat+0x20/0x30
   __orig_openat+0x71/0xc0 [eset_rtp]
   ? __switch_to_asm+0x40/0x70
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   ? __x64_sys_futex+0x13f/0x170
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   ? __switch_to_asm+0x34/0x70
   ? __switch_to_asm+0x40/0x70
   __x64_sys_ertp_openat+0x29/0x60 [eset_rtp]
   do_syscall_64+0x57/0x190
   entry_SYSCALL_64_after_hwframe+0x44/0xa9
  RIP: 0033:0x7fdc28a41f24
  Code: 24 20 eb 8f 66 90 44 89 54 24 0c e8 56 68 f8 ff 44 8b 54 24 0c 44 89 e2 
48 89 ee 41 89 c0 bf 9c ff ff ff b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 77 32 
44 89 c7 89 44 24 0c e8 88 68 f8 ff 8b 44
  RSP: 002b:7fdc24e25980 EFLAGS: 0293 ORIG_RAX: 0101
  RAX: ffda RBX: 7fdc040008d0 RCX: 7fdc28a41f24
  RDX: 0008 RSI: 564d4410a8c8 RDI: ff9c
  RBP: 564d4410a8c8 R08:  R09: 0001
  R10:  R11: 0293 R12: 0008
  R13: 564d4410e28a R14: 7fdc24e25b40 R15: 7fdc24e28fc0
  Modules linked in: cmac nls_utf8 cifs fscache libdes ccm vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) eset_rtp(OE) xt_conntrack xt_MASQUERADE 
nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter 
iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ip>
   snd_seq_midi coretemp snd_seq_midi_event snd_rawmidi kvm_intel snd_seq kvm 
dell_wmi snd_seq_device rapl dell_smbios snd_timer dcdbas intel_cstate 
input_leds iwlwifi serio_raw snd intel_wmi_thunderbolt rtsx_pci_ms 
dell_wmi_descriptor wmi_bmof processor_thermal_device ucsi_acp>
   pinctrl_cannonlake video pinctrl_intel
  ---[ end trace 80828f22da45a19b ]---
  RIP: 0010:__slab_free+0x199/0x360
  Code: 00 48 

[Kernel-packages] [Bug 1944080] Re: [fan-network] Race-condition between "apt update" and dhcp request causes cloud-init error

2022-02-08 Thread Joseph Phillips
** Changed in: juju
   Status: In Progress => Triaged

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

Title:
  [fan-network] Race-condition between "apt update" and dhcp request
  causes cloud-init error

Status in OpenStack RabbitMQ Server Charm:
  Invalid
Status in juju:
  Triaged
Status in ubuntu-fan package in Ubuntu:
  New

Bug description:
  Hi,

  Using manual provider on top of VMWare.

  Juju: 2.9.14
  VM: Focal
  Containers: Bionic

  I've noticed that, in a given Focal host, 2x Bionic containers may
  have different behavior: one successfully completes cloud-init whereas
  the other fails. The failed container errors at "apt update" in cloud-
  init with:

  Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Something wicked happened resolving 'PROXY_IP:' (-9 - Address family 
for hostname not supported)
  (Likely this is the line where it breaks: 
https://github.com/Debian/apt/blob/766b24b7f7484751950c76bc66d3d6cdeaf949a5/methods/connect.cc#L436)

  Failed container, full cloud-init-output.log: 
https://pastebin.canonical.com/p/hKNw49mvJP/
  Successful container, full cloud-init-output.log: 
https://pastebin.canonical.com/p/P6MZdQPrWd/
  Host syslog: https://pastebin.canonical.com/p/jjMmWRFd9y/

  I can see that, on the host, dnsmasq served the FAN IP to the broken
  container after the "apt-update" was called.

  - FAILED CONTAINER -:
  Sep 19 13:02:14 lma-stack-2 dnsmasq-dhcp[1243]: DHCPOFFER(fan-252) 
252.252.15.198 00:16:3e:da:dd:c4 
  apt-update on cloud-init was ran:
  Cloud-init v. 21.2-3-g899bfaa9-0ubuntu2~18.04.1 running 'modules:config' at 
Sun, 19 Sep 2021 13:02:13 +. Up 3.90 seconds.

  
  - SUCCESSFUL CONTAINER -:
  Sep 19 13:09:40 lma-stack-2 dnsmasq-dhcp[1243]: DHCPOFFER(fan-252) 
252.252.15.253 00:16:3e:d7:6b:ef 
  apt-update on cloud-init was ran:
  Cloud-init v. 21.2-3-g899bfaa9-0ubuntu2~18.04.1 running 'modules:config' at 
Sun, 19 Sep 2021 13:10:10 +. Up 35.99 seconds.

  In the case of the Failed Container, the DHCPOFFER arrived 1s after
  the "apt update" was requested, whereas the Successful Container
  logged a DHCPOFFER 30s before the "apt update".

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-rabbitmq-server/+bug/1944080/+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 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Kleber Sacilotto de Souza
Attached is the testcase log from the run with the previous focal:linux
kernel version (5.4.0-97.110).

I believe that it's very unlikely that this issue is caused by a kernel
change. Between versions 5.4.0-97.110 and 5.4.0-99.112 only a few cifs
patches were reverted to fix a regression
(https://launchpad.net/ubuntu/+source/linux/5.4.0-99.112). These patches
were applied to 5.4.0-97.110 and reverted on 5.4.0-99.112. I haven't
looked at the lxc testcases, but cifs changes should unlikely cause lxc
failures.

** Attachment added: 
"sru-generic-metal-akis.amd64-5.4.0-97.110-ubuntu_lxc-log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+attachment/5559658/+files/sru-generic-metal-akis.amd64-5.4.0-97.110-ubuntu_lxc-log.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/1960094

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

Status in linux package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  New
Status in lxc source package in Focal:
  Incomplete

Bug description:
  There are failures in ubuntu_lxc regression tests on Focal/linux/5.4.0-99.112 
sru cycle 2022.01.03 with the error
  lxc-create: symbol lookup error: lxc-create: undefined symbol: strlcat

  These errors did not appear on previous kernels in the same cycle and
  now have a few tests failing on all architectures and systems as of
  Feb 4th 2022 it seems. Log with details is attached in the comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+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 1959710] Re: i40e NIC no longer working

2022-02-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** 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/1959710

Title:
  i40e NIC no longer working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Running Intel X710-DA4 NICs and they are no longer showing up since
  upgrading to 5.4.0-97 from 5.4.0-96.

  Note that we are running pf_ring ZC on this system and we are getting
  errors.

  The interfaces no longer show up with ifconfig either after boot
  however they are seen in dmesg.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-97-generic 5.4.0-97.110
  ProcVersionSignature: Ubuntu 5.4.0-97.110-generic 5.4.162
  Uname: Linux 5.4.0-97-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Feb  1 14:02 seq
   crw-rw 1 root audio 116, 33 Feb  1 14:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: pass
  Date: Tue Feb  1 14:03:20 2022
  InstallationDate: Installed on 2021-10-26 (98 days ago)
  InstallationMedia: Ubuntu-Server 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210824)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04b4:6570 Cypress Semiconductor Corp. Unprogrammed 
CY7C65632/34 hub HX2VL
   Bus 001 Device 004: ID 0624:0402 Avocent Corp. Cisco Virtual Keyboard and 
Mouse
   Bus 001 Device 002: ID 05a6:0a00 Cisco Systems, Inc. Integrated Management 
Controller Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Cisco Systems Inc UCSC-C240-M5SX
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 mgag200drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-97-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-97-generic N/A
   linux-backports-modules-5.4.0-97-generic  N/A
   linux-firmware1.187.25
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2020
  dmi.bios.vendor: Cisco Systems, Inc.
  dmi.bios.version: C240M5.4.1.3e.0.1210201753
  dmi.board.asset.tag: Unknown
  dmi.board.name: UCSC-C240-M5SX
  dmi.board.vendor: Cisco Systems Inc
  dmi.board.version: 74-105773-01
  dmi.chassis.asset.tag: Unknown
  dmi.chassis.type: 23
  dmi.chassis.vendor: Cisco Systems Inc
  dmi.chassis.version: 74-105778-02
  dmi.modalias: 
dmi:bvnCiscoSystems,Inc.:bvrC240M5.4.1.3e.0.1210201753:bd12/10/2020:svnCiscoSystemsInc:pnUCSC-C240-M5SX:pvrA0:rvnCiscoSystemsInc:rnUCSC-C240-M5SX:rvr74-105773-01:cvnCiscoSystemsInc:ct23:cvr74-105778-02:
  dmi.product.name: UCSC-C240-M5SX
  dmi.product.version: A0
  dmi.sys.vendor: Cisco Systems Inc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959710/+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 1960309] [NEW] kselftest ftrace inter-event histogram trigger snapshot action failure

2022-02-08 Thread Andrea Righi
Public bug reported:

This ftrace sub-test is failing on focal with the latest hwe-5.15:

[stdout] # [67] event trigger - test inter-event histogram trigger
snapshot action[FAIL]

We have not seen this failure before.

** Affects: linux (Ubuntu)
 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/1960309

Title:
  kselftest ftrace inter-event histogram trigger snapshot action failure

Status in linux package in Ubuntu:
  New

Bug description:
  This ftrace sub-test is failing on focal with the latest hwe-5.15:

  [stdout] # [67] event trigger - test inter-event histogram trigger
  snapshot action[FAIL]

  We have not seen this failure before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960309/+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 1951390] Re: update iproute2

2022-02-08 Thread Andrea Righi
Adding also focal, because with the new linux-hwe-5.15 we get the same
failure.

** Summary changed:

- update iproute2 in jammy
+ update iproute2

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

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

Title:
  update iproute2

Status in iproute2 package in Ubuntu:
  Fix Released
Status in iproute2 source package in Focal:
  New
Status in iproute2 source package in Jammy:
  Fix Released

Bug description:
  [Impact]

  Kernel 5.15 requires iproute2 at least v5.14 to properly support IPv6
  In-situ OAM (IOAM6).

  [Test case]

  This lack of support is triggering the following kernel selftest
  failure:

   # selftests: net: ioam6.sh
   # SKIP: iproute2 too old, missing ioam command
   not ok 1 selftests: net: ioam6.sh # exit=1

  [Fix]

  We're still using iproute2 v5.10 in jammy. It'd be nice to update to
  the latest upstream version (v5.15) to properly support this new
  kernel feature (and more).

  [Regression potential]

  We may introduce networking regressions with this change, because we
  are jumping from iproute2 5.10 to 5.15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1951390/+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 1837035] Re: memcg_stat_rss from controllers in ubuntu_ltp failed

2022-02-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  memcg_stat_rss from controllers in ubuntu_ltp failed

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-aws package in Ubuntu:
  Confirmed

Bug description:
  This issue was spotted on an i386 node "pepe" with Disco kernel,
  it failed with:

  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 4 TFAIL: Process 1845 exited with 1 after warm up

  
  <<>>
  tag=memcg_stat_rss stime=1563448062
  cmdline="memcg_stat_rss.sh"
  contacts=""
  analysis=exit
  <<>>
  memcg_stat_rss 1 TINFO: Starting test 1
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 1 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 1 TINFO: Running memcg_process --mmap-anon -s 135168
  memcg_stat_rss 1 TINFO: Warming up pid: 1784
  memcg_stat_rss 1 TINFO: Process is still here after warm up: 1784
  memcg_stat_rss 1 TPASS: rss is 135168 as expected
  memcg_stat_rss 2 TINFO: Starting test 2
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 2 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 2 TINFO: Running memcg_process --mmap-file -s 4096
  memcg_stat_rss 2 TINFO: Warming up pid: 1804
  memcg_stat_rss 2 TINFO: Process is still here after warm up: 1804
  memcg_stat_rss 2 TPASS: rss is 0 as expected
  memcg_stat_rss 3 TINFO: Starting test 3
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 3 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 3 TINFO: Running memcg_process --shm -k 3 -s 4096
  memcg_stat_rss 3 TINFO: Warming up pid: 1825
  memcg_stat_rss 3 TINFO: Process is still here after warm up: 1825
  memcg_stat_rss 3 TPASS: rss is 0 as expected
  memcg_stat_rss 4 TINFO: Starting test 4
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 4 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 4 TINFO: Running memcg_process --mmap-anon --mmap-file --shm 
-s 135168
  memcg_stat_rss 4 TINFO: Warming up pid: 1845
  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 4 TFAIL: Process 1845 exited with 1 after warm up
  memcg_stat_rss 5 TINFO: Starting test 5
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 5 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 5 TINFO: Running memcg_process --mmap-lock1 -s 135168
  memcg_stat_rss 5 TINFO: Warming up pid: 1858
  memcg_stat_rss 5 TINFO: Process is still here after warm up: 1858
  memcg_stat_rss 5 TPASS: rss is 135168 as expected
  memcg_stat_rss 6 TINFO: Starting test 6
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 6 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 6 TINFO: Running memcg_process --mmap-anon -s 135168
  memcg_stat_rss 6 TINFO: Warming up pid: 1878
  memcg_stat_rss 6 TINFO: Process is still here after warm up: 1878
  memcg_stat_rss 6 TPASS: rss is 135168 as expected
  memcg_stat_rss 7 TPASS: rss is 0 as expected
  memcg_stat_rss 8 TINFO: Starting test 7
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 8 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 8 TINFO: Running memcg_process --mmap-file -s 4096
  memcg_stat_rss 8 TINFO: Warming up pid: 1901
  memcg_stat_rss 8 TINFO: Process is still here after warm up: 1901
  memcg_stat_rss 8 TPASS: rss is 0 as expected
  memcg_stat_rss 9 TPASS: rss is 0 as expected
  memcg_stat_rss 10 TINFO: Starting test 8
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 10 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 10 TINFO: Running memcg_process --shm -k 8 -s 4096
  memcg_stat_rss 10 TINFO: Warming up pid: 1925
  memcg_stat_rss 10 TINFO: Process is still here after warm up: 1925
  memcg_stat_rss 10 TPASS: rss is 0 as expected
  memcg_stat_rss 11 TPASS: rss is 0 as expected
  memcg_stat_rss 12 TINFO: Starting test 9
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 12 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 12 TINFO: Running memcg_process --mmap-anon --mmap-file --shm 
-s 135168
  memcg_stat_rss 12 TINFO: Warming up pid: 1948
  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 12 TFAIL: 

[Kernel-packages] [Bug 1837035] Re: memcg_stat_rss from controllers in ubuntu_ltp failed

2022-02-08 Thread Krzysztof Kozlowski
Also: 2022.01.03/bionic/linux-azure-5.4/5.4.0-1069.72~18.04.1

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

Title:
  memcg_stat_rss from controllers in ubuntu_ltp failed

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux-aws package in Ubuntu:
  Confirmed

Bug description:
  This issue was spotted on an i386 node "pepe" with Disco kernel,
  it failed with:

  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 4 TFAIL: Process 1845 exited with 1 after warm up

  
  <<>>
  tag=memcg_stat_rss stime=1563448062
  cmdline="memcg_stat_rss.sh"
  contacts=""
  analysis=exit
  <<>>
  memcg_stat_rss 1 TINFO: Starting test 1
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 1 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 1 TINFO: Running memcg_process --mmap-anon -s 135168
  memcg_stat_rss 1 TINFO: Warming up pid: 1784
  memcg_stat_rss 1 TINFO: Process is still here after warm up: 1784
  memcg_stat_rss 1 TPASS: rss is 135168 as expected
  memcg_stat_rss 2 TINFO: Starting test 2
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 2 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 2 TINFO: Running memcg_process --mmap-file -s 4096
  memcg_stat_rss 2 TINFO: Warming up pid: 1804
  memcg_stat_rss 2 TINFO: Process is still here after warm up: 1804
  memcg_stat_rss 2 TPASS: rss is 0 as expected
  memcg_stat_rss 3 TINFO: Starting test 3
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 3 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 3 TINFO: Running memcg_process --shm -k 3 -s 4096
  memcg_stat_rss 3 TINFO: Warming up pid: 1825
  memcg_stat_rss 3 TINFO: Process is still here after warm up: 1825
  memcg_stat_rss 3 TPASS: rss is 0 as expected
  memcg_stat_rss 4 TINFO: Starting test 4
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 4 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 4 TINFO: Running memcg_process --mmap-anon --mmap-file --shm 
-s 135168
  memcg_stat_rss 4 TINFO: Warming up pid: 1845
  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 4 TFAIL: Process 1845 exited with 1 after warm up
  memcg_stat_rss 5 TINFO: Starting test 5
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 5 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 5 TINFO: Running memcg_process --mmap-lock1 -s 135168
  memcg_stat_rss 5 TINFO: Warming up pid: 1858
  memcg_stat_rss 5 TINFO: Process is still here after warm up: 1858
  memcg_stat_rss 5 TPASS: rss is 135168 as expected
  memcg_stat_rss 6 TINFO: Starting test 6
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 6 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 6 TINFO: Running memcg_process --mmap-anon -s 135168
  memcg_stat_rss 6 TINFO: Warming up pid: 1878
  memcg_stat_rss 6 TINFO: Process is still here after warm up: 1878
  memcg_stat_rss 6 TPASS: rss is 135168 as expected
  memcg_stat_rss 7 TPASS: rss is 0 as expected
  memcg_stat_rss 8 TINFO: Starting test 7
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 8 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 8 TINFO: Running memcg_process --mmap-file -s 4096
  memcg_stat_rss 8 TINFO: Warming up pid: 1901
  memcg_stat_rss 8 TINFO: Process is still here after warm up: 1901
  memcg_stat_rss 8 TPASS: rss is 0 as expected
  memcg_stat_rss 9 TPASS: rss is 0 as expected
  memcg_stat_rss 10 TINFO: Starting test 8
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 10 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 10 TINFO: Running memcg_process --shm -k 8 -s 4096
  memcg_stat_rss 10 TINFO: Warming up pid: 1925
  memcg_stat_rss 10 TINFO: Process is still here after warm up: 1925
  memcg_stat_rss 10 TPASS: rss is 0 as expected
  memcg_stat_rss 11 TPASS: rss is 0 as expected
  memcg_stat_rss 12 TINFO: Starting test 9
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 522: echo: echo: I/O error
  memcg_stat_rss 12 TINFO: set /dev/memcg/memory.use_hierarchy to 0 failed
  memcg_stat_rss 12 TINFO: Running memcg_process --mmap-anon --mmap-file --shm 
-s 135168
  memcg_stat_rss 12 TINFO: Warming up pid: 1948
  memcg_process: shmget() failed: Invalid argument
  /opt/ltp/testcases/bin/memcg_stat_rss.sh: 168: kill: No such process

  memcg_stat_rss 12 TFAIL: Process 1948 exited with 1 after warm up
  memcg_stat_rss 13 TINFO: Starting test 

[Kernel-packages] [Bug 1959984] Re: [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

2022-02-08 Thread Frank Heimes
** Information type changed from Private to Public

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete
Status in qemu package in Ubuntu:
  Fix Committed

Bug description:
  KVM: Allow long kernel command lines for QEMU

  Description:
  Originally, the kernel command line length was limited to 896 bytes, due to 
its fixed size in the kernel image. Recent kernels  can support larger command 
lines by checking out the position and length using new fields in the kernel 
image. This feature allows QEMU direct kernel boot to use larger command lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959984/+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 1909814] Re: Medion Notebook Keyboard not working

2022-02-08 Thread Did VDT
Dear Brian,

I confirm that my Medipn laptop keyboard is working perfectly.
Thkx a lot for your support.

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

Title:
  Medion Notebook Keyboard not working

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released
Status in linux source package in Impish:
  Fix Released

Bug description:
  [Impact]
  The keyboard of some medion laptops can't work under Linux.

  [Fix]
  Backport a upstream patch, after applying the patch, the keyboard
  will skip the irq override from the acpi resource layer, and the
  keyboard could work normally.

  [Test]
  Booting the patched kernel, use the keyboard to do the input.

  [Where problems could occur]
  The patch will skip the irq override based on the DMI info, so
  if a medion laptop which has the same DMI info and the irq 1
  needs to be overriden, this patch will introduce regression on
  the machine, but this possibility is very low. If this happens,
  we will consider to add more DMI match info in the table.


  Hello,
  Brand new laptop (Medion), keyboard is only working with the grub menu.
  Mouse is now working since 20.10 have been installed.
  Only the luminosity key are working on the keyboard.
  External usb keyboard works fine.
  I tried to install with usb keyboard disconnected but doesn't change anything.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: linux-image-5.8.0-25-generic 5.8.0-25.26
  ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
  Uname: Linux 5.8.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  did4364 F pulseaudio
   /dev/snd/pcmC0D0p:   did4364 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan  1 16:24:12 2021
  InstallationDate: Installed on 2021-01-01 (0 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: MEDION S15450
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-25-generic 
root=UUID=da76ef9f-aca8-4bb0-94a9-03b7cc82a59a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.8.0-25-generic N/A
   linux-backports-modules-5.8.0-25-generic  N/A
   linux-firmware1.190.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/24/2020
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: 209
  dmi.board.asset.tag: Default string
  dmi.board.name: M15T
  dmi.board.vendor: MEDION
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: MEDION
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvr209:bd11/24/2020:br5.19:svnMEDION:pnS15450:pvrDefaultstring:rvnMEDION:rnM15T:rvrDefaultstring:cvnMEDION:ct10:cvrDefaultstring:
  dmi.product.family: Akoya
  dmi.product.name: S15450
  dmi.product.sku: ML-230008 30030452
  dmi.product.version: Default string
  dmi.sys.vendor: MEDION

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909814/+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 1929027] Re: drm/i915: Drop force_probe requirement for ADL-S

2022-02-08 Thread Timo Aaltonen
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** 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-oem-5.13 in Ubuntu.
https://bugs.launchpad.net/bugs/1929027

Title:
  drm/i915: Drop force_probe requirement for ADL-S

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in linux-oem-5.13 package in Ubuntu:
  Invalid
Status in linux-oem-5.13 source package in Focal:
  Fix Released

Bug description:
  [SRU Justification]

  [Impact]

  ADL-S i915 PCI ID has been in v5.13-rc1 in commit 0883d63b19bbd
  ("drm/i915/adl_s: Add ADL-S platform info and PCI ids"), but it is
  marked require_force_probe currently, therefore early phase development
  takes an extra i915.force_probe=4680 boot parameter to enable i915.

  [Fix]

  Intel should remove this flag sometime later when ADL-S drm is stable
  enough. But before that, we can simply remove that flag from adl_s_info in
  drivers/gpu/drm/i915/i915_pci.c.

  [Test Case]

  i915 should be loaded automatically with patched kernel, so do:

$ lsmod|grep i915
i915

  [Where problems could occur]

  While this is still an alpha platform in development in OEM projects,
  this should not introduce trouble for others. As for ADL, troubles are
  expected and to be resolved.

  == original bug description ==

  ADL i915 PCI IDs have been in v5.13-rc1 in commit 0883d63b19bbd 
("drm/i915/adl_s: Add ADL-S platform info and PCI ids"), but it is marked 
require_force_probe. We need drop this requirement from this kernel so that 
machines being tested don't need to work around it locally.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.17
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  1601 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-01 (413 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  IwConfig:
   lono wireless extensions.

   enp0s31f6  no wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 062a:4c01 MosArt Semiconductor Corp. 2.4G INPUT DEVICE
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 2M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
   |__ Port 13: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 
12M
   |__ Port 13: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 
12M
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-2002-oem 
root=UUID=19a0773e-f33a-413d-bb6a-f1e1cc674a3a ro quiet splash vt.handoff=7 
i915.force_probe=4680
  ProcVersionSignature: Ubuntu 5.13.0-2002.2+lp1922856.1.i915.mm.bug-oem 
5.13.0-rc2
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-2002-oem N/A
   linux-backports-modules-5.13.0-2002-oem  N/A
   linux-firmware   1.187.12
  RfKill:

  Tags:  focal
  Uname: Linux 5.13.0-2002-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2021
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: ADLSFWI1.R00.2081.A02.2102250858
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: AlderLake-S ADP-S DDR5 UDIMM CRB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: 2
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 0.1
  dmi.ec.firmware.release: 1.25
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrADLSFWI1.R00.2081.A02.2102250858:bd02/25/2021:efr1.25:svnIntelCorporation:pnAlderLakeClientPlatform:pvr0.1:sku1001002B0100:rvnIntelCorporation:rnAlderLake-SADP-SDDR5UDIMMCRB:rvr2:cvnIntelCorporation:ct3:cvr0.1:
  dmi.product.family: Alder Lake Client System
  dmi.product.name: Alder Lake Client Platform
  dmi.product.sku: 1001002B0100
  dmi.product.version: 0.1
  dmi.sys.vendor: Intel Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1929027/+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 1959762] Re: HID_ASUS should depend on USB_HID in stable v4.15 backports

2022-02-08 Thread Stefan Bader
** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

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

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Krzysztof Kozlowski (krzk)

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

Title:
  HID_ASUS should depend on USB_HID in stable v4.15 backports

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  In Progress

Bug description:
  [Impact]

  Backported to bionic/linux commit f83baa0cb6cf ("HID: add hid_is_usb() 
function to make it simpler for USB detection") brings to HID_ASUS usage of 
hid_is_usb() which is provided by USB_HID.  If HID_ASUS is built as module but 
USB_HID is not, the kernel build will fail (like linux-azure) did:
    ERROR: "usb_hid_driver" [drivers/hid/hid-asus.ko] undefined!

  [Fix]

  Because of backport of commit commit f83baa0cb6cf ("HID: add
  hid_is_usb() function to make it simpler for USB detection"), the
  bionic/linux needs also backport of commit c4f0126d487f ("HID: asus:
  Add depends on USB_HID to HID_ASUS Kconfig option").

  [Test Plan]

  Build HID_ASUS as module with or without USB_HID.

  [Where problems could occur]

  It's a new KConfig dependency, so configs using HID_ASUS without
  USB_HID will loose HID_ASUS. This is expected, so no problems should
  occur.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959762/+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 1942160] Re: PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms

2022-02-08 Thread Timo Aaltonen
this is applied to impish but not jammy?

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

Title:
  PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms

Status in HWE Next:
  Fix Released
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.13 package in Ubuntu:
  Invalid
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.13 source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Won't Fix
Status in linux-oem-5.13 source package in Hirsute:
  Invalid
Status in linux-oem-5.14 source package in Hirsute:
  Invalid
Status in linux source package in Impish:
  Fix Released
Status in linux-oem-5.13 source package in Impish:
  Invalid
Status in linux-oem-5.14 source package in Impish:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  VMD PCI-E bridges on ADL-M/P/S use new device IDs and therefore not
  covered by previous LTR reset fix in bug 1896598.

  [Fix]

  Additional entires to vmd_bridge_tbl in drivers/pci/quirks.c is
  requierd:
  * ADL-M: [8086:464d]
  * ADL-P: [8086:51b0]
  * ADL-S: [8086:7ab4]

  [Test Case]

  $ sudo lspci -vvn | grep -E '^(1|\s+LnkCtl:)'
  ...
  1:e0:1d.4 0604: 8086:7ab4 (rev 10) (prog-if 00 [Normal decode])
  LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
  1:e1:00.0 0108: 8086:0975 (rev 03) (prog-if 02 [NVM Express])
  LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+

  [Where problems could occur]

  This will reset zeroed PCI_LTR_MAX_SNOOP_LAT and PCI_LTR_MAX_NOSNOOP_LAT
  values to a fixed 3145728ns that is used on Windows. Devices might want
  to set itself to a smaller value, but while this is not yet correctly
  supported by VMD controller driver, so the device power consumption
  might be little worse than ideal.

  [Other Info]

  VMD ASPM was first supported for Tiger Lake cpus, so all kernel versions
  newer than 5.6 should have already the supporting function. This patch
  targets Alder Lake cpus that are supported since 5.10-oem and on.

  == original bug report ==

  * ADL-M:

  $ sudo lspci -vvn | grep -E '^(1|\s+LnkCtl:)'
  1:e0:06.0 PCI bridge [0604]: Intel Corporation Device [8086:464d] (rev 05)
  Kernel driver in use: pcieport
  1:e1:00.0 Non-Volatile memory controller [0108]: Intel Corporation Device 
[8086:f1aa] (rev 03)
  Subsystem: Intel Corporation Device [8086:390f]
  Kernel driver in use: nvme
  Kernel modules: nvme

  * ADL-P:

  $ sudo lspci -vvn | grep -E '^(1|\s+LnkCtl:)'
  1:e0:1d.0 0604: 8086:51b0 (prog-if 00 [Normal decode])
  LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
  1:e1:00.0 0108: 8086:f1a8 (rev 03) (prog-if 02 [NVM Express])
  LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+

  * ADL-S:

  $ sudo lspci -vvn | grep -E '^(1|\s+LnkCtl:)'
  1:e0:1d.4 0604: 8086:7ab4 (rev 10) (prog-if 00 [Normal decode])
  LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
  1:e1:00.0 0108: 8086:0975 (rev 03) (prog-if 02 [NVM Express])
  LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+

  See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1889384, 
https://bugs.launchpad.net/bugs/1896598.
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1100 F pulseaudio
  CasperMD5CheckResult: skip
  Dependencies:

  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-04-06 (146 days ago)
  InstallationMedia: Ubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 (20210204)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0032 Intel Corp.
   Bus 001 Device 002: ID 062a:4c01 MosArt Semiconductor Corp. 2.4G INPUT DEVICE
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Intel Corporation Alder Lake Client Platform
  Package: linux-firmware 1.187.16+staging.11 [origin: unknown]
  PackageArchitecture: all
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-9010-oem 
root=UUID=e38f9e97-de55-4524-ba5b-a0ae4d5ea8a7 ro i915.force_probe=4680 quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-9010.11+staging.9-oem 5.13.1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-9010-oem N/A
   linux-backports-modules-5.13.0-9010-oem  N/A
   linux-firmware   

[Kernel-packages] [Bug 1960316] [NEW] Dell Precision 3551: keyboard backlight control not working

2022-02-08 Thread mtu
Public bug reported:

The keyboard backlight is working, and can be controlled by the
BIOS/hardware (Fn+F5 key).

However, it _cannot_ be controlled by either:

- the GUI (power settings), which have no effect, or
- the /sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/ kernel 
interface.

Specifically, /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/brightness always contains "0",
irrespective of the true state of the hardware (three possible levels:
off, medium, maximum). Writing "1" or "2" to /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/brightness as root has no effect.

Interestingly, /sys/devices/platform/dell-
laptop/leds/dell::kbd_backlight/max_brightness reports the correct value
of 2.

Looking at 
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness_hw_changed
 yields:
cat: brightness_hw_changed: No data available

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-28-generic 5.13.0-28.31
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mbueker1444 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Tue Feb  8 14:08:49 2022
InstallationDate: Installed on 2022-01-22 (16 days ago)
InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: Dell Inc. Precision 3551
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-28-generic 
root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-28-generic N/A
 linux-backports-modules-5.13.0-28-generic  N/A
 linux-firmware 1.201.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/10/2021
dmi.bios.release: 1.10
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.10.0
dmi.board.name: 033T3Y
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.10.0:bd12/10/2021:br1.10:svnDellInc.:pnPrecision3551:pvr:rvnDellInc.:rn033T3Y:rvrA00:cvnDellInc.:ct10:cvr:sku09C2:
dmi.product.family: Precision
dmi.product.name: Precision 3551
dmi.product.sku: 09C2
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug impish

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

Title:
  Dell Precision 3551: keyboard backlight control not working

Status in linux package in Ubuntu:
  New

Bug description:
  The keyboard backlight is working, and can be controlled by the
  BIOS/hardware (Fn+F5 key).

  However, it _cannot_ be controlled by either:

  - the GUI (power settings), which have no effect, or
  - the /sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/ kernel 
interface.

  Specifically, /sys/devices/platform/dell-
  laptop/leds/dell::kbd_backlight/brightness always contains "0",
  irrespective of the true state of the hardware (three possible levels:
  off, medium, maximum). Writing "1" or "2" to
  /sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness
  as root has no effect.

  Interestingly, /sys/devices/platform/dell-
  laptop/leds/dell::kbd_backlight/max_brightness reports the correct
  value of 2.

  Looking at 
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness_hw_changed
 yields:
  cat: brightness_hw_changed: No data available

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-28-generic 5.13.0-28.31
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  Uname: Linux 5.13.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mbueker1444 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Tue Feb  8 14:08:49 2022
  InstallationDate: Installed on 2022-01-22 (16 days ago)
  InstallationMedia: Kubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: Dell Inc. Precision 3551
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-28-generic 
root=/dev/mapper/vgkubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2021
  dmi.bios.release: 1.10
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.10.0
  dmi.board.name: 033T3Y
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 

[Kernel-packages] [Bug 1960323] [NEW] jammy/linux-raspi: Update to upstream raspberrypi rpi-5.15.y (2022-02-08)

2022-02-08 Thread Juerg Haefliger
Public bug reported:

Upstream raspberrypi patchset 2022-02-08

  Ported from the following raspberrypi branch:
rpi-5.15.y
  from https://github.com/raspberrypi/linux.git

media: bcm2835-unicam: Handle a repeated frame start with no end
drm: panel: Fix compilation warnings
net: phy: lan87xx: Decrease phy polling rate
ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S
dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay
dtoverlays: Add overlays for Pimoroni Hyperpixel displays
spi: gpio: Add sck-idle-input property
bindings: Add sck-idle-input to spi-gpio
defconfig: Enable Pimoroni HyperPixel drivers in Pi defconfigs
drm/panel/panel-sitronix-st7701: Support SPI config and RGB data
drm/panel: Add panel driver for TDO Y17B based panels
drm/panel: Add panel driver for Ilitek ILI9806E panel
overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel
overlays: Add rotate property to vc4-kms-dpi-panel
drm/panel: simple: Remove custom handling of orientation
drm/panel: Add and initialise an orientation field to drm_panel
overlays: README: Deprecate vc4-kms-kippah-7inch
drm/panel: simple: add Geekworm MZP280 Panel
dt-bindings: display: simple: add Geekworm MZP280 Panel
dt-bindings: vendor-prefixes: Add Geekworm
drm/vc4: dpi: Support DPI interface in mode3 for RGB565
media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI
media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI
dtoverlays: Rework vc4-kms-dpi overlays to remove duplication
overlays: Add spi0-0cs overlay
drm/vc4: Add DRM 210101010 RGB formats for hvs5.
Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support
i2c: bcm2835: Make clock-stretch timeout configurable
media: i2c: ov9281: Initialize id_msb to zero in ov9281_check_sensor_id()
media: bcm2835-unicam: Set ret on error path in unicam_async_complete()
ASoC: bcm: allo-piano-dac-plus: Remove unnecessary const specifiers
ASoC: ma120x0p: Remove unnecessary const specifier
misc: bcm2835_smi: Use proper enum types for dma_{,un}map_single()
overlays: Add MAX30102 HR to i2c-sensor overlay
configs: Add CONFIG_MAX30102=m
drm/vc4_hdmi: Add Broadcast RGB property to allow override of RGB range
media: i2c: imx219: Correct the minimum vblanking value

** Affects: linux-raspi (Ubuntu)
 Importance: Medium
 Assignee: Juerg Haefliger (juergh)
 Status: Confirmed

** Affects: linux-raspi (Ubuntu Jammy)
 Importance: Medium
 Assignee: Juerg Haefliger (juergh)
 Status: Confirmed

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

** Also affects: linux-raspi (Ubuntu Jammy)
   Importance: Undecided
   Status: Confirmed

** Description changed:

- 
  Upstream raspberrypi patchset 2022-02-08
  
-   Ported from the following raspberrypi branch:
- rpi-5.15.y
-   from https://github.com/raspberrypi/linux.git
+   Ported from the following raspberrypi branch:
+ rpi-5.15.y
+   from https://github.com/raspberrypi/linux.git
+ 
+ media: bcm2835-unicam: Handle a repeated frame start with no end
+ drm: panel: Fix compilation warnings
+ net: phy: lan87xx: Decrease phy polling rate
+ ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S
+ dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay
+ dtoverlays: Add overlays for Pimoroni Hyperpixel displays
+ spi: gpio: Add sck-idle-input property
+ bindings: Add sck-idle-input to spi-gpio
+ defconfig: Enable Pimoroni HyperPixel drivers in Pi defconfigs
+ drm/panel/panel-sitronix-st7701: Support SPI config and RGB data
+ drm/panel: Add panel driver for TDO Y17B based panels
+ drm/panel: Add panel driver for Ilitek ILI9806E panel
+ overlays: Add Geekworm mzp280 to vc4-kms-dpi-panel
+ overlays: Add rotate property to vc4-kms-dpi-panel
+ drm/panel: simple: Remove custom handling of orientation
+ drm/panel: Add and initialise an orientation field to drm_panel
+ overlays: README: Deprecate vc4-kms-kippah-7inch
+ drm/panel: simple: add Geekworm MZP280 Panel
+ dt-bindings: display: simple: add Geekworm MZP280 Panel
+ dt-bindings: vendor-prefixes: Add Geekworm
+ drm/vc4: dpi: Support DPI interface in mode3 for RGB565
+ media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHI
+ media: uapi: Document format MEDIA_BUS_FMT_RGB565_1X24_CPADHI
+ dtoverlays: Rework vc4-kms-dpi overlays to remove duplication
+ overlays: Add spi0-0cs overlay
+ drm/vc4: Add DRM 210101010 RGB formats for hvs5.
+ Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE support
+ i2c: bcm2835: Make clock-stretch timeout configurable
+ media: i2c: ov9281: Initialize id_msb to zero in ov9281_check_sensor_id()
+ media: bcm2835-unicam: Set ret on error path in unicam_async_complete()
+ ASoC: bcm: allo-piano-dac-plus: Remove unnecessary const specifiers
+ ASoC: ma120x0p: Remove unnecessary const specifier
+ misc: bcm2835_smi: Use proper enum types for dma_{,un}map_single()
+ overlays: Add MAX30102 HR to i2c-sensor overlay
+ configs: Add CONFIG_MAX30102=m
+ drm/vc4_hdmi: Add Broadcast RGB property to allow override of RGB range
+ media: i2c: imx219: Correct the minimum 

[Kernel-packages] [Bug 1960322] Re: linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

2022-02-08 Thread Tim Gardner
https://lists.ubuntu.com/archives/kernel-team/2022-February/127822.html

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

Title:
  linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

Status in linux-azure package in Ubuntu:
  In Progress
Status in linux-azure source package in Focal:
  In Progress
Status in linux-azure source package in Impish:
  In Progress
Status in linux-azure source package in Jammy:
  In Progress

Bug description:
  SRU Justification

  [Impact]

  Microsoft has requested the addition of [1] in order to better account
  for dropped packets. Patch [2] is not strictly required, but will
  prevent context adjustments with future patches.

  [1] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e4b7621982d29f26ff4d39af389e5e675a4ffed4
  [2] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=68f831355052

  [Test Plan]

  Microsoft tested

  [Where things could go wrong]

  RX dropped statistics could be in error.

  [Other Info]

  SF: #00327708

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1960322/+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 1954728] Re: Fix No Screen after login to Desktop on sku with 3840x2400 panel

2022-02-08 Thread Timo Aaltonen
this is merged to other oem-5.14 forward-ports for jammy, see bug
1960298

** Changed in: linux (Ubuntu Jammy)
   Status: In Progress => Invalid

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

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

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

Title:
  Fix  No Screen after login to Desktop on sku with 3840x2400 panel

Status in HWE Next:
  New
Status in OEM Priority Project:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-5.14 source package in Jammy:
  Invalid

Bug description:
  [Impact]
  Got kernel report CPU pipe A FIFO underrun: soft,transcoder
  kernel: i915 :00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun: 
soft,transcoder,

  [Fix]
  Fix has been landed on linux-next, 4fe7907f3775(drm/i915/display/adlp: 
Disable underrun recovery).
  Defeature the underrun feature for intel display gen13+.

  [Test Case]
  1. change resolution to 3840x2400
  2. monitor works well and doesn't black out.

  [Where problems could occur]
  low

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1954728/+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 1956982] Re: Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04

2022-02-08 Thread Jeff Lane
Just a summary of patches pulled:
>From the patches listed, these were already in 22.04 in a previous 5.15 sync:
[1/1] lpfc: Fix nonrecovery of remote ports following an unsolicited LOGO
  https://git.kernel.org/mkp/scsi/c/0956ba63bd94
scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
  commit f0d3919697492950f57a26a1093aee53880d669d
scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
  commit 7576d48c64f36f6fea9df2882f710a474fa35f40
scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
  commit 7dd2e2a923173d637c272e483966be8e96a72b64

These have been submitted and are awaiting final inclusion:
scsi: lpfc: Change return code on I/Os received during link bounce
  commit 2e81b1a374da5d6024208c16c4a5224a70cafa64
scsi: lpfc: Fix NPIV port deletion crash
  commit 8ed190a91950564775cbaae9e8e8083a69a8da23
scsi: lpfc: Adjust CMF total bytes and rxmonitor
  commit a6269f837045acb02904f31f05acde847ec8f8a7
scsi: lpfc: Cap CMF read bytes to MBPI
  commit 05116ef9c4b444f7fdbb56f9e13c2ec941726639
scsi: lpfc: Add additional debugfs support for CMF
  commit 6014a2468f0e49194f612b1f09f99eacee0a409a
scsi: lpfc: Update lpfc version to 14.0.0.4
  commit 4437503bfbec2f02b41b2492520fe627715889a7

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

Title:
  Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Please integrate this customer critical/reported fix that was submitted as a 
stand along patch:
  Accepted 11/29/21:

  Applied to 5.16/scsi-fixes, thanks!

  [1/1] lpfc: Fix nonrecovery of remote ports following an unsolicited LOGO
https://git.kernel.org/mkp/scsi/c/0956ba63bd94

  As well as this latest set of bug fix patches accepted upstream
  12/6/2021:

  scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
commitf0d3919697492950f57a26a1093aee53880d669d
  scsi: lpfc: Change return code on I/Os received during link bounce
commit2e81b1a374da5d6024208c16c4a5224a70cafa64
  scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
commit7576d48c64f36f6fea9df2882f710a474fa35f40
  scsi: lpfc: Fix NPIV port deletion crash
commit8ed190a91950564775cbaae9e8e8083a69a8da23
  scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
commit7dd2e2a923173d637c272e483966be8e96a72b64
  scsi: lpfc: Adjust CMF total bytes and rxmonitor
commita6269f837045acb02904f31f05acde847ec8f8a7
  scsi: lpfc: Cap CMF read bytes to MBPI
commit05116ef9c4b444f7fdbb56f9e13c2ec941726639
  scsi: lpfc: Add additional debugfs support for CMF
commit6014a2468f0e49194f612b1f09f99eacee0a409a
  scsi: lpfc: Update lpfc version to 14.0.0.4
commit4437503bfbec2f02b41b2492520fe627715889a7


  Extended log info:

-cover-letter.patch

0001-lpfc-Fix-leaked-lpfc_dmabuf-mbox-allocations-with-np.patch
 commitf0d3919697492950f57a26a1093aee53880d669d
 lpfc: Fix memory leaked lpfc_dmabuf mbox allocations
 Fix leaked lpfc_dmabuf allocations in an mbox.
   svn: r82112
bz: 249968 250131

0002-lpfc-Change-return-code-on-ios-received-during-link-.patch
 commit2e81b1a374da5d6024208c16c4a5224a70cafa64
 lpfc: Group RPI_SUSPENDED error action with DID_REQUEUE
 Fix Medusa IO errors on Scope and Scale LIP test
   svn: r82348
bz: 247164 250466
 Fix Medusa IO errors on Scope and Scale LIP test - build
   svn: r82377
bz: 247164 250466

0003-lpfc-Fix-lpfc_force_rscn-ndlp-kref-imbalance.patch
 commit7576d48c64f36f6fea9df2882f710a474fa35f40
 lpfc: Fix lpfc_force_rscn ndlp kref imbalance
 Fix ndlp kref crash during lpfc_force_rscn
   svn: r82526
bz: 250692 250695

0004-lpfc-Fix-NPIV-port-deletion-crash.patch
 commit8ed190a91950564775cbaae9e8e8083a69a8da23
 lpfc: Fix NPIV port deletion crash
 Fix crash when deleting a large number of vports.
   svn: r82120
bz: 240671 250158
 Fix a log message formatting error introduced in svn r82120.
   svn: r82743
bz: 249968 250131

0005-lpfc-Trigger-SLI4-firmware-dump-before-doing-driver-.patch
 commit7dd2e2a923173d637c272e483966be8e96a72b64
 lpfc: Trigger SLI4 firmware dump immediately without delays
 Trigger SLI4 firmware dump immediately without delays
   svn: r82770
bz: 250111 251061

0006-lpfc-Adjust-CMF-total-bytes-and-rxmonitor.patch
 commita6269f837045acb02904f31f05acde847ec8f8a7
 lpfc: Adjust CMF total bytes and rxmonitor
 Adjust CMF total bytes and add to rxmonitor
   svn: r82429
bz: 250581 250587

0007-lpfc-Cap-CMF-read-bytes-to-MBPI.patch
 commit05116ef9c4b444f7fdbb56f9e13c2ec941726639
 lpfc: Cap CMF read bytes to MBPI
 Cap CMF read bytes to MBPI only for shortened timer intervals
 

[Kernel-packages] [Bug 1959984] Re: [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

2022-02-08 Thread Frank Heimes
@Viktor, yes sure - and Christian already started to get it in (#7).
But since jammy is an LTS I think it would just make sense to have the kernel 
patch in 5.15 as well.

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

Status in Ubuntu on IBM z Systems:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete
Status in qemu package in Ubuntu:
  Fix Committed

Bug description:
  KVM: Allow long kernel command lines for QEMU

  Description:
  Originally, the kernel command line length was limited to 896 bytes, due to 
its fixed size in the kernel image. Recent kernels  can support larger command 
lines by checking out the position and length using new fields in the kernel 
image. This feature allows QEMU direct kernel boot to use larger command lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959984/+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 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Francis Ginther
I've retested two released kernels that passed the lxc test last cycle:

* focal/azure 5.4.0-1068.71
* focal/azure-5-11 5.11.0-1028.31~20.04.1

Both tests now show the same testcase failures where they were passing
before. Will start digging into any other changes in the environment.

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

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

Status in linux package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  New
Status in lxc source package in Focal:
  Incomplete

Bug description:
  There are failures in ubuntu_lxc regression tests on Focal/linux/5.4.0-99.112 
sru cycle 2022.01.03 with the error
  lxc-create: symbol lookup error: lxc-create: undefined symbol: strlcat

  These errors did not appear on previous kernels in the same cycle and
  now have a few tests failing on all architectures and systems as of
  Feb 4th 2022 it seems. Log with details is attached in the comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+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 1960322] [NEW] linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

2022-02-08 Thread Tim Gardner
Public bug reported:

SRU Justification

[Impact]

Microsoft has requested the addition of [1] in order to better account
for dropped packets. Patch [2] is not strictly required, but will
prevent context adjustments with future patches.

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e4b7621982d29f26ff4d39af389e5e675a4ffed4
[2] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=68f831355052

[Test Plan]

Microsoft tested

[Where things could go wrong]

RX dropped statistics could be in error.

[Other Info]

SF: #00327708

** Affects: linux-azure (Ubuntu)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Focal)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Impish)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress

** Affects: linux-azure (Ubuntu Jammy)
 Importance: Low
 Assignee: Tim Gardner (timg-tpi)
 Status: In Progress


** Tags: bot-stop-nagging

** Tags added: bot-stop-nagging

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

** Also affects: linux-azure (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-azure (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Changed in: linux-azure (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-azure (Ubuntu Impish)
   Status: New => In Progress

** Changed in: linux-azure (Ubuntu Jammy)
   Status: New => In Progress

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

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

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

** Changed in: linux-azure (Ubuntu Focal)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Changed in: linux-azure (Ubuntu Impish)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

** Changed in: linux-azure (Ubuntu Jammy)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

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

Title:
  linux-azure: net: mana: Add handling of CQE_RX_TRUNCATED

Status in linux-azure package in Ubuntu:
  In Progress
Status in linux-azure source package in Focal:
  In Progress
Status in linux-azure source package in Impish:
  In Progress
Status in linux-azure source package in Jammy:
  In Progress

Bug description:
  SRU Justification

  [Impact]

  Microsoft has requested the addition of [1] in order to better account
  for dropped packets. Patch [2] is not strictly required, but will
  prevent context adjustments with future patches.

  [1] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=e4b7621982d29f26ff4d39af389e5e675a4ffed4
  [2] 
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=68f831355052

  [Test Plan]

  Microsoft tested

  [Where things could go wrong]

  RX dropped statistics could be in error.

  [Other Info]

  SF: #00327708

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1960322/+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 1960324] [NEW] Kernel does not contain fixes for iostat for md devices

2022-02-08 Thread Kinga Tanska
Public bug reported:

Hello,

I noticed that kernel which was used in ubuntu 22.04 (hwe-5.13) does not
contain fixes for IO statistics for md devices. IO statistics for md
devices were added to kernel 5.10
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=41d2d848e5c09209bdb57ff9c0ca34075e22783d)
but then bug for double fault was reported and this patch was reverted
by Guoqing Jiang
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad3fc798800fb7ca04c1dfc439dba946818048d8).

Guoqing Jiang added series of patches which fixes problem and adds IO stats for 
md devices on top on the revert patch:
- first commit from series: 10764815ff4728d2c57da677cd5d3dd6f446cf5f 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=10764815ff4728d2c57da677cd5d3dd6f446cf5f)
- last one: de3ea66e9d23a34eef5e17f960d6473f78a1c54b 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=de3ea66e9d23a34eef5e17f960d6473f78a1c54b)

I checked that kernel used in ubuntu 22.04 contains only patch with revert - 
iostat does not report for md devices 
(https://kernel.ubuntu.com/git/ubuntu/ubuntu-focal.git/log/?h=hwe-5.13=author=Guoqing+Jiang)
Please consider adding series of patches described above.

Regards,
Kinga Tanska

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

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

Title:
  Kernel does not contain fixes for iostat for md devices

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

Bug description:
  Hello,

  I noticed that kernel which was used in ubuntu 22.04 (hwe-5.13) does
  not contain fixes for IO statistics for md devices. IO statistics for
  md devices were added to kernel 5.10
  
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=41d2d848e5c09209bdb57ff9c0ca34075e22783d)
  but then bug for double fault was reported and this patch was reverted
  by Guoqing Jiang
  
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad3fc798800fb7ca04c1dfc439dba946818048d8).

  Guoqing Jiang added series of patches which fixes problem and adds IO stats 
for md devices on top on the revert patch:
  - first commit from series: 10764815ff4728d2c57da677cd5d3dd6f446cf5f 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=10764815ff4728d2c57da677cd5d3dd6f446cf5f)
  - last one: de3ea66e9d23a34eef5e17f960d6473f78a1c54b 
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=de3ea66e9d23a34eef5e17f960d6473f78a1c54b)

  I checked that kernel used in ubuntu 22.04 contains only patch with revert - 
iostat does not report for md devices 
(https://kernel.ubuntu.com/git/ubuntu/ubuntu-focal.git/log/?h=hwe-5.13=author=Guoqing+Jiang)
  Please consider adding series of patches described above.

  Regards,
  Kinga Tanska

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.13/+bug/1960324/+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 1942427] Re: [Lenovo Thunderbolt 3 Dock] Upgrade to 5.11.0-31-generic #33 breaks use of external displays with i915

2022-02-08 Thread Peter Nicolai Mathias Hansteen
Now running with

Linux 5.13.0-28-generic #31-Ubuntu SMP Thu Jan 13 17:41:06 UTC 2022
x86_64 x86_64 x86_64 GNU/Linux

plugging in a second external monitor (hdmi) either via docking station
or directly into the system itself when a usb-c monitor is attached, the
hdmi one is not recognized.

dmesg output attached.

** Attachment added: "dmesg date 2022-02-08"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942427/+attachment/5559742/+files/dmesg_20220208.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/1942427

Title:
  [Lenovo Thunderbolt 3 Dock] Upgrade to 5.11.0-31-generic #33 breaks
  use of external displays with i915

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  upgrading to latest packages, my setup with 3 displays (internal plus
  2 external, plugged into Lenovo USB-c base station) no longer works.

  the Settings -> Displays app does find all displays, but the system
  only displays on the internal one. Attempting to enable all displays
  fails, the third disappears from view in the Displays app just before
  it presents the "Keep settings" dialog. However no output appears on
  any of the external displays other than the display's own firmware
  messages.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-31.33-generic 5.11.22
  Uname: Linux 5.11.0-31-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  Date: Thu Sep  2 10:54:09 2021
  DistUpgraded: 2021-06-14 13:24:54,764 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
  DistroCodename: hirsute
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Lenovo UHD Graphics 620 [17aa:225d]
  InstallationDate: Installed on 2020-08-13 (384 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: LENOVO 20L6S30S00
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.11.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to hirsute on 2021-06-14 (79 days ago)
  dmi.bios.date: 08/10/2020
  dmi.bios.release: 1.35
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N24ET60W (1.35 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L6S30S00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrN24ET60W(1.35):bd08/10/2020:br1.35:efr1.20:svnLENOVO:pn20L6S30S00:pvrThinkPadT480:rvnLENOVO:rn20L6S30S00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480
  dmi.product.name: 20L6S30S00
  dmi.product.sku: LENOVO_MT_20L6_BU_Think_FM_ThinkPad T480
  dmi.product.version: ThinkPad T480
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~21.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942427/+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 1946808] Re: zfs fails reverting to a previous snapshot on reboot when selected on grub

2022-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 2.0.6-1ubuntu2.1

---
zfs-linux (2.0.6-1ubuntu2.1) impish; urgency=medium

  * Fix uid function in zfs initramfs script. LP: #1946808

 -- Dimitri John Ledkov   Wed, 13 Oct 2021
11:12:37 +0100

** Changed in: zfs-linux (Ubuntu Impish)
   Status: Fix Committed => Fix Released

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

Title:
  zfs fails reverting to a previous snapshot on reboot when selected on
  grub

Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * zfs fails reverting to a previous snapshot on reboot when selected
  on grub

   * A miss-merge dropped initramfs hook changes, which result in
  failing to generate and use a new zfs uid.

   * Thus revert code to how it was before in
  https://launchpad.net/ubuntu/+source/zfs-linux/2.0.2-1ubuntu3

  [Test Plan]

   * Create snapshot with $ zsysctl save test-sru --system

   * Reboot and attempt to boot into test-sru snapshot

  [Where problems could occur]

   * The change is to initramfs hook only, thus initrd generation and
  boot paths are affected. Only latest initrd is rebuilt, rather than
  old ones, meaning booting initrds of older kernel abis will not be
  resolved.

  [Other Info]

   * Original bug report

  After creating a snapshot with: zsysctl save 211012-linux13-19 -s
  the reboot fails as shown on the screenshot, the other screenshot shows the 
result of the snapshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: zsys 0.5.8
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: XFCE
  Date: Tue Oct 12 19:11:43 2021
  InstallationDate: Installed on 2021-10-12 (0 days ago)
  InstallationMedia: Xubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Mounts: Error: [Errno 40] Too many levels of symbolic links: '/proc/mounts'
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_zgtuq6@/vmlinuz-5.13.0-19-generic 
root=ZFS=rpool/ROOT/ubuntu_zgtuq6 ro quiet splash
  RelatedPackageVersions:
   zfs-initramfs  2.0.6-1ubuntu2
   zfsutils-linux 2.0.6-1ubuntu2
  SourcePackage: zsys
  SystemdFailedUnits:

  UpgradeStatus: No upgrade log present (probably fresh install)
  ZFSImportedPools:
   NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH 
 ALTROOT
   bpool   768M  79.2M   689M- - 0%10%  1.00xONLINE 
 -
   rpool14G  3.33G  10.7G- - 1%23%  1.00xONLINE 
 -
  ZFSListcache-bpool:
   bpool/boot   off on  on  off on  off on  
off -   none-   -   -   -   -   -   -   
-
   bpool/BOOT   noneoff on  on  off on  off on  
off -   none-   -   -   -   -   -   -   
-
   bpool/BOOT/ubuntu_zgtuq6 /boot   on  on  on  off on  
off on  off -   none-   -   -   -   -   
-   -   -
  ZSYSJournal:
   -- Journal begins at Tue 2021-10-12 18:10:37 AST, ends at Tue 2021-10-12 
19:11:52 AST. --
   -- No entries --
  modified.conffile..etc.apt.apt.conf.d.90_zsys_system_autosnapshot: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1946808/+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 1946808] Update Released

2022-02-08 Thread Brian Murray
The verification of the Stable Release Update for zfs-linux 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 zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1946808

Title:
  zfs fails reverting to a previous snapshot on reboot when selected on
  grub

Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * zfs fails reverting to a previous snapshot on reboot when selected
  on grub

   * A miss-merge dropped initramfs hook changes, which result in
  failing to generate and use a new zfs uid.

   * Thus revert code to how it was before in
  https://launchpad.net/ubuntu/+source/zfs-linux/2.0.2-1ubuntu3

  [Test Plan]

   * Create snapshot with $ zsysctl save test-sru --system

   * Reboot and attempt to boot into test-sru snapshot

  [Where problems could occur]

   * The change is to initramfs hook only, thus initrd generation and
  boot paths are affected. Only latest initrd is rebuilt, rather than
  old ones, meaning booting initrds of older kernel abis will not be
  resolved.

  [Other Info]

   * Original bug report

  After creating a snapshot with: zsysctl save 211012-linux13-19 -s
  the reboot fails as shown on the screenshot, the other screenshot shows the 
result of the snapshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: zsys 0.5.8
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: XFCE
  Date: Tue Oct 12 19:11:43 2021
  InstallationDate: Installed on 2021-10-12 (0 days ago)
  InstallationMedia: Xubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Mounts: Error: [Errno 40] Too many levels of symbolic links: '/proc/mounts'
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_zgtuq6@/vmlinuz-5.13.0-19-generic 
root=ZFS=rpool/ROOT/ubuntu_zgtuq6 ro quiet splash
  RelatedPackageVersions:
   zfs-initramfs  2.0.6-1ubuntu2
   zfsutils-linux 2.0.6-1ubuntu2
  SourcePackage: zsys
  SystemdFailedUnits:

  UpgradeStatus: No upgrade log present (probably fresh install)
  ZFSImportedPools:
   NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH 
 ALTROOT
   bpool   768M  79.2M   689M- - 0%10%  1.00xONLINE 
 -
   rpool14G  3.33G  10.7G- - 1%23%  1.00xONLINE 
 -
  ZFSListcache-bpool:
   bpool/boot   off on  on  off on  off on  
off -   none-   -   -   -   -   -   -   
-
   bpool/BOOT   noneoff on  on  off on  off on  
off -   none-   -   -   -   -   -   -   
-
   bpool/BOOT/ubuntu_zgtuq6 /boot   on  on  on  off on  
off on  off -   none-   -   -   -   -   
-   -   -
  ZSYSJournal:
   -- Journal begins at Tue 2021-10-12 18:10:37 AST, ends at Tue 2021-10-12 
19:11:52 AST. --
   -- No entries --
  modified.conffile..etc.apt.apt.conf.d.90_zsys_system_autosnapshot: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1946808/+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 1959529] Re: Hipersocket page allocation failure on Ubuntu 20.04 based SSC environments

2022-02-08 Thread Frank Heimes
Thanks to Krzysztof, who spend some time to get this properly in,
there is now a patched focal/20.04 kernel 5.4 available here:
https://launchpad.net/~krzk/+archive/ubuntu/linux-testing
https://launchpad.net/~krzk/+archive/ubuntu/linux-testing/+build/23143306
Since some more effort got spent like originally planned,
it's needed and highly appreciated if this kernel can be tested
and if we can get feedback if the issue is solved with it.

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

Title:
  Hipersocket page allocation failure on Ubuntu 20.04 based SSC
  environments

Status in Ubuntu on IBM z Systems:
  In Progress
Status in linux package in Ubuntu:
  In Progress

Bug description:
  == Comment: #0 - D. Gary Chapman  - 2022-01-26 12:43:25 ==
  ---Problem Description---
  IBM IDAA customer exposes hipersocket page allocation failure on Ubuntu 20.04 
based SSC

  Contact Information = Gary Chapman (ch...@us.ibm.com)

  ---uname output---
  5.4.0-73-generic #82-Ubuntu

  Machine Type = IBM Z in IDAA SSC-mode lpar

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

  --

  IBM SSC LEVEL: 4.1.5
  IBM IDAA LEVEL: 7.5.6

  On a client system we are observing this:

  Jan 19 16:25:57 data5 kernel: kworker/u760:28: page allocation failure: 
order:0, mode:0xa20(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0
  Jan 19 16:25:57 data5 kernel: CPU: 20 PID: 4137988 Comm: kworker/u760:28 
Kdump: loaded Tainted: G   OE 5.4.0-73-generic #82-Ubuntu
  Jan 19 16:25:57 data5 kernel: Hardware name: IBM 8561 T01 727 (LPAR)
  Jan 19 16:25:57 data5 kernel: Workqueue: kcryptd/253:11 kcryptd_crypt 
[dm_crypt]
  Jan 19 16:25:57 data5 kernel: Call Trace:
  Jan 19 16:25:57 data5 kernel: ([<006b6d63e092>] show_stack+0x7a/0xc0)
  Jan 19 16:25:57 data5 kernel:  [<006b6d64588a>] dump_stack+0x8a/0xb8
  Jan 19 16:25:57 data5 kernel:  [<006b6cfd8262>] warn_alloc+0xe2/0x160

  IBM LTC Networking team has identified the upstream commit
  714c9108851743bb718fbc1bfb81290f12a53854 as the root cause.

  This  patch shows up in the Ubuntu kernel source tree:
  
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/commit/?id=714c9108851743bb718fbc1bfb81290f12a53854
  but has not been ported to Ubuntu 20.04 / kernel 5.4

  IDAA on SSC requests backport to focal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1959529/+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 1954300] Re: mt7921e: Failed to start WM firmware

2022-02-08 Thread Brian Murray
The verification-done-impish tag was added before linux-firmware was
actually available in Impish so I am switching the tag back to
verification-needed-impish.

** Tags removed: verification-done-impish
** Tags added: verification-needed-impish

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

Title:
  mt7921e: Failed to start WM firmware

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.13 source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Impish:
  Fix Released
Status in linux-firmware source package in Impish:
  Fix Committed
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Fix Released

Bug description:
  [SRU Justification]

  [Impact]

  MT7921 might fail at device probe at boot:

  mt7921e :03:00.0: WM Firmware Version: 01, Build Time: 
20211014150922
  IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
  mt7921e :03:00.0: Message 8002 (seq 9) timeout
  mt7921e :03:00.0: Failed to start WM firmware
  mt7921e: probe of :03:00.0 failed with error -110

  [Fix]

  Kernel fixes:
  * 995d948cf2e4 ("Bluetooth: btusb: Return error code when getting patch status
failed")
  * 00c0ee9850b7 ("Bluetooth: btusb: Handle download_firmware failure cases")

  And firmware:
  * 948cad200e94 ("linux-firmware: update frimware for mediatek bluetooth chip
(MT7921)")

  [Test Case]

  Run checkbox reboot stress tests to try trigger this issue:

$ checkbox-cli run com.canonical.certification::stress/reboot

  [Where problems could occur]

  This imports fixes requiring both kernel driver and proprietary firmware
  updates, the firmware part might cause instability or so.

  == original bug report ==

  Oct 25 22:40:10 u kernel: [ 6.194102] mt7921e :03:00.0: WM Firmware 
Version: 01, Build Time: 20211014150922
  Oct 25 22:40:11 u kernel: [ 7.948458] rfkill: input handler disabled
  Oct 25 22:40:12 u kernel: [ 9.012741] r8169 :02:00.0 enp2s0: Link is Up - 
1Gbps/Full - flow control rx/tx
  Oct 25 22:40:12 u kernel: [ 9.012766] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: 
link becomes ready
  Oct 25 22:40:13 u kernel: [ 9.174471] usb 1-2.4: device descriptor read/64, 
error -110
  Oct 25 22:40:13 u kernel: [ 9.250459] mt7921e :03:00.0: Message 8002 
(seq 9) timeout
  Oct 25 22:40:13 u kernel: [ 9.250470] mt7921e :03:00.0: Failed to start 
WM firmware
  Oct 25 22:40:13 u kernel: [ 9.250596] mt7921e: probe of :03:00.0 failed 
with error -110

  This takes following fixes to resolve completely:
  * kernel patch:
    * 
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=995d948cf2e45834275f07afc1c9881a9902e73c
    * 
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=00c0ee9850b7b0cb7c40b8daba806ae2245e59d4
  * firmware:
    * 
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=948cad200e94d82d339207f8ac7b10f932bd627a

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1954300/+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 1960351] [NEW] x86/sme: Updates for AMD Genoa in 22.04

2022-02-08 Thread Jeff Lane
Public bug reported:

The following patches have been requested by AMD to pull in additional
support for Genoa into Jammy.

Both landed upstream in 5.16:
1ff2fc02862d x86/sme: Explicitly map new EFI memmap table as encrypted  

e7d445ab26db x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Jeff Lane (bladernr)
 Status: 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/1960351

Title:
  x86/sme: Updates for AMD Genoa in 22.04

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  The following patches have been requested by AMD to pull in additional
  support for Genoa into Jammy.

  Both landed upstream in 5.16:
  1ff2fc02862d x86/sme: Explicitly map new EFI memmap table as encrypted
  
  e7d445ab26db x86/sme: Use #define USE_EARLY_PGTABLE_L5 in 
mem_encrypt_identity.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960351/+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 1960351] Re: x86/sme: Updates for AMD Genoa in 22.04

2022-02-08 Thread Jeff Lane
Both already pulled:
1ff2fc02862d is provided by 7fb7f9c77d8f in Ubuntu starting at 
Ubuntu-5.15.0-15.15~517
e7d445ab26db is provided by e70b30e2710c in Ubuntu starting at 
Ubuntu-5.15.0-15.15~2168


** Changed in: linux (Ubuntu)
   Status: In Progress => 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/1960351

Title:
  x86/sme: Updates for AMD Genoa in 22.04

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  The following patches have been requested by AMD to pull in additional
  support for Genoa into Jammy.

  Both landed upstream in 5.16:
  1ff2fc02862d x86/sme: Explicitly map new EFI memmap table as encrypted
  
  e7d445ab26db x86/sme: Use #define USE_EARLY_PGTABLE_L5 in 
mem_encrypt_identity.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960351/+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 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Stéphane Graber
** Changed in: lxc (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: lxc (Ubuntu Focal)
   Status: Incomplete => Invalid

** No longer affects: lxc (Ubuntu)

** No longer affects: lxc (Ubuntu 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/1960094

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

Status in linux package in Ubuntu:
  New
Status in linux source package in Focal:
  New

Bug description:
  There are failures in ubuntu_lxc regression tests on Focal/linux/5.4.0-99.112 
sru cycle 2022.01.03 with the error
  lxc-create: symbol lookup error: lxc-create: undefined symbol: strlcat

  These errors did not appear on previous kernels in the same cycle and
  now have a few tests failing on all architectures and systems as of
  Feb 4th 2022 it seems. Log with details is attached in the comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+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 1836169] Re: cpuhotplug04 in cpuhotplug from ubuntu_ltp failed on amd64/ARM64

2022-02-08 Thread Luke Nowakowski-Krijger
Found on instances akis exotic-skunk starmie-kernel
2022.01.31/bionic/linux/4.15.0-169.177

** Tags added: sru-20220131

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

Title:
  cpuhotplug04 in cpuhotplug from ubuntu_ltp failed on amd64/ARM64

Status in ubuntu-kernel-tests:
  Triaged
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Confirmed
Status in linux source package in Cosmic:
  Won't Fix
Status in linux source package in Disco:
  Won't Fix
Status in linux source package in Focal:
  Confirmed

Bug description:
  This issue can be found on both ThunderX and Moonshot ARM64

  <<>>
  incrementing stop
  Name:   cpuhotplug04
  Date:   Thu Jul 11 08:34:50 UTC 2019
  Desc:   Does it prevent us from offlining the last CPU?

  sh: echo: I/O error
  cpuhotplug04 1 TFAIL: Could not offline cpu0
  <<>>
  initiation_status="ok"
  duration=0 termination_type=exited termination_id=1 corefile=no
  cutime=9 cstime=4
  <<>>

  Steps to run this test:
git clone --depth=1 https://github.com/linux-test-project/ltp.git
cd ltp; make autotools; ./configure; make; sudo make install
echo "cpuhotplug04 cpuhotplug04.sh -l 1" > /tmp/jobs
sudo /opt/ltp/runltp -f /tmp/jobs

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-25-generic 4.18.0-25.26
  ProcVersionSignature: User Name 4.18.0-25.26-generic 4.18.20
  Uname: Linux 4.18.0-25-generic aarch64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Jul 11 06:57 seq
   crw-rw 1 root audio 116, 33 Jul 11 06:57 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
  ApportVersion: 2.20.10-0ubuntu13.4
  Architecture: arm64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  Date: Thu Jul 11 08:28:42 2019
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: console=ttyS0,9600n8r ro
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-25-generic N/A
   linux-backports-modules-4.18.0-25-generic  N/A
   linux-firmware 1.175.6
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1836169/+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 1960344] Re: Can't mount my encrypted drive with 5.4.0.99-generic

2022-02-08 Thread Paul White 
** 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/1960344

Title:
  Can't mount my encrypted drive with 5.4.0.99-generic

Status in linux package in Ubuntu:
  New

Bug description:
  When I boot with kernel 5.4.0-94 my Linux system properly asks me for
  the passphrase to my encrypted drive (full disk encryption) and then
  after that successfully gets me to the user login screen.  But when I
  updated my kernel to 5.4.0-99, the booting Linux system does not ask
  me for my drive encryption passphrase but instead indicates that it is
  waiting for a drive partition and eventually times out and drops me
  into a busybox session.

  The GRUB arguments are identical for both kernels 5.4.0-94 and
  5.4.0-99, yet I can only successfully get into my Linux system using
  the 5.4.0-94 kernel.

  I don't know whether the following info is useful or not, since it is
  gathered only from the kernel 5.4.0-94 where I can actually log in.

  cat /proc/version_signature :
   Ubuntu 5.4.0-94.106-generic 5.4.157

  lspci-vnvn.log is attached.

  Output of mount command :

  sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  udev on /dev type devtmpfs 
(rw,nosuid,noexec,relatime,size=16365340k,nr_inodes=4091335,mode=755)
  devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  tmpfs on /run type tmpfs 
(rw,nosuid,nodev,noexec,relatime,size=3282420k,mode=755)
  /dev/mapper/vgmint-root on / type ext4 
(rw,relatime,errors=remount-ro,stripe=16)
  securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
  tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  cgroup2 on /sys/fs/cgroup/unified type cgroup2 
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
  cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
  pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  efivarfs on /sys/firmware/efi/efivars type efivarfs 
(rw,nosuid,nodev,noexec,relatime)
  none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
  cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
  cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
  cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
  cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
  cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
  cgroup on /sys/fs/cgroup/pids type cgroup 
(rw,nosuid,nodev,noexec,relatime,pids)
  cgroup on /sys/fs/cgroup/rdma type cgroup 
(rw,nosuid,nodev,noexec,relatime,rdma)
  cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  cgroup on /sys/fs/cgroup/hugetlb type cgroup 
(rw,nosuid,nodev,noexec,relatime,hugetlb)
  cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
  systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=29737)
  hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
  mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
  debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
  tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
  fusectl on /sys/fs/fuse/connections type fusectl 
(rw,nosuid,nodev,noexec,relatime)
  configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
  /dev/mapper/isw_dbbdgggiei_Volume0p2 on /boot type ext4 
(rw,relatime,stripe=16)
  /dev/mapper/isw_dbbdgggiei_Volume0p1 on /boot/efi type vfat 
(rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=3282416k,mode=700,uid=1000,gid=1000)
  /home/.ecryptfs/cfast/.Private on /home/cfast type ecryptfs 
(rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=2e786df13a224d25,ecryptfs_sig=bae1facf9d2afaeb,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
  gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse 
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,nosuid,nodev,noexec,relatime)

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


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

[Kernel-packages] [Bug 1960094] Re: lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

2022-02-08 Thread Stéphane Graber
Closing the LXC task for now as that seems to be unrelated to a LXC
change (we haven't uploaded in a while) and not related to a new kernel
release which could actually cause such a change.

If you track this down to something other than an issue in your test
environment, please add lxc to this issue again.

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

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

Status in linux package in Ubuntu:
  New
Status in linux source package in Focal:
  New

Bug description:
  There are failures in ubuntu_lxc regression tests on Focal/linux/5.4.0-99.112 
sru cycle 2022.01.03 with the error
  lxc-create: symbol lookup error: lxc-create: undefined symbol: strlcat

  These errors did not appear on previous kernels in the same cycle and
  now have a few tests failing on all architectures and systems as of
  Feb 4th 2022 it seems. Log with details is attached in the comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+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 1960344] [NEW] Can't mount my encrypted drive with 5.4.0.99-generic

2022-02-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I boot with kernel 5.4.0-94 my Linux system properly asks me for
the passphrase to my encrypted drive (full disk encryption) and then
after that successfully gets me to the user login screen.  But when I
updated my kernel to 5.4.0-99, the booting Linux system does not ask me
for my drive encryption passphrase but instead indicates that it is
waiting for a drive partition and eventually times out and drops me into
a busybox session.

The GRUB arguments are identical for both kernels 5.4.0-94 and 5.4.0-99,
yet I can only successfully get into my Linux system using the 5.4.0-94
kernel.

I don't know whether the following info is useful or not, since it is
gathered only from the kernel 5.4.0-94 where I can actually log in.

cat /proc/version_signature :
 Ubuntu 5.4.0-94.106-generic 5.4.157

lspci-vnvn.log is attached.

Output of mount command :

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,noexec,relatime,size=16365340k,nr_inodes=4091335,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs 
(rw,nosuid,nodev,noexec,relatime,size=3282420k,mode=755)
/dev/mapper/vgmint-root on / type ext4 (rw,relatime,errors=remount-ro,stripe=16)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2 
(rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs 
(rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup 
(rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=29737)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl 
(rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
/dev/mapper/isw_dbbdgggiei_Volume0p2 on /boot type ext4 (rw,relatime,stripe=16)
/dev/mapper/isw_dbbdgggiei_Volume0p1 on /boot/efi type vfat 
(rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=3282416k,mode=700,uid=1000,gid=1000)
/home/.ecryptfs/cfast/.Private on /home/cfast type ecryptfs 
(rw,nosuid,nodev,relatime,ecryptfs_fnek_sig=2e786df13a224d25,ecryptfs_sig=bae1facf9d2afaeb,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse 
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,nosuid,nodev,noexec,relatime)

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

-- 
Can't mount my encrypted drive with 5.4.0.99-generic
https://bugs.launchpad.net/bugs/1960344
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 1959514] ProcModules.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559891/+files/ProcModules.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
Repro on 510. Stack traces that happens some times:

Feb 09 06:30:47.610121 ciro-p51 kernel: WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:3935
nv_restore_user_channels+0xce/0xe0 [nvidia]

Feb 09 06:30:47.610508 ciro-p51 kernel: Call Trace:
Feb 09 06:30:47.610527 ciro-p51 kernel:  
Feb 09 06:30:47.610547 ciro-p51 kernel:  nv_set_system_power_state+0x22b/0x3e0 
[nvidia]
Feb 09 06:30:47.610566 ciro-p51 kernel:  nv_procfs_write_suspend+0xe9/0x140 
[nvidia]
Feb 09 06:30:47.610598 ciro-p51 kernel:  proc_reg_write+0x5a/0x90
Feb 09 06:30:47.610619 ciro-p51 kernel:  ? __cond_resched+0x1a/0x50
Feb 09 06:30:47.610637 ciro-p51 kernel:  vfs_write+0xc3/0x250
Feb 09 06:30:47.610658 ciro-p51 kernel:  ksys_write+0x67/0xe0
Feb 09 06:30:47.610675 ciro-p51 kernel:  __x64_sys_write+0x19/0x20
Feb 09 06:30:47.610693 ciro-p51 kernel:  do_syscall_64+0x61/0xb0
Feb 09 06:30:47.610709 ciro-p51 kernel:  ? exit_to_user_mode_prepare+0x37/0xb0
Feb 09 06:30:47.610728 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.610746 ciro-p51 kernel:  ? __x64_sys_newfstatat+0x1c/0x20
Feb 09 06:30:47.610765 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.610796 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.610813 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.610842 ciro-p51 kernel:  ? asm_exc_page_fault+0x8/0x30
Feb 09 06:30:47.610860 ciro-p51 kernel:  
entry_SYSCALL_64_after_hwframe+0x44/0xae

Feb 09 06:30:47.611093 ciro-p51 kernel: WARNING: CPU: 0 PID: 18016 at
/var/lib/dkms/nvidia/510.47.03/build/nvidia/nv.c:4152
nv_set_system_power_state+0x2d0/0x3e0 [nvidia]

Feb 09 06:30:47.611469 ciro-p51 kernel:  nv_procfs_write_suspend+0xe9/0x140 
[nvidia]
Feb 09 06:30:47.611484 ciro-p51 kernel:  proc_reg_write+0x5a/0x90
Feb 09 06:30:47.611499 ciro-p51 kernel:  ? __cond_resched+0x1a/0x50
Feb 09 06:30:47.611517 ciro-p51 kernel:  vfs_write+0xc3/0x250
Feb 09 06:30:47.611533 ciro-p51 kernel:  ksys_write+0x67/0xe0
Feb 09 06:30:47.611550 ciro-p51 kernel:  __x64_sys_write+0x19/0x20
Feb 09 06:30:47.611568 ciro-p51 kernel:  do_syscall_64+0x61/0xb0
Feb 09 06:30:47.611597 ciro-p51 kernel:  ? exit_to_user_mode_prepare+0x37/0xb0
Feb 09 06:30:47.611615 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.611632 ciro-p51 kernel:  ? __x64_sys_newfstatat+0x1c/0x20
Feb 09 06:30:47.611647 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.611665 ciro-p51 kernel:  ? syscall_exit_to_user_mode+0x27/0x50
Feb 09 06:30:47.611680 ciro-p51 kernel:  ? do_syscall_64+0x6e/0xb0
Feb 09 06:30:47.611698 ciro-p51 kernel:  ? asm_exc_page_fault+0x8/0x30
Feb 09 06:30:47.611715 ciro-p51 kernel:  
entry_SYSCALL_64_after_hwframe+0x44/0xae


** Attachment added: "dmesg2"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-510/+bug/1953674/+attachment/5559877/+files/dmesg2

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

Title:
  Screen does not wake up from suspend/does not wake up

Status in nvidia-graphics-drivers-470 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  New

Bug description:
  After upgrading to 21.10 from 21.04 this problem started happening.

  It does not happen every time I suspend, and it usually happens after
  suspending for a longer time. After suspending for a longer time, it
  tends to happen most of the time.

  I can SSH into the computer, so it is just the display that is not
  turning back on correctly.

  Lenovo Thinkpad P51 with an NVIDIA quadro Quadro M1200

  journalctl -o short-precise -k -b -1 contained the following messages
  of interest, which I could not find in other reports:

  ```
  nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x); 
continuing.
  [24307.640014] NVRM: GPU at PCI::01:00: 
GPU-18af74bb-7c72-ff70-e447-87d48378ea20
  [24307.640018] NVRM: Xid (PCI::01:00): 79, pid=8828, GPU has fallen off 
the bus.
  [24307.640021] NVRM: GPU :01:00.0: GPU has fallen off the bus.
  [24328.054022] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [repeats several more times]
  [24328.056767] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [24328.056951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:0:0:0x000f
  [24328.056955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:1:0:0x000f
  [24328.056959] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:2:0:0x000f
  [24328.056962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:3:0:0x000f
  [24328.056983] nvidia-modeset: ERROR: GPU:0: 

[Kernel-packages] [Bug 1959514] acpidump.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559895/+files/acpidump.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] PulseList.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559892/+files/PulseList.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Lsusb-v.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559885/+files/Lsusb-v.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] WifiSyslog.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559894/+files/WifiSyslog.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] UdevDb.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1959514/+attachment/5559893/+files/UdevDb.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] ProcInterrupts.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559890/+files/ProcInterrupts.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Lsusb.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1959514/+attachment/5559883/+files/Lsusb.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Lspci.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1959514/+attachment/5559881/+files/Lspci.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] CRDA.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1959514/+attachment/5559879/+files/CRDA.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Re: USB keyboard / mouse not powered on after boot

2022-02-08 Thread Kostya Vasilyev
apport information

** Tags added: apport-collected impish

** Description changed:

  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.
  
  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.
  
  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).
  
  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic
  
  Happened with earlier kernel versions too.
  
  The output of dmesg and lsusb is attached.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu71
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  kman   2223 F pulseaudio
+  /dev/snd/controlC1:  kman   2223 F pulseaudio
+  /dev/snd/controlC2:  kman   2223 F pulseaudio
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 21.10
+ InstallationDate: Installed on 2020-03-14 (696 days ago)
+ InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
+ IwConfig:
+  lono wireless extensions.
+  
+  eno1  no wireless extensions.
+ MachineType: ASUS System Product Name
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
+ ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-28-generic N/A
+  linux-backports-modules-5.13.0-28-generic  N/A
+  linux-firmware 1.201.3
+ RfKill:
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  impish
+ Uname: Linux 5.13.0-28-generic x86_64
+ UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 11/02/2021
+ dmi.bios.release: 20.4
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 2004
+ dmi.board.asset.tag: Default string
+ dmi.board.name: PRIME Z390-A
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: Default string
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Default string
+ dmi.chassis.version: Default string
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: System Product Name
+ dmi.product.sku: ASUS_MB_CNL
+ dmi.product.version: System Version
+ dmi.sys.vendor: ASUS

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559878/+files/AlsaInfo.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 

[Kernel-packages] [Bug 1959514] ProcCpuinfoMinimal.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559888/+files/ProcCpuinfoMinimal.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] ProcCpuinfo.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559887/+files/ProcCpuinfo.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] ProcEnviron.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559889/+files/ProcEnviron.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] PaInfo.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1959514/+attachment/5559886/+files/PaInfo.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] CurrentDmesg.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559880/+files/CurrentDmesg.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Lsusb-t.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559884/+files/Lsusb-t.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1959514] Lspci-vt.txt

2022-02-08 Thread Kostya Vasilyev
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1959514/+attachment/5559882/+files/Lspci-vt.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/1959514

Title:
  USB keyboard / mouse not powered on after boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I use two monitors with USB hub feature. My keyboard and mouse are
  plugged into one of those monitors.

  After Ubuntu boots, the keyboard and the mouse are dead. I have to
  unplug the monitor's USB cable from the computer and plug it back in,
  then the keyboard and the mouse are detected and powered on.

  This happens in Ubuntu consistently, with all recent kernel updates.
  Never happens in Fedora 35 or Windows 11 on same hardware (i.e. the
  keyboard and the mouse are immediately usable after boot).

  Ubuntu version: 21.10
  Kernel version: 5.13.0-27-generic

  Happened with earlier kernel versions too.

  The output of dmesg and lsusb is attached.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kman   2223 F pulseaudio
   /dev/snd/controlC1:  kman   2223 F pulseaudio
   /dev/snd/controlC2:  kman   2223 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2020-03-14 (696 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200314)
  IwConfig:
   lono wireless extensions.
   
   eno1  no wireless extensions.
  MachineType: ASUS System Product Name
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: ro root=UUID=fb4dae8c-3c06-494a-b0b1-bdf6404d8d04 
nvidia-drm.modeset=1 quiet splash LANG=en_US.UTF-8 
initrd=boot\initrd.img-5.13.0-28-generic
  ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-28-generic N/A
   linux-backports-modules-5.13.0-28-generic  N/A
   linux-firmware 1.201.3
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  impish
  Uname: Linux 5.13.0-28-generic x86_64
  UpgradeStatus: Upgraded to impish on 2021-10-10 (122 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/02/2021
  dmi.bios.release: 20.4
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2004
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z390-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2004:bd11/02/2021:br20.4:svnASUS:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ390-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuASUS_MB_CNL:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959514/+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 1960213] Lspci-vt.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559905/+files/Lspci-vt.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] AplayDevices.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "AplayDevices.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559897/+files/AplayDevices.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Card0.Codecs.codec.0.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559900/+files/Card0.Codecs.codec.0.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] CRDA.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559898/+files/CRDA.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Lspci.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559904/+files/Lspci.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] IwConfig.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559903/+files/IwConfig.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] CurrentDmesg.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559902/+files/CurrentDmesg.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Card0.Codecs.codec.2.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Card0.Codecs.codec.2.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559901/+files/Card0.Codecs.codec.2.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Card0.Amixer.values.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Card0.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559899/+files/Card0.Amixer.values.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Lsusb.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559906/+files/Lsusb.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1959239] Status changed to Confirmed

2022-02-08 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/1959239

Title:
  Touchscreen only works on every second boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On first boot, the touchscreen works. After reboot it doesn't. Reboot
  again and it works. Reboot again and it doesn't work. And so on. I
  have discovered a workaround, which is to run "echo 1 >
  /sys/bus/pci/devices/\:00\:15.1/remove" before rebooting. With a
  script containing this command added to /usr/lib/systemd/system-
  shutdown/, the touchscreen works on every boot.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-27-generic 5.13.0-27.29
  ProcVersionSignature: Ubuntu 5.13.0-27.29-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  darrell1621 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jan 27 15:25:45 2022
  HibernationDevice: resume=UUID=00f963ec-ecf7-4ac6-accc-c541e719329d
  InstallationDate: Installed on 2022-01-05 (22 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: GEO GeoFlex 340
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=ad5fd920-af96-4db8-8cb2-c91d9f0c8dc3 ro quiet splash 
resume=UUID=00f963ec-ecf7-4ac6-accc-c541e719329d vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-27-generic N/A
   linux-backports-modules-5.13.0-27-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/16/2021
  dmi.bios.release: 1.5
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: IN5DV05
  dmi.board.asset.tag: Default string
  dmi.board.name: ZHL
  dmi.board.vendor: GeoFlex 340
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 31
  dmi.chassis.vendor: GeoFlex 340
  dmi.chassis.version: Default string
  dmi.ec.firmware.release: 2.13
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrIN5DV05:bd03/16/2021:br1.5:efr2.13:svnGEO:pnGeoFlex340:pvrDefaultstring:rvnGeoFlex340:rnZHL:rvrDefaultstring:cvnGeoFlex340:ct31:cvrDefaultstring:skuGE132-UK-2:
  dmi.product.family: Flex
  dmi.product.name: GeoFlex 340
  dmi.product.sku: GE132-UK-2
  dmi.product.version: Default string
  dmi.sys.vendor: GEO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959239/+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 1960361] [NEW] hwmon: k10temp updates for AMD Genoa in 22.04

2022-02-08 Thread Jeff Lane
Public bug reported:

Patch pull request to include additional support for AMD Genoa in 22.04

f707bcb5d1cb hwmon: (k10temp) Remove unused definitions
3cf90efa1367 hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and 
A0h-AFh
8bb050cd5cf4 hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors

** Affects: linux (Ubuntu)
 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/1960361

Title:
  hwmon: k10temp updates for AMD Genoa in 22.04

Status in linux package in Ubuntu:
  New

Bug description:
  Patch pull request to include additional support for AMD Genoa in
  22.04

  f707bcb5d1cb hwmon: (k10temp) Remove unused definitions
  3cf90efa1367 hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh 
and A0h-AFh
  8bb050cd5cf4 hwmon: (k10temp) Support up to 12 CCDs on AMD Family of 
processors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960361/+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 1959348] Status changed to Confirmed

2022-02-08 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/1959348

Title:
  Linux Mint kernels 5.13.0-21, -22, -23, -25, & -27  Induce Laptop
  Screen Crash

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  **UPDATE 1/28/2022, 1500 PST**

  I have edited the original posting to keep the description of the
  problem only in the body of the report. I have moved all the System
  Info outputs to attached comments below, as well as all the other
  output reports for the terminal commands I was recommended to execute.

  The first/older set of automatic report outputs and info attached in
  the comments below are from terminal command outputs while running
  Linux Mint 20.3 with Cinnamon DE while I was still using kernel
  5.11.0-46; they should probably be ignored (I'm unable to delete
  them). The second/newer set of automatic report outputs attached are
  from terminal command outputs while running Linux Mint 20.3 with
  Cinnamon DE on kernel 5.13.0-27. Sorry. I Told you I was new to
  this...

  **End of text update**

  Please accept my apologies up front for any inefficiencies this format
  may induce, as I'm a very casual user who has just started to scratch
  the surface of Linux distro usage. I have read the instructions on the
  report submission page and I believe I am following the guidance, but
  if I'm not it's because of unfamiliarity and general ignorance.  I beg
  for your patience and understanding.

  For the listed kernels in the summary line (kernels 5.13.0-21, -22,
  -23, -25, and -27), my Acer Swift 3 laptop's screen crashes/reverts to
  snow/white noise immediately whenever the following conditions are
  met:

  1)  Any video peripheral is connected to the laptop via the HDMI port
  directly or through a USB-C hub with HDMI input

  AND

  2)  The "Mirror" selection is toggled in the Display Manager GUI

  OR

  3)  The HDMI cable is removed from the HDMI port/USB-C hub

  I can confirm that: 1) The HDMI cable is not the culprit because this
  issue doesn't manifest itself with Win10 or with Manjaro Linux, and 2)
  running Linux Mint 20.3 with the 5.11.0-46 kernel does not manifest
  any of the described screen crash issues listed above. That is to say,
  the laptop and peripheral HDMI display run stably/without issue while
  running Linux Mint 20.3 with Cinnamon DE on kernel 5.11.0-46.

  Thanks.  Please advise if I may be of any further assistance.

  Very Respectfully,
  John McGee
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  chief  1204 F pulseaudio
   /dev/snd/controlC2:  chief  1204 F pulseaudio
   /dev/snd/controlC0:  chief  1204 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux Mint 20.3
  InstallationDate: Installed on 2022-01-26 (1 days ago)
  InstallationMedia: Linux Mint 20.3 "Una" - Release amd64 20220104
  MachineType: Acer Swift SF314-42
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=57f15d2c-512b-4441-b8e0-d7586091add5 ro quiet splash
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-27-generic N/A
   linux-backports-modules-5.13.0-27-generic  N/A
   linux-firmware 1.187.25
  Tags:  una
  Uname: Linux 5.13.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 05/13/2021
  dmi.bios.release: 1.10
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Kona_RN
  dmi.board.vendor: RO
  dmi.board.version: V1.10
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.10
  dmi.ec.firmware.release: 1.6
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.10:bd05/13/2021:br1.10:efr1.6:svnAcer:pnSwiftSF314-42:pvrV1.10:rvnRO:rnKona_RN:rvrV1.10:cvnAcer:ct10:cvrV1.10:sku:
  dmi.product.family: Swift 3
  dmi.product.name: Swift SF314-42
  dmi.product.sku: 
  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/1959348/+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 1958650] Status changed to Confirmed

2022-02-08 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/1958650

Title:
  Touchpad is not working in Ubuntu 21.10

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Touchpad of my laptop is not working at all in Ubuntu 21.10
  but it works properly on windows11 which is dual booted with it

  
  Devise Details
  Linux Kernel: 5.13.0-27-generic
  DE: GNOME 40.5
  CPU: Intel i3-1005G1 (4) @ 3.400GHz
  Host: 81WE IdeaPad 3 15IIL05 U
  OS: Ubuntu 21.10 x86_64

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-27-generic 5.13.0-27.29
  ProcVersionSignature: Ubuntu 5.13.0-27.29-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mobasshir   1507 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 21 19:36:43 2022
  InstallationDate: Installed on 2022-01-21 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 009: ID 17ef:608d Lenovo Optical Mouse
   Bus 001 Device 002: ID 30c9:001b Luxvisions Innotech Limited Integrated 
Camera
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson 
Peak (JfP)
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 81WE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=54dcb08b-4d8e-4e5f-a687-1c7dfd6020ad ro 
initcall_blacklist=elants_i2c_driver_init quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-27-generic N/A
   linux-backports-modules-5.13.0-27-generic  N/A
   linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/29/2021
  dmi.bios.release: 1.47
  dmi.bios.vendor: LENOVO
  dmi.bios.version: EMCN47WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0Q55724 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 15IIL05 U
  dmi.ec.firmware.release: 1.47
  dmi.modalias: 
dmi:bvnLENOVO:bvrEMCN47WW:bd07/29/2021:br1.47:efr1.47:svnLENOVO:pn81WE:pvrIdeaPad315IIL05U:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55724WIN:cvnLENOVO:ct10:cvrIdeaPad315IIL05U:skuLENOVO_MT_81WE_BU_idea_FM_IdeaPad315IIL05U:
  dmi.product.family: IdeaPad 3 15IIL05 U
  dmi.product.name: 81WE
  dmi.product.sku: LENOVO_MT_81WE_BU_idea_FM_IdeaPad 3 15IIL05 U
  dmi.product.version: IdeaPad 3 15IIL05 U
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1958650/+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 1959215] Status changed to Confirmed

2022-02-08 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

** Changed in: linux (Ubuntu Impish)
   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/1959215

Title:
  unshare test in ubuntu_stress_smoke_tests triggers "BUG: unable to
  handle page fault for address: 1cc8" on Impish with node
  vought

Status in Stress-ng:
  New
Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Impish:
  Confirmed

Bug description:
  Issue found on Intel node "vought" with:
    * 5.13.0-28.31
    * 5.13.0-27
    * And possibly the 5.13.0-23 from the last cycle (this test didn't finish 
properly and marked as "Incomplete" back then, just like this cycle). For more 
earlier Impish kernels, this system was not tested with this test on them.

  The test will hang with unshare test in ubuntu_stress_smoke_tests:
  12:39:39 DEBUG| [stdout] udp RETURNED 0
  12:39:39 DEBUG| [stdout] udp PASSED
  12:39:39 DEBUG| [stdout] udp-flood STARTING
  12:39:41 DEBUG| [stdout] udp-flood RETURNED 0
  12:39:41 DEBUG| [stdout] udp-flood PASSED
  12:39:41 DEBUG| [stdout] unshare STARTING
  (Test hangs here)

  And eventually the test will be killed because of the timeout setting.

  stress-ng Test suite HEAD SHA1: b81116c

  Error can be found in dmesg:
  [ 2371.109961] BUG: unable to handle page fault for address: 1cc8
  [ 2371.110074] #PF: supervisor read access in kernel mode
  [ 2371.114323] #PF: error_code(0x) - not-present page
  [ 2371.119931] PGD 0 P4D 0
  [ 2371.125257] Oops:  [#1] SMP NOPTI
  [ 2371.129247] CPU: 51 PID: 207256 Comm: stress-ng Tainted: P   O 
 5.13.0-27-generic #29-Ubuntu
  [ 2371.133203] Hardware name: Intel Corporation S2600WFD/S2600WFD, BIOS 
SE5C620.86B.0D.01.0395.022720191340 02/27/2019
  [ 2371.135887] RIP: 0010:__next_zones_zonelist+0x6/0x50
  [ 2371.138525] Code: d0 0f 4e d0 3d ff 03 00 00 7f 0d 48 63 d2 5d 48 8b 04 d5 
60 e5 35 af c3 31 c0 5d c3 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 <8b> 4f 08 
48 89 f8 48 89 e5 48 85 d2 75 10 eb 1d 48 63 49 50 48 0f
  [ 2371.143813] RSP: 0018:a9c8b399fac0 EFLAGS: 00010282
  [ 2371.146078] RAX:  RBX:  RCX: 

  [ 2371.148293] RDX: 9c98e894ea98 RSI: 0002 RDI: 
1cc0
  [ 2371.150477] RBP: a9c8b399fb28 R08:  R09: 

  [ 2371.152650] R10: 0002 R11: d9bfbfcc5600 R12: 
00052cc0
  [ 2371.154778] R13: 0002 R14: 0001 R15: 
00152cc0
  [ 2371.156876] FS:  7fcbd141d740() GS:9cc14ccc() 
knlGS:
  [ 2371.158936] CS:  0010 DS:  ES:  CR0: 80050033
  [ 2371.160958] CR2: 1cc8 CR3: 00059f292001 CR4: 
007706e0
  [ 2371.162950] DR0:  DR1:  DR2: 

  [ 2371.164888] DR3:  DR6: fffe0ff0 DR7: 
0400
  [ 2371.166811] PKRU: 5554
  [ 2371.168694] Call Trace:
  [ 2371.170544]  ? __alloc_pages+0x2f1/0x330
  [ 2371.172386]  kmalloc_large_node+0x45/0xb0
  [ 2371.174222]  __kmalloc_node+0x276/0x300
  [ 2371.176036]  ? queue_delayed_work_on+0x39/0x60
  [ 2371.177853]  kvmalloc_node+0x5a/0x90
  [ 2371.179622]  expand_one_shrinker_info+0x82/0x190
  [ 2371.181382]  prealloc_shrinker+0x175/0x1d0
  [ 2371.183091]  alloc_super+0x2bf/0x330
  [ 2371.184764]  ? __fput_sync+0x30/0x30
  [ 2371.186384]  sget_fc+0x74/0x2e0
  [ 2371.187951]  ? set_anon_super+0x50/0x50
  [ 2371.189473]  ? mqueue_create+0x20/0x20
  [ 2371.190944]  get_tree_keyed+0x34/0xd0
  [ 2371.192363]  mqueue_get_tree+0x1c/0x20
  [ 2371.193734]  vfs_get_tree+0x2a/0xc0
  [ 2371.195105]  fc_mount+0x13/0x50
  [ 2371.196409]  mq_init_ns+0x10a/0x1b0
  [ 2371.197667]  copy_ipcs+0x130/0x220
  [ 2371.198899]  create_new_namespaces+0xa6/0x2e0
  [ 2371.200113]  unshare_nsproxy_namespaces+0x5a/0xb0
  [ 2371.201303]  ksys_unshare+0x1db/0x3c0
  [ 2371.202480]  __x64_sys_unshare+0x12/0x20
  [ 2371.203649]  do_syscall_64+0x61/0xb0
  [ 2371.204804]  ? exit_to_user_mode_loop+0xec/0x160
  [ 2371.205966]  ? exit_to_user_mode_prepare+0x37/0xb0
  [ 2371.207102]  ? syscall_exit_to_user_mode+0x27/0x50
  [ 2371.208222]  ? __x64_sys_close+0x11/0x40
  [ 2371.209336]  ? do_syscall_64+0x6e/0xb0
  [ 2371.210438]  ? asm_exc_page_fault+0x8/0x30
  [ 2371.211545]  entry_SYSCALL_64_after_hwframe+0x44/0xae
  [ 2371.212641] RIP: 0033:0x7fcbd1562c4b
  [ 2371.213698] Code: 73 01 c3 48 8b 0d e5 e1 0e 00 f7 d8 64 89 01 48 83 c8 ff 
c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 10 01 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d b5 e1 0e 00 f7 d8 64 89 01 48
  [ 2371.215851] RSP: 002b:7ffc5d8eb878 EFLAGS: 0246 ORIG_RAX: 
0110
  [ 2371.216846] RAX: 

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

2022-02-08 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 1959345

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

Title:
  vulkaninfo reports error

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Tracker says mesa-vulkan-drivers is not in Ubuntu!?
  mesa-vulkan-drivers/bionic-updates,now 20.0.8-0ubuntu1~18.04.1 amd64 
[installed]

  Ubuntu 18.04.6 LTS
  AMD Ryzen 7 2700x eight-core processor x 16
  AMD Radeon rx 5700 xt

  apt-cache show says that vulkan-mesa-drivers provides vulkan-icd.
  find / -name vulkan-icd finds nothing
  vulkaninfo reports:
  ERROR: [Loader Message] Code 0 : loader_get_json: Failed to open JSON file 
amd_icd64.json

  There is an intel_icd.x86_64.json and radeon_icd.x86_64.json in
  /usr/share/vulkan/icd.d/

  Either the error is a false positive or I should have amd_icd64.json -
  and then maybe all the other problems with the GPU would go away!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959345/+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 1958702] Missing required logs.

2022-02-08 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 1958702

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

Title:
  nVidia driver version 460 doesn't build with kernel version 5.14

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to install OEM Linux kernel

  nVidia driver is not installed, the error is

  ```
  Error! Bad return status for module build on kernel: 5.14.0-1020-oem (x86_64)
  Consult /var/lib/dkms/nvidia/460.91.03/build/make.log for more information.
  ```

  I am attaching two log files showing compiler errors, emitted during
  compilation of nVidia modules.

  Output of the "apt install" follows

  ```
  $ sudo apt install linux-oem-20.04d

  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following additional packages will be installed:
  linux-headers-5.14.0-1020-oem linux-headers-oem-20.04d 
linux-image-5.14.0-1020-oem linux-image-oem-20.04d linux-modules-5.14.0-1020-oem
  linux-oem-5.14-headers-5.14.0-1020
  Suggested packages:
  fdutils linux-oem-5.14-tools linux-modules-extra-5.14.0-1020-oem
  The following NEW packages will be installed:
  linux-headers-5.14.0-1020-oem linux-headers-oem-20.04d 
linux-image-5.14.0-1020-oem linux-image-oem-20.04d 
linux-modules-5.14.0-1020-oem linux-oem-20.04d
  linux-oem-5.14-headers-5.14.0-1020
  0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
  Need to get 82,3 MB of archives.
  After this operation, 418 MB of additional disk space will be used.
  Do you want to continue? [Y/n] 
  Get:1 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-oem-5.14-headers-5.14.0-1020 all 5.14.0-1020.22 [11,8 MB]
  Get:2 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-headers-5.14.0-1020-oem amd64 5.14.0-1020.22 [1 462 kB]
  Get:3 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-headers-oem-20.04d amd64 5.14.0.1020.17 [2 444 B]
  Get:4 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-modules-5.14.0-1020-oem amd64 5.14.0-1020.22 [60,3 MB]
  Get:5 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-image-5.14.0-1020-oem amd64 5.14.0-1020.22 [8 753 kB] 
  
  Get:6 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-image-oem-20.04d amd64 5.14.0.1020.17 [2 516 B]   
  
  Get:7 http://ru.archive.ubuntu.com/ubuntu focal-updates/main amd64 
linux-oem-20.04d amd64 5.14.0.1020.17 [1 912 B] 
  
  Fetched 82,3 MB in 11s (7 318 kB/s)   

   
  Selecting previously unselected package linux-oem-5.14-headers-5.14.0-1020.
  (Reading database ... 1002229 files and directories currently installed.)
  Preparing to unpack 
.../0-linux-oem-5.14-headers-5.14.0-1020_5.14.0-1020.22_all.deb ...
  Unpacking linux-oem-5.14-headers-5.14.0-1020 (5.14.0-1020.22) ...
  Selecting previously unselected package linux-headers-5.14.0-1020-oem.
  Preparing to unpack 
.../1-linux-headers-5.14.0-1020-oem_5.14.0-1020.22_amd64.deb ...
  Unpacking linux-headers-5.14.0-1020-oem (5.14.0-1020.22) ...
  Selecting previously unselected package linux-headers-oem-20.04d.
  Preparing to unpack .../2-linux-headers-oem-20.04d_5.14.0.1020.17_amd64.deb 
...
  Unpacking linux-headers-oem-20.04d (5.14.0.1020.17) ...
  Selecting previously unselected package linux-modules-5.14.0-1020-oem.
  Preparing to unpack 
.../3-linux-modules-5.14.0-1020-oem_5.14.0-1020.22_amd64.deb ...
  Unpacking linux-modules-5.14.0-1020-oem (5.14.0-1020.22) ...
  Selecting previously unselected package linux-image-5.14.0-1020-oem.
  Preparing to unpack 
.../4-linux-image-5.14.0-1020-oem_5.14.0-1020.22_amd64.deb ...
  Unpacking linux-image-5.14.0-1020-oem (5.14.0-1020.22) ...
  Selecting previously unselected package linux-image-oem-20.04d.
  Preparing to unpack .../5-linux-image-oem-20.04d_5.14.0.1020.17_amd64.deb ...
  Unpacking linux-image-oem-20.04d (5.14.0.1020.17) ...
  Selecting previously unselected package linux-oem-20.04d.
  Preparing to unpack .../6-linux-oem-20.04d_5.14.0.1020.17_amd64.deb ...
  Unpacking 

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

2022-02-08 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 1959610

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

Title:
  ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on
  Jammy realtime

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  do_softirq does not exist on preempt RT kernel.

  This is causing a failure in ftrace:ftracetest which reports: "echo:
  I/O error".

  Failure is reported for step 32 in Jenkins job:

  
  23:48:45 DEBUG| [stdout] # selftests: ftrace: ftracetest
  23:48:45 DEBUG| [stdout] # === Ftrace unit tests ===
  23:48:45 DEBUG| [stdout] # [1] Basic trace file check [PASS]
  23:48:49 DEBUG| [stdout] # [2] Basic test for tracers [PASS]
  23:48:49 DEBUG| [stdout] # [3] Basic trace clock test [PASS]
  23:48:49 DEBUG| [stdout] # [4] Basic event tracing check  [PASS]
  23:48:50 DEBUG| [stdout] # [5] Change the ringbuffer size [PASS]
  23:48:50 DEBUG| [stdout] # [6] Snapshot and tracing setting   [PASS]
  23:48:50 DEBUG| [stdout] # [7] trace_pipe and trace_marker[PASS]
  23:49:38 DEBUG| [stdout] # [8] Test ftrace direct functions against tracers   
[PASS]
  23:49:57 DEBUG| [stdout] # [9] Test ftrace direct functions against kprobes   
[PASS]
  23:49:57 DEBUG| [stdout] # [10] Generic dynamic event - add/remove eprobe 
events  [PASS]
  23:49:57 DEBUG| [stdout] # [11] Generic dynamic event - add/remove kprobe 
events  [PASS]
  23:49:57 DEBUG| [stdout] # [12] Generic dynamic event - add/remove synthetic 
events   [PASS]
  23:49:57 DEBUG| [stdout] # [13] Generic dynamic event - selective clear 
(compatibility)   [PASS]
  23:49:58 DEBUG| [stdout] # [14] Generic dynamic event - generic clear event   
[PASS]
  23:49:58 DEBUG| [stdout] # [15] Generic dynamic event - check if duplicate 
events are caught  [PASS]
  23:49:58 DEBUG| [stdout] # [16] event tracing - enable/disable with event 
level files [PASS]
  23:49:58 DEBUG| [stdout] # [17] event tracing - restricts events based on pid 
notrace filtering   [PASS]
  23:49:59 DEBUG| [stdout] # [18] event tracing - restricts events based on pid 
[PASS]
  23:49:59 DEBUG| [stdout] # [19] event tracing - enable/disable with subsystem 
level files [PASS]
  23:50:00 DEBUG| [stdout] # [20] event tracing - enable/disable with top level 
files   [PASS]
  23:50:01 DEBUG| [stdout] # [21] Test trace_printk from module [PASS]
  23:50:04 DEBUG| [stdout] # [22] ftrace - function graph filters with stack 
tracer [PASS]
  23:50:05 DEBUG| [stdout] # [23] ftrace - function graph filters   [PASS]
  23:50:06 DEBUG| [stdout] # [24] ftrace - function pid notrace filters [PASS]
  23:50:06 DEBUG| [stdout] # [25] ftrace - function pid filters [PASS]
  23:50:08 DEBUG| [stdout] # [26] ftrace - stacktrace filter command[PASS]
  23:50:08 DEBUG| [stdout] # [27] ftrace - function trace with cpumask  [PASS]
  23:50:12 DEBUG| [stdout] # [28] ftrace - test for function event triggers 
[PASS]
  23:50:13 DEBUG| [stdout] # [29] ftrace - function trace on module [PASS]
  23:50:16 DEBUG| [stdout] # [30] ftrace - function profiling   [PASS]
  23:50:21 DEBUG| [stdout] # [31] ftrace - function profiler with function 
tracing  [PASS]
  23:50:22 DEBUG| [stdout] # [32] ftrace - test reading of set_ftrace_filter
[FAIL]
  23:50:24 DEBUG| [stdout] # [33] ftrace - test for function traceon/off 
triggers   [PASS]
  23:50:24 DEBUG| [stdout] # [34] ftrace - test tracing error log support   
[PASS]
  23:50:28 DEBUG| [stdout] # [35] Test creation and deletion of trace instances 
while setting an event  [PASS]
  23:50:29 DEBUG| [stdout] # [36] Test creation and deletion of trace instances 
[PASS]
  23:50:30 DEBUG| [stdout] # [37] Kprobe dynamic event - adding and removing
[PASS]
  23:50:30 DEBUG| [stdout] # [38] Kprobe dynamic event - busy event check   
[PASS]
  23:50:30 DEBUG| [stdout] # [39] Kprobe dynamic event with arguments   [PASS]
  23:50:30 DEBUG| [stdout] # [40] Kprobe event with comm arguments  [PASS]
  23:50:30 DEBUG| [stdout] # [41] Kprobe event string type argument [PASS]
  23:50:31 DEBUG| [stdout] # [42] Kprobe event symbol argument  [PASS]
  23:50:32 DEBUG| [stdout] # [43] Kprobe event argument syntax  [PASS]
  23:50:32 DEBUG| [stdout] # [44] Kprobes event arguments with types[PASS]
  

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

2022-02-08 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/1959652

Title:
  [regression] Jammy reboot/shutdown hangs for several minutes waiting
  for pulseaudio on Intel NUC 9 Extreme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Starting a few days ago, my jammy desktop hangs for several minutes
  when trying to reboot or shut down. The console always seems to report
  the problem is:

systemd-shutdown[1]: Waiting for process pulseaudio

  Followed by repeated SIGTERM and SIGKILL retries. Although the system
  log (journalctl -b-1) does not seem to show the same kernel messages
  or show the same multi-minute delay that I suffer every time.

  It seems unlikely pulseaudio is actually the cause since that's been
  unchanged for months. More likely a kernel or systemd change, both of
  which received updates in the past few days.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-18-generic 5.15.0-18.18
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D5p', '/dev/snd/pcmC0D4p', '/dev/snd/pcmC0D3p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D7c', '/dev/snd/pcmC0D6c', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CasperMD5CheckResult: pass
  Date: Tue Feb  1 14:19:43 2022
  InstallationDate: Installed on 2021-11-05 (87 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20211103)
  MachineType: Intel(R) Client Systems NUC9i7QNX
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-18-generic 
root=UUID=70e2069c-a553-4c6d-abfc-c65e52cb3b43 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-18-generic N/A
   linux-backports-modules-5.15.0-18-generic  N/A
   linux-firmware 20220124.git0c6a7b3b-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/25/2019
  dmi.bios.release: 5.13
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: QXCFL579.0034.2019.1125.1436
  dmi.board.name: NUC9i7QNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: K49245-402
  dmi.chassis.type: 35
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2.0
  dmi.ec.firmware.release: 24.33
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrQXCFL579.0034.2019.1125.1436:bd11/25/2019:br5.13:efr24.33:svnIntel(R)ClientSystems:pnNUC9i7QNX:pvrK49244-403:rvnIntelCorporation:rnNUC9i7QNB:rvrK49245-402:cvnIntelCorporation:ct35:cvr2.0:skuBXNUC9i7QNX:
  dmi.product.family: QN
  dmi.product.name: NUC9i7QNX
  dmi.product.sku: BXNUC9i7QNX
  dmi.product.version: K49244-403
  dmi.sys.vendor: Intel(R) Client Systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1959652/+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 1959587] Missing required logs.

2022-02-08 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 1959587

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

Title:
  ubuntu_kernel_selftests / net:gro.sh fails sometimes on Jammy/realtime
  v5.15 amd64

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Seen only from time to time, e.g. 
d2021.10.26/jammy/linux-realtime/5.15.0-1004.4/ on gonzo.amd64:
  -
  23:34:02 DEBUG| [stdout] # selftests: net: gro.sh
  23:34:02 DEBUG| [stdout] # running test ipv4 data
  23:34:02 DEBUG| [stdout] # Expected {200 }, Total 1 packets
  23:34:02 DEBUG| [stdout] # Received {200 }, Total 1 packets.
  23:34:02 DEBUG| [stdout] # Expected {150 }, Total 1 packets
  23:34:02 DEBUG| [stdout] # Received {150 }, Total 1 packets.
  23:34:02 DEBUG| [stdout] # Expected {50 100 }, Total 2 packets
  23:34:02 DEBUG| [stdout] # Received {50 100 }, Total 2 packets.
  23:34:02 DEBUG| [stdout] # running test ipv4 ack
  23:34:03 DEBUG| [stdout] # Expected {0 0 0 }, Total 3 packets
  23:34:03 DEBUG| [stdout] # Received {0 0 0 }, Total 3 packets.
  23:34:03 DEBUG| [stdout] # running test ipv4 flags
  23:34:04 DEBUG| [stdout] # Expected {300 200 }, Total 2 packets
  23:34:04 DEBUG| [stdout] # Received {300 200 }, Total 2 packets.
  23:34:04 DEBUG| [stdout] # Expected {200 0 200 }, Total 3 packets
  23:34:04 DEBUG| [stdout] # Received {200 0 200 }, Total 3 packets.
  23:34:04 DEBUG| [stdout] # Expected {200 0 200 }, Total 3 packets
  23:34:04 DEBUG| [stdout] # Received {200 0 200 }, Total 3 packets.
  23:34:04 DEBUG| [stdout] # Expected {200 0 200 }, Total 3 packets
  23:34:04 DEBUG| [stdout] # Received {200 0 200 }, Total 3 packets.
  23:34:04 DEBUG| [stdout] # running test ipv4 tcp
  23:34:04 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:05 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:05 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:05 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:05 DEBUG| [stdout] # Expected {200 100 100 100 }, Total 4 packets
  23:34:05 DEBUG| [stdout] # Received {200 100 100 100 }, Total 4 packets.
  23:34:05 DEBUG| [stdout] # Expected {200 100 }, Total 2 packets
  23:34:05 DEBUG| [stdout] # Received {200 100 }, Total 2 packets.
  23:34:05 DEBUG| [stdout] # running test ipv4 ip
  23:34:05 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:06 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:06 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:06 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:06 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:07 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:07 DEBUG| [stdout] # Expected {100 100 100 }, Total 3 packets
  23:34:09 DEBUG| [stdout] # Received {100 100 100 }, Total 3 packets.
  23:34:09 DEBUG| [stdout] # Expected {100 100 }, Total 2 packets
  23:34:11 DEBUG| [stdout] # Received {100 100 }, Total 2 packets.
  23:34:11 DEBUG| [stdout] # running test ipv4 large
  23:34:11 DEBUG| [stdout] # Expected {65495 919 }, Total 2 packets
  23:34:12 DEBUG| [stdout] # Received {65495 919 }, Total 2 packets.
  23:34:12 DEBUG| [stdout] # Expected {64576 920 920 }, Total 3 packets
  23:34:12 DEBUG| [stdout] # Received {12108 [!=64576]53388 [!=920]920 }, Total 
3 packets.
  23:34:12 DEBUG| [stdout] # ./gro: incorrect packet geometry
  23:34:12 DEBUG| [stdout] # Expected {65495 919 }, Total 2 packets
  23:34:12 DEBUG| [stdout] # Received {65495 919 }, Total 2 packets.
  23:34:12 DEBUG| [stdout] # Expected {64576 920 920 }, Total 3 packets
  23:34:12 DEBUG| [stdout] # Received {16144 [!=64576]49352 [!=920]920 }, Total 
3 packets.
  23:34:12 DEBUG| [stdout] # ./gro: incorrect packet geometry
  23:34:12 DEBUG| [stdout] # Expected {65495 919 }, Total 2 packets
  23:34:13 DEBUG| [stdout] # Received {65495 919 }, Total 2 packets.
  23:34:13 DEBUG| [stdout] # Expected {64576 920 920 }, Total 3 packets
  23:34:13 DEBUG| [stdout] # Received {32288 [!=64576]33208 [!=920]920 }, Total 
3 packets.
  23:34:13 DEBUG| [stdout] # ./gro: incorrect packet geometry
  23:34:13 DEBUG| [stdout] # running test ipv6 data
  23:34:13 DEBUG| [stdout] # Expected {200 }, Total 1 packets
  23:34:14 DEBUG| [stdout] # Received {200 }, Total 1 packets.
  23:34:14 DEBUG| 

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

2022-02-08 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 1960094

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

Title:
  lxc/1:4.0.6-0ubuntu1~20.04.1 undefined symbol: strlcat in Focal

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Focal:
  New

Bug description:
  There are failures in ubuntu_lxc regression tests on Focal/linux/5.4.0-99.112 
sru cycle 2022.01.03 with the error
  lxc-create: symbol lookup error: lxc-create: undefined symbol: strlcat

  These errors did not appear on previous kernels in the same cycle and
  now have a few tests failing on all architectures and systems as of
  Feb 4th 2022 it seems. Log with details is attached in the comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960094/+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 1960016] Status changed to Confirmed

2022-02-08 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/1960016

Title:
  | Kernel 5.15 Regression | ' Bluetooth: hci0: command tx timeout '

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  With the current daily-build of 'jammy 22.04' it is not possible to enable 
Bluetooth with (some) Intel Bluetooth devices after reboot/warm boot.
  With a Cold boot it is working.
   
  My hardware: $ lsusb
  Bus 001 Device 004: ID 8087:0a2a Intel Corp. Bluetooth wireless interface

  This is because of a regression in Kernel 5.15 and was present in Fedora and 
other Distributions as well.
  https://bugzilla.redhat.com/show_bug.cgi?id=2027071
  https://bugzilla.opensuse.org/show_bug.cgi?id=1193124

  For example on Fedora35 my Bluetooth did not initialize correctly
  after warm boot between versions 5.14.18 > 5.15.14.
  After a cold boot it worked.
  (Turned off the desktop PC and disconnected it from power for a few seconds.)

  Kernel 5.15.15 changed that and since then everything went fine again.
  https://bodhi.fedoraproject.org/updates/FEDORA-2022-a23dd56848

  The fix is mentioned there…
  
https://lore.kernel.org/lkml/246bd180-4d8f-ae2b-1b51-90eaf1948...@leemhuis.info/T/#m77ab9e84eec72d1b3e16d6862ffb1a2670277d94

  Direct-Link to commit mentioned in the above discussion…
  
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=95655456e7cee858a23793f67025765b4c4c227b

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-generic-hwe-20.04 5.15.0.18.18
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb  4 12:26:46 2022
  InstallationDate: Installed on 2022-02-02 (1 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220201)
  MachineType: Gigabyte Technology Co., Ltd. AB350N-Gaming WIFI
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-18-generic 
root=UUID=91d2d15b-9614-4498-bb5c-d3376034009f ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-18-generic N/A
   linux-backports-modules-5.15.0-18-generic  N/A
   linux-firmware 20220124.git0c6a7b3b-0ubuntu1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/13/2021
  dmi.bios.release: 5.17
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: F51d
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350N-Gaming WIFI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF51d:bd12/13/2021:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnAB350N-GamingWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350N-GamingWIFI-CF:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350N-Gaming WIFI
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960016/+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 1786013] Autopkgtest regression report (linux-meta-hwe-5.13/5.13.0.30.33~20.04.17)

2022-02-08 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-hwe-5.13 
(5.13.0.30.33~20.04.17) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

nvidia-graphics-drivers-340/340.108-0ubuntu5.20.04.2 (amd64)
linux-hwe-5.13/5.13.0-30.33~20.04.1 (armhf)
systemd/245.4-4ubuntu3.15 (s390x, ppc64el, amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-hwe-5.13

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

Status in linux package in Ubuntu:
  Fix Released
Status in linux-azure package in Ubuntu:
  Fix Released
Status in linux-azure-edge package in Ubuntu:
  Fix Released
Status in linux source package in Precise:
  Fix Released
Status in linux-azure source package in Precise:
  Won't Fix
Status in linux-azure-edge source package in Precise:
  Won't Fix
Status in linux source package in Trusty:
  Fix Released
Status in linux-azure source package in Trusty:
  Fix Released
Status in linux-azure-edge source package in Trusty:
  Won't Fix
Status in linux source package in Xenial:
  Fix Released
Status in linux-azure source package in Xenial:
  Fix Released
Status in linux-azure-edge source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux-azure source package in Bionic:
  Fix Released
Status in linux-azure-edge source package in Bionic:
  Fix Released
Status in linux source package in Cosmic:
  Fix Released
Status in linux-azure source package in Cosmic:
  Fix Released
Status in linux-azure-edge source package in Cosmic:
  Won't Fix
Status in linux source package in Disco:
  Fix Released
Status in linux-azure source package in Disco:
  Fix Released
Status in linux-azure-edge source package in Disco:
  Won't Fix

Bug description:
  Ongoing packing resyncs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+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 1953387] Re: Focal update: v5.4.160 upstream stable release

2022-02-08 Thread mirsev
Hi,

The patch that...

media: uvcvideo: Set unique vdev name based in type

has been reverted, see https://lkml.org/lkml/2021/12/6/2086

Please, revert it also in Ubuntu kernel as soon as possible.

Thanks

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

Title:
  Focal update: v5.4.160 upstream stable release

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Fix Released

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.4.160 upstream stable release
     from git://git.kernel.org/

  xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
  usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
  binder: use euid from cred instead of using task
  binder: use cred instead of task for selinux checks
  binder: use cred instead of task for getsecid
  Input: iforce - fix control-message timeout
  Input: elantench - fix misreporting trackpoint coordinates
  Input: i8042 - Add quirk for Fujitsu Lifebook T725
  libata: fix read log timeout value
  ocfs2: fix data corruption on truncate
  scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
  scsi: qla2xxx: Fix use after free in eh_abort path
  mmc: dw_mmc: Dont wait for DRTO on Write RSP error
  parisc: Fix ptrace check on syscall return
  tpm: Check for integer overflow in tpm2_map_response_body()
  firmware/psci: fix application of sizeof to pointer
  crypto: s5p-sss - Add error handling in s5p_aes_probe()
  media: ite-cir: IR receiver stop working after receive overflow
  media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
  media: v4l2-ioctl: Fix check_ext_ctrls
  ALSA: hda/realtek: Add quirk for Clevo PC70HS
  ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
  ALSA: hda/realtek: Add quirk for ASUS UX550VE
  ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
  ALSA: ua101: fix division by zero at probe
  ALSA: 6fire: fix control and bulk message timeouts
  ALSA: line6: fix control and interrupt message timeouts
  ALSA: usb-audio: Add registration quirk for JBL Quantum 400
  ALSA: synth: missing check for possible NULL after the call to kstrdup
  ALSA: timer: Fix use-after-free problem
  ALSA: timer: Unconditionally unlink slave instances, too
  fuse: fix page stealing
  x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
  x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
  x86/irq: Ensure PI wakeup handler is unregistered before module unload
  cavium: Return negative value when pci_alloc_irq_vectors() fails
  scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
  scsi: qla2xxx: Fix unmap of already freed sgl
  cavium: Fix return values of the probe function
  sfc: Don't use netif_info before net_device setup
  hyperv/vmbus: include linux/bitops.h
  ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode
  reset: socfpga: add empty driver allowing consumers to probe
  mmc: winbond: don't build on M68K
  drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
  bpf: Define bpf_jit_alloc_exec_limit for arm64 JIT
  bpf: Prevent increasing bpf_jit_limit above max
  xen/netfront: stop tx queues during live migration
  nvmet-tcp: fix a memory leak when releasing a queue
  spi: spl022: fix Microwire full duplex mode
  net: multicast: calculate csum of looped-back and forwarded packets
  watchdog: Fix OMAP watchdog early handling
  drm: panel-orientation-quirks: Add quirk for GPD Win3
  nvmet-tcp: fix header digest verification
  r8169: Add device 10ec:8162 to driver r8169
  vmxnet3: do not stop tx queues after netif_device_detach()
  nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
  net/smc: Correct spelling mistake to TCPF_SYN_RECV
  btrfs: clear MISSING device status bit in btrfs_close_one_device
  btrfs: fix lost error handling when replaying directory deletes
  btrfs: call btrfs_check_rw_degradable only if there is a missing device
  ia64: kprobes: Fix to pass correct trampoline address to the handler
  hwmon: (pmbus/lm25066) Add offset coefficients
  regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is 
disabled
  regulator: dt-bindings: samsung,s5m8767: correct 
s5m8767,pmic-buck-default-dvs-idx property
  EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
  mwifiex: fix division by zero in fw download path
  ath6kl: fix division by zero in send path
  ath6kl: fix control-message timeout
  ath10k: fix 

[Kernel-packages] [Bug 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
** Also affects: nvidia-graphics-drivers-510 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Screen does not wake up from suspend/does not wake up

Status in nvidia-graphics-drivers-470 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  New

Bug description:
  After upgrading to 21.10 from 21.04 this problem started happening.

  It does not happen every time I suspend, and it usually happens after
  suspending for a longer time. After suspending for a longer time, it
  tends to happen most of the time.

  I can SSH into the computer, so it is just the display that is not
  turning back on correctly.

  Lenovo Thinkpad P51 with an NVIDIA quadro Quadro M1200

  journalctl -o short-precise -k -b -1 contained the following messages
  of interest, which I could not find in other reports:

  ```
  nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x); 
continuing.
  [24307.640014] NVRM: GPU at PCI::01:00: 
GPU-18af74bb-7c72-ff70-e447-87d48378ea20
  [24307.640018] NVRM: Xid (PCI::01:00): 79, pid=8828, GPU has fallen off 
the bus.
  [24307.640021] NVRM: GPU :01:00.0: GPU has fallen off the bus.
  [24328.054022] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [repeats several more times]
  [24328.056767] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [24328.056951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:0:0:0x000f
  [24328.056955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:1:0:0x000f
  [24328.056959] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:2:0:0x000f
  [24328.056962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:3:0:0x000f
  [24328.056983] nvidia-modeset: ERROR: GPU:0: DP-4: Failed to disable 
DisplayPort audio stream-0
  [24328.056992] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x947d:0:0:0x000f
  ```

  I also noticed a

  sudo cat /var/crash/_usr_sbin_gdm3.0.uploaded

  with:

  5bed8a34-5852-11ec-b48c-fa163e102db1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1953674/+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 1960213] Re: Kernel Panic on linux-image-5.15.0-18-generic

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Tags added: apport-collected focal

** Description changed:

  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.
  
  Laptop: Lenovo
  Model: 20RA002SRT
  
  Stack trace in attached images.
+ --- 
+ ProblemType: Bug
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  grid   2375 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
+Mixer name : 'Conexant CX8070'
+Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
+Controls  : 55
+Simple ctrls  : 14
+ CasperMD5CheckResult: skip
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Ubuntu 20.04
+ MachineType: LENOVO 20RA002SRT
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-29-generic N/A
+  linux-backports-modules-5.13.0-29-generic  N/A
+  linux-firmware 1.187.26
+ Tags:  focal
+ Uname: Linux 5.13.0-29-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
+ WifiSyslog:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 09/15/2021
+ dmi.bios.release: 1.19
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R16ET33W (1.19 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20RA002SRT
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.ec.firmware.release: 1.13
+ dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
+ dmi.product.family: ThinkPad E14
+ dmi.product.name: 20RA002SRT
+ dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
+ dmi.product.version: ThinkPad E14
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559896/+files/AlsaDevices.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  

[Kernel-packages] [Bug 1960213] ProcEnviron.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559912/+files/ProcEnviron.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] PulseList.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559915/+files/PulseList.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] ProcModules.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559914/+files/ProcModules.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] ProcCpuinfo.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559910/+files/ProcCpuinfo.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Lsusb-v.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559908/+files/Lsusb-v.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] acpidump.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559918/+files/acpidump.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] UdevDb.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559917/+files/UdevDb.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] ProcCpuinfoMinimal.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559911/+files/ProcCpuinfoMinimal.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] ProcInterrupts.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559913/+files/ProcInterrupts.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1953674] Re: Screen does not wake up from suspend/does not wake up

2022-02-08 Thread Ciro Santilli 六四事件 法轮功
I should also mention, I'm seeing a bunch of non-nvidia ACPI errors of
type:

Feb 09 06:58:43.863108 ciro-p51 kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: 
Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] 
(20210331/nsarguments-61)
Feb 09 06:58:44.131354 ciro-p51 kernel: ACPI BIOS Error (bug): Could not 
resolve symbol [\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND 
(20210331/psargs-330)
Feb 09 06:58:44.131544 ciro-p51 kernel: 
Feb 09 06:58:44.131575 ciro-p51 kernel: No Local Variables are initialized for 
Method [DEVT]
Feb 09 06:58:44.131609 ciro-p51 kernel: 
Feb 09 06:58:44.131631 ciro-p51 kernel: Initialized Arguments for Method 
[DEVT]:  (1 arguments defined for method invocation)
Feb 09 06:58:44.131663 ciro-p51 kernel:   Arg0:   e4c8db84 
   Integer 00D3
Feb 09 06:58:44.131689 ciro-p51 kernel: 
Feb 09 06:58:44.131715 ciro-p51 kernel: ACPI Error: Aborting method 
\_SB.PCI0.LPCB.EC.HKEY.DEVT due to previous error (AE_NOT_FOUND) 
(20210331/psparse-529)
Feb 09 06:58:44.131739 ciro-p51 kernel: ACPI Error: Aborting method 
\_SB.PCI0.LPCB.EC._Q4F due to previous error (AE_NOT_FOUND) 
(20210331/psparse-529)
Feb 09 06:58:44.335085 ciro-p51 kernel: ACPI BIOS Error (bug): Could not 
resolve symbol [\_SB.PCI0.LPCB.EC.HKEY.DEVT.PEGS], AE_NOT_FOUND 
(20210331/psargs-330)
Feb 09 06:58:44.335230 ciro-p51 kernel: 
Feb 09 06:58:44.335459 ciro-p51 kernel: No Local Variables are initialized for 
Method [DEVT]

that could be potential root cause. Gonna try to disable nvidia now and
see.

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

Title:
  Screen does not wake up from suspend/does not wake up

Status in nvidia-graphics-drivers-470 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-510 package in Ubuntu:
  New

Bug description:
  After upgrading to 21.10 from 21.04 this problem started happening.

  It does not happen every time I suspend, and it usually happens after
  suspending for a longer time. After suspending for a longer time, it
  tends to happen most of the time.

  I can SSH into the computer, so it is just the display that is not
  turning back on correctly.

  Lenovo Thinkpad P51 with an NVIDIA quadro Quadro M1200

  journalctl -o short-precise -k -b -1 contained the following messages
  of interest, which I could not find in other reports:

  ```
  nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x); 
continuing.
  [24307.640014] NVRM: GPU at PCI::01:00: 
GPU-18af74bb-7c72-ff70-e447-87d48378ea20
  [24307.640018] NVRM: Xid (PCI::01:00): 79, pid=8828, GPU has fallen off 
the bus.
  [24307.640021] NVRM: GPU :01:00.0: GPU has fallen off the bus.
  [24328.054022] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [repeats several more times]
  [24328.056767] nvidia-modeset: ERROR: GPU:0: The requested configuration of 
display devices (LGD (DP-4)) is not supported on this GPU.
  [24328.056951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:0:0:0x000f
  [24328.056955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:1:0:0x000f
  [24328.056959] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:2:0:0x000f
  [24328.056962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x927c:3:0:0x000f
  [24328.056983] nvidia-modeset: ERROR: GPU:0: DP-4: Failed to disable 
DisplayPort audio stream-0
  [24328.056992] nvidia-modeset: ERROR: GPU:0: Failed to query display engine 
channel state: 0x947d:0:0:0x000f
  ```

  I also noticed a

  sudo cat /var/crash/_usr_sbin_gdm3.0.uploaded

  with:

  5bed8a34-5852-11ec-b48c-fa163e102db1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1953674/+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 1960213] PciMultimedia.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559909/+files/PciMultimedia.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] Lsusb-t.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1960213/+attachment/5559907/+files/Lsusb-t.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1960213] RfKill.txt

2022-02-08 Thread Dmitry Gribenchuk
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1960213/+attachment/5559916/+files/RfKill.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/1960213

Title:
  Kernel Panic on linux-image-5.15.0-18-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello. Get a Kernel Panic on linux-image-5.15.0-18-generic
  The same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957012
  On 5.13.0-29-generic boot successfully.

  Laptop: Lenovo
  Model: 20RA002SRT

  Stack trace in attached images.
  --- 
  ProblemType: Bug
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k5.13.0-29-generic.
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CX8070 Analog [CX8070 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  grid   2375 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb131c000 irq 149'
 Mixer name : 'Conexant CX8070'
 Components : 'HDA:14f11f86,17aa5079,00100100 
HDA:8086280b,80860101,0010'
 Controls  : 55
 Simple ctrls  : 14
  CasperMD5CheckResult: skip
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 20.04
  MachineType: LENOVO 20RA002SRT
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-29-generic 
root=/dev/mapper/vg_core-sys ro ipv6.disable=1 quiet splash iommu=soft 
resume=/dev/vg_core/sys resume_offset=34816 crashkernel=512M-:192M vt.handoff=7
  ProcVersionSignature: Ubuntu 5.13.0-29.32~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-29-generic N/A
   linux-backports-modules-5.13.0-29-generic  N/A
   linux-firmware 1.187.26
  Tags:  focal
  Uname: Linux 5.13.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout docker plugdev tty uucp vboxusers wireshark
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 09/15/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R16ET33W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20RA002SRT
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.13
  dmi.modalias: 
dmi:bvnLENOVO:bvrR16ET33W(1.19):bd09/15/2021:br1.19:efr1.13:svnLENOVO:pn20RA002SRT:pvrThinkPadE14:rvnLENOVO:rn20RA002SRT:rvrNotDefined:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20RA_BU_SMB_FM_ThinkPadE14:
  dmi.product.family: ThinkPad E14
  dmi.product.name: 20RA002SRT
  dmi.product.sku: LENOVO_MT_20RA_BU_SMB_FM_ThinkPad E14
  dmi.product.version: ThinkPad E14
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1960213/+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 1957106] Missing required logs.

2022-02-08 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 1957106

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

Title:
  wif disconnected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  a message error occured when i use the update package and the message
  is:

  The repository 'cdrom://Linux Mint 20.2 _Uma_ - Release amd64 20210703
  focal Release' does not have a Release file.

  And it told me that my wi-fi is not connected when it is connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1957106/+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 1960362] Re: EDAC update for AMD Genoa support in 22.04

2022-02-08 Thread Jeff Lane
** Changed in: linux (Ubuntu)
   Status: New => Invalid

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

Title:
  EDAC update for AMD Genoa support in 22.04

Status in linux package in Ubuntu:
  Invalid

Bug description:
  EDAC updates for AMD Genoa support for 22.04 as requested by AMD

  f957112423905.17EDAC: Add RDDR5 and LRDDR5 memory types
  e2be5955a8865.17EDAC/amd64: Add support for AMD Family 19h Models 
10h-1Fh and A0h-AFh

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


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


  1   2   >