[Kernel-packages] [Bug 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
Some observations from test results between NO_HZ_FULL built-in but not enable 
and default kernel
Tests are from LTP scheduling related under "realtime" category 
And there is "no" taskset when running the tests

- Gettimeofday latency (ns basis)
For no_hz_full built-in:
The average is almost the same, diff is 0.x ns
But stddev is much higher 

- Pthread kill latency (us basis)
For no_hz_full built-in:
The average is a bit higher, 0.x - 2 us
Stddev is a bit higher too

- Scheduling jitter (ns basis)
For no_hz_full built-in:
Realtime process delta is higher, delta is the time between doing a fixed 
amount of work
The scheduler overhead is higher?

code snippet:
clock_gettime(CLOCK_MONOTONIC, );
do_work(NUMLOOPS);
clock_gettime(CLOCK_MONOTONIC, );

 /* calc delta, min and max */
delta = ts_sub(stop, start);

- Scheduling latency (us basis)
For no_hz_full built-in:
The average is little bit higher
And stddev is higher

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 2040354] Re: Add K24 device tree

2023-10-26 Thread Portia Stephens
** Changed in: linux-xilinx-zynqmp (Ubuntu Jammy)
   Status: New => Confirmed

** Changed in: linux-xilinx-zynqmp (Ubuntu Jammy)
   Status: Confirmed => Fix Committed

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

Title:
  Add K24 device tree

Status in linux-xilinx-zynqmp package in Ubuntu:
  New
Status in linux-xilinx-zynqmp source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]
  * This ports the K24 device trees from the Xilinx 6.1 kernel 
(xlnx_rebase_v6.1_LTS_2023.1_update) 
  * This will allow the same image.its file and thus flash-kernel package to be 
used for the K24 development images  and the stable release.

  [ Test Plan ]
  * The k24 platform does not need to be tested since it is not a certified 
platform. The normal regression testing on K26 and ZCU platforms is sufficient. 

  [ Where problems could occur ]
  * A bug in the device tree could cause a build error in the kernel. The 
device tree is not used by any certified images.

  [ Other Info ]
  The change squashes together the following changes from Xilinx 
xlnx_rebase_v6.1_LTS_2023.1_update branch. Patches that modified device tree 
other than:

  arch/arm64/boot/dts/xilinx/zynqmp-sck-kd-g-revA.dts
  arch/arm64/boot/dts/xilinx/zynqmp-sm-k24-revA.dts
  arch/arm64/boot/dts/xilinx/zynqmp-smk-k24-revA.dts

  were modified to remove the other changes.

  a89bdb9e6f1f arm64: zynqmp: Add/Update/Sync DTs for xilinx platforms
  f1fe53d988d8 arm64: zynqmp: Update ADI PHY properties for KD240
  f660fc7bba89 arm64: zynqmp: Use MIO 77 for ADI PHY reset on KD240
  41a6b53e0691 arm64: zynqmp: Fill model name for SOM CCs
  958f20d8445e arm64: zynqmp: Fix memory size on k24
  c3cc27055c19 arm64: zynqmp: Wire can0 on kd240-revA
  9da2d3e73b17 arm64: zynqmp: Configure gem1 rx pins on kd240 board
  646a2dfaaaf8 arm64: zynqmp: Cover K24/KD240 revB/1 boards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-xilinx-zynqmp/+bug/2040354/+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 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-26 Thread akshay
I am able to get my keyboard and mouse working after following the
instructions provided here
https://bugs.launchpad.net/ubuntu/+source/linux-signed-
hwe-6.2/+bug/2034477/comments/64


Thanks @Quinten Van Ginderen (quintenvg1) @quintenvg1 for the help.

Akshay

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

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in ideapad-laptop:
  New
Status in libinput package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed
Status in linux-signed-oem-6.5 package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+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 2041006] Re: 7900XTX support still broken on Jammy after latest update

2023-10-26 Thread Mario Limonciello
Can you please share your kernel log from jammy when the failure has
occurred?

We did test XTX working, suspect a separate issue.

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

Title:
  7900XTX support still broken on Jammy after latest update

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  darkfoss@Tardis-2:~$ lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  Clean install just apt-get update and apt-get dist-upgrade 
  During the installation process when intramfs is run the following error is 
being generated:
  Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module 
amdgpu

  darkfoss@Tardis-2:~$ apt-cache policy linux-firmware
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.21
Candidate: 20220329.git681281e4-0ubuntu3.21
Version table:
   *** 20220329.git681281e4-0ubuntu3.21 500
  500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20220329.git681281e4-0ubuntu3.14 500
  500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu jammy-security/main i386 
Packages
   20220329.git681281e4-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  500 http://us.archive.ubuntu.com/ubuntu jammy/main i386 Packages

  All of the above do not work even though the driver is installed
  correctly. The above error prevents radeonsi from loading.

  The good news is when I installed Both 23.04 and 23.10 they had 1 working 
firmware each they are:
  From Lunar Lobster
  20230323.gitbcdcfbcf-0ubuntu1.2 security (main)   2023-07-06
  Publishing details

  Created on 2023-07-06 by Andy Whitcroft
  Published on 2023-07-06

  Changelog

  linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.2) lunar; urgency=medium

* rtl8761b usb bluetooth doesn't work following reboot until unplug/replug 
(LP: #1968604)
  - rtl_bt: Update RTL8761B BT UART firmware to 0x9DC6_D922
  - rtl_bt: Update RTL8761B BT USB firmware to 0xDFC6_D922

   -- Juerg Haefliger   Mon, 05 Jun 2023
  09:22:50 +0200

  Available diffs

  diff from 20230323.gitbcdcfbcf-0ubuntu1.1 to
  20230323.gitbcdcfbcf-0ubuntu1.2 (653 bytes)

  Builds

  [FULLYBUILT] amd64

  Built packages

  linux-firmware Firmware for Linux kernel drivers

  Package files

  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.debian.tar.xz (3.4 MiB)
  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.dsc (2.0 KiB)
  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2_all.deb (268.0 MiB)
  linux-firmware_20230323.gitbcdcfbcf.orig.tar.xz (254.0 MiB)


  From The Mantic Minotaur  (current stable release)
  20230919.git3672ccab-0ubuntu2.1  release (main)   2023-10-09
  Publishing details

  Created on 2023-10-09 by Ubuntu Archive Auto-Sync
  Published on 2023-10-09

  Changelog

  linux-firmware (20230919.git3672ccab-0ubuntu2.1) mantic;
  urgency=medium

* /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64 (LP: 
#2038546)
  - [Packaging] config: Don't exclude cypress fw link targets

   -- Juerg Haefliger   Mon, 09 Oct 2023
  16:16:20 +0200

  Available diffs

  diff from 20230919.git3672ccab-0ubuntu2 to
  20230919.git3672ccab-0ubuntu2.1 (992 bytes)

  Builds

  [FULLYBUILT] amd64
  [FULLYBUILT] arm64
  [FULLYBUILT] armhf
  [FULLYBUILT] ppc64el
  [FULLYBUILT] riscv64
  [FULLYBUILT] s390x

  Built packages

  linux-firmware Firmware for Linux kernel drivers

  Package files

  linux-firmware_20230919.git3672ccab-0ubuntu2.1.debian.tar.xz (3.3 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1.dsc (2.0 KiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_amd64.deb (389.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_arm64.deb (386.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_armhf.deb (384.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_ppc64el.deb (384.2 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_riscv64.deb (384.3 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_s390x.deb (315.0 MiB)
  linux-firmware_20230919.git3672ccab.orig.tar.xz (292.2 MiB)

  darkfoss@Tardis-2:~$ glxinfo | grep render
  direct rendering: Yes
  GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
  GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
  Extended renderer info (GLX_MESA_query_renderer):
  OpenGL renderer string: Radeon RX 7900 XTX (gfx1100, LLVM 16.0.6, DRM 3.54, 
6.2.0-35-generic)
  GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
  GL_INTEL_blackhole_render, 

[Kernel-packages] [Bug 2036149] Re: BlueZ release 5.70

2023-10-26 Thread Sebastien Bacher
Thanks Daniel, I've added .mainscript files to clean the old conffiles
on upgrade and uploaded

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

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

Title:
  BlueZ release 5.70

Status in bluez package in Ubuntu:
  Fix Committed

Bug description:
  Update to BlueZ 5.70 (or later) in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+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 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-26 Thread Endre Olah
Hi Jean-Marie,

Download an d isntall Ubunte 22.04 LTS as suggested be Quinten, than
follow his instructions: Download teh kernel 6.5.9 on kernel.org. And it
seems to work. I can guarantee as I am just typing this on my laptop
keyboard, which did nkt work before. So again Quinten's istructions are
here:

"I have kinda made progress in regards of being able to patch and
install a kernel.

First i'ill walk you through my assumptions,

1) you have the laptop and installed a debian/ubuntu based distro but the 
keyboard and touchpad don't work.
2) there is at least 64Gb of disk space available
3) you have the option of using the root user.

so first off.
Download the patch from above. 
https://bugzilla.kernel.org/attachment.cgi?id=305236
run uname -r, this will return your kernel version, download the closest 
matching version to that version from kernel.org, but remeber only download 
later versions, so you are not using a version older than your current kernel.

then run sudo apt install build-essential libncurses5-dev libssl-dev
flex libelf-dev bc bison gcc make dwarves zstd

then unzip the downloaded kernel and enter it as root.
appply the patch by running the following as roon in the unzipped kernel 
directory: patch -p1 < path_to_patchfile

it will return something notifying it's ready.

then copy over the latest kernel config to the unzipped kernel this can
be found in the /boot directory mine is /boot/config-6.1.59 for example.
this is beceause i patched up the old kernel to this one. cp -r
/boot/.conf .config replace latestkernel with the one you
find in /boot

then run make menuconfig as the root in the unzipped kernel.
immediatly just hit save and exit

run the following 2 lines as the root user in the unzipped kernel
individually :) (been there done that)

scripts/config --disable SYSTEM_TRUSTED_KEYS
scripts/config --disable SYSTEM_REVOCATION_KEYS

then run make -j 16

and just hit enter whenever it prompts something, oh and get a coffee or
a tea this is going to take a while :))

when it completes, run as root in the unzipped kernel: make modules_install
should'nt take too long
whenever it completes run make install
let it complete,
congrats kernel installed,
run; update-grub
verify that the version of the kernel is somewhere in it's output.

reboot, and pray.
if it boots up, run a uname -r, try it with the laptop's builtin keyboard.

if you've made it this far congrats.
you have now patched and installed a kernel.

above works on any distro i've tried. (zorin16 debian12 ubuntu2204)"

Fully confirmed working on Ubuntu 22.04 LTS.

Kind regards

   Endre

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

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in ideapad-laptop:
  New
Status in libinput package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed
Status in linux-signed-oem-6.5 package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+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 2039320] RfKill.txt

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

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

2023-10-26 Thread akifs
apport information

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

Title:
  [HUAWEI CREFG-XX] No sound from the speaker

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.

  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: 

[Kernel-packages] [Bug 2039320] Re: [HUAWEI CREFG-XX] No sound from the speaker

2023-10-26 Thread akifs
apport information

** Description changed:

  Hi,
  
  This is the model HUAWEI CREFG-XX of my computer and there is no sound
  from the speaker.
  
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: DSP detected 
with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: snd_hda_intel :00:1f.3: Digital mics 
found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if info 0x040100
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Digital mics found on Skylake+ platform, using SOF driver
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
enabling device ( -> 0002)
  Oct 13 20:35:40 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: DSP 
detected with PCI class/subclass/prog-if 0x040100
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
bound :00:02.0 (ops i915_audio_component_bind_ops [i915])
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: use 
msi interrupt mode
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: hda 
codecs found, mask 5
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
using HDA machine driver skl_hda_dsp_generic now
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
DMICs detected in NHLT tables: 2
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
unknown sof_ext_man header type 3 size 0x30
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware info: version 2:2:0-57864
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Firmware: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: sof-audio-pci-intel-tgl :00:1f.3: 
Topology: ABI 3:22:1 Kernel ABI 3:23:0
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: Parent card not yet available, widget card binding deferred
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
SN6140: BIOS auto-probing.
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: 
autoconfig for SN6140: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
mono: mono_out=0x0
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:
inputs:
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0:  
Mic=0x19
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
sink widget AIF1TX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: snd_hda_codec_conexant ehdaudio0D0: ASoC: 
source widget AIF1RX overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi3 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi2 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget hifi1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Codec Output Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Codec Input Pin1 overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Digital Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: sink widget Alt Analog Codec Playback overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Digital Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
ASoC: source widget Alt Analog Codec Capture overwritten
  Oct 13 23:35:25 mypc-ubuntu kernel: skl_hda_dsp_generic skl_hda_dsp_generic: 
hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
  Oct 13 23:35:25 mypc-ubuntu kernel: input: sof-hda-dsp Mic as 
/devices/pci:00/:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
  

[Kernel-packages] [Bug 2040102] Re: kernel warning when open the lid

2023-10-26 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=217947.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2023-09-25T09:12:13+00:00 jirislaby wrote:

Downstream report:
https://bugzilla.suse.com/show_bug.cgi?id=1215602

LKML link:
https://lore.kernel.org/all/047d3c51-0a9e-4c3e-beef-625a7aa4f...@kernel.org/

according to logs, since 6.3 (up to 6.5.4 now), I repeatedly see:
> WARNING: CPU: 14 PID: 962 at drivers/acpi/platform_profile.c:74
> platform_profile_show+0xb1/0x100 [platform_profile]
> Modules linked in: ccm michael_mic ...
> CPU: 14 PID: 962 Comm: power-profiles- Kdump: loaded Not tainted
> 6.5.4-6-default #1 openSUSE Tumbleweed (unreleased)
> dd37106c593be78644bb80e3c1534d801bf4cb36
> Hardware name: LENOVO 21CRS0K83K/21CRS0K83K, BIOS R22ET60W (1.30 ) 02/09/2023
> RIP: 0010:platform_profile_show+0xb1/0x100 [platform_profile]
> Code: d0 a8 ...
> RSP: 0018:9c1ac0b97db0 EFLAGS: 00010296
> RAX:  RBX:  RCX: 8fc35be0
> RDX:  RSI: 9c1ac0b97db4 RDI: c0a8b0a0
> RBP: 8955ca54 R08: 895b9f1ed180 R09: 895559ea1bc0
> R10: 031a400e R11: 0003f680 R12: 895b9f1ed180
> R13: 9c1ac0b97e50 R14: 0001 R15: 9c1ac0b97ee8
> FS:  7f71b0e71900() GS:895b9f10() knlGS:
> CS:  0010 DS:  ES:  CR0: 80050033
> CR2: 7fe402ea3400 CR3: 00012004c000 CR4: 00750ee0
> PKRU: 5554
> Call Trace:
>  
>  sysfs_kf_seq_show+0xab/0x100
>  seq_read_iter+0x123/0x480
>  vfs_read+0x1b8/0x300

It's:
WARN_ON((profile < 0) || (profile >= ARRAY_SIZE(profile_names

So I put there one more print:
dev_warn(dev, "profile=%d profile_get=%ps\n",
 profile, cur_profile->profile_get);

and I see:
: profile=-1883022368 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-1510173440 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-1510173440 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-966231712 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-1578420592 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-1578420592 profile_get=dytc_profile_get [thinkpad_acpi]
: profile=-1578420592 profile_get=dytc_profile_get [thinkpad_acpi]

I wonder about dev passed to dytc_profile_get() having empty name
(nothing before colon above)? Is that expected?

Ah, convert_dytc_to_profile()'s retval is not checked in 
dytc_profile_refresh(). Adding:
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -10418,7 +10418,14 @@ static void dytc_profile_refresh(void)
return;

perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF;
-   convert_dytc_to_profile(funcmode, perfmode, );
+   err = convert_dytc_to_profile(funcmode, perfmode, );
+   if (err) {
+   pr_warn("%s: mmc=%u psc=%u mmc_get=%u funcmode=%d output=0x%x 
perfmode=%d\n",
+  __func__, !!(dytc_capabilities & BIT(DYTC_FC_MMC)),
+  !!(dytc_capabilities & BIT(DYTC_FC_PSC)),
+  dytc_mmc_get_available, funcmode, output, perfmode);
+   return;
+   }
if (profile != dytc_current_profile) {
dytc_current_profile = profile;
platform_profile_notify();

fixes the warning, of course.

The output is:
dytc_profile_refresh: mmc=0 psc=1 mmc_get=0 funcmode=0 output=0x1f001 
perfmode=15

So using psc mode, it retrieves DYTC (0x1f001) as follows:
0x1 -> VSTD=1 -> STD mode
0x.f... -> CICM=0xf, DYTC_GET_MODE_BIT(12) -> dunno what it is in STD
0x..0.. -> CICF=0x0, DYTC_GET_FUNCTION_BIT(8) -> DYTC_FUNCTION_STD
0x1 -> GOOD

But convert_dytc_to_profile() doesn't handle this at all. Do I have a newer 
DYTC interface? Or a broken one?
Case (0x00)
{
Local1 = 0x0100
Local1 |= 0x8000
Local1 |= 0x00
Local1 |= 0x01
}

I.e. version 8.0, it seems.

My DYTC for CMD_GET looks like:
   Case (0x02)
   {
   Local5 = VSTD /* \VSTD */
   Local5 |= (VCQL << 0x01)
   Local5 |= (VSTP << 0x04)
   Local5 |= (VADM << 0x07)
   Local5 |= (VTMS << 0x09)
   Local5 |= (VDLS << 0x0A)
   Local5 |= (VMSC << 0x0C)
   Local5 |= (VPSC << 0x0D)
   Local1 = (CICF << 0x08)
   If ((CICF == 0x03))
   {
   CICM = SMYH /* \SMYH */
   }
   ElseIf ((CICF == 0x0B))
   {
   CICM = SMMC /* \SMMC */
   }
   ElseIf ((CICF == 0x0D))
   {
   CICM = SPSC /* \SPSC */
   }
   ElseIf ((CICF == 0x0F))
   {
   CICM = SAMT /* \SAMT 

Re: [Kernel-packages] [Bug 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-26 Thread Jean-Marie Tschanz
Thanks for the kind answer

*Are you sure you have downloaded the right kernel from kernel.org
?*

Er What's this kernel download all about. ?.. Is my ubuntu 22.04 system
*obsolete* already... Why can't a patch meant to provide access to such
basic things like mouse/ touchpad rely on good old solid code fitting every
system for laptop...?

I hadn't bothered downloading the latest kernel, but it seems to be
important so I've dowloaded linux 6.5.9, and extracted with tar

*NB: NOT simple to do... I had to look for the info then copy/paste the
code in order to launch the tar program... Nothing like a right click on
the file and it'd show the "extract to..." option... WHY !? I ask, because
the hardest part of the job = the extracting program,  was done.
Programmers are obviously capable of adding a right-click option and save
time for everyone. The only reason I see is, linux would be designed  for
those for whom the very use of a terminal is *the ultimate fun

... I've entered "sudo su" and have that "#" root sign. My  next step is
trying to figure out what "enter [the new kernel]" means. Do we enter
kernels ?

On Thu, 26 Oct 2023 at 09:52, Quinten Van Ginderen <
2034...@bugs.launchpad.net> wrote:

> Hi Jean-Marie,
>
> Are you sure you have downloaded the right kernel from kernel.org?
> And are you root in the unpacked kernel directory? the prompt should say
> something like /dir/linux-X.X.X/#
>
> then run the patch command :)
>
> Maybe this helped.
>
> Happy patching =)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2034477
>
> Title:
>   Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop
>
> Status in ideapad-laptop:
>   New
> Status in libinput package in Ubuntu:
>   Confirmed
> Status in linux-signed-hwe-6.2 package in Ubuntu:
>   Confirmed
> Status in linux-signed-oem-6.5 package in Ubuntu:
>   Confirmed
> Status in Fedora:
>   New
>
> Bug description:
>   Hello.
>
>   Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
>   installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
>   laptop and it was noticed that keyboard, touchpad and microphone are
>   not working. The keyboard and touchpad work fine in BIOS setup and
>   till GRUB (command line). It was found that when external devices such
>   as keyboard, mouse and microphone are connected through USB and 3.5
>   jack, respectively, these work just fine. To confirm these are not
>   hardware problems, Microsoft Windows 11  (Home) was installed in
>   another disk partition and observed all these working alright. Hence a
>   bug is being reported to draw attention of the concerned team and I
>   request them to refer this issue and do the needful at the earliest.
>
>   Regards,
>   Pradip Kumar Das
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 22.04
>   Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
>   ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
>   Uname: Linux 6.2.0-32-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu82.5
>   Architecture: amd64
>   CasperMD5CheckResult: pass
>   CurrentDesktop: ubuntu:GNOME
>   Date: Wed Sep  6 08:04:42 2023
>   InstallationDate: Installed on 2023-08-14 (22 days ago)
>   InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64
> (20230223)
>   ProcEnviron:
>LANGUAGE=en_IN:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_IN
>SHELL=/bin/bash
>   SourcePackage: linux-signed-hwe-6.2
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+subscriptions
>
>

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

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in ideapad-laptop:
  New
Status in libinput package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed
Status in linux-signed-oem-6.5 package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this 

[Kernel-packages] [Bug 2034619] Re: [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy load in Wayland

2023-10-26 Thread Timo Aaltonen
Hello Martin, or anyone else affected,

Accepted mutter into mantic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mutter/45.0-3ubuntu3.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
mantic to verification-done-mantic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-mantic. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: mutter (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-mantic

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

Title:
  [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy
  load in Wayland

Status in Linux:
  New
Status in Mutter:
  Fix Released
Status in X.Org X server:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Fix Committed
Status in linux source package in Mantic:
  Triaged
Status in mutter source package in Mantic:
  Fix Committed

Bug description:
  [ Impact ]

  gnome-shell gets unceremoniously SIGKILLed on some Ryzen systems,
  sometimes when the screen locks, sometimes when launching particular
  apps.

  [ Workaround ]

  Add this to /etc/environment:

    MUTTER_DEBUG_KMS_THREAD_TYPE=user

  and then reboot.

  [ Test Plan ]

  Not all Ryzen systems (including one I just purchased) are able to
  reproduce the bug. We have no choice but to leave final verification
  to the community. Anyone affected should try locking their screen and
  verify they are not instantly returned to the login screen.

  [ Where problems could occur ]

  Anywhere in frame scheduling and particularly for mouse cursor
  movement since that's what the real-time thread exists to optimize.

  [ Original Description ]

  I have this issue on Ubuntu 23.10. Lock screen works only with an external 
monitor connected. Otherwise the session is ended and the user is logged out 
and brought to the gdm screen.
  All works in xorg.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~beta.1-0ubuntu2
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 22:32:22 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-09-03 (3 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230901.1)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 45~beta.1-1ubuntu2
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/2034619/+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 2041272] [NEW] package nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3 failed to install/upgrade: el subproceso instalado paquete nvidia-dkms-535 script post-installation devolvió e

2023-10-26 Thread Jesús Hernandez
Public bug reported:

no me mustra la segunda pantalla

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3
Uname: Linux 6.4.9-060409-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
AptOrdering:
 vim-tiny:amd64: Install
 vim-common:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: pass
Date: Thu Oct 26 10:12:34 2023
ErrorMessage: el subproceso instalado paquete nvidia-dkms-535 script 
post-installation devolvió el código de salida de error 10
InstallationDate: Installed on 2023-01-04 (294 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.2
 apt  2.4.10
SourcePackage: nvidia-graphics-drivers-535
Title: package nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3 failed to 
install/upgrade: el subproceso instalado paquete nvidia-dkms-535 script 
post-installation devolvió el código de salida de error 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package jammy need-duplicate-check

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

Title:
  package nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3 failed to
  install/upgrade: el subproceso instalado paquete nvidia-dkms-535
  script post-installation devolvió el código de salida de error 10

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

Bug description:
  no me mustra la segunda pantalla

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3
  Uname: Linux 6.4.9-060409-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  AptOrdering:
   vim-tiny:amd64: Install
   vim-common:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Thu Oct 26 10:12:34 2023
  ErrorMessage: el subproceso instalado paquete nvidia-dkms-535 script 
post-installation devolvió el código de salida de error 10
  InstallationDate: Installed on 2023-01-04 (294 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.10
  SourcePackage: nvidia-graphics-drivers-535
  Title: package nvidia-dkms-535 535.113.01-0ubuntu0.22.04.3 failed to 
install/upgrade: el subproceso instalado paquete nvidia-dkms-535 script 
post-installation devolvió el código de salida de error 10
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2023-10-26 Thread Jesús Hernandez
Public bug reported:

el dirver no funciona correctamente

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: nvidia-driver-535 535.113.01-0ubuntu0.22.04.3
Uname: Linux 6.4.9-060409-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
AptOrdering:
 vim-tiny:amd64: Install
 vim-common:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: pass
Date: Thu Oct 26 10:12:34 2023
ErrorMessage: problemas de dependencias - se deja sin configurar
InstallationDate: Installed on 2023-01-04 (294 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.2
 apt  2.4.10
SourcePackage: nvidia-graphics-drivers-535
Title: package nvidia-driver-535 535.113.01-0ubuntu0.22.04.3 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package jammy need-duplicate-check

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

Title:
  package nvidia-driver-535 535.113.01-0ubuntu0.22.04.3 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

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

Bug description:
  el dirver no funciona correctamente

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: nvidia-driver-535 535.113.01-0ubuntu0.22.04.3
  Uname: Linux 6.4.9-060409-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  AptOrdering:
   vim-tiny:amd64: Install
   vim-common:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Thu Oct 26 10:12:34 2023
  ErrorMessage: problemas de dependencias - se deja sin configurar
  InstallationDate: Installed on 2023-01-04 (294 days ago)
  InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
  Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.10
  SourcePackage: nvidia-graphics-drivers-535
  Title: package nvidia-driver-535 535.113.01-0ubuntu0.22.04.3 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2041271/+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 2034619] Re: [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy load in Wayland

2023-10-26 Thread Mario Limonciello
Sure. It wasn't opened yet when I uploaded to mantic a few days ago.


Since it's open now I've:
1. uploaded a *ubuntu4 version to noble (after a local test build with noble 
archive worked).
2. uploaded a *ubuntu3.1 version to mantic to make sure the version string 
doesn't conflict since they will be different binaries.

Please reject the *ubuntu4 version from the mantic-proposed queue and
accept the *ubuntu3.1 version (if it looks good).

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Mario Limonciello (superm1)

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

Title:
  [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy
  load in Wayland

Status in Linux:
  New
Status in Mutter:
  Fix Released
Status in X.Org X server:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Fix Committed
Status in linux source package in Mantic:
  Triaged
Status in mutter source package in Mantic:
  In Progress

Bug description:
  [ Impact ]

  gnome-shell gets unceremoniously SIGKILLed on some Ryzen systems,
  sometimes when the screen locks, sometimes when launching particular
  apps.

  [ Workaround ]

  Add this to /etc/environment:

    MUTTER_DEBUG_KMS_THREAD_TYPE=user

  and then reboot.

  [ Test Plan ]

  Not all Ryzen systems (including one I just purchased) are able to
  reproduce the bug. We have no choice but to leave final verification
  to the community. Anyone affected should try locking their screen and
  verify they are not instantly returned to the login screen.

  [ Where problems could occur ]

  Anywhere in frame scheduling and particularly for mouse cursor
  movement since that's what the real-time thread exists to optimize.

  [ Original Description ]

  I have this issue on Ubuntu 23.10. Lock screen works only with an external 
monitor connected. Otherwise the session is ended and the user is logged out 
and brought to the gdm screen.
  All works in xorg.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~beta.1-0ubuntu2
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 22:32:22 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-09-03 (3 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230901.1)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 45~beta.1-1ubuntu2
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/2034619/+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 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
Another note is that NO_HZ_FULL is already built-in on 6.5 "lowlatency" kernel:
https://bugs.launchpad.net/ubuntu/+source/linux-lowlatency/+bug/2023007

But currently it's only available on Mantic, I think we should also
consider if it's more proper for lowlatency kernel instead of generic

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 2037667] Re: Regression on Jammy's kernel 5.15 when creating ip6gre and vti6 tunnels

2023-10-26 Thread Julian Andres Klode
** Tags removed: rls-jj-incoming
** Tags added: foundations-todo

** Changed in: systemd (Ubuntu Jammy)
 Assignee: (unassigned) => Nick Rosbrook (enr0n)

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

Title:
  Regression on Jammy's kernel 5.15 when creating ip6gre and vti6
  tunnels

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in linux source package in Jammy:
  Triaged
Status in systemd source package in Jammy:
  New

Bug description:
  We noticed that some of Netplan's integration tests started to fail on
  Jammy. These tests will try to create ip6gre and vti6 virtual
  interfaces and systemd-networkd is failing to create them starting on
  kernel 5.15.0-83.92. As far as I can tell, kernel 5.15.0-82.91 is the
  last revision where it works. So, some change between 5.15.0-82.91 and
  5.15.0-83.92 is causing this regression.

  How to reproduce the issue:

  # Launch a jammy cloud VM:

  lxc launch images:ubuntu/jammy/cloud jammy --vm
  lxc shell jammy

  # Create a netplan file that creates 2 tunnels:
   
  cat > /etc/netplan/10-tun.yaml 2' && reboot

  # Check with "ip link" again that both tun0 and tun1 were created

  # Reboot again to go back to the most recent kernel and check with "ip link" 
that both tun0 and tun1 were not created.
  --- 
  ProblemType: Bug
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Sep 29 12:52 seq
   crw-rw 1 root audio 116, 33 Sep 29 12:52 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: [Errno 2] No such file or directory: 'fuser'
  CRDA: N/A
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: lxd
  CloudName: lxd
  CloudPlatform: lxd
  CloudSubPlatform: LXD socket API v. 1.0 (/dev/lxd/sock)
  DistroRelease: Ubuntu 22.04
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lspci: Error: [Errno 2] No such file or directory: 'lspci'
  Lspci-vt: Error: [Errno 2] No such file or directory: 'lspci'
  Lsusb: Error: [Errno 2] No such file or directory: 'lsusb'
  Lsusb-t: Error: [Errno 2] No such file or directory: 'lsusb'
  Lsusb-v: Error: [Errno 2] No such file or directory: 'lsusb'
  MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 virtio_gpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-84-generic root=/dev/sda2 
ro quiet splash console=tty1 console=ttyS0 vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-84.93-generic 5.15.116
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-84-generic N/A
   linux-backports-modules-5.15.0-84-generic  N/A
   linux-firmware N/A
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  Tags:  jammy uec-images
  Uname: Linux 5.15.0-84-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 2/2/2022
  dmi.bios.release: 0.0
  dmi.bios.vendor: EDK II
  dmi.bios.version: unknown
  dmi.board.name: LXD
  dmi.board.vendor: Canonical Ltd.
  dmi.board.version: pc-q35-8.0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-q35-8.0
  dmi.modalias: 
dmi:bvnEDKII:bvrunknown:bd2/2/2022:br0.0:svnQEMU:pnStandardPC(Q35+ICH9,2009):pvrpc-q35-8.0:rvnCanonicalLtd.:rnLXD:rvrpc-q35-8.0:cvnQEMU:ct1:cvrpc-q35-8.0:sku:
  dmi.product.name: Standard PC (Q35 + ICH9, 2009)
  dmi.product.version: pc-q35-8.0
  dmi.sys.vendor: QEMU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2037667/+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 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-26 Thread Endre Olah
Hi Quinten,

I am typing this on the laptop keyboard (Lenovo IdeaPad Slim 3 15AMN8),
thanks to your instructions. :D

You are a genious, Man! Thanks a lot.

But let me have one question. How can I prevent that this patched kernel
is overwritten by a newer one at some point of time of an update?

Now I am happy, after successful patching.

Kind regards

   Endre

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

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in ideapad-laptop:
  New
Status in libinput package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed
Status in linux-signed-oem-6.5 package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+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 2038248] Re: Slab page exclusion issue on Linux 6.2-rc1

2023-10-26 Thread Andreas Hasenack
Hi Chengen, or someone else:

could you please clarify that you also performed the test with the 5.15
GA kernel for Jammy, not just 6.2, which is what I assume you did?

I see that @mfo tested with 5.15 in comment #7, but that was before the
package landed in jammy-proposed.

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

Title:
  Slab page exclusion issue on Linux 6.2-rc1

Status in makedumpfile package in Ubuntu:
  Fix Released
Status in makedumpfile source package in Jammy:
  Fix Committed
Status in makedumpfile source package in Lunar:
  Fix Committed

Bug description:
  [Impact]

  The kernel crashdumps generated by makedumpfile on kernel 6.2
  (affects Lunar, and Jammy with the HWE kernel) might not open
  on crash, due to kernel changes not reflected in makedumpfile.

  The Kernel commit 130d4df57390 ("mm/sl[au]b: rearrange struct slab fields to 
allow larger rcu_head"), included in Linux 6.2-rc1 and later versions, 
introduced a change that aligns the offset of slab.slabs with that of 
page.mapping.
  However, this modification unintentionally causes the makedumpfile command 
with the -d 8 option, meant to exclude user data, to incorrectly exclude 
certain slab pages.
  Consequently, when utilizing dumpfiles generated in this manner, the "crash" 
utility may encounter an error when attempting to initiate a session:

  crash: page excluded: kernel virtual address: e269d428  type:
  "xa_node shift"

  [Fix]

  An upstream fix is available.
  ==
  commit 5f17bdd2128998a3eeeb4521d136a19fadb6
  Author: Kazuhito Hagio 
  Date:   Wed Dec 21 11:06:39 2022 +0900

  [PATCH] Fix wrong exclusion of slab pages on Linux 6.2-rc1
  ==

  [Test Plan]

  1. Install the required packages and then proceed to reboot the machine.
  # sudo apt install crash linux-crashdump -y
  # reboot

  2. To check the status of kdump, use the `kdump-config show` command.
  # kdump-config show
  DUMP_MODE:kdump
  USE_KDUMP:1
  KDUMP_COREDIR:/var/crash
  crashkernel addr: 0x6400
     /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-6.2.0-33-generic
  kdump initrd:
     /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-6.2.0-33-generic
  current state:ready to kdump

  kexec command:
    /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-6.2.0-33-generic 
root=UUID=3e72f5d5-870b-4b8e-9a0d-8ba920391379 ro console=tty1 console=ttyS0 
reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll 
usbcore.nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz

  3. To trigger a crash dump forcefully, execute the `echo c | sudo tee 
/proc/sysrq-trigger` command.
  4. Download the kernel .ddeb file, which will be used for analyzing the dump 
file.
  # sudo -i
  # cd /var/crash
  # pull-lp-ddebs linux-image-unsigned-$(uname -r)
  # dpkg-deb -x linux-image-unsigned-$(uname -r)-*.ddeb dbgsym-$(uname -r)
  5. Utilize the "crash" utility to parse and analyze the dump file.
  # crash dbgsym-$(uname -r)/usr/lib/debug/boot/vmlinux-$(uname -r) 
/dump.
  ...
  please wait... (gathering task table data)
  crash: page excluded: kernel virtual address: e269d428  type: 
"xa_node shift"

  [Where problems could occur]

  The patch has altered the method for excluding slab pages, aligning with the 
structural changes introduced in Linux 6.2-rc1.
  This modification is essential for Linux kernel 6.2.
  However, it's crucial to note that this change may impact the content of the 
dump file, potentially leading to a situation where the "crash" utility is 
unable to parse it in the worst-case scenario.

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

2023-10-26 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 2041219

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

Title:
  GUI Freezes Randomly

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  So everything would be working normally and then all of a sudden the
  laptop would freeze and nothing works.

  There's nothing in /var/crash.

  This has been run:

  cd ~/.local/share/gnome-shell/

  rm -rf extensions

  output of journalctl -b-1 > prevboot.txt is attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2041219/+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 2041219] [NEW] GUI Freezes Randomly

2023-10-26 Thread Darian Paul Levy
Public bug reported:

Hi,

So everything would be working normally and then all of a sudden the
laptop would freeze and nothing works.

There's nothing in /var/crash.

This has been run:

cd ~/.local/share/gnome-shell/

rm -rf extensions

output of journalctl -b-1 > prevboot.txt is attached

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

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/bugs/2041219/+attachment/5713528/+files/prevboot.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/2041219

Title:
  GUI Freezes Randomly

Status in linux package in Ubuntu:
  New

Bug description:
  Hi,

  So everything would be working normally and then all of a sudden the
  laptop would freeze and nothing works.

  There's nothing in /var/crash.

  This has been run:

  cd ~/.local/share/gnome-shell/

  rm -rf extensions

  output of journalctl -b-1 > prevboot.txt is attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2041219/+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 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
The attached is ltp test results with NO_HZ_FULL built-in and activate in 
kernel cmdline, e.g.
isolcpus=2-15,18-31 nohz_full=2-15,18-31 rcu_nocbs=2-15,18-31

but tests were run on non-activate CPU 16

** Attachment added: "nohz-log-noisolcpu.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+attachment/5713517/+files/nohz-log-noisolcpu.tgz

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
The attached is ltp test results with NO_HZ_FULL built-in and activate on 
kernel cmdline, e.g.
isolcpus=2-15,18-31 nohz_full=2-15,18-31 rcu_nocbs=2-15,18-31

tests were run on cpu 4


** Attachment added: "nohz-log-isolcpu.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+attachment/5713513/+files/nohz-log-isolcpu.tgz

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
The attached is ltp test results with NO_HZ_FULL built-in but not
actiavte

** Attachment added: "nohz-log.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+attachment/5713512/+files/nohz-log.tgz

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
The attached is ltp test results with default ubuntu kernel

** Attachment added: "log.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+attachment/5713511/+files/log.tgz

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 2034619] Re: [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy load in Wayland

2023-10-26 Thread Timo Aaltonen
Mario, could you also upload this to noble? It's open now

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

Title:
  [amdgpu] gnome-shell gets SIGKILL'd when lock screen or under heavy
  load in Wayland

Status in Linux:
  New
Status in Mutter:
  Fix Released
Status in X.Org X server:
  Fix Released
Status in linux package in Ubuntu:
  Triaged
Status in mutter package in Ubuntu:
  Fix Committed
Status in linux source package in Mantic:
  Triaged
Status in mutter source package in Mantic:
  In Progress

Bug description:
  [ Impact ]

  gnome-shell gets unceremoniously SIGKILLed on some Ryzen systems,
  sometimes when the screen locks, sometimes when launching particular
  apps.

  [ Workaround ]

  Add this to /etc/environment:

    MUTTER_DEBUG_KMS_THREAD_TYPE=user

  and then reboot.

  [ Test Plan ]

  Not all Ryzen systems (including one I just purchased) are able to
  reproduce the bug. We have no choice but to leave final verification
  to the community. Anyone affected should try locking their screen and
  verify they are not instantly returned to the login screen.

  [ Where problems could occur ]

  Anywhere in frame scheduling and particularly for mouse cursor
  movement since that's what the real-time thread exists to optimize.

  [ Original Description ]

  I have this issue on Ubuntu 23.10. Lock screen works only with an external 
monitor connected. Otherwise the session is ended and the user is logged out 
and brought to the gdm screen.
  All works in xorg.

  ProblemType: Crash
  DistroRelease: Ubuntu 23.10
  Package: gnome-shell 45~beta.1-0ubuntu2
  ProcVersionSignature: Ubuntu 6.3.0-7.7-generic 6.3.5
  Uname: Linux 6.3.0-7-generic x86_64
  ApportVersion: 2.27.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 22:32:22 2023
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2023-09-03 (3 days ago)
  InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230901.1)
  ProcCmdline: /usr/bin/gnome-shell
  RelatedPackageVersions: mutter-common 45~beta.1-1ubuntu2
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  separator:

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

2023-10-26 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to
  install/upgrade: installed linux-headers-6.5.0-10-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Using Software Updater.

  ProblemType: Package
  DistroRelease: Ubuntu 23.10
  Package: linux-headers-6.5.0-10-generic 6.5.0-10.10
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlopez 3600 F wireplumber
   /dev/snd/seq:jlopez 3593 F pipewire
  CasperMD5CheckResult: unknown
  Date: Thu Oct 26 07:28:32 2023
  ErrorMessage: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_2g7uwo@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_2g7uwo ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.11, Python 3.11.6, python3-minimal, 3.11.4-5
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: grub-pc 2.12~rc1-10ubuntu4
  SourcePackage: linux
  Title: package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to 
install/upgrade: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: Upgraded to mantic on 2023-10-22 (4 days ago)
  dmi.bios.date: 01/07/2023
  dmi.bios.release: 7.2
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.02LS1
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: NP5x_NP6x_NP7xRNJ_RNH
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.2
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.02LS1:bd01/07/2023:br7.2:efr7.2:svnNotebook:pnNP5x_NP6x_NP7xRNJ_RNH:pvrNotApplicable:rvnNotebook:rnNP5x_NP6x_NP7xRNJ_RNH:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: NP5x_NP6x_NP7xRNJ_RNH
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2041121/+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 2039437] Re: linux-tools- should provide linux-tools

2023-10-26 Thread Juerg Haefliger
** Changed in: linux-meta-raspi (Ubuntu)
   Status: New => Invalid

** Changed in: linux-meta-raspi (Ubuntu Focal)
   Status: New => Fix Committed

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

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

** Changed in: linux-meta-raspi (Ubuntu Mantic)
   Status: New => In Progress

** Changed in: linux-meta-raspi (Ubuntu Mantic)
   Status: In Progress => Fix Committed

** Description changed:

  [Impact]
  
  Missing 'Provides: linux-tools', results in:
  
  $ sudo apt install linux-tools
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  Package linux-tools is a virtual package provided by:
    linux-tools-virtual-hwe-22.04-edge 6.5.0.9.11
    linux-tools-virtual-hwe-22.04 6.5.0.9.11
    linux-tools-virtual 6.5.0.9.11
    linux-tools-generic-hwe-22.04-edge 6.5.0.9.11
    linux-tools-generic-hwe-22.04 6.5.0.9.11
    linux-tools-generic 6.5.0.9.11
  You should explicitly select one to install.
  
  E: Package 'linux-tools' has no installation candidate
  
  The above should list linux-tools-raspi on ARM.
  
  [Fix]
  
  Add 'Provides: linux-tools' and 'Provides: linux-cloud-tools' to all
  meta packages that are missing them.
  
  [Test Case]
  
  See [Impact] above. The list of installation candidates should show the
  fixed meta package name.
  
  [Regression Potential]
  
  Can't think of any problems this might cause. Most meta packages are
  correct and we would have noticed issues by now (I hope).
+ 
+ [Additional Notes]
+ 
+ Affected series/metas:
+ 
+ focal/linux-meta-azure-5.15
+ focal/linux-meta-azure-fde-5.15
+ focal/linux-meta-azure
+ focal/linux-meta-denver
+ focal/linux-meta-kvm
+ focal/linux-meta-raspi
+ jammy/linux-meta-azure-6.2
+ jammy/linux-meta-azure-6.5
+ jammy/linux-meta-azure-fde-6.2
+ jammy/linux-meta-azure-fde
+ jammy/linux-meta-azure
+ jammy/linux-meta-kvm
+ jammy/linux-meta-raspi
+ lunar/linux-meta-azure
+ lunar/linux-meta-kvm
+ lunar/linux-meta-raspi
+ mantic/linux-meta-azure
+ mantic/linux-meta-raspi

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

Title:
  linux-tools- should provide linux-tools

Status in linux-meta-raspi package in Ubuntu:
  Invalid
Status in linux-meta-raspi source package in Focal:
  Fix Committed
Status in linux-meta-raspi source package in Jammy:
  Fix Committed
Status in linux-meta-raspi source package in Lunar:
  Fix Committed
Status in linux-meta-raspi source package in Mantic:
  Fix Committed

Bug description:
  [Impact]

  Missing 'Provides: linux-tools', results in:

  $ sudo apt install linux-tools
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  Package linux-tools is a virtual package provided by:
    linux-tools-virtual-hwe-22.04-edge 6.5.0.9.11
    linux-tools-virtual-hwe-22.04 6.5.0.9.11
    linux-tools-virtual 6.5.0.9.11
    linux-tools-generic-hwe-22.04-edge 6.5.0.9.11
    linux-tools-generic-hwe-22.04 6.5.0.9.11
    linux-tools-generic 6.5.0.9.11
  You should explicitly select one to install.

  E: Package 'linux-tools' has no installation candidate

  The above should list linux-tools-raspi on ARM.

  [Fix]

  Add 'Provides: linux-tools' and 'Provides: linux-cloud-tools' to all
  meta packages that are missing them.

  [Test Case]

  See [Impact] above. The list of installation candidates should show
  the fixed meta package name.

  [Regression Potential]

  Can't think of any problems this might cause. Most meta packages are
  correct and we would have noticed issues by now (I hope).

  [Additional Notes]

  Affected series/metas:

  focal/linux-meta-azure-5.15
  focal/linux-meta-azure-fde-5.15
  focal/linux-meta-azure
  focal/linux-meta-denver
  focal/linux-meta-kvm
  focal/linux-meta-raspi
  jammy/linux-meta-azure-6.2
  jammy/linux-meta-azure-6.5
  jammy/linux-meta-azure-fde-6.2
  jammy/linux-meta-azure-fde
  jammy/linux-meta-azure
  jammy/linux-meta-kvm
  jammy/linux-meta-raspi
  lunar/linux-meta-azure
  lunar/linux-meta-kvm
  lunar/linux-meta-raspi
  mantic/linux-meta-azure
  mantic/linux-meta-raspi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-raspi/+bug/2039437/+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 2041006] Re: 7900XTX support still broken on Jammy after latest update

2023-10-26 Thread Lawrence A Fossi
I extracted the firmware package from Lunar and compared the files to the one 
currently installed and noticed that amdgpu/gc_11_0_0_mes_2.bin is not present 
in the Lunar package. 
Perhaps that is what is causing the issue?

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

Title:
  7900XTX support still broken on Jammy after latest update

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  darkfoss@Tardis-2:~$ lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04

  Clean install just apt-get update and apt-get dist-upgrade 
  During the installation process when intramfs is run the following error is 
being generated:
  Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module 
amdgpu

  darkfoss@Tardis-2:~$ apt-cache policy linux-firmware
  linux-firmware:
Installed: 20220329.git681281e4-0ubuntu3.21
Candidate: 20220329.git681281e4-0ubuntu3.21
Version table:
   *** 20220329.git681281e4-0ubuntu3.21 500
  500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
  500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20220329.git681281e4-0ubuntu3.14 500
  500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu jammy-security/main i386 
Packages
   20220329.git681281e4-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  500 http://us.archive.ubuntu.com/ubuntu jammy/main i386 Packages

  All of the above do not work even though the driver is installed
  correctly. The above error prevents radeonsi from loading.

  The good news is when I installed Both 23.04 and 23.10 they had 1 working 
firmware each they are:
  From Lunar Lobster
  20230323.gitbcdcfbcf-0ubuntu1.2 security (main)   2023-07-06
  Publishing details

  Created on 2023-07-06 by Andy Whitcroft
  Published on 2023-07-06

  Changelog

  linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.2) lunar; urgency=medium

* rtl8761b usb bluetooth doesn't work following reboot until unplug/replug 
(LP: #1968604)
  - rtl_bt: Update RTL8761B BT UART firmware to 0x9DC6_D922
  - rtl_bt: Update RTL8761B BT USB firmware to 0xDFC6_D922

   -- Juerg Haefliger   Mon, 05 Jun 2023
  09:22:50 +0200

  Available diffs

  diff from 20230323.gitbcdcfbcf-0ubuntu1.1 to
  20230323.gitbcdcfbcf-0ubuntu1.2 (653 bytes)

  Builds

  [FULLYBUILT] amd64

  Built packages

  linux-firmware Firmware for Linux kernel drivers

  Package files

  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.debian.tar.xz (3.4 MiB)
  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.dsc (2.0 KiB)
  linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2_all.deb (268.0 MiB)
  linux-firmware_20230323.gitbcdcfbcf.orig.tar.xz (254.0 MiB)


  From The Mantic Minotaur  (current stable release)
  20230919.git3672ccab-0ubuntu2.1  release (main)   2023-10-09
  Publishing details

  Created on 2023-10-09 by Ubuntu Archive Auto-Sync
  Published on 2023-10-09

  Changelog

  linux-firmware (20230919.git3672ccab-0ubuntu2.1) mantic;
  urgency=medium

* /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64 (LP: 
#2038546)
  - [Packaging] config: Don't exclude cypress fw link targets

   -- Juerg Haefliger   Mon, 09 Oct 2023
  16:16:20 +0200

  Available diffs

  diff from 20230919.git3672ccab-0ubuntu2 to
  20230919.git3672ccab-0ubuntu2.1 (992 bytes)

  Builds

  [FULLYBUILT] amd64
  [FULLYBUILT] arm64
  [FULLYBUILT] armhf
  [FULLYBUILT] ppc64el
  [FULLYBUILT] riscv64
  [FULLYBUILT] s390x

  Built packages

  linux-firmware Firmware for Linux kernel drivers

  Package files

  linux-firmware_20230919.git3672ccab-0ubuntu2.1.debian.tar.xz (3.3 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1.dsc (2.0 KiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_amd64.deb (389.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_arm64.deb (386.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_armhf.deb (384.5 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_ppc64el.deb (384.2 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_riscv64.deb (384.3 MiB)
  linux-firmware_20230919.git3672ccab-0ubuntu2.1_s390x.deb (315.0 MiB)
  linux-firmware_20230919.git3672ccab.orig.tar.xz (292.2 MiB)

  darkfoss@Tardis-2:~$ glxinfo | grep render
  direct rendering: Yes
  GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
  GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
  Extended renderer info (GLX_MESA_query_renderer):
  OpenGL renderer string: Radeon RX 7900 XTX (gfx1100, LLVM 16.0.6, DRM 3.54, 
6.2.0-35-generic)
  

[Kernel-packages] [Bug 2041121] [NEW] package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to install/upgrade: installed linux-headers-6.5.0-10-generic package post-installation script subprocess

2023-10-26 Thread LoVal
Public bug reported:

Using Software Updater.

ProblemType: Package
DistroRelease: Ubuntu 23.10
Package: linux-headers-6.5.0-10-generic 6.5.0-10.10
ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
Uname: Linux 6.5.0-9-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia zfs
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jlopez 3600 F wireplumber
 /dev/snd/seq:jlopez 3593 F pipewire
CasperMD5CheckResult: unknown
Date: Thu Oct 26 07:28:32 2023
ErrorMessage: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_2g7uwo@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_2g7uwo ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.11, Python 3.11.6, python3-minimal, 3.11.4-5
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: grub-pc 2.12~rc1-10ubuntu4
SourcePackage: linux
Title: package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to 
install/upgrade: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to mantic on 2023-10-22 (4 days ago)
dmi.bios.date: 01/07/2023
dmi.bios.release: 7.2
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 1.07.02LS1
dmi.board.asset.tag: Tag 12345
dmi.board.name: NP5x_NP6x_NP7xRNJ_RNH
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.ec.firmware.release: 7.2
dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.02LS1:bd01/07/2023:br7.2:efr7.2:svnNotebook:pnNP5x_NP6x_NP7xRNJ_RNH:pvrNotApplicable:rvnNotebook:rnNP5x_NP6x_NP7xRNJ_RNH:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
dmi.product.family: Not Applicable
dmi.product.name: NP5x_NP6x_NP7xRNJ_RNH
dmi.product.sku: Not Applicable
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook

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


** Tags: amd64 apport-package mantic need-duplicate-check

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

Title:
  package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to
  install/upgrade: installed linux-headers-6.5.0-10-generic package
  post-installation script subprocess returned error exit status 1

Status in linux package in Ubuntu:
  New

Bug description:
  Using Software Updater.

  ProblemType: Package
  DistroRelease: Ubuntu 23.10
  Package: linux-headers-6.5.0-10-generic 6.5.0-10.10
  ProcVersionSignature: Ubuntu 6.5.0-9.9-generic 6.5.3
  Uname: Linux 6.5.0-9-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia zfs
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jlopez 3600 F wireplumber
   /dev/snd/seq:jlopez 3593 F pipewire
  CasperMD5CheckResult: unknown
  Date: Thu Oct 26 07:28:32 2023
  ErrorMessage: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
  MachineType: {report['dmi.sys.vendor']} {report['dmi.product.name']}
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_2g7uwo@/vmlinuz-6.5.0-9-generic 
root=ZFS=rpool/ROOT/ubuntu_2g7uwo ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.11, Python 3.11.6, python3-minimal, 3.11.4-5
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: grub-pc 2.12~rc1-10ubuntu4
  SourcePackage: linux
  Title: package linux-headers-6.5.0-10-generic 6.5.0-10.10 failed to 
install/upgrade: installed linux-headers-6.5.0-10-generic package 
post-installation script subprocess returned error exit status 1
  UpgradeStatus: Upgraded to mantic on 2023-10-22 (4 days ago)
  dmi.bios.date: 01/07/2023
  dmi.bios.release: 7.2
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.02LS1
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: NP5x_NP6x_NP7xRNJ_RNH
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.2
  dmi.modalias: 

[Kernel-packages] [Bug 2041006] [NEW] 7900XTX support still broken on Jammy after latest update

2023-10-26 Thread Lawrence A Fossi
Public bug reported:

darkfoss@Tardis-2:~$ lsb_release -rd
Description:Ubuntu 22.04.3 LTS
Release:22.04

Clean install just apt-get update and apt-get dist-upgrade 
During the installation process when intramfs is run the following error is 
being generated:
Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module 
amdgpu

darkfoss@Tardis-2:~$ apt-cache policy linux-firmware
linux-firmware:
  Installed: 20220329.git681281e4-0ubuntu3.21
  Candidate: 20220329.git681281e4-0ubuntu3.21
  Version table:
 *** 20220329.git681281e4-0ubuntu3.21 500
500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
100 /var/lib/dpkg/status
 20220329.git681281e4-0ubuntu3.14 500
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages
 20220329.git681281e4-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu jammy/main i386 Packages

All of the above do not work even though the driver is installed
correctly. The above error prevents radeonsi from loading.

The good news is when I installed Both 23.04 and 23.10 they had 1 working 
firmware each they are:
>From Lunar Lobster
20230323.gitbcdcfbcf-0ubuntu1.2 security (main) 2023-07-06
Publishing details

Created on 2023-07-06 by Andy Whitcroft
Published on 2023-07-06

Changelog

linux-firmware (20230323.gitbcdcfbcf-0ubuntu1.2) lunar; urgency=medium

  * rtl8761b usb bluetooth doesn't work following reboot until unplug/replug 
(LP: #1968604)
- rtl_bt: Update RTL8761B BT UART firmware to 0x9DC6_D922
- rtl_bt: Update RTL8761B BT USB firmware to 0xDFC6_D922

 -- Juerg Haefliger   Mon, 05 Jun 2023
09:22:50 +0200

Available diffs

diff from 20230323.gitbcdcfbcf-0ubuntu1.1 to
20230323.gitbcdcfbcf-0ubuntu1.2 (653 bytes)

Builds

[FULLYBUILT] amd64

Built packages

linux-firmware Firmware for Linux kernel drivers

Package files

linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.debian.tar.xz (3.4 MiB)
linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2.dsc (2.0 KiB)
linux-firmware_20230323.gitbcdcfbcf-0ubuntu1.2_all.deb (268.0 MiB)
linux-firmware_20230323.gitbcdcfbcf.orig.tar.xz (254.0 MiB)


>From The Mantic Minotaur  (current stable release)
20230919.git3672ccab-0ubuntu2.1  release (main) 2023-10-09
Publishing details

Created on 2023-10-09 by Ubuntu Archive Auto-Sync
Published on 2023-10-09

Changelog

linux-firmware (20230919.git3672ccab-0ubuntu2.1) mantic; urgency=medium

  * /lib/firmware/brcm/brcmfmac43430-sdio.bin missing on riscv64 (LP: #2038546)
- [Packaging] config: Don't exclude cypress fw link targets

 -- Juerg Haefliger   Mon, 09 Oct 2023
16:16:20 +0200

Available diffs

diff from 20230919.git3672ccab-0ubuntu2 to
20230919.git3672ccab-0ubuntu2.1 (992 bytes)

Builds

[FULLYBUILT] amd64
[FULLYBUILT] arm64
[FULLYBUILT] armhf
[FULLYBUILT] ppc64el
[FULLYBUILT] riscv64
[FULLYBUILT] s390x

Built packages

linux-firmware Firmware for Linux kernel drivers

Package files

linux-firmware_20230919.git3672ccab-0ubuntu2.1.debian.tar.xz (3.3 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1.dsc (2.0 KiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_amd64.deb (389.5 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_arm64.deb (386.5 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_armhf.deb (384.5 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_ppc64el.deb (384.2 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_riscv64.deb (384.3 MiB)
linux-firmware_20230919.git3672ccab-0ubuntu2.1_s390x.deb (315.0 MiB)
linux-firmware_20230919.git3672ccab.orig.tar.xz (292.2 MiB)

darkfoss@Tardis-2:~$ glxinfo | grep render
direct rendering: Yes
GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Radeon RX 7900 XTX (gfx1100, LLVM 16.0.6, DRM 3.54, 
6.2.0-35-generic)
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, 
GL_NV_conditional_render, GL_NV_copy_image, GL_NV_depth_clamp, 
GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, 
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
GL_EXT_render_snorm, GL_EXT_robustness, GL_EXT_sRGB_write_control, 
GL_INTEL_blackhole_render, GL_KHR_blend_equation_advanced, 
GL_NV_conditional_render, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, 
GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,

Hope 

[Kernel-packages] [Bug 1919154] Re: Enable CONFIG_NO_HZ_FULL on supported architectures

2023-10-26 Thread gerald.yang
The above tests is based on getpid() system call, which doesn't have
much workload except context switch, so we evaluate the additional
overhead caused by NO_HZ_FULL built-in on AMD EPYC machine

I also used LTP to run scheduler related tests, will attach the test
data later

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

Title:
  Enable CONFIG_NO_HZ_FULL on supported architectures

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Focal:
  In Progress
Status in linux source package in Groovy:
  Won't Fix
Status in linux source package in Hirsute:
  In Progress
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  [Impact]

  The CONFIG_NO_HZ_FULL=y Kconfig option causes the kernel to avoid
  sending scheduling-clock interrupts to CPUs with a single runnable task,
  and such CPUs are said to be "adaptive-ticks CPUs".  This is important
  for applications with aggressive real-time response constraints because
  it allows them to improve their worst-case response times by the maximum
  duration of a scheduling-clock interrupt.  It is also important for
  computationally intensive short-iteration workloads:  If any CPU is
  delayed during a given iteration, all the other CPUs will be forced to
  wait idle while the delayed CPU finishes.  Thus, the delay is multiplied
  by one less than the number of CPUs.  In these situations, there is
  again strong motivation to avoid sending scheduling-clock interrupts.

  [Test Plan]

  In order to verify the change will not cause performance issues in
  context switch we should compare the results for:

  ./stress-ng --seq 0 --metrics-brief -t 15

  Running on a dedicated machine and with the following services
  disabled: smartd.service, iscsid.service, apport.service,
  cron.service, anacron.timer, apt-daily.timer, apt-daily-upgrade.timer,
  fstrim.timer, logrotate.timer, motd-news.timer, man-db.timer.

  The results didn't show any performance regression:

  https://kernel.ubuntu.com/~mhcerri/lp1919154/

  [Where problems could occur]

  Performance degradation might happen for workloads with intensive
  context switching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1919154/+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 2040142] Re: Ubuntu Core 22/beta.Wireless interface wlx (TPLink) not connecting

2023-10-26 Thread Juerg Haefliger
** Changed in: canonical-kernel-snaps
   Status: Incomplete => Invalid

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

Title:
  Ubuntu Core 22/beta.Wireless interface wlx (TPLink) not connecting

Status in canonical-kernel-snaps:
  Invalid
Status in linux-raspi package in Ubuntu:
  Invalid

Bug description:
  The interface is there, and SSID is found. When trying to connect, it
  shows autoconfiguration failed.

  See attached journal export.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-kernel-snaps/+bug/2040142/+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 2038263] Re: Add SoF topology support on Intel RaptorLake DELL SKU 0C11

2023-10-26 Thread Timo Aaltonen
missing verification for oem-6.1

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

Title:
  Add SoF topology support on Intel RaptorLake DELL SKU 0C11

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  New
Status in linux source package in Jammy:
  New
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Lunar:
  Won't Fix
Status in linux source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in firmware-sof source package in Mantic:
  New
Status in linux source package in Mantic:
  In Progress
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  SRU Jusitification for firmware-sof

  [Impact]
  To support audio functions on RPL Dell SKU 0C11, it requires the topology 
file from sof-tplg-v2.2.7

  [Fix]
  Pull the sof-rpl-rt711-l0-rt1316-l12.tplg from 
https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  [Test Case]
  Install the fixes on the target platform(RPL Dell SKU 0C11) and verify the 
audio function.
  1. Install the firmware-sof on platform(RPL) Dell SKU 0C11
  2. Make sure the audio output/input devices are not dummy in audio settings.

  [Where problems could occur]
  New firmware is only for the RPL platforms which requires the specific 
topology file.

  [Misc]
  https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  

  [Impact]
  Audio play/capture are not functional on specific Dell machines of Intel RPL 
platforms

  [Fix]
  Backport the fix from Intel in https://github.com/thesofproject/linux

  [Test Case]
  1. Power on the machine and open the audio settings
  2. Verify it's not `Dummy` shown on the Audio output/input option

  [Where problems could occur]
  Only affect specific Intel RPL platforms. The risk of regression is low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2038263/+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 2038263] Re: Add SoF topology support on Intel RaptorLake DELL SKU 0C11

2023-10-26 Thread Timo Aaltonen
and mantic will continue to use 2.2.6, at least for now

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

Title:
  Add SoF topology support on Intel RaptorLake DELL SKU 0C11

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  New
Status in linux source package in Jammy:
  New
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Lunar:
  Won't Fix
Status in linux source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in firmware-sof source package in Mantic:
  New
Status in linux source package in Mantic:
  In Progress
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  SRU Jusitification for firmware-sof

  [Impact]
  To support audio functions on RPL Dell SKU 0C11, it requires the topology 
file from sof-tplg-v2.2.7

  [Fix]
  Pull the sof-rpl-rt711-l0-rt1316-l12.tplg from 
https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  [Test Case]
  Install the fixes on the target platform(RPL Dell SKU 0C11) and verify the 
audio function.
  1. Install the firmware-sof on platform(RPL) Dell SKU 0C11
  2. Make sure the audio output/input devices are not dummy in audio settings.

  [Where problems could occur]
  New firmware is only for the RPL platforms which requires the specific 
topology file.

  [Misc]
  https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  

  [Impact]
  Audio play/capture are not functional on specific Dell machines of Intel RPL 
platforms

  [Fix]
  Backport the fix from Intel in https://github.com/thesofproject/linux

  [Test Case]
  1. Power on the machine and open the audio settings
  2. Verify it's not `Dummy` shown on the Audio output/input option

  [Where problems could occur]
  Only affect specific Intel RPL platforms. The risk of regression is low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2038263/+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 2038263] Re: Add SoF topology support on Intel RaptorLake DELL SKU 0C11

2023-10-26 Thread Timo Aaltonen
I already uploaded for J/M, they're both on the SRU queue

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

Title:
  Add SoF topology support on Intel RaptorLake DELL SKU 0C11

Status in HWE Next:
  New
Status in firmware-sof package in Ubuntu:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in firmware-sof source package in Jammy:
  New
Status in linux source package in Jammy:
  New
Status in linux-oem-6.1 source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Jammy:
  Fix Committed
Status in firmware-sof source package in Lunar:
  Won't Fix
Status in linux source package in Lunar:
  Invalid
Status in linux-oem-6.1 source package in Lunar:
  Invalid
Status in linux-oem-6.5 source package in Lunar:
  Invalid
Status in firmware-sof source package in Mantic:
  New
Status in linux source package in Mantic:
  In Progress
Status in linux-oem-6.1 source package in Mantic:
  Invalid
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  SRU Jusitification for firmware-sof

  [Impact]
  To support audio functions on RPL Dell SKU 0C11, it requires the topology 
file from sof-tplg-v2.2.7

  [Fix]
  Pull the sof-rpl-rt711-l0-rt1316-l12.tplg from 
https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  [Test Case]
  Install the fixes on the target platform(RPL Dell SKU 0C11) and verify the 
audio function.
  1. Install the firmware-sof on platform(RPL) Dell SKU 0C11
  2. Make sure the audio output/input devices are not dummy in audio settings.

  [Where problems could occur]
  New firmware is only for the RPL platforms which requires the specific 
topology file.

  [Misc]
  https://github.com/thesofproject/sof-bin/releases/tag/v2023.09

  

  [Impact]
  Audio play/capture are not functional on specific Dell machines of Intel RPL 
platforms

  [Fix]
  Backport the fix from Intel in https://github.com/thesofproject/linux

  [Test Case]
  1. Power on the machine and open the audio settings
  2. Verify it's not `Dummy` shown on the Audio output/input option

  [Where problems could occur]
  Only affect specific Intel RPL platforms. The risk of regression is low.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2038263/+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 2039575] Re: SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes

2023-10-26 Thread Frank Heimes
SRU request submitted to the Ubuntu kernel team mailing list for mantic, lunar 
and jammy.
https://lists.ubuntu.com/archives/kernel-team/2023-October/thread.html#146511
Changing status to 'In Progress' for mantic, lunar and jammy.

Kernel test builds are available here:
https://launchpad.net/~fheimes/+archive/ubuntu/lp2039575

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

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

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

** Changed in: ubuntu-z-systems
   Status: New => In Progress

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Lunar)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: linux (Ubuntu Mantic)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

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

Title:
  SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes

Status in Ubuntu on IBM z Systems:
  In Progress
Status in linux package in Ubuntu:
  New
Status in linux source package in Jammy:
  In Progress
Status in linux source package in Lunar:
  In Progress
Status in linux source package in Mantic:
  In Progress

Bug description:
  Bug description by Nils H.:

  
   Overview: 
  
  The following line in the SMC stats code (net/smc/smc_stats.h) caught my 
attention when using a payload of exactly 4096 bytes:

  #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \
  do { \
typeof(_smc_stats) stats = (_smc_stats); \
typeof(_tech) t = (_tech); \
typeof(_len) l = (_len); \
int _pos = fls64((l) >> 13); \
typeof(_rc) r = (_rc); \
int m = SMC_BUF_MAX - 1; \
this_cpu_inc((*stats).smc[t].key ## _cnt); \
if (r <= 0) \
break; \
_pos = (_pos < m) ? ((l == 1 << (_pos + 12)) ? _pos - 1 : _pos) : m; \  
<---
this_cpu_inc((*stats).smc[t].key ## _pd.buf[_pos]); \
this_cpu_add((*stats).smc[t].key ## _bytes, r); \
  } \
  while (0)

  
  With l = 4096, _pos evaluates to -1.

  
  Checking with the following uperf profile:
  # cat rr1c-4kx4k---1.xml 
  
  



 











  

  
  smcd stats output:
  # smcd -d stats reset
  SMC-D Connections Summary
Total connections handled 2
SMC connections   2 (client 2, server 0)
  v1  0
  v2  2
Handshake errors  0 (client 0, server 0)
Avg requests per SMC conn14.0
TCP fallback  0 (client 0, server 0)

  RX Stats
Data transmitted (Bytes)   5796 (5.796K)
Total requests9
Buffer full   0 (0.00%)
Buffer downgrades 0
Buffer reuses 0
  8KB16KB32KB64KB   128KB   256KB   512KB  >512KB
Bufs0   0   0   2   0   0   0   1
Reqs8   0   0   0   0   0   0   0

  TX Stats
Data transmitted (Bytes)   9960 (9.960K)
Total requests   19
Buffer full   0 (0.00%)
Buffer full (remote)  0 (0.00%)
Buffer too small  0 (0.00%)
Buffer too small (remote) 0 (0.00%)
Buffer downgrades 0
Buffer reuses 0
  8KB16KB32KB64KB   128KB   256KB   512KB  >512KB
Bufs0   2   0   0   0   0   0   0
Reqs   18   0   0   0   0   0   0   1

  Extras
Special socket calls  0
  cork0
  nodelay 0
  sendpage0
  splice  0
  urgent data 0

  
  Instead of including the payload in the wrong >512KB buckets, output should 
be to have 19 reqs in the 8KB buckets for TX stats and 9 reqs in the 8KB bucket 
for RX stats.


  
   Repro:
  
  0. Install uperf.
  1. Reset SMC-D stats on client and server.
  2. Start uperf at server side: "uperf -vs".
  3. Update profile with remote IP (server IP) and start uperf at client: 
"uperf -vai 5 -m rr1c-4kx4k---1.xml" (uperf profile, see above)

To manage notifications 

[Kernel-packages] [Bug 1983357] Re: test_021_aslr_dapper_libs from ubuntu_qrt_kernel_security failed on K-5.19 / J-OEM-6.1 / J-6.2 AMD64

2023-10-26 Thread Thadeu Lima de Souza Cascardo
Hey, Steve, we have applied this on linux-unstable, and will let it sit
there for a bit before we try this on mantic and lunar. I took the
opportunity and raised all values to the max, including the non-compat
ones. That should recover some of the bits we lost due to this PMD
alignment.

** Changed in: ubuntu-kernel-tests
   Status: New => Invalid

** Changed in: qa-regression-testing
   Status: New => Invalid

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

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

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

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

** Also affects: linux (Ubuntu Noble)
   Importance: Undecided
   Status: Fix Committed

** Also affects: linux-oem-6.1 (Ubuntu Noble)
   Importance: Undecided
   Status: Invalid

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

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

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

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

** Changed in: linux (Ubuntu Mantic)
 Assignee: (unassigned) => Thadeu Lima de Souza Cascardo (cascardo)

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

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

** Changed in: linux (Ubuntu Lunar)
 Assignee: (unassigned) => Thadeu Lima de Souza Cascardo (cascardo)

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

Title:
  test_021_aslr_dapper_libs from ubuntu_qrt_kernel_security failed on
  K-5.19 / J-OEM-6.1 / J-6.2 AMD64

Status in QA Regression Testing:
  Invalid
Status in ubuntu-kernel-tests:
  Invalid
Status in linux package in Ubuntu:
  Fix Committed
Status in linux-oem-6.1 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-oem-6.1 source package in Jammy:
  New
Status in linux source package in Kinetic:
  Invalid
Status in linux-oem-6.1 source package in Kinetic:
  Invalid
Status in linux source package in Lunar:
  Confirmed
Status in linux-oem-6.1 source package in Lunar:
  New
Status in linux source package in Mantic:
  Confirmed
Status in linux-oem-6.1 source package in Mantic:
  New
Status in linux source package in Noble:
  Fix Committed
Status in linux-oem-6.1 source package in Noble:
  Invalid

Bug description:
  Issue found on 5.19.0-9.9 Kinetic AMD64 systems

  Test log:
   Running test: './test-kernel-security.py' distro: 'Ubuntu 22.10' kernel: 
'5.19.0-9.9 (Ubuntu 5.19.0-9.9-generic 5.19.0-rc5)' arch: 'amd64' uid: 0/0 
SUDO_USER: 'ubuntu')
   test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
   ASLR of libs ... (default libs native) (default libs native rekey) (default 
libs COMPAT) FAIL
   
   ==
   FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
   ASLR of libs
   --
   Traceback (most recent call last):
 File "./test-kernel-security.py", line 1770, in test_021_aslr_dapper_libs
   self._test_aslr('libs', expected)
 File "./test-kernel-security.py", line 1727, in _test_aslr
   self._test_aslr_all(area, expected, "default %s" % area)
 File "./test-kernel-security.py", line 1720, in _test_aslr_all
   self._test_aslr_exec(area, expected, target, name)
 File "./test-kernel-security.py", line 1703, in _test_aslr_exec
   self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
 File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1203, in assertShellExitEquals
   self.assertEqual(expected, rc, msg + result + report)
   AssertionError: default libs COMPAT:
   Got exit code 1, expected 0
   Command: './aslr32', 'libs', '--verbose'
   Output:
   Checking ASLR of libs:
   0xf7c81790
   0xf7c81790
   0xf7c81790
   FAIL: ASLR not functional (libs always at 0xf7c81790)
   
   
   --
   Ran 1 test in 0.144s
   
   FAILED (failures=1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1983357/+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 2039575] Re: SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes

2023-10-26 Thread Frank Heimes
** Summary changed:

- [UBUNTU 22.04] SMC stats: Wrong bucket calculation for payload of exactly 
4096 bytes.
+ SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes

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

Title:
  SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes

Status in Ubuntu on IBM z Systems:
  New
Status in linux package in Ubuntu:
  New
Status in linux source package in Jammy:
  New
Status in linux source package in Lunar:
  New
Status in linux source package in Mantic:
  New

Bug description:
  Bug description by Nils H.:

  
   Overview: 
  
  The following line in the SMC stats code (net/smc/smc_stats.h) caught my 
attention when using a payload of exactly 4096 bytes:

  #define SMC_STAT_PAYLOAD_SUB(_smc_stats, _tech, key, _len, _rc) \
  do { \
typeof(_smc_stats) stats = (_smc_stats); \
typeof(_tech) t = (_tech); \
typeof(_len) l = (_len); \
int _pos = fls64((l) >> 13); \
typeof(_rc) r = (_rc); \
int m = SMC_BUF_MAX - 1; \
this_cpu_inc((*stats).smc[t].key ## _cnt); \
if (r <= 0) \
break; \
_pos = (_pos < m) ? ((l == 1 << (_pos + 12)) ? _pos - 1 : _pos) : m; \  
<---
this_cpu_inc((*stats).smc[t].key ## _pd.buf[_pos]); \
this_cpu_add((*stats).smc[t].key ## _bytes, r); \
  } \
  while (0)

  
  With l = 4096, _pos evaluates to -1.

  
  Checking with the following uperf profile:
  # cat rr1c-4kx4k---1.xml 
  
  



 











  

  
  smcd stats output:
  # smcd -d stats reset
  SMC-D Connections Summary
Total connections handled 2
SMC connections   2 (client 2, server 0)
  v1  0
  v2  2
Handshake errors  0 (client 0, server 0)
Avg requests per SMC conn14.0
TCP fallback  0 (client 0, server 0)

  RX Stats
Data transmitted (Bytes)   5796 (5.796K)
Total requests9
Buffer full   0 (0.00%)
Buffer downgrades 0
Buffer reuses 0
  8KB16KB32KB64KB   128KB   256KB   512KB  >512KB
Bufs0   0   0   2   0   0   0   1
Reqs8   0   0   0   0   0   0   0

  TX Stats
Data transmitted (Bytes)   9960 (9.960K)
Total requests   19
Buffer full   0 (0.00%)
Buffer full (remote)  0 (0.00%)
Buffer too small  0 (0.00%)
Buffer too small (remote) 0 (0.00%)
Buffer downgrades 0
Buffer reuses 0
  8KB16KB32KB64KB   128KB   256KB   512KB  >512KB
Bufs0   2   0   0   0   0   0   0
Reqs   18   0   0   0   0   0   0   1

  Extras
Special socket calls  0
  cork0
  nodelay 0
  sendpage0
  splice  0
  urgent data 0

  
  Instead of including the payload in the wrong >512KB buckets, output should 
be to have 19 reqs in the 8KB buckets for TX stats and 9 reqs in the 8KB bucket 
for RX stats.


  
   Repro:
  
  0. Install uperf.
  1. Reset SMC-D stats on client and server.
  2. Start uperf at server side: "uperf -vs".
  3. Update profile with remote IP (server IP) and start uperf at client: 
"uperf -vai 5 -m rr1c-4kx4k---1.xml" (uperf profile, see above)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/2039575/+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 1845646] Re: test_verifier in ubuntu_bpf on D-s390x failed with Failed to load prog 'Success'!

2023-10-26 Thread Po-Hsu Lin
Disco EOL, this bug is not being referenced in any hints, closing it.

** Changed in: ubuntu-kernel-tests
   Status: New => Won't Fix

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

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

Title:
  test_verifier in ubuntu_bpf on D-s390x failed with Failed to load prog
  'Success'!

Status in ubuntu-kernel-tests:
  Won't Fix
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Disco:
  Won't Fix

Bug description:
  There are 37 failures reported in the test result:

  7167. #212/p runtime/jit: pass > 32bit index to tail_call FAIL retval 2 != 42
  7431. #402/u sanitation: alu with different scalars FAIL retval 1048619 != 
1048576
  7461. #402/p sanitation: alu with different scalars FAIL retval 1048619 != 
1048576
  7830. #635/p calls: basic sanity FAIL
  7850. #636/p calls: not on unpriviledged FAIL
  7869. #637/p calls: div by 0 in subprog FAIL
  7909. #646/p calls: conditional call 2 FAIL
  7936. #648/p calls: conditional call 4 FAIL
  7965. #651/p calls: using r0 returned by callee FAIL
  7984. #653/p calls: callee is using r1 FAIL
  8003. #654/p calls: callee using args1 FAIL
  8023. #656/p calls: callee using two args FAIL
  8046. #658/p calls: two calls with args FAIL
  8094. #659/p calls: calls with stack arith FAIL
  8145. #676/p calls: two calls with stack read FAIL
  8196. #677/p calls: two calls with stack write FAIL
  8254. #680/p calls: stack depth check using three frames. test1 FAIL
  8300. #681/p calls: stack depth check using three frames. test2 FAIL
  8350. #686/p calls: write into caller stack frame FAIL
  8374. #688/p calls: two calls with stack write and void return FAIL
  8428. #690/p calls: two calls that return map_value FAIL
  8507. #691/p calls: two calls that return map_value with bool condition FAIL
  8610. #694/p calls: two calls that receive map_value via 
arg=ptr_stack_of_caller. test2 FAIL
  8733. #696/p calls: two calls that receive map_value_ptr_or_null via arg. 
test1 FAIL
  8856. #698/p calls: pkt_ptr spill into caller stack FAIL
  8895. #700/p calls: pkt_ptr spill into caller stack 3 FAIL
  8941. #701/p calls: pkt_ptr spill into caller stack 4 FAIL
  8989. #705/p calls: pkt_ptr spill into caller stack 8 FAIL
  9042. #707/p calls: caller stack init to zero or map_value_or_null FAIL
  9093. #709/p calls: two calls returning different map pointers for lookup 
(hash, array) FAIL
  9185. #734/p ld_abs: jump around ld_abs FAIL
  13304.#752/p reference tracking in call: free reference in subprog 
FAIL
  13378.#773/u masking, test in bounds 3 FAIL retval 0 != -2
  13389.#773/p masking, test in bounds 3 FAIL retval 0 != -2
  13412.#781/p reference tracking in call: alloc in subprog, release 
outside FAIL
  13450.#783/p reference tracking in call: sk_ptr spill into caller 
stack FAIL
  13524.#799/p calls: ctx read at start of subprog FAIL

  Summary: 1142 PASSED, 0 SKIPPED, 37 FAILED

  Most of them are failing with:
   #635/p calls: basic sanity FAIL
   Failed to load prog 'Success'!
   0: (85) call pc+2
   caller:
   R10=fp0,call_-1
   callee:
   frame1: R1=ctx(id=0,off=0,imm=0) R10=fp0,call_0
   3: (b7) r0 = 2
   4: (95) exit
   returning from callee:
   frame1: R0_w=inv2 R1=ctx(id=0,off=0,imm=0) R10=fp0,call_0
   to caller at 1:
   R0_w=inv2 R10=fp0,call_-1

   from 4 to 1: R0=inv2 R10=fp0,call_-1
   1: (b7) r0 = 1
   2: (95) exit
   processed 5 insns (limit 131072), stack depth 0+0
   JIT doesn't support bpf-to-bpf calls

  
  Please find attachment for the detailed test report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1845646/+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 2040181] Re: upgrade zfs-linux to 2.2.0 final

2023-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 2.2.0-0ubuntu1

---
zfs-linux (2.2.0-0ubuntu1) noble; urgency=medium

  * New upstream release. LP: #2040181
- drop patches applied upstream
- fix potential data loss
- upgrade to 2.2.0 final
- adjust symbols

 -- Dimitri John Ledkov   Tue, 24 Oct 2023
13:25:21 +0100

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

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

Title:
  upgrade zfs-linux to 2.2.0 final

Status in zfs-linux package in Ubuntu:
  Fix Released
Status in zfs-linux source package in Mantic:
  Confirmed
Status in zfs-linux source package in Noble:
  Fix Released

Bug description:
  [ Impact ]

   * Potential data loss with zfs 2.2.0-rc3 resolved in -rc5, proposal
  to update to final

   * Ubuntu Mantic shipped 2.2.0-rc3 with approximately 10 additional
  cherrypicks, or kernel team created fixes that got contributed &
  accepted upstream. At the time this was the only way to get zfs
  working with  v6.5 kernels and also drop the need for shiftfs (due to
  zfs impovements). Since us shipping this package, upstream has
  identified and fixed multiple small bugfixes in the subsequent RC and
  the final releases, including one bug fix that can lead to potential
  data loss.

   * The 2.2.0 release branch was frozen for a long time already, and
  outstanding number of commits of fixes that Mantic does not have is
  less than 30 small patches.

   * Proposal to upgrade our build to 2.2.0 final, pick up all the
  regression fixes, and drop all the cherrypicked patches that enable
  v6.5 support. This will give us the best kernel driver to support in
  the runnup to next Ubuntu LTS.

  [ Test Plan ]

   * autopkgtest pass

   * kernel regression zfs testsuite pass

   * zsys integration test pass

   * LXD support retested

  [ Where problems could occur ]

   * LXD snap in edge shipped zfs tooling of RC5 version until 16th
  October when they upgraded to 2.2.0 final, there are no kernel-
  userspace incompatiblities between RC & final, but we should
  explicitly test this.

  [ Other Info ]

   * Upstream is alerting us to the potential data loss and requesting
  upgrade to 2.2.0-rc5 or better.

  [ Abbriviated changes being introduced ]

  $ git log --oneline 4a104ac047..95785196f2 -- cmd/ lib/ module/os/linux/ | 
grep -v compat
  810fc49a3e Ensure we call fput when cloning fails due to different devices.
  a80e1f1c90 zvol: Temporally disable blk-mq
  33d7c2d165 import: require force when cachefile hostid doesn't match on-disk
  8015e2ea66 Add '-u' - nomount flag for zfs set
  c53bc3837c Improve the handling of sharesmb,sharenfs properties
  e9dc31c74e Update the behavior of mountpoint property
  608741d062 Report ashift of L2ARC devices in zdb
  0ce1b2ca19 Invoke zdb by guid to avoid import errors
  0aabd6b482 ZIL: Avoid dbuf_read() in ztest_get_data()
  a199cac6cd status: report pool suspension state under failmode=continue
  729507d309 Fix occasional rsend test crashes
  3af63683fe cmd: add 'help' subcommand to zpool and zfs
  9aa1a2878e Fix incorrect expected error in ztest
  f7a07d76ee Retire z_nr_znodes
  54c6fbd378 zed: Allow autoreplace and fault LEDs for removed vdevs
  32949f2560 Relax error reporting in zpool import and zpool split
  63159e5bda checkstyle: fix action failures
  e99e684b33 zed: update zed.d/statechange-slot_off.sh
  d19304ffee zed: Add zedlet to power off slot when drive is faulted
  92f095a903 copy_file_range: fix fallback when source create on same txg
  895cb689d3 zfs_clone_range should return a descriptive error codes
  6bdc7259d1 libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1
  df8c9f351d ZIL: Second attempt to reduce scope of zl_issuer_lock.
  0ae7bfc0a4 zpool_vdev_remove() should handle EALREADY error return
  bd1eab16eb linux: zfs: ctldir: set [amc]time to snapshot's creation property
  c47f0f4417 linux/copy_file_range: properly request a fallback copy on Linux 
<5.3
  12f2b1f65e zdb: include cloned blocks in block statistics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2040181/+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 1310402] Re: Userland depends on ionice idle but default scheduler is "deadline".

2023-10-26 Thread Michael Mess
Finally I have sent the processes stealing I/O throughput a STOP signal (kill 
-19), 
and voila: The I/O througput of the mv command increased from ~2 Mb/s to ~75 
Mb/s.

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

Title:
  Userland depends on ionice idle but default scheduler is "deadline".

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Userland depends upon the idle feature of the CFQ scheduler, this can
  lead to extreme desktop sluggishness with the default deadline
  scheduler due to IO blocking.

  In my case, the KDE baloo indexer was indexing all of my files, and
  making other desktop processes block.  The baloo processes are set to
  idle IO priority to avoid this problem but this was not being honored.

  From the information I have found online and in the ionice man page,
  the idle priority only is useful with the CFQ scheduler.

  KDE Baloo indexer sets it's processes to use "idle" priority

  the man-db cronjobs also use idle priority
  root@sirius:/etc# grep idle cron.daily/man-db 
  iosched_idle=
  iosched_idle='--iosched idle'
  --oknodo --chuid man $iosched_idle -- -c \
$iosched_idle \

  The compiled in default scheduler is "deadline"
  root@sirius:/boot# grep DEFAULT_IOSCHED config-3.13.0-24-generic 
  CONFIG_DEFAULT_IOSCHED="deadline"

  from the ionice man page:
  Linux supports I/O scheduling priorities and classes since 2.6.13 with the 
CFQ I/O scheduler.

  root@sirius:/boot# uname -a
  Linux sirius 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.13.0.24.28
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  zmc2658 F pulseaudio
zmc3010 F pulseaudio
   /dev/snd/controlC0:  zmc2658 F pulseaudio
zmc3010 F pulseaudio
  CurrentDesktop: KDE
  Date: Sun Apr 20 17:23:28 2014
  HibernationDevice: RESUME=UUID=dea47071-fda3-4725-a9c5-1f4fc531e6ef
  InstallationDate: Installed on 2014-04-18 (2 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  MachineType: Acer Aspire 7551
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/26/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.15
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 7551
  dmi.board.vendor: Acer
  dmi.board.version: V1.15
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.15
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.15:bd10/26/2010:svnAcer:pnAspire7551:pvrV1.15:rvnAcer:rnAspire7551:rvrV1.15:cvnAcer:ct10:cvrV1.15:
  dmi.product.name: Aspire 7551
  dmi.product.version: V1.15
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310402/+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 1310402] Re: Userland depends on ionice idle but default scheduler is "deadline".

2023-10-26 Thread Michael Mess
I have experienced this also on Ubuntu 16.04.7 LTS when I wanted to move
1,5 TB data to an external USB3 disk.

When I started the mv command it performed well until I have noticed that 
BackupPC and updatedb.mlocate woke up to do plenty of disk activity, slowing 
down the source disk of the mv command.
Then I used ionice to set the priority of those processes to "idle" and the mv 
to "rt/4" priority in the hope that the mv will be able to read at maximum 
speed while the idle processes will have to wait most of the time until the mv 
process has finished.

But the performance of the mv process didn't increase as expected.

Both, source and target disks are spinning disks, not SSDs.

I would expect that it should be possible to force the linux kernel to process 
the mv command to be done in maximum speed while other processes should not be 
able to steal I/O throughput until the mv is done.
I could have killed the other processes, but this is not what I wanted to do 
for that.

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

Title:
  Userland depends on ionice idle but default scheduler is "deadline".

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Userland depends upon the idle feature of the CFQ scheduler, this can
  lead to extreme desktop sluggishness with the default deadline
  scheduler due to IO blocking.

  In my case, the KDE baloo indexer was indexing all of my files, and
  making other desktop processes block.  The baloo processes are set to
  idle IO priority to avoid this problem but this was not being honored.

  From the information I have found online and in the ionice man page,
  the idle priority only is useful with the CFQ scheduler.

  KDE Baloo indexer sets it's processes to use "idle" priority

  the man-db cronjobs also use idle priority
  root@sirius:/etc# grep idle cron.daily/man-db 
  iosched_idle=
  iosched_idle='--iosched idle'
  --oknodo --chuid man $iosched_idle -- -c \
$iosched_idle \

  The compiled in default scheduler is "deadline"
  root@sirius:/boot# grep DEFAULT_IOSCHED config-3.13.0-24-generic 
  CONFIG_DEFAULT_IOSCHED="deadline"

  from the ionice man page:
  Linux supports I/O scheduling priorities and classes since 2.6.13 with the 
CFQ I/O scheduler.

  root@sirius:/boot# uname -a
  Linux sirius 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.13.0.24.28
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  zmc2658 F pulseaudio
zmc3010 F pulseaudio
   /dev/snd/controlC0:  zmc2658 F pulseaudio
zmc3010 F pulseaudio
  CurrentDesktop: KDE
  Date: Sun Apr 20 17:23:28 2014
  HibernationDevice: RESUME=UUID=dea47071-fda3-4725-a9c5-1f4fc531e6ef
  InstallationDate: Installed on 2014-04-18 (2 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  MachineType: Acer Aspire 7551
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/26/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.15
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire 7551
  dmi.board.vendor: Acer
  dmi.board.version: V1.15
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.15
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.15:bd10/26/2010:svnAcer:pnAspire7551:pvrV1.15:rvnAcer:rnAspire7551:rvrV1.15:cvnAcer:ct10:cvrV1.15:
  dmi.product.name: Aspire 7551
  dmi.product.version: V1.15
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310402/+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 2040181] Re: upgrade zfs-linux to 2.2.0 final

2023-10-26 Thread Dimitri John Ledkov
** Also affects: zfs-linux (Ubuntu Noble)
   Importance: Undecided
   Status: Fix Committed

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

Title:
  upgrade zfs-linux to 2.2.0 final

Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in zfs-linux source package in Mantic:
  Confirmed
Status in zfs-linux source package in Noble:
  Fix Committed

Bug description:
  [ Impact ]

   * Potential data loss with zfs 2.2.0-rc3 resolved in -rc5, proposal
  to update to final

   * Ubuntu Mantic shipped 2.2.0-rc3 with approximately 10 additional
  cherrypicks, or kernel team created fixes that got contributed &
  accepted upstream. At the time this was the only way to get zfs
  working with  v6.5 kernels and also drop the need for shiftfs (due to
  zfs impovements). Since us shipping this package, upstream has
  identified and fixed multiple small bugfixes in the subsequent RC and
  the final releases, including one bug fix that can lead to potential
  data loss.

   * The 2.2.0 release branch was frozen for a long time already, and
  outstanding number of commits of fixes that Mantic does not have is
  less than 30 small patches.

   * Proposal to upgrade our build to 2.2.0 final, pick up all the
  regression fixes, and drop all the cherrypicked patches that enable
  v6.5 support. This will give us the best kernel driver to support in
  the runnup to next Ubuntu LTS.

  [ Test Plan ]

   * autopkgtest pass

   * kernel regression zfs testsuite pass

   * zsys integration test pass

   * LXD support retested

  [ Where problems could occur ]

   * LXD snap in edge shipped zfs tooling of RC5 version until 16th
  October when they upgraded to 2.2.0 final, there are no kernel-
  userspace incompatiblities between RC & final, but we should
  explicitly test this.

  [ Other Info ]

   * Upstream is alerting us to the potential data loss and requesting
  upgrade to 2.2.0-rc5 or better.

  [ Abbriviated changes being introduced ]

  $ git log --oneline 4a104ac047..95785196f2 -- cmd/ lib/ module/os/linux/ | 
grep -v compat
  810fc49a3e Ensure we call fput when cloning fails due to different devices.
  a80e1f1c90 zvol: Temporally disable blk-mq
  33d7c2d165 import: require force when cachefile hostid doesn't match on-disk
  8015e2ea66 Add '-u' - nomount flag for zfs set
  c53bc3837c Improve the handling of sharesmb,sharenfs properties
  e9dc31c74e Update the behavior of mountpoint property
  608741d062 Report ashift of L2ARC devices in zdb
  0ce1b2ca19 Invoke zdb by guid to avoid import errors
  0aabd6b482 ZIL: Avoid dbuf_read() in ztest_get_data()
  a199cac6cd status: report pool suspension state under failmode=continue
  729507d309 Fix occasional rsend test crashes
  3af63683fe cmd: add 'help' subcommand to zpool and zfs
  9aa1a2878e Fix incorrect expected error in ztest
  f7a07d76ee Retire z_nr_znodes
  54c6fbd378 zed: Allow autoreplace and fault LEDs for removed vdevs
  32949f2560 Relax error reporting in zpool import and zpool split
  63159e5bda checkstyle: fix action failures
  e99e684b33 zed: update zed.d/statechange-slot_off.sh
  d19304ffee zed: Add zedlet to power off slot when drive is faulted
  92f095a903 copy_file_range: fix fallback when source create on same txg
  895cb689d3 zfs_clone_range should return a descriptive error codes
  6bdc7259d1 libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1
  df8c9f351d ZIL: Second attempt to reduce scope of zl_issuer_lock.
  0ae7bfc0a4 zpool_vdev_remove() should handle EALREADY error return
  bd1eab16eb linux: zfs: ctldir: set [amc]time to snapshot's creation property
  c47f0f4417 linux/copy_file_range: properly request a fallback copy on Linux 
<5.3
  12f2b1f65e zdb: include cloned blocks in block statistics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/2040181/+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 2034477] Re: Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

2023-10-26 Thread Quinten Van Ginderen
Hi Jean-Marie,

Are you sure you have downloaded the right kernel from kernel.org?
And are you root in the unpacked kernel directory? the prompt should say 
something like /dir/linux-X.X.X/#

then run the patch command :)

Maybe this helped.

Happy patching =)

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

Title:
  Keyboard and Touchpad Not Working in New Lenovo V15 Gen4 Laptop

Status in ideapad-laptop:
  New
Status in libinput package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-6.2 package in Ubuntu:
  Confirmed
Status in linux-signed-oem-6.5 package in Ubuntu:
  Confirmed
Status in Fedora:
  New

Bug description:
  Hello.

  Ubuntu 22.04.3 with (later upgraded to kernel 6.2.0-32-generic) was
  installed in rewly purchased LENOVO V15 GEN4 AMN (AMD Ryzen 5 7520u)
  laptop and it was noticed that keyboard, touchpad and microphone are
  not working. The keyboard and touchpad work fine in BIOS setup and
  till GRUB (command line). It was found that when external devices such
  as keyboard, mouse and microphone are connected through USB and 3.5
  jack, respectively, these work just fine. To confirm these are not
  hardware problems, Microsoft Windows 11  (Home) was installed in
  another disk partition and observed all these working alright. Hence a
  bug is being reported to draw attention of the concerned team and I
  request them to refer this issue and do the needful at the earliest.

  Regards,
  Pradip Kumar Das

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1
  ProcVersionSignature: Ubuntu 6.2.0-32.32~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-32-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Sep  6 08:04:42 2023
  InstallationDate: Installed on 2023-08-14 (22 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-6.2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ideapad-laptop/+bug/2034477/+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 1988582] Re: RT test failures: ubuntu_lxc lxc-test-api-reboot and lxc-test-shutdowntest

2023-10-26 Thread Po-Hsu Lin
For J-oracle-6.2, I can see this since 6.2.0-1013.13~22.04.1 in
sru-20230904, when we first test this kernel.

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Tags added: 6.2 jammy oracle sru-20231002 ubuntu-lxc

** Tags added: sr

** Tags removed: sr
** Tags added: sru-20230904

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

Title:
  RT test failures: ubuntu_lxc  lxc-test-api-reboot and lxc-test-
  shutdowntest

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

Bug description:
  ubuntu_lxc test failures for cases lxc-test-api-reboot and lxc-test-
  shutdowntest. These tests fail since 5.15.

  Kernel source: linux-oracle
  Test name: ubuntu_lxc
  Test case: lxc-test-shutdowntest
  
+++-+---+---+---++
  | Kernel | BM.Standard.A1.160 | BM.Standard2.52 | VM.DenseIO2.8 | 
VM.Standard.A1.Flex-4c.8m | VM.Standard.E3.Flex-4c.8m | VM.Standard2.1 |
  
+++-+---+---+---++
  | 5.15.0-1017.22 |FAIL|   FAIL  |  FAIL | 
   FAIL   |FAIL   |  FAIL  |
  | 5.15.0-1013.17 |FAIL|   FAIL  |  FAIL | 
   FAIL   |FAIL   |  FAIL  |
  | 5.15.0-1007.9  |FAIL|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.15.0-1005.7  |FAIL|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.15.0-1004.6  |FAIL|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1031.36 |PASS|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1029.34 |PASS|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1028.33 |PASS|   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1027.32 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1026.31 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1025.30 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1024.29 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1023.28 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1022.27 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1019.23 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1018.22 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1017.21 ||   PASS  |  PASS | 
   PASS   |PASS   |  PASS  |
  | 5.13.0-1016.20 ||   PASS  |  PASS | 
  |PASS   |  PASS  |
  | 5.13.0-1011.13 ||   PASS  |  PASS | 
  |PASS   |  PASS  |
  | 5.13.0-1010.12 || |  PASS | 
  |PASS   |  PASS  |
  
+++-+---+---+---++

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1988582/+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 2036149] Re: BlueZ release 5.70

2023-10-26 Thread Daniel van Vugt
And as always, everything is in:
https://git.launchpad.net/~bluetooth/bluez

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

Title:
  BlueZ release 5.70

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Update to BlueZ 5.70 (or later) in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+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 2036149] Re: BlueZ release 5.70

2023-10-26 Thread Daniel van Vugt
** Attachment added: "bluez_5.70-0ubuntu1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+attachment/5713325/+files/bluez_5.70-0ubuntu1.debian.tar.xz

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

Title:
  BlueZ release 5.70

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Update to BlueZ 5.70 (or later) in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+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 2036149] Re: BlueZ release 5.70

2023-10-26 Thread Daniel van Vugt
** Attachment added: "bluez_5.70.orig.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+attachment/5713323/+files/bluez_5.70.orig.tar.xz

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

Title:
  BlueZ release 5.70

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Update to BlueZ 5.70 (or later) in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+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 2040181] Re: upgrade zfs-linux to 2.2.0 final

2023-10-26 Thread Dimitri John Ledkov
** Description changed:

  [ Impact ]
  
   * Potential data loss with zfs 2.2.0-rc3 resolved in -rc5, proposal to
  update to final
  
   * Ubuntu Mantic shipped 2.2.0-rc3 with approximately 10 additional
  cherrypicks, or kernel team created fixes that got contributed &
  accepted upstream. At the time this was the only way to get zfs working
  with  v6.5 kernels and also drop the need for shiftfs (due to zfs
  impovements). Since us shipping this package, upstream has identified
  and fixed multiple small bugfixes in the subsequent RC and the final
  releases, including one bug fix that can lead to potential data loss.
  
   * The 2.2.0 release branch was frozen for a long time already, and
  outstanding number of commits of fixes that Mantic does not have is less
  than 30 small patches.
  
   * Proposal to upgrade our build to 2.2.0 final, pick up all the
  regression fixes, and drop all the cherrypicked patches that enable v6.5
  support. This will give us the best kernel driver to support in the
  runnup to next Ubuntu LTS.
  
  [ Test Plan ]
  
   * autopkgtest pass
  
   * kernel regression zfs testsuite pass
  
   * zsys integration test pass
  
   * LXD support retested
  
  [ Where problems could occur ]
  
-  * LXD snap in edge ships zfs tooling of RC versions, there are no
- kernel-userspace incompatiblities between  rc3 & final, but we should
- explicitely test this. And also request LXD to up 2.2.0 tooling to
- final.
+  * LXD snap in edge shipped zfs tooling of RC5 version until 16th
+ October when they upgraded to 2.2.0 final, there are no kernel-userspace
+ incompatiblities between RC & final, but we should explicitly test this.
  
  [ Other Info ]
  
   * Upstream is alerting us to the potential data loss and requesting
  upgrade to 2.2.0-rc5 or better.
- 
  
  [ Abbriviated changes being introduced ]
  
  $ git log --oneline 4a104ac047..95785196f2 -- cmd/ lib/ module/os/linux/ | 
grep -v compat
  810fc49a3e Ensure we call fput when cloning fails due to different devices.
  a80e1f1c90 zvol: Temporally disable blk-mq
  33d7c2d165 import: require force when cachefile hostid doesn't match on-disk
  8015e2ea66 Add '-u' - nomount flag for zfs set
  c53bc3837c Improve the handling of sharesmb,sharenfs properties
  e9dc31c74e Update the behavior of mountpoint property
  608741d062 Report ashift of L2ARC devices in zdb
  0ce1b2ca19 Invoke zdb by guid to avoid import errors
  0aabd6b482 ZIL: Avoid dbuf_read() in ztest_get_data()
  a199cac6cd status: report pool suspension state under failmode=continue
  729507d309 Fix occasional rsend test crashes
  3af63683fe cmd: add 'help' subcommand to zpool and zfs
  9aa1a2878e Fix incorrect expected error in ztest
  f7a07d76ee Retire z_nr_znodes
  54c6fbd378 zed: Allow autoreplace and fault LEDs for removed vdevs
  32949f2560 Relax error reporting in zpool import and zpool split
  63159e5bda checkstyle: fix action failures
  e99e684b33 zed: update zed.d/statechange-slot_off.sh
  d19304ffee zed: Add zedlet to power off slot when drive is faulted
  92f095a903 copy_file_range: fix fallback when source create on same txg
  895cb689d3 zfs_clone_range should return a descriptive error codes
  6bdc7259d1 libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1
  df8c9f351d ZIL: Second attempt to reduce scope of zl_issuer_lock.
  0ae7bfc0a4 zpool_vdev_remove() should handle EALREADY error return
  bd1eab16eb linux: zfs: ctldir: set [amc]time to snapshot's creation property
  c47f0f4417 linux/copy_file_range: properly request a fallback copy on Linux 
<5.3
  12f2b1f65e zdb: include cloned blocks in block statistics

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

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

Title:
  upgrade zfs-linux to 2.2.0 final

Status in zfs-linux package in Ubuntu:
  Fix Committed
Status in zfs-linux source package in Mantic:
  Confirmed

Bug description:
  [ Impact ]

   * Potential data loss with zfs 2.2.0-rc3 resolved in -rc5, proposal
  to update to final

   * Ubuntu Mantic shipped 2.2.0-rc3 with approximately 10 additional
  cherrypicks, or kernel team created fixes that got contributed &
  accepted upstream. At the time this was the only way to get zfs
  working with  v6.5 kernels and also drop the need for shiftfs (due to
  zfs impovements). Since us shipping this package, upstream has
  identified and fixed multiple small bugfixes in the subsequent RC and
  the final releases, including one bug fix that can lead to potential
  data loss.

   * The 2.2.0 release branch was frozen for a long time already, and
  outstanding number of commits of fixes that Mantic does not have is
  less than 30 small patches.

   * Proposal to upgrade our build to 2.2.0 final, pick up all the
  regression fixes, and drop all the cherrypicked patches that enable
  v6.5 support. This will give us 

[Kernel-packages] [Bug 2036149] Re: BlueZ release 5.70

2023-10-26 Thread Daniel van Vugt
** Changed in: bluez (Ubuntu)
Milestone: None => ubuntu-24.01

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

Title:
  BlueZ release 5.70

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Update to BlueZ 5.70 (or later) in Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2036149/+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 2013325] Re: net:cmsg_time.sh in ubuntu_kernel_selftests failed on RISCV64 kernels (TXTIME rel returned '', expected 'OK')

2023-10-26 Thread Po-Hsu Lin
j/starfive-6.2.0-1008.9~22.04.1:
Case ICMPv4 - TXTIME rel returned '', expected 'OK'
Case UDPv6 - TXTIME rel returned '', expected 'OK'
Case ICMPv6 - TXTIME rel returned '', expected 'OK'
Case RAWv6 - TXTIME rel returned '', expected 'OK'

** Tags added: jammy sru-20231002

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

Title:
  net:cmsg_time.sh in ubuntu_kernel_selftests failed on RISCV64 kernels
  (TXTIME rel returned '', expected 'OK')

Status in ubuntu-kernel-tests:
  New
Status in linux-allwinner package in Ubuntu:
  New
Status in linux-riscv package in Ubuntu:
  New
Status in linux-starfive package in Ubuntu:
  New
Status in linux-allwinner source package in Kinetic:
  New
Status in linux-riscv source package in Kinetic:
  New
Status in linux-starfive source package in Kinetic:
  New

Bug description:
  Issue found on Kinetic 5.19 RISCV kernels:

  * kinetic/linux-allwinner/5.19.0-1009.9
  # selftests: net: cmsg_time.sh
  #   Case UDPv4  - TXTIME rel returned '', expected 'OK'
  #   Case ICMPv4  - TXTIME rel returned '', expected 'OK'
  #   Case UDPv6  - TXTIME rel returned '', expected 'OK'
  #   Case ICMPv6  - TXTIME rel returned '', expected 'OK'
  #   Case RAWv6  - TXTIME rel returned '', expected 'OK'
  # FAIL - 5/36 cases failed
  not ok 1 selftests: net: cmsg_time.sh # exit=1

  * kinetic/linux-riscv/5.19.0-1015.16
  # selftests: net: cmsg_time.sh
  #   Case ICMPv4  - TXTIME rel returned '', expected 'OK'
  #   Case UDPv6  - TXTIME rel returned '', expected 'OK'
  #   Case ICMPv6  - TXTIME rel returned '', expected 'OK'
  #   Case RAWv6  - TXTIME rel returned '', expected 'OK'
  # FAIL - 4/36 cases failed
  not ok 1 selftests: net: cmsg_time.sh # exit=1

  * kinetic/linux-starfive/5.19.0-1014.16
  # selftests: net: cmsg_time.sh
  #   Case UDPv4  - TXTIME rel returned '', expected 'OK'
  #   Case ICMPv4  - TXTIME rel returned '', expected 'OK'
  #   Case UDPv6  - TXTIME rel returned '', expected 'OK'
  #   Case ICMPv6  - TXTIME rel returned '', expected 'OK'
  #   Case RAWv6  - TXTIME rel returned '', expected 'OK'
  # FAIL - 5/36 cases failed
  not ok 1 selftests: net: cmsg_time.sh # exit=1

  This is only affecting RISCV64 kernels, it does not affect kinetic
  generic kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2013325/+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 2036577] Re: [Mediatek] mt8195-demo: Fix hardware watchdog reset at boot time around 10 sec.

2023-10-26 Thread Anthony Wong
Closing lunar as invalid. This has nothing to do with the 'lunar'
package, and if the intention is to fix in the Lunar series, it should
no longer be needed and we should target for newer releases.

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

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

Title:
  [Mediatek] mt8195-demo: Fix hardware watchdog reset at boot time
  around 10 sec.

Status in linux package in Ubuntu:
  Incomplete
Status in lunar package in Ubuntu:
  Invalid

Bug description:
  [Impact]
  hardware reset during boot time.

  [Fix]
  Compare to generic kernel config for arm64
  file: arch/arm64/configs/defconfig
  The CONFIG_MEDIATEK_WATCHDOG should be enabled "built-in" in generic kernel 
settings.

  CONFIG_MEDIATEK_WATCHDOG=y

  I've discovered that the module mtk_wdt.ko (CONFIG_MEDIATEK_WATCHDOG)
  must be set as built-in to prevent the system from encountering a
  hardware reset during the boot process. I've tried building it as a
  module and installing it into initrd, and I've also attempted to set
  softdep for it. However, I still can't find it being probed in the
  initcall debug dump. The system also reboots around 10 seconds into
  the boot time. After setting CONFIG_MEDIATEK_WATCHDOG=y, the hardware
  reset issue was resolved and the system was able to boot into the
  console.

  [Other info]
  effected kernel (5.19~latest)
  ubuntu kernel for lunar, Kinetic, and Mantic.

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