[Kernel-packages] [Bug 1961338] Re: Disable unprivileged BPF by default

2022-09-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-xilinx-
zynqmp/5.4.0-1018.21 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

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

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

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

Title:
  Disable unprivileged BPF by default

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Unprivileged users have access to BPF, allowing them to execute code in the 
kernel under their control. Though restricted and verified, a lot of security 
issues have been uncovered over the years, indicating that it should be 
disabled by default in order to protect our users.

  Admins can reenable that access or give CAP_BPF to programs if needed.

  [Test case]
  A qa-regression-testing testcase has been added that checks for the ability 
to load BPF programs under different circumstances.

  [Potential regression]
  Users who rely on unprivileged BPF access will need to change the setting or 
give CAP_BPF to their programs. Also, sysctl and bpf code might be affected.

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


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


[Kernel-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-24 Thread James Lewis
Sorry, this answer has confused me even more... heres an example of what
we're currently using, perhaps you can speak to that,,, the user in this
case has no special rights, certainly not cap_sys_admin.

james@trinity:~$ grep james /etc/subuid
james:10:65536
james@trinity:~$ ls -asl .local/share/lxc/2004test/rootfs/ | head -8
total 68
4 drwxr-xr-x 17 10 10 4096 Aug 14  2020 .
4 drwxrwx---  3 10 james  4096 Aug 14  2020 ..
0 lrwxrwxrwx  1 10 107 Aug 14  2020 bin -> usr/bin
4 drwxr-xr-x  2 10 10 4096 Apr 15  2020 boot
4 drwxr-xr-x  3 10 10 4096 Aug 14  2020 dev
4 drwxr-xr-x 70 10 10 4096 Aug 14  2020 etc
4 drwxr-xr-x  3 10 10 4096 Aug 14  2020 home


james@trinity:~$ whoami
james
james@trinity:~$ lxc-start -n 2004test
james@trinity:~$ lxc-attach -n 2004test
root@2004test:/# exit
exit
james@trinity:~$ lxc-stop -n 2004test
james@trinity:~$

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

Title:
  unconfined profile denies userns_create for chromium based processes

Status in apparmor package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  For Ubuntu 22.10, since the last kernel update, i can´t launch any
  chromium based browser, due to apparmor denying userns_create

  dmesg shows:
  apparmor="DENIED" operation="userns_create" class="namespace" info="User 
namespace creation restricted" error=-13 profile="unconfined" pid=21323 
comm="steamwebhelper" requested="userns_create" denied="userns_create"

  This happens for every process which uses a chromium engine, like
  google chrome itself or in this case steamwebhelper.

  Might be related to this change?:
  
https://patchwork.kernel.org/project/netdevbpf/patch/20220801180146.1157914-5-f...@cloudflare.com/

  not sure if it got merged in this form though..

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


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


[Kernel-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-24 Thread John Johansen
It will affect both. The exact effect will depend on how things are set
up. Unconfined privileged processes will still have access to create
user namespaces as they see fit. The processes within the user namespace
will be subject to similar restrictions.

There is still room for refinement of the mediation being done. Whether
to virtualize the sysctl (not currently done), and what restrictions on
nested user namespace should be enforced (whether a stack unconfined or
system level unconfined is sufficient).

But generally speaking, what uid mappings are being done within a
container are not being taken into account by the mediation. If this is
something to be consider the current mediation can be extended to
support it. The mediation is based on current confinement and whether
the task has cap_sys_admin.

So currently it is possible to setup a container that is confined by a
system level profile but unconfined within the container, and that has
cap_sys_admin and have the container setup a further namespace.

If the system level confinement restricts the creation of user namespace
then regardless of the application is unconfined within the container or
confined and allowing access to user namespaces then access will be
restricted.

There currently is a lot of flexibility in what is supported. Feedback
over the next cycle or two as we refine the confinement and get things
packaged up will be appreciated.

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

Title:
  unconfined profile denies userns_create for chromium based processes

Status in apparmor package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  For Ubuntu 22.10, since the last kernel update, i can´t launch any
  chromium based browser, due to apparmor denying userns_create

  dmesg shows:
  apparmor="DENIED" operation="userns_create" class="namespace" info="User 
namespace creation restricted" error=-13 profile="unconfined" pid=21323 
comm="steamwebhelper" requested="userns_create" denied="userns_create"

  This happens for every process which uses a chromium engine, like
  google chrome itself or in this case steamwebhelper.

  Might be related to this change?:
  
https://patchwork.kernel.org/project/netdevbpf/patch/20220801180146.1157914-5-f...@cloudflare.com/

  not sure if it got merged in this form though..

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


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


[Kernel-packages] [Bug 1965293] Re: systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with linux/5.13.0-37.42

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

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

Title:
  systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with
  linux/5.13.0-37.42

Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Confirmed
Status in linux source package in Impish:
  Incomplete
Status in systemd source package in Impish:
  Won't Fix
Status in linux source package in Jammy:
  Incomplete
Status in systemd source package in Jammy:
  Confirmed

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

  Testing failed on:
  amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/s/systemd/20220317_104248_4bc6b@/log.gz
  arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/arm64/s/systemd/20220316_141606_ab727@/log.gz
  ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/s/systemd/20220317_110143_b6ced@/log.gz
  s390x: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/s390x/s/systemd/20220317_103032_3d4bf@/log.gz

  The "tests-in-lxd" testcase is failing with all kernels in Impish:

  test_no_failed (__main__.ServicesTest)
  No failed units ...  journal for failed service snap-lxd-22662.mount 
---
  -- Journal begins at Thu 2022-03-17 09:54:14 UTC, ends at Thu 2022-03-17 
10:01:49 UTC. --
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Mounting Mount unit for 
lxd, revision 22662...
  Mar 17 10:01:43 autopkgtest-lxd-oolwau mount[91]: mount: /snap/lxd/22662: 
mount failed: Operation not permitted.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-lxd-22662.mount: 
Mount process exited, code=exited, status=1/FAILURE
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-lxd-22662.mount: 
Failed with result 'exit-code'.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Failed to mount Mount unit 
for lxd, revision 22662.
   journal for failed service snap-snapd-15177.mount ---
  -- Journal begins at Thu 2022-03-17 09:54:14 UTC, ends at Thu 2022-03-17 
10:01:49 UTC. --
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Mounting Mount unit for 
snapd, revision 15177...
  Mar 17 10:01:43 autopkgtest-lxd-oolwau mount[92]: mount: /snap/snapd/15177: 
mount failed: Operation not permitted.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-snapd-15177.mount: 
Mount process exited, code=exited, status=1/FAILURE
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-snapd-15177.mount: 
Failed with result 'exit-code'.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Failed to mount Mount unit 
for snapd, revision 15177.
  FAIL
  [...]
  ==
  FAIL: test_no_failed (__main__.ServicesTest)
  No failed units
  --
  Traceback (most recent call last):
File 
"/tmp/autopkgtest.HBv169/build.sBq/real-tree/debian/tests/boot-and-services", 
line 69, in test_no_failed
  self.assertEqual(failed, [])
  AssertionError: Lists differ: ['snap-lxd-22662.mount   loaded failed fai[119 
chars]177'] != []

  First list contains 2 additional elements.
  First extra element 0:
  'snap-lxd-22662.mount   loaded failed failed Mount unit for lxd, revision 
22662'

  + []
  - ['snap-lxd-22662.mount   loaded failed failed Mount unit for lxd, revision '
  -  '22662',
  -  'snap-snapd-15177.mount loaded failed failed Mount unit for snapd, 
revision '
  -  '15177']

  
  This testcase started to fail with the latest re-spin of the kernels 
(uploaded on mar-16), however the only patch applied between the previous 
kernels and the current ones is a CVE fix which is unlikely to be causing this 
failure:

  "ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()"
  
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/impish/commit/?id=da5043b3ed2889300211ba35d5a7d2f3b9255d1b

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


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


[Kernel-packages] [Bug 1965293] Re: systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with linux/5.13.0-37.42

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

** Changed in: systemd (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/1965293

Title:
  systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with
  linux/5.13.0-37.42

Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Confirmed
Status in linux source package in Impish:
  Incomplete
Status in systemd source package in Impish:
  Won't Fix
Status in linux source package in Jammy:
  Incomplete
Status in systemd source package in Jammy:
  Confirmed

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

  Testing failed on:
  amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/s/systemd/20220317_104248_4bc6b@/log.gz
  arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/arm64/s/systemd/20220316_141606_ab727@/log.gz
  ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/ppc64el/s/systemd/20220317_110143_b6ced@/log.gz
  s390x: 
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/s390x/s/systemd/20220317_103032_3d4bf@/log.gz

  The "tests-in-lxd" testcase is failing with all kernels in Impish:

  test_no_failed (__main__.ServicesTest)
  No failed units ...  journal for failed service snap-lxd-22662.mount 
---
  -- Journal begins at Thu 2022-03-17 09:54:14 UTC, ends at Thu 2022-03-17 
10:01:49 UTC. --
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Mounting Mount unit for 
lxd, revision 22662...
  Mar 17 10:01:43 autopkgtest-lxd-oolwau mount[91]: mount: /snap/lxd/22662: 
mount failed: Operation not permitted.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-lxd-22662.mount: 
Mount process exited, code=exited, status=1/FAILURE
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-lxd-22662.mount: 
Failed with result 'exit-code'.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Failed to mount Mount unit 
for lxd, revision 22662.
   journal for failed service snap-snapd-15177.mount ---
  -- Journal begins at Thu 2022-03-17 09:54:14 UTC, ends at Thu 2022-03-17 
10:01:49 UTC. --
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Mounting Mount unit for 
snapd, revision 15177...
  Mar 17 10:01:43 autopkgtest-lxd-oolwau mount[92]: mount: /snap/snapd/15177: 
mount failed: Operation not permitted.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-snapd-15177.mount: 
Mount process exited, code=exited, status=1/FAILURE
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: snap-snapd-15177.mount: 
Failed with result 'exit-code'.
  Mar 17 10:01:43 autopkgtest-lxd-oolwau systemd[1]: Failed to mount Mount unit 
for snapd, revision 15177.
  FAIL
  [...]
  ==
  FAIL: test_no_failed (__main__.ServicesTest)
  No failed units
  --
  Traceback (most recent call last):
File 
"/tmp/autopkgtest.HBv169/build.sBq/real-tree/debian/tests/boot-and-services", 
line 69, in test_no_failed
  self.assertEqual(failed, [])
  AssertionError: Lists differ: ['snap-lxd-22662.mount   loaded failed fai[119 
chars]177'] != []

  First list contains 2 additional elements.
  First extra element 0:
  'snap-lxd-22662.mount   loaded failed failed Mount unit for lxd, revision 
22662'

  + []
  - ['snap-lxd-22662.mount   loaded failed failed Mount unit for lxd, revision '
  -  '22662',
  -  'snap-snapd-15177.mount loaded failed failed Mount unit for snapd, 
revision '
  -  '15177']

  
  This testcase started to fail with the latest re-spin of the kernels 
(uploaded on mar-16), however the only patch applied between the previous 
kernels and the current ones is a CVE fix which is unlikely to be causing this 
failure:

  "ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()"
  
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/impish/commit/?id=da5043b3ed2889300211ba35d5a7d2f3b9255d1b

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


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


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

2022-09-24 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/1990731

Title:
  package linux-image-5.15.0-48-generic (not installed) failed to
  install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error
  exit status 2

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  no info

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-48-generic (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-46.49~20.04.1-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 21 09:11:03 2022
  ErrorMessage: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  InstallationDate: Installed on 2022-08-08 (47 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3.2
   apt  2.0.9
  SourcePackage: linux-signed-hwe-5.15
  Title: package linux-image-5.15.0-48-generic (not installed) failed to 
install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Kernel-packages] [Bug 1990731] Re: package linux-image-5.15.0-48-generic (not installed) failed to install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2

2022-09-24 Thread Paul White
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  package linux-image-5.15.0-48-generic (not installed) failed to
  install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error
  exit status 2

Status in linux package in Ubuntu:
  New

Bug description:
  no info

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.15.0-48-generic (not installed)
  ProcVersionSignature: Ubuntu 5.15.0-46.49~20.04.1-generic 5.15.39
  Uname: Linux 5.15.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Sep 21 09:11:03 2022
  ErrorMessage: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  InstallationDate: Installed on 2022-08-08 (47 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3.2
   apt  2.0.9
  SourcePackage: linux-signed-hwe-5.15
  Title: package linux-image-5.15.0-48-generic (not installed) failed to 
install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


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


[Kernel-packages] [Bug 1990731] [NEW] package linux-image-5.15.0-48-generic (not installed) failed to install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2

2022-09-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

no info

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.15.0-48-generic (not installed)
ProcVersionSignature: Ubuntu 5.15.0-46.49~20.04.1-generic 5.15.39
Uname: Linux 5.15.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 21 09:11:03 2022
ErrorMessage: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
InstallationDate: Installed on 2022-08-08 (47 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3.2
 apt  2.0.9
SourcePackage: linux-signed-hwe-5.15
Title: package linux-image-5.15.0-48-generic (not installed) failed to 
install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal need-duplicate-check
-- 
package linux-image-5.15.0-48-generic (not installed) failed to 
install/upgrade: dpkg-deb --fsys-tarfile subprocess returned error exit status 2
https://bugs.launchpad.net/bugs/1990731
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

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


[Kernel-packages] [Bug 1961338] Re: Disable unprivileged BPF by default

2022-09-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-xilinx-
zynqmp/5.4.0-1018.21 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

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

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

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

Title:
  Disable unprivileged BPF by default

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Unprivileged users have access to BPF, allowing them to execute code in the 
kernel under their control. Though restricted and verified, a lot of security 
issues have been uncovered over the years, indicating that it should be 
disabled by default in order to protect our users.

  Admins can reenable that access or give CAP_BPF to programs if needed.

  [Test case]
  A qa-regression-testing testcase has been added that checks for the ability 
to load BPF programs under different circumstances.

  [Potential regression]
  Users who rely on unprivileged BPF access will need to change the setting or 
give CAP_BPF to their programs. Also, sysctl and bpf code might be affected.

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


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


[Kernel-packages] [Bug 1973434] Re: massive performance issues since 22.04 upgrade

2022-09-24 Thread Hans Deragon
Like everyone else, I am experiencing the same issues.
"intel_iommu=off" in Grub does not help.

Here are some symptoms I suffer; not sure if they are related to this
bug or not, but worth mentioning since they all degrade my Ubuntu
experience since I upgraded from 20.04 to 22.04.

- Overall stuttering;  Alt-tab, switch workspace or switch to another 
application by selecting it and typing lags a few 100ms.
- Gnome animations are not smooth.
- Video stuttering and tearing with any piece of software (VLC, Chrome, 
Xine...).  Have a Skylake GT2 [HD Graphics 520].  Is hardware acceleration 
enabled?  I have no clue how to figure this out.
- gnome-shell always running at more than 6% CPU, jumping often up to 20%, 
under Xorg.  It was way worse when under Wayland.  Lets say the average is 
about 11% CPU.
- System is "frozen" for 5s every time it wakes up from Suspend to RAM (S3).  
Under 20.04, response was instantaneous.  You can move the mouse during that 5s 
period, but nothing responds to the keyboard or mouse buttons.

System:  Dell Latitude E7470 (2016), Intel(R) Core(TM) i5-6200U CPU @
2.30GHz, Skylake GT2 [HD Graphics 520], 32 GiB Ram, 1 TiB SSD, 1900x1080
screen.

My CPU profile is always set at "High Performance" and my CPU clock is
always around 2.7x GHz.

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

Title:
  massive performance issues since 22.04 upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  After upgrading to 22.04 i had to fight with massive performance issues.

  Browsers appeared to hang every other minute, youtube videos being
  laggy and hang in between, applications in a virtualbox VM where slow
  and also hanging every other minute to a level of not being useable.
  On a pretty recent and powerful system just 2 years old.

  I noticed CPU jumps in top, but also somehow thought it could be a graphics 
issue so invested some time installing nvidia drivers properly.
  Also I wondered if it might be the lowlatency kernel I normally use because I 
do audio stuff, and switched to generic. But nothing helped.

  ThenI had the idea it could be a kernel/scheduler issue because the
  system wasn't always slow, but it appeared certain things kept hanging
  when other processed had a lot of cpu for a few seconds.

  So I got a recent mainline kernel, configured it with my last running
  config from 21.10 before the update, made the debs and installed them,
  and now can tell that a mainline kernel 5.17.7 with all the dkms
  modules that i had before which got compiled automatically at
  installation brings back a "normal" performance.

  I can browse the web, run multiple youtube vids at once, even in
  another browser, have thunderbird running, and a virtualbox machine
  open with another browser for some web app testing and everything runs
  fine and smooth, no lagging.

  Not sure yet what the real reason is - either the kernel version, or a
  patch in the ubuntu version, or the 22.04 kernel config so far, or
  some configuration made in 21.10 that isn't good with 22.04 and it's
  kernel anymore.

  I will go ahead tomorrow and see if I can build a vanilla kernel with
  the config from the ubuntu 22.04 kernel and "make oldconfig", then I
  will be able to tell if only the config is making the difference.

  Please let me know of there is anything I should test to further
  analyze this issue, or any ideas I can try to solve it without having
  to run a mainline manually installed kernel.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-generic 5.15.0.30.33
  ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
  Uname: Linux 5.15.0-30-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  henning6198 F pulseaudio
   /dev/snd/controlC1:  henning6198 F pulseaudio
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Sat May 14 23:02:38 2022
  InstallationDate: Installed on 2020-04-12 (761 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  MachineType: LENOVO 20QV00CEGE
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-30-generic 
root=/dev/mapper/vgubuntu-root ro
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-30-generic N/A
   linux-backports-modules-5.15.0-30-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3
  SourcePackage: linux
  UpgradeStatus: Upgraded to jammy on 2022-04-28 (15 days ago)
  dmi.bios.date: 12/06/2021
  dmi.bios.release: 1.42
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2OET55W (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20QV00CEGE
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0T08861 

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
 

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: 

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

2022-09-24 Thread Bryan Everly
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1990697/+attachment/5618575/+files/PaInfo.txt

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
 

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  

[Kernel-packages] [Bug 1990697] Re: Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

2022-09-24 Thread Bryan Everly
apport information

** Tags added: apport-collected jammy

** Description changed:

  I'm seeing this 2-3 times per week.  My system is configured with "Linux
  Suspend" in the BIOS (not the Windows/Modern setting).  Furthermore,
  when plugged in, my system does not sleep.
  
  When I come up to my laptop after inactivity, the screens are dark (but
  as noted above, it is not suspended).  If I click on a key and wait for
  both external monitors to light up, I can generally hit enter at that
  point, type my password and get in.
  
  If, however, I'm in a hurry or not thinking about it and just walk up to
  the machine, hit enter, type my password and hit enter a second time, I
  can generally reproduce the problem.  The screen either goes to a
  backlit entirely black view, or (more commonly) a light grey (not the
  same color of grey as the Ubuntu login screen, much more white in the
  crashed state).
  
  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power button
  until it powers down, wait a moment and press it again to restart.
  
  Upon suggestions from the #Ubuntu mattermost channel, I ran:
  
  # journalctl -xe -b -1
  
  That generated the following data:
  
  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC3:  bceverly   2902 F pulseaudio
+  /dev/snd/controlC1:  bceverly   2902 F pulseaudio
+  /dev/snd/controlC2:  bceverly   2902 F pulseaudio
+  /dev/snd/controlC0:  bceverly   2902 F pulseaudio
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-05-30 (116 days ago)
+ InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
+ MachineType: LENOVO 20XK0015US
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-48-generic N/A
+  linux-backports-modules-5.15.0-48-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.5
+ Tags:  jammy
+ Uname: Linux 5.15.0-48-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 06/27/2022
+ dmi.bios.release: 1.19
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R1MET49W (1.19 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20XK0015US
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40697 WIN
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.ec.firmware.release: 1.19
+ dmi.modalias: 

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

2022-09-24 Thread Bryan Everly
apport information

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

Title:
  Crash on resume from sleep - 22.04, Thinkpad T14 (AMD) Gen 2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm seeing this 2-3 times per week.  My system is configured with
  "Linux Suspend" in the BIOS (not the Windows/Modern setting).
  Furthermore, when plugged in, my system does not sleep.

  When I come up to my laptop after inactivity, the screens are dark
  (but as noted above, it is not suspended).  If I click on a key and
  wait for both external monitors to light up, I can generally hit enter
  at that point, type my password and get in.

  If, however, I'm in a hurry or not thinking about it and just walk up
  to the machine, hit enter, type my password and hit enter a second
  time, I can generally reproduce the problem.  The screen either goes
  to a backlit entirely black view, or (more commonly) a light grey (not
  the same color of grey as the Ubuntu login screen, much more white in
  the crashed state).

  The system is completely unresponsive and cannot be pinged or ssh'ed
  into from the outside.  The only cure is to long-press the power
  button until it powers down, wait a moment and press it again to
  restart.

  Upon suggestions from the #Ubuntu mattermost channel, I ran:

  # journalctl -xe -b -1

  That generated the following data:

  Sep 23 11:35:35 T14 kernel: RIP: 0010:update_config+0x11b/0x280 [amdgpu]
  Sep 23 11:35:35 T14 kernel: Code: 13 0f 00 00 41 0f b6 44 24 03 88 83 1e 0f 
00 >
  Sep 23 11:35:35 T14 kernel: RSP: 0018:9b4743bab618 EFLAGS: 00010202
  Sep 23 11:35:35 T14 kernel: RAX:  RBX: 8a578653cf88 RCX: 
ff>
  Sep 23 11:35:35 T14 kernel: RDX: 8a578653dea0 RSI: 9b4743bab668 RDI: 
ff>
  Sep 23 11:35:35 T14 kernel: RBP: 9b4743bab658 R08:  R09: 
00>
  Sep 23 11:35:35 T14 kernel: R10: 5649 R11: 0010 R12: 
ff>
  Sep 23 11:35:35 T14 kernel: R13: 8a57a5eda000 R14: 0001 R15: 
ff>
  Sep 23 11:35:35 T14 kernel: FS:  7fb5f59a35c0() 
GS:8a5e4f04(000>
  Sep 23 11:35:35 T14 kernel: CS:  0010 DS:  ES:  CR0: 80050033
  Sep 23 11:35:35 T14 kernel: CR2:  CR3: 0001704d6000 CR4: 
00>
  Sep 23 11:35:35 T14 kernel: PKRU: 5554
  Sep 23 11:35:38 T14 kernel: input: PLT V5200 Series (AVRCP) as 
/devices/virtual>
  Sep 23 11:35:38 T14 pulseaudio[3488]: Battery Level: 90%
  Sep 23 11:35:38 T14 pulseaudio[3488]: Dock Status: undocked
  Sep 23 11:35:38 T14 systemd-logind[1832]: Watching system buttons on 
/dev/input>
  Sep 23 11:35:39 T14 bluetoothd[1809]: 
/org/bluez/hci0/dev_BC_F2_92_A0_AC_33/sep>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 9 threads of 4 processes 
of>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Successfully made thread 41544 of 
proce>
  Sep 23 11:35:39 T14 rtkit-daemon[2111]: Supervising 10 threads of 4 processes 
o>
  Sep 23 11:35:39 T14 pulseaudio[3488]: org.freedesktop.DBus.Properties.Get 
/org/>
  Sep 23 11:35:41 T14 audit[4797]: SECCOMP auid=1000 uid=1000 gid=1000 ses=3 
subj>
  Sep 23 11:35:41 T14 kernel: audit: type=1326 audit(1663947341.195:578): 
auid=10>
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC3:  bceverly   2902 F pulseaudio
   /dev/snd/controlC1:  bceverly   2902 F pulseaudio
   /dev/snd/controlC2:  bceverly   2902 F pulseaudio
   /dev/snd/controlC0:  bceverly   2902 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-05-30 (116 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: LENOVO 20XK0015US
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-48-generic 
root=UUID=162f2be8-a3c8-4554-a76a-2cbb2ce3e446 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-48-generic N/A
   linux-backports-modules-5.15.0-48-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  Tags:  jammy
  Uname: Linux 5.15.0-48-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 06/27/2022
  dmi.bios.release: 1.19
  dmi.bios.vendor: 

[Kernel-packages] [Bug 1990064] Re: unconfined profile denies userns_create for chromium based processes

2022-09-24 Thread James Lewis
I'm still trying to understand the exact implications of this, since I
make extensive use of LXC containers, using subuid/subgid mapping, so
that users can create containers without needing access to UID 0.

Are we talking about blocking namespaces where UID 0 in the container is
mapped to the real UID 0, or will it also impact containers where UID 0
in the container is mapped to some other UID.

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

Title:
  unconfined profile denies userns_create for chromium based processes

Status in apparmor package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  For Ubuntu 22.10, since the last kernel update, i can´t launch any
  chromium based browser, due to apparmor denying userns_create

  dmesg shows:
  apparmor="DENIED" operation="userns_create" class="namespace" info="User 
namespace creation restricted" error=-13 profile="unconfined" pid=21323 
comm="steamwebhelper" requested="userns_create" denied="userns_create"

  This happens for every process which uses a chromium engine, like
  google chrome itself or in this case steamwebhelper.

  Might be related to this change?:
  
https://patchwork.kernel.org/project/netdevbpf/patch/20220801180146.1157914-5-f...@cloudflare.com/

  not sure if it got merged in this form though..

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


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


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

2022-09-24 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/1990722

Title:
  touchpad does not work

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My otuchpad on my lenovo does not work, as well as the mouse button
  provided in lenovo T480s. My external mouse works well

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-126-generic 5.4.0-126.142
  ProcVersionSignature: Ubuntu 5.4.0-126.142-generic 5.4.203
  Uname: Linux 5.4.0-126-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tomas  1963 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 14:48:34 2022
  InstallationDate: Installed on 2019-10-02 (1088 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: LENOVO 20L8S1QM00
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-126-generic 
root=UUID=450f317b-7e18-4aa0-a414-521b36d42455 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-126-generic N/A
   linux-backports-modules-5.4.0-126-generic  N/A
   linux-firmware 1.187.33
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2021-04-19 (523 days ago)
  dmi.bios.date: 05/25/2022
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N22ET73W (1.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L8S1QM00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN22ET73W(1.50):bd05/25/2022:svnLENOVO:pn20L8S1QM00:pvrThinkPadT480s:rvnLENOVO:rn20L8S1QM00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480s
  dmi.product.name: 20L8S1QM00
  dmi.product.sku: LENOVO_MT_20L8_BU_Think_FM_ThinkPad T480s
  dmi.product.version: ThinkPad T480s
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1961338] Re: Disable unprivileged BPF by default

2022-09-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-xilinx-
zynqmp/5.4.0-1018.21 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

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

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

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

Title:
  Disable unprivileged BPF by default

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Unprivileged users have access to BPF, allowing them to execute code in the 
kernel under their control. Though restricted and verified, a lot of security 
issues have been uncovered over the years, indicating that it should be 
disabled by default in order to protect our users.

  Admins can reenable that access or give CAP_BPF to programs if needed.

  [Test case]
  A qa-regression-testing testcase has been added that checks for the ability 
to load BPF programs under different circumstances.

  [Potential regression]
  Users who rely on unprivileged BPF access will need to change the setting or 
give CAP_BPF to their programs. Also, sysctl and bpf code might be affected.

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


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


[Kernel-packages] [Bug 1990722] [NEW] touchpad does not work

2022-09-24 Thread Tomas Turner
Public bug reported:

My otuchpad on my lenovo does not work, as well as the mouse button
provided in lenovo T480s. My external mouse works well

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-126-generic 5.4.0-126.142
ProcVersionSignature: Ubuntu 5.4.0-126.142-generic 5.4.203
Uname: Linux 5.4.0-126-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tomas  1963 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Sep 24 14:48:34 2022
InstallationDate: Installed on 2019-10-02 (1088 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
MachineType: LENOVO 20L8S1QM00
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-126-generic 
root=UUID=450f317b-7e18-4aa0-a414-521b36d42455 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-126-generic N/A
 linux-backports-modules-5.4.0-126-generic  N/A
 linux-firmware 1.187.33
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2021-04-19 (523 days ago)
dmi.bios.date: 05/25/2022
dmi.bios.vendor: LENOVO
dmi.bios.version: N22ET73W (1.50 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20L8S1QM00
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN22ET73W(1.50):bd05/25/2022:svnLENOVO:pn20L8S1QM00:pvrThinkPadT480s:rvnLENOVO:rn20L8S1QM00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T480s
dmi.product.name: 20L8S1QM00
dmi.product.sku: LENOVO_MT_20L8_BU_Think_FM_ThinkPad T480s
dmi.product.version: ThinkPad T480s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  touchpad does not work

Status in linux package in Ubuntu:
  New

Bug description:
  My otuchpad on my lenovo does not work, as well as the mouse button
  provided in lenovo T480s. My external mouse works well

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.4.0-126-generic 5.4.0-126.142
  ProcVersionSignature: Ubuntu 5.4.0-126.142-generic 5.4.203
  Uname: Linux 5.4.0-126-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.24
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tomas  1963 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 14:48:34 2022
  InstallationDate: Installed on 2019-10-02 (1088 days ago)
  InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 
(20190805)
  MachineType: LENOVO 20L8S1QM00
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-126-generic 
root=UUID=450f317b-7e18-4aa0-a414-521b36d42455 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-126-generic N/A
   linux-backports-modules-5.4.0-126-generic  N/A
   linux-firmware 1.187.33
  SourcePackage: linux
  UpgradeStatus: Upgraded to focal on 2021-04-19 (523 days ago)
  dmi.bios.date: 05/25/2022
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N22ET73W (1.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20L8S1QM00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN22ET73W(1.50):bd05/25/2022:svnLENOVO:pn20L8S1QM00:pvrThinkPadT480s:rvnLENOVO:rn20L8S1QM00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T480s
  dmi.product.name: 20L8S1QM00
  dmi.product.sku: LENOVO_MT_20L8_BU_Think_FM_ThinkPad T480s
  dmi.product.version: ThinkPad T480s
  dmi.sys.vendor: LENOVO

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


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


[Kernel-packages] [Bug 1990716] Re: No sound after Kernel upgrade

2022-09-24 Thread atactic
Search for the missing package, found it here:
https://ubuntu.pkgs.org/22.04/ubuntu-proposed-main-
amd64/pulseaudio_15.99.1+dfsg1-1ubuntu2_amd64.deb.html

As proposed I added the following line to /etc/apt/sources.list:
deb http://archive.ubuntu.com/ubuntu/ jammy-proposed main
Then Update the package index with # sudo apt-get update 
followed by # sudo apt-get install pulseaudio
This time there was no missing dependencies. 
Rebooted the system and tested audio again. 

Still no sound from youtube, a local audio / video file, tested with two 
different devices.
The only difference with before is that I now hear all fo the alert sounds, not 
only the Default sound; sound volume still locked at O, no sound on test.

** Attachment added: "Selection_129.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1990716/+attachment/5618545/+files/Selection_129.png

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

Title:
  No sound after Kernel upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
  (jammy-proposed)' checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to
  the previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).

  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset)
  and sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear
  is the 'default' bip in sound settings (picture). I have tried to
  reinstall alsa drivers but none of the solutions tried can restore the
  sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 08:57:39 2022
  InstallationDate: Installed on 2022-06-22 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-47-generic N/A
   linux-backports-modules-5.15.0-47-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:br4.6:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


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


[Kernel-packages] [Bug 1990716] Re: No sound after Kernel upgrade

2022-09-24 Thread atactic
Have tried this fix: https://zcom.tech/ubuntu-no-sound.html/
First removing audio drivers.

$ sudo apt-get --purge remove alsa-base
$ sudo apt-get --purge remove pulseaudio

Then reinstalling, showing unmet dependencies and broken packages in
case of pulseaudio (alsa-base is ok):

$ sudo apt-get install pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 pulseaudio : Depends: libpulse0 (= 1:15.99.1+dfsg1-1ubuntu1) but 
1:15.99.1+dfsg1-1ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.


Trying to reinstall the broken packages according to this suggested fix: 
https://askubuntu.com/questions/1380176/libpulse-dev-installation-problem

$ sudo apt install libpulse-dev=1:15.99.1+dfsg1-1ubuntu1 
libpulse0=1:15.99.1+dfsg1-1ubuntu1 
libpulse-mainloop-glib0=1:15.99.1+dfsg1-1ubuntu1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libglib2.0-dev : Depends: libglib2.0-0 (= 2.72.1-1) but 2.72.3-0ubuntu1 is to 
be installed
  Depends: libglib2.0-bin (= 2.72.1-1)
  Depends: libglib2.0-dev-bin (= 2.72.1-1)
E: Unable to correct problems, you have held broken packages.


Trying to install instead the missing packages:

$ sudo apt install libpulse-dev=1:15.99.1+dfsg1-1ubuntu2 
libpulse0=1:15.99.1+dfsg1-1ubuntu2 
libpulse-mainloop-glib0=1:15.99.1+dfsg1-1ubuntu2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libpulse-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libpulse-dev:i386

E: Version '1:15.99.1+dfsg1-1ubuntu2' for 'libpulse-dev' was not found

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

Title:
  No sound after Kernel upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
  (jammy-proposed)' checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to
  the previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).

  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset)
  and sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear
  is the 'default' bip in sound settings (picture). I have tried to
  reinstall alsa drivers but none of the solutions tried can restore the
  sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 08:57:39 2022
  InstallationDate: Installed on 2022-06-22 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-47-generic N/A
   linux-backports-modules-5.15.0-47-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  

[Kernel-packages] [Bug 1961338] Re: Disable unprivileged BPF by default

2022-09-24 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-xilinx-
zynqmp/5.4.0-1018.21 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

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

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

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

Title:
  Disable unprivileged BPF by default

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Unprivileged users have access to BPF, allowing them to execute code in the 
kernel under their control. Though restricted and verified, a lot of security 
issues have been uncovered over the years, indicating that it should be 
disabled by default in order to protect our users.

  Admins can reenable that access or give CAP_BPF to programs if needed.

  [Test case]
  A qa-regression-testing testcase has been added that checks for the ability 
to load BPF programs under different circumstances.

  [Potential regression]
  Users who rely on unprivileged BPF access will need to change the setting or 
give CAP_BPF to their programs. Also, sysctl and bpf code might be affected.

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


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


[Kernel-packages] [Bug 1990700] Re: Fibocom WWAN FM350-GL suspend error (notebook not suspend)

2022-09-24 Thread Jan Cernohorsky
apport information

** Tags added: apport-collected focal

** Description changed:

  Hi,
  I found a "little" problem with Fibocom WWAN FM350-GL 5G modem in module 
mtk_t7xx . Power management for this modem is bad. When the notebook goes to 
sleep/suspend, kernel module mtk_t7xx return an error:
  
  mtk_t7xx :58:00.0: [PM] SAP suspend error: -110 
  mtk_t7xx :58:00.0: PM: pci_pm_suspend(): t7xx_pci_pm_suspend+0x0/0x20 
[mtk_t7xx] returns -110 
  mtk_t7xx :58:00.0: PM: dpm_run_callback(): pci_pm_suspend+0x0/0x1a0 
returns -110 
  mtk_t7xx :58:00.0: PM: failed to suspend async: error -110 
  
  So power management failed to suspend:
  PM: Some devices failed to suspend, or early wake event detected 
  
  And the notebook not suspend and wake up again.
  It must be this module, because if I remove the module first (modprobe -r), 
the laptop goes to sleep and wakes up normally.
  However, after reinserting the module, the modem no longer appears in the 
system.
  
  Expected state: sleep occurs when the device is put to sleep - including
  the modem. When you wake up, you will wake up, including activating the
  modem and logging into the operator's network.
  
  Description:Ubuntu 20.04.5 LTS
  Release:20.04
  
  lspci -v:
  58:00.0 Wireless controller [0d40]: MEDIATEK Corp. Device 4d75 (rev 01)
  Subsystem: Device 1cf8:3500
  Flags: bus master, fast devsel, latency 0, IRQ 17
  Memory at 601e80 (64-bit, prefetchable) [size=32K]
  Memory at 5e80 (64-bit, non-prefetchable) [size=8M]
  Memory at 601e00 (64-bit, prefetchable) [size=8M]
  Capabilities: [80] Express Endpoint, MSI 00
  Capabilities: [d0] MSI-X: Enable+ Count=34 Masked-
  Capabilities: [e0] MSI: Enable- Count=1/32 Maskable+ 64bit+
  Capabilities: [f8] Power Management version 3
  Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 
Len=008 
  Capabilities: [108] Latency Tolerance Reporting
  Capabilities: [110] L1 PM Substates
  Capabilities: [200] Advanced Error Reporting
  Capabilities: [300] Secondary PCI Express
  Kernel driver in use: mtk_t7xx
  Kernel modules: mtk_t7xx
  
  lshw:
  *-generic
  description: Wireless controller
  product: MEDIATEK Corp.
  vendor: MEDIATEK Corp.
  physical id: 0
  bus info: pci@:58:00.0
  version: 01
  width: 64 bits
  clock: 33MHz
  capabilities: pciexpress msix msi pm bus_master cap_list
  configuration: driver=mtk_t7xx latency=0
  resources: iomemory:600-5ff iomemory:600-5ff irq:17 
memory:601e80-601e807fff memory:5e80-5eff 
memory:601e00-601e7f
  
  modinfo:
  modinfo mtk_t7xx
  filename:   
/lib/modules/5.19.10-051910-generic/kernel/drivers/net/wwan/t7xx/mtk_t7xx.ko
  license:GPL
  description:MediaTek PCIe 5G WWAN modem T7xx driver
  author: MediaTek Inc
  srcversion: 5FA53465EA0167231B632D4
  alias:  pci:v14C3d4D75sv*sd*bc*sc*i*
  depends:
  retpoline:  Y
  intree: Y
  name:   mtk_t7xx
  vermagic:   5.19.10-051910-generic SMP preempt mod_unload modversions 
  sig_id: PKCS#7
  signer: Build time autogenerated kernel key
  sig_key:7E:38:36:48:BB:F2:74:0E:30:57:1B:6E:64:90:57:55:30:C5:AF:45
  sig_hashalgo:   sha512
  signature:  78:1B:C9:7F:DE:D2:BE:87:EA:17:94:14:C2:51:3E:2C:75:03:76:0F:
  36:96:92:9B:88:48:B0:C8:73:E6:88:E4:A2:61:25:E9:16:E8:87:40:
  45:99:CC:50:FD:21:B0:BB:11:0E:B5:8F:CC:5F:47:7A:5E:00:BF:7D:
  77:50:A1:F5:00:24:DC:EF:E6:3E:A0:3B:0A:D7:2E:84:EC:FC:6B:4D:
  9E:42:CD:A2:07:C3:D9:F8:6E:7B:76:12:7F:B9:9B:70:6A:22:3D:09:
  4D:04:98:59:35:2A:95:D1:9A:B3:53:77:BE:E5:3E:50:51:18:D0:CE:
  9A:DB:3B:0E:DA:4D:05:5D:D1:5F:4F:6B:DB:98:47:F3:32:25:D8:AD:
  4E:CE:5F:3E:46:76:D9:F4:FA:28:F2:49:B3:3D:D1:5F:74:CF:69:39:
  D2:B0:64:3D:41:FB:55:1F:AB:D3:76:65:54:C6:06:6E:F7:01:F2:F7:
  CE:CF:6C:76:17:1B:AD:41:69:29:FB:F8:6B:F9:74:3F:65:6B:C5:63:
  98:76:D1:69:24:AA:7E:9D:D0:27:BF:AF:0B:C9:30:3C:1B:2A:AB:B9:
  29:22:D5:6B:16:AB:22:43:16:A0:F6:94:EA:78:E7:54:5F:9B:2D:DA:
  2E:9B:9F:81:E4:E0:B7:93:ED:9D:8F:79:19:1A:03:2C:00:C5:3A:99:
  A4:D0:14:6D:21:61:41:02:EC:8D:48:D5:13:0F:D7:AB:5E:B9:BF:17:
  FA:F3:8C:DE:62:A3:F1:5C:33:9C:FB:72:2F:BF:9F:BD:35:BC:F6:D4:
  DE:69:68:A7:80:FE:4C:ED:F8:02:97:66:CA:D0:7A:49:4A:A8:D5:C5:
  67:48:31:42:F9:41:FB:1A:74:52:97:6D:28:A0:2B:03:DA:73:BF:27:
  0E:84:45:33:40:2D:2F:A9:2C:0D:3A:A5:52:93:1B:E8:6D:27:CD:70:
  

[Kernel-packages] [Bug 1990716] Re: No sound after Kernel upgrade

2022-09-24 Thread atactic
Screenshot of sounds setting showing the sound volume locked at 0 and
the only audible default sound.

** Description changed:

  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
- (jammy-proposed) checkbox checked. An 'important' software update was
+ (jammy-proposed)' checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to the
  previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).
  
  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset) and
  sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear is
  the 'default' bip in sound settings (picture). I have tried to reinstall
  alsa drivers but none of the solutions tried can restore the sound.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 08:57:39 2022
  InstallationDate: Installed on 2022-06-22 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-5.15.0-47-generic N/A
-  linux-backports-modules-5.15.0-47-generic  N/A
-  linux-firmware 20220329.git681281e4-0ubuntu3.5
+  linux-restricted-modules-5.15.0-47-generic N/A
+  linux-backports-modules-5.15.0-47-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:br4.6:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Attachment added: "Sounds settings"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1990716/+attachment/5618536/+files/Selection_128.png

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

Title:
  No sound after Kernel upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
  (jammy-proposed)' checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to
  the previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).

  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset)
  and sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear
  is the 'default' bip in sound settings (picture). I have tried to
  reinstall alsa drivers but none of the solutions tried can restore the
  sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  

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

2022-09-24 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/1990716

Title:
  No sound after Kernel upgrade

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
  (jammy-proposed) checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to
  the previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).

  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset)
  and sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear
  is the 'default' bip in sound settings (picture). I have tried to
  reinstall alsa drivers but none of the solutions tried can restore the
  sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 08:57:39 2022
  InstallationDate: Installed on 2022-06-22 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.15.0-47-generic N/A
   linux-backports-modules-5.15.0-47-generic  N/A
   linux-firmware 20220329.git681281e4-0ubuntu3.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2015
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F10
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z97X-UD5H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:br4.6:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z97X-UD5H
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


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


[Kernel-packages] [Bug 1981809] Re: DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode

2022-09-24 Thread atactic
How to close this bug report?

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

Title:
  DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode,
  remains on all time. Have switched from legacy NVIDIA drivers to
  Nouveau drivers, from Wayland to xorg but with no change in behaviour.

  $ inxi -F -v 7
  System:
Host: nicolas-XPS-15-7590 Kernel: 5.15.0-41-generic x86_64 bits: 64
  compiler: gcc v: 11.2.0 Desktop: GNOME 42.2 tk: GTK 3.24.33 wm: 
gnome-shell
  dm: GDM3 42.0 Distro: Ubuntu 22.04 LTS (Jammy Jellyfish)
  Machine:
Type: Laptop System: Dell product: XPS 15 7590 v: N/A
  serial:  Chassis: type: 10 serial: 
Mobo: Dell model: 0T8KGX v: A00 serial:  UEFI: Dell
  v: 1.17.0 date: 04/19/2022
  Battery:
ID-1: BAT0 charge: 36.9 Wh (50.0%) condition: 73.8/97.0 Wh (76.1%)
  volts: 12.4 min: 11.4 model: SMP DELL GPM0365 type: Li-ion serial: 3663
  status: Charging
Device-1: hidpp_battery_0 model: Logitech M585/M590 Multi-Device Mouse
  serial: 406b-27-b4-17-46 charge: 100% (should be ignored) rechargeable: 
yes
  status: Discharging
  Memory:
RAM: total: 31 GiB used: 9.11 GiB (29.4%)
RAM Report:
  permissions: Unable to run dmidecode. Root privileges required.
  CPU:
Info: 8-core model: Intel Core i9-9980HK bits: 64 type: MT MCP smt: enabled
  arch: Coffee Lake rev: D cache: L1: 512 KiB L2: 2 MiB L3: 16 MiB
Speed (MHz): avg: 1670 high: 3335 min/max: 800/5000 cores: 1: 2109
  2: 3335 3: 1400 4: 1400 5: 1400 6: 1400 7: 1400 8: 1400 9: 1400 10: 1400
  11: 2107 12: 1853 13: 1700 14: 1630 15: 1400 16: 1400 bogomips: 76800
Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
  arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
  clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64
  dtherm dts epb ept ept_ad erms est f16c flexpriority flush_l1d fma fpu
  fsgsbase fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs
  ibrs_enhanced ida intel_pt invpcid invpcid_single lahf_lm lm mca mce
  md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat pbe
  pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand
  rdseed rdtscp rep_good sdbg sep sgx sgx_lc smap smep ss ssbd sse sse2
  sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust
  tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec xsaveopt
  xsaves xtopology xtpr
  Graphics:
Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Dell
  driver: i915 v: kernel ports: active: eDP-1 empty: DP-1,DP-2,DP-3
  bus-ID: 00:02.0 chip-ID: 8086:3e9b class-ID: 0300
Device-2: NVIDIA TU117M [GeForce GTX 1650 Mobile / Max-Q]
  vendor: Hewlett-Packard driver: nouveau v: kernel pcie: speed: 8 GT/s
  lanes: 16 bus-ID: 01:00.0 chip-ID: 10de:1f91 class-ID: 0302
Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
  bus-ID: 1-12:6 chip-ID: 0c45:6723 class-ID: 0e02
Display: x11 server: X.Org v: 1.21.1.3 compositor: gnome-shell driver: X:
  loaded: modesetting unloaded: fbdev,vesa gpu: i915 display-ID: :0
  screens: 1
Screen-1: 0 s-res: 3840x2160 s-dpi: 96 s-size: 1016x571mm (40.0x22.5")
  s-diag: 1165mm (45.9")
Monitor-1: eDP-1 model: Samsung res: 3840x2160 hz: 60 dpi: 284
  size: 344x194mm (13.5x7.6") diag: 395mm (15.5") modes: 3840x2160
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2)
  v: 4.6 Mesa 22.0.1 direct render: Yes
  Audio:
Device-1: Intel Cannon Lake PCH cAVS vendor: Dell driver: snd_hda_intel
  v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a348 class-ID: 0403
Sound Server-1: ALSA v: k5.15.0-41-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
  Network:
Device-1: Intel Wi-Fi 6 AX200 vendor: Rivet Networks Killer™
  driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1 bus-ID: 3b:00.0
  chip-ID: 8086:2723 class-ID: 0280
IF: wlp59s0 state: down mac: 90:78:41:22:66:d6
Device-2: Ralink RT2870/RT3070 Wireless Adapter type: USB
  driver: rt2800usb bus-ID: 1-2:3 chip-ID: 148f:3070 class-ID: 
  serial: 1.0
IF: wlx00c0ca5a5edc state: up mac: 00:c0:ca:5a:5e:dc
IP v4: 192.168.1.32/24 type: dynamic noprefixroute scope: global
  broadcast: 192.168.1.255
IP v6: 2a01:cb08:8458:be00:6da9:bb6d:6d13:9a9e/64 type: temporary dynamic
  scope: global
IP v6: 2a01:cb08:8458:be00:82bb:6367:ae9e:5cab/64
  type: dynamic mngtmpaddr noprefixroute scope: global
IP v6: fe80::3298:a4bf:8382:15e9/64 type: noprefixroute scope: link
WAN IP: 92.139.67.225
  Bluetooth:
Device-1: Intel 

[Kernel-packages] [Bug 1981809] Re: DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode

2022-09-24 Thread atactic
Not sure exactly what I did, but managed to restore Nvidia drivers,
restart the system, and after a while the system will go into suspend
mode, maybe through updates.

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

Title:
  DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  DELL XPS 7590 with Ubuntu 22.04 LTS won't go into suspend mode,
  remains on all time. Have switched from legacy NVIDIA drivers to
  Nouveau drivers, from Wayland to xorg but with no change in behaviour.

  $ inxi -F -v 7
  System:
Host: nicolas-XPS-15-7590 Kernel: 5.15.0-41-generic x86_64 bits: 64
  compiler: gcc v: 11.2.0 Desktop: GNOME 42.2 tk: GTK 3.24.33 wm: 
gnome-shell
  dm: GDM3 42.0 Distro: Ubuntu 22.04 LTS (Jammy Jellyfish)
  Machine:
Type: Laptop System: Dell product: XPS 15 7590 v: N/A
  serial:  Chassis: type: 10 serial: 
Mobo: Dell model: 0T8KGX v: A00 serial:  UEFI: Dell
  v: 1.17.0 date: 04/19/2022
  Battery:
ID-1: BAT0 charge: 36.9 Wh (50.0%) condition: 73.8/97.0 Wh (76.1%)
  volts: 12.4 min: 11.4 model: SMP DELL GPM0365 type: Li-ion serial: 3663
  status: Charging
Device-1: hidpp_battery_0 model: Logitech M585/M590 Multi-Device Mouse
  serial: 406b-27-b4-17-46 charge: 100% (should be ignored) rechargeable: 
yes
  status: Discharging
  Memory:
RAM: total: 31 GiB used: 9.11 GiB (29.4%)
RAM Report:
  permissions: Unable to run dmidecode. Root privileges required.
  CPU:
Info: 8-core model: Intel Core i9-9980HK bits: 64 type: MT MCP smt: enabled
  arch: Coffee Lake rev: D cache: L1: 512 KiB L2: 2 MiB L3: 16 MiB
Speed (MHz): avg: 1670 high: 3335 min/max: 800/5000 cores: 1: 2109
  2: 3335 3: 1400 4: 1400 5: 1400 6: 1400 7: 1400 8: 1400 9: 1400 10: 1400
  11: 2107 12: 1853 13: 1700 14: 1630 15: 1400 16: 1400 bogomips: 76800
Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
  arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
  clflushopt cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64
  dtherm dts epb ept ept_ad erms est f16c flexpriority flush_l1d fma fpu
  fsgsbase fxsr ht hwp hwp_act_window hwp_epp hwp_notify ibpb ibrs
  ibrs_enhanced ida intel_pt invpcid invpcid_single lahf_lm lm mca mce
  md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat pbe
  pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand
  rdseed rdtscp rep_good sdbg sep sgx sgx_lc smap smep ss ssbd sse sse2
  sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust
  tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec xsaveopt
  xsaves xtopology xtpr
  Graphics:
Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Dell
  driver: i915 v: kernel ports: active: eDP-1 empty: DP-1,DP-2,DP-3
  bus-ID: 00:02.0 chip-ID: 8086:3e9b class-ID: 0300
Device-2: NVIDIA TU117M [GeForce GTX 1650 Mobile / Max-Q]
  vendor: Hewlett-Packard driver: nouveau v: kernel pcie: speed: 8 GT/s
  lanes: 16 bus-ID: 01:00.0 chip-ID: 10de:1f91 class-ID: 0302
Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
  bus-ID: 1-12:6 chip-ID: 0c45:6723 class-ID: 0e02
Display: x11 server: X.Org v: 1.21.1.3 compositor: gnome-shell driver: X:
  loaded: modesetting unloaded: fbdev,vesa gpu: i915 display-ID: :0
  screens: 1
Screen-1: 0 s-res: 3840x2160 s-dpi: 96 s-size: 1016x571mm (40.0x22.5")
  s-diag: 1165mm (45.9")
Monitor-1: eDP-1 model: Samsung res: 3840x2160 hz: 60 dpi: 284
  size: 344x194mm (13.5x7.6") diag: 395mm (15.5") modes: 3840x2160
OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2)
  v: 4.6 Mesa 22.0.1 direct render: Yes
  Audio:
Device-1: Intel Cannon Lake PCH cAVS vendor: Dell driver: snd_hda_intel
  v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a348 class-ID: 0403
Sound Server-1: ALSA v: k5.15.0-41-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
  Network:
Device-1: Intel Wi-Fi 6 AX200 vendor: Rivet Networks Killer™
  driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1 bus-ID: 3b:00.0
  chip-ID: 8086:2723 class-ID: 0280
IF: wlp59s0 state: down mac: 90:78:41:22:66:d6
Device-2: Ralink RT2870/RT3070 Wireless Adapter type: USB
  driver: rt2800usb bus-ID: 1-2:3 chip-ID: 148f:3070 class-ID: 
  serial: 1.0
IF: wlx00c0ca5a5edc state: up mac: 00:c0:ca:5a:5e:dc
IP v4: 192.168.1.32/24 type: dynamic noprefixroute scope: global
  broadcast: 192.168.1.255
IP v6: 2a01:cb08:8458:be00:6da9:bb6d:6d13:9a9e/64 type: temporary dynamic
  scope: global
IP v6: 2a01:cb08:8458:be00:82bb:6367:ae9e:5cab/64
  type: dynamic mngtmpaddr noprefixroute scope: 

[Kernel-packages] [Bug 1990716] [NEW] No sound after Kernel upgrade

2022-09-24 Thread atactic
Public bug reported:

In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
(jammy-proposed) checkbox checked. An 'important' software update was
installed and immediately thereafter, during boot sequence the PC is
hanging at the splash screen with the mainboard logo displayed. Only a
restart allows to load an older kernel, and I have defaulted Grub to the
previous kernel version available in my system. Kernel version
installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
selected as default).

With the system running the sound has disappeared for all devices
(headphones plugged on Xonar Essence STX soundcard, analog headset) and
sources (youtube through browser, local files & applications). The
volume bar is locked at 0 for every device and the only sound I hear is
the 'default' bip in sound settings (picture). I have tried to reinstall
alsa drivers but none of the solutions tried can restore the sound.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-47-generic 5.15.0-47.51
ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
Uname: Linux 5.15.0-47-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CRDA: N/A
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Sep 24 08:57:39 2022
InstallationDate: Installed on 2022-06-22 (93 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
ProcFB: 0 nouveaudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.15.0-47-generic N/A
 linux-backports-modules-5.15.0-47-generic  N/A
 linux-firmware 20220329.git681281e4-0ubuntu3.5
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/03/2015
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F10
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97X-UD5H
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF10:bd08/03/2015:br4.6:svnGigabyteTechnologyCo.,Ltd.:pnZ97X-UD5H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ97X-UD5H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: Z97X-UD5H
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug jammy

** Attachment added: "Selection_128.png"
   
https://bugs.launchpad.net/bugs/1990716/+attachment/5618514/+files/Selection_128.png

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

Title:
  No sound after Kernel upgrade

Status in linux package in Ubuntu:
  New

Bug description:
  In Ubuntu 22.04 LTS Software & Updates I had the 'Pre-released updates
  (jammy-proposed) checkbox checked. An 'important' software update was
  installed and immediately thereafter, during boot sequence the PC is
  hanging at the splash screen with the mainboard logo displayed. Only a
  restart allows to load an older kernel, and I have defaulted Grub to
  the previous kernel version available in my system. Kernel version
  installed: 5.15.0.50.56 | 5.15.0.50.50 | 5.15.0.47.51 (this last one
  selected as default).

  With the system running the sound has disappeared for all devices
  (headphones plugged on Xonar Essence STX soundcard, analog headset)
  and sources (youtube through browser, local files & applications). The
  volume bar is locked at 0 for every device and the only sound I hear
  is the 'default' bip in sound settings (picture). I have tried to
  reinstall alsa drivers but none of the solutions tried can restore the
  sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-5.15.0-47-generic 5.15.0-47.51
  ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
  Uname: Linux 5.15.0-47-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Sep 24 08:57:39 2022
  InstallationDate: Installed on 2022-06-22 (93 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: Gigabyte Technology Co., Ltd. Z97X-UD5H
  ProcFB: 0 nouveaudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-47-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash