[Kernel-packages] [Bug 1880076] Re: ubuntu 20.4 - retransmitts with r8169

2023-06-05 Thread Leith Bade
Did some more testing and found some interesting results.

I forgot to mention the reason for extra SSD is so that I could set up a
dual boot with Windows 10 via GRUB. I have discovered it is Windows that
is creating my problem.

If I boot straight into Linux from power off I have no latency issues.
However if I first boot into Windows, then restart into Linux the
latency issue occurs.

It is definitely related to ASPM as the Linux kernel pcie_aspm=off flag
prevents the issue.

I also tested a bunch of settings in the BIOS and the results (NOK means issue 
still occured):
Boot -> Fast Boot -> Disabled - NOK
Advanced -> Platform Misc Configuration -> PCI Express Native Power Management 
-> Disabled - OK
Advanced -> Platform Misc Configuration -> Native ASPM -> Disabled - OK
Advanced -> PCH Configuration -> ASPM Support -> Disabled - OK
Advanced -> PCH Configuration -> ASPM Support -> Auto - NOK
Advanced -> PCH Configuration -> ASPM Support -> L0s - OK
Advanced -> PCH Configuration -> ASPM Support -> L1 - NOK
Advanced -> PCH Configuration -> ASPM Support -> L0sL1 - OK

I don't really understand much about ASPM and how OSes and BIOSes
control it, but it seems with ASPM support set to auto or L1, then
somehow after the system reboots from Windows some sort of state is left
set which causes the latency. Possibly related to the L1 state.

Anyway I am going to leave ASPM in BIOS set to L0sL1 so that ASPM is
still used but whatever Windows is doing is reset by the BIOS.

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

Title:
  ubuntu 20.4 - retransmitts with r8169

Status in linux package in Ubuntu:
  Expired

Bug description:
  Hi,

  i run some network-tests (iperf3) and noticed massive retransmitts in
  ubuntu 20.4 with kernel 5.4.0-29. I'm using module r8169 for network-
  adapter

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
  RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

  if i boot my ubuntu 18.4 and did same iperf-test (same hardware, same
  network configuration, other client is not rebooted) i have not these
  retransmitts.

  root@bpi-r2:~# iperf3 -c 192.168.0.21 
  
  Connecting to host 192.168.0.21, port 5201
  
  [  5] local 192.168.0.11 port 35702 connected to 192.168.0.21 port 5201   
  
  [ ID] Interval   Transfer Bitrate Retr  Cwnd  
  
  [  5]   0.00-1.00   sec  14.2 MBytes   119 Mbits/sec  337   14.1 KBytes   
  
  [  5]   1.00-2.00   sec  14.9 MBytes   125 Mbits/sec  331   14.1 KBytes   
  
  [  5]   2.00-3.00   sec  15.1 MBytes   126 Mbits/sec  296   19.8 KBytes   
  
  [  5]   3.00-4.00   sec  14.7 MBytes   124 Mbits/sec  314   14.1 KBytes   
  
  [  5]   4.00-5.00   sec  12.8 MBytes   107 Mbits/sec  259   14.1 KBytes   
  
  [  5]   5.00-6.01   sec  67.4 MBytes   560 Mbits/sec  137362 KBytes   
  
  [  5]   6.01-7.00   sec   111 MBytes   940 Mbits/sec0366 KBytes   
  
  [  5]   7.00-8.00   sec   112 MBytes   941 Mbits/sec0409 KBytes   
  
  [  5]   8.00-9.00   sec   112 MBytes   940 Mbits/sec0421 KBytes   
  
  [  5]   9.00-10.00  sec   112 MBytes   936 Mbits/sec0426 KBytes   
  
  - - - - - - - - - - - - - - - - - - - - - - - - - 
  
  [ ID] Interval   Transfer Bitrate Retr
  
  [  5]   0.00-10.00  sec   586 MBytes   491 Mbits/sec  1674 sender 
  
  [  5]   0.00-10.01  sec   585 MBytes   491 Mbits/sec  
receiver  

  
  iperf Done.

  2: enp3s0:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether e4:b9:7a:f7:c4:8b brd ff:ff:ff:ff:ff:ff
  inet 192.168.0.21/24 brd 192.168.0.255 scope global dynamic noprefixroute 
enp3s0
 valid_lft 171856sec preferred_lft 171856sec
  inet6 fe80::781a:829f:5030:ad6a/64 scope link noprefixroute 
 valid_lft forever preferred_lft forever

  $ ethtool -S enp3s0 
  NIC statistics:
   tx_packets: 571053
   rx_packets: 1184934
   tx_errors: 0
   rx_errors: 0
   rx_missed: 1919  <<<
   align_errors: 0
   tx_single_collisions: 0
   tx_multi_collisions: 0
   unicast: 1184926
   broadcast: 6
   multicast: 2
   tx_aborted: 0
   tx_underrun: 0

  2: enp3s0:  mtu 1500 qdisc fq_codel state UP 
mode DEFAULT group default qlen 1000
  link/ether e4:b9:7a:f7:c4:8b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  1785166133 1184970  0   0   0   2   
  TX: bytes  packets  errors  dropped carrier collsns 
  39395440   570500   0   0   0   0  

  on the other side i see 

[Kernel-packages] [Bug 2022318] Re: [SRU] IO gets stuck on 5.19 kernel

2023-06-05 Thread gerald.yang
** Changed in: linux (Ubuntu Kinetic)
   Status: New => In Progress

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

** Changed in: linux (Ubuntu Kinetic)
 Assignee: (unassigned) => gerald.yang (gerald-yang-tw)

** Description changed:

  [ Impact ]
  
  When running fio on a NVME on an AWS test instance with 5.19 kernel, IOs
  get stuck and fio never ends
  
  fio command:
  sudo fio --name=read_iops_test   --filename=/dev/nvme1n1 --filesize=50G   
--time_based --ramp_time=2s --runtime=1m   --ioengine=libaio --direct=1 
--verify=0 --randrepeat=0   --bs=16K --iodepth=256 --rw=randread
  read_iops_test: (g=0): rw=randread, bs=(R) 16.0KiB-16.0KiB, (W) 
16.0KiB-16.0KiB, (T) 16.0KiB-16.0KiB, ioengine=libaio, iodepth=256
  fio-3.28
  Starting 1 process
  Jobs: 1 (f=0): [/(1)][-.-%][eta 01m:02s]
  
  IOs completely get stuck, after a while kernel log shows:
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.230970] INFO: task fio:2545 
blocked for more than 120 seconds.
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.232878]   Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.234738] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237053] task:fio 
state:D stack:0 pid: 2545 ppid:  2495 flags:0x0002
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237057] Call Trace:
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237058]  
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237061]  
__schedule+0x257/0x5d0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237066]  schedule+0x68/0x110
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237068]  io_schedule+0x46/0x80
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237069]  
blk_mq_get_tag+0x117/0x300
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237072]  ? 
destroy_sched_domains_rcu+0x40/0x40
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237076]  
__blk_mq_alloc_requests+0xc4/0x1e0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237079]  
blk_mq_get_new_requests+0xf6/0x1a0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237080]  
blk_mq_submit_bio+0x1eb/0x440
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237082]  
__submit_bio+0x109/0x1a0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237085]  
submit_bio_noacct_nocheck+0xc2/0x120
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237087]  
submit_bio_noacct+0x209/0x590
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237088]  submit_bio+0x40/0xf0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237090]  
__blkdev_direct_IO_async+0x146/0x1f0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237092]  
blkdev_direct_IO.part.0+0x40/0xa0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237093]  
blkdev_read_iter+0x9f/0x1a0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237094]  aio_read+0xec/0x1d0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237097]  ? 
__io_submit_one.constprop.0+0x113/0x200
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237099]  
__io_submit_one.constprop.0+0x113/0x200
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237100]  ? 
__io_submit_one.constprop.0+0x113/0x200
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237101]  
io_submit_one+0xe8/0x3d0
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237103]  
__x64_sys_io_submit+0x84/0x190
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237104]  ? 
do_syscall_64+0x69/0x90
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237106]  ? 
do_syscall_64+0x69/0x90
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237107]  
do_syscall_64+0x59/0x90
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237108]  ? 
syscall_exit_to_user_mode+0x2a/0x50
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237110]  ? 
do_syscall_64+0x69/0x90
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237111]  
entry_SYSCALL_64_after_hwframe+0x63/0xcd
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237113] RIP: 
0033:0x7f44f351ea3d
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237116] RSP: 
002b:7fff1dcfe558 EFLAGS: 0246 ORIG_RAX: 00d1
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237117] RAX: ffda 
RBX: 7f44f2272b68 RCX: 7f44f351ea3d
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237118] RDX: 56315d9ad828 
RSI: 0001 RDI: 7f44f224f000
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237119] RBP: 7f44f224f000 
R08: 7f44e943 R09: 02d8
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237120] R10:  
R11: 0246 R12: 0001
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237120] R13:  
R14: 56315d9ad828 R15: 56315d9e1830
  Jun  1 03:57:52 ip-172-31-39-141 kernel: [  370.237122]  
  
  This issue can not be reproduced on 5.15 and 6.2 kernels
  
  From call trace, it got stuck more than 120 seconds waiting on 

[Kernel-packages] [Bug 931353] Re: package linux-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-base 3.3

2023-06-05 Thread Michael Solonevich
I'm getting the same error with the higher version of linux-base. E:
/var/cache/apt/archives/linux-base_4.6_all.deb: trying to overwrite
'/usr/bin/perf', which is also in package linux-tools-common
5.15.0-73.80

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

Title:
  package linux-tools-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/bin/perf', which is also in package linux-
  base 3.3

Status in linux package in Ubuntu:
  Won't Fix
Status in linux-base package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Won't Fix
Status in linux-base source package in Precise:
  Fix Released
Status in linux-meta source package in Precise:
  Invalid
Status in linux source package in Quantal:
  Won't Fix
Status in linux-base source package in Quantal:
  Fix Released
Status in linux-meta source package in Quantal:
  Invalid

Bug description:
  Dear Ones,

  Seems like straightforward same file existing in two different
  packages conflict. But I haven't read the APT policy.

  Thanks and Blessings,
  Shahar

  ProblemType: Package
  DistroRelease: Ubuntu 11.10
  Package: linux-tools-common (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  AptOrdering:
   linux-tools-common: Install
   linux-tools-common: Configure
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  shahar 2366 F pulseaudio
   /dev/snd/controlC0:  shahar 2366 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,1458a102,0014'
 Controls  : 38
 Simple ctrls  : 23
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfdefc000 irq 19'
 Mixer name : 'ATI RS690/780 HDMI'
 Components : 'HDA:1002791a,00791a00,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card2.Amixer.info:
   Card hw:2 'Camera'/'Vimicro Corp. Venus USB2.0 Camera at usb-:00:12.2-5, 
high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB0ac8:3420'
 Controls  : 2
 Simple ctrls  : 1
  Card2.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 48
 Mono: Capture 47 [98%] [20.00dB] [on]
  Date: Mon Feb 13 12:15:18 2012
  DpkgTerminalLog:
   Unpacking linux-tools-common (from 
.../linux-tools-common_3.0.0-16.28_all.deb) ...
   dpkg: error processing 
/var/cache/apt/archives/linux-tools-common_3.0.0-16.28_all.deb (--unpack):
trying to overwrite '/usr/bin/perf', which is also in package linux-base 3.3
  DuplicateSignature:
   Unpacking linux-tools-common (from 
.../linux-tools-common_3.0.0-16.28_all.deb) ...
   dpkg: error processing 
/var/cache/apt/archives/linux-tools-common_3.0.0-16.28_all.deb (--unpack):
trying to overwrite '/usr/bin/perf', which is also in package linux-base 3.3
  ErrorMessage: trying to overwrite '/usr/bin/perf', which is also in package 
linux-base 3.3
  HibernationDevice: RESUME=UUID=f2bd5594-8447-422c-a345-492ede4de1d9
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth4  no wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. GA-880GMA-USB3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=57641e34-8b71-4e2e-9324-ff40ca1bc82a ro quiet splash vt.handoff=7
  PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
  PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
1: No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 1.99-12ubuntu5
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: package linux-tools-common (not installed) failed to install/upgrade: 
trying to overwrite '/usr/bin/perf', which is also in package linux-base 3.3
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (120 days ago)
  WifiSyslog:
   
  dmi.bios.date: 10/20/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F3
  dmi.board.name: GA-880GMA-USB3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Kernel-packages] [Bug 1880076] Re: ubuntu 20.4 - retransmitts with r8169

2023-06-05 Thread Leith Bade
I think I ran into same the same problem. Only started happening
recently when I added an extra SSD and re-arranged my SATA device ports.
I also made some changes in the BIOS, the main one was disabling the CSM
(compatibility support module) setting and forcing a UEFI boot.

Basically I was having issues not being able to connect to Internet
every so often and having to disable/enable the Ethernet port multiple
times to reconnect.

A ping to local device and 8.8.8.8 revealed widely varying ping times
from sub ms to 1000 ms, which was not replicated on a different computer
on same network.

ethtool was also showing a large rx_missed count.

I tried the kernel pcie_aspm=off flag and issue disappeared.

My motherboard is a ASUS H81M-E and manual says the Ethernet chip is
Realtek a RTL8111G. BIOS is the latest version from 2018.

When I get some time I will try and see if one of the BIOS settings
affects things.

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

Title:
  ubuntu 20.4 - retransmitts with r8169

Status in linux package in Ubuntu:
  Expired

Bug description:
  Hi,

  i run some network-tests (iperf3) and noticed massive retransmitts in
  ubuntu 20.4 with kernel 5.4.0-29. I'm using module r8169 for network-
  adapter

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
  RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

  if i boot my ubuntu 18.4 and did same iperf-test (same hardware, same
  network configuration, other client is not rebooted) i have not these
  retransmitts.

  root@bpi-r2:~# iperf3 -c 192.168.0.21 
  
  Connecting to host 192.168.0.21, port 5201
  
  [  5] local 192.168.0.11 port 35702 connected to 192.168.0.21 port 5201   
  
  [ ID] Interval   Transfer Bitrate Retr  Cwnd  
  
  [  5]   0.00-1.00   sec  14.2 MBytes   119 Mbits/sec  337   14.1 KBytes   
  
  [  5]   1.00-2.00   sec  14.9 MBytes   125 Mbits/sec  331   14.1 KBytes   
  
  [  5]   2.00-3.00   sec  15.1 MBytes   126 Mbits/sec  296   19.8 KBytes   
  
  [  5]   3.00-4.00   sec  14.7 MBytes   124 Mbits/sec  314   14.1 KBytes   
  
  [  5]   4.00-5.00   sec  12.8 MBytes   107 Mbits/sec  259   14.1 KBytes   
  
  [  5]   5.00-6.01   sec  67.4 MBytes   560 Mbits/sec  137362 KBytes   
  
  [  5]   6.01-7.00   sec   111 MBytes   940 Mbits/sec0366 KBytes   
  
  [  5]   7.00-8.00   sec   112 MBytes   941 Mbits/sec0409 KBytes   
  
  [  5]   8.00-9.00   sec   112 MBytes   940 Mbits/sec0421 KBytes   
  
  [  5]   9.00-10.00  sec   112 MBytes   936 Mbits/sec0426 KBytes   
  
  - - - - - - - - - - - - - - - - - - - - - - - - - 
  
  [ ID] Interval   Transfer Bitrate Retr
  
  [  5]   0.00-10.00  sec   586 MBytes   491 Mbits/sec  1674 sender 
  
  [  5]   0.00-10.01  sec   585 MBytes   491 Mbits/sec  
receiver  

  
  iperf Done.

  2: enp3s0:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether e4:b9:7a:f7:c4:8b brd ff:ff:ff:ff:ff:ff
  inet 192.168.0.21/24 brd 192.168.0.255 scope global dynamic noprefixroute 
enp3s0
 valid_lft 171856sec preferred_lft 171856sec
  inet6 fe80::781a:829f:5030:ad6a/64 scope link noprefixroute 
 valid_lft forever preferred_lft forever

  $ ethtool -S enp3s0 
  NIC statistics:
   tx_packets: 571053
   rx_packets: 1184934
   tx_errors: 0
   rx_errors: 0
   rx_missed: 1919  <<<
   align_errors: 0
   tx_single_collisions: 0
   tx_multi_collisions: 0
   unicast: 1184926
   broadcast: 6
   multicast: 2
   tx_aborted: 0
   tx_underrun: 0

  2: enp3s0:  mtu 1500 qdisc fq_codel state UP 
mode DEFAULT group default qlen 1000
  link/ether e4:b9:7a:f7:c4:8b brd ff:ff:ff:ff:ff:ff
  RX: bytes  packets  errors  dropped overrun mcast   
  1785166133 1184970  0   0   0   2   
  TX: bytes  packets  errors  dropped carrier collsns 
  39395440   570500   0   0   0   0  

  on the other side i see dropped packets, maybe flowcontrol-related?

  ethtool reports "Link partner advertised pause frame use: Symmetric"
  but maybe flowcontrol is not working...

  also driver reports flowcontrol is enabled...

  $ dmesg | grep r8169
  [0.939358] libphy: r8169: probed
  [0.939491] r8169 :03:00.0 eth0: RTL8168h/8111h, e4:b9:7a:f7:c4:8b, 
XID 541, IRQ 128
  [0.939492] r8169 :03:00.0 eth0: jumbo features [frames: 9200 bytes, 
tx checksumming: ko]
  [0.986853] r8169 :03:00.0 enp3s0: renamed from eth0
  [3.478981] Generic FE-GE Realtek 

[Kernel-packages] [Bug 2022933] Re: seemingly random kernel bug

2023-06-05 Thread Martin X201
Logs sent.

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? syscall_exit_to_user_mode+0x2a/0x50
  [  +0,09]  ? do_syscall_64+0x69/0x90
  [  +0,06]  ? do_syscall_64+0x69/0x90
  [  +0,05]  

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

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] WifiSyslog.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] UdevDb.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Lspci-vt.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] RfKill.txt

2023-06-05 Thread Martin X201
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/2022933/+attachment/5677967/+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/2022933

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] PulseList.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] ProcModules.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

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

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] ProcInterrupts.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  

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

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  

[Kernel-packages] [Bug 2022933] PaInfo.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] ProcCpuinfo.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Lsusb.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Lsusb-v.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Lsusb-t.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Lspci.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] IwConfig.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] CurrentDmesg.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] CRDA.txt

2023-06-05 Thread Martin X201
apport information

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? 

[Kernel-packages] [Bug 2022933] Re: seemingly random kernel bug

2023-06-05 Thread Martin X201
apport information

** Tags added: apport-collected jammy

** Description changed:

  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? syscall_exit_to_user_mode+0x2a/0x50
  [  +0,09]  ? do_syscall_64+0x69/0x90
  [  +0,06]  ? do_syscall_64+0x69/0x90
  [  +0,05]  ? do_syscall_64+0x69/0x90
  [  +0,05]  ? do_syscall_64+0x69/0x90
  [  +0,06]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
  [  +0,09] RIP: 0033:0x7fbd78314764
  [  +0,07] Code: 24 20 

[Kernel-packages] [Bug 2001567] Re: Add support for newer I219-LM NICs to the 5.4.0 kernel

2023-06-05 Thread Alan Baghumian
I'm not 100% if this trace is directly related to the NIC driver,
however it was int middle of two "Unit Hang" messages, so I pasted it
here. Might be a bi-product.

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

Title:
  Add support for newer I219-LM NICs to the 5.4.0 kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Some newer Dell systems (I experienced this on an Optiplex 7000)
  include an Intel I219-LM NIC that is not supported by the 5.4.0
  kernel. Later versions of the HWE kernel do support this NIC.

  That makes it impossible to use these systems with the FIPS kernel.
  Since our imaging environment does not have FIPS mode enabled, we need
  support for this NIC when used both with and without FIPS mode.

  Please backport the latest stable e1000e driver to both the 5.4.0 non-
  FIPS kernel & the 5.4.0 FIPS kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2001567/+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 2001567] Re: Add support for newer I219-LM NICs to the 5.4.0 kernel

2023-06-05 Thread Alan Baghumian
Sun Jun  4 13:25:23 2023] [ cut here ]
[Sun Jun  4 13:25:23 2023] NETDEV WATCHDOG: eno1 (e1000e): transmit queue 0 
timed out
[Sun Jun  4 13:25:23 2023] WARNING: CPU: 11 PID: 0 at 
net/sched/sch_generic.c:477 dev_watchdog+0x27a/0x290
[Sun Jun  4 13:25:23 2023] Modules linked in: vhost_net vhost vhost_iotlb tap 
nf_tables nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter 8021q 
garp mrp bridge stp llc zfs(PO) zunicode(PO) zzstd(O) zlua(O) nls_iso8859_1 
zavl(PO) icp(PO) zcommon(PO) znvpair(PO) dm_multipath spl(O) scsi_dh_rdac 
scsi_dh_emc scsi_dh_alua snd_hda_codec_hdmi snd_ctl_led snd_sof_pci_intel_cnl 
snd_sof_intel_hda_common soundwire_intel snd_hda_codec_realtek 
soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda 
snd_hda_codec_generic snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_soc_hdac_hda 
snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi soundwire_bus 
snd_soc_core intel_rapl_msr mei_hdcp snd_compress intel_rapl_common ac97_bus 
intel_tcc_cooling snd_pcm_dmaengine dell_wmi x86_pkg_temp_thermal ledtrig_audio 
snd_hda_intel intel_powerclamp snd_intel_dspcfg snd_intel_sdw_acpi coretemp 
snd_hda_codec snd_hda_core btusb btrtl kvm_intel snd_hwdep btbcm kvm snd_pcm 
btintel bluetooth snd_timer de
 ll_smbios snd rapl
[Sun Jun  4 13:25:23 2023]  dcdbas dell_wmi_sysman intel_cstate dell_wmi_aio 
dell_wmi_descriptor firmware_attributes_class wmi_bmof sparse_keymap 
intel_wmi_thunderbolt input_leds ee1004 ecdh_generic soundcore ecc mei_me mei 
intel_pch_thermal mac_hid acpi_pad sch_fq_codel msr ramoops reed_solomon 
pstore_blk pstore_zone efi_pstore ip_tables x_tables autofs4 btrfs 
blake2b_generic zstd_compress raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear 
hid_generic uas usbhid usb_storage hid i915 i2c_algo_bit ttm drm_kms_helper 
syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel crypto_simd drm cryptd nvme 
intel_lpss_pci ahci xhci_pci i2c_i801 intel_lpss e1000e nvme_core i2c_smbus 
libahci idma64 xhci_pci_renesas wmi video pinctrl_cannonlake
[Sun Jun  4 13:25:23 2023] CPU: 11 PID: 0 Comm: swapper/11 Tainted: P   
O  5.15.0-73-generic #80~20.04.1-Ubuntu
[Sun Jun  4 13:25:23 2023] Hardware name: Dell Inc. OptiPlex 7080/07WJF3, BIOS 
1.18.0 02/13/2023
[Sun Jun  4 13:25:23 2023] RIP: 0010:dev_watchdog+0x27a/0x290
[Sun Jun  4 13:25:23 2023] Code: eb 97 48 8b 5d d0 c6 05 c4 04 6c 01 01 48 89 
df e8 db 70 f9 ff 44 89 e1 48 89 de 48 c7 c7 c0 2f 2e 91 48 89 c2 e8 40 64 19 
00 <0f> 0b eb 80 e9 a2 c6 22 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[Sun Jun  4 13:25:23 2023] RSP: 0018:adacc03b8e80 EFLAGS: 00010282
[Sun Jun  4 13:25:23 2023] RAX:  RBX: 8fbcda5d RCX: 
0027
[Sun Jun  4 13:25:23 2023] RDX: 0027 RSI: adacc03b8cc0 RDI: 
8fcbfd4e0588
[Sun Jun  4 13:25:23 2023] RBP: adacc03b8eb8 R08: 8fcbfd4e0580 R09: 
0001
[Sun Jun  4 13:25:23 2023] R10: 000a R11: 9222aa38 R12: 

[Sun Jun  4 13:25:23 2023] R13: 8fbcc5703080 R14: 0001 R15: 
8fbcda5d04c0
[Sun Jun  4 13:25:23 2023] FS:  () 
GS:8fcbfd4c() knlGS:
[Sun Jun  4 13:25:23 2023] CS:  0010 DS:  ES:  CR0: 80050033
[Sun Jun  4 13:25:23 2023] CR2: 7f1e0db32f9c CR3: 000119432003 CR4: 
003726e0
[Sun Jun  4 13:25:23 2023] Call Trace:
[Sun Jun  4 13:25:23 2023]  
[Sun Jun  4 13:25:23 2023]  ? pfifo_fast_enqueue+0x160/0x160
[Sun Jun  4 13:25:23 2023]  call_timer_fn+0x2c/0x120
[Sun Jun  4 13:25:23 2023]  run_timer_softirq+0x433/0x4c0
[Sun Jun  4 13:25:23 2023]  ? lapic_next_deadline+0x2c/0x40
[Sun Jun  4 13:25:23 2023]  ? clockevents_program_event+0xa8/0x130
[Sun Jun  4 13:25:23 2023]  __do_softirq+0xda/0x2ee
[Sun Jun  4 13:25:23 2023]  irq_exit_rcu+0x7d/0xa0
[Sun Jun  4 13:25:23 2023]  sysvec_apic_timer_interrupt+0x80/0x90
[Sun Jun  4 13:25:23 2023]  
[Sun Jun  4 13:25:23 2023]  
[Sun Jun  4 13:25:23 2023]  asm_sysvec_apic_timer_interrupt+0x1b/0x20
[Sun Jun  4 13:25:23 2023] RIP: 0010:cpuidle_enter_state+0xd9/0x620
[Sun Jun  4 13:25:23 2023] Code: 3d 84 92 9c 6f e8 37 88 6b ff 49 89 c7 0f 1f 
44 00 00 31 ff e8 e8 94 6b ff 80 7d d0 00 0f 85 5e 01 00 00 fb 66 0f 1f 44 00 
00 <45> 85 f6 0f 88 6a 01 00 00 4d 63 ee 49 83 fd 09 0f 87 0c 04 00 00
[Sun Jun  4 13:25:23 2023] RSP: 0018:adacc0177e18 EFLAGS: 0246
[Sun Jun  4 13:25:23 2023] RAX: 8fcbfd4f0b80 RBX: cdacbfcc0618 RCX: 

[Sun Jun  4 13:25:23 2023] RDX: 00f7 RSI: a19dbcc5 RDI: 

[Sun Jun  4 13:25:23 2023] RBP: adacc0177e68 R08: 01e68b359d4d R09: 
4650
[Sun Jun  4 13:25:23 2023] R10: 4650 R11: 0004 R12: 
91cd3b00
[Sun Jun  4 13:25:23 2023] R13: 0001 R14: 0001 R15: 

[Kernel-packages] [Bug 2001567] Re: Add support for newer I219-LM NICs to the 5.4.0 kernel

2023-06-05 Thread Alan Baghumian
I disabled APMS under Advanced Settings in BIOS, but that did not make a
difference. Also, upgraded one of the nodes to Focal HWE 5.15 kernel and
both are still having the same issues

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

Title:
  Add support for newer I219-LM NICs to the 5.4.0 kernel

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Some newer Dell systems (I experienced this on an Optiplex 7000)
  include an Intel I219-LM NIC that is not supported by the 5.4.0
  kernel. Later versions of the HWE kernel do support this NIC.

  That makes it impossible to use these systems with the FIPS kernel.
  Since our imaging environment does not have FIPS mode enabled, we need
  support for this NIC when used both with and without FIPS mode.

  Please backport the latest stable e1000e driver to both the 5.4.0 non-
  FIPS kernel & the 5.4.0 FIPS kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2001567/+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 1993532] Re: [i915] Unable to see second monitor in 5.15.0-52 (but 5.15.0-50 works)

2023-06-05 Thread Robin Sheat
I don't know what changed, but I've had no issues for a while now. I've
been using HDMI via a USB-C/thunderbolt dongle.

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

Title:
  [i915] Unable to see second monitor in 5.15.0-52 (but 5.15.0-50 works)

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have a second monitor plugged into this laptop. Under
  5.15.0-52-generic this monitor isn't seen by Ubuntu, whether via a
  thunderbolt dongle or directly into the HDMI port. When I boot it back
  into 5.15.0-50-generic it works just fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robin  4304 F pulseaudio
   /dev/snd/controlC0:  robin  4304 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 19 14:53:25 2022
  InstallationDate: Installed on 2022-03-17 (216 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220313)
  MachineType: Dell Inc. Latitude 7320
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-50-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-50-generic N/A
   linux-backports-modules-5.15.0-50-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2022
  dmi.bios.release: 1.17
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.17.2
  dmi.board.name: 07MHG4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.2:bd06/15/2022:br1.17:svnDellInc.:pnLatitude7320:pvr:rvnDellInc.:rn07MHG4:rvrA02:cvnDellInc.:ct10:cvr:sku0A34:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7320
  dmi.product.sku: 0A34
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1993532/+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 2003901] [linux-azure-cvm/focal] verification still needed

2023-06-05 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Focal update: v5.4.227 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.227 upstream stable release
     from git://git.kernel.org/

  arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 series
  arm: dts: rockchip: fix node name for hym8563 rtc
  ARM: dts: rockchip: fix ir-receiver node names
  ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name
  ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels
  ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation
  ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188
  9p/fd: Use P9_HDRSZ for header size
  regulator: slg51000: Wait after asserting CS pin
  ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event
  btrfs: send: avoid unaligned encoded writes when attempting to clone range
  ASoC: soc-pcm: Add NULL check in BE reparenting
  regulator: twl6030: fix get status of twl6032 regulators
  fbcon: Use kzalloc() in fbcon_prepare_logo()
  9p/xen: check logical size for buffer size
  net: usb: qmi_wwan: add u-blox 0x1342 composition
  mm/khugepaged: take the right locks for page table retraction
  mm/khugepaged: fix GUP-fast interaction by sending IPI
  mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
  xen/netback: do some code cleanup
  xen/netback: don't call kfree_skb() with interrupts disabled
  Revert "net: dsa: b53: Fix valid setting for MDB entries"
  media: v4l2-dv-timings.c: fix too strict blanking sanity checks
  memcg: fix possible use-after-free in memcg_write_event_control()
  mm/gup: fix gup_pud_range() for dax
  KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
  drm/shmem-helper: Remove errant put in error path
  HID: usbhid: Add ALWAYS_POLL quirk for some mice
  HID: hid-lg4ff: Add check for empty lbuf
  HID: core: fix shift-out-of-bounds in hid_report_raw_event
  can: af_can: fix NULL pointer dereference in can_rcv_filter
  ieee802154: cc2520: Fix error return code in cc2520_hw_init()
  ca8210: Fix crash by zero initializing data
  drm/bridge: ti-sn65dsi86: Fix output polarity setting bug
  gpio: amd8111: Fix PCI device reference count leak
  e1000e: Fix TX dispatch condition
  igb: Allocate MSI-X vector when testing
  af_unix: Get user_ns from in_skb in unix_diag_get_exact().
  Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()
  Bluetooth: Fix not cleanup led when bt_init fails
  net: dsa: ksz: Check return value
  selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
  mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
  net: encx24j600: Add parentheses to fix precedence
  net: encx24j600: Fix invalid logic in reading of MISTAT register
  xen-netfront: Fix NULL sring after live migration
  net: mvneta: Prevent out of bounds read in mvneta_config_rss()
  i40e: Fix not setting default xps_cpus after reset
  i40e: Fix for VF MAC address 0
  i40e: Disallow ip4 and ip6 l4_4_bytes
  NFC: nci: Bounds check struct nfc_target arrays
  nvme initialize core quirks before calling nvme_init_subsystem
  net: stmmac: fix "snps,axi-config" node property parsing
  net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq
  net: hisilicon: Fix potential use-after-free in hisi_femac_rx()
  net: hisilicon: Fix potential use-after-free in hix5hd2_rx()
  tipc: Fix potential OOB in tipc_link_proto_rcv()
  ipv4: Fix incorrect route flushing when source address is deleted
  ipv4: Fix incorrect route flushing when table ID 0 is used
  ethernet: aeroflex: fix potential skb leak in greth_init_rings()
  xen/netback: fix build warning
  net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()
  ipv6: avoid use-after-free in ip6_fragment()
  net: mvneta: Fix an out of bounds check
  can: esd_usb: Allow REC and TEC to return to zero
  Linux 5.4.227
  UBUNTU: Upstream stable to v5.4.227

To manage 

[Kernel-packages] [Bug 2003896] [linux-azure-cvm/focal] verification still needed

2023-06-05 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Focal update: v5.4.226 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.226 upstream stable release
     from git://git.kernel.org/

  wifi: mac80211: fix memory free error when registering wiphy fail
  wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
  audit: fix undefined behavior in bit shift for AUDIT_BIT
  wifi: mac80211: Fix ack frame idr leak when mesh has no route
  spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
  drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
  block, bfq: fix null pointer dereference in bfq_bio_bfqg()
  arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
  RISC-V: vdso: Do not add missing symbols to version section in linker script
  MIPS: pic32: treat port as signed integer
  af_key: Fix send_acquire race with pfkey_register
  ARM: dts: am335x-pcm-953: Define fixed regulators in root node
  ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
  regulator: core: fix kobject release warning and memory leak in 
regulator_register()
  regulator: core: fix UAF in destroy_regulator()
  bus: sunxi-rsb: Support atomic transfers
  tee: optee: fix possible memory leak in optee_register_device()
  ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
  net: liquidio: simplify if expression
  nfc/nci: fix race with opening and closing
  net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
  9p/fd: fix issue of list_del corruption in p9_fd_cancel()
  ARM: mxs: fix memory leak in mxs_machine_init()
  net/mlx4: Check retval of mlx4_bitmap_init
  net/qla3xxx: fix potential memleak in ql3xxx_send()
  net: pch_gbe: fix pci device refcount leak while module exiting
  nfp: add port from netdev validation for EEPROM access
  Drivers: hv: vmbus: fix double free in the error path of 
vmbus_add_channel_work()
  Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()
  net/mlx5: Fix FW tracer timestamp calculation
  tipc: set con sock in tipc_conn_alloc
  tipc: add an extra conn_get in tipc_conn_alloc
  tipc: check skb_linearize() return value in tipc_disc_rcv()
  xfrm: Fix ignored return value in xfrm6_init()
  NFC: nci: fix memory leak in nci_rx_data_packet()
  regulator: twl6030: re-add TWL6032_SUBCLASS
  bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
  dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
  s390/dasd: fix no record found for raw_track_access
  nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION
  nfc: st-nci: fix memory leaks in EVT_TRANSACTION
  net: thunderx: Fix the ACPI memory leak
  s390/crashdump: fix TOD programmable field size
  lib/vdso: use "grep -E" instead of "egrep"
  usb: dwc3: exynos: Fix remove() function
  arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency
  iio: light: apds9960: fix wrong register for gesture gain
  iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails
  init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
  nios2: add FORCE for vmlinuz.gz
  iio: ms5611: Simplify IO callback parameters
  iio: pressure: ms5611: fixed value compensation bug
  ceph: do not update snapshot context when there is no new snapshot
  ceph: avoid putting the realm twice when decoding snaps fails
  firmware: google: Release devices before unregistering the bus
  firmware: coreboot: Register bus in module init
  nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
  gcov: clang: fix the buffer overflow issue
  Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
  ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
  serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()
  xen/platform-pci: add missing free_irq() in error path
  platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()
  platform/x86: acer-wmi: 

[Kernel-packages] [Bug 2002347] [linux-azure-cvm/focal] verification still needed

2023-06-05 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Focal update: v5.4.225 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.225 upstream stable release
     from git://git.kernel.org/

  xfs: preserve rmapbt swapext block reservation from freed blocks
  xfs: rename xfs_bmap_is_real_extent to is_written_extent
  xfs: redesign the reflink remap loop to fix blkres depletion crash
  xfs: use MMAPLOCK around filemap_map_pages()
  xfs: preserve inode versioning across remounts
  xfs: drain the buf delwri queue before xfsaild idles
  phy: stm32: fix an error code in probe
  wifi: cfg80211: silence a sparse RCU warning
  wifi: cfg80211: fix memory leak in query_regdb_file()
  bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
  HID: hyperv: fix possible memory leak in mousevsc_probe()
  net: gso: fix panic on frag_list with mixed head alloc types
  net: tun: Fix memory leaks of napi_get_frags
  bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
  bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
  net: fman: Unregister ethernet device on removal
  capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
  net: lapbether: fix issue of dev reference count leakage in 
lapbeth_device_event()
  hamradio: fix issue of dev reference count leakage in bpq_device_event()
  drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
  ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
  can: af_can: fix NULL pointer dereference in can_rx_register()
  tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
  dmaengine: pxa_dma: use platform_get_irq_optional
  dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
  drivers: net: xgene: disable napi when register irq failed in 
xgene_enet_open()
  perf stat: Fix printing os->prefix in CSV metrics output
  net: nixge: disable napi when enable interrupts failed in nixge_open()
  net/mlx5: Allow async trigger completion execution on single CPU systems
  net: cpsw: disable napi in cpsw_ndo_open()
  net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
  cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in 
cxgb4vf_open()
  ethernet: s2io: disable napi when start nic failed in s2io_card_up()
  net: mv643xx_eth: disable napi when init rxq or txq failed in 
mv643xx_eth_open()
  ethernet: tundra: free irq when alloc ring failed in tsi108_open()
  net: macvlan: fix memory leaks of macvlan_common_newlink
  riscv: process: fix kernel info leakage
  arm64: efi: Fix handling of misaligned runtime regions and drop warning
  MIPS: jump_label: Fix compat branch range check
  mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
  mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
  mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
  ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
  ALSA: hda: fix potential memleak in 'add_widget_node'
  ALSA: usb-audio: Add quirk entry for M-Audio Micro
  ALSA: usb-audio: Add DSD support for Accuphase DAC-60
  vmlinux.lds.h: Fix placement of '.data..decrypted' section
  nilfs2: fix deadlock in nilfs_count_free_blocks()
  nilfs2: fix use-after-free bug of ns_writer on remount
  drm/i915/dmabuf: fix sg_table handling in map_dma_buf
  btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
  udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
  can: j1939: j1939_send_one(): fix missing CAN header initialization
  cert host tools: Stop complaining about deprecated OpenSSL functions
  dmaengine: at_hdmac: Fix at_lli struct definition
  dmaengine: at_hdmac: Don't start transactions at tx_submit level
  dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
  dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
  dmaengine: at_hdmac: Fix impossible condition
  dmaengine: at_hdmac: Check return code of 

[Kernel-packages] [Bug 2003904] [linux-azure-cvm/focal] verification still needed

2023-06-05 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Focal update: v5.4.228 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.228 upstream stable release
     from git://git.kernel.org/

  x86/smpboot: Move rcu_cpu_starting() earlier
  mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
  block: unhash blkdev part inode when the part is deleted
  ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()
  pinctrl: meditatek: Startup with the IRQs disabled
  can: sja1000: fix size of OCR_MODE_MASK define
  can: mcba_usb: Fix termination command argument
  ASoC: ops: Correct bounds check for second channel on SX controls
  Linux 5.4.228
  UBUNTU: Upstream stable to v5.4.228

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2003904/+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 2003914] [linux-azure-cvm/focal] verification still needed

2023-06-05 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for focal for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  Focal update: v5.4.229 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.229 upstream stable release
     from git://git.kernel.org/

  tracing/ring-buffer: Only do full wait when cpu != RING_BUFFER_ALL_CPUS
  udf: Discard preallocation before extending file with a hole
  udf: Fix preallocation discarding at indirect extent boundary
  udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
  udf: Fix extending file within last block
  usb: gadget: uvc: Prevent buffer overflow in setup handler
  USB: serial: option: add Quectel EM05-G modem
  USB: serial: cp210x: add Kamstrup RF sniffer PIDs
  USB: serial: f81232: fix division by zero on line-speed change
  USB: serial: f81534: fix division by zero on line-speed change
  igb: Initialize mailbox message for VF reset
  xen-netback: move removal of "hotplug-status" to the right place
  HID: ite: Add support for Acer S1002 keyboard-dock
  HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10E
  HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10
  HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
  net: loopback: use NET_NAME_PREDICTABLE for name_assign_type
  usb: musb: remove extra check in musb_gadget_vbus_draw
  ARM: dts: qcom: apq8064: fix coresight compatible
  arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias
  drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
  arm: dts: spear600: Fix clcd interrupt
  soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of 
pm_runtime_get_sync
  soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
  soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
  perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()
  perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()
  arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
  arm64: dts: mt2712e: Fix unit address for pinctrl node
  arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
  arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
  arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
  ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: armada-xp: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: armada-375: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: armada-38x: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: armada-39x: Fix assigned-addresses for every PCIe Root Port
  ARM: dts: turris-omnia: Add ethernet aliases
  ARM: dts: turris-omnia: Add switch port 6 node
  arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
  pstore/ram: Fix error return code in ramoops_probe()
  ARM: mmp: fix timer_read delay
  pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
  tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
  cpuidle: dt: Return the correct numbers of parsed idle states
  alpha: fix syscall entry in !AUDUT_SYSCALL case
  PM: hibernate: Fix mistake in kerneldoc comment
  fs: don't audit the capability check in simple_xattr_list()
  selftests/ftrace: event_triggers: wait longer for test_event_enable
  perf: Fix possible memleak in pmu_dev_alloc()
  timerqueue: Use rb_entry_safe() in timerqueue_getnext()
  proc: fixup uptime selftest
  lib/fonts: fix undefined behavior in bit shift for get_default_font
  ocfs2: fix memory leak in ocfs2_stack_glue_init()
  MIPS: vpe-mt: fix possible memory leak while module exiting
  MIPS: vpe-cmp: fix possible memory leak while module exiting
  selftests/efivarfs: Add checking of the test return value
  PNP: fix name memory leak in pnp_alloc_dev()
  perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
  irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()
  EDAC/i10nm: fix 

[Kernel-packages] [Bug 2022968] Re: error installing broadcom-sta-dkms 6.30.223.271-17: broadcom-sta kernel module failed to build

2023-06-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  error installing broadcom-sta-dkms 6.30.223.271-17: broadcom-sta
  kernel module failed to build

Status in broadcom-sta package in Ubuntu:
  New

Bug description:
  Even though this bug is mentioned as fixed, it is still the same even
  after updating everything

  Here's the log file:

  DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.19.0-43-generic 
(x86_64)
  Mon  5 Jun 23:25:46 PKT 2023
  make: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
  warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 
11.3.0-1ubuntu1~22.04.1) 11.3.0
You are using:   gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
  CFG80211 API is prefered for this kernel version
  Using CFG80211 API
CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
CC [M]  
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_alloc_consistent’:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:603:14: 
error: implicit declaration of function ‘pci_alloc_consistent’; did you mean 
‘osl_dma_alloc_consistent’? [-Werror=implicit-function-declaration]
603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
|  ^~~~
|  osl_dma_alloc_consistent
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:603:12: 
warning: assignment to ‘void *’ from ‘int’ makes pointer from integer without a 
cast [-Wint-conversion]
603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
|^
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_free_consistent’:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:616:9: 
error: implicit declaration of function ‘pci_free_consistent’; did you mean 
‘osl_dma_free_consistent’? [-Werror=implicit-function-declaration]
616 | pci_free_consistent(osh->pdev, size, va, (dma_addr_t)pa);
| ^~~
| osl_dma_free_consistent
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_map’:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:38: 
error: ‘PCI_DMA_TODEVICE’ undeclared (first use in this function); did you mean 
‘DMA_TO_DEVICE’?
626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: 
PCI_DMA_FROMDEVICE;
|  ^~~~
|  DMA_TO_DEVICE
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:38: 
note: each undeclared identifier is reported only once for each function it 
appears in
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:56: 
error: ‘PCI_DMA_FROMDEVICE’ undeclared (first use in this function); did you 
mean ‘DMA_FROM_DEVICE’?
626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: 
PCI_DMA_FROMDEVICE;
|
^~
|DMA_FROM_DEVICE
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:659:17: 
error: implicit declaration of function ‘pci_map_single’; did you mean 
‘dma_map_single’? [-Werror=implicit-function-declaration]
659 | return (pci_map_single(osh->pdev, va, size, dir));
| ^~
| dma_map_single
  In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:81:
  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.h:73: warning: 
"isprint" redefined
 73 | #define isprint(c) bcm_isprint(c)
| 
  In file included from ./include/linux/string_helpers.h:6,
   from ./include/linux/seq_file.h:7,
   from ./include/linux/seq_file_net.h:5,
   from ./include/net/net_namespace.h:183,
   from ./include/linux/netdevice.h:38,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:69,
   from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:27:
  ./include/linux/ctype.h:30: note: this is the location of the previous 
definition
 30 | #define isprint(c)  ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
| 
  

[Kernel-packages] [Bug 2022968] [NEW] error installing broadcom-sta-dkms 6.30.223.271-17: broadcom-sta kernel module failed to build

2023-06-05 Thread sarshad
Public bug reported:

Even though this bug is mentioned as fixed, it is still the same even
after updating everything

Here's the log file:

DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.19.0-43-generic (x86_64)
Mon  5 Jun 23:25:46 PKT 2023
make: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 
11.3.0-1ubuntu1~22.04.1) 11.3.0
  You are using:   gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
CFG80211 API is prefered for this kernel version
Using CFG80211 API
  CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
  CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
  CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
  CC [M]  
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_alloc_consistent’:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:603:14: 
error: implicit declaration of function ‘pci_alloc_consistent’; did you mean 
‘osl_dma_alloc_consistent’? [-Werror=implicit-function-declaration]
  603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
  |  ^~~~
  |  osl_dma_alloc_consistent
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:603:12: 
warning: assignment to ‘void *’ from ‘int’ makes pointer from integer without a 
cast [-Wint-conversion]
  603 | va = pci_alloc_consistent(osh->pdev, size, (dma_addr_t*)pap);
  |^
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_free_consistent’:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:616:9: 
error: implicit declaration of function ‘pci_free_consistent’; did you mean 
‘osl_dma_free_consistent’? [-Werror=implicit-function-declaration]
  616 | pci_free_consistent(osh->pdev, size, va, (dma_addr_t)pa);
  | ^~~
  | osl_dma_free_consistent
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_map’:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:38: 
error: ‘PCI_DMA_TODEVICE’ undeclared (first use in this function); did you mean 
‘DMA_TO_DEVICE’?
  626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: 
PCI_DMA_FROMDEVICE;
  |  ^~~~
  |  DMA_TO_DEVICE
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:38: 
note: each undeclared identifier is reported only once for each function it 
appears in
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:626:56: 
error: ‘PCI_DMA_FROMDEVICE’ undeclared (first use in this function); did you 
mean ‘DMA_FROM_DEVICE’?
  626 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: 
PCI_DMA_FROMDEVICE;
  |
^~
  |DMA_FROM_DEVICE
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:659:17: 
error: implicit declaration of function ‘pci_map_single’; did you mean 
‘dma_map_single’? [-Werror=implicit-function-declaration]
  659 | return (pci_map_single(osh->pdev, va, size, dir));
  | ^~
  | dma_map_single
In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:81:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.h:73: warning: 
"isprint" redefined
   73 | #define isprint(c) bcm_isprint(c)
  | 
In file included from ./include/linux/string_helpers.h:6,
 from ./include/linux/seq_file.h:7,
 from ./include/linux/seq_file_net.h:5,
 from ./include/net/net_namespace.h:183,
 from ./include/linux/netdevice.h:38,
 from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:69,
 from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:27:
./include/linux/ctype.h:30: note: this is the location of the previous 
definition
   30 | #define isprint(c)  ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
  | 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In 
function ‘osl_dma_unmap’:
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:668:38: 
error: ‘PCI_DMA_TODEVICE’ undeclared (first use in this function); did you mean 
‘DMA_TO_DEVICE’?
  668 | dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: 
PCI_DMA_FROMDEVICE;
  |  ^~~~
  |  DMA_TO_DEVICE
In file included from 

[Kernel-packages] [Bug 1948505] Re: Screen Brightness keys do not work on Lenovo IdeaPad 3

2023-06-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: 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/1948505

Title:
  Screen Brightness keys do not work on Lenovo IdeaPad 3

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

Bug description:
  I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
  $ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
  Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lex1476 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 22 19:24:38 2021
  InstallationDate: Installed on 2021-10-21 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 82H7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-20-generic N/A
   linux-backports-modules-5.13.0-20-generic  N/A
   linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 1.20
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GGCN20WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 14ITL6
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
  dmi.product.family: IdeaPad 3 14ITL6
  dmi.product.name: 82H7
  dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
  dmi.product.version: IdeaPad 3 14ITL6
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1948505/+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 1948505] Re: Screen Brightness keys do not work on Lenovo IdeaPad 3

2023-06-05 Thread martin
Ubuntu 22.02 LTS also affected

** Project changed: 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/1948505

Title:
  Screen Brightness keys do not work on Lenovo IdeaPad 3

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

Bug description:
  I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
  $ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
  Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lex1476 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 22 19:24:38 2021
  InstallationDate: Installed on 2021-10-21 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 82H7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-20-generic N/A
   linux-backports-modules-5.13.0-20-generic  N/A
   linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 1.20
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GGCN20WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 14ITL6
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
  dmi.product.family: IdeaPad 3 14ITL6
  dmi.product.name: 82H7
  dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
  dmi.product.version: IdeaPad 3 14ITL6
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1948505/+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 1948505] Re: Screen Brightness keys do not work on Lenovo IdeaPad 3

2023-06-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: 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/1948505

Title:
  Screen Brightness keys do not work on Lenovo IdeaPad 3

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

Bug description:
  I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
  $ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
  Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lex1476 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 22 19:24:38 2021
  InstallationDate: Installed on 2021-10-21 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 82H7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-20-generic N/A
   linux-backports-modules-5.13.0-20-generic  N/A
   linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 1.20
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GGCN20WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 14ITL6
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
  dmi.product.family: IdeaPad 3 14ITL6
  dmi.product.name: 82H7
  dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
  dmi.product.version: IdeaPad 3 14ITL6
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1948505/+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 1948505] Re: Screen Brightness keys do not work on Lenovo IdeaPad 3

2023-06-05 Thread martin
** Also affects: linux
   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/1948505

Title:
  Screen Brightness keys do not work on Lenovo IdeaPad 3

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

Bug description:
  I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
  $ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
  Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lex1476 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 22 19:24:38 2021
  InstallationDate: Installed on 2021-10-21 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 82H7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-20-generic N/A
   linux-backports-modules-5.13.0-20-generic  N/A
   linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 1.20
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GGCN20WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 14ITL6
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
  dmi.product.family: IdeaPad 3 14ITL6
  dmi.product.name: 82H7
  dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
  dmi.product.version: IdeaPad 3 14ITL6
  dmi.sys.vendor: LENOVO

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

2023-06-05 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 2022933

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  

[Kernel-packages] [Bug 1993532] Re: [i915] Unable to see second monitor in 5.15.0-52 (but 5.15.0-50 works)

2023-06-05 Thread David Morrison
I am experiencing a similar issue, but I'm not sure if it's the same or
not.  What I experience is that *if I boot with the second monitor
attached*, once I unplug it, it will never be detected again.  However,
if I boot with the second monitor unattached, and then plug it in, I can
consistently unplug and replug it and it is always detected.

This is using a USB-C cable for the second monitor.  If I instead use an
HDMI cable, it always works correctly.  Robin, can you confirm whether
this is the behaviour you're seeing as well?  Or if your issue has been
resolved?

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

Title:
  [i915] Unable to see second monitor in 5.15.0-52 (but 5.15.0-50 works)

Status in linux package in Ubuntu:
  Expired

Bug description:
  I have a second monitor plugged into this laptop. Under
  5.15.0-52-generic this monitor isn't seen by Ubuntu, whether via a
  thunderbolt dongle or directly into the HDMI port. When I boot it back
  into 5.15.0-50-generic it works just fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-52-generic 5.15.0-52.58
  ProcVersionSignature: Ubuntu 5.15.0-50.56-generic 5.15.60
  Uname: Linux 5.15.0-50-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  robin  4304 F pulseaudio
   /dev/snd/controlC0:  robin  4304 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Oct 19 14:53:25 2022
  InstallationDate: Installed on 2022-03-17 (216 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220313)
  MachineType: Dell Inc. Latitude 7320
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-50-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-50-generic N/A
   linux-backports-modules-5.15.0-50-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2022
  dmi.bios.release: 1.17
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.17.2
  dmi.board.name: 07MHG4
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.2:bd06/15/2022:br1.17:svnDellInc.:pnLatitude7320:pvr:rvnDellInc.:rn07MHG4:rvrA02:cvnDellInc.:ct10:cvr:sku0A34:
  dmi.product.family: Latitude
  dmi.product.name: Latitude 7320
  dmi.product.sku: 0A34
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1993532/+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 2022933] Re: seemingly random kernel bug

2023-06-05 Thread Brian Murray
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  seemingly random kernel bug

Status in linux package in Ubuntu:
  New

Bug description:
  [Jun 5 13:43] [ cut here ]
  [  +0,09] URB  submitted while active
  [  +0,33] WARNING: CPU: 8 PID: 5121 at drivers/usb/core/urb.c:378 
usb_submit_urb+0x64b/0x700
  [  +0,19] Modules linked in: ppp_deflate bsd_comp ppp_async tls 
nvme_fabrics ccm michael_mic rfcomm cmac algif_hash algif_skcipher af_alg bnep 
xt_CHECKSUM btusb btrtl xt_MASQUERADE btbcm btintel btmtk bluetooth 
ecdh_generic ecc nft_chain_nat nf_nat bridge stp llc ip6t_REJECT nf_reject_ipv6 
xt_hl ip6_tables uvcvideo ip6t_rt videobuf2_vmalloc cdc_mbim videobuf2_memops 
cdc_wdm videobuf2_v4l2 cdc_ncm videobuf2_common cdc_ether option videodev 
usbnet qrtr_mhi usb_wwan mii usbserial mc ipt_REJECT nf_reject_ipv4 amdgpu 
nft_limit snd_ctl_led snd_acp6x_pdm_dma snd_soc_dmic snd_soc_acp6x_mach 
xt_limit snd_hda_codec_realtek snd_sof_amd_renoir xt_addrtype 
snd_hda_codec_generic snd_sof_amd_acp xt_tcpudp snd_sof_pci snd_hda_codec_hdmi 
xt_conntrack snd_sof snd_hda_intel nf_conntrack snd_sof_utils iommu_v2 
snd_intel_dspcfg qrtr nf_defrag_ipv6 snd_soc_core gpu_sched snd_compress 
snd_intel_sdw_acpi ath11k_pci nf_defrag_ipv4 drm_ttm_helper ac97_bus 
snd_hda_codec ath11k ttm thinkpad_acpi
  [  +0,000164]  snd_pcm_dmaengine intel_rapl_msr nft_compat snd_hda_core 
drm_display_helper qmi_helpers nvram snd_pci_ps intel_rapl_common snd_hwdep cec 
ledtrig_audio snd_acp_pci joydev snd_seq_midi snd_pci_acp6x rc_core 
edac_mce_amd snd_seq_midi_event mac80211 snd_pcm drm_kms_helper snd_rawmidi 
crct10dif_pclmul nf_tables kvm_amd i2c_algo_bit snd_pci_acp5x snd_seq 
ghash_clmulni_intel aesni_intel fb_sys_fops snd_rn_pci_acp3x input_leds kvm 
snd_seq_device libcrc32c cfg80211 nfnetlink crypto_simd syscopyarea 
snd_acp_config snd_timer ucsi_acpi cryptd libarc4 sysfillrect snd_soc_acpi 
nls_iso8859_1 serio_raw think_lmi sch_fq_codel snd hid_multitouch wmi_bmof rapl 
k10temp typec_ucsi sysimgblt mhi snd_pci_acp3x firmware_attributes_class ccp 
soundcore msr typec platform_profile parport_pc mac_hid acpi_tad amd_pmc ppdev 
lp drm pstore_blk ramoops parport pstore_zone reed_solomon efi_pstore ip_tables 
x_tables autofs4 z3fold lz4 lz4_compress hid_generic xhci_pci nvme i2c_hid_acpi 
crc32_pclmul ps
 mouse
  [  +0,000161]  r8169 i2c_piix4 xhci_pci_renesas nvme_core i2c_hid wmi video 
realtek hid zstd
  [  +0,22] CPU: 8 PID: 5121 Comm: VideoDevicePoll Not tainted 
5.19.0-43-generic #44~22.04.1-Ubuntu
  [  +0,09] Hardware name: LENOVO 21CF004NGE/21CF004NGE, BIOS R23ET65W 
(1.35 ) 03/21/2023
  [  +0,04] RIP: 0010:usb_submit_urb+0x64b/0x700
  [  +0,08] Code: 4e 44 00 83 e3 01 b8 f0 ff ff ff 0f 85 22 fc ff ff 4c 89 
f6 48 c7 c7 18 34 cd b3 89 45 d0 c6 05 4c 75 90 01 01 e8 81 82 3b 00 <0f> 0b 8b 
45 d0 e9 ff fb ff ff b8 ed ff ff ff e9 f5 fb ff ff 66 90
  [  +0,07] RSP: 0018:b1cd87e77af0 EFLAGS: 00010246
  [  +0,07] RAX:  RBX:  RCX: 

  [  +0,04] RDX:  RSI:  RDI: 

  [  +0,03] RBP: b1cd87e77b40 R08:  R09: 

  [  +0,04] R10:  R11:  R12: 
9ea8d2842500
  [  +0,03] R13: 9ea8cf3a8000 R14: 9ea8d0ac8d80 R15: 
c1a1aac0
  [  +0,05] FS:  7fbd23bfe640() GS:9eabfe00() 
knlGS:
  [  +0,06] CS:  0010 DS:  ES:  CR0: 80050033
  [  +0,04] CR2: 19ee00343000 CR3: 00013e216000 CR4: 
00750ee0
  [  +0,05] PKRU: 5558
  [  +0,03] Call Trace:
  [  +0,04]  
  [  +0,15]  uvc_status_start+0x1a/0x30 [uvcvideo]
  [  +0,27]  uvc_v4l2_open+0x87/0x140 [uvcvideo]
  [  +0,17]  v4l2_open+0x97/0x140 [videodev]
  [  +0,35]  chrdev_open+0xc7/0x250
  [  +0,10]  ? fsnotify_perm.part.0+0x76/0x1a0
  [  +0,10]  ? __unregister_chrdev+0x60/0x60
  [  +0,07]  do_dentry_open+0x16a/0x400
  [  +0,10]  vfs_open+0x2d/0x40
  [  +0,08]  do_open+0x223/0x490
  [  +0,08]  path_openat+0x11d/0x2c0
  [  +0,06]  ? v4l2_fh_release+0x9b/0xc0 [videodev]
  [  +0,37]  ? kfree+0xe7/0x330
  [  +0,10]  do_filp_open+0xb2/0x160
  [  +0,10]  ? __check_object_size+0x23/0x30
  [  +0,08]  ? alloc_fd+0xb9/0x180
  [  +0,11]  do_sys_openat2+0xb3/0x180
  [  +0,09]  __x64_sys_openat+0x55/0xa0
  [  +0,09]  do_syscall_64+0x5c/0x90
  [  +0,09]  ? video_ioctl2+0x15/0x30 [videodev]
  [  +0,34]  ? v4l2_ioctl+0x6c/0xb0 [videodev]
  [  +0,33]  ? exit_to_user_mode_prepare+0x3b/0xd0
  [  +0,09]  ? syscall_exit_to_user_mode+0x2a/0x50
  [  +0,09]  ? do_syscall_64+0x69/0x90
  [  +0,06]  ? 

[Kernel-packages] [Bug 1977946] Re: README points to non-existent URL

2023-06-05 Thread Steve Langasek
Correction, not opening a task on the ubuntu-website project which is evidently 
obsolete. 
 Opened a github issue instead: 
https://github.com/canonical/ubuntu.com/issues/12927

** Bug watch added: github.com/canonical/ubuntu.com/issues #12927
   https://github.com/canonical/ubuntu.com/issues/12927

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

Title:
  README points to non-existent URL

Status in Ubuntu Website - OBSOLETE:
  New
Status in ubuntu-fan package in Ubuntu:
  Fix Committed

Bug description:
  /usr/share/doc/ubuntu-fan/README.gz (ubuntu-fan/README) reads:

  "More information on the Fan, including more detailed configuration
  information, can be found at http://www.ubuntu.com/fan.;

  However, the aforementioned URL (with and without trailing dot) does not 
exist.
  Is this supposed to point to https://wiki.ubuntu.com/FanNetworking instead?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/1977946/+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 1977946] Re: README points to non-existent URL

2023-06-05 Thread Steve Langasek
Thank you for the patch.

I do not know what content this was intended to point to, but we should
not do Stable Release Updates of a package just to fix a broken link in
the documentation - instead, particularly since we have control over the
domain it points to, we should fix it so that the link is not a 404.
Adding a task on the ubuntu-website project for this.

https://web.archive.org/web/2016081500*/http://www.ubuntu.com/fan is
no help here wrt the question of what the content is supposed to be, as
it seems to find only 404s at that URL.

So I think the best path forward is:
- make https://www.ubuntu.com/fan a redirect to 
https://wiki.ubuntu.com/FanNetworking
- update the ubuntu-fan package in the devel series so that the 
https://www.ubuntu.com/fan can eventually be deprecated

But I'll wait until I get feedback from the web team before making the
second change.

I'm also subscribing Andy Whitcroft, who is listed as the maintainer of
the ubuntu-fan package, for any additional context.

In the meantime, I am unsubscribing ubuntu-sponsors; based on the above
there is currently nothing to be uploaded.

** Also affects: ubuntu-website
   Importance: Undecided
   Status: New

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

Title:
  README points to non-existent URL

Status in Ubuntu Website - OBSOLETE:
  New
Status in ubuntu-fan package in Ubuntu:
  Fix Committed

Bug description:
  /usr/share/doc/ubuntu-fan/README.gz (ubuntu-fan/README) reads:

  "More information on the Fan, including more detailed configuration
  information, can be found at http://www.ubuntu.com/fan.;

  However, the aforementioned URL (with and without trailing dot) does not 
exist.
  Is this supposed to point to https://wiki.ubuntu.com/FanNetworking instead?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/1977946/+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 1801540] Re: Microphone distorted sound on ALC892/1220 on AMD chipsets

2023-06-05 Thread Bug Watch Updater
** Bug watch added: Linux Kernel Bug Tracker #217526
   https://bugzilla.kernel.org/show_bug.cgi?id=217526

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

Title:
  Microphone distorted sound on ALC892/1220 on AMD chipsets

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in pulseaudio package in Ubuntu:
  Won't Fix

Bug description:
  Not sure if I'll report this upstream but there is definitely an issue
  with microphone recording on my desktop, this is not happening on my
  laptop which has a different codec.

  Already tried all workarounds possible, no luck. Only with my desktop
  with this particular motherboard. No issues in Windows, the sound
  recorded in there is distorted and has some static and robotic tone on
  high-pitch.

  alsa-info on the attachments

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

2023-06-05 Thread haro41
Done: https://bugzilla.kernel.org/show_bug.cgi?id=217526

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

Title:
  Microphone distorted sound on ALC892/1220 on AMD chipsets

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in pulseaudio package in Ubuntu:
  Won't Fix

Bug description:
  Not sure if I'll report this upstream but there is definitely an issue
  with microphone recording on my desktop, this is not happening on my
  laptop which has a different codec.

  Already tried all workarounds possible, no luck. Only with my desktop
  with this particular motherboard. No issues in Windows, the sound
  recorded in there is distorted and has some static and robotic tone on
  high-pitch.

  alsa-info on the attachments

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

2023-06-05 Thread tiwai
For ASUS-specific codec issues, could you open another bug instead of
hanging this old issue?  The AMD controller problem was basically fixed,
and the Realtek codec quirk is a different story.

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

Title:
  Microphone distorted sound on ALC892/1220 on AMD chipsets

Status in Linux:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in pulseaudio package in Ubuntu:
  Won't Fix

Bug description:
  Not sure if I'll report this upstream but there is definitely an issue
  with microphone recording on my desktop, this is not happening on my
  laptop which has a different codec.

  Already tried all workarounds possible, no luck. Only with my desktop
  with this particular motherboard. No issues in Windows, the sound
  recorded in there is distorted and has some static and robotic tone on
  high-pitch.

  alsa-info on the attachments

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1801540/+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 2022826] Re: Ethernet hangs

2023-06-05 Thread John Rose
I've just tried to generate & insert r8169, by first downloading GBE Ethernet 
LINUX driver r8169 for kernel up to 5.19 (i.e.r8169-6.031.00.tar.bz2 from 
https://www.realtek.com/en/component/zoo/category/rtl8110sc-l-s and extracting 
it to r8169-6.031.00:
john@Desktop:~/Software/Realtek/r8169-6.031.00$ sudo modprobe -r 8169.tar.bz2 & 
extracting it tor8169-6.031.00 and then doing:
[sudo] password for john: 
modprobe: FATAL: Module 8169 not found.
john@Desktop:~/Software/Realtek/r8169-6.031.00$ sudo make clean modules
make -C src/ clean
make[1]: Entering directory '/home/john/Software/Realtek/r8169-6.031.00/src'
make -C /lib/modules/5.19.0-43-generic/build 
M=/home/john/Software/Realtek/r8169-6.031.00/src clean
make[2]: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
make[2]: Leaving directory '/usr/src/linux-headers-5.19.0-43-generic'
make[1]: Leaving directory '/home/john/Software/Realtek/r8169-6.031.00/src'
make -C src/ modules
make[1]: Entering directory '/home/john/Software/Realtek/r8169-6.031.00/src'
make -C /lib/modules/5.19.0-43-generic/build 
M=/home/john/Software/Realtek/r8169-6.031.00/src modules
make[2]: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 
11.3.0-1ubuntu1~22.04.1) 11.3.0
  You are using:   gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
  CC [M]  /home/john/Software/Realtek/r8169-6.031.00/src/r8169_n.o
  LD [M]  /home/john/Software/Realtek/r8169-6.031.00/src/r8169.o
  MODPOST /home/john/Software/Realtek/r8169-6.031.00/src/Module.symvers
  CC [M]  /home/john/Software/Realtek/r8169-6.031.00/src/r8169.mod.o
  LD [M]  /home/john/Software/Realtek/r8169-6.031.00/src/r8169.ko
  BTF [M] /home/john/Software/Realtek/r8169-6.031.00/src/r8169.ko
Skipping BTF generation for 
/home/john/Software/Realtek/r8169-6.031.00/src/r8169.ko due to unavailability 
of vmlinux
make[2]: Leaving directory '/usr/src/linux-headers-5.19.0-43-generic'
make[1]: Leaving directory '/home/john/Software/Realtek/r8169-6.031.00/src'
john@Desktop:~/Software/Realtek/r8169-6.031.00$ sudo make install
make -C src/ install
make[1]: Entering directory '/home/john/Software/Realtek/r8169-6.031.00/src'
make -C /lib/modules/5.19.0-43-generic/build 
M=/home/john/Software/Realtek/r8169-6.031.00/src 
INSTALL_MOD_DIR=kernel/drivers/net/ethernet/realtek modules_install
make[2]: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
  INSTALL 
/lib/modules/5.19.0-43-generic/kernel/drivers/net/ethernet/realtek/r8169.ko
  SIGN
/lib/modules/5.19.0-43-generic/kernel/drivers/net/ethernet/realtek/r8169.ko
  DEPMOD  /lib/modules/5.19.0-43-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[2]: Leaving directory '/usr/src/linux-headers-5.19.0-43-generic'
make[1]: Leaving directory '/home/john/Software/Realtek/r8169-6.031.00/src'
john@Desktop:~/Software/Realtek/r8169-6.031.00$ sudo depmod -a
john@Desktop:~/Software/Realtek/r8169-6.031.00$ sudo modprobe r8169
modprobe: ERROR: could not insert 'r8169': Key was rejected by service
john@Desktop:~/Software/Realtek/r8169-6.031.00$ 

I have Secure Boot enabled in the BIOS.
As I don't want to make things worse, how do I fix missing 'System.map' file 
and "modprobe: ERROR: could not insert 'r8169': Key was rejected by service"?
PS there is the correct System.map in /boot:
root@Desktop:/# ls boot
config-5.15.0-73-generic  initrd.img-5.19.0-43-generic   
System.map-5.15.0-73-generic
config-5.19.0-43-generic  initrd.img-5.19.0-43-generic.old-dkms  
System.map-5.19.0-43-generic
efi   initrd.img.old vmlinuz
grub  memtest86+.bin 
vmlinuz-5.15.0-73-generic
initrd.imgmemtest86+.elf 
vmlinuz-5.19.0-43-generic
initrd.img-5.15.0-73-generic  memtest86+_multiboot.bin   vmlinuz.old

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: 

[Kernel-packages] [Bug 2016871] Re: Cannot connect via ssh anymore after Wifi dropped once - Lunar

2023-06-05 Thread Juerg Haefliger
Closing this then since it's no longer reproducible. Feel free to reopen
or open a new ticket should you come across the issue again.

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

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

Title:
  Cannot connect via ssh anymore after Wifi dropped once - Lunar

Status in linux-raspi package in Ubuntu:
  Invalid

Bug description:
  I'm using a Raspberry Pi 4 and updated from kinetic to lunar with "do-
  release-upgrade -d". Ubuntu is installed on an SSD which is connected
  via USB.

  [Expected behavior]
  After switching off and on the wifi carrier I can still connect to my Raspi 
via ssh.

  [Observed behavior]
  After switching off and on the wifi carrier I can neither connect nor ping 
the Raspi. Neither on wlan0, nor on eth0. It looks like the device is stuck.

  [System Information]
  ➜  ~ lsb_release -rd
  No LSB modules are available.
  Description:  Ubuntu 23.04
  Release:  23.04

    ~ apt-cache policy linux-raspi
  linux-raspi:
    Installed: 6.2.0.1004.6
    Candidate: 6.2.0.1004.6
    Version table:
   *** 6.2.0.1004.6 500
  500 http://ports.ubuntu.com/ubuntu-ports lunar/main arm64 Packages
  100 /var/lib/dpkg/status

  [Logs from before the Wifi was turned off]

  Checking the timestamps of the logs is showing, that logging stops
  when the wifi carrier is switched on again.

  journalctl -b -1 -e

  Apr 18 11:57:55 ubuntu wpa_supplicant[536]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=f0:af:85:87:8c:6f reason=0 locally_generated=1
  Apr 18 11:57:55 ubuntu wpa_supplicant[536]: wlan0: CTRL-EVENT-REGDOM-CHANGE 
init=CORE type=WORLD
  Apr 18 11:57:55 ubuntu systemd-networkd[656]: wlan0: Lost carrier
  Apr 18 11:57:55 ubuntu systemd-networkd[656]: wlan0: DHCPv6 lease lost
  Apr 18 11:57:59 ubuntu kernel: brcmfmac: cfg80211_set_channel: set chanspec 
0x100c fail, reason -52
  Apr 18 11:57:59 ubuntu kernel: brcmfmac: cfg80211_set_channel: set chanspec 
0x100d fail, reason -52
  ...
  Apr 18 11:58:36 ubuntu wpa_supplicant[536]: wlan0: Failed to initiate sched 
scan
  Apr 18 11:58:45 ubuntu kernel: brcmfmac: cfg80211_set_channel: set chanspec 
0x100c fail, reason -52
  Apr 18 11:58:45 ubuntu kernel: brcmfmac: cfg80211_set_channel: set chanspec 
0x100d fail, reason -52

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2016871/+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 2022098] Re: Severe NFS performance degradation after LP #2003053

2023-06-05 Thread Khaled El Mously
** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Critical

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

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

** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => In Progress

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

Title:
  Severe NFS performance degradation after LP #2003053

Status in linux package in Ubuntu:
  Incomplete
Status in linux-gke package in Ubuntu:
  New
Status in linux source package in Focal:
  In Progress
Status in linux-gke source package in Focal:
  Fix Committed
Status in linux source package in Jammy:
  In Progress
Status in linux-gke source package in Jammy:
  Fix Committed

Bug description:
  The fix to LP #2003053 has caused massively increased NFS server
  access in some use-cases, which caused severe performance degradation
  to the point of being unusable in some cases.

  The solution to this issue, at least temporarily and at least for
  linux-gke, is to make the new behaviour optional using the
  "nfs_fasc=1" module parameter. Without this parameter specified, (or
  specified as =0) will keep the old behaviour.

  
  Regresion potential:
   - Regression potential is considered low considering the scope of the change 
and is limited to NFS only.

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

2023-06-05 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 2022098

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

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

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

Title:
  Severe NFS performance degradation after LP #2003053

Status in linux package in Ubuntu:
  Incomplete
Status in linux-gke package in Ubuntu:
  New
Status in linux source package in Focal:
  In Progress
Status in linux-gke source package in Focal:
  Fix Committed
Status in linux source package in Jammy:
  In Progress
Status in linux-gke source package in Jammy:
  Fix Committed

Bug description:
  The fix to LP #2003053 has caused massively increased NFS server
  access in some use-cases, which caused severe performance degradation
  to the point of being unusable in some cases.

  The solution to this issue, at least temporarily and at least for
  linux-gke, is to make the new behaviour optional using the
  "nfs_fasc=1" module parameter. Without this parameter specified, (or
  specified as =0) will keep the old behaviour.

  
  Regresion potential:
   - Regression potential is considered low considering the scope of the change 
and is limited to NFS only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2022098/+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 2022098] Re: Severe NFS performance degradation after LP #2003053

2023-06-05 Thread Khaled El Mously
** Also 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/2022098

Title:
  Severe NFS performance degradation after LP #2003053

Status in linux package in Ubuntu:
  Incomplete
Status in linux-gke package in Ubuntu:
  New
Status in linux source package in Focal:
  Incomplete
Status in linux-gke source package in Focal:
  Fix Committed
Status in linux source package in Jammy:
  Incomplete
Status in linux-gke source package in Jammy:
  Fix Committed

Bug description:
  The fix to LP #2003053 has caused massively increased NFS server
  access in some use-cases, which caused severe performance degradation
  to the point of being unusable in some cases.

  The solution to this issue, at least temporarily and at least for
  linux-gke, is to make the new behaviour optional using the
  "nfs_fasc=1" module parameter. Without this parameter specified, (or
  specified as =0) will keep the old behaviour.

  
  Regresion potential:
   - Regression potential is considered low considering the scope of the change 
and is limited to NFS only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2022098/+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 2022940] [NEW] Azure: Fix perf regression: remove rx_cqes, tx_cqes counters for MANA

2023-06-05 Thread Tim Gardner
Public bug reported:

SRU Justification

[Impact]

net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=1919b39fc6eabb9a6f9a51706ff6d03865f5df29

It resolves a big perf regression.

More details:
The apc->eth_stats.rx_cqes is one per NIC (vport), and it's on the
frequent and parallel code path of all queues. So, r/w into this
single shared variable by many threads on different CPUs creates a
lot caching and memory overhead, hence perf regression. And, it's
not accurate due to the high volume concurrent r/w.

For example, a workload is iperf with 128 threads, and with RPS
enabled. We saw perf regression of 25% with the previous patch
adding the counters. And this patch eliminates the regression.

Since the error path of mana_poll_rx_cq() already has warnings, so
keeping the counter and convert it to a per-queue variable is not
necessary. So, just remove this counter from this high frequency
code path.

Also, remove the tx_cqes counter for the same reason. We have
warnings & other counters for errors on that path, and don't need
to count every normal cqe processing.

[Test Plan]

MSFT tested

[Regression potential]

Counters are disappearing that may be in use by user space programs.

[Other Info]

SF: #00361807

** Affects: linux-azure (Ubuntu)
 Importance: Undecided
 Status: Fix Released

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

** Package changed: linux (Ubuntu) => linux-azure (Ubuntu)

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

** Changed in: linux-azure (Ubuntu Lunar)
   Importance: Undecided => Medium

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

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

** Changed in: linux-azure (Ubuntu)
   Status: New => Fix Released

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

Title:
  Azure: Fix perf regression: remove rx_cqes, tx_cqes counters for MANA

Status in linux-azure package in Ubuntu:
  Fix Released
Status in linux-azure source package in Lunar:
  In Progress

Bug description:
  SRU Justification

  [Impact]

  net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
  
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=1919b39fc6eabb9a6f9a51706ff6d03865f5df29

  It resolves a big perf regression.

  More details:
  The apc->eth_stats.rx_cqes is one per NIC (vport), and it's on the
  frequent and parallel code path of all queues. So, r/w into this
  single shared variable by many threads on different CPUs creates a
  lot caching and memory overhead, hence perf regression. And, it's
  not accurate due to the high volume concurrent r/w.

  For example, a workload is iperf with 128 threads, and with RPS
  enabled. We saw perf regression of 25% with the previous patch
  adding the counters. And this patch eliminates the regression.

  Since the error path of mana_poll_rx_cq() already has warnings, so
  keeping the counter and convert it to a per-queue variable is not
  necessary. So, just remove this counter from this high frequency
  code path.

  Also, remove the tx_cqes counter for the same reason. We have
  warnings & other counters for errors on that path, and don't need
  to count every normal cqe processing.

  [Test Plan]

  MSFT tested

  [Regression potential]

  Counters are disappearing that may be in use by user space programs.

  [Other Info]

  SF: #00361807

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2022940/+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 2018593] Re: Azure: Enable MANA Jumbo Frame Support reprise

2023-06-05 Thread Tim Gardner
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  Azure: Enable MANA Jumbo Frame Support reprise

Status in linux-azure package in Ubuntu:
  Fix Released
Status in linux-azure source package in Jammy:
  Fix Committed
Status in linux-azure source package in Kinetic:
  Fix Committed
Status in linux-azure source package in Lunar:
  Fix Committed

Bug description:
  SRU Justification

  [Impact]

  The MANA driver is missing 2 commits in support of jumbo frames.

  [Fix]

  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  
next.git/commit/drivers/net/ethernet/microsoft/mana?id=df18f2da302f169e1a29098c6ca3b474f1b0269e

  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-
  
next.git/commit/drivers/net/ethernet/microsoft/mana?id=5c74064f43c291d9add2b436a2d70205b71a7cc7

  [Test Plan]

  Microsoft tested

  [Regression Potential]

  Regular frames could be discarded.

  [Other Info]

  SF: #00358566

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2018593/+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 2019009] Re: Azure: Limit Hyperv error messages

2023-06-05 Thread Tim Gardner
** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

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

Title:
  Azure: Limit Hyperv error messages

Status in linux-azure package in Ubuntu:
  Fix Released
Status in linux-azure source package in Jammy:
  Fix Committed
Status in linux-azure source package in Kinetic:
  Fix Committed

Bug description:
  SRU Justification

  [Impact]

  Hyperv can emit copious numbers of error messages "Unable to send
  packet via vmbus".

  [Test Plan]

  Microsoft tested, patches are upstream.

  [Regression Potential]

  Commit 19b5e6659eaf537ebeac90ae30c7df0296fe5ab9 ('drm/hyperv: Don't
  overwrite dirt_needed value set by host') fixes a race condition that
  could have unforeseen side effects.

  [Other Info]

  SF: #00359893

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2019009/+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 2018960] Re: linux-image-5.4.0-149-generic (regression): 0 at net/core/stream.c:212 sk_stream_kill_queues+0xcf/0xe0

2023-06-05 Thread Shelby Cain
Both -149 and -150 are exhibiting this behavior on a server I use as a
VPN/NAT gateway.

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

Title:
  linux-image-5.4.0-149-generic (regression): 0 at net/core/stream.c:212
  sk_stream_kill_queues+0xcf/0xe0

Status in linux-signed package in Ubuntu:
  Confirmed
Status in linux-signed-kvm package in Ubuntu:
  Confirmed

Bug description:
  After upgrading and rebooting this Ubuntu 20.04 LTS server (Ubuntu
  Focal), I noticed that it was suddenly getting a bunch of kernel log
  (dmesg) reports like:

  WARNING: CPU: 4 PID: 0 at net/core/stream.c:212
  sk_stream_kill_queues+0xcf/0xe0

  while investigating I determined that it is currently running the
  focal-proposed kernel (linux-image-5.4.0-149-generic), which it turns
  out was enabled for this server (clearly it seemed like a good idea at
  the time).

  I'm not expecting focal-proposed to be fixed as if it were a release
  package, but since I couldn't find any reports on Launchpad I figured
  I should let y'all know this focal-proposed package could do with some
  additional work before it's actually released :-)

  There have been at least 80 such reports in the last 5 hours since the
  server was rebooted, differing only by the CPU core and the process
  reported, although it seems the last one was a couple of hours ago, so
  I guess it's traffic dependent/timing dependent.

  ewen@naosr620:~$ uptime
   16:27:32 up  5:19,  1 user,  load average: 0.08, 0.14, 0.06
  ewen@naosr620:~$ dmesg -t | grep WARNING | sed 's/CPU: [0-9]*/CPU: N/; s/PID: 
[0-9]*/PID: N/;' | uniq -c
   88 WARNING: CPU: N PID: N at net/core/stream.c:212 
sk_stream_kill_queues+0xcf/0xe0
  ewen@naosr620:~$ 

  Ubuntu Release:

  ewen@naosr620:~$ lsb_release -rd
  Description:  Ubuntu 20.04.6 LTS
  Release:  20.04
  ewen@naosr620:~$ 

  
  Kernel/package version affected:

  ewen@naosr620:~$ uname -a
  Linux naosr620 5.4.0-149-generic #166-Ubuntu SMP Tue Apr 18 16:51:45 UTC 2023 
x86_64 x86_64 x86_64 GNU/Linux
  ewen@naosr620:~$ dpkg -l | grep linux-image | grep 149
  ii  linux-image-5.4.0-149-generic  5.4.0-149.166  
   amd64Signed kernel image generic
  ii  linux-image-generic5.4.0.149.147  
   amd64Generic Linux kernel image
  ewen@naosr620:~$ apt-cache policy linux-image-5.4.0-149-generic 
  linux-image-5.4.0-149-generic:
Installed: 5.4.0-149.166
Candidate: 5.4.0-149.166
Version table:
   *** 5.4.0-149.166 500
  500 https://mirror.fsmg.org.nz/ubuntu focal-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status
  ewen@naosr620:~$ apt-cache policy linux-image-generic
  linux-image-generic:
Installed: 5.4.0.149.147
Candidate: 5.4.0.149.147
Version table:
   *** 5.4.0.149.147 500
  500 https://mirror.fsmg.org.nz/ubuntu focal-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status
   5.4.0.148.146 500
  500 https://mirror.fsmg.org.nz/ubuntu focal-updates/main amd64 
Packages
  500 https://mirror.fsmg.org.nz/ubuntu focal-security/main amd64 
Packages
   5.4.0.26.32 500
  500 https://mirror.fsmg.org.nz/ubuntu focal/main amd64 Packages
  ewen@naosr620:~$ 
  ewen@naosr620:~$ apt-cache show linux-image-5.4.0-149-generic | grep Source:
  Source: linux-signed
  ewen@naosr620:~$ 

  
  Full example dmesg, including stack trace (they all seem to be WARNINGs, and 
other than filling dmesg / system logs the system "appears to be running okay", 
so I'm not going to rush another reboot now -- near end of business day):

  ewen@naosr620:~$ date
  Tue 09 May 2023 16:34:56 NZST
  ewen@naosr620:~$ dmesg -T | tail -100 | grep -B 150 "end trace" | grep -A 999 
"cut here"
  [Tue May  9 14:21:18 2023] [ cut here ]
  [Tue May  9 14:21:18 2023] WARNING: CPU: 10 PID: 0 at net/core/stream.c:212 
sk_stream_kill_queues+0xcf/0xe0
  [Tue May  9 14:21:18 2023] Modules linked in: mpt3sas raid_class 
scsi_transport_sas mptctl mptbase vhost_net vhost tap ip6t_REJECT 
nf_reject_ipv6 ip6table_mangle ip6table_nat ip6table_raw nf_log_ipv6 xt_recent 
ipt_REJECT nf_reject_ipv4 xt_hashlimit xt_addrtype xt_multiport xt_comment 
xt_conntrack xt_mark iptable_mangle xt_MASQUERADE iptable_nat xt_CT xt_tcpudp 
iptable_raw nfnetlink_log xt_NFLOG nf_log_ipv4 nf_log_common xt_LOG nf_nat_tftp 
nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip nf_nat_pptp nf_nat_irc 
ebtable_filter nf_nat_h323 ebtables nf_nat_ftp nf_nat_amanda ts_kmp 
ip6table_filter nf_conntrack_amanda nf_nat ip6_tables nf_conntrack_sane 
nf_conntrack_tftp nf_conntrack_sip nf_conntrack_pptp nf_conntrack_netlink 
nfnetlink nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc 
nf_conntrack_h323 nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 
iptable_filter bpfilter dell_rbu 

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

2023-06-05 Thread Simon Chopin
Sorry, my bad for the status, we discussed this offline with joalif.

I'm not planning on fixing this in Kinetic as the affected platform is
more of an LTS user, as I understand, and the kinetic EOL is
approaching. Given the time it can take for a glibc SRU to go through
-proposed even when there's nothing breaking, I don't think it worth the
trouble. I might be wrong, though :)

** Changed in: glibc (Ubuntu Kinetic)
   Status: In Progress => Won't Fix

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

Title:
  TDX azure instances crash during boot because of glibc bug

Status in glibc package in Ubuntu:
  New
Status in linux-azure package in Ubuntu:
  Fix Released
Status in glibc source package in Jammy:
  Incomplete
Status in linux-azure source package in Jammy:
  Invalid
Status in glibc source package in Kinetic:
  Won't Fix
Status in linux-azure source package in Kinetic:
  In Progress

Bug description:
  [IMPACT]

  Glibc in jammy and kinetic is affected by the following bug :
  https://sourceware.org/bugzilla/show_bug.cgi?id=29953

  When cpuid reports no information on a shared cache, the
  x86_non_temporal_threshold will be set to zero, causing memcpy/memset to
  behave wrong for mid-sized operations. sysdeps/x86/dl-cacheinfo.h indicates
  that the minimum value must be 0x4040, but this is not enforced for the
  default value.

  The issue was reported because jammy tdx instances are failing to boot
  (crashing) on azure. The bug has been resolved upstream in
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48b74865c63840b288bd85b4d8743533b73b339b

  [TEST CASE]

  Test case requires an azure tdx instance.
  Microsoft has tested a test package with the above commit and
  confirmed that instances boot successfully.

  [REGRESSION POTENTIAL]

  The patches have been accepted upstream. They modify code for x86 
architecture, so any
  potential regression would affect x86.

  [OTHER]

  Bug upstream: https://sourceware.org/bugzilla/show_bug.cgi?id=29953
  Duplicate bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30037

  In jammy we need 2 commits :
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b446822b6ae4e8149902a78cdd4a886634ad6321
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48b74865c63840b288bd85b4d8743533b73b339b

  In kinetic we just need :
  
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48b74865c63840b288bd85b4d8743533b73b339b

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2011421/+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 2017006] Re: fix build issue for v5.19 kernels (jammy-hwe, kinetic, lunar-riscv)

2023-06-05 Thread Roxana Nicolescu
** Description changed:

  SRU Justification
  
  [ Impact ]
  
  Upstream stable added a change in the format of jbd2 in 5.15.87 that was
  cherry-picked to kinetic:linux.
  
  This is incompatible with the current changes in the lttng-module
  kinetic.
  
  We previously encountered this issue for focal 
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644
  and we proactively released a new version for kinetic.
  The problem is the fix does not really work as expected.
  
  As shown in the logs below,
  The build error is triggered because some function declaration does not match 
the kernel's.
  In `include/instrumentation/events/jbd2.h` in lttng-modules, there is a 
conditional declaration based on the kernel version. 5.19 is missing there, 
therefore kinetic will fall back to the old declaration. The reason 5.19 is not 
there is probably because this version has reached end of life last year.
  
  Build logs:
  35:35 DEBUG| [stdout] In file included from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/define_trace.h:87,
    860 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:293,
    861 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:29:
    862 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:133:6:
 error: conflicting types for ‘trace_jbd2_run_stats’; have ‘void(dev_t,  long 
unsigned int,  struct transaction_run_stats_s *)’ {aka ‘void(unsigned int,  
long unsigned int,  struct transaction_run_stats_s *)’}
    863 02:35:35 DEBUG| [stdout]   133 | void 
trace_##_name(_proto);
    864 02:35:35 DEBUG| [stdout]   |  ^~
    865 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:45:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’
    866 02:35:35 DEBUG| [stdout]45 | 
LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))
    867 02:35:35 DEBUG| [stdout]   | 
^~~
    868 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:87:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’
    869 02:35:35 DEBUG| [stdout]87 | 
LTTNG_TRACEPOINT_EVENT_MAP(name, name,  \
    870 02:35:35 DEBUG| [stdout]   | 
^~
    871 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:180:1:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’
    872 02:35:35 DEBUG| [stdout]   180 | 
LTTNG_TRACEPOINT_EVENT(jbd2_run_stats,
    873 02:35:35 DEBUG| [stdout]   | ^~
    874 02:35:35 DEBUG| [stdout] In file included from 
./include/trace/events/jbd2.h:9,
    875 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:18:
    876 02:35:35 DEBUG| [stdout] 
./include/linux/tracepoint.h:245:28: note: previous definition of 
‘trace_jbd2_run_stats’ with type ‘void(dev_t,  tid_t,  struct 
transaction_run_stats_s *)’ {aka ‘void(unsigned int,  unsigned int,  struct 
transaction_run_stats_s *)’}
    877 02:35:35 DEBUG| [stdout]   245 | static inline 
void trace_##name(proto)  \
    878 02:35:35 DEBUG| [stdout]   |
^~
    879 02:35:35 DEBUG| [stdout] 
./include/linux/tracepoint.h:419:9: note: in expansion of macro 
‘__DECLARE_TRACE’
    880 02:35:35 DEBUG| [stdout]   419 | 
__DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
    881 02:35:35 DEBUG| [stdout]   | ^~~
    882 02:35:35 DEBUG| [stdout] 
./include/linux/tracepoint.h:553:9: note: in expansion of macro ‘DECLARE_TRACE’
    883 02:35:35 DEBUG| [stdout]   553 | 
DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
    884 02:35:35 DEBUG| [stdout]   | ^
    885 02:35:35 DEBUG| [stdout] 
./include/trace/events/jbd2.h:248:1: note: in expansion of macro ‘TRACE_EVENT’
    886 02:35:35 DEBUG| [stdout]   248 | 
TRACE_EVENT(jbd2_run_stats,
    887 02:35:35 DEBUG| [stdout]   | ^~~
    888 02:35:35 DEBUG| [stdout] 

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

2023-06-05 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 2017006

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

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

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

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

Title:
  fix build issue for v5.19 kernels (jammy-hwe, kinetic, lunar-riscv)

Status in linux package in Ubuntu:
  Confirmed
Status in lttng-modules package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  Incomplete
Status in lttng-modules source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  Incomplete
Status in lttng-modules source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Incomplete
Status in lttng-modules source package in Lunar:
  Fix Committed

Bug description:
  SRU Justification

  [ Impact ]

  Upstream stable added a change in the format of jbd2 in 5.15.87 that
  was cherry-picked to kinetic:linux.

  This is incompatible with the current changes in the lttng-module
  kinetic.

  We previously encountered this issue for focal 
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644
  and we proactively released a new version for kinetic.
  The problem is the fix does not really work as expected.

  As shown in the logs below,
  The build error is triggered because some function declaration does not match 
the kernel's.
  In `include/instrumentation/events/jbd2.h` in lttng-modules, there is a 
conditional declaration based on the kernel version. 5.19 is missing there, 
therefore kinetic will fall back to the old declaration. The reason 5.19 is not 
there is probably because this version has reached end of life last year.

  Build logs:
  35:35 DEBUG| [stdout] In file included from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/define_trace.h:87,
    860 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:293,
    861 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:29:
    862 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:133:6:
 error: conflicting types for ‘trace_jbd2_run_stats’; have ‘void(dev_t,  long 
unsigned int,  struct transaction_run_stats_s *)’ {aka ‘void(unsigned int,  
long unsigned int,  struct transaction_run_stats_s *)’}
    863 02:35:35 DEBUG| [stdout]   133 | void 
trace_##_name(_proto);
    864 02:35:35 DEBUG| [stdout]   |  ^~
    865 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:45:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’
    866 02:35:35 DEBUG| [stdout]45 | 
LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))
    867 02:35:35 DEBUG| [stdout]   | 
^~~
    868 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:87:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’
    869 02:35:35 DEBUG| [stdout]87 | 
LTTNG_TRACEPOINT_EVENT_MAP(name, name,  \
    870 02:35:35 DEBUG| [stdout]   | 
^~
    871 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:180:1:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’
    872 02:35:35 DEBUG| [stdout]   180 | 
LTTNG_TRACEPOINT_EVENT(jbd2_run_stats,
    873 02:35:35 DEBUG| [stdout]   | ^~
    874 02:35:35 DEBUG| [stdout] In file included from 
./include/trace/events/jbd2.h:9,
    875 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:18:
    876 02:35:35 

[Kernel-packages] [Bug 2017006] Re: fix build issue for v5.19 kernels (jammy-hwe, kinetic, lunar-riscv)

2023-06-05 Thread Roxana Nicolescu
** Also 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/2017006

Title:
  fix build issue for v5.19 kernels (jammy-hwe, kinetic, lunar-riscv)

Status in linux package in Ubuntu:
  New
Status in lttng-modules package in Ubuntu:
  In Progress
Status in linux source package in Jammy:
  New
Status in lttng-modules source package in Jammy:
  Fix Committed
Status in linux source package in Kinetic:
  New
Status in lttng-modules source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  New
Status in lttng-modules source package in Lunar:
  Fix Committed

Bug description:
  SRU Justification

  [ Impact ]

  Upstream stable added a change in the format of jbd2 in 5.15.87 that
  was cherry-picked to kinetic:linux.

  This is incompatible with the current changes in the lttng-module
  kinetic.

  We previously encountered this issue for focal 
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2004644
  and we proactively released a new version for kinetic.
  The problem is the fix does not really work as expected.

  As shown in the logs below,
  The build error is triggered because some function declaration does not match 
the kernel's.
  In `include/instrumentation/events/jbd2.h` in lttng-modules, there is a 
conditional declaration based on the kernel version. 5.19 is missing there, 
therefore kinetic will fall back to the old declaration. The reason 5.19 is not 
there is probably because this version has reached end of life last year.

  Build logs:
  35:35 DEBUG| [stdout] In file included from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/define_trace.h:87,
    860 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:293,
    861 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:29:
    862 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:133:6:
 error: conflicting types for ‘trace_jbd2_run_stats’; have ‘void(dev_t,  long 
unsigned int,  struct transaction_run_stats_s *)’ {aka ‘void(unsigned int,  
long unsigned int,  struct transaction_run_stats_s *)’}
    863 02:35:35 DEBUG| [stdout]   133 | void 
trace_##_name(_proto);
    864 02:35:35 DEBUG| [stdout]   |  ^~
    865 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:45:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP’
    866 02:35:35 DEBUG| [stdout]45 | 
LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args))
    867 02:35:35 DEBUG| [stdout]   | 
^~~
    868 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/lttng/tracepoint-event-impl.h:87:9:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT_MAP’
    869 02:35:35 DEBUG| [stdout]87 | 
LTTNG_TRACEPOINT_EVENT_MAP(name, name,  \
    870 02:35:35 DEBUG| [stdout]   | 
^~
    871 02:35:35 DEBUG| [stdout] 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/../../include/instrumentation/events/jbd2.h:180:1:
 note: in expansion of macro ‘LTTNG_TRACEPOINT_EVENT’
    872 02:35:35 DEBUG| [stdout]   180 | 
LTTNG_TRACEPOINT_EVENT(jbd2_run_stats,
    873 02:35:35 DEBUG| [stdout]   | ^~
    874 02:35:35 DEBUG| [stdout] In file included from 
./include/trace/events/jbd2.h:9,
    875 02:35:35 DEBUG| [stdout]  from 
/var/lib/dkms/lttng-modules/2.13.8/build/src/probes/lttng-probe-jbd2.c:18:
    876 02:35:35 DEBUG| [stdout] 
./include/linux/tracepoint.h:245:28: note: previous definition of 
‘trace_jbd2_run_stats’ with type ‘void(dev_t,  tid_t,  struct 
transaction_run_stats_s *)’ {aka ‘void(unsigned int,  unsigned int,  struct 
transaction_run_stats_s *)’}
    877 02:35:35 DEBUG| [stdout]   245 | static inline 
void trace_##name(proto)  \
    878 02:35:35 DEBUG| [stdout]   |
^~
    879 02:35:35 DEBUG| [stdout] 
./include/linux/tracepoint.h:419:9: note: in expansion of macro 
‘__DECLARE_TRACE’
    880 02:35:35 DEBUG| [stdout]   419 | 
__DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
    881 

[Kernel-packages] [Bug 2022826] Re: Ethernet hangs

2023-06-05 Thread John Rose
I forgot to mention that the firmware is present:
john@Desktop:~$ ls -la /lib/firmware/rtl_nic/rtl8125*
-rw-r--r-- 1 root root  3456 Apr 21 06:36 /lib/firmware/rtl_nic/rtl8125a-3.fw
-rw-r--r-- 1 root root 10128 Apr 21 06:36 /lib/firmware/rtl_nic/rtl8125b-1.fw
-rw-r--r-- 1 root root  3328 Apr 21 06:36 /lib/firmware/rtl_nic/rtl8125b-2.fw

When I said that I had removed dkms package, I meant purged.

BTW are the BIOS errors in dmesg relevant to the issue?
ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.SBRG.EC0.MGOE], 
AE_ALREADY_EXISTS (20220331/dsfield-637)

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: https://tutorialforlinux.com/2021/05...based-systems/
  I followed the instructions and installed realtek-r8125-dkms package OK. On 
rebooting, I followed the instructed procedure (shown when installing the 
package) of creating a password and then entering it when requested on the 
reboot. But still same problem. Any ideas what to do?
  PS I've switched Wi-Fi on (though I'd prefer to use Ethernet, as my Wi-Fi is 
a little flaky due to walls) in order to post this question.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.13
  ProcVersionSignature: Ubuntu 5.19.0-43.44~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  3 07:29:15 2023
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  InstallationDate: Installed on 2022-08-21 (285 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. MINIPC PN50-E1
  PackageArchitecture: all
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic 
root=UUID=1d99d177-09b2-43e7-b6c1-451d081353f8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-43-generic N/A
   linux-backports-modules-5.19.0-43-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.13
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to jammy on 2022-10-06 (239 days ago)
  dmi.bios.date: 03/18/2021
  dmi.bios.release: 4.5
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: 0405
  dmi.board.asset.tag: Default string
  dmi.board.name: PN50-E1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 35
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvr0405:bd03/18/2021:br4.5:svnASUSTeKCOMPUTERINC.:pnMINIPCPN50-E1:pvr0405:rvnASUSTeKCOMPUTERINC.:rnPN50-E1:rvrTobefilledbyO.E.M.:cvnDefaultstring:ct35:cvrDefaultstring:sku:
  dmi.product.family: Vivo PC
  dmi.product.name: MINIPC PN50-E1
  dmi.product.version: 0405
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2022826/+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 2016039] Re: mlxbf-tmfifo: fix potential race

2023-06-05 Thread Bartlomiej Zolnierkiewicz
** Also affects: linux-bluefield (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

** Changed in: linux-bluefield (Ubuntu Jammy)
   Status: New => Fix Committed

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

Title:
  mlxbf-tmfifo: fix potential race

Status in linux-bluefield package in Ubuntu:
  Invalid
Status in linux-bluefield source package in Jammy:
  Fix Committed

Bug description:
  SRU Justification:

  [Impact]
  This change is needed to avoid potential race of accessing the 'vq' pointer

  [Fix]
  The fix adds memory barrier for the is_ready flag and the 'vq' pointer access 
in mlxbf_tmfifo_virtio_find_vqs(), so updated in vq will be visible before 
accessing this pointer.

  [Test Case]
  Same functionality and testing as on BlueField-1/2/2. No functionality change.

  [Regression Potential]
  Same behavior from user perspective.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2016039/+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 2019264] Re: net/sched: act_ct: offload UDP NEW connections

2023-06-05 Thread Bartlomiej Zolnierkiewicz
** Also affects: linux-bluefield (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

** Changed in: linux-bluefield (Ubuntu Jammy)
   Status: New => Fix Committed

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

Title:
   net/sched: act_ct: offload UDP NEW connections

Status in linux-bluefield package in Ubuntu:
  Invalid
Status in linux-bluefield source package in Jammy:
  Fix Committed

Bug description:
  * Explain the bug(s)
   
  UDP single sided connections aren't offloaded.
   
  * brief explanation of fixes
   
  Add support for to offload single sided UDP connections by offloading only one
  side, and offloading the second side when/if it comes.
   
  * How to test
   
  Create OVS bridge with 2 devices mlx5 rep devices.
  Enable HW offload and configure regular connection tracking OpenFlow rules:
   
  e.g:
  ovs-ofctl del-flows br-ovs
  ovs-ofctl add-flow br-ovs arp,actions=normal
  ovs-ofctl add-flow br-ovs "table=0, ip,ct_state=-trk actions=ct(table=1)"
  ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+new 
actions=ct(commit),normal"
  ovs-ofctl add-flow br-ovs "table=1, ip,ct_state=+trk+est, actions=normal"
   
  Run a UDP single sided connection, e.g iperf without a server:
  on mlx5 VF2 iperf -t 1 -c -u -b 10pps
   
  Optional: In different terminal, while traffic is running, check for offload:
  tcpdump -nnepi  udp
  and see no iperf udp packets.
   
  Dump conntrack with relevant ip:
  cat /proc/net/nf_conntrack | grep -i  | grep "\[UNREPLIED\]" | grep -q 
"\[OFFLOAD\]"
   
  If tuple appears, tuple was offloaded, yet unreplied.
   
  * What it could break.
   
  Single sided udp connections aren't offloaded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2019264/+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 1866972] Re: ftrace test failed with Register/unregister many kprobe events in ubuntu_kernel_selftests

2023-06-05 Thread Po-Hsu Lin
Since this issue has been fixed in new kernels and the 5.0, 5.3 kernel
mentioned are all out-dated. Plus this bug was not being referenced in
any of our hints, I am going to close this report. Thanks.

** Changed in: ubuntu-kernel-tests
   Status: Triaged => 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/1866972

Title:
  ftrace test failed with Register/unregister many kprobe events in
  ubuntu_kernel_selftests

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Eoan:
  Won't Fix

Bug description:
  [Impact]
  kernel selftest ftrace will fail with:
  [42] Register/unregister many kprobe events   [FAIL]

  [Test case]
  Run that selftest with:
  cd tools/testing/selftests/ftrace/
  sudo make run_tests

  [Regression potential]
  The suggested fix only change the test, not the ftrace code. From the nature 
of the test, the change would hardly prevent us from detecting other hard 
failures besides that we do not return EEXIST currently for duplicate probes.


  =

  
  Issue found on c4.large with 5.0.0-1027.30-aws

  Test failed with:
  [42] Register/unregister many kprobe events   [FAIL]

   selftests: ftrace: ftracetest
   
   === Ftrace unit tests ===
   [1] Basic trace file check   [PASS]
   [2] Basic test for tracers   [PASS]
   [3] Basic trace clock test   [PASS]
   [4] Basic event tracing check[PASS]
   [5] Change the ringbuffer size   [PASS]
   [6] Snapshot and tracing setting [PASS]
   [7] trace_pipe and trace_marker  [PASS]
   [8] Generic dynamic event - add/remove kprobe events [PASS]
   [9] Generic dynamic event - add/remove synthetic events  [PASS]
   [10] Generic dynamic event - selective clear (compatibility) [PASS]
   [11] Generic dynamic event - generic clear event [PASS]
   [12] event tracing - enable/disable with event level files   [PASS]
   [13] event tracing - restricts events based on pid   [PASS]
   [14] event tracing - enable/disable with subsystem level files   [PASS]
   [15] event tracing - enable/disable with top level files [PASS]
   [16] Test trace_printk from module   [UNRESOLVED]
   [17] ftrace - function graph filters with stack tracer   [PASS]
   [18] ftrace - function graph filters [PASS]
   [19] ftrace - function pid filters   [PASS]
   [20] ftrace - stacktrace filter command  [PASS]
   [21] ftrace - function trace with cpumask[PASS]
   [22] ftrace - test for function event triggers   [PASS]
   [23] ftrace - function trace on module   [UNRESOLVED]
   [24] ftrace - function profiling [PASS]
   [25] ftrace - function profiler with function tracing[PASS]
   [26] ftrace - test reading of set_ftrace_filter  [PASS]
   [27] ftrace - test for function traceon/off triggers [PASS]
   [28] Test creation and deletion of trace instances while setting an event
[PASS]
   [29] Test creation and deletion of trace instances   [PASS]
   [30] Kprobe dynamic event - adding and removing  [PASS]
   [31] Kprobe dynamic event - busy event check [PASS]
   [32] Kprobe dynamic event with arguments [PASS]
   [33] Kprobe event with comm arguments[PASS]
   [34] Kprobe event string type argument   [PASS]
   [35] Kprobe event symbol argument[PASS]
   [36] Kprobe event argument syntax[PASS]
   [37] Kprobes event arguments with types  [PASS]
   [38] Kprobe event auto/manual naming [PASS]
   [39] Kprobe dynamic event with function tracer   [PASS]
   [40] Kretprobe dynamic event with arguments  [PASS]
   [41] Kretprobe dynamic event with maxactive  [PASS]
   [42] Register/unregister many kprobe events  [FAIL]
   [43] Kprobe dynamic event - adding and removing  [PASS]
   [44] test for the preemptirqsoff tracer  [UNSUPPORTED]
   [45] Test wakeup tracer  [PASS]
   [46] Test wakeup RT tracer   [PASS]
   [47] event trigger - test extended error support [PASS]
   [48] event trigger - test field variable support [PASS]
   [49] event trigger - test multiple actions on hist trigger   [PASS]
   [50] event trigger - test inter-event histogram trigger onmatch action   
[PASS]
   [51] event trigger - test inter-event histogram trigger onmatch-onmax action 
[PASS]
   [52] event trigger - test inter-event histogram trigger onmax action [PASS]
   [53] event trigger - test synthetic_events syntax parser [PASS]
   [54] event trigger - test event enable/disable trigger   [PASS]
   [55] event trigger - test trigger filter [PASS]
   [56] event trigger - test histogram modifiers[PASS]
   [57] event trigger - test multiple histogram triggers[PASS]
   [58] event trigger - test snapshot-trigger   [PASS]
   [59] event trigger - test stacktrace-trigger [PASS]
   [60] trace_marker trigger 

[Kernel-packages] [Bug 1966841] Re: alsa/sdw: Fix the audio issue on a Dell machine without internal mic

2023-06-05 Thread Julian Andres Klode
Unsubscribing ubuntu-sponsors as this seems done except for this
firmware-sof kinetic  tag which is New and I hereby mark Incomplete as
it's not clear if there's anything left to do there to me

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

Title:
  alsa/sdw: Fix the audio issue on a Dell machine without internal mic

Status in HWE Next:
  Fix Released
Status in firmware-sof package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Invalid
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in firmware-sof source package in Kinetic:
  Incomplete
Status in linux source package in Kinetic:
  Fix Released
Status in linux-firmware source package in Kinetic:
  Invalid
Status in linux-oem-5.17 source package in Kinetic:
  Invalid

Bug description:
  SRU template for linux-firmware
  [Impact]
  we have a Dell ADL laptop which has sdw audio, but there is no camera
  and no internal digital mic in this machine, the current asoc driver
  can't work on this machine, the speaker and headset couldn't work.

  [Fix]
  Backport a tplg file which is specific to this mahcine

  [Test]
  Install the patched linux-firmware and boot the latest oem-5.14 kernel
  on the machine, check dmesg, it loads the correct tplg, and
  test speaker and headset, all work well.

  [Where problems could occur]
  This SRU is adding a new tplg file, it has no chance to introduce
  a regression.

  SRU template for linux
  [Impact]
  we have a Dell ADL laptop which has sdw audio, but there is no camera
  and no internal digital mic in this machine, the current soc driver
  can't work on this machine, it will load a wrong tplg without this patch,
  and the speaker and headset couldn't work.

  [Fix]
  Backport one patch from upstream.

  [Test]
  Boot the patched kernel on the machine, check dmesg, it loads the
  correct tplg, and test speaker and headset, all work well.

  [Where problems could occur]
  If it could introduce regression, it will be on the sdw codec matching
  for adl machines, then it will make the driver load wrong tplg and make
  output device and input device not work anymore. But this possibility
  is very low, we already tested the patch on some dell adl machines, no
  regression found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1966841/+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 1966841] Re: alsa/sdw: Fix the audio issue on a Dell machine without internal mic

2023-06-05 Thread Julian Andres Klode
Unsubscribing ubuntu-sponsors as this seems done except for this
firmware-sof kinetic  tag which is New and I hereby mark Incomplete as
it's not clear if there's anything left to do there to me

** Changed in: firmware-sof (Ubuntu Kinetic)
   Status: New => Incomplete

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

Title:
  alsa/sdw: Fix the audio issue on a Dell machine without internal mic

Status in HWE Next:
  Fix Released
Status in firmware-sof package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux source package in Focal:
  Invalid
Status in linux-firmware source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in firmware-sof source package in Jammy:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-firmware source package in Jammy:
  Invalid
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in firmware-sof source package in Kinetic:
  Incomplete
Status in linux source package in Kinetic:
  Fix Released
Status in linux-firmware source package in Kinetic:
  Invalid
Status in linux-oem-5.17 source package in Kinetic:
  Invalid

Bug description:
  SRU template for linux-firmware
  [Impact]
  we have a Dell ADL laptop which has sdw audio, but there is no camera
  and no internal digital mic in this machine, the current asoc driver
  can't work on this machine, the speaker and headset couldn't work.

  [Fix]
  Backport a tplg file which is specific to this mahcine

  [Test]
  Install the patched linux-firmware and boot the latest oem-5.14 kernel
  on the machine, check dmesg, it loads the correct tplg, and
  test speaker and headset, all work well.

  [Where problems could occur]
  This SRU is adding a new tplg file, it has no chance to introduce
  a regression.

  SRU template for linux
  [Impact]
  we have a Dell ADL laptop which has sdw audio, but there is no camera
  and no internal digital mic in this machine, the current soc driver
  can't work on this machine, it will load a wrong tplg without this patch,
  and the speaker and headset couldn't work.

  [Fix]
  Backport one patch from upstream.

  [Test]
  Boot the patched kernel on the machine, check dmesg, it loads the
  correct tplg, and test speaker and headset, all work well.

  [Where problems could occur]
  If it could introduce regression, it will be on the sdw codec matching
  for adl machines, then it will make the driver load wrong tplg and make
  output device and input device not work anymore. But this possibility
  is very low, we already tested the patch on some dell adl machines, no
  regression found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1966841/+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 1969434] Re: build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

2023-06-05 Thread Julian Andres Klode
I don't see anything sponsorable for backport-iwlwifi-dkms/focal and the
other tasks are in various done states, so I am going to mark this task
Incomplete and unsubscribe ubuntu sponsors.

** Changed in: backport-iwlwifi-dkms (Ubuntu Focal)
   Status: New => Incomplete

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

Title:
  build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI

Status in backport-iwlwifi-dkms package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-meta package in Ubuntu:
  Fix Released
Status in linux-meta-hwe-5.15 package in Ubuntu:
  Invalid
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in backport-iwlwifi-dkms source package in Focal:
  Incomplete
Status in linux source package in Focal:
  Invalid
Status in linux-meta source package in Focal:
  Invalid
Status in linux-meta-hwe-5.15 source package in Focal:
  Fix Released
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux-oem-5.17 source package in Focal:
  Invalid
Status in backport-iwlwifi-dkms source package in Jammy:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-meta source package in Jammy:
  Fix Released
Status in linux-meta-hwe-5.15 source package in Jammy:
  Invalid
Status in linux-oem-5.14 source package in Jammy:
  Invalid
Status in linux-oem-5.17 source package in Jammy:
  Fix Released

Bug description:
  [SRU Justfication]

  [Impact]

  Intel AX211 iwlwifi -64 firmware may fail to init under reboot stress,
  and -67 is immune. FW API -64 supported by oem-5.14, and -67 in v5.16.
  Not reproducible on every platform with AX211 installed, and the chances
  of such failures vary from one to another.

  [Fix]

  A few solutions were considered. The very first one is to ask Intel to
  fix -64 firmware directly, and the answer is a solid no claimed -64 is
  not the planned production version of AX211.

  It's also possible to backport FW API from v5.16, but while iwlwifi FW
  API is more or less a black box to us and the new FW APIs also depends
  on updates on the wireless stack, this is going to be very risky and
  actually we had regressions before after such backports.

  The last viable solution is to run backport-iwlwifi-dkms >= rev 8580 on
  the effected platforms. This means oem-5.14 and its migration target,
  hwe-5.15 will not be able to drive this piece of hw flawlessly without
  backport-iwlwifi-dkms installed.

  However, while we need secureboot to be enabled on these platforms,
  backport-iwlwifi-dkms must also be signed somehow. There are two
  possible method to achieve this, too. One, to prebuild this dkms as zfs
  and v4l2loopback does. However, while backport-iwlwifi-dkms generates
  kernel modules with exactly the same name as the in-tree ones, when
  prebuilt, they'll be available directly from the linux-modules package
  and therefore overrides the in-tree ones always, turning the in-tree
  driver completely useless and risk the stability of all other generic
  installations.

  The second one is to build backport-iwlwifi-dkms as nvidia graphic
  drivers in the linux-restricted-modules source package. In this way,
  affected platforms may install the corresponding packages when needed
  without interfering others. However, l-r-m is for restricted modules
  that needs special care of redistribution of its binaries, and
  backport-iwlwifi-dkms is GPL licensed.

  Here a similar but simpler process in the main kernel tree is
  re-implemented. Two additional packages,
  linux-modules-MODULE-PKGVER-ABINUM-FLAVOUR and its meta package
  linux-modules-MODULE-FLAVOUR will be created.

  [Test Case]

  Test builds:
  ./jammy/amd64/linux-modules-iwlwifi-5.15.0-27-generic_5.15.0-27.28_amd64.deb
  ./jammy/amd64/linux-modules-iwlwifi-generic_5.15.0-27.28_amd64.deb
  ./unstable/amd64/linux-modules-iwlwifi-5.17.0-8-generic_5.17.0-8.8_amd64.deb
  ./unstable/amd64/linux-modules-iwlwifi-generic_5.17.0-8.8_amd64.deb
  ./oem-5.17/amd64/linux-modules-iwlwifi-5.17.0-1003-oem_5.17.0-1003.3_amd64.deb
  ./oem-5.17/amd64/linux-modules-iwlwifi-oem_5.17.0-1003.3_amd64.deb
  
./oem-5.14/amd64/linux-modules-iwlwifi-5.14.0-1033-oem_5.14.0-1033.36_amd64.deb
  ./oem-5.14/amd64/linux-modules-iwlwifi-oem_5.14.0-1033.36_amd64.deb

  [Where problems could occur]

  The latest (9858-0ubuntu2) backport-iwlwifi-dkms/jammy actually fails
  to build under this proposed process. Debdiff attached to the same
  bug.

  Different from nvidia packages built from l-r-m, the generated package
  names do not carry an additional short version string, e.g. nvidia-410,
  as there is no such necessity to build multiple versions of iwlwifi.
  The modules are installed to /lib/modules//kernel/iwlwifi, not
  iwlwifi-9858/.

  == 

[Kernel-packages] [Bug 1685291] Re: RFC: virtio and virtio-scsi should be built in

2023-06-05 Thread Dimitri John Ledkov
** Also affects: linux (Ubuntu Mantic)
   Importance: Medium
   Status: Fix Committed

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

** Changed in: linux (Ubuntu Lunar)
   Status: New => Fix Committed

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

Title:
  RFC: virtio and virtio-scsi should be built in

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Lunar:
  Fix Committed
Status in linux source package in Mantic:
  Fix Committed

Bug description:
  Hi,
  I was trying to verify bug 1677376 yesterday, and came to find out
  that our kernel does not have virtio or virtio-scsi builtin drivers.

  This generally has not been a problem as initramfs has been used.
  However, as there is recently an interest in booting without initramfs
  it would seem to make sense to have popular drivers builtin to -generic
  to allow that.

  Also, from a priority perspective, if we're going to have any block devices
  builtin to the -generic kernel, then i'd think that virtio and virtio-scsi
  would make more sense than an IDE driver.

  I understand there are tradeoffs involved.

  Related bugs:
   * bug 1677376: growing partitions does not work when booted without initramfs

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  ProcVersionSignature: User Name 4.10.0-14.16-generic 4.10.3
  Uname: Linux 4.10.0-14-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 19 20:07 seq
   crw-rw 1 root audio 116, 33 Apr 19 20:07 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.4-0ubuntu4
  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:
  CRDA: N/A
  Date: Thu Apr 20 19:37:23 2017
  Ec2AMI: ami-0019
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-14-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-14-generic N/A
   linux-backports-modules-4.10.0-14-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.2:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.2
  dmi.sys.vendor: OpenStack Foundation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1685291/+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 2022826] Re: Ethernet hangs

2023-06-05 Thread John Rose
I checked that r8169 was in the OEM kernel. I used Synaptic to search
for any dkms packages. Only one was dkms itself which I removed. I
rebooted with 5.43 kernel and checked again for r8169: it was not
present. How do I add it?

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2022826/+attachment/5677870/+files/dmesg.txt

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: https://tutorialforlinux.com/2021/05...based-systems/
  I followed the instructions and installed realtek-r8125-dkms package OK. On 
rebooting, I followed the instructed procedure (shown when installing the 
package) of creating a password and then entering it when requested on the 
reboot. But still same problem. Any ideas what to do?
  PS I've switched Wi-Fi on (though I'd prefer to use Ethernet, as my Wi-Fi is 
a little flaky due to walls) in order to post this question.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.13
  ProcVersionSignature: Ubuntu 5.19.0-43.44~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  3 07:29:15 2023
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  InstallationDate: Installed on 2022-08-21 (285 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. MINIPC PN50-E1
  PackageArchitecture: all
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic 
root=UUID=1d99d177-09b2-43e7-b6c1-451d081353f8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-43-generic N/A
   linux-backports-modules-5.19.0-43-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.13
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to jammy on 2022-10-06 (239 days ago)
  dmi.bios.date: 03/18/2021
  dmi.bios.release: 4.5
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: 0405
  dmi.board.asset.tag: Default string
  dmi.board.name: PN50-E1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 35
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvr0405:bd03/18/2021:br4.5:svnASUSTeKCOMPUTERINC.:pnMINIPCPN50-E1:pvr0405:rvnASUSTeKCOMPUTERINC.:rnPN50-E1:rvrTobefilledbyO.E.M.:cvnDefaultstring:ct35:cvrDefaultstring:sku:
  dmi.product.family: Vivo PC
  dmi.product.name: MINIPC PN50-E1
  dmi.product.version: 0405
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2022826/+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 2022867] Re: 67 failures reported in test_verifier from ubuntu_bpf with J-realtime openstack amd64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-bpf

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

Title:
  67 failures reported in test_verifier from ubuntu_bpf with J-realtime
  openstack amd64

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

Bug description:
  This is not a regression, this issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320, we just need
  a new bug to record different failures reported there.

  There are 67 failures reported in this test_verifier tests with J/realtime 
openstack amd64. Failed cases as follows:
   #27/u atomic compare-and-exchange smoketest - 32bit FAIL
   Unexpected success to load!
   verification time 59 usec
   stack depth 4
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1

   #30/u BPF_W cmpxchg should zero top 32 bits FAIL
   Unexpected success to load!
   verification time 32 usec
   stack depth 8
   processed 13 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 0

   #143/p bpf_get_stack return R0 within range FAIL
   Failed to load prog 'Invalid argument'!
   trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #150/p calls: trigger reg2btf_ids[reg->type] for reg->type > 
__BPF_REG_TYPE_MAX FAIL
   Unexpected verifier log!
   EXP: arg#0 pointer type STRUCT prog_test_ref_kfunc must point
   RES:
   FAIL
   Unexpected error message!
   EXP: arg#0 pointer type STRUCT prog_test_ref_kfunc must point
   RES: kernel btf_id 0 is not a function
   verification time 17 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0
   
   kernel btf_id 0 is not a function
   verification time 17 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #511/p helper access to variable memory: map, JMP, correct bounds FAIL
   Failed to load prog 'Invalid argument'!
   trace type programs can only use preallocated hash map
   verification time 9 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #512/p helper access to variable memory: map, JMP, wrong max FAIL
   Unexpected verifier log!
   EXP: invalid access to map value, value_size=48 off=0 size=49
   RES:
   FAIL
   Unexpected error message!
   EXP: invalid access to map value, value_size=48 off=0 size=49
   RES: trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0
   
   trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #513/p helper access to variable memory: map adjusted, JMP, correct bounds 
FAIL
   Failed to load prog 'Invalid argument'!
   trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #514/p helper access to variable memory: map adjusted, JMP, wrong max FAIL
   Unexpected verifier log!
   EXP: R1 min value is outside of the allowed memory range
   RES:
   FAIL
   Unexpected error message!
   EXP: R1 min value is outside of the allowed memory range
   RES: trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0
   
   trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #525/p helper access to variable memory: size = 0 allowed on != NULL map 
pointer (!ARG_PTR_TO_MEM_OR_NULL) FAIL
   Failed to load prog 'Invalid argument'!
   trace type programs can only use preallocated hash map
   verification time 7 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #526/p helper access to variable memory: size possible = 0 allowed on != 
NULL stack pointer (!ARG_PTR_TO_MEM_OR_NULL) FAIL
   Failed to load prog 'Invalid argument'!
   trace type programs can only use preallocated hash map
   verification time 6 usec
   stack depth 0
   processed 0 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0
   #527/p helper access to variable 

[Kernel-packages] [Bug 2022868] Re: 104 failures reported in test_verifier from ubuntu_bpf with J-realtime openstack arm64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-bpf

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

Title:
  104 failures reported in test_verifier from ubuntu_bpf with J-realtime
  openstack arm64

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

Bug description:
  This is not a regression, this issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320, we just need
  a new bug to record different failures reported there.

  There are 104 failures reported in this test_verifier tests with J/realtime 
openstack arm64. Failed cases as follows:
   #21/u BPF_ATOMIC_AND without fetch FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 53 usec
   stack depth 8
   processed 12 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #21/p BPF_ATOMIC_AND without fetch FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 41 usec
   stack depth 8
   processed 10 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #22/u BPF_ATOMIC_AND with fetch FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 56 usec
   stack depth 8
   processed 16 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #22/p BPF_ATOMIC_AND with fetch FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 47 usec
   stack depth 8
   processed 14 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #23/u BPF_ATOMIC_AND with fetch 32bit FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 72 usec
   stack depth 4
   processed 14 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #23/p BPF_ATOMIC_AND with fetch 32bit FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 63 usec
   stack depth 4
   processed 14 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #24/u BPF_ATOMIC_AND with fetch - r0 as source reg FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 47 usec
   stack depth 8
   processed 12 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #24/p BPF_ATOMIC_AND with fetch - r0 as source reg FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 40 usec
   stack depth 8
   processed 12 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 1

   #25/p BPF_ATOMIC bounds propagation, mem->reg FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 33 usec
   stack depth 8
   processed 6 insns (limit 100) max_states_per_insn 0 total_states 0 
peak_states 0 mark_read 0

   #26/u atomic compare-and-exchange smoketest - 64bit FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 94 usec
   stack depth 8
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1

   #26/p atomic compare-and-exchange smoketest - 64bit FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 61 usec
   stack depth 8
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1

   #27/u atomic compare-and-exchange smoketest - 32bit FAIL
   Unexpected verifier log!
   EXP: R0 leaks addr into mem
   RES:
   FAIL
   Unexpected error message!
   EXP: R0 leaks addr into mem
   RES: verification time 109 usec
   stack depth 4
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1
   
   verification time 109 usec
   stack depth 4
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1

   #27/p atomic compare-and-exchange smoketest - 32bit FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 288 usec
   stack depth 4
   processed 23 insns (limit 100) max_states_per_insn 0 total_states 2 
peak_states 2 mark_read 1

   #30/u BPF_W cmpxchg should zero top 32 bits FAIL
   Unexpected verifier log!
   EXP: R0 leaks addr into mem
   RES:
   FAIL
   Unexpected error message!
   EXP: R0 leaks addr into mem
   RES: verification time 66 usec
   stack depth 8
   processed 13 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 0
   
   verification time 66 usec
   stack depth 8
   processed 13 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 0

   #30/p BPF_W cmpxchg should zero top 32 bits FAIL
   Failed to load prog 'Unknown error 524'!
   verification time 173 usec
   stack depth 8
   processed 13 insns (limit 100) max_states_per_insn 0 total_states 1 
peak_states 1 mark_read 0

   #31/p Dest pointer in r0 - succeed, check 2 FAIL
   Failed to load prog 'Unknown error 

[Kernel-packages] [Bug 2022892] Re: emulator in ubuntu_kvm_unit_test timeout with "jump to non-canonical address" test with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  emulator in ubuntu_kvm_unit_test timeout with "jump to non-canonical
  address" test with J-realtime on openstack AMD64

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

Bug description:
  emulator test in ubuntu_kvm_unit_test will timeout with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/emulator'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.ZwF6eq54JA -smp 1 # -initrd /tmp/tmp.zaTVj0FnC8
   enabling apic
   smp: waiting for 0 APs
   SKIP: Skipping tests the require forced emulation, use 
kvm.force_emulation_prefix=1 to enable
   paging enabled
   cr0 = 80010011
   cr3 = 1007000
   cr4 = 20
   PASS: mov reg, r/m (1)
   PASS: or
   PASS: add
   PASS: xor
   PASS: sub
   PASS: adc(0)
   PASS: adc(0)
   PASS: sbb(0)
   PASS: sbb(1)
   PASS: and
   PASS: test
   PASS: repe/cmpsb (1)
   PASS: repe cmpsb (1.zf)
   PASS: repe cmpsw (1)
   PASS: repe cmpll (1)
   PASS: repe cmpsq (1)
   PASS: repe cmpsb (2)
   PASS: repe cmpsw (2)
   PASS: repe cmpll (2)
   PASS: repe cmpsq (2)
   PASS: repe/cmpsb (1)
   PASS: repe cmpsb (1.zf)
   PASS: repe cmpsw (1)
   PASS: repe cmpll (1)
   PASS: repe cmpsq (1)
   PASS: repe cmpsb (2)
   PASS: repe cmpsw (2)
   PASS: repe cmpll (2)
   PASS: repe cmpsq (2)
   PASS: scasb match
   PASS: scasb mismatch
   PASS: scasw match
   PASS: scasw mismatch
   PASS: scasd match
   PASS: scasd mismatch
   PASS: scasq match
   PASS: scasq mismatch
   PASS: smsw (1)
   PASS: smsw (2)
   PASS: smsw (3)
   before 80010011 after 80010019
   PASS: lmsw (1)
   before 80010011 after 80010011
   PASS: lmsw (2)
   PASS: lmsw (3)
   PASS: outsb up
   PASS: outsb down
   PASS: incl
   PASS: decl
   PASS: incb
   PASS: decb
   PASS: lock incl
   PASS: lock decl
   PASS: lock incb
   PASS: lock decb
   PASS: lock negl
   PASS: lock notl
   PASS: lock negb
   PASS: lock notb
   PASS: btcl imm8, r/m
   PASS: btcl reg, r/m
   PASS: btcq reg, r/m
   PASS: bsfw r/m, reg
   PASS: bsfl r/m, reg
   PASS: bsfq r/m, reg
   PASS: bsfq r/m, reg
   PASS: bsrw r/m, reg
   PASS: bsrl r/m, reg
   PASS: bsrq r/m, reg
   PASS: bsrq r/m, reg
   PASS: imul ax, mem
   PASS: imul eax, mem
   PASS: imul ax, mem, imm8
   PASS: imul eax, mem, imm8
   PASS: imul ax, mem, imm
   PASS: imul eax, mem, imm
   PASS: imul rax, mem
   PASS: imul rax, mem, imm8
   PASS: imul rax, mem, imm
   PASS: movdqu (read)
   PASS: movdqu (write)
   PASS: movaps (read)
   PASS: movaps (write)
   PASS: movapd (read)
   PASS: movapd (write)
   PASS: movups (read)
   PASS: movups (write)
   PASS: movupd (read)
   PASS: movupd (write)
   PASS: movups unaligned
   PASS: movupd unaligned
   FAIL: unaligned movaps exception
   PASS: movups unaligned crosspage
   PASS: movups crosspage exception
   PASS: shld (cl)
   PASS: shrd (cl)
   PASS: ltr
   PASS: cross-page mmio read
   PASS: cross-page mmio write
   PASS: string_io_mmio
   SKIP: MOVBE unsupported by CPU
   PASS: no fep: #DB occurred after MOV SS
   PASS: push $imm8
   PASS: push %reg
   PASS: push mem
   PASS: push $imm
   PASS: pop mem
   PASS: pop mem (2)
   PASS: pop reg
   PASS: ret
   PASS: leave
   PASS: enter
   PASS: xchg reg, r/m (1)
   PASS: xchg reg, r/m (2)
   PASS: xchg reg, r/m (3)
   PASS: xchg reg, r/m (4)
   PASS: xadd reg, r/m (1)
   PASS: xadd reg, r/m (2)
   PASS: xadd reg, r/m (3)
   PASS: xadd reg, r/m (4)
   PASS: mov %cr8
   PASS: ljmp
   PASS: divq (fault)
   PASS: divq (1)
   PASS: mulb mem
   PASS: mulw mem
   PASS: mull mem
   PASS: mulq mem
   PASS: movq (mmx, read)
   PASS: movq (mmx, write)
   PASS: movb $imm, 0(%rip)
   PASS: Test ret/iret with a nullified segment
   PASS: mov null, %ss
   FAIL: mov null, %ss (with ss.rpl != cpl)
   PASS: cmovnel
   PASS: push16
   qemu-system-x86_64: terminating on signal 15 from pid 9798 (timeout)
   FAIL emulator (timeout; duration=90s)

  Bump the timeout to 180 seconds does not help. This issue still exist
  with the latest upstream kvm-unit-tests code (02d8befe99f8)

  It's the test_jmp_noncanonical() test in test_emulator_64() that cause
  this hang. Comment it out can make this test finish properly.

  It's worthy to note that this test has passed with j/ibm on openstack
  amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022892/+subscriptions


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

[Kernel-packages] [Bug 2022877] Re: debug in ubuntu_kvm_unit_test timeout with "icebp" related test with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  debug in ubuntu_kvm_unit_test timeout with "icebp" related test with
  J-realtime on openstack AMD64

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

Bug description:
  debug test in ubuntu_kvm_unit_test will timeout with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/debug'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.41OPX1wv8j -smp 1 # -initrd /tmp/tmp.iW4XNY1xjR
   enabling apic
   smp: waiting for 0 APs
   PASS: DR4==DR6 with CR4.DE == 0
   PASS: DR4 read got #UD with CR4.DE == 1
   PASS: #BP
   PASS: hw breakpoint (test that dr6.BS is not set)
   PASS: hw breakpoint (test that dr6.BS is not cleared)
   PASS: Single-step #DB basic test
   PASS: Usermode Single-step #DB basic test
   PASS: Single-step #DB on emulated instructions
   PASS: Usermode Single-step #DB on emulated instructions
   PASS: Single-step #DB w/ STI blocking
   PASS: Usermode Single-step #DB w/ STI blocking
   PASS: Single-step #DB w/ MOVSS blocking
   PASS: Usermode Single-step #DB w/ MOVSS blocking
   qemu-system-x86_64: terminating on signal 15 from pid 9487 (timeout)
   FAIL debug (timeout; duration=90s)

  I tried to bump the timeout to 240s but it's not helping, and there is
  no output from dmesg when running this test.

  It's worthy to note that this test has passed with j/ibm, the whole test 
sequence should be like this:
   DR4==DR6 with CR4.DE == 0
   DR4 read got #UD with CR4.DE == 1
   #BP
   hw breakpoint (test that dr6.BS is not set)
   hw breakpoint (test that dr6.BS is not cleared)
   Single-step #DB basic test
   Usermode Single-step #DB basic test
   Single-step #DB on emulated instructions
   Usermode Single-step #DB on emulated instructions
   Single-step #DB w/ STI blocking
   Usermode Single-step #DB w/ STI blocking
   Single-step #DB w/ MOVSS blocking
   Usermode Single-step #DB w/ MOVSS blocking
   Single-Step + ICEBP #DB w/ MOVSS blocking
   Usermode Single-Step + ICEBP #DB w/ MOVSS blocking
   Single-step #DB w/ MOVSS blocking and DR7.GD=1
   hw watchpoint (test that dr6.BS is not cleared)
   hw watchpoint (test that dr6.BS is not set)
   icebp 
   MOV SS + watchpoint + ICEBP 
   MOV SS + watchpoint + int $1
   MOV SS + watchpoint + INT3

  It's the "icebp" related tests causing this timeout.
  If we comment out these 3 tests from kvm-unit-tests/x86/debug.c:
   Usermode Single-Step + ICEBP #DB w/ MOVSS blocking
   icebp 
   MOV SS + watchpoint + ICEBP 

  The debug test can finish with one failure:
  PASS: DR4==DR6 with CR4.DE == 0
  PASS: DR4 read got #UD with CR4.DE == 1
  PASS: #BP
  PASS: hw breakpoint (test that dr6.BS is not set)
  PASS: hw breakpoint (test that dr6.BS is not cleared)
  PASS: Single-step #DB basic test
  PASS: Usermode Single-step #DB basic test
  PASS: Single-step #DB on emulated instructions
  PASS: Usermode Single-step #DB on emulated instructions
  PASS: Single-step #DB w/ STI blocking
  PASS: Usermode Single-step #DB w/ STI blocking
  PASS: Single-step #DB w/ MOVSS blocking
  PASS: Usermode Single-step #DB w/ MOVSS blocking
  FAIL: Single-step #DB w/ MOVSS blocking and DR7.GD=1
  PASS: hw watchpoint (test that dr6.BS is not cleared)
  PASS: hw watchpoint (test that dr6.BS is not set)
  PASS: MOV SS + watchpoint + int $1
  PASS: MOV SS + watchpoint + INT3
  SUMMARY: 18 tests, 1 unexpected failures
  FAIL debug (18 tests, 1 unexpected failures)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022877/+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 2022893] Re: hypercall in ubuntu_kvm_unit_test failed with "Unhandled exception 6 #UD at ip 0000000000400314" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  hypercall in ubuntu_kvm_unit_test failed with "Unhandled exception 6
  #UD at ip 00400314" with J-realtime on openstack AMD64

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

Bug description:
  hypercall test in ubuntu_kvm_unit_test will fail with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/hypercall'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.Zn8ANQZd6Q -smp 1 # -initrd /tmp/tmp.YdHh1YcSqn
   enabling apic
   smp: waiting for 0 APs
   Unhandled exception 6 #UD at ip 00400314
   error_code=  rflags=0046  cs=0008
   rax= rcx=c0010007 rdx=005110c0 
rbx=0001
   rbp=005110a0 rsi=00511700 rdi=0001
    r8=c0010206  r9= r10=000d 
r11=
   r12= r13= r14= 
r15=
   cr0=8011 cr2= cr3=0040c000 
cr4=0020
   cr8=
   STACK: @400314 40021d
   FAIL hypercall

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022893/+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 2022896] Re: idt_test in ubuntu_kvm_unit_test timeout with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  idt_test in ubuntu_kvm_unit_test timeout with J-realtime on openstack
  AMD64

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

Bug description:
  idt_test test in ubuntu_kvm_unit_test will timeout with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/idt_test'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.aG8YXO0HgF -smp 1 # -initrd /tmp/tmp.uLQLbV1wkB
   enabling apic
   smp: waiting for 0 APs
   Starting IDT test
   qemu-system-x86_64: terminating on signal 15 from pid 11635 (timeout)
   FAIL idt_test (timeout; duration=90s)

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022896/+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 2022905] Re: kvmclock_test in ubuntu_kvm_unit_test failed with "offset too large!" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  kvmclock_test in ubuntu_kvm_unit_test failed with "offset too large!"
  with J-realtime on openstack AMD64

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

Bug description:
  kvmclock_test test in ubuntu_kvm_unit_test will fail with J-realtime
  on openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/kvmclock_test'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.iHaGzFDKoX -smp 2 --append 1000 1685680818 # -initrd 
/tmp/tmp.9rLek97D5m
   enabling apic
   enabling apic
   smp: waiting for 1 APs
   setup: CPU 1 online
   kvm-clock: cpu 0, msr 0x51241c
   kvm-clock: cpu 1, msr 0x51243c
   Wallclock test, threshold 5
   Seconds get from host: 1685680818
   Raw nanoseconds value from kvmclock: 0 (cpu 0)
   Seconds get from kvmclock: 0 (cpu 0, offset: -1685680818)
   offset too large!
   Raw nanoseconds value from kvmclock: 0 (cpu 1)
   Seconds get from kvmclock: 0 (cpu 1, offset: -1685680818)
   offset too large!
   Check the stability of raw cycle ...
   Total vcpus: 2
   Test  loops: 1000
   Total warps:  0
   Total stalls: 19997725
   Worst warp:   0
   Raw cycle is stable
   Monotonic cycle test:
   Total vcpus: 2
   Test  loops: 1000
   Total warps:  0
   Total stalls: 1698
   Worst warp:   0
   Measure the performance of raw cycle ...
   Total vcpus: 2
   Test  loops: 1000
   TSC cycles:  6497213250
   Measure the performance of adjusted cycle ...
   Total vcpus: 2
   Test  loops: 1000
   TSC cycles:  10223372850
   FAIL kvmclock_test 

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022905/+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 2022907] Re: pcid-asymmetric / pcid-disabled / pcid-enabled in ubuntu_kvm_unit_test failed with "FAIL: Test on PCID when disabled" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Tags added: ubuntu-kvm-unit-tests

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

Title:
  pcid-asymmetric / pcid-disabled / pcid-enabled in ubuntu_kvm_unit_test
  failed with "FAIL: Test on PCID when disabled" with J-realtime on
  openstack AMD64

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

Bug description:
  Unlike bug 1965503 is failing with "FAIL: Test on INVPCID when
  disabled" for another bare-metal with AMD CPU.

  pcid-asymmetric / pcid-disabled / pcid-enabled tests in
  ubuntu_kvm_unit_test will fail with "FAIL: Test on PCID when disabled"
  with J-realtime on openstack amd64 instance. This issue can be seen
  after we start testing on openstack with 5.15.0-1036.39 in
  sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-asymmetric'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.6KB6nZgK2X -smp 1 -cpu qemu64,-pcid,+invpcid # -initrd 
/tmp/tmp.UVHMimij8Y
   qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.07H:EBX.invpcid [bit 10]
   enabling apic
   smp: waiting for 0 APs
   FAIL: Test on PCID when disabled
   PASS: Test on INVPCID when disabled
   SUMMARY: 2 tests, 1 unexpected failures
   FAIL pcid-asymmetric (2 tests, 1 unexpected failures)

   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-disabled'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.Qxeu7ZLBXv -smp 1 -cpu qemu64,-pcid,-invpcid # -initrd 
/tmp/tmp.cSbBAvRFtJ
   enabling apic
   smp: waiting for 0 APs
   FAIL: Test on PCID when disabled
   PASS: Test on INVPCID when disabled
   SUMMARY: 2 tests, 1 unexpected failures
   FAIL pcid-disabled (2 tests, 1 unexpected failures)

   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-enabled'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.gDFWxLWsRs -smp 1 -cpu qemu64,+pcid,+invpcid # -initrd 
/tmp/tmp.dsymnPffXt
   qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.01H:ECX.pcid [bit 17]
   qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.07H:EBX.invpcid [bit 10]
   enabling apic
   smp: waiting for 0 APs
   FAIL: Test on PCID when disabled
   PASS: Test on INVPCID when disabled
   SUMMARY: 2 tests, 1 unexpected failures
   FAIL pcid-enabled (2 tests, 1 unexpected failures)

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022907/+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 2017600] Re: Move CONFIG_NF_CONNTRACK to build in

2023-06-05 Thread Bartlomiej Zolnierkiewicz
This bug is awaiting verification that the linux-
bluefield/5.15.0-1017.19 kernel in -proposed solves the problem. Please
test the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy' to 'verification-
done-jammy'. If the problem still exists, change the tag 'verification-
needed-jammy' to 'verification-failed-jammy'.

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

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


** Tags added: verification-needed-jammy

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

Title:
  Move CONFIG_NF_CONNTRACK to build in

Status in linux-bluefield package in Ubuntu:
  Invalid
Status in linux-bluefield source package in Jammy:
  Fix Committed

Bug description:
  SRU Justifications:

  The bpf helper bpf_ct_lookup_tcp is defined under #if
  IS_BUILTIN(CONFIG_NF_CONNTRACK). To work with BPF, this is needed.

  How to test:

  Test XDP BPF

  What could be break:

  N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2017600/+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 2022893] Re: hypercall in ubuntu_kvm_unit_test failed with "Unhandled exception 6 #UD at ip 0000000000400314" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Also affects: linux-realtime (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  hypercall test in ubuntu_kvm_unit_test will fail with J-realtime on
  openstack amd64 instance. This issue can be seen after we start testing
  on openstack with 5.15.0-1036.39 in sru-20230320.
  
+ Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/hypercall'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.Zn8ANQZd6Q -smp 1 # -initrd /tmp/tmp.YdHh1YcSqn
   enabling apic
   smp: waiting for 0 APs
   Unhandled exception 6 #UD at ip 00400314
   error_code=  rflags=0046  cs=0008
   rax= rcx=c0010007 rdx=005110c0 
rbx=0001
   rbp=005110a0 rsi=00511700 rdi=0001
    r8=c0010206  r9= r10=000d 
r11=
   r12= r13= r14= 
r15=
   cr0=8011 cr2= cr3=0040c000 
cr4=0020
   cr8=
   STACK: @400314 40021d
   FAIL hypercall
  
  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

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

Title:
  hypercall in ubuntu_kvm_unit_test failed with "Unhandled exception 6
  #UD at ip 00400314" with J-realtime on openstack AMD64

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

Bug description:
  hypercall test in ubuntu_kvm_unit_test will fail with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/hypercall'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.Zn8ANQZd6Q -smp 1 # -initrd /tmp/tmp.YdHh1YcSqn
   enabling apic
   smp: waiting for 0 APs
   Unhandled exception 6 #UD at ip 00400314
   error_code=  rflags=0046  cs=0008
   rax= rcx=c0010007 rdx=005110c0 
rbx=0001
   rbp=005110a0 rsi=00511700 rdi=0001
    r8=c0010206  r9= r10=000d 
r11=
   r12= r13= r14= 
r15=
   cr0=8011 cr2= cr3=0040c000 
cr4=0020
   cr8=
   STACK: @400314 40021d
   FAIL hypercall

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022893/+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 2022826] Re: Ethernet hangs

2023-06-05 Thread Juerg Haefliger
You should not need any DKMS packages nor an OEM kernel. The stock
Ubuntu kernel supports your NIC natively. Remove the DKMS modules and
reboot into the 5.19 kernel and post the dmesg output from that boot.

lsmod should list the r8169 module.

And:
$ modinfo r8169 | grep 8125
firmware:   rtl_nic/rtl8125b-2.fw
firmware:   rtl_nic/rtl8125a-3.fw
alias:  pci:v10ECd8125sv*sd*bc*sc*i*

And the firmware should be there as well:
$ ls -la /lib/firmware/rtl_nic/rtl8125*
-rw-r--r-- 1 root root  3456 Apr 21 07:41 /lib/firmware/rtl_nic/rtl8125a-3.fw
-rw-r--r-- 1 root root 10128 Apr 21 07:41 /lib/firmware/rtl_nic/rtl8125b-1.fw
-rw-r--r-- 1 root root  3328 Apr 21 07:41 /lib/firmware/rtl_nic/rtl8125b-2.fw

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: https://tutorialforlinux.com/2021/05...based-systems/
  I followed the instructions and installed realtek-r8125-dkms package OK. On 
rebooting, I followed the instructed procedure (shown when installing the 
package) of creating a password and then entering it when requested on the 
reboot. But still same problem. Any ideas what to do?
  PS I've switched Wi-Fi on (though I'd prefer to use Ethernet, as my Wi-Fi is 
a little flaky due to walls) in order to post this question.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.13
  ProcVersionSignature: Ubuntu 5.19.0-43.44~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  3 07:29:15 2023
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  InstallationDate: Installed on 2022-08-21 (285 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. MINIPC PN50-E1
  PackageArchitecture: all
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic 
root=UUID=1d99d177-09b2-43e7-b6c1-451d081353f8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-43-generic N/A
   linux-backports-modules-5.19.0-43-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.13
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to jammy on 2022-10-06 (239 days ago)
  dmi.bios.date: 03/18/2021
  dmi.bios.release: 4.5
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: 0405
  dmi.board.asset.tag: Default string
  dmi.board.name: PN50-E1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 35
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvr0405:bd03/18/2021:br4.5:svnASUSTeKCOMPUTERINC.:pnMINIPCPN50-E1:pvr0405:rvnASUSTeKCOMPUTERINC.:rnPN50-E1:rvrTobefilledbyO.E.M.:cvnDefaultstring:ct35:cvrDefaultstring:sku:
  dmi.product.family: Vivo PC
  dmi.product.name: MINIPC PN50-E1
  dmi.product.version: 0405
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2022826/+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 2022907] [NEW] pcid-asymmetric / pcid-disabled / pcid-enabled in ubuntu_kvm_unit_test failed with "FAIL: Test on PCID when disabled" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
Public bug reported:

Unlike bug 1965503 is failing with "FAIL: Test on INVPCID when disabled"
for another bare-metal with AMD CPU.

pcid-asymmetric / pcid-disabled / pcid-enabled tests in
ubuntu_kvm_unit_test will fail with "FAIL: Test on PCID when disabled"
with J-realtime on openstack amd64 instance. This issue can be seen
after we start testing on openstack with 5.15.0-1036.39 in sru-20230320.

Test log:
 Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-asymmetric'
 BUILD_HEAD=d8edb59a
 timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.6KB6nZgK2X -smp 1 -cpu qemu64,-pcid,+invpcid # -initrd 
/tmp/tmp.UVHMimij8Y
 qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.07H:EBX.invpcid [bit 10]
 enabling apic
 smp: waiting for 0 APs
 FAIL: Test on PCID when disabled
 PASS: Test on INVPCID when disabled
 SUMMARY: 2 tests, 1 unexpected failures
 FAIL pcid-asymmetric (2 tests, 1 unexpected failures)

 Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-disabled'
 BUILD_HEAD=d8edb59a
 timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.Qxeu7ZLBXv -smp 1 -cpu qemu64,-pcid,-invpcid # -initrd 
/tmp/tmp.cSbBAvRFtJ
 enabling apic
 smp: waiting for 0 APs
 FAIL: Test on PCID when disabled
 PASS: Test on INVPCID when disabled
 SUMMARY: 2 tests, 1 unexpected failures
 FAIL pcid-disabled (2 tests, 1 unexpected failures)

 Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-enabled'
 BUILD_HEAD=d8edb59a
 timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.gDFWxLWsRs -smp 1 -cpu qemu64,+pcid,+invpcid # -initrd 
/tmp/tmp.dsymnPffXt
 qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.01H:ECX.pcid [bit 17]
 qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.07H:EBX.invpcid [bit 10]
 enabling apic
 smp: waiting for 0 APs
 FAIL: Test on PCID when disabled
 PASS: Test on INVPCID when disabled
 SUMMARY: 2 tests, 1 unexpected failures
 FAIL pcid-enabled (2 tests, 1 unexpected failures)

This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
It's worthy to note that this test has passed with j/ibm on openstack amd64.

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

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


** Tags: 5.15 amd64 jammy realtime sru-20230320 sru-20230417 sru-20230515

** Description changed:

- Unlike bug 1965503 is failing with "FAIL: Test on INVPCID when disabled" for 
another AMD64 bare-metal.
- pcid-asymmetric / pcid-disabled / pcid-enabled tests in ubuntu_kvm_unit_test 
will fail with "FAIL: Test on PCID when disabled" with J-realtime on openstack 
amd64 instance. This issue can be seen after we start testing on openstack with 
5.15.0-1036.39 in sru-20230320.
+ Unlike bug 1965503 is failing with "FAIL: Test on INVPCID when disabled"
+ for another bare-metal with AMD CPU.
+ 
+ pcid-asymmetric / pcid-disabled / pcid-enabled tests in
+ ubuntu_kvm_unit_test will fail with "FAIL: Test on PCID when disabled"
+ with J-realtime on openstack amd64 instance. This issue can be seen
+ after we start testing on openstack with 5.15.0-1036.39 in sru-20230320.
  
  Test log:
-  Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-asymmetric'
-  BUILD_HEAD=d8edb59a
-  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.6KB6nZgK2X -smp 1 -cpu qemu64,-pcid,+invpcid # -initrd 
/tmp/tmp.UVHMimij8Y
-  qemu-system-x86_64: warning: TCG doesn't support requested feature: 
CPUID.07H:EBX.invpcid [bit 10]
-  enabling apic
-  smp: waiting for 0 APs
-  FAIL: Test on PCID when disabled
-  PASS: Test on INVPCID when disabled
-  SUMMARY: 2 tests, 1 unexpected failures
-  FAIL pcid-asymmetric (2 tests, 1 unexpected failures)
+  Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/pcid-asymmetric'
+  BUILD_HEAD=d8edb59a
+  timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.6KB6nZgK2X -smp 1 

[Kernel-packages] [Bug 1581594] Re: constantly shows wrong temperature (99°C )

2023-06-05 Thread Julian Andres Klode
Unsubscribing Ubuntu Sponsors, as this issue seems to be fairly complex
and the patch seems controversial and incomplete.

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

Title:
  constantly shows wrong temperature (99°C )

Status in libatasmart:
  Unknown
Status in libatasmart package in Ubuntu:
  Triaged

Bug description:
  Hello, here's my system info

  ~$ lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  ~$ apt-cache policy udisks2
  udisks2:
Installed: 2.1.7-1ubuntu1
Candidate: 2.1.7-1ubuntu1
Version table:
   *** 2.1.7-1ubuntu1 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  
  Here's the problem: udisks2 constantly shows that my ssd temperature is 99°C 
(210°F), but in reality it's 30°C

  
  ~$ sudo smartctl -A /dev/sda
  smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-22-generic] (local build)
  Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

  === START OF READ SMART DATA SECTION ===
  SMART Attributes Data Structure revision number: 16
  Vendor Specific SMART Attributes with Thresholds:
  ID# ATTRIBUTE_NAME  FLAG VALUE WORST THRESH TYPE  UPDATED  
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b   100   100   050Pre-fail  Always  
 -   0
9 Power_On_Hours  0x0012   100   100   000Old_age   Always  
 -   24
   12 Power_Cycle_Count   0x0012   100   100   000Old_age   Always  
 -   51
  168 Unknown_Attribute   0x0012   100   100   000Old_age   Always  
 -   0
  170 Unknown_Attribute   0x0003   100   100   010Pre-fail  Always  
 -   231
  173 Unknown_Attribute   0x0012   100   100   000Old_age   Always  
 -   65539
  192 Power-Off_Retract_Count 0x0012   100   100   000Old_age   Always  
 -   23
  194 Temperature_Celsius 0x0023   070   070   030Pre-fail  Always  
 -   30 (Min/Max 30/30)
  218 Unknown_Attribute   0x000b   100   100   050Pre-fail  Always  
 -   0
  231 Temperature_Celsius 0x0013   100   100   000Pre-fail  Always  
 -   99
  241 Total_LBAs_Written  0x0012   100   100   000Old_age   Always  
 -   337


  in the GUI app ("Disks") it shows the wrong temperature too. hddtemp
  works well though:

  ~$ sudo hddtemp /dev/sda
  /dev/sda: PNY EU SSD CS1311 240GB: 30°C

To manage notifications about this bug go to:
https://bugs.launchpad.net/libatasmart/+bug/1581594/+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 2022905] [NEW] kvmclock_test in ubuntu_kvm_unit_test failed with "offset too large!" with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
Public bug reported:

kvmclock_test test in ubuntu_kvm_unit_test will fail with J-realtime on
openstack amd64 instance. This issue can be seen after we start testing
on openstack with 5.15.0-1036.39 in sru-20230320.

Test log:
 Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/kvmclock_test'
 BUILD_HEAD=d8edb59a
 timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.iHaGzFDKoX -smp 2 --append 1000 1685680818 # -initrd 
/tmp/tmp.9rLek97D5m
 enabling apic
 enabling apic
 smp: waiting for 1 APs
 setup: CPU 1 online
 kvm-clock: cpu 0, msr 0x51241c
 kvm-clock: cpu 1, msr 0x51243c
 Wallclock test, threshold 5
 Seconds get from host: 1685680818
 Raw nanoseconds value from kvmclock: 0 (cpu 0)
 Seconds get from kvmclock: 0 (cpu 0, offset: -1685680818)
 offset too large!
 Raw nanoseconds value from kvmclock: 0 (cpu 1)
 Seconds get from kvmclock: 0 (cpu 1, offset: -1685680818)
 offset too large!
 Check the stability of raw cycle ...
 Total vcpus: 2
 Test  loops: 1000
 Total warps:  0
 Total stalls: 19997725
 Worst warp:   0
 Raw cycle is stable
 Monotonic cycle test:
 Total vcpus: 2
 Test  loops: 1000
 Total warps:  0
 Total stalls: 1698
 Worst warp:   0
 Measure the performance of raw cycle ...
 Total vcpus: 2
 Test  loops: 1000
 TSC cycles:  6497213250
 Measure the performance of adjusted cycle ...
 Total vcpus: 2
 Test  loops: 1000
 TSC cycles:  10223372850
 FAIL kvmclock_test 

This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
It's worthy to note that this test has passed with j/ibm on openstack amd64.

** Affects: ubuntu-kernel-tests
 Importance: Undecided
 Status: New

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


** Tags: 5.15 amd64 jammy realtime sru-20230320 sru-20230417 sru-20230515

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

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

Title:
  kvmclock_test in ubuntu_kvm_unit_test failed with "offset too large!"
  with J-realtime on openstack AMD64

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

Bug description:
  kvmclock_test test in ubuntu_kvm_unit_test will fail with J-realtime
  on openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/kvmclock_test'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.iHaGzFDKoX -smp 2 --append 1000 1685680818 # -initrd 
/tmp/tmp.9rLek97D5m
   enabling apic
   enabling apic
   smp: waiting for 1 APs
   setup: CPU 1 online
   kvm-clock: cpu 0, msr 0x51241c
   kvm-clock: cpu 1, msr 0x51243c
   Wallclock test, threshold 5
   Seconds get from host: 1685680818
   Raw nanoseconds value from kvmclock: 0 (cpu 0)
   Seconds get from kvmclock: 0 (cpu 0, offset: -1685680818)
   offset too large!
   Raw nanoseconds value from kvmclock: 0 (cpu 1)
   Seconds get from kvmclock: 0 (cpu 1, offset: -1685680818)
   offset too large!
   Check the stability of raw cycle ...
   Total vcpus: 2
   Test  loops: 1000
   Total warps:  0
   Total stalls: 19997725
   Worst warp:   0
   Raw cycle is stable
   Monotonic cycle test:
   Total vcpus: 2
   Test  loops: 1000
   Total warps:  0
   Total stalls: 1698
   Worst warp:   0
   Measure the performance of raw cycle ...
   Total vcpus: 2
   Test  loops: 1000
   TSC cycles:  6497213250
   Measure the performance of adjusted cycle ...
   Total vcpus: 2
   Test  loops: 1000
   TSC cycles:  10223372850
   FAIL kvmclock_test 

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022905/+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 2022896] Re: idt_test in ubuntu_kvm_unit_test timeout with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Also affects: linux-realtime (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  idt_test in ubuntu_kvm_unit_test timeout with J-realtime on openstack
  AMD64

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

Bug description:
  idt_test test in ubuntu_kvm_unit_test will timeout with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/idt_test'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.aG8YXO0HgF -smp 1 # -initrd /tmp/tmp.uLQLbV1wkB
   enabling apic
   smp: waiting for 0 APs
   Starting IDT test
   qemu-system-x86_64: terminating on signal 15 from pid 11635 (timeout)
   FAIL idt_test (timeout; duration=90s)

  This issue still exist with the latest upstream kvm-unit-tests code 
(02d8befe99f8)
  It's worthy to note that this test has passed with j/ibm on openstack amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022896/+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 2022901] [NEW] dmcrypt+btrfs Out of bounds

2023-06-05 Thread adam furtenbach
Public bug reported:

Getting this IO error when using btrfs + dmcrypt (5 times so far,
reformat between each try) on a DDR5 system w/ built in ECC.


[82228.951950] Buffer I/O error on dev sda1, logical block 35156653829, async 
page read

35156653829*512=18000206760448

This value 18000206760448 is between /dev/sda1 partition size and
/dev/mapper/ARCHIVE(btrfs volume) size, but is still slightly out of
bounds of btrfs partition geometry, causing an out of bounds error.


# lsblk -b

sda 8:00 18000207937536  0 disk  
└─sda1  8:10 18000206872064  0 part  
  └─ARCHIVE   253:10 18000190094848  0 crypt /mnt/archive

# btrfs filesystem show --raw
 devid1 size 18000190091264 used 416628604928 path 
/dev/mapper/ARCHIVE


Linux oblivion 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr
6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 23.04
Release:23.04
Codename:   lunar

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


** Tags: btrfs dmcrypt kernel-bug

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

Title:
  dmcrypt+btrfs Out of bounds

Status in linux-signed package in Ubuntu:
  New

Bug description:
  Getting this IO error when using btrfs + dmcrypt (5 times so far,
  reformat between each try) on a DDR5 system w/ built in ECC.

  
  [82228.951950] Buffer I/O error on dev sda1, logical block 35156653829, async 
page read

  35156653829*512=18000206760448

  This value 18000206760448 is between /dev/sda1 partition size and
  /dev/mapper/ARCHIVE(btrfs volume) size, but is still slightly out of
  bounds of btrfs partition geometry, causing an out of bounds error.


  # lsblk -b

  sda 8:00 18000207937536  0 disk  
  └─sda1  8:10 18000206872064  0 part  
└─ARCHIVE   253:10 18000190094848  0 crypt /mnt/archive

  # btrfs filesystem show --raw
   devid1 size 18000190091264 used 416628604928 path 
/dev/mapper/ARCHIVE



  Linux oblivion 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr
  6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 23.04
  Release:23.04
  Codename:   lunar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/2022901/+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 1968604] Re: rtl8761b usb bluetooth doesn't work following reboot until unplug/replug

2023-06-05 Thread Juerg Haefliger
** Changed in: linux-firmware (Ubuntu Jammy)
   Status: Confirmed => Fix Committed

** Changed in: linux-firmware (Ubuntu Kinetic)
   Status: New => Fix Committed

** Changed in: linux-firmware (Ubuntu Lunar)
   Status: Confirmed => Fix Committed

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

Title:
  rtl8761b usb bluetooth doesn't work following reboot until
  unplug/replug

Status in linux-firmware package in Ubuntu:
  Confirmed
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in linux-firmware source package in Kinetic:
  Fix Committed
Status in linux-firmware source package in Lunar:
  Fix Committed

Bug description:
  [Impact]

  I have usb bluetooth 5.0 dongle which uses Realtek RTL8761B chip.
  0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio

  USB adapter very often stops working, can't connect or find other
  bluetooth devices. The adapter can't work even after reboots.

  The following entries appear in the log:
  апр 11 13:47:14 desktop kernel: Bluetooth: hci0: command 0x2005 tx timeout
  апр 11 13:47:16 desktop kernel: Bluetooth: hci0: command 0x2041 tx timeout
  апр 11 13:47:18 desktop kernel: Bluetooth: hci0: command 0x2042 tx timeout

  Firmware loaded correctly, but something is not working.
  апр 11 13:46:54 desktop kernel: Bluetooth: hci0: RTL: examining hci_ver=0a 
hci_rev=000b lmp_ver=0a lmp_subver=8761
  апр 11 13:46:54 desktop kernel: Bluetooth: hci0: RTL: rom_version status=0 
version=1
  апр 11 13:46:54 desktop kernel: Bluetooth: hci0: RTL: loading 
rtl_bt/rtl8761bu_fw.bin
  апр 11 13:46:54 desktop kernel: Bluetooth: hci0: RTL: loading 
rtl_bt/rtl8761bu_config.bin
  апр 11 13:46:54 desktop kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 27814

  1) I use:
  Description:Ubuntu Jammy Jellyfish (development branch)
  Release:22.04
  2) linux-firmware: 20220329.git681281e4-0ubuntu1
  3) What you expected to happen? I expect a well working bluetooth adapter.
  4) What happened instead? My bluetooth adapter may work, may not. The adapter 
may stop finding and connecting to other devices.

  I've found the same bug https://bugzilla.kernel.org/show_bug.cgi?id=214111#c1
  I've downloaded Windows's archive 
http://download.windowsupdate.com/d/msdownload/update/driver/drvs/2021/05/ca0e770c-6a5d-4de0-b37a-f4b91cccd8c3_7778831d2b9d721cf94d5a8d8c0676ff1b96c874.cab
  I've unpacked file rtl8761b_mp_chip_bt40_fw_asic_rom_patch_new.dll and 
replaced /usr/lib/firmware/rtl_bt/rtl8761bu_fw.bin and deleted 
rtl8761bu_config.bin
  After I changed firmware my usb dongle work fine.

  Could you change firmware rtl8761bu_fw.bin rtl8761bu_config.bin to other 
correct version?
  Could you move Realtek's rtl_bt firmware or RTL8761B's firmware into separate 
packages. I will remove the RTL8761B firmware package and put them manually.

  bluetoothctl --version
  bluetoothctl: 5.64

  hci0:   Type: Primary  Bus: USB
  BD Address: 00:E0:4C:FC:E2:03  ACL MTU: 1021:6  SCO MTU: 255:12
  UP RUNNING
  RX bytes:5751 acl:49 sco:0 events:489 errors:0
  TX bytes:219114 acl:398 sco:0 commands:83 errors:0
  Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
  Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
  Link policy: RSWITCH HOLD SNIFF PARK
  Link mode: PERIPHERAL ACCEPT
  Name: 'desktop'
  Class: 0x7c0104
  Service Classes: Rendering, Capturing, Object Transfer, Audio, 
Telephony
  Device Class: Computer, Desktop workstation
  HCI Version: 5.1 (0xa)  Revision: 0x97b
  LMP Version: 5.1 (0xa)  Subversion: 0xec43
  Manufacturer: Realtek Semiconductor Corporation (93)

  rfkill list
  0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no

  Realtek's worker updated these bad firmware.
  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=45dc5f0b8e2f2d43312d22511cb26658b9ee2c80

  [Test Case]

  Connect to and use a bluetooth device connected to a RTL8761B base USB
  BT controller.

  [Fix]

  Use latest rtl8761bu firmware blobs updates from linux-firmware.

  [Where Problems Could Occur]

  These firmwares are specific for the rtl8671b chips. So users of USB
  or UART BT controllers based on that chip could see problems when
  trying to connect to and use bluetooth devices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1968604/+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 2022826] Re: Ethernet hangs

2023-06-05 Thread John Rose
I don't recall what I did to make ethernet hang on attempting
connection. It was a few weeks ago. As I previously detailed Wi-Fi also
hung about 2 weeks ago. I only reported this on Launchpad a few days ago
because I didn't know which package to specify when using ubuntu-bug. I
have reported the problem on both Ask Ubuntu & Ubuntu Forums when it
started to happen: there have been no replies.

I have not installed any new apps/packages for months except those
packages installed by Software Updater & the attempted corrections
previously detailed which I have reversed.

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: https://tutorialforlinux.com/2021/05...based-systems/
  I followed the instructions and installed realtek-r8125-dkms package OK. On 
rebooting, I followed the instructed procedure (shown when installing the 
package) of creating a password and then entering it when requested on the 
reboot. But still same problem. Any ideas what to do?
  PS I've switched Wi-Fi on (though I'd prefer to use Ethernet, as my Wi-Fi is 
a little flaky due to walls) in order to post this question.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.13
  ProcVersionSignature: Ubuntu 5.19.0-43.44~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  3 07:29:15 2023
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  InstallationDate: Installed on 2022-08-21 (285 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. MINIPC PN50-E1
  PackageArchitecture: all
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic 
root=UUID=1d99d177-09b2-43e7-b6c1-451d081353f8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-43-generic N/A
   linux-backports-modules-5.19.0-43-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.13
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to jammy on 2022-10-06 (239 days ago)
  dmi.bios.date: 03/18/2021
  dmi.bios.release: 4.5
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: 0405
  dmi.board.asset.tag: Default string
  dmi.board.name: PN50-E1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 35
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvr0405:bd03/18/2021:br4.5:svnASUSTeKCOMPUTERINC.:pnMINIPCPN50-E1:pvr0405:rvnASUSTeKCOMPUTERINC.:rnPN50-E1:rvrTobefilledbyO.E.M.:cvnDefaultstring:ct35:cvrDefaultstring:sku:
  dmi.product.family: Vivo PC
  dmi.product.name: MINIPC PN50-E1
  dmi.product.version: 0405
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2022826/+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 2022892] Re: emulator in ubuntu_kvm_unit_test timeout with "jump to non-canonical address" test with J-realtime on openstack AMD64

2023-06-05 Thread Po-Hsu Lin
** Also affects: linux-realtime (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  emulator in ubuntu_kvm_unit_test timeout with "jump to non-canonical
  address" test with J-realtime on openstack AMD64

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

Bug description:
  emulator test in ubuntu_kvm_unit_test will timeout with J-realtime on
  openstack amd64 instance. This issue can be seen after we start
  testing on openstack with 5.15.0-1036.39 in sru-20230320.

  Test log:
   Running 
'/home/ubuntu/autotest/client/tmp/ubuntu_kvm_unit_tests/src/kvm-unit-tests/tests/emulator'
   BUILD_HEAD=d8edb59a
   timeout -k 1s --foreground 90s /usr/bin/qemu-system-x86_64 --no-reboot 
-nodefaults -device pc-testdev -device isa-debug-exit,iobase=0xf4,iosize=0x4 
-vnc none -serial stdio -device pci-testdev -machine accel=tcg -kernel 
/tmp/tmp.ZwF6eq54JA -smp 1 # -initrd /tmp/tmp.zaTVj0FnC8
   enabling apic
   smp: waiting for 0 APs
   SKIP: Skipping tests the require forced emulation, use 
kvm.force_emulation_prefix=1 to enable
   paging enabled
   cr0 = 80010011
   cr3 = 1007000
   cr4 = 20
   PASS: mov reg, r/m (1)
   PASS: or
   PASS: add
   PASS: xor
   PASS: sub
   PASS: adc(0)
   PASS: adc(0)
   PASS: sbb(0)
   PASS: sbb(1)
   PASS: and
   PASS: test
   PASS: repe/cmpsb (1)
   PASS: repe cmpsb (1.zf)
   PASS: repe cmpsw (1)
   PASS: repe cmpll (1)
   PASS: repe cmpsq (1)
   PASS: repe cmpsb (2)
   PASS: repe cmpsw (2)
   PASS: repe cmpll (2)
   PASS: repe cmpsq (2)
   PASS: repe/cmpsb (1)
   PASS: repe cmpsb (1.zf)
   PASS: repe cmpsw (1)
   PASS: repe cmpll (1)
   PASS: repe cmpsq (1)
   PASS: repe cmpsb (2)
   PASS: repe cmpsw (2)
   PASS: repe cmpll (2)
   PASS: repe cmpsq (2)
   PASS: scasb match
   PASS: scasb mismatch
   PASS: scasw match
   PASS: scasw mismatch
   PASS: scasd match
   PASS: scasd mismatch
   PASS: scasq match
   PASS: scasq mismatch
   PASS: smsw (1)
   PASS: smsw (2)
   PASS: smsw (3)
   before 80010011 after 80010019
   PASS: lmsw (1)
   before 80010011 after 80010011
   PASS: lmsw (2)
   PASS: lmsw (3)
   PASS: outsb up
   PASS: outsb down
   PASS: incl
   PASS: decl
   PASS: incb
   PASS: decb
   PASS: lock incl
   PASS: lock decl
   PASS: lock incb
   PASS: lock decb
   PASS: lock negl
   PASS: lock notl
   PASS: lock negb
   PASS: lock notb
   PASS: btcl imm8, r/m
   PASS: btcl reg, r/m
   PASS: btcq reg, r/m
   PASS: bsfw r/m, reg
   PASS: bsfl r/m, reg
   PASS: bsfq r/m, reg
   PASS: bsfq r/m, reg
   PASS: bsrw r/m, reg
   PASS: bsrl r/m, reg
   PASS: bsrq r/m, reg
   PASS: bsrq r/m, reg
   PASS: imul ax, mem
   PASS: imul eax, mem
   PASS: imul ax, mem, imm8
   PASS: imul eax, mem, imm8
   PASS: imul ax, mem, imm
   PASS: imul eax, mem, imm
   PASS: imul rax, mem
   PASS: imul rax, mem, imm8
   PASS: imul rax, mem, imm
   PASS: movdqu (read)
   PASS: movdqu (write)
   PASS: movaps (read)
   PASS: movaps (write)
   PASS: movapd (read)
   PASS: movapd (write)
   PASS: movups (read)
   PASS: movups (write)
   PASS: movupd (read)
   PASS: movupd (write)
   PASS: movups unaligned
   PASS: movupd unaligned
   FAIL: unaligned movaps exception
   PASS: movups unaligned crosspage
   PASS: movups crosspage exception
   PASS: shld (cl)
   PASS: shrd (cl)
   PASS: ltr
   PASS: cross-page mmio read
   PASS: cross-page mmio write
   PASS: string_io_mmio
   SKIP: MOVBE unsupported by CPU
   PASS: no fep: #DB occurred after MOV SS
   PASS: push $imm8
   PASS: push %reg
   PASS: push mem
   PASS: push $imm
   PASS: pop mem
   PASS: pop mem (2)
   PASS: pop reg
   PASS: ret
   PASS: leave
   PASS: enter
   PASS: xchg reg, r/m (1)
   PASS: xchg reg, r/m (2)
   PASS: xchg reg, r/m (3)
   PASS: xchg reg, r/m (4)
   PASS: xadd reg, r/m (1)
   PASS: xadd reg, r/m (2)
   PASS: xadd reg, r/m (3)
   PASS: xadd reg, r/m (4)
   PASS: mov %cr8
   PASS: ljmp
   PASS: divq (fault)
   PASS: divq (1)
   PASS: mulb mem
   PASS: mulw mem
   PASS: mull mem
   PASS: mulq mem
   PASS: movq (mmx, read)
   PASS: movq (mmx, write)
   PASS: movb $imm, 0(%rip)
   PASS: Test ret/iret with a nullified segment
   PASS: mov null, %ss
   FAIL: mov null, %ss (with ss.rpl != cpl)
   PASS: cmovnel
   PASS: push16
   qemu-system-x86_64: terminating on signal 15 from pid 9798 (timeout)
   FAIL emulator (timeout; duration=90s)

  Bump the timeout to 180 seconds does not help. This issue still exist
  with the latest upstream kvm-unit-tests code (02d8befe99f8)

  It's the test_jmp_noncanonical() test in test_emulator_64() that cause
  this hang. Comment it out can make this test finish properly.

  It's worthy to note that this test has passed with j/ibm on openstack
  amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2022892/+subscriptions


-- 
Mailing 

[Kernel-packages] [Bug 2000299] Re: Fix W6400 hang after resume of S3 stress

2023-06-05 Thread AaronMa
** Changed in: hwe-next
   Status: In Progress => Fix Released

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

Title:
  Fix W6400 hang after resume of S3 stress

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Jammy:
  Fix Released

Bug description:
  [Impact]
  amdgpu hang when stress S3 on AMD W6400 GPU.

  [Fix]
  Add a WA to manually adjust strobe calculation using FCLK restrict.

  [Test]
  Suspend AMD W6400 for 40 times, it works fine.

  [Where problems could occur]
  Low risk, upstream fix.
  It may cause AMD GPU hang.

  The patch is in 5.16, only Jammy kernel needs it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2000299/+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 2022887] Re: add Fintek F81604 can controller support

2023-06-05 Thread Jian Hui Lee
** Tags added: austin-charlotte oem-priority originate-from-2012232

** No longer affects: hwe-next

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

Title:
  add Fintek F81604 can controller support

Status in linux-intel-iotg package in Ubuntu:
  Invalid
Status in linux-intel-iotg source package in Jammy:
  New

Bug description:
  [Summary]

  adds support for Fintek USB to 2CAN controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-intel-iotg/+bug/2022887/+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 1978986] Re: [SRU][J/OEM-5.17][PATCH 0/1] Fix oled brightness set above frame-average luminance

2023-06-05 Thread AaronMa
** 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-oem-5.14 in Ubuntu.
https://bugs.launchpad.net/bugs/1978986

Title:
  [SRU][J/OEM-5.17][PATCH 0/1] Fix oled brightness set above frame-
  average luminance

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.14 package in Ubuntu:
  Invalid
Status in linux-oem-5.17 package in Ubuntu:
  Invalid
Status in linux-oem-6.0 package in Ubuntu:
  Invalid
Status in linux-oem-5.14 source package in Focal:
  Fix Released
Status in linux source package in Jammy:
  Fix Released
Status in linux-oem-5.14 source package in Jammy:
  Invalid
Status in linux-oem-5.17 source package in Jammy:
  Fix Released
Status in linux-oem-6.0 source package in Jammy:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released
Status in linux-oem-5.14 source package in Kinetic:
  Invalid
Status in linux-oem-5.17 source package in Kinetic:
  Invalid
Status in linux-oem-6.0 source package in Kinetic:
  Invalid

Bug description:
  [Impact]
  The brightness is not changed obviously during 200 to 255 on AMD
  or 400 to 512 on Intel..

  [Fix]
  Read HDR meta to detect the max and min luminance.
  max_cll defines the content light luminance for individual pixel.
  max_fall defines frame-average level luminance.
  Use max_fall value instead of max_cll as a limit for brightness control.

  [Test]
  Verified on AMD Cezanne, Barcelo, Rembrandt and Intel ADL, also on LCD panel 
and OLED panel. The brightness is changed more obivously on OLED panel, and
  no affect on LCD panel.

  [Where problems could occur]
  Low risk, It may cause the max brightness can't be set.

  All 3 patches are in drm-misc tree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1978986/+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 2022887] [NEW] add Fintek F81604 can controller support

2023-06-05 Thread Jian Hui Lee
Public bug reported:

[Summary]

adds support for Fintek USB to 2CAN controller

** Affects: linux-intel-iotg (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-intel-iotg (Ubuntu Jammy)
 Importance: Undecided
 Assignee: Jian Hui Lee (jianhuilee)
 Status: New

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

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

** Changed in: linux-intel-iotg (Ubuntu Jammy)
 Assignee: (unassigned) => Jian Hui Lee (jianhuilee)

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

Title:
  add Fintek F81604 can controller support

Status in linux-intel-iotg package in Ubuntu:
  Invalid
Status in linux-intel-iotg source package in Jammy:
  New

Bug description:
  [Summary]

  adds support for Fintek USB to 2CAN controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-intel-iotg/+bug/2022887/+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 2022826] Re: Ethernet hangs

2023-06-05 Thread Juerg Haefliger
** Tags added: kern-6956

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

Title:
  Ethernet hangs

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  I'm now getting my wired (i.e. Ethernet) connection hanging on trying
  to connect. I've tried switching ports (on the router) and using a
  different cable, but still the same.

  ifconfig shows for Ethernet:
  enp2s0: flags=4163 mtu 1500
  ether 50:eb:f6:ef:a4:e6 txqueuelen 1000 (Ethernet)
  RX packets 2779 bytes 250524 (250.5 KB)
  RX errors 0 dropped 1 overruns 0 frame 0
  TX packets 355 bytes 72171 (72.1 KB)
  TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  sudo lshw -C enp2s0 shows nothing

  lspci -nn shows for Ethernet: 02:00.0 Ethernet controller [0200]:
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
  (rev 05)

  I found a web page: https://tutorialforlinux.com/2021/05...based-systems/
  I followed the instructions and installed realtek-r8125-dkms package OK. On 
rebooting, I followed the instructed procedure (shown when installing the 
package) of creating a password and then entering it when requested on the 
reboot. But still same problem. Any ideas what to do?
  PS I've switched Wi-Fi on (though I'd prefer to use Ethernet, as my Wi-Fi is 
a little flaky due to walls) in order to post this question.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-firmware 20220329.git681281e4-0ubuntu3.13
  ProcVersionSignature: Ubuntu 5.19.0-43.44~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-43-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Jun  3 07:29:15 2023
  Dependencies: firmware-sof-signed 2.0-1ubuntu4.1
  InstallationDate: Installed on 2022-08-21 (285 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  MachineType: ASUSTeK COMPUTER INC. MINIPC PN50-E1
  PackageArchitecture: all
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-43-generic 
root=UUID=1d99d177-09b2-43e7-b6c1-451d081353f8 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-43-generic N/A
   linux-backports-modules-5.19.0-43-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.13
  SourcePackage: linux-firmware
  UpgradeStatus: Upgraded to jammy on 2022-10-06 (239 days ago)
  dmi.bios.date: 03/18/2021
  dmi.bios.release: 4.5
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: 0405
  dmi.board.asset.tag: Default string
  dmi.board.name: PN50-E1
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 35
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvr0405:bd03/18/2021:br4.5:svnASUSTeKCOMPUTERINC.:pnMINIPCPN50-E1:pvr0405:rvnASUSTeKCOMPUTERINC.:rnPN50-E1:rvrTobefilledbyO.E.M.:cvnDefaultstring:ct35:cvrDefaultstring:sku:
  dmi.product.family: Vivo PC
  dmi.product.name: MINIPC PN50-E1
  dmi.product.version: 0405
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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