[Bug 2080693] Re: Not resuming from suspend - Thinkpad E460

2024-11-04 Thread Manuel Pégourié-Gonnard
Ok, turns out it's not a version issue but a config issue:
CONFIG_INTEL_IOMMU_DEFAULT_ON=y is what causes the problem. The reason
that 6.6.18 from the mainline ppa is good while 6.6.19 is bad is that
the former has this disabled while the later has it enabled:

% diff -u0 /boot/config-6.6.1*-generic  

   
--- /boot/config-6.6.18-060618-generic  2024-02-23 10:34:17.0 +0100
+++ /boot/config-6.6.19-060619-generic  2024-03-01 14:53:56.0 +0100
@@ -3 +3 @@
-# Linux/x86 6.6.18 Kernel Configuration
+# Linux/x86 6.6.19 Kernel Configuration
@@ -5 +5 @@
-CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 
13.2.0"
+CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-16ubuntu1) 
13.2.0"
@@ -14 +13,0 @@
-CONFIG_RUST_IS_AVAILABLE=y
@@ -9781 +9780 @@
-# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
+CONFIG_INTEL_IOMMU_DEFAULT_ON=y
@@ -9783 +9782 @@
-# CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON is not set
+CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y

Indeed, by just enabling CONFIG_INTEL_IOMMU_DEFAULT_ON in 6.6.18 it
becomes bad, while just disabling it in 6.6.19 makes it good.


Going back to the kernels shipped by Ubuntu where I originally observed the 
problem, indeed that option is disabled in 6.5 (which works for me) and enabled 
in 6.8 (which doesn't work for me):

% grep CONFIG_INTEL_IOMMU_DEFAULT_ON /boot/config-6.[58]*   

   
/boot/config-6.5.0-45-generic:# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
/boot/config-6.8.0-48-generic:CONFIG_INTEL_IOMMU_DEFAULT_ON=y

Please let me know if there's further information I can provide that
could help resolve this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Re: Not resuming from suspend - Thinkpad E460

2024-11-03 Thread Manuel Pégourié-Gonnard
Got my hands on a beefier machine where I was able to build a config of
6.6.19 that (once installed on my laptop) exhibits the same problem as
the one from the mainline ppa.

Compared to may previous attempt:
1. Kept the config unchanged.
2. Instead did apt install linux-buildinfo-6.8.0-48-generic && sed -i 
's!debian!/usr/lib/linux/6.8.0-48-generic!' .config
3. Kept the config unchanged.
4. Still disabled CONFIG_MODULE_COMPRESS_ZSTD and enabled 
CONFIG_MODULE_COMPRESS_NONE because I was hitting the same error.

I'm starting commit-bisection, I should report in a few days.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Re: Not resuming from suspend - Thinkpad E460

2024-11-02 Thread Manuel Pégourié-Gonnard
For what it's worth, the problem persists with the 6.8.0-48-generic
kernel.

Also, I've tried building the kernel locally in order to hopefully
commit-bisect the issue. Turns out my locally compiled 6.6.19 does not
exhibit the problem, while 6.6.19 from the mainline kernel ppa does.

I've done the following changes to the config:
1. make localmodconfig (to cut on compilation time and disk usage)
2. scripts/config --disable SYSTEM_TRUSTED_KEYS && scripts/config --disable 
SYSTEM_REVOCATION_KEYS (I was getting errors about files not being found)
3. disabled CONFIG_DEBUG_INFO_BTF because I was running out of memory at that 
stage
4. disabled zstd module compression because I was getting errors like `SSL 
error:1080:BIO routines::no such file: ../crypto/bio/bss_file.c:7` at the 
stage where the modules are signed.

I'm not sure which of these changes is likely to explain why my locally
compiled kernel works while the one from the ppa doesn't (as far as
waking up from suspend is concerned), but I thought I'd share the info
in case it rings a bell to someone.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2085849] Re: Noble update: upstream stable patchset 2024-10-29

2024-10-29 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 upstream stable patchset 2024-10-29
+ 
+ Ported from the following upstream stable releases:
+ v6.6.51, v6.10.10
+ 
 from git://git.kernel.org/
+ 
+ net: microchip: vcap: Fix use-after-free error in kunit test
+ ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
+ KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
+ KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
+ KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
+ ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices
+ ALSA: hda/realtek: add patch for internal mic in Lenovo V145
+ ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
+ powerpc/qspinlock: Fix deadlock in MCS queue
+ ksmbd: unset the binding mark of a reused connection
+ ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
+ ata: libata: Fix memory leak for error path in ata_host_alloc()
+ x86/tdx: Fix data leak in mmio_read()
+ perf/x86/intel: Limit the period on Haswell
+ irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
+ x86/kaslr: Expose and use the end of the physical memory address space
+ rtmutex: Drop rt_mutex::wait_lock before scheduling
+ nvme-pci: Add sleep quirk for Samsung 990 Evo
+ rust: types: Make Opaque::get const
+ rust: macros: provide correct provenance when constructing THIS_MODULE
+ Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
+ Bluetooth: MGMT: Ignore keys being loaded with invalid type
+ mmc: core: apply SD quirks earlier during probe
+ mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
+ mmc: sdhci-of-aspeed: fix module autoloading
+ mmc: cqhci: Fix checking of CQHCI_HALT state
+ fuse: update stats for pages in dropped aux writeback list
+ fuse: use unsigned type for getxattr/listxattr size truncation
+ fuse: fix memory leak in fuse_create_open
+ clk: starfive: jh7110-sys: Add notifier for PLL0 clock
+ clk: qcom: clk-alpha-pll: Fix the pll post div mask
+ clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
+ can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
+ kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
+ mm: vmalloc: ensure vmap_block is initialised before adding to queue
+ spi: rockchip: Resolve unbalanced runtime PM / system PM handling
+ tracing/osnoise: Use a cpumask to know what threads are kthreads
+ tracing/timerlat: Only clear timer if a kthread exists
+ tracing: Avoid possible softlockup in tracing_iter_reset()
+ tracing/timerlat: Add interface_lock around clearing of kthread in 
stop_kthread()
+ userfaultfd: don't BUG_ON() if khugepaged yanks our page table
+ userfaultfd: fix checks for huge PMDs
+ fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
+ eventfs: Use list_del_rcu() for SRCU protected list variable
+ net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
+ net: mctp-serial: Fix missing escapes on transmit
+ x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
+ x86/apic: Make x2apic_disable() work correctly
+ tcp_bpf: fix return value of tcp_bpf_sendmsg()
+ ila: call nf_unregister_net_hooks() sooner
+ sched: sch_cake: fix bulk flow accounting logic for host fairness
+ nilfs2: fix missing cleanup on rollforward recovery error
+ nilfs2: protect references to superblock parameters exposed in sysfs
+ nilfs2: fix state management in error path of log writing function
+ drm/i915: Do not attempt to load the GSC multiple times
+ ALSA: control: Apply sanity check of input values for user elements
+ ALSA: hda: Add input value sanity checks to HDMI channel map controls
+ wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()
+ wifi: ath12k: fix firmware crash due to invalid peer nss
+ smack: unix sockets: fix accept()ed socket label
+ bpf, verifier: Correct tail_call_reachable for bpf prog
+ ELF: fix kernel.randomize_va_space double read
+ accel/habanalabs/gaudi2: unsecure edma max outstanding register
+ irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
+ af_unix: Remove put_pid()/put_cred() in copy_peercred().
+ x8

[Bug 2085849] [NEW] Noble update: upstream stable patchset 2024-10-29

2024-10-29 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

   upstream stable patchset 2024-10-29
   from git://git.kernel.org/

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

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


** Tags: kernel-stable-tracking-bug

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085849

Title:
  Noble update: upstream stable patchset 2024-10-29

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084941] [NEW] Noble update: upstream stable patchset 2024-10-18

2024-10-18 Thread Manuel Diewald
_recent_stamp
drm/xe: Don't overmap identity VRAM mapping
net: tcp/dccp: prepare for tw_timer un-pinning
drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
drm/xe: Check valid domain is passed in xe_force_wake_ref
thermal: trip: Use READ_ONCE() for lockless access to trip properties
drm/xe: Add GuC state asserts to deregister_exec_queue
drm/amdgpu: fix overflowed constant warning in mmhub_set_clockgating()
drm/amd/display: Remove register from DCN35 DMCUB diagnostic collection
drm/amd/display: Disable DMCUB timeout for DCN35
drm/amd/display: Avoid overflow from uint32_t to uint8_t
pinctrl: core: reset gpio_device in loop in pinctrl_pins_show()
UBUNTU: Upstream stable to v6.6.50, v6.10.9

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 upstream stable patchset 2024-10-18
+ 
+ Ported from the following upstream stable releases:
+ v6.6.50, v6.10.9
+ 
 from git://git.kernel.org/
+ 
+ drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()
+ drm: panel-orientation-quirks: Add quirk for OrangePi Neo
+ scsi: ufs: core: Check LSDBS cap when !mcq
+ scsi: ufs: core: Bypass quick recovery if force reset is needed
+ btrfs: tree-checker: validate dref root and objectid
+ ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown
+ ALSA: hda/conexant: Mute speakers at suspend / shutdown
+ ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
+ ALSA: ump: Explicitly reset RPN with Null RPN
+ ALSA: seq: ump: Use the common RPN/bank conversion context
+ ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
+ ALSA: seq: ump: Explicitly reset RPN with Null RPN
+ net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
+ ASoC: amd: yc: Support mic on HP 14-em0002la
+ spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
+ i2c: Fix conditional for substituting empty ACPI functions
+ dma-debug: avoid deadlock between dma debug vs printk and netconsole
+ net: usb: qmi_wwan: add MeiG Smart SRM825L
+ ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
+ ASoC: codecs: ES8326: button detect issue
+ selftests: mptcp: userspace pm create id 0 subflow
+ selftests: mptcp: dump userspace addrs list
+ selftests: mptcp: userspace pm get addr tests
+ selftests: mptcp: declare event macros in mptcp_lib
+ selftests: mptcp: join: cannot rm sf if closed
+ selftests: mptcp: add explicit test case for remove/readd
+ selftests: mptcp: join: check re-using ID of unused ADD_ADDR
+ selftests: mptcp: join: check re-adding init endp with != id
+ selftests: mptcp: add mptcp_lib_events helper
+ selftests: mptcp: join: validate event numbers
+ selftests: mptcp: join: check re-re-adding ID 0 signal
+ selftests: mptcp: join: test for flush/re-add endpoints
+ selftests: mptcp: join: disable get and dump addr checks
+ selftests: mptcp: join: stop transfer when check is done (part 2.2)
+ drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr
+ drm/amd/display: Assign linear_pitch_alignment even for VM
+ drm/amdgpu: fix overflowed array index read warning
+ drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
+ drm/amd/pm: fix uninitialized variable warning
+ drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
+ drm/amd/pm: fix warning using uninitialized value of max_vid_step
+ drm/amd/pm: Fix negative array index read
+ drm/amd/pm: fix the Out-of-bounds read warning
+ drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
+ drm/amdgpu: avoid reading vf2pf info size from FB
+ drm/amd/display: Check gpio_id before used as array index
+ drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6
+ drm/amd/display: Check index for aux_rd_interval before usin

[Bug 2081988] [NEW] package firefox 130.0.1+build1-0ubuntu0.22.04.1~mt1 failed to install/upgrade: el subproceso nuevo paquete firefox script pre-installation devolvió el código de salida de error 1

2024-09-25 Thread Víctor Manuel Pérez Rodríguez
Public bug reported:


123

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: firefox 1:1snap1-0ubuntu5
ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12
Uname: Linux 6.8.0-45-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/seq:user   2024 F pipewire
 /dev/snd/controlC0:  user   2030 F wireplumber
 /dev/snd/controlC1:  user   2030 F wireplumber
BuildID: 20240913135723
CasperMD5CheckResult: unknown
Channel: Unavailable
Date: Wed Sep 25 14:39:51 2024
ErrorMessage: el subproceso nuevo paquete firefox script pre-installation 
devolvió el código de salida de error 1
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-05-05 (2700 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
IpRoute:
 
MachineType: ASUSTeK COMPUTER INC. X550LA
NoProfiles: True
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6.1
 apt  2.7.14build2
RunningIncompatibleAddons: False
SourcePackage: firefox
Title: package firefox 130.0.1+build1-0ubuntu0.22.04.1~mt1 failed to 
install/upgrade: el subproceso nuevo paquete firefox script pre-installation 
devolvió el código de salida de error 1
UpgradeStatus: Upgraded to noble on 2024-09-25 (0 days ago)
dmi.bios.date: 05/14/2014
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X550LA.508
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X550LA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550LA.508:bd05/14/2014:br4.6:svnASUSTeKCOMPUTERINC.:pnX550LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:skuASUS-NotebookSKU:
dmi.product.family: X
dmi.product.name: X550LA
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
mtime.conffile..etc.init.d.apport: 2024-07-22T15:59:07

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


** Tags: amd64 apport-package noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081988

Title:
  package firefox 130.0.1+build1-0ubuntu0.22.04.1~mt1 failed to
  install/upgrade: el subproceso nuevo paquete firefox script pre-
  installation devolvió el código de salida de error 1

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] acpidump.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818185/+files/acpidump.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] WifiSyslog.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818184/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] UdevDb.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/2080693/+attachment/5818183/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] RfKill.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/2080693/+attachment/5818182/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] ProcModules.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818180/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] PulseList.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818181/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] ProcInterrupts.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818179/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] ProcEnviron.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818178/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] ProcCpuinfoMinimal.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] ProcCpuinfo.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818176/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] PaInfo.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Lsusb-t.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818173/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Lsusb-v.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818174/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Lspci-vt.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818172/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Lspci.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/2080693/+attachment/5818171/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] IwConfig.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818170/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] CurrentDmesg.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818169/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] CRDA.txt

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/2080693/+attachment/5818168/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] Re: Not resuming from suspend - Thinkpad E460

2024-09-16 Thread Manuel Pégourié-Gonnard
apport information

** Tags added: apport-collected

** Description changed:

  After a routine upgrade which installed the 6.8 kernel, my laptop
  (Lenovo Thinkpad E460) stopped resuming from suspend. I press keys, hit
  the power button, but nothing works and I have to hard reboot in the
  end.
  
  Everything worked nicely with the 6.5 kernel (6.5.0-45-generic) and
  previous versions provided by Ubuntu since 5.15.0-40-generic (before
  that I was hit by
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1971437 with
  similar symptoms).
  
  I tried version-bisecting the issue using the mainline kernel ppa, as in
  
https://wiki.ubuntu.com/Kernel/KernelBisection#Version_bisecting_upstream_kernels
  
  The last good version is 6.6.18.
  
  The first bad version is 6.6.19.
  
  I'm happy to provide any further information that might be useful.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: linux-image-6.8.0-40-generic 6.8.0-40.40~22.04.3
  ProcVersionSignature: Ubuntu 6.8.0-40.40~22.04.3-generic 6.8.12
  Uname: Linux 6.8.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.6
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Sep 13 23:22:57 2024
  InstallationDate: Installed on 2020-05-17 (1580 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: linux-signed-hwe-6.8
  UpgradeStatus: Upgraded to jammy on 2024-09-10 (2 days ago)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.6
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mpg1453 F pulseaudio
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2020-05-17 (1583 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 5986:0708 Acer, Inc Integrated Camera
+  Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 20ETCTO1WW
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.5.0-45-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 6.5.0-45.45~22.04.1-generic 6.5.13
+ RelatedPackageVersions:
+  linux-restricted-modules-6.5.0-45-generic N/A
+  linux-backports-modules-6.5.0-45-generic  N/A
+  linux-firmware20220329.git681281e4-0ubuntu3.31
+ Tags:  wayland-session jammy
+ Uname: Linux 6.5.0-45-generic x86_64
+ UpgradeStatus: Upgraded to jammy on 2024-09-10 (5 days ago)
+ UserGroups: adm cdrom dialout dip lpadmin lxd plugdev sambashare sudo 
wireshark
+ _MarkForUpload: True
+ dmi.bios.date: 04/20/2016
+ dmi.bios.release: 1.17
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: R00ET42W (1.17 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20ETCTO1WW
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709 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.17
+ dmi.modalias: 
dmi:bvnLENOVO:bvrR00ET42W(1.17):bd04/20/2016:br1.17:efr1.17:svnLENOVO:pn20ETCTO1WW:pvrThinkPadE460:rvnLENOVO:rn20ETCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20ET_BU_Think_FM_ThinkPadE460:
+ dmi.product.family: ThinkPad E460
+ dmi.product.name: 20ETCTO1WW
+ dmi.product.sku: LENOVO_MT_20ET_BU_Think_FM_ThinkPad E460
+ dmi.product.version: ThinkPad E460
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/2080693/+attachment/5818167/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080890] [NEW] package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to install/upgrade: el subproceso instalado paquete mysql-server-8.0 script post-installation devolvió el código de salida d

2024-09-16 Thread Jose Manuel Fernandez
Public bug reported:

Configurando mysql-server-8.0 (8.0.39-0ubuntu0.24.04.2) ...
update-alternatives: utilizando /etc/mysql/mysql.cnf para proveer 
/etc/mysql/my.cnf (my.cnf) en modo
 automático
Renaming removed key_buffer and myisam-recover options (if present)
mysqld will log errors to /var/log/mysql/error.log
mysqld is running as pid 13682
dpkg: error al procesar el paquete mysql-server-8.0 (--configure):
 el subproceso instalado paquete mysql-server-8.0 script post-installation 
devolvió el código de sal
ida de error 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
 mysql-server depende de mysql-server-8.0; sin embargo:
 El paquete `mysql-server-8.0' no está configurado todavía.

dpkg: error al procesar el paquete mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
Procesando disparadores para man-db (2.12.0-4build2) ...
No se escribió un informe «apport» porque el mensaje de error indica que es un 
mensaje de error asoc
iado a un fallo previo.
   Procesando disparadores para libc-bin (2.39-0ubuntu8.3) 
...
Se encontraron errores al procesar:
 mysql-server-8.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@zenbook:/home/jtax# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: mysql-server-8.0 8.0.39-0ubuntu0.24.04.2
ProcVersionSignature: Ubuntu 6.8.0-44.44-generic 6.8.12
Uname: Linux 6.8.0-44-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Mon Sep 16 21:50:18 2024
ErrorMessage: el subproceso instalado paquete mysql-server-8.0 script 
post-installation devolvió el código de salida de error 1
InstallationDate: Installed on 2024-09-16 (0 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 
(20240827.1)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: my.cnf links to /etc/mysql/mysql.cnf
MySQLVarLibDirListing: ['auto.cnf', 'mysql.ibd', 'debian-5.7.flag', 
'ca-key.pem', 'ibdata1', 'server-key.pem', 'public_key.pem', 
'performance_schema', 'client-key.pem', 'ib_buffer_pool', '#innodb_temp', 
'private_key.pem', 'binlog.02', 'server-cert.pem', 'mysql', 
'client-cert.pem', '#ib_16384_1.dblwr', '#innodb_redo', 'binlog.01', 
'ca.pem', 'undo_002', '#ib_16384_0.dblwr', 'sys', 'undo_001', 'binlog.index']
ProcCmdline: BOOT_IMAGE=/vmlinuz-6.8.0-44-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6.1
 apt  2.7.14build2
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to 
install/upgrade: el subproceso instalado paquete mysql-server-8.0 script 
post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080890

Title:
  package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to
  install/upgrade: el subproceso instalado paquete mysql-server-8.0
  script post-installation devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2080890/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2080693] [NEW] Not resuming from suspend - Thinkpad E460

2024-09-13 Thread Manuel Pégourié-Gonnard
Public bug reported:

After a routine upgrade which installed the 6.8 kernel, my laptop
(Lenovo Thinkpad E460) stopped resuming from suspend. I press keys, hit
the power button, but nothing works and I have to hard reboot in the
end.

Everything worked nicely with the 6.5 kernel (6.5.0-45-generic) and
previous versions provided by Ubuntu since 5.15.0-40-generic (before
that I was hit by
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1971437 with
similar symptoms).

I tried version-bisecting the issue using the mainline kernel ppa, as in
https://wiki.ubuntu.com/Kernel/KernelBisection#Version_bisecting_upstream_kernels

The last good version is 6.6.18.

The first bad version is 6.6.19.

I'm happy to provide any further information that might be useful.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-6.8.0-40-generic 6.8.0-40.40~22.04.3
ProcVersionSignature: Ubuntu 6.8.0-40.40~22.04.3-generic 6.8.12
Uname: Linux 6.8.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.6
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep 13 23:22:57 2024
InstallationDate: Installed on 2020-05-17 (1580 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: linux-signed-hwe-6.8
UpgradeStatus: Upgraded to jammy on 2024-09-10 (2 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080693

Title:
  Not resuming from suspend - Thinkpad E460

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.8/+bug/2080693/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2078739] [NEW] package libjs-jquery (not installed) failed to install/upgrade: problemas de dependencias - no se desinstala

2024-09-02 Thread Manuel Lorente
Public bug reported:

package libjs-jquery (not installed) failed to install/upgrade:
problemas de dependencias - no se desinstala

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: libjs-jquery (not installed)
ProcVersionSignature: Ubuntu 6.8.0-41.41-generic 6.8.12
Uname: Linux 6.8.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Mon Sep  2 22:00:34 2024
ErrorMessage: problemas de dependencias - no se desinstala
InstallationDate: Installed on 2020-04-30 (1586 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6.1
 apt  2.7.14build2
SourcePackage: node-jquery
Title: package libjs-jquery (not installed) failed to install/upgrade: 
problemas de dependencias - no se desinstala
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.d.apport: 2024-07-22T16:59:07

** Affects: node-jquery (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078739

Title:
  package libjs-jquery (not installed) failed to install/upgrade:
  problemas de dependencias - no se desinstala

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-jquery/+bug/2078739/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2076100] [NEW] Jammy update: v5.15.164 upstream stable release

2024-08-05 Thread Manuel Diewald
ept time.
ocfs2: add bounds checking to ocfs2_check_dir_entry()
jfs: don't walk off the end of ealist
fs/ntfs3: Validate ff offset
ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
filelock: Fix fcntl/close race recovery compat path
wifi: rt2x00: use explicitly signed or unsigned types
tun: add missing verification for short frame
tap: add missing verification for short frame
Linux 5.15.164
UBUNTU: Upstream stable to v5.15.164

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.164 upstream stable release
 from git://git.kernel.org/
  
- 
+ gcc-plugins: Rename last_stmt() for GCC 14+
+ filelock: Remove locks reliably when fcntl/close race is detected
+ ARM: 9324/1: fix get_user() broken with veneer
+ ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
+ bpf: Fix overrunning reservations in ringbuf
+ scsi: core: Fix a use-after-free
+ scsi: core: alua: I/O errors for ALUA state transitions
+ scsi: qedf: Don't process stag work during unload and recovery
+ scsi: qedf: Wait for stag work during unload
+ scsi: qedf: Set qed_slowpath_params to zero before use
+ ACPI: EC: Abort address space access upon error
+ ACPI: EC: Avoid returning AE_OK on errors in address space handler
+ tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
+ wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
+ wifi: mac80211: handle tasklet frames before stopping
+ wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup
+ wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd
+ wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option
+ wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
+ selftests/openat2: Fix build warnings on ppc64
+ Input: silead - Always support 10 fingers
+ net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
+ ila: block BH in ila_output()
+ arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
+ null_blk: fix validation of block size
+ kconfig: gconf: give a proper initial state to the Save button
+ kconfig: remove wrong expr_trans_bool()
+ fs/file: fix the check in find_next_fd()
+ mei: demote client disconnect warning on suspend to debug
+ nvme: avoid double free special payload
+ wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
+ KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
+ drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
+ ALSA: hda/realtek: Add more codec ID to no shutup pins list
+ mips: fix compat_sys_lseek syscall
+ Input: elantech - fix touchpad state on resume for Lenovo N24
+ Input: i8042 - add Ayaneo Kun to i8042 quirk table
+ bytcr_rt5640 : inverse jack detect for Archos 101 cesium
+ ALSA: dmaengine: Synchronize dma channel after drop()
+ ASoC: ti: davinci-mcasp: Set min period size using FIFO config
+ ASoC: ti: omap-hdmi: Fix too long driver name
+ can: kvaser_usb: fix return value for hif_usb_send_regout
+ s390/sclp: Fix sclp_init() cleanup on failure
+ platform/x86: wireless-hotkey: Add support for LG Airplane Button
+ platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
+ platform/x86: lg-laptop: Change ACPI device id
+ platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB
+ btrfs: qgroup: fix quota root leak after quota disable failure
+ ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
+ ALSA: dmaengine_pcm: terminate dmaengine before synchronize
+ net: usb: qmi_wwan: add Telit FN912 compositions
+ net: mac802154

[Bug 2076097] [NEW] Focal update: v5.4.281 upstream stable release

2024-08-05 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

gcc-plugins: Rename last_stmt() for GCC 14+
filelock: Remove locks reliably when fcntl/close race is detected
scsi: qedf: Set qed_slowpath_params to zero before use
ACPI: EC: Abort address space access upon error
ACPI: EC: Avoid returning AE_OK on errors in address space handler
wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
Input: silead - Always support 10 fingers
ila: block BH in ila_output()
kconfig: gconf: give a proper initial state to the Save button
kconfig: remove wrong expr_trans_bool()
fs/file: fix the check in find_next_fd()
mei: demote client disconnect warning on suspend to debug
wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
ALSA: hda/realtek: Add more codec ID to no shutup pins list
mips: fix compat_sys_lseek syscall
Input: elantech - fix touchpad state on resume for Lenovo N24
bytcr_rt5640 : inverse jack detect for Archos 101 cesium
ASoC: ti: davinci-mcasp: Set min period size using FIFO config
ASoC: ti: omap-hdmi: Fix too long driver name
can: kvaser_usb: fix return value for hif_usb_send_regout
s390/sclp: Fix sclp_init() cleanup on failure
ALSA: dmaengine_pcm: terminate dmaengine before synchronize
net: usb: qmi_wwan: add Telit FN912 compositions
net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and 
DEV_STATS_ADD()
powerpc/pseries: Whitelist dtl slub object for copying to userspace
powerpc/eeh: avoid possible crash when edev->pdev changes
scsi: libsas: Fix exp-attached device scan after probe failure scanned in again 
after probe failed
Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
fs: better handle deep ancestor chains in is_subdir()
spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
selftests/vDSO: fix clang build errors and warnings
hfsplus: fix uninit-value in copy_name
ARM: 9324/1: fix get_user() broken with veneer
ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
net: relax socket state check at accept time.
ocfs2: add bounds checking to ocfs2_check_dir_entry()
jfs: don't walk off the end of ealist
ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
filelock: Fix fcntl/close race recovery compat path
tun: add missing verification for short frame
tap: add missing verification for short frame
Linux 5.4.281
UBUNTU: Upstream stable to v5.4.281

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
     Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.281 upstream stable release
 from git://git.kernel.org/
  
- 
+ gcc-plugins: Rename last_stmt() for GCC 14+
+ filelock: Remove locks reliably when fcntl/close race is detected
+ scsi: qedf: Set qed_slowpath_params to zero before use
+ ACPI: EC: Abort address space access upon error
+ ACPI: EC: Avoid returning AE_OK on errors in address space handler
+ wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
+ wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
+ Input: silead - Always support 10 fingers
+ ila: block BH in ila_output()
+ kconfig: gconf: give a proper initial state to the Save bu

[Bug 2075175] [NEW] Focal update: v5.4.280 upstream stable release

2024-07-30 Thread Manuel Diewald
ng hardware to known state when probing
Linux 5.4.280
UBUNTU: Upstream stable to v5.4.280

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.280 upstream stable release
 from git://git.kernel.org/
  
- 
+ Compiler Attributes: Add __uninitialized macro
+ drm/lima: fix shared irq handling on driver remove
+ media: dvb: as102-fe: Fix as10x_register_addr packing
+ media: dvb-usb: dib0700_devices: Add missing release_firmware()
+ IB/core: Implement a limit on UMAD receive List
+ scsi: qedf: Make qedf_execute_tmf() non-preemptible
+ drm/amdgpu: Initialize timestamp for some legacy SOCs
+ drm/amd/display: Skip finding free audio for unknown engine_id
+ media: dw2102: Don't translate i2c read into write
+ sctp: prefer struct_size over open coded arithmetic
+ firmware: dmi: Stop decoding on broken entry
+ Input: ff-core - prefer struct_size over open coded arithmetic
+ net: dsa: mv88e6xxx: Correct check for empty list
+ media: dvb-frontends: tda18271c2dd: Remove casting during div
+ media: s2255: Use refcount_t instead of atomic_t for num_channels
+ media: dvb-frontends: tda10048: Fix integer overflow
+ i2c: i801: Annotate apanel_addr as __ro_after_init
+ powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
+ orangefs: fix out-of-bounds fsid access
+ powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
+ jffs2: Fix potential illegal address access in jffs2_free_inode
+ s390/pkey: Wipe sensitive data on failure
+ tcp: tcp_mark_head_lost is only valid for sack-tcp
+ tcp: add ece_ack flag to reno sack functions
+ net: tcp better handling of reordering then loss cases
+ UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
+ tcp_metrics: validate source addr length
+ wifi: wilc1000: fix ies_len type in connect path
+ bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
+ selftests: fix OOM in msg_zerocopy selftest
+ selftests: make order checking verbose in msg_zerocopy selftest
+ inet_diag: Initialize pad field in struct inet_diag_req_v2
+ nilfs2: fix inode number range checks
+ nilfs2: add missing check for inode numbers on directory entries
+ mm: optimize the redundant loop of mm_update_owner_next()
+ can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
+ fsnotify: Do not generate events for O_PATH file descriptors
+ Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
+ drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
+ drm/amdgpu/atomfirmware: silence UBSAN warning
+ bnx2x: Fix multiple UBSAN array-index-out-of-bounds
+ media: dw2102: fix a potential buffer overflow
+ i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
+ ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897
+ nvme-multipath: find NUMA path only for online numa-node
+ nilfs2: fix incorrect inode allocation from reserved inodes
+ filelock: fix potential use-after-free in posix_lock_inode
+ fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
+ vfs: don't mod negative dentry count when on shrinker list
+ tcp: add TCP_INFO status for failed client TFO
+ tcp: fix incorrect undo caused by DSACK of TLP retransmit
+ octeontx2-af: Fix incorrect value output on error path in 
rvu_check_rsrc_availability()
+ net: lantiq_etop: add blank line after declaration
+ net: ethernet: lantiq_etop: fix double free in detach
+ ppp: reject claimed-as-LCP but actually malformed packets
+ udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
+ s390: Mark psw in __load_psw_mask() as __unitialized
+ ARM: davinci: Convert comma to semicolon
+ octeontx2-af: fix detection of IP layer
+ USB: serial: option: add Telit generic co

[Bug 2075170] [NEW] Jammy update: v5.15.163 upstream stable release

2024-07-30 Thread Manuel Diewald
ount
null_blk: Do not allow runt zone with zone capacity smaller then zone size
nilfs2: fix incorrect inode allocation from reserved inodes
mm: prevent derefencing NULL ptr in pfn_section_valid()
filelock: fix potential use-after-free in posix_lock_inode
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
vfs: don't mod negative dentry count when on shrinker list
tcp: fix incorrect undo caused by DSACK of TLP retransmit
skmsg: Skip zero length skb in sk_msg_recvmsg
octeontx2-af: Fix incorrect value output on error path in 
rvu_check_rsrc_availability()
net: fix rc7's __skb_datagram_iter()
i40e: Fix XDP program unloading while removing the driver
net: lantiq_etop: add blank line after declaration
net: ethernet: lantiq_etop: fix double free in detach
net: ethernet: mtk-star-emac: set mac_managed_pm when probing
ppp: reject claimed-as-LCP but actually malformed packets
ethtool: netlink: do not return SQI value if link is down
udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
s390: Mark psw in __load_psw_mask() as __unitialized
ARM: davinci: Convert comma to semicolon
octeontx2-af: replace cpt slot with lf id on reg write
octeontx2-af: update cpt lf alloc mailbox
octeontx2-af: fix a issue with cpt_lf_alloc mailbox
octeontx2-af: fix detection of IP layer
octeontx2-af: extend RSS supported offload types
octeontx2-af: fix issue with IPv6 ext match for RSS
octeontx2-af: fix issue with IPv4 match for RSS
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
tcp: avoid too many retransmit packets
net: ks8851: Fix potential TX stall after interface reopen
USB: serial: option: add Telit generic core-dump composition
USB: serial: option: add Telit FN912 rmnet compositions
USB: serial: option: add Fibocom FM350-GL
USB: serial: option: add support for Foxconn T99W651
USB: serial: option: add Netprisma LCUK54 series modules
USB: serial: option: add Rolling RW350-GL variants
USB: serial: mos7840: fix crash on resume
USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
USB: core: Fix duplicate endpoint bug by clearing reserved bits in the 
descriptor
hpet: Support 32-bit userspace
nvmem: rmem: Fix return value of rmem_read()
nvmem: meson-efuse: Fix return value of nvmem callbacks
nvmem: core: only change name to fram for current attribute
ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
ALSA: hda/realtek: Enable Mute LED on HP 250 G7
ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
Fix userfaultfd_api to return EINVAL as expected
libceph: fix race between delayed_work() and ceph_monc_stop()
wireguard: allowedips: avoid unaligned 64-bit memory accesses
wireguard: queueing: annotate intentional data race in cpu round robin
wireguard: send: annotate intentional data race in checking empty queue
ipv6: annotate data-races around cnf.disable_ipv6
bpf: Allow reads from uninit stack
nilfs2: fix kernel bug on rename operation of broken directory
i2c: rcar: bring hardware to known state when probing
i2c: mark HostNotify target address as used
i2c: rcar: Add R-Car Gen4 support
i2c: rcar: reset controller is mandatory for Gen3+
i2c: rcar: introduce Gen4 devices
i2c: rcar: ensure Gen3+ reset does not disturb local targets
i2c: testunit: avoid re-issued work after read message
i2c: rcar: clear NO_RXDMA flag after resetting
x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
x86/bhi: Avoid warning in #DB handler due to BHI mitigation
kbuild: Make ld-version.sh more robust against version string changes
i2c: rcar: fix error code in probe()
Linux 5.15.163
UBUNTU: Upstream stable to v5.15.163

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

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

[Bug 2075154] [NEW] Noble update: upstream stable patchset 2024-07-30

2024-07-30 Thread Manuel Diewald
NTU: Upstream stable to v6.6.36, v6.9.7

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 upstream stable patchset 2024-07-30
+ 
+ Ported from the following upstream stable releases:
+ v6.6.36, v6.9.7
+ 
 from git://git.kernel.org/
+ 
+ fs/writeback: bail out if there is no more inodes for IO and queued once
+ padata: Disable BH when taking works lock on MT path
+ crypto: hisilicon/sec - Fix memory leak for sec resource release
+ crypto: hisilicon/qm - Add the err memory release process to qm uninit
+ io_uring/sqpoll: work around a potential audit memory leak
+ rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
+ rcutorture: Make stall-tasks directly exit when rcutorture tests end
+ rcutorture: Fix invalid context warning when enable srcu barrier testing
+ block/ioctl: prefer different overflow check
+ ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
+ selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
+ selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
+ batman-adv: bypass empty buckets in batadv_purge_orig_ref()
+ wifi: ath9k: work around memset overflow warning
+ af_packet: avoid a false positive warning in packet_setsockopt()
+ ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets
+ drop_monitor: replace spin_lock by raw_spin_lock
+ scsi: qedi: Fix crash while reading debugfs attribute
+ net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX module
+ net/sched: fix false lockdep warning on qdisc root lock
+ kselftest: arm64: Add a null pointer check
+ net: dsa: realtek: keep default LED state in rtl8366rb
+ netpoll: Fix race condition in netpoll_owner_active
+ wifi: mt76: mt7921s: fix potential hung tasks during chip recovery
+ HID: Add quirk for Logitech Casa touchpad
+ HID: asus: fix more n-key report descriptors if n-key quirked
+ ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7
+ Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
+ drm/amd/display: Exit idle optimizations before HDCP execution
+ platform/x86: toshiba_acpi: Add quirk for buttons on Z830
+ ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
+ ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
+ drm/lima: add mask irq callback to gp and pp
+ drm/lima: mask irqs in timeout path before hard reset
+ ALSA: hda/realtek: Add quirks for Lenovo 13X
+ powerpc/pseries: Enforce hcall result buffer validity and size
+ media: intel/ipu6: Fix build with !ACPI
+ media: mtk-vcodec: potential null pointer deference in SCP
+ powerpc/io: Avoid clang null pointer arithmetic warnings
+ platform/x86: p2sb: Don't init until unassigned resources have been assigned
+ power: supply: cros_usbpd: provide ID table for avoiding fallback match
+ iommu/arm-smmu-v3: Free MSIs in case of ENOMEM
+ ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
+ kprobe/ftrace: bail out if ftrace was killed
+ usb: gadget: uvc: configfs: ensure guid to be valid before set
+ f2fs: remove clear SB_INLINECRYPT flag in default_options
+ usb: misc: uss720: check for incompatible versions of the Belkin F5U002
+ Avoid hw_desc array overrun in dw-axi-dmac
+ usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga 
Tab2 1380
+ usb: typec: ucsi_glink: drop special handling for CCI_BUSY
+ udf: udftime: prevent overflow in udf_disk_stamp_to_time()
+ PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
+ f2fs: don't set RO when shutting down f2fs
+ MIPS: Octeon: Add PCIe link status check
+ serial: imx: Introduce timeout when waiting on transmitter empty
+ serial: exar: adding missing CTI and Exar PCI ids
+ usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API
+ tty: add

[Bug 2073267] Re: Guru meditation on VM start

2024-07-29 Thread Manuel Bestle
In the Dublicate Bug 2074095 one of the Kernel Developers asked für help
to debug. See comment #3.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2074095/comments/3

I am using Linux Mint so I can't help him. Maybe someone from this
thread is able to provide him the nessesary informations.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073267

Title:
  Guru meditation on VM start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.15/+bug/2073267/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2074095] Re: kernel 5.15.0-117 VirtualBox Error

2024-07-25 Thread Manuel Bestle
Same for me with: Linux Mint 21.3 Cinnamon
and VirtualBox Version 6.1.50_Ubuntu r161033

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074095

Title:
  kernel 5.15.0-117  VirtualBox Error

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2074033] Re: package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to install/upgrade: el subproceso instalado paquete linux-headers-6.8.0-39-generic script post-installation devolvió el códi

2024-07-24 Thread Manuel Mesa
Error programa tarjeta grafica Nvidia

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074033

Title:
  package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to
  install/upgrade: el subproceso instalado paquete linux-
  headers-6.8.0-39-generic script post-installation devolvió el código
  de salida de error 11

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2074033] Re: package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to install/upgrade: el subproceso instalado paquete linux-headers-6.8.0-39-generic script post-installation devolvió el códi

2024-07-24 Thread Manuel Mesa
Error en programa Nvidia

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074033

Title:
  package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to
  install/upgrade: el subproceso instalado paquete linux-
  headers-6.8.0-39-generic script post-installation devolvió el código
  de salida de error 11

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2074033] [NEW] package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to install/upgrade: el subproceso instalado paquete linux-headers-6.8.0-39-generic script post-installation devolvió el có

2024-07-24 Thread Manuel Mesa
Public bug reported:

Me da error en un programa de la tarjeta grafica Nvidea

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-headers-6.8.0-39-generic 6.8.0-39.39
ProcVersionSignature: Ubuntu 6.8.0-38.38-generic 6.8.8
Uname: Linux 6.8.0-38-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/seq:manuel 3117 F pipewire
 /dev/snd/controlC1:  manuel 3122 F wireplumber
 /dev/snd/controlC0:  manuel 3122 F wireplumber
 /dev/snd/controlC2:  manuel 3122 F wireplumber
CRDA: N/A
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-gl-535_535.171.04-0ubuntu2_amd64.deb
 ./casper/minimal.standard.live.squashfs
CasperMD5CheckResult: fail
Date: Thu Jul 25 00:27:29 2024
ErrorMessage: el subproceso instalado paquete linux-headers-6.8.0-39-generic 
script post-installation devolvió el código de salida de error 11
InstallationDate: Installed on 2024-06-24 (30 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
IwConfig:
 lono wireless extensions.
 
 enp3s0no wireless extensions.
MachineType: Micro-Star International Co., Ltd. Alpha 17 C7VG
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-38-generic 
root=UUID=73dcfe10-1c0c-4e42-8197-1737d0c60f1a ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions: grub-pc N/A
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to 
install/upgrade: el subproceso instalado paquete linux-headers-6.8.0-39-generic 
script post-installation devolvió el código de salida de error 11
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2024
dmi.bios.release: 1.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: E17KKAMS.119
dmi.board.asset.tag: Default string
dmi.board.name: MS-17KK
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: REV:1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrE17KKAMS.119:bd02/16/2024:br1.25:svnMicro-StarInternationalCo.,Ltd.:pnAlpha17C7VG:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-17KK:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:sku17KK.1:
dmi.product.family: Alpha
dmi.product.name: Alpha 17 C7VG
dmi.product.sku: 17KK.1
dmi.product.version: REV:1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.

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


** Tags: amd64 apport-package noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2074033

Title:
  package linux-headers-6.8.0-39-generic 6.8.0-39.39 failed to
  install/upgrade: el subproceso instalado paquete linux-
  headers-6.8.0-39-generic script post-installation devolvió el código
  de salida de error 11

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1999589] Re: net:tls in ubuntu_kernel_selftest fails sm4_* testcases on s390x 5.19 / J-hwe-6.5

2024-07-12 Thread Manuel Diewald
For noble:linux it seems not only the SM4 testcases, but also the ARIA
testcases are failing on s390x. Observed on s390x metal instances during
s2024.06.10. It seems the issue has been at least present since we
started testing noble during SRU cycles (2024.04.29).

FAIL  tls.13_sm4_gcm.sendfile
FAIL  tls.13_sm4_gcm.send_then_sendfile
FAIL  tls.13_sm4_gcm.recv_max
FAIL  tls.13_sm4_gcm.recv_small
FAIL  tls.13_sm4_gcm.msg_more
FAIL  tls.13_sm4_gcm.msg_more_unsent
FAIL  tls.13_sm4_gcm.msg_eor
FAIL  tls.13_sm4_gcm.sendmsg_single
FAIL  tls.13_sm4_gcm.sendmsg_fragmented
FAIL  tls.13_sm4_gcm.sendmsg_large
FAIL  tls.13_sm4_gcm.sendmsg_multiple
FAIL  tls.13_sm4_gcm.sendmsg_multiple_stress
FAIL  tls.13_sm4_gcm.splice_from_pipe
FAIL  tls.13_sm4_gcm.splice_more
FAIL  tls.13_sm4_gcm.splice_from_pipe2
FAIL  tls.13_sm4_gcm.send_and_splice
FAIL  tls.13_sm4_gcm.splice_to_pipe
FAIL  tls.13_sm4_gcm.splice_cmsg_to_pipe
FAIL  tls.13_sm4_gcm.splice_dec_cmsg_to_pipe
FAIL  tls.13_sm4_gcm.recv_and_splice
FAIL  tls.13_sm4_gcm.peek_and_splice
FAIL  tls.13_sm4_gcm.recvmsg_single
FAIL  tls.13_sm4_gcm.recvmsg_single_max
FAIL  tls.13_sm4_gcm.recvmsg_multiple
FAIL  tls.13_sm4_gcm.single_send_multiple_recv
FAIL  tls.13_sm4_gcm.multiple_send_single_recv
FAIL  tls.13_sm4_gcm.single_send_multiple_recv_non_align
FAIL  tls.13_sm4_gcm.recv_partial
FAIL  tls.13_sm4_gcm.recv_nonblock
FAIL  tls.13_sm4_gcm.recv_peek
FAIL  tls.13_sm4_gcm.recv_peek_multiple
FAIL  tls.13_sm4_gcm.recv_peek_multiple_records
FAIL  tls.13_sm4_gcm.recv_peek_large_buf_mult_recs
FAIL  tls.13_sm4_gcm.recv_lowat
FAIL  tls.13_sm4_gcm.bidir
FAIL  tls.13_sm4_gcm.pollin
FAIL  tls.13_sm4_gcm.poll_wait
FAIL  tls.13_sm4_gcm.poll_wait_split
FAIL  tls.13_sm4_gcm.blocking
FAIL  tls.13_sm4_gcm.nonblocking
FAIL  tls.13_sm4_gcm.mutliproc_even
FAIL  tls.13_sm4_gcm.mutliproc_readers
FAIL  tls.13_sm4_gcm.mutliproc_writers
FAIL  tls.13_sm4_gcm.mutliproc_sendpage_even
FAIL  tls.13_sm4_gcm.mutliproc_sendpage_readers
FAIL  tls.13_sm4_gcm.mutliproc_sendpage_writers
FAIL  tls.13_sm4_gcm.control_msg
FAIL  tls.13_sm4_gcm.control_msg_nomerge
FAIL  tls.13_sm4_gcm.data_control_data
FAIL  tls.13_sm4_gcm.shutdown
FAIL  tls.13_sm4_gcm.shutdown_unsent
FAIL  tls.13_sm4_gcm.shutdown_reuse
FAIL  tls.13_sm4_gcm.getsockopt
FAIL  tls.13_sm4_ccm.sendfile
FAIL  tls.13_sm4_ccm.send_then_sendfile
FAIL  tls.13_sm4_ccm.recv_max
FAIL  tls.13_sm4_ccm.recv_small
FAIL  tls.13_sm4_ccm.msg_more
FAIL  tls.13_sm4_ccm.msg_more_unsent
FAIL  tls.13_sm4_ccm.msg_eor
FAIL  tls.13_sm4_ccm.sendmsg_single
FAIL  tls.13_sm4_ccm.sendmsg_fragmented
FAIL  tls.13_sm4_ccm.sendmsg_large
FAIL  tls.13_sm4_ccm.sendmsg_multiple
FAIL  tls.13_sm4_ccm.sendmsg_multiple_stress
FAIL  tls.13_sm4_ccm.splice_from_pipe
FAIL  tls.13_sm4_ccm.splice_more
FAIL  tls.13_sm4_ccm.splice_from_pipe2
FAIL  tls.13_sm4_ccm.send_and_splice
FAIL  tls.13_sm4_ccm.splice_to_pipe
FAIL  tls.13_sm4_ccm.splice_cmsg_to_pipe
FAIL  tls.13_sm4_ccm.splice_dec_cmsg_to_pipe
FAIL  tls.13_sm4_ccm.recv_and_splice
FAIL  tls.13_sm4_ccm.peek_and_splice
FAIL  tls.13_sm4_ccm.recvmsg_single
FAIL  tls.13_sm4_ccm.recvmsg_single_max
FAIL  tls.13_sm4_ccm.recvmsg_multiple
FAIL  tls.13_sm4_ccm.single_send_multiple_recv
FAIL  tls.13_sm4_ccm.multiple_send_single_recv
FAIL  tls.13_sm4_ccm.single_send_multiple_recv_non_align
FAIL  tls.13_sm4_ccm.recv_partial
FAIL  tls.13_sm4_ccm.recv_nonblock
FAIL  tls.13_sm4_ccm.recv_peek
FAIL  tls.13_sm4_ccm.recv_peek_multiple
FAIL  tls.13_sm4_ccm.recv_peek_multiple_records
FAIL  tls.13_sm4_ccm.recv_peek_large_buf_mult_recs
FAIL  tls.13_sm4_ccm.recv_lowat
FAIL  tls.13_sm4_ccm.bidir
FAIL  tls.13_sm4_ccm.pollin
FAIL  tls.13_sm4_ccm.poll_wait
FAIL  tls.13_sm4_ccm.poll_wait_split
FAIL  tls.13_sm4_ccm.blocking
FAIL  tls.13_sm4_ccm.nonblocking
FAIL  tls.13_sm4_ccm.mutliproc_even
FAIL  tls.13_sm4_ccm.mutliproc_readers
FAIL  tls.13_sm4_ccm.mutliproc_writers
FAIL  tls.13_sm4_ccm.mutliproc_sendpage_even
FAIL  tls.13_sm4_ccm.mutliproc_sendpage_readers
FAIL  tls.13_sm4_ccm.mutliproc_sendpage_writers
FAIL  tls.13_sm4_ccm.control_msg
FAIL  tls.13_sm4_ccm.control_msg_nomerge
FAIL  tls.13_sm4_ccm.data_control_data
FAIL  tls.13_sm4_ccm.shutdown
FAIL  tls.13_sm4_ccm.shutdown_unsent
FAIL  tls.13_sm4_ccm.shutdown_reuse
FAIL  tls.13_sm4_ccm.getsockopt
FAIL  tls.12_aria_gcm.sendfile
FAIL  tls.12_aria_gcm.send_then_sendfile
FAIL  tls.12_aria_gcm.recv_max
FAIL  tls.12_aria_gcm.recv_small
FAIL  tls.12_aria_gcm.msg_more
FAIL  tls.12_aria_gcm.msg_more_unsent
FAIL  tls.12_aria_gcm.msg_eor
FAIL  tls.12_aria_gcm.sendmsg_single
FAIL  tls.12_aria_gcm.sendmsg_fragmented
FAIL  tls.12_aria_gcm.sendmsg_large
FAIL  tls.12_aria_gcm.sendmsg_multiple
FAIL  tls.12_aria_gcm.sendmsg_multiple_stress
FAIL  tls.12_aria_gcm.splice_from_pipe
FAIL  tls.12_aria_gcm.splice_more
FAIL  tls.12_aria_gcm.splice_from_pipe2
FAIL  tls.12_aria_gcm.send_and_splice
FAIL  tls.12_aria_gcm.splice_to_pipe
FAIL  tls.12_aria_gcm.splice_cmsg_to_pipe
FAIL  tls.12_aria_gcm.splice_dec_cmsg_to_pipe
FAIL  tls.12_aria_gcm.recv_and_splice
FAIL 

[Bug 2072885] Re: Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-11 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 2046486 ***
https://bugs.launchpad.net/bugs/2046486

** This bug has been marked a duplicate of bug 2046486
   units with credentials fail in LXD containers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2072885

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2072885] Re: Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-11 Thread Jose Manuel Santamaria Lema
Another few things:

I tested the system package from here
https://launchpad.net/~enr0n/+archive/ubuntu/systemd and it still has
the same problem.

Executing /usr/lib/systemd/systemd-networkd just like that resurrects
the network.

Commenting out certain things in 
/usr/lib/systemd/system/systemd-networkd.service make the network service work 
again - this is obviously not a solution, but I'm mentioning it in case it 
helps to debug the problem. The things you have to do with that file to "fix" 
the problem with -networkd are:
1. comment out the "ImportCredential=network.wireguard.*" line
2. comment out all the "Protect" lines
3. remove "systemd-networkd-persistent-storage.service" from "Wants="
4. systemctl daemon-reload
5. systemctl restart systemd-networkd

Also please note there's also many other services broken, network and
journal are just the most 2 noticeable examples.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2072885

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2072885] [NEW] Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-11 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hi,

since 256 packages entered oracular-proposed I noticed they don't work
in nested containers.

This is for me very easy to reproduce:
1. As LXD server I'm jammy and using the LXD 5.0 version from the snap.
2. I create a vm or a container
3. if it's a container set the security.nesting option as true
4. inside the container or vm created in 2. create another container (with "lxc 
launch ubuntu-daily:oracular test" for example)
5. I get into the container and 'apt dist-upgrade'
6. the system is broken, please see below how

The first noticeable thing is that right in the package configuration,
we can see how the network and journal services failed:

Setting up systemd (256-1ubuntu1) ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/networkd.conf ...
Installing new version of config file /etc/systemd/sleep.conf ...
Installing new version of config file /etc/systemd/system.conf ...
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", 
ignoring.
Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'.
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", 
ignoring.
Job for systemd-networkd.service failed because the control process exited with 
error code.
See "systemctl status systemd-networkd.service" and "journalctl -xeu 
systemd-networkd.service" for details.
Job for systemd-journald.service failed because the control process exited with 
error code.
See "systemctl status systemd-journald.service" and "journalctl -xeu 
systemd-journald.service" for details.

Then we can see the network service exited with 243/CREDENTIALS code:

root@test:~# systemctl status systemd-networkd
× systemd-networkd.service - Network Configuration
 Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; 
preset: enabled)\
 Active: failed (Result: exit-code) since Fri 2024-07-12 05:40:04 UTC; 5min 
ago
 Invocation: 00540f4884c44ec7a9f286942b8109a2
TriggeredBy: × systemd-networkd.socket
   Docs: man:systemd-networkd.service(8)\
 man:org.freedesktop.network1(5)\
Process: 455 ExecStart=/usr/lib/systemd/systemd-networkd (code=exited, 
status=243/CREDENTIALS)
   Main PID: 455 (code=exited, status=243/CREDENTIALS)
   FD Store: 0 (limit: 512)

Same for the journal service:

root@test:~# systemctl status systemd-journald.service
× systemd-journald.service - Journal Service
 Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)\
Drop-In: /usr/lib/systemd/system/systemd-journald.service.d
 └─nice.conf\
 Active: failed (Result: exit-code) since Fri 2024-07-12 05:31:39 UTC; 
16min ago
 Invocation: 13bc72060e6c4d588869721d57fdba8a
TriggeredBy: × systemd-journald-dev-log.socket
 × systemd-journald.socket
 ○ systemd-journald-audit.socket
   Docs: man:systemd-journald.service(8)\
 man:journald.conf(5)\
Process: 181 ExecStart=/usr/lib/systemd/systemd-journald (code=exited, 
status=243/CREDENTIALS)
   Main PID: 181 (code=exited, status=243/CREDENTIALS)
   FD Store: 0 (limit: 4224)

And, well, obviously the network doesn't work, neither the journal.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2072885

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2071621] [NEW] Noble update: v6.8.12 upstream stable release

2024-07-01 Thread Manuel Diewald
 async events.
RDMA/hns: Fix UAF for cq async event
RDMA/hns: Fix GMV table pagesize
RDMA/hns: Use complete parentheses in macros
RDMA/hns: Modify the print level of CQE error
clk: mediatek: mt8365-mm: fix DPI0 parent
clk: rs9: fix wrong default value for clock amplitude
clk: qcom: clk-alpha-pll: remove invalid Stromer register offset
RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
RDMA/rxe: Allow good work requests to be executed
RDMA/rxe: Fix incorrect rxe_put in error path
IB/mlx5: Use __iowrite64_copy() for write combining stores
clk: renesas: r8a779a0: Fix CANFD parent clock
clk: renesas: r9a07g043: Add clock and reset entry for PLIC
lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
mm/ksm: fix ksm exec support for prctl
clk: qcom: dispcc-sm8450: fix DisplayPort clocks
clk: qcom: dispcc-sm6350: fix DisplayPort clocks
clk: qcom: dispcc-sm8550: fix DisplayPort clocks
clk: qcom: dispcc-sm8650: fix DisplayPort clocks
clk: qcom: mmcc-msm8998: fix venus clock issue
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
ext4: avoid excessive credit estimate in ext4_tmpfile()
RDMA/mana_ib: Introduce helpers to create and destroy mana queues
RDMA/mana_ib: Use struct mana_ib_queue for CQs
RDMA/mana_ib: boundary check before installing cq callbacks
virt: acrn: stop using follow_pfn
drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
sunrpc: removed redundant procp check
nfsd: don't create nfsv4recoverydir in nfsdfs when not used.
ext4: fix potential unnitialized variable
ext4: remove the redundant folio_wait_stable()
clk: qcom: Fix SC_CAMCC_8280XP dependencies
UBUNTU: [Config] updateconfigs for SC_CAMCC_8280XP
clk: qcom: Fix SM_GPUCC_8650 dependencies
UBUNTU: [Config] updateconfigs for SM_GPUCC_8650
clk: qcom: apss-ipq-pll: fix PLL rate for IPQ5018
of: module: add buffer overflow check in of_modalias()
bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
SUNRPC: Fix gss_free_in_token_pages()
selftests/damon/_damon_sysfs: check errors from nr_schemes file reads
selftests/kcmp: remove unused open mode
RDMA/IPoIB: Fix format truncation compilation errors
RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw
samples/landlock: Fix incorrect free in populate_ruleset_net
tracing/user_events: Prepare find/delete for same name events
tracing/user_events: Fix non-spaced field matching
modules: Drop the .export_symbol section from the final modules
net: bridge: xmit: make sure we have at least eth header len bytes
selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval
net: bridge: mst: fix vlan use-after-free
net: qrtr: ns: Fix module refcnt
selftests/net/lib: no need to record ns name if it already exist
idpf: don't skip over ethtool tcp-data-split setting
netrom: fix possible dead-lock in nr_rt_ioctl()
af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
sched/core: Fix incorrect initialization of the 'burst' parameter in 
cpu_max_write()
net: wangxun: fix to change Rx features
net: wangxun: match VLAN CTAG and STAG features
net: txgbe: move interrupt codes to a separate file
net: txgbe: use irq_domain for interrupt controller
net: txgbe: fix to control VLAN strip
l2tp: fix ICMP error handling for UDP-encap sockets
io_uring/net: ensure async prep handlers always initialize ->done_io
pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()
net: txgbe: fix to clear interrupt status after handling IRQ
net: txgbe: fix GPIO interrupt blocking
Linux 6.8.12
UBUNTU: Upstream stable to v6.8.12

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

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

[Bug 2070355] [NEW] Noble update: v6.8.11 upstream stable release

2024-06-25 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

   v6.8.11 upstream stable release
   from git://git.kernel.org/

drm/amd/display: Fix division by zero in setup_dsc_config
net: ks8851: Fix another TX stall caused by wrong ISR flag handling
ice: pass VSI pointer into ice_vc_isvalid_q_id
ice: remove unnecessary duplicate checks for VF VSI ID
Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
KEYS: trusted: Fix memory leak in tpm2_key_encode()
erofs: get rid of erofs_fs_context
erofs: reliably distinguish block based and fscache mode
binder: fix max_thread type inconsistency
usb: dwc3: Wait unconditionally after issuing EndXfer command
net: usb: ax88179_178a: fix link status when link is set to down/up
usb: typec: ucsi: displayport: Fix potential deadlock
usb: typec: tipd: fix event checking for tps25750
usb: typec: tipd: fix event checking for tps6598x
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
KEYS: trusted: Do not use WARN when encode fails
admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
docs: kernel_include.py: Cope with docutils 0.21
Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching 
sysfs file
block: add a disk_has_partscan helper
block: add a partscan sysfs attribute for disks
Linux 6.8.11
UBUNTU: Upstream stable to v6.8.11

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v6.8.11 upstream stable release
 from git://git.kernel.org/
  
- 
+ drm/amd/display: Fix division by zero in setup_dsc_config
+ net: ks8851: Fix another TX stall caused by wrong ISR flag handling
+ ice: pass VSI pointer into ice_vc_isvalid_q_id
+ ice: remove unnecessary duplicate checks for VF VSI ID
+ Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
+ Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
+ KEYS: trusted: Fix memory leak in tpm2_key_encode()
+ erofs: get rid of erofs_fs_context
+ erofs: reliably distinguish block based and fscache mode
+ binder: fix max_thread type inconsistency
+ usb: dwc3: Wait unconditionally after issuing EndXfer command
+ net: usb: ax88179_178a: fix link status when link is set to down/up
+ usb: typec: ucsi: displayport: Fix potential deadlock
+ usb: typec: tipd: fix event checking for tps25750
+ usb: typec: tipd: fix event checking for tps6598x
+ serial: kgdboc: Fix NMI-safety problems from keyboard reset code
+ remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
+ KEYS: trusted: Do not use WARN when encode fails
+ admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
+ docs: kernel_include.py: Cope with docutils 0.21
+ Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching 
sysfs file
+ block: add a disk_has_partscan helper
+ block: add a partscan sysfs attribute for disks
  Linux 6.8.11
- block: add a partscan sysfs attribute for disks
- block: add a disk_has_partscan helper
- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching 
sysfs file
- docs: kernel_include.py: Cope with docutils 0.21
- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
- KEYS: trusted: Do not use WARN when encode fails
- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
-

[Bug 2070349] [NEW] Noble update: v6.8.10 upstream stable release

2024-06-25 Thread Manuel Diewald
y before consuming it
ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU
ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models
firewire: ohci: fulfill timestamp for some local asynchronous transaction
mm/slub: avoid zeroing outside-object freepointer for single free
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
btrfs: set correct ram_bytes when splitting ordered extent
btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
btrfs: make sure that WRITTEN is set on all metadata blocks
maple_tree: fix mas_empty_area_rev() null pointer dereference
mm/slab: make __free(kfree) accept error pointers
mptcp: ensure snd_nxt is properly initialized on connect
mptcp: only allow set existing scheduler for net.mptcp.scheduler
workqueue: Fix selection of wake_cpu in kick_pool()
dt-bindings: iio: health: maxim,max30102: fix compatible check
iio:imu: adis16475: Fix sync mode setting
iio: pressure: Fixes BME280 SPI driver data
iio: pressure: Fixes SPI support for BMP3xx devices
iio: accel: mxc4005: Interrupt handling fixes
iio: accel: mxc4005: Reset chip on probe() and resume()
kmsan: compiler_types: declare __no_sanitize_or_inline
e1000e: change usleep_range to udelay in PHY mdic access
tipc: fix UAF in error path
xtensa: fix MAKE_PC_FROM_RA second argument
net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
net: bcmgenet: synchronize UMAC_CMD access
ASoC: tegra: Fix DSPK 16-bit playback
ASoC: ti: davinci-mcasp: Fix race condition during probe
dyndbg: fix old BUG_ON in >control parser
slimbus: qcom-ngd-ctrl: Add timeout for wait operation
clk: samsung: Revert "clk: Use device_get_match_data()"
clk: sunxi-ng: common: Support minimum and maximum rate
clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPI
mei: me: add lunar lake point M DID
drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"
drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
drm/ttm: Print the memory decryption status just once
drm/vmwgfx: Fix Legacy Display Unit
drm/vmwgfx: Fix invalid reads in fence signaled events
drm/imagination: Ensure PVR_MIPS_PT_PAGE_COUNT is never zero
drm/amd/display: Fix idle optimization checks for multi-display and dual eDP
drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
drm/i915/gt: Automate CCS Mode setting during engine resets
drm/i915/bios: Fix parsing backlight BDB data
drm/amd/display: Handle Y carry-over in VCP X.Y calculation
drm/amd/display: Fix incorrect DSC instance for MST
arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration
iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
net: fix out-of-bounds access in ops_init
hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us
misc/pvpanic-pci: register attributes via pci_driver
x86/apic: Don't access the APIC when disabling x2APIC
selftests/mm: fix powerpc ARCH check
mm: use memalloc_nofs_save() in page_cache_ra_order()
mm/userfaultfd: reset ptes when close() for wr-protected ones
iommu/amd: Enhance def_domain_type to handle untrusted device
fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan
fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()
nvme-pci: Add quirk for broken MSIs
regulator: core: fix debugfs creation regression
spi: microchip-core-qspi: fix setting spi bus clock rate
ksmbd: off ipv6only for both ipv4/ipv6 binding
ksmbd: avoid to send duplicate lease break notifications
ksmbd: do not grant v2 lease if parent lease key and epoch are not set
tracefs: Reset permissions on remount if permissions are options
tracefs: Still use mount point as default permissions for instances
eventfs: Do not treat events directory different than other directories
Bluetooth: qca: fix invalid device address check
Bluetooth: qca: fix wcn3991 device address check
Bluetooth: qca: add missing firmware sanity checks
Bluetooth: qca: fix NVM configuration parsing
Bluetooth: qca: generalise device address check
Bluetooth: qca: fix info leak when fetching board id
Bluetooth: qca: fix info leak when fetching fw build id
Bluetooth: qca: fix firmware check error path
keys: Fix overwrite of key expiration on instantiation
Linux 6.8.10
UBUNTU: Upstream stable to v6.8.10

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

** Changed in: linux (Ubuntu No

[Bug 2070337] Re: Noble update: v6.8.9 upstream stable release

2024-06-25 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v6.8.9 upstream stable release
 from git://git.kernel.org/
  
- 
+ cifs: Fix reacquisition of volume cookie on still-live connection
+ smb: client: fix rename(2) regression against samba
+ cifs: reinstate original behavior again for forceuid/forcegid
+ HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
+ HID: logitech-dj: allow mice to use all types of reports
+ arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f
+ arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 Puma
+ arm64: dts: rockchip: fix alphabetical ordering RK3399 puma
+ arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma
+ arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi CM5
+ arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts
+ arm64: dts: mediatek: mt8183: Add power-domains properity to mfgcfg
+ arm64: dts: mediatek: mt8192: Add missing gce-client-reg to mutex
+ arm64: dts: mediatek: mt8195: Add missing gce-client-reg to vpp/vdosys
+ arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex
+ arm64: dts: mediatek: mt8195: Add missing gce-client-reg to mutex1
+ arm64: dts: mediatek: cherry: Describe CPU supplies
+ arm64: dts: mediatek: mt8192-asurada: Update min voltage constraint for MT6315
+ arm64: dts: mediatek: mt8195-cherry: Update min voltage constraint for MT6315
+ arm64: dts: mediatek: mt8183-kukui: Use default min voltage for MT6358
+ arm64: dts: mediatek: mt7622: fix clock controllers
+ arm64: dts: mediatek: mt7622: fix IR nodename
+ arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
+ arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block
+ arm64: dts: mediatek: mt7986: reorder properties
+ arm64: dts: mediatek: mt7986: drop invalid properties from ethsys
+ arm64: dts: mediatek: mt7986: drop "#reset-cells" from Ethernet controller
+ arm64: dts: mediatek: mt7986: reorder nodes
+ arm64: dts: mediatek: mt7986: drop invalid thermal block clock
+ arm64: dts: mediatek: mt7986: prefix BPI-R3 cooling maps with "map-"
+ arm64: dts: mediatek: mt2712: fix validation errors
+ arm64: dts: rockchip: mark system power controller and fix typo on 
orangepi-5-plus
+ arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro
+ block: fix module reference leakage from bdev_open_by_dev error path
+ arm64: dts: qcom: Fix type of "wdog" IRQs for remoteprocs
+ arm64: dts: qcom: x1e80100: Fix the compatible for cluster idle states
+ arm64: dts: qcom: sc8180x: Fix ss_phy_irq for secondary USB controller
+ gpio: tangier: Use correct type for the IRQ chip data
+ ARC: [plat-hsdk]: Remove misplaced interrupt-cells property
+ wifi: mac80211: clean up assignments to pointer cache.
+ wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded
+ wifi: iwlwifi: mvm: remove old PASN station when adding a new one
+ wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd
+ drm/gma500: Remove lid code
+ wifi: mac80211_hwsim: init peer measurement result
+ wifi: mac80211: remove link before AP
+ wifi: mac80211: fix unaligned le16 access
+ net: libwx: fix alloc msix vectors failed
+ vxlan: drop packets from invalid src-address
+ net: bcmasp: fix memory leak when bringing down interface
+ mlxsw: core: Unregister EMAD trap using FORWARD action
+ mlxsw: core_env: Fix driver initialization with old firmware
+ mlxsw: pci: Fix driver initialization with old firmware
+ ARM: dts: microchip: at91-sama7g5ek: Replace regulator-suspend-voltage with 
the valid property
+ icmp: prevent possible NULL dereferences from icmp_build_probe()
+ bridge/br_netlink.c: no need to return void function
+ bnxt_en: refactor reset close code
+ bnxt_en: Fix the PCI-AER routines
+ bnxt_en: Fix error recovery for 5760X (P7) chips
+ cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()
+ net: dsa: mv88e6xx: fix supported_interfaces setup in 
mv88e6250_phylink_get_caps()
+ NFC: trf7970a: disable all regulators on removal
+ netfs: Fix writethrough-mode error handling
+ ax25: Fix netdev refcount issue
+ soc: mediatek: mtk-svs: Append &quo

[Bug 2070337] [NEW] Noble update: v6.8.9 upstream stable release

2024-06-25 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

   v6.8.9 upstream stable release
   from git://git.kernel.org/


Linux 6.8.9
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS
phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6
i2c: smbus: fix NULL function pointer dereference
RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2
riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN
sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
sched/eevdf: Always update V if se->on_rq when reweighting
dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema
phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
riscv: Fix TASK_SIZE on 64-bit NOMMU
dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
dma: xilinx_dpdma: Fix locking
dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
phy: qcom: m31: match requested regulator name with dt schema
phy: rockchip: naneng-combphy: Fix mux on rk3588
phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits
phy: rockchip-snps-pcie3: fix bifurcation on rk3588
phy: freescale: imx8m-pcie: fix pcie link-up instability
phy: marvell: a3700-comphy: Fix hardcoded array size
phy: marvell: a3700-comphy: Fix out of bounds read
soundwire: amd: fix for wake interrupt handling for clockstop mode
idma64: Don't try to serve interrupts when device is powered off
dmaengine: tegra186: Fix residual calculation
dmaengine: owl: fix register access functions
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
mm: turn folio_test_hugetlb into a PageType
phy: qcom: qmp-combo: Fix VCO div offset on v3
phy: qcom: qmp-combo: Fix register base for QSERDES_DP_PHY_MODE
firmware: qcom: uefisecapp: Fix memory related IO errors and crashes
mtd: diskonchip: work around ubsan link failure
mtd: limit OTP NVMEM cell parse to non-NAND devices
udp: preserve the connected status if only UDP cmsg
fbdev: fix incorrect address computation in deferred IO
stackdepot: respect __GFP_NOLOCKDEP allocation flag
macsec: Detect if Rx skb is macsec-related for offloading devices that update 
md_dst
macsec: Enable devices to advertise whether they update sk_buff md_dst during 
offloads
net: b44: set pause params only when interface is up
ethernet: Add helper for assigning packet type when dest address does not match 
device address
net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec
ACPI: CPPC: Fix access width used for PCC registers
ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro
ACPI: CPPC: Use access_width over bit_width for system memory accesses
irqchip/gic-v3-its: Prevent double free on error
drm/amdkfd: Fix eviction fence handling
drm/amdkfd: Fix rescheduling of restore worker
drm/amdgpu: Fix leak when GPU memory allocation fails
drm/amdgpu/umsch: don't execute umsch test when GPU is in reset/suspend
drm/amdgpu/pm: Remove gpu_od if it's an empty directory
drm/atomic-helper: fix parameter order in drm_format_conv_state_copy() call
drm/amdgpu: Assign correct bits for SDMA HDP flush
drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3
dmaengine: xilinx: xdma: Fix synchronization issue
dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma 
descriptor
dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma
arm64: dts: qcom: sm8450: Fix the msi-map entries
arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
LoongArch: Fix access error when read fault on a write-only VMA
LoongArch: Fix callchain parse error with kernel tracepoint events
eeprom: at24: fix memory corruption race condition
cpu: Re-enable CPU mitigations by default for !X86 architectures
x86/tdx: Preserve shared bit on mprotect()
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
btrfs: scrub: run relocation repair when/only needed
btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()
btrfs: fallback if compressed IO fails for ENOSPC
HID: i2c-hid: Revert to await reset ACK before reading report descriptor
HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up
smb3: fix lock ordering potential deadlock in cifs_sy

[Bug 2070292] [NEW] Jammy update: v5.15.160 upstream stable release

2024-06-24 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

drm/amd/display: Fix division by zero in setup_dsc_config
pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
nfsd: don't allow nfsd threads to be signalled.
KEYS: trusted: Fix memory leak in tpm2_key_encode()
Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
net: bcmgenet: synchronize UMAC_CMD access
netlink: annotate lockless accesses to nlk->max_recvmsg_len
netlink: annotate data-races around sk->sk_err
KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
binder: fix max_thread type inconsistency
usb: typec: ucsi: displayport: Fix potential deadlock
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
KEYS: trusted: Do not use WARN when encode fails
admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
docs: kernel_include.py: Cope with docutils 0.21
Linux 5.15.160
UBUNTU: Upstream stable to v5.15.160

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.160 upstream stable release
 from git://git.kernel.org/
  
- 
+ drm/amd/display: Fix division by zero in setup_dsc_config
+ pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
+ nfsd: don't allow nfsd threads to be signalled.
+ KEYS: trusted: Fix memory leak in tpm2_key_encode()
+ Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
+ net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
+ net: bcmgenet: synchronize UMAC_CMD access
+ netlink: annotate lockless accesses to nlk->max_recvmsg_len
+ netlink: annotate data-races around sk->sk_err
+ KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
+ drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
+ binder: fix max_thread type inconsistency
+ usb: typec: ucsi: displayport: Fix potential deadlock
+ serial: kgdboc: Fix NMI-safety problems from keyboard reset code
+ remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
+ KEYS: trusted: Do not use WARN when encode fails
+ admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
+ docs: kernel_include.py: Cope with docutils 0.21
  Linux 5.15.160
- docs: kernel_include.py: Cope with docutils 0.21
- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
- KEYS: trusted: Do not use WARN when encode fails
- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
- serial: kgdboc: Fix NMI-safety problems from keyboard reset code
- usb: typec: ucsi: displayport: Fix potential deadlock
- binder: fix max_thread type inconsistency
- drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
- KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
- netlink: annotate data-races around sk->sk_err
- netlink: annotate lockless accesses to nlk->max_recvmsg_len
- net: tls: handle backlogging of crypto requests
- tls:

[Bug 2070179] Re: Focal update: v5.4.277 upstream stable release

2024-06-24 Thread Manuel Diewald
Hi Matt,
This upstream stable update is series-specific (focal), so I set the status of 
the generic linux package to 'Invalid'. Its status is tracked only for focal, 
and as you can see it is currently 'In Progress'. Once it is applied to the 
tree, the status will be changed to 'Fix committed' and eventually to 'Fix 
Released' once a kernel package carrying the changes has been released.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2070179

Title:
  Focal update: v5.4.277 upstream stable release

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2070179] [NEW] Focal update: v5.4.277 upstream stable release

2024-06-24 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
ext4: fix bug_on in __es_tree_search
Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
Revert "net: bcmgenet: use RGMII loopback for MAC reset"
net: bcmgenet: keep MAC in reset until PHY is up
net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
net: bcmgenet: synchronize UMAC_CMD access
smb: client: fix potential OOBs in smb2_parse_contexts()
firmware: arm_scmi: Harden accesses to the reset domains
arm64: dts: qcom: Fix 'interrupt-map' parent address cells
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
usb: typec: ucsi: displayport: Fix potential deadlock
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
docs: kernel_include.py: Cope with docutils 0.21
Linux 5.4.277
UBUNTU: Upstream stable to v5.4.277

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.277 upstream stable release
 from git://git.kernel.org/
  
- 
+ pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
+ ext4: fix bug_on in __es_tree_search
+ Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
+ Revert "net: bcmgenet: use RGMII loopback for MAC reset"
+ net: bcmgenet: keep MAC in reset until PHY is up
+ net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
+ net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
+ net: bcmgenet: synchronize UMAC_CMD access
+ smb: client: fix potential OOBs in smb2_parse_contexts()
+ firmware: arm_scmi: Harden accesses to the reset domains
+ arm64: dts: qcom: Fix 'interrupt-map' parent address cells
+ btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
+ drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
+ usb: typec: ucsi: displayport: Fix potential deadlock
+ serial: kgdboc: Fix NMI-safety problems from keyboard reset code
+ docs: kernel_include.py: Cope with docutils 0.21
  Linux 5.4.277
- docs: kernel_include.py: Cope with docutils 0.21
- serial: kgdboc: Fix NMI-safety problems from keyboard reset code
- usb: typec: ucsi: displayport: Fix potential deadlock
- drm/amdgpu: Fix possible NULL dereference in 
amdgpu_ras_query_error_status_helper()
- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
- arm64: dts: qcom: Fix 'interrupt-map' parent address cells
- firmware: arm_scmi: Harden accesses to the reset domains
- smb: client: fix potential OOBs in smb2_parse_contexts()
- net: bcmgenet: synchronize UMAC_CMD access
- net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()
- net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
- net: bcmgenet: keep MAC in reset until PHY is up
- Revert "net: bcmgenet: use RGMII loopback for MAC reset"
- Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
- ext4: fix bug_on in __es_tree_search
- pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
+ UBUNTU: Upstream stable to v5.4.277

-- 
You rec

[Bug 2070028] [NEW] Jammy update: v5.15.159 upstream stable release

2024-06-21 Thread Manuel Diewald
: Upstream stable to v5.15.159

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.159 upstream stable release
 from git://git.kernel.org/
  
- 
+ dmaengine: pl330: issue_pending waits until WFP state
+ dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
+ wifi: nl80211: don't free NULL coalescing rule
+ ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
+ ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
+ ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
+ eeprom: at24: Use dev_err_probe for nvmem register failure
+ eeprom: at24: Probe for DDR3 thermal sensor in the SPD case
+ eeprom: at24: fix memory corruption race condition
+ pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T
+ pinctrl/meson: fix typo in PDM's pin name
+ pinctrl: core: delete incorrect free in pinctrl_enable()
+ pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic
+ pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
+ pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
+ sunrpc: add a struct rpc_stats arg to rpc_create_args
+ nfs: expose /proc/net/sunrpc/nfs in net namespaces
+ nfs: make the rpc_stat per net namespace
+ nfs: Handle error of rpc_proc_register() in nfs_net_init().
+ power: rt9455: hide unused rt9455_boost_voltage_values
+ power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator
+ pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
+ regulator: mt6360: De-capitalize devicetree regulator subnodes
+ bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
+ bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
+ bpf: Fix a verifier verbose message
+ spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
+ s390/mm: Fix storage key clearing for guest huge pages
+ s390/mm: Fix clearing storage keys for huge pages
+ xdp: Move conversion to xdp_frame out of map functions
+ xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
+ xdp: use flags field to disambiguate broadcast redirect
+ bna: ensure the copied buf is NUL terminated
+ octeontx2-af: avoid off-by-one read from userspace
+ nsh: Restore skb->{protocol,data,mac_header} for outer header in 
nsh_gso_segment().
+ net l2tp: drop flow hash on forward
+ s390/vdso: Add CFI for RA register to asm macro vdso_func
+ net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
+ net: qede: use return from qede_parse_flow_attr() for flower
+ net: qede: use return from qede_parse_flow_attr() for flow_spec
+ net: qede: use return from qede_parse_actions()
+ ASoC: meson: axg-fifo: use FIELD helpers
+ ASoC: meson: axg-fifo: use threaded irq to check periods
+ ASoC: meson: axg-card: make links nonatomic
+ ASoC: meson: axg-tdm-interface: manage formatters in trigger
+ ASoC: meson: cards: select SND_DYNAMIC_MINORS
+ ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()
+ s390/cio: Ensure the copied buf is NUL terminated
+ cxgb4: Properly lock TX queue for the selftest.
+ net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
+ net: bridge: fix multicast-to-unicast with fraglist GSO
+ net: core: reject skb_copy(_expand) for fraglist GSO skbs
+ tipc: fix a possible memleak in tipc_buf_append
+ s390/qeth: don't keep track of Input Queue count
+ s390/qeth: Fix kernel panic after setting hsuid
+ drm/panel: ili9341: Respect deferred probe
+ drm/panel: ili9341: Use predefined error codes
+ net: gro: add flush check in udp_gro_receive_segment
+ clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
+ KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
+ KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
+ 

[Bug 2069758] [NEW] Focal update: v5.4.276 upstream stable release

2024-06-18 Thread Manuel Diewald
s
pinctrl: mediatek: remove set but not used variable 'e'
pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback
Linux 5.4.276
UBUNTU: Upstream stable to v5.4.276

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.276 upstream stable release
 from git://git.kernel.org/
  
- 
+ dmaengine: pl330: issue_pending waits until WFP state
+ dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"
+ wifi: nl80211: don't free NULL coalescing rule
+ pinctrl: core: delete incorrect free in pinctrl_enable()
+ pinctrl: mediatek: Check gpio pin number and use binary search in 
mtk_hw_pin_field_lookup()
+ pinctrl: mediatek: Supporting driving setting without mapping current to 
register value
+ pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()
+ pinctrl: mediatek: Refine mtk_pinconf_get()
+ pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usage
+ pinctrl: mediatek: remove shadow variable declaration
+ pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback
+ pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic
+ pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE
+ sunrpc: add a struct rpc_stats arg to rpc_create_args
+ nfs: expose /proc/net/sunrpc/nfs in net namespaces
+ nfs: make the rpc_stat per net namespace
+ nfs: Handle error of rpc_proc_register() in nfs_net_init().
+ power: rt9455: hide unused rt9455_boost_voltage_values
+ pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()
+ s390/mm: Fix storage key clearing for guest huge pages
+ s390/mm: Fix clearing storage keys for huge pages
+ bna: ensure the copied buf is NUL terminated
+ nsh: Restore skb->{protocol,data,mac_header} for outer header in 
nsh_gso_segment().
+ net l2tp: drop flow hash on forward
+ net: qede: use return from qede_parse_flow_attr() for flow_spec
+ net: dsa: mv88e6xxx: Add number of MACs in the ATU
+ net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
+ net: bridge: fix multicast-to-unicast with fraglist GSO
+ tipc: fix a possible memleak in tipc_buf_append
+ clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change
+ scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic
+ gfs2: Fix invalid metadata access in punch_hole
+ wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
+ wifi: cfg80211: fix rdev_dump_mpp() arguments order
+ net: mark racy access on sk->sk_rcvbuf
+ scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload
+ ALSA: line6: Zero-initialize message buffers
+ net: bcmgenet: Reset RBUF on first open
+ ata: sata_gemini: Check clk_enable() result
+ firewire: ohci: mask bus reset interrupts between ISR and bottom half
+ tools/power turbostat: Fix added raw MSR output
+ tools/power turbostat: Fix Bzy_MHz documentation typo
+ btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
+ btrfs: always clear PERTRANS metadata during commit
+ scsi: target: Fix SELinux error when systemd-modules loads the target module
+ gpu: host1x: Do not setup DMA for virtual devices
+ MIPS: scall: Save thread_info.syscall unconditionally on entry
+ selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
+ fs/9p: only translate RWX permissions for plain 9P2000
+ fs/9p: translate O_TRUNC into OTRUNC
+ 9p: explicitly deny setlease attempts
+ gpio: wcove: Use -ENOTSUPP consistently
+ gpio: crystalcove: Use -ENOTSUPP consistently
+ clk: Don't hold prepare_lock when calling kref_put()
+ fs/9p: drop inodes immediately on non-.L too
+ net:usb:qmi_wwan: support Rolling modules
+ pinctrl: mediatek: Fix fallback call path
+ xfrm: Preserve vlan tags for transport mode software GRO
+ tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV s

[Bug 2068866] [NEW] update error

2024-06-09 Thread John manuel Mendieta
Public bug reported:

No se ha podido calcular la actualización

Se produjo un problema irresoluble al calcular la actualización.

 Si nada de esto es aplicable, entonces informe de este error usando el
comando «ubuntu-bug ubuntu-release-upgrader-core» en una terminal. Si
quiere investigar el problema por su cuenta, los registros en
«/var/log/dist-upgrade» contienen detalles de la actualización; en
particular, consulte «main.log» y «apt.log».

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.19
ProcVersionSignature: Ubuntu 6.5.0-35.35~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun 10 00:01:21 2024
InstallationDate: Installed on 2023-10-12 (242 days ago)
InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.2)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to jammy on 2024-06-10 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2024-06-09T22:21:48.579610

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068866

Title:
  update error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2068866/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2066252] Re: Removal of CONFIG_EFI_STUB ubuntu 24.04 breaks some use cases

2024-05-21 Thread Manuel Diewald
*** This bug is a duplicate of bug 2053147 ***
https://bugs.launchpad.net/bugs/2053147

** This bug has been marked a duplicate of bug 2053147
   CONFIG_EFI_STUB support disabled since 6.5.0-1002.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066252

Title:
  Removal of CONFIG_EFI_STUB ubuntu 24.04 breaks some use cases

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065090] Re: Backport cmake 3.29 compatibility fix

2024-05-18 Thread Jose Manuel Santamaria Lema
Hi Martin,

thank you very much for the bug report. I think this should be fixed
with frameworks 5.116, recently uploaded.

Let us know if there's still any issue.

** Changed in: extra-cmake-modules (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065090

Title:
  Backport cmake 3.29 compatibility fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/extra-cmake-modules/+bug/2065090/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065912] [NEW] Noble update: v6.8.7 upstream stable release

2024-05-16 Thread Manuel Diewald
iate external rev id for gfx 11.5.0
drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4
drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST
drm/amd/display: Do not recursively call manual trigger programming
drm/amd/display: Return max resolution supported by DWB
drm/amd/display: always reset ODM mode in context when adding first plane
drm/amd/display: fix disable otg wa logic in DCN316
Linux 6.8.7
UBUNTU: Upstream stable to v6.8.7

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v6.8.7 upstream stable release
 from git://git.kernel.org/
  
- 
+ smb3: fix Open files on server counter going negative
+ ata: libata-core: Allow command duration limits detection for ACS-4 drives
+ ata: libata-scsi: Fix ata_scsi_dev_rescan() error path
+ drm/amdgpu/vpe: power on vpe when hw_init
+ batman-adv: Avoid infinite loop trying to resize local TT
+ ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
+ ceph: switch to use cap_delay_lock for the unlink delay list
+ virtio_net: Do not send RSS key if it is not supported
+ arm64: tlb: Fix TLBI RANGE operand
+ ARM: dts: imx7s-warp: Pass OV2680 link-frequencies
+ raid1: fix use-after-free for original bio in raid1_write_request()
+ ring-buffer: Only update pages_touched when a new page is touched
+ Bluetooth: Fix memory leak in hci_req_sync_complete()
+ drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11
+ platform/chrome: cros_ec_uart: properly fix race condition
+ ACPI: scan: Do not increase dep_unmet for already met dependencies
+ PM: s2idle: Make sure CPUs will wakeup directly on resume
+ media: cec: core: remove length check of Timer Status
+ btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
+ ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0
+ ARM: OMAP2+: fix N810 MMC gpiod table
+ mmc: omap: fix broken slot switch lookup
+ mmc: omap: fix deferred probe
+ mmc: omap: restore original power up/down steps
+ ARM: OMAP2+: fix USB regression on Nokia N8x0
+ firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()
+ firmware: arm_scmi: Make raw debugfs entries non-seekable
+ cxl/mem: Fix for the index of Clear Event Record Handle
+ cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before 
assigned
+ arm64: dts: freescale: imx8mp-venice-gw72xx-2x: fix USB vbus regulator
+ arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix USB vbus regulator
+ drm/msm: Add newlines to some debug prints
+ drm/msm/dpu: don't allow overriding data from catalog
+ drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more 
sensible
+ dt-bindings: display/msm: sm8150-mdss: add DP node
+ arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
+ cxl/core: Fix initialization of mbox_cmd.size_out in get event
+ Revert "drm/qxl: simplify qxl_fence_wait"
+ nouveau: fix function cast warning
+ drm/msm/adreno: Set highest_bank_bit for A619
+ scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()
+ scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
+ net: openvswitch: fix unwanted error log on timeout policy probing
+ u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file
+ xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
+ octeontx2-pf: Fix transmit scheduler resource leak
+ block: fix q->blkg_list corruption during disk rebind
+ lib: checksum: hide unused expected_csum_ipv6_magic[]
+ geneve: fix header validation in geneve[6]_xmit_skb
+ s390/ism: fix receive message buffer allocation
+ bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init()
+ bnxt_en: Fix error recovery for RoCE ulp client
+ bnxt_en: Reset PTP tx_avail after possible firmware reset
+ ACPI: bus: allow _UID matching for integer zero
+ base

[Bug 2065899] [NEW] Noble update: v6.8.6 upstream stable release

2024-05-16 Thread Manuel Diewald
dia: sta2x11: fix irq handler cast
ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block 
counter
drm/panel: simple: Add BOE BP082WX1-100 8.2" panel
x86/vdso: Fix rethunk patching for vdso-image-{32,64}.o
ASoC: Intel: avs: Populate board selection with new I2S entries
ext4: add a hint for block bitmap corrupt state in mb_groups
ext4: forbid commit inconsistent quota data when errors=remount-ro
drm/amd/display: Fix nanosec stat overflow
accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid warnings
i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
HID: input: avoid polling stylus battery on Chromebook Pompom
drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()
drm: Check output polling initialized before disabling
drm: Check polling initialized before enabling in 
drm_helper_probe_single_connector_modes
SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int
PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge
Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"
libperf evlist: Avoid out-of-bounds access
crypto: iaa - Fix async_disable descriptor leak
input/touchscreen: imagis: Correct the maximum touch area value
drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09
block: prevent division by zero in blk_rq_stat_sum()
RDMA/cm: add timeout to cm_destroy_id wait
Input: imagis - use FIELD_GET where applicable
Input: allocate keycode for Display refresh rate toggle
platform/x86: acer-wmi: Add support for Acer PH16-71
platform/x86: acer-wmi: Add predator_v4 module parameter
platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi 
Vi8 tablet
perf/x86/amd/lbr: Discard erroneous branch entries
ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9
ktest: force $buildonly = 1 for 'make_warnings_file' test type
Input: xpad - add support for Snakebyte GAMEPADs
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent 
environment
tools: iio: replace seekdir() in iio_generic_buffer
bus: mhi: host: Add MHI_PM_SYS_ERR_FAIL state
kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in 
kernfs_find_and_get_node_by_id()
usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirk
thunderbolt: Calculate DisplayPort tunnel bandwidth after DPRX capabilities read
usb: gadget: uvc: refactor the check for a valid buffer in the pump worker
usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR
usb: typec: ucsi: Limit read size on v1.2
serial: 8250_of: Drop quirk fot NPCM from 8250_port
thunderbolt: Keep the domain powered when USB4 port is in redrive mode
usb: typec: tcpci: add generic tcpci fallback compatible
usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined
ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE
thermal/of: Assume polling-delay(-passive) 0 when absent
ASoC: soc-core.c: Skip dummy codec when adding platforms
x86/xen: attempt to inflate the memory balloon on PVH
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
io_uring: clear opcode specific data for an early failure
modpost: fix null pointer dereference
drivers/nvme: Add quirks for device 126f:2262
fbmon: prevent division by zero in fb_videomode_from_videomode()
ALSA: hda/realtek: Add quirks for some Clevo laptops
drm/amdgpu: Init zone device and drm client after mode-1 reset on reload
gcc-plugins/stackleak: Avoid .head.text section
media: mediatek: vcodec: Fix oops when HEVC init fails
media: mediatek: vcodec: adding lock to protect decoder context list
media: mediatek: vcodec: adding lock to protect encoder context list
randomize_kstack: Improve entropy diffusion
platform/x86/intel/hid: Don't wake on 5-button releases
platform/x86: intel-vbtn: Update tablet mode switch at end of probe
nouveau: fix devinit paths to only handle display on GSP.
Bluetooth: btintel: Fixe build regression
net: mpls: error out if inner headers are not set
VMCI: Fix possible memcpy() run-time warning in 
vmci_datagram_invoke_guest_handler()
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in 
amdgpu_device_init()"
Linux 6.8.6
UBUNTU: Upstream stable to v6.8.6

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => M

[Bug 2065857] [NEW] Jammy update: v5.15.156 upstream stable release

2024-05-16 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

batman-adv: Avoid infinite loop trying to resize local TT
ring-buffer: Only update pages_touched when a new page is touched
Bluetooth: Fix memory leak in hci_req_sync_complete()
media: cec: core: remove length check of Timer Status
arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
Revert "drm/qxl: simplify qxl_fence_wait"
nouveau: fix function cast warning
scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()
net: openvswitch: fix unwanted error log on timeout policy probing
u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates.
xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING
geneve: fix header validation in geneve[6]_xmit_skb
af_unix: Clear stale u->oob_skb.
octeontx2-af: Fix NIX SQ mode and BP config
ipv6: fib: hide unused 'pn' variable
ipv4/route: avoid unused-but-set-variable warning
ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
netfilter: complete validation of user input
net/mlx5: Properly link new fs rules into the tree
net: sparx5: fix wrong config being used when reconfiguring PCS
net: dsa: mt7530: trap link-local frames regardless of ST Port State
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
af_unix: Fix garbage collector racing against connect()
net: ena: Fix potential sign extension issue
net: ena: Wrong missing IO completions check order
net: ena: Fix incorrect descriptor free behavior
tracing: hide unused ftrace_event_id_fops
iommu/vt-d: Allocate local memory for page request queue
btrfs: qgroup: correctly model root qgroup rsv in convert
drm/client: Fully protect modes[] with dev->mode_config.mutex
vhost: Add smp_rmb() in vhost_vq_avail_empty()
perf/x86: Fix out of range data
x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n
selftests: timers: Fix abs() warning in posix_timers test
x86/apic: Force native_apic_mem_read() to use the MOV instruction
irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
x86/bugs: Fix return type of spectre_bhi_state()
x86/bugs: Fix BHI documentation
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
x86/bugs: Fix BHI handling of RRSBA
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
UBUNTU: [Config] updateconfigs to remove obsolete SPECTRE_BHI_AUTO
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
UBUNTU: [Config] updateconfigs to enable new MITIGATION_SPECTRE_BHI
drm/i915/cdclk: Fix CDCLK programming order when pipes are active
Linux 5.15.156
UBUNTU: Upstream stable to v5.15.156

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.156 upstream stable release
 from git://git.kernel.org/
  
- 
+ batman-adv: Avoid infinite loop trying to resize local TT
+ ring-buffer: Only update pages_touched when a new page is touched
+ Bluetooth: Fix memory leak in hci_req_sync_complete()
+ media: cec: core: remove length check of Timer Status
+ arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order
+ Revert "drm/qxl: simplify qxl_fence_wait"
+ nouveau: fix functio

[Bug 2065829] Re: BTF support missing from kernel

2024-05-15 Thread Manuel Diewald
** Tags added: kern-10893

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065829

Title:
  BTF support missing from kernel

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065805] [NEW] Jammy update: v5.15.155 upstream stable release

2024-05-15 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

amdkfd: use calloc instead of kzalloc to avoid integer overflow
net: dsa: fix panic when DSA master device unbinds on shutdown
wifi: ath9k: fix LNA selection in ath_ant_try_scan()
VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
panic: Flush kernel log buffer at the end
cpuidle: Avoid potential overflow in integer multiplication
arm64: dts: rockchip: fix rk3328 hdmi ports node
arm64: dts: rockchip: fix rk3399 hdmi ports node
ionic: set adminq irq affinity
pstore/zone: Add a null pointer check to the psz_kmsg_read
tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num()
net: pcs: xpcs: Return EINVAL in the internal methods
wifi: ath11k: decrease MHI channel buffer length to 8KB
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
btrfs: send: handle path ref underflow in header iterate_inode_ref()
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Bluetooth: btintel: Fix null ptr deref in btintel_read_version
Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails
pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs
sysv: don't call sb_bread() with pointers_lock held
scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
isofs: handle CDs with bad root inode but good Joliet root directory
media: sta2x11: fix irq handler cast
ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block 
counter
ext4: add a hint for block bitmap corrupt state in mb_groups
ext4: forbid commit inconsistent quota data when errors=remount-ro
drm/amd/display: Fix nanosec stat overflow
SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int
Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"
libperf evlist: Avoid out-of-bounds access
block: prevent division by zero in blk_rq_stat_sum()
RDMA/cm: add timeout to cm_destroy_id wait
Input: allocate keycode for Display refresh rate toggle
platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi 
Vi8 tablet
ktest: force $buildonly = 1 for 'make_warnings_file' test type
ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent 
environment
tools: iio: replace seekdir() in iio_generic_buffer
usb: typec: tcpci: add generic tcpci fallback compatible
usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined
ASoC: soc-core.c: Skip dummy codec when adding platforms
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
drivers/nvme: Add quirks for device 126f:2262
fbmon: prevent division by zero in fb_videomode_from_videomode()
netfilter: nf_tables: release batch on table validation from abort path
netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path
netfilter: nf_tables: discard table flag update with pending basechain deletion
tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text
gcc-plugins/stackleak: Avoid .head.text section
virtio: reenable config if freezing device failed
x86/mm/pat: fix VM_PAT handling in COW mappings
randomize_kstack: Improve entropy diffusion
platform/x86: intel-vbtn: Update tablet mode switch at end of probe
Bluetooth: btintel: Fixe build regression
VMCI: Fix possible memcpy() run-time warning in 
vmci_datagram_invoke_guest_handler()
Linux 5.15.155
UBUNTU: Upstream stable to v5.15.155

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
   

[Bug 2065400] [NEW] Noble update: v6.8.5 upstream stable release

2024-05-10 Thread Manuel Diewald
AF in smb2_is_network_name_deleted()
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
drm/i915/mst: Limit MST+DSC to TGL+
drm/i915/mst: Reject FEC+MST on ICL
drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY < 13
drm/i915/gt: Disable HW load balancing for CCS
drm/i915/gt: Do not generate the command streamer for all the CCS
drm/i915/gt: Enable only one CCS for compute workload
drm/xe: Use ring ops TLB invalidation for rebinds
drm/xe: Rework rebinding
Revert "x86/mpparse: Register APIC address only once"
bpf: put uprobe link's path and task in release callback
bpf: support deferring bpf_link dealloc to after RCU grace period
efi/libstub: Add generic support for parsing mem_encrypt=
x86/boot: Move mem_encrypt= parsing to the decompressor
x86/sme: Move early SME kernel encryption handling into .head.text
x86/sev: Move early startup code into .head.text section
Linux 6.8.5
UBUNTU: Upstream stable to v6.8.5

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

** Affects: linux (Ubuntu Noble)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Noble)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v6.8.5 upstream stable release
 from git://git.kernel.org/
  
- 
+ scripts/bpf_doc: Use silent mode when exec make cmd
+ xsk: Don't assume metadata is always requested in TX completion
+ s390/bpf: Fix bpf_plt pointer arithmetic
+ bpf, arm64: fix bug in BPF_LDX_MEMSX
+ dma-buf: Fix NULL pointer dereference in sanitycheck()
+ arm64: bpf: fix 32bit unconditional bswap
+ nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet
+ nfsd: Fix error cleanup path in nfsd_rename()
+ tools: ynl: fix setting presence bits in simple nests
+ mlxbf_gige: stop PHY during open() error paths
+ wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF
+ wifi: iwlwifi: mvm: rfi: fix potential response leaks
+ wifi: iwlwifi: mvm: include link ID when releasing frames
+ ALSA: hda: cs35l56: Set the init_done flag before component_add()
+ ice: Refactor FW data type and fix bitmap casting issue
+ ice: fix memory corruption bug with suspend and rebuild
+ ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
+ igc: Remove stale comment about Tx timestamping
+ drm/xe: Remove unused xe_bo->props struct
+ drm/xe: Add exec_queue.sched_props.job_timeout_ms
+ drm/xe/guc_submit: use jiffies for job timeout
+ drm/xe/queue: fix engine_class bounds check
+ drm/xe/device: fix XE_MAX_GT_PER_TILE check
+ drm/xe/device: fix XE_MAX_TILES_PER_DEVICE check
+ dpll: indent DPLL option type by a tab
+ s390/qeth: handle deferred cc1
+ net: hsr: hsr_slave: Fix the promiscuous mode in offload mode
+ tcp: properly terminate timers for kernel sockets
+ net: wwan: t7xx: Split 64bit accesses to fix alignment issues
+ drm/rockchip: vop2: Remove AR30 and AB30 format support
+ selftests: vxlan_mdb: Fix failures with old libnet
+ gpiolib: Fix debug messaging in gpiod_find_and_request()
+ ACPICA: debugger: check status of acpi_evaluate_object() in 
acpi_db_walk_for_fields()
+ net: hns3: fix index limit to support all queue stats
+ net: hns3: fix kernel crash when devlink reload during pf initialization
+ net: hns3: mark unexcuted loopback test result as UNEXECUTED
+ tls: recv: process_rx_list shouldn't use an offset with kvec
+ tls: adjust recv return with async crypto and failed copy to userspace
+ tls: get psock ref after taking rxlock to avoid leak
+ mlxbf_gige: call request_irq() after NAPI initialized
+ drm/amd/display: Update P010 scaling cap
+ drm/amd/display: Send DTBCLK disable message on first commit
+ bpf: Protect against int overflow for stack access size
+ cifs: Fix duplicate fscache cookie warnings
+ netfilter: nf_tables: reject destroy command to remove basechain hooks
+ netfilter: nf_tables: reject table flag and netdev basechain updates
+ netfilter: nf_tables: skip netdev hook unregistration if table is dormant
+ iommu

[Bug 2060677] Re: Consistent (zfs?) errors at shutdown

2024-04-10 Thread Manuel Diewald
** Tags added: kern-10457

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060677

Title:
  Consistent (zfs?) errors at shutdown

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060300] Re: KMS overlay causes OOM oops on 3A+

2024-04-08 Thread Manuel Diewald
** Tags added: kern-10444

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060300

Title:
  KMS overlay causes OOM oops on 3A+

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060240] Re: Pi DAC+ fails on Pi 5

2024-04-05 Thread Manuel Diewald
** Tags added: kern-10408

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060240

Title:
  Pi DAC+ fails on Pi 5

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2060209] [NEW] Jammy update: v5.15.151 upstream stable release

2024-04-04 Thread Manuel Diewald
 vs NIC crypto offload
Revert "tls: rx: move counting TlsDecryptErrors for sync"
mptcp: fix double-free on socket dismantle
Linux 5.15.151
UBUNTU: Upstream stable to v5.15.151

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.151 upstream stable release
 from git://git.kernel.org/
  
- 
+ netfilter: nf_tables: disallow timeout for anonymous sets
+ mtd: spinand: gigadevice: Fix the get ecc status issue
+ netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
+ net: ip_tunnel: prevent perpetual headroom growth
+ tun: Fix xdp_rxq_info's queue_index when detaching
+ cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call back
+ net: veth: clear GRO when clearing XDP even when down
+ ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
+ lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
+ net: enable memcg accounting for veth queues
+ veth: try harder when allocating queue memory
+ net: usb: dm9601: fix wrong return value in dm9601_mdio_read
+ uapi: in6: replace temporary label with rfc9486
+ stmmac: Clear variable when destroying workqueue
+ Bluetooth: Avoid potential use-after-free in hci_error_reset
+ Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
+ Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
+ netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
+ netfilter: nfnetlink_queue: silence bogus compiler warning
+ netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
+ netfilter: make function op structures const
+ netfilter: let reset rules clean out conntrack entries
+ netfilter: bridge: confirm multicast packets before passing them up the stack
+ rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
+ igb: extend PTP timestamp adjustments to i211
+ tls: rx: don't store the record type in socket context
+ tls: rx: don't store the decryption status in socket context
+ tls: rx: don't issue wake ups when data is decrypted
+ tls: rx: refactor decrypt_skb_update()
+ tls: hw: rx: use return value of tls_device_decrypted() to carry status
+ tls: rx: drop unnecessary arguments from tls_setup_from_iter()
+ tls: rx: don't report text length from the bowels of decrypt
+ tls: rx: wrap decryption arguments in a structure
+ tls: rx: factor out writing ContentType to cmsg
+ tls: rx: don't track the async count
+ tls: rx: move counting TlsDecryptErrors for sync
+ tls: rx: assume crypto always calls our callback
+ tls: rx: use async as an in-out argument
+ tls: decrement decrypt_pending if no async completion will be called
+ efi/capsule-loader: fix incorrect allocation size
+ power: supply: bq27xxx-i2c: Do not free non existing IRQ
+ ALSA: Drop leftover snd-rtctimer stuff from Makefile
+ fbcon: always restore the old font data in fbcon_do_set_font()
+ afs: Fix endless loop in directory parsing
+ riscv: Sparse-Memory/vmemmap out-of-bounds fix
+ tomoyo: fix UAF write bug in tomoyo_write_control()
+ ALSA: firewire-lib: fix to check cycle continuity
+ gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
+ wifi: nl80211: reject iftype change with mesh ID change
+ btrfs: dev-replace: properly validate device names
+ dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
+ dmaengine: ptdma: use consistent DMA masks
+ dmaengine: fsl-qdma: init irq after reg initialization
+ mmc: core: Fix eMMC initialization with 1-bit bus connection
+ mmc: sdhci-xenon: add timeout for PHY init complete
+ mmc: sdhci-xenon: fix PHY init clock stability
+ pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
+ x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
+ mptcp: move __mptcp_error_report in protocol.c
+ mptcp: process pen

[Bug 2060216] [NEW] Focal update: v5.4.271 upstream stable release

2024-04-04 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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

netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
net: ip_tunnel: prevent perpetual headroom growth
tun: Fix xdp_rxq_info's queue_index when detaching
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
net: usb: dm9601: fix wrong return value in dm9601_mdio_read
Bluetooth: Avoid potential use-after-free in hci_error_reset
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Bluetooth: Enforce validation on max value of connection interval
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
efi/capsule-loader: fix incorrect allocation size
power: supply: bq27xxx-i2c: Do not free non existing IRQ
ALSA: Drop leftover snd-rtctimer stuff from Makefile
afs: Fix endless loop in directory parsing
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
wifi: nl80211: reject iftype change with mesh ID change
btrfs: dev-replace: properly validate device names
dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
dmaengine: fsl-qdma: init irq after reg initialization
mmc: core: Fix eMMC initialization with 1-bit bus connection
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
cachefiles: fix memory leak in cachefiles_add_cache()
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
gpio: 74x164: Enable output pins after registers are reset
Linux 5.4.271
UBUNTU: Upstream stable to v5.4.271

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.271 upstream stable release
 from git://git.kernel.org/
  
- 
+ netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
+ net: ip_tunnel: prevent perpetual headroom growth
+ tun: Fix xdp_rxq_info's queue_index when detaching
+ ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
+ lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
+ net: usb: dm9601: fix wrong return value in dm9601_mdio_read
+ Bluetooth: Avoid potential use-after-free in hci_error_reset
+ Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
+ Bluetooth: Enforce validation on max value of connection interval
+ netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
+ rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
+ efi/capsule-loader: fix incorrect allocation size
+ power: supply: bq27xxx-i2c: Do not free non existing IRQ
+ ALSA: Drop leftover snd-rtctimer stuff from Makefile
+ afs: Fix endless loop in directory parsing
+ gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
+ wifi: nl80211: reject iftype change with mesh ID change
+ btrfs: dev-replace: properly validate device names
+ dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
+ dmaengine: fsl-qdma: init irq after reg initialization
+ mmc: core: Fix eMMC initialization with 1-bit bus connection
+ x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
+ cachefiles: fix memory leak in cachefiles_add_cache()
+ fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
+ gpio: 74x164: Enable output pins after registers are

[Bug 2060142] [NEW] Jammy update: v5.15.150 upstream stable release

2024-04-03 Thread Manuel Diewald
 fix data corruption for raid456 when reshape restart while grow up
md/raid10: prevent soft lockup while flush writes
posix-timers: Ensure timer ID search-loop limit is valid
btrfs: add xxhash to fast checksum implementations
ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A
ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3
ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e (3371 AMD 
version)
arm64: set __exception_irq_entry with __irq_entry as a default
arm64: mm: fix VA-range sanity check
sched/fair: Don't balance task to its current running CPU
wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range
bpf: Address KCSAN report on bpf_lru_list
devlink: report devlink_port_type_warn source device
wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()
wifi: iwlwifi: mvm: avoid baid size integer overflow
exfat: support dynamic allocate bh for exfat_entry_set_cache
arm64: dts: rockchip: fix regulator name on rk3399-rock-4
arm64: dts: rockchip: add ES8316 codec for ROCK Pi 4
arm64: dts: rockchip: add SPDIF node for ROCK Pi 4
ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch
ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2
ACPI: resource: Skip IRQ override on Asus Vivobook S5602ZA
ACPI: resource: Add Asus ExpertBook B2502 to Asus quirks
ACPI: resource: Skip IRQ override on Asus Expertbook B2402CBA
ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CBA
xhci: cleanup xhci_hub_control port references
xhci: move port specific items such as state completions to port structure
xhci: rename resume_done to resume_timestamp
xhci: clear usb2 resume related variables in one place.
xhci: decouple usb2 port resume and get_port_status request handling
xhci: track port suspend state correctly in unsuccessful resume cases
cifs: add a warning when the in-flight count goes negative
IB/hfi1: Fix a memleak in init_credit_return
RDMA/bnxt_re: Return error for SRQ resize
RDMA/irdma: Fix KASAN issue with tasklet
RDMA/irdma: Validate max_send_wr and max_recv_wr
RDMA/irdma: Set the CQ read threshold for GEN 1
RDMA/irdma: Add AE for too many RNRS
RDMA/srpt: Support specifying the srpt_service_guid parameter
RDMA/qedr: Fix qedr_create_user_qp error flow
arm64: dts: rockchip: set num-cs property for spi on px30
RDMA/srpt: fix function pointer cast warnings
bpf, scripts: Correct GPL license name
scsi: jazz_esp: Only build if SCSI core is builtin
nouveau: fix function cast warnings
net: stmmac: Fix incorrect dereference in interrupt handlers
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
ata: libahci_platform: Convert to using devm bulk clocks API
ata: libahci_platform: Introduce reset assertion/deassertion methods
ata: ahci_ceva: fix error handling for Xilinx GT PHY support
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
afs: Increase buffer size in afs_update_volume_status()
ipv6: sr: fix possible use-after-free and null-ptr-deref
packet: move from strlcpy with unused retval to strscpy
net: dev: Convert sa_data to flexible array in struct sockaddr
drm/nouveau/instmem: fix uninitialized_var.cocci warning
octeontx2-af: Consider the action set by PF
s390: use the correct count for __iowrite64_copy()
tls: rx: jump to a more appropriate label
tls: rx: drop pointless else after goto
tls: stop recv() if initial process_rx_list gave us non-DATA
netfilter: nf_tables: set dormant flag on hook register failure
netfilter: flowtable: simplify route logic
netfilter: nft_flow_offload: reset dst in route object after setting up flow
netfilter: nft_flow_offload: release dst in case direct xmit path is used
drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set
drm/amd/display: Fix memory leak in dm_sw_fini()
i2c: imx: Add timer for handling the stop condition
i2c: imx: when being a target, mark the last read as processed
fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
arp: Prevent overflow in arp_req_get().
netfilter: nf_tables: fix scheduling-while-atomic splat
ext4: regenerate buddy after block freeing failed if under fc replay
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
netfilter: nf_tables: can't schedule in nft_chain_validate
r8169: use new PM macros
Linux 5.15.150
UBUNTU: Upstream stable to v5.15.150

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Un

[Bug 2060019] Re: Focal update: v5.4.270 upstream stable release

2024-04-02 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.270 upstream stable release
 from git://git.kernel.org/
  
- 
+ KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
+ KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
+ net/sched: Retire CBQ qdisc
+ UBUNTU: [Config] updateconfigs for NET_SCH_CBQ
+ net/sched: Retire ATM qdisc
+ UBUNTU: [Config] updateconfigs for NET_SCH_ATM
+ net/sched: Retire dsmark qdisc
+ UBUNTU: [Config] updateconfigs for NET_SCH_DSMARK
+ sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
+ memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
+ nilfs2: replace WARN_ONs for invalid DAT metadata block requests
+ userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
+ sched/rt: Fix sysctl_sched_rr_timeslice intial value
+ sched/rt: Disallow writing invalid values to sched_rt_period_us
+ scsi: target: core: Add TMF to tmr_list handling
+ dmaengine: shdma: increase size of 'dev_id'
+ dmaengine: fsl-qdma: increase size of 'irq_name'
+ wifi: cfg80211: fix missing interfaces when dumping
+ wifi: mac80211: fix race condition on enabling fast-xmit
+ fbdev: savage: Error out if pixclock equals zero
+ fbdev: sis: Error out if pixclock equals zero
+ ahci: asm1166: correct count of reported ports
+ ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
+ ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
+ ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
+ regulator: pwm-regulator: Add validity checks in continuous .get_voltage
+ nvmet-tcp: fix nvme tcp ida memory leak
+ ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
+ netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new
+ nvmet-fc: abort command when there is no binding
+ hwmon: (coretemp) Enlarge per package core count limit
+ scsi: lpfc: Use unsigned type for num_sge
+ firewire: core: send bus reset promptly on gap count error
+ virtio-blk: Ensure no requests in virtqueues before deleting vqs.
+ s390/qeth: Fix potential loss of L3-IP@ in case of network issues
+ pmdomain: renesas: r8a77980-sysc: CR7 must be always on
+ tcp: factor out __tcp_close() helper
+ tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
+ tcp: add annotations around sk->sk_shutdown accesses
+ pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours
+ pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
+ spi: mt7621: Fix an error message in mt7621_spi_probe()
+ net: bridge: clear bridge's private skb space on xmit
+ selftests/bpf: Avoid running unprivileged tests with alignment requirements
+ Revert "drm/sun4i: dsi: Change the start delay calculation"
+ drm/amdgpu: Check for valid number of registers to read
+ x86/alternatives: Disable KASAN in apply_alternatives()
+ dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
+ iomap: Set all uptodate bits for an Uptodate page
+ drm/amdgpu: Fix type of second parameter in trans_msg() callback
+ arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node
+ PCI: tegra: Fix reporting GPIO error value
+ PCI: tegra: Fix OF node reference leak
+ IB/hfi1: Fix sdma.h tx->num_descs off-by-one error
+ dm-crypt: don't modify the data when using authenticated encryption
+ gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
+ PCI/MSI: Prevent MSI hardware interrupt number truncation
+ l2tp: pass correct message length to ip6_append_data
+ ARM: ep93xx: Add terminator to gpiod_lookup_table
+ usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
+ usb: cdns3: fix memory double free when handle zero packet
+ usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
+ usb: roles: don't get/set_role() when usb_role_switch is unregistered
+ IB/hfi1: Fix a memleak in init_credit_return
+ RDMA/bnxt_re: Return error for SRQ resize
+ RDMA/srpt: Make debug output more detailed
+ RDMA/srpt: fix function pointer cast warnings
+ scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
+ bpf, scripts: Corr

[Bug 2060019] [NEW] Focal update: v5.4.270 upstream stable release

2024-04-02 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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


Linux 5.4.270
scripts/bpf: Fix xdp_md forward declaration typo
fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio
drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set
drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3
netfilter: nf_tables: set dormant flag on hook register failure
tls: stop recv() if initial process_rx_list gave us non-DATA
tls: rx: drop pointless else after goto
tls: rx: jump to a more appropriate label
s390: use the correct count for __iowrite64_copy()
packet: move from strlcpy with unused retval to strscpy
ipv6: sr: fix possible use-after-free and null-ptr-deref
afs: Increase buffer size in afs_update_volume_status()
ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
nouveau: fix function cast warnings
scsi: jazz_esp: Only build if SCSI core is builtin
bpf, scripts: Correct GPL license name
scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
RDMA/srpt: fix function pointer cast warnings
RDMA/srpt: Make debug output more detailed
RDMA/bnxt_re: Return error for SRQ resize
IB/hfi1: Fix a memleak in init_credit_return
usb: roles: don't get/set_role() when usb_role_switch is unregistered
usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
usb: cdns3: fix memory double free when handle zero packet
usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
ARM: ep93xx: Add terminator to gpiod_lookup_table
l2tp: pass correct message length to ip6_append_data
PCI/MSI: Prevent MSI hardware interrupt number truncation
gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
dm-crypt: don't modify the data when using authenticated encryption
IB/hfi1: Fix sdma.h tx->num_descs off-by-one error
PCI: tegra: Fix OF node reference leak
PCI: tegra: Fix reporting GPIO error value
arm64: dts: qcom: msm8916: Fix typo in pronto remoteproc node
drm/amdgpu: Fix type of second parameter in trans_msg() callback
iomap: Set all uptodate bits for an Uptodate page
dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata()
x86/alternatives: Disable KASAN in apply_alternatives()
drm/amdgpu: Check for valid number of registers to read
Revert "drm/sun4i: dsi: Change the start delay calculation"
ALSA: hda/realtek - Enable micmute LED on and HP system
selftests/bpf: Avoid running unprivileged tests with alignment requirements
net: bridge: clear bridge's private skb space on xmit
spi: mt7621: Fix an error message in mt7621_spi_probe()
pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours
tcp: add annotations around sk->sk_shutdown accesses
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
tcp: factor out __tcp_close() helper
pmdomain: renesas: r8a77980-sysc: CR7 must be always on
s390/qeth: Fix potential loss of L3-IP@ in case of network issues
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
firewire: core: send bus reset promptly on gap count error
scsi: lpfc: Use unsigned type for num_sge
hwmon: (coretemp) Enlarge per package core count limit
nvmet-fc: abort command when there is no binding
netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new
ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
nvmet-tcp: fix nvme tcp ida memory leak
regulator: pwm-regulator: Add validity checks in continuous .get_voltage
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers
ahci: asm1166: correct count of reported ports
fbdev: sis: Error out if pixclock equals zero
fbdev: savage: Error out if pixclock equals zero
wifi: mac80211: fix race condition on enabling fast-xmit
wifi: cfg80211: fix missing interfaces when dumping
dmaengine: fsl-qdma: increase size of 'irq_name'
dmaengine: shdma: increase size of 'dev_id'
scsi: target: core: Add TMF to tmr_list handling
sched/rt: Disallow writing invalid values to sched_rt_period_us
sched/rt: Fix sysctl_sched_rr_timeslice intial value
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
nilfs2: replace WARN_ONs for invalid DAT metadata block requests
memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
sched/rt: sysc

[Bug 2055685] Re: Cranky update-dkms-versions rollout

2024-03-28 Thread Manuel Diewald
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055685

Title:
  Cranky update-dkms-versions rollout

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059143] Re: Remove getabis scripts

2024-03-28 Thread Manuel Diewald
** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059143

Title:
  Remove getabis scripts

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059143] Re: Remove getabis scripts

2024-03-28 Thread Manuel Diewald
** Changed in: linux (Ubuntu Trusty)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059143

Title:
  Remove getabis scripts

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059284] [NEW] Mantic update: upstream stable patchset 2024-03-27

2024-03-27 Thread Manuel Diewald
ynqmp: Move fixed clock to / for kv260
arm64: zynqmp: Fix clock node name in kv260 cards
selftests/bpf: fix compiler warnings in RELEASE=1 mode
scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC
scsi: lpfc: Move determination of vmid_flag after VMID reinitialization 
completes
arm64: dts: qcom: Fix coresight warnings in in-ports and out-ports
wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members
Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
arm64: dts: sprd: Add clock reference for pll2 on UMS512
arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings
net: kcm: fix direct access to bv_len
reiserfs: Avoid touching renamed directory if parent does not change
drm/amd/display: Fix MST PBN/X.Y value calculations
drm/drm_file: fix use of uninitialized variable
drm/msm/dp: Add DisplayPort controller for SM8650
media: uvcvideo: Fix power line control for a Chicony camera
media: uvcvideo: Fix power line control for SunplusIT camera
media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state
hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
drm/amd/display: Force p-state disallow if leaving no plane config
drm/amdkfd: fix mes set shader debugger process management
drm/msm/dpu: enable writeback on SM8350
drm/msm/dpu: enable writeback on SM8450
watchdog: starfive: add lock annotations to fix context imbalances
accel/habanalabs: add support for Gaudi2C device
drm/amd/display: Only clear symclk otg flag for HDMI
drm/amd/display: Fix minor issues in BW Allocation Phase2
drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well
pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
riscv: Make XIP bootable again
extcon: fix possible name leak in extcon_dev_register()
usb: xhci-plat: fix usb disconnect issue after s4
i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
drm/amdkfd: only flush mes process context if mes support is there
riscv: Fix build error on rv32 + XIP
selftests: net: remove dependency on ebpf tests
selftests: net: explicitly wait for listener ready
gve: Fix skb truesize underestimation
net: phy: phy_device: Call into the PHY driver to set LED offload
net: phy: mediatek-ge-soc: support PHY LEDs
net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
selftests: net: add missing config for big tcp tests
selftests: net: add missing required classifier
net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
e1000e: correct maximum frequency adjustment values
selftests: net: Add missing matchall classifier
devlink: Fix referring to hw_addr attribute during state validation
pds_core: Cancel AQ work on teardown
pds_core: Use struct pdsc for the pdsc_adminq_isr private data
pds_core: implement pci reset handlers
pds_core: Prevent race issues involving the adminq
pds_core: Clear BARs on reset
pds_core: Rework teardown/setup flow to be more common
selftests: net: add missing config for nftables-backed iptables
selftests: net: add missing config for pmtu.sh tests
selftests: net: don't access /dev/stdout in pmtu.sh
octeontx2-pf: Remove xdp queues on program detach
selftests: net: add missing config for NF_TARGET_TTL
selftests: net: enable some more knobs
selftests/bpf: Remove flaky test_btf_id test
ASoC: qcom: sc8280xp: limit speaker volumes
ASoC: codecs: wcd938x: fix headphones volume controls
pds_core: Prevent health thread from running during reset/remove
UBUNTU: Upstream stable to v6.1.77, v6.6.16

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

** Affects: linux (Ubuntu Mantic)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Mantic)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 upstream stable patchset 2024-03-27
+ 
+ Ported from the following upstream stable releases:
+ v6.1.77, v6.6.16
+ 
 from git://git.kernel.org/
+ 
+ asm-generic: make sparse happy with odd-sized put_unaligned

[Bug 2059159] Re: Mantic update: upstream stable patchset 2024-03-26

2024-03-27 Thread Manuel Diewald
*** This bug is a duplicate of bug 2059068 ***
https://bugs.launchpad.net/bugs/2059068

** This bug has been marked a duplicate of bug 2059068
   Mantic update: upstream stable patchset 2024-03-26

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059159

Title:
  Mantic update: upstream stable patchset 2024-03-26

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059159] [NEW] Mantic update: upstream stable patchset 2024-03-26

2024-03-26 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

   upstream stable patchset 2024-03-26
   from git://git.kernel.org/

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

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


** Tags: kernel-stable-tracking-bug

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059159

Title:
  Mantic update: upstream stable patchset 2024-03-26

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059014] Re: Jammy update: v5.15.149 upstream stable release

2024-03-25 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.149 upstream stable release
 from git://git.kernel.org/
  
- 
+ ksmbd: free ppace array on error in parse_dacl
+ ksmbd: don't allow O_TRUNC open on read-only share
+ ksmbd: validate mech token in session setup
+ ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
+ ksmbd: only v2 leases handle the directory
+ iio: adc: ad7091r: Set alert bit in config register
+ iio: adc: ad7091r: Allow users to configure device events
+ iio: adc: ad7091r: Enable internal vref if external vref is not supplied
+ dmaengine: fix NULL pointer in channel unregistration function
+ scsi: ufs: core: Simplify power management during async scan
+ scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()
+ iio:adc:ad7091r: Move exports into IIO_AD7091R namespace.
+ ext4: allow for the last group to be marked as trimmed
+ btrfs: sysfs: validate scrub_speed_max value
+ crypto: api - Disallow identical driver names
+ PM: hibernate: Enforce ordering during image compression/decompression
+ hwrng: core - Fix page fault dead lock on mmap-ed hwrng
+ crypto: s390/aes - Fix buffer overread in CTR mode
+ media: imx355: Enable runtime PM before registering async sub-device
+ rpmsg: virtio: Free driver_override when rpmsg_remove()
+ media: ov9734: Enable runtime PM before registering async sub-device
+ mips: Fix max_mapnr being uninitialized on early stages
+ bus: mhi: host: Drop chan lock before queuing buffers
+ bus: mhi: host: Add spinlock to protect WP access when queueing TREs
+ parisc/firmware: Fix F-extend for PDC addresses
+ async: Split async_schedule_node_domain()
+ async: Introduce async_schedule_dev_nocall()
+ arm64: dts: qcom: sc7180: fix USB wakeup interrupt types
+ arm64: dts: qcom: sdm845: fix USB wakeup interrupt types
+ arm64: dts: qcom: sm8150: fix USB wakeup interrupt types
+ arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts
+ lsm: new security_file_ioctl_compat() hook
+ scripts/get_abi: fix source path leak
+ mmc: core: Use mrq.sbc in close-ended ffu
+ mmc: mmc_spi: remove custom DMA mapped buffers
+ rtc: Adjust failure return code for cmos_set_alarm()
+ nouveau/vmm: don't set addr on the fail path to avoid warning
+ ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
+ rename(): fix the locking of subdirectories
+ ksmbd: set v2 lease version on lease upgrade
+ ksmbd: fix potential circular locking issue in smb2_set_ea()
+ ksmbd: don't increment epoch if current state and request state are same
+ ksmbd: send lease break notification on FILE_RENAME_INFORMATION
+ ksmbd: Add missing set_freezable() for freezable kthread
+ net/smc: fix illegal rmb_desc access in SMC-D connection dump
+ tcp: make sure init the accept_queue's spinlocks once
+ bnxt_en: Wait for FLR to complete during probe
+ vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
+ llc: make llc_ui_sendmsg() more robust against bonding changes
+ llc: Drop support for ETH_P_TR_802_2.
+ net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
+ tracing: Ensure visibility when inserting an element into tracing_map
+ afs: Hide silly-rename files from userspace
+ tcp: Add memory barrier to tcp_push()
+ netlink: fix potential sleeping issue in mqueue_flush_file
+ ipv6: init the accept_queue's spinlocks in inet6_create
+ net/mlx5: DR, Use the right GVMI number for drop action
+ net/mlx5: DR, Align mlx5dv_dr API vport action with FW behavior
+ net/mlx5: DR, Can't go to uplink vport on RX rule
+ net/mlx5e: fix a double-free in arfs_create_groups
+ net/mlx5e: fix a potential double-free in fs_any_create_groups
+ overflow: Allow mixed type arguments
+ netfilter: nft_limit: reject configurations that cause integer overflow
+ netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
+ netfilter: nf_tables: validate NFPROTO_* family
+ net: stmmac: Wait a bit for the reset to take effect
+ net: mvpp2: clear BM pool before initialization
+ selftests: netdevsim: fix the udp_tunnel_nic test
+ fjes: fix memleaks in fjes_hw_setup
+ net: fec: fix the unhandled context fault from smmu
+ btrfs: fix infinite directory reads
+ btrfs: set last dir index to the current

[Bug 2059014] [NEW] Jammy update: v5.15.149 upstream stable release

2024-03-25 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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


Linux 5.15.149
usb: dwc3: gadget: Ignore End Transfer delay on teardown
media: Revert "media: rkisp1: Drop IRQF_SHARED"
usb: dwc3: gadget: Execute gadget stop after halting the controller
usb: dwc3: gadget: Don't delay End Transfer on delayed_status
staging: fbtft: core: set smem_len before fb_deferred_io_init call
smb3: Replace smb2pdu 1-element arrays with flex-arrays
fs/ntfs3: Add null pointer checks
net: bcmgenet: Fix EEE implementation
Revert "selftests/bpf: Test tail call counting with bpf2bpf and data on stack"
drm/msm/dsi: Enable runtime PM
PM: runtime: Have devm_pm_runtime_enable() handle 
pm_runtime_dont_use_autosuspend()
arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
dm: limit the number of targets and parameter size area
nilfs2: replace WARN_ONs for invalid DAT metadata block requests
nilfs2: fix potential bug in end_buffer_async_write
sched/membarrier: reduce the ability to hammer on sys_membarrier
netfilter: ipset: Missing gc cancellations fixed
net: prevent mss overflow in skb_segment()
hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()
netfilter: ipset: fix performance regression in swap operation
scripts/decode_stacktrace.sh: optionally use LLVM utilities
scripts: decode_stacktrace: demangle Rust symbols
scripts/decode_stacktrace.sh: support old bash version
fbdev: flush deferred IO before closing
fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
fbdev: Fix invalid page access after closing deferred I/O devices
fbdev: Rename pagelist to pagereflist for deferred I/O
fbdev: Track deferred-I/O pages in pageref struct
fbdev: defio: fix the pagelist corruption
fbdev: Don't sort deferred-I/O pages by default
fbdev/defio: Early-out if page is already enlisted
serial: 8250_exar: Set missing rs485_supported flag
serial: 8250_exar: Fill in rs485_supported
usb: dwc3: gadget: Queue PM runtime idle on disconnect event
usb: dwc3: gadget: Handle EP0 request dequeuing properly
usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate API
usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
usb: dwc3: gadget: Submit endxfer command if delayed during disconnect
usb: dwc3: gadget: Force sending delayed status during soft disconnect
usb: dwc3: Fix ep0 handling when getting reset while doing control transfer
usb: dwc3: gadget: Delay issuing End Transfer
usb: dwc3: gadget: Only End Transfer for ep0 data phase
usb: dwc3: ep0: Don't prepare beyond Setup stage
usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue
crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
bus: moxtet: Add spi device table
dma-buf: add dma_fence_timestamp helper
af_unix: Fix task hung while purging oob_skb in GC.
tracing: Inform kmemleak of saved_cmdlines allocation
pmdomain: core: Move the unused cleanup to a _sync initcall
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
of: property: fix typo in io-channels
mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
ceph: prevent use-after-free in encode_cap_msg()
net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
s390/qeth: Fix potential loss of L3-IP@ in case of network issues
net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio
irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update
irqchip/irq-brcmstb-l2: Add write memory barrier before exit
wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()
nfp: flower: prevent re-adding mac index for bonded port
nfp: use correct macro for LengthSelect in BAR config
crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
nilfs2: fix data corruption in dsync block recovery for small block sizes
ALSA: hda/conexant: Add quirk for SWS JS201D
mmc: slot-gpio: Allow non-sleeping GPIO ro
x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
powerpc/64: Set task pt_regs->link to the LR value on scv entry
serial: max310x: fail probe if clock crystal is unstable
serial: max310x: improve crystal stable clock detection
serial: max310x: set default value when reading clock ready bit
ring-buffer: Clean ring_buffer_poll_wait() error return
hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
drm/prime: Support page 

[Bug 2058948] Re: Focal update: v5.4.269 upstream stable release

2024-03-25 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.269 upstream stable release
 from git://git.kernel.org/
  
- 
+ PCI: mediatek: Clear interrupt status before dispatching handler
+ include/linux/units.h: add helpers for kelvin to/from Celsius conversion
+ units: Add Watt units
+ units: change from 'L' to 'UL'
+ units: add the HZ macros
+ serial: sc16is7xx: set safe default SPI clock frequency
+ spi: introduce SPI_MODE_X_MASK macro
+ serial: sc16is7xx: add check for unsupported SPI modes during probe
+ ext4: allow for the last group to be marked as trimmed
+ crypto: api - Disallow identical driver names
+ PM: hibernate: Enforce ordering during image compression/decompression
+ hwrng: core - Fix page fault dead lock on mmap-ed hwrng
+ rpmsg: virtio: Free driver_override when rpmsg_remove()
+ parisc/firmware: Fix F-extend for PDC addresses
+ arm64: dts: qcom: sdm845: fix USB wakeup interrupt types
+ mmc: core: Use mrq.sbc in close-ended ffu
+ nouveau/vmm: don't set addr on the fail path to avoid warning
+ ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
+ rename(): fix the locking of subdirectories
+ block: Remove special-casing of compound pages
+ mtd: spinand: macronix: Fix MX35LFxGE4AD page size
+ fs: add mode_strip_sgid() helper
+ fs: move S_ISGID stripping into the vfs_*() helpers
+ powerpc: Use always instead of always-y in for crtsavres.o
+ x86/CPU/AMD: Fix disabling XSAVES on AMD family 0x17 due to erratum
+ net/smc: fix illegal rmb_desc access in SMC-D connection dump
+ vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
+ llc: make llc_ui_sendmsg() more robust against bonding changes
+ llc: Drop support for ETH_P_TR_802_2.
+ net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
+ tracing: Ensure visibility when inserting an element into tracing_map
+ afs: Hide silly-rename files from userspace
+ tcp: Add memory barrier to tcp_push()
+ netlink: fix potential sleeping issue in mqueue_flush_file
+ net/mlx5: DR, Use the right GVMI number for drop action
+ net/mlx5: Use kfree(ft->g) in arfs_create_groups()
+ net/mlx5e: fix a double-free in arfs_create_groups
+ netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
+ netfilter: nf_tables: validate NFPROTO_* family
+ fjes: fix memleaks in fjes_hw_setup
+ net: fec: fix the unhandled context fault from smmu
+ btrfs: ref-verify: free ref cache before clearing mount opt
+ btrfs: tree-checker: fix inline ref size in error messages
+ btrfs: don't warn if discard range is not aligned to sector
+ btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args
+ rbd: don't move requests to the running list on errors
+ gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04
+ drm: Don't unref the same fb many times by mistake due to deadlock handling
+ drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking
+ drm/bridge: nxp-ptn3460: simplify some error checking
+ drm/exynos: fix accidental on-stack copy of exynos_drm_plane
+ drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume
+ gpio: eic-sprd: Clear interrupt after set the interrupt type
+ spi: bcm-qspi: fix SFDP BFPT read by usig mspi read
+ mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
+ tick/sched: Preserve number of idle sleeps across CPU hotplug events
+ x86/entry/ia32: Ensure s32 is sign extended to s64
+ powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
+ powerpc: Fix build error due to is_valid_bugaddr()
+ powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
+ powerpc: pmd_move_must_withdraw() is only needed for 
CONFIG_TRANSPARENT_HUGEPAGE
+ powerpc/lib: Validate size for vector operations
+ x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
+ perf/core: Fix narrow startup race when creating the perf nr_addr_filters 
sysfs file
+ regulator: core: Only increment use_count when enable_count changes
+ audit: Send netlink ACK before setting connection in auditd_set
+ ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop
+ PNP: ACPI: fix fortify warning
+ ACPI: extlog: fix NULL pointer dereference check
+ FS:JFS:UBSAN:arr

[Bug 2058948] [NEW] Focal update: v5.4.269 upstream stable release

2024-03-25 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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


Linux 5.4.269
of: gpio unittest kfree() wrong object
of: unittest: fix EXPECT text for gpio hog errors
net: bcmgenet: Fix EEE implementation
Revert "Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting""
netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
lsm: new security_file_ioctl_compat() hook
drm/msm/dsi: Enable runtime PM
PM: runtime: Have devm_pm_runtime_enable() handle 
pm_runtime_dont_use_autosuspend()
PM: runtime: add devm_pm_runtime_enable helper
nilfs2: fix potential bug in end_buffer_async_write
sched/membarrier: reduce the ability to hammer on sys_membarrier
net: prevent mss overflow in skb_segment()
netfilter: ipset: Missing gc cancellations fixed
netfilter: ipset: fix performance regression in swap operation
KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
mips: Fix max_mapnr being uninitialized on early stages
arch, mm: remove stale mentions of DISCONIGMEM
bus: moxtet: Add spi device table
Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
tracing: Inform kmemleak of saved_cmdlines allocation
pmdomain: core: Move the unused cleanup to a _sync initcall
can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
irqchip/irq-brcmstb-l2: Add write memory barrier before exit
nfp: flower: prevent re-adding mac index for bonded port
nfp: use correct macro for LengthSelect in BAR config
nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
nilfs2: fix data corruption in dsync block recovery for small block sizes
ALSA: hda/conexant: Add quirk for SWS JS201D
mmc: slot-gpio: Allow non-sleeping GPIO ro
x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
serial: max310x: improve crystal stable clock detection
serial: max310x: set default value when reading clock ready bit
ring-buffer: Clean ring_buffer_poll_wait() error return
iio: magnetometer: rm3100: add boundary check for the value read from 
RM3100_REG_TMRC
staging: iio: ad5933: fix type mismatch regression
tracing: Fix wasted memory in saved_cmdlines logic
ext4: fix double-free of blocks due to wrong extents moved_len
misc: fastrpc: Mark all sessions as invalid in cb_remove
binder: signal epoll threads of self-work
ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL
xen-netback: properly sync TX responses
nfc: nci: free rx_data_reassembly skb on NCI device cleanup
kbuild: Fix changing ELF file type for output of gen_btf for big endian
firewire: core: correct documentation of fw_csr_string() kernel API
scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
i2c: i801: Fix block process call transactions
i2c: i801: Remove i801_set_block_buffer_mode
usb: f_mass_storage: forbid async queue when shutdown happen
USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
HID: wacom: Do not register input devices until after hid_hw_start
HID: wacom: generic: Avoid reporting a serial of '0' to userspace
mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
tracing/trigger: Fix to return error if failed to alloc snapshot
i40e: Fix waiting for queues of all VSIs to be disabled
MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler
ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()
spi: ppc4xx: Drop write-only variable
of: unittest: Fix compile in the non-dynamic case
of: unittest: add overlay gpio test to catch gpio hog problem
btrfs: send: return EOPNOTSUPP on unknown flags
btrfs: forbid deleting live subvol qgroup
btrfs: forbid creating subvol qgroups
netfilter: nft_set_rbtree: skip end interval element from gc
net: stmmac: xgmac: fix a typo of register name in DPP safety handling
net: stmmac: xgmac: use #define for string constants
vhost: use kzalloc() instead of kmalloc() followed by memset()
Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
hrtimer: Report offline hrtimer enqueue
USB: serial: cp210x: add ID for IMST iM871A-USB
USB: serial: option: add Fibocom FM101-GL variant
USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e
net/af_iucv: clean up a try_then_request_module()
netfilter: nft_ct: reject direction for ct id
netfilter: nft_compat: restrict match/target protocol to u16
netfilter: nft_compat: reject unused compat flag
ppp_async: limit MRU to 64K
tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
rxrpc: Fix response to PING RESPONSE ACKs to a dead 

[Bug 2055302] Re: Consider backporting glibc bug 12154 to ubuntu 20.04 - DNS resolution fails if a CNAME target begins with a hyphen

2024-03-12 Thread Manuel Bucher
Hi, I've set up this now:

* `ping ok-bug1870497.neon.rocks`

This is a cname to `-bug1870497.neon.rocks` and resolves to one of my
servers. Running the commands currently shows this log (on 22.04):

```
$ ping ok-bug1870497.neon.rocks
PING bug1870497.neon.rocks [...]
```

* `ping error-bug1870497.neon.rocks`: is a cname to
`-bug1870497.neon.rocks`

This is a cname to `bug1870497.neon.rocks` and then resolves to one of
my servers. Running the commands currently shows this log (on 22.04):

```
$ ping error-bug1870497.neon.rocks
ping: error-bug1870497.neon.rocks: System error
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055302

Title:
  Consider backporting glibc bug 12154 to ubuntu 20.04 -  DNS resolution
  fails if a CNAME target begins with a hyphen

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054474] Re: openjdk 11.0.21 2023-10-17 crashes (C2 CompilerThread)

2024-02-28 Thread Manuel Blechschmidt
After changing some CPU settings in the efi (setting it to factory
defaults) the crashes disappeared. Seams that this was an AMD CPU bug.
It also happened with jdk 11 and 17.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054474

Title:
  openjdk 11.0.21 2023-10-17 crashes (C2 CompilerThread)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/2054474/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055302] [NEW] Consider backporting glibc bug 12154 to ubuntu 20.04 - DNS resolution fails if a CNAME target begins with a hyphen

2024-02-28 Thread Manuel Bucher
Public bug reported:

See:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1870497
* https://sourceware.org/bugzilla/show_bug.cgi?id=12154

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055302

Title:
  Consider backporting glibc bug 12154 to ubuntu 20.04 -  DNS resolution
  fails if a CNAME target begins with a hyphen

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055199] Re: Mantic update: upstream stable patchset 2024-02-27

2024-02-27 Thread Manuel Diewald
** Description changed:

- 
- SRU Justification
- 
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
- 
-upstream stable patchset 2024-02-27
- 
- Ported from the following upstream stable releases:
- v6.1.74, v6.6.13
- 
-from git://git.kernel.org/
- 
- f2fs: explicitly null-terminate the xattr list
- pinctrl: lochnagar: Don't build on MIPS
- ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
- mptcp: fix uninit-value in mptcp_incoming_options
- wifi: cfg80211: lock wiphy mutex for rfkill poll
- wifi: avoid offset calculation on NULL pointer
- wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
- debugfs: fix automount d_fsdata usage
- nvme-core: fix a memory leak in nvme_ns_info_from_identify()
- drm/amd/display: update dcn315 lpddr pstate latency
- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
- smb: client, common: fix fortify warnings
- blk-mq: don't count completed flush data request as inflight in case of 
quiesce
- nvme-core: check for too small lba shift
- hwtracing: hisi_ptt: Handle the interrupt in hardirq context
- hwtracing: hisi_ptt: Don't try to attach a task
- ASoC: wm8974: Correct boost mixer inputs
- arm64: dts: rockchip: fix rk356x pcie msg interrupt name
- ASoC: Intel: Skylake: Fix mem leak in few functions
- ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
- ASoC: Intel: Skylake: mem leak in skl register function
- ASoC: cs43130: Fix the position of const qualifier
- ASoC: cs43130: Fix incorrect frame delay configuration
- ASoC: rt5650: add mutex to avoid the jack detection failure
- ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
- nouveau/tu102: flush all pdbs on vmm flush
- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
- ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
- net/tg3: fix race condition in tg3_reset_task()
- ASoC: da7219: Support low DC impedance headset
- nvme: introduce helper function to get ctrl state
- nvme: prevent potential spectre v1 gadget
- arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
- drm/amdgpu: Add NULL checks for function pointers
- drm/exynos: fix a potential error pointer dereference
- drm/exynos: fix a wrong error checking
- hwmon: (corsair-psu) Fix probe when built-in
- LoongArch: Preserve syscall nr across execve()
- clk: rockchip: rk3568: Add PLL rate for 292.5MHz
- clk: rockchip: rk3128: Fix HCLK_OTG gate register
- jbd2: correct the printing of write_flags in jbd2_write_superblock()
- jbd2: increase the journal IO's priority
- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
- neighbour: Don't let neigh_forced_gc() disable preemption for long
- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
- jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
- tracing: Add size check when printing trace_marker output
- stmmac: dwmac-loongson: drop useless check for compatible fallback
- MIPS: dts: loongson: drop incorrect dwmac fallback compatible
- tracing: Fix uaf issue when open the hist or hist_debug file
- ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
- Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
- Input: atkbd - skip ATKBD_CMD_GETID in translated mode
- Input: i8042 - add nomux quirk for Acer P459-G2-M
- s390/scm: fix virtual vs physical address confusion
- ARC: fix spare error
- wifi: iwlwifi: pcie: avoid a NULL pointer dereference
- Input: xpad - add Razer Wolverine V2 support
- kselftest: alsa: fixed a print formatting warning
- HID: nintendo: fix initializer element is not constant error
- platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad 
systems
- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
- ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
- ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
- HID: nintendo: Prevent divide-by-zero on code
- smb: client: fix potential OOB in smb2_dump_detail()
- i2c: rk3x: fix potential spinlock recursion on poll
- drm/amd/display: get dprefclk ss info from integration info table
- pinctrl: cy8c95x0: Fix typo
- pinctrl: cy8c95x0: Fix get_pincfg
- virtio_blk: fix snprintf truncation compiler warning
- net: qrtr: ns: Return 0 if server port is not present
- ARM: sun9i: s

[Bug 2055199] Re: Mantic update: upstream stable patchset 2024-02-27

2024-02-27 Thread Manuel Diewald
** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

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

** Changed in: linux (Ubuntu Mantic)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 upstream stable patchset 2024-02-27
+ 
+ Ported from the following upstream stable releases:
+ v6.1.74, v6.6.13
+ 
 from git://git.kernel.org/
+ 
+ f2fs: explicitly null-terminate the xattr list
+ pinctrl: lochnagar: Don't build on MIPS
+ ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
+ mptcp: fix uninit-value in mptcp_incoming_options
+ wifi: cfg80211: lock wiphy mutex for rfkill poll
+ wifi: avoid offset calculation on NULL pointer
+ wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
+ debugfs: fix automount d_fsdata usage
+ nvme-core: fix a memory leak in nvme_ns_info_from_identify()
+ drm/amd/display: update dcn315 lpddr pstate latency
+ drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
+ smb: client, common: fix fortify warnings
+ blk-mq: don't count completed flush data request as inflight in case of 
quiesce
+ nvme-core: check for too small lba shift
+ hwtracing: hisi_ptt: Handle the interrupt in hardirq context
+ hwtracing: hisi_ptt: Don't try to attach a task
+ ASoC: wm8974: Correct boost mixer inputs
+ arm64: dts: rockchip: fix rk356x pcie msg interrupt name
+ ASoC: Intel: Skylake: Fix mem leak in few functions
+ ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
+ ASoC: Intel: Skylake: mem leak in skl register function
+ ASoC: cs43130: Fix the position of const qualifier
+ ASoC: cs43130: Fix incorrect frame delay configuration
+ ASoC: rt5650: add mutex to avoid the jack detection failure
+ ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI is not available
+ nouveau/tu102: flush all pdbs on vmm flush
+ ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13
+ ASoC: hdac_hda: Conditionally register dais for HDMI and Analog
+ net/tg3: fix race condition in tg3_reset_task()
+ ASoC: da7219: Support low DC impedance headset
+ nvme: introduce helper function to get ctrl state
+ nvme: prevent potential spectre v1 gadget
+ arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
+ drm/amdgpu: Add NULL checks for function pointers
+ drm/exynos: fix a potential error pointer dereference
+ drm/exynos: fix a wrong error checking
+ hwmon: (corsair-psu) Fix probe when built-in
+ LoongArch: Preserve syscall nr across execve()
+ clk: rockchip: rk3568: Add PLL rate for 292.5MHz
+ clk: rockchip: rk3128: Fix HCLK_OTG gate register
+ jbd2: correct the printing of write_flags in jbd2_write_superblock()
+ jbd2: increase the journal IO's priority
+ drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
+ neighbour: Don't let neigh_forced_gc() disable preemption for long
+ platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
+ jbd2: fix soft lockup in journal_finish_inode_data_buffers()
+ tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
+ tracing: Add size check when printing trace_marker output
+ stmmac: dwmac-loongson: drop useless check for compatible fallback
+ MIPS: dts: loongson: drop incorrect dwmac fallback compatible
+ tracing: Fix uaf issue when open the hist or hist_debug file
+ ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
+ Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1
+ reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
+ Input: atkbd - skip ATKBD_CMD_GETID in translated mode
+ Input: i8042 - add nomux quirk for Acer P459-G2-M
+ s390/scm: fix virtual vs physical address confusion
+ ARC: fix spare error
+ wifi: iwlwifi: pcie: avoid a NULL pointer dereference
+ Input: xpad - add Razer Wolverine V2 support
+ kselftest: alsa: fixed a print formatting warning
+ HID: nintendo: fix initializer element is not constant error
+ platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad 
systems
+ ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
+ ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
+ ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models
+ dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
+ HID: nintendo: Prevent divide-by-zero on code
+ smb: client

[Bug 2055199] [NEW] Mantic update: upstream stable patchset 2024-02-27

2024-02-27 Thread Manuel Diewald
 X360 13-ay0xxx
ACPI: resource: Add another DMI match for the TongFang GMxXGxx
ASoC: SOF: Intel: hda-codec: Delay the codec device registration
ksmbd: don't allow O_TRUNC open on read-only share
ksmbd: free ppace array on error in parse_dacl
binder: use EPOLLERR from eventpoll.h
binder: fix use-after-free in shinker's callback
binder: fix trivial typo of binder_free_buf_locked()
binder: fix comment on binder_alloc_new_buf() return value
uio: Fix use-after-free in uio_open
parport: parport_serial: Add Brainboxes BAR details
parport: parport_serial: Add Brainboxes device IDs and geometry
leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
PCI: Add ACS quirk for more Zhaoxin Root Ports
coresight: etm4x: Fix width of CCITMIN field
scripts/decode_stacktrace.sh: optionally use LLVM utilities
pinctrl: s32cc: Avoid possible string truncation
kunit: Warn if tests are slow
kunit: Reset suite counter right before running tests
io_uring: use fget/fput consistently
block: warn once for each partition in bio_check_ro()
drm/amdkfd: Use common function for IP version check
drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit
drm/amdgpu: Use another offset for GC 9.4.3 remap
ASoC: amd: yc: Add HP 255 G10 into quirk table
ASoC: SOF: topology: Fix mem leak in sof_dai_load()
ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case
ASoC: fsl_xcvr: refine the requested phy clock frequency
ASoC: SOF: ipc4-topology: Add core_mask in struct snd_sof_pipeline
ASoC: SOF: sof-audio: Modify logic for enabling/disabling topology cores
ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module
pds_vdpa: fix up format-truncation complaint
pds_vdpa: clear config callback when status goes to 0
pds_vdpa: set features order
nvme: ensure reset state check ordering
nvme-ioctl: move capable() admin check to the end
nvme: fix deadlock between reset and scan
LoongArch: Apply dynamic relocations for LLD
LoongArch: Set unwind stack type to unknown rather than set error flag
soundwire: intel_ace2x: fix AC timing setting for ACE2.x
efi/loongarch: Use load address to calculate kernel entry address
pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend
ASoC: cs35l45: Use modern pm_ops
ASoC: cs35l45: Prevent IRQ handling when suspending/resuming
ASoC: cs35l45: Prevents spinning during runtime suspend
driver core: Add a guard() definition for the device_lock()
platform/x86/amd/pmc: Move platform defines to header
platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne
platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks
platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13
drm/amdkfd: svm range always mapped flag not working on APU
drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event
pinctrl: cy8c95x0: Fix regression
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
nfc: Do not send datagram if socket state isn't LLCP_BOUND
x86/csum: Remove unnecessary odd handling
x86/csum: clean up `csum_partial' further
x86/microcode: do not cache microcode if it will not be used
bus: moxtet: Mark the irq as shared
bus: moxtet: Add spi device table
drm/amd/display: Pass pwrseq inst for backlight and ABM
UBUNTU: Upstream stable to v6.1.74, v6.6.13

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

** Affects: linux (Ubuntu Mantic)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055199

Title:
  Mantic update: upstream stable patchset 2024-02-27

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055145] [NEW] Jammy update: v5.15.148 upstream stable release

2024-02-27 Thread Manuel Diewald
in subflow_finish_connect()
mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
net: ravb: Fix dma_addr_t truncation in error case
net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake 
calls
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
netfilter: nf_tables: reject invalid set policy
netfilter: nft_connlimit: move stateful fields out of expression data
netfilter: nft_last: move stateful fields out of expression data
netfilter: nft_quota: move stateful fields out of expression data
netfilter: nft_limit: rename stateful structure
netfilter: nft_limit: move stateful fields out of expression data
netfilter: nf_tables: memcg accounting for dynamically allocated objects
netfilter: nft_limit: do not ignore unsupported flags
netfilter: nf_tables: do not allow mismatch field size and set key length
netfilter: nf_tables: skip dead set elements in netlink dump
netfilter: nf_tables: reject NFT_SET_CONCAT with not field length description
ipvs: avoid stat macros calls from preemptible context
kdb: Fix a potential buffer overflow in kdb_local()
ethtool: netlink: Add missing ethnl_ops_begin/complete
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
mlxsw: spectrum: Use 'bitmap_zalloc()' when applicable
mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()
mlxsw: spectrum_acl_tcam: Make fini symmetric to init
mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarations
mlxsw: spectrum_acl_tcam: Fix stack corruption
selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
i2c: s3c24xx: fix read transfers in polling mode
i2c: s3c24xx: fix transferring more than one message in polling mode
block: Remove special-casing of compound pages
netfilter: nf_tables: typo NULL check in _clone() function
netfilter: nft_connlimit: memleak if nf_ct_netns_get() fails
netfilter: nft_limit: fix stateful object memory leak
netfilter: nft_limit: Clone packet limits' cost value
netfilter: nft_last: copy content when cloning expression
netfilter: nft_quota: copy content when cloning expression
arm64: dts: armada-3720-turris-mox: set irq type for RTC
Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
Linux 5.15.148
UBUNTU: Upstream stable to v5.15.148

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

** Affects: linux (Ubuntu Jammy)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Jammy)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.15.148 upstream stable release
 from git://git.kernel.org/
  
- 
+ f2fs: explicitly null-terminate the xattr list
+ pinctrl: lochnagar: Don't build on MIPS
+ ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
+ mptcp: fix uninit-value in mptcp_incoming_options
+ wifi: cfg80211: lock wiphy mutex for rfkill poll
+ debugfs: fix automount d_fsdata usage
+ drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
+ nvme-core: check for too small lba shift
+ ASoC: wm8974: Correct boost mixer inputs
+ ASoC: Intel: Skylake: Fix mem leak in few functions
+ ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
+ ASoC: Intel: Skylake: mem leak in skl register function
+ ASoC: cs43130: Fix the position of const qualifier
+ ASoC: cs43130: Fix incorrect frame delay configuration
+ ASoC: rt5650: add mutex to avoid the jack detection failure
+ nouveau/tu102: flush all pdbs on vmm flush
+ net/tg3: fix race condition in tg3_reset_task()
+ ASoC: da7219: Support low DC impedance headset
+ ASoC: ops: add correct range check for limiting volume
+ nvme: introduce helper function to get ctrl state
+ drm/amdgpu: Add NULL checks for function pointers
+ drm/exynos: fix a potential error pointer dereference
+ drm/exynos: fix a wrong error checking
+ hwmon: (corsair-

[Bug 2055072] Re: Focal update: v5.4.268 upstream stable release

2024-02-27 Thread Manuel Diewald
*** This bug is a duplicate of bug 2055075 ***
https://bugs.launchpad.net/bugs/2055075

** This bug has been marked a duplicate of bug 2055075
   Focal update: v5.4.268 upstream stable release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055072

Title:
  Focal update: v5.4.268 upstream stable release

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055073] Re: Focal update: v5.4.268 upstream stable release

2024-02-27 Thread Manuel Diewald
*** This bug is a duplicate of bug 2055075 ***
https://bugs.launchpad.net/bugs/2055075

** This bug has been marked a duplicate of bug 2055075
   Focal update: v5.4.268 upstream stable release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055073

Title:
  Focal update: v5.4.268 upstream stable release

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055075] Re: Focal update: v5.4.268 upstream stable release

2024-02-26 Thread Manuel Diewald
** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.268 upstream stable release
 from git://git.kernel.org/
  
  f2fs: explicitly null-terminate the xattr list
  pinctrl: lochnagar: Don't build on MIPS
  ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
  ASoC: Intel: Skylake: Fix mem leak in few functions
  ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
  ASoC: Intel: Skylake: mem leak in skl register function
  ASoC: cs43130: Fix the position of const qualifier
  ASoC: cs43130: Fix incorrect frame delay configuration
  ASoC: rt5650: add mutex to avoid the jack detection failure
  nouveau/tu102: flush all pdbs on vmm flush
  net/tg3: fix race condition in tg3_reset_task()
  ASoC: da7219: Support low DC impedance headset
  nvme: introduce helper function to get ctrl state
  drm/exynos: fix a potential error pointer dereference
  drm/exynos: fix a wrong error checking
  clk: rockchip: rk3128: Fix HCLK_OTG gate register
  jbd2: correct the printing of write_flags in jbd2_write_superblock()
  drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
  neighbour: Don't let neigh_forced_gc() disable preemption for long
  tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
  tracing: Add size check when printing trace_marker output
  ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
  reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
  Input: atkbd - skip ATKBD_CMD_GETID in translated mode
  Input: i8042 - add nomux quirk for Acer P459-G2-M
  s390/scm: fix virtual vs physical address confusion
  ARC: fix spare error
  Input: xpad - add Razer Wolverine V2 support
  ARM: sun9i: smp: fix return code check of of_property_match_string
  drm/crtc: fix uninitialized variable use
  ACPI: resource: Add another DMI match for the TongFang GMxXGxx
  binder: use EPOLLERR from eventpoll.h
  binder: fix trivial typo of binder_free_buf_locked()
  binder: fix comment on binder_alloc_new_buf() return value
  uio: Fix use-after-free in uio_open
  parport: parport_serial: Add Brainboxes BAR details
  parport: parport_serial: Add Brainboxes device IDs and geometry
  coresight: etm4x: Fix width of CCITMIN field
  x86/lib: Fix overflow when counting digits
  EDAC/thunderx: Fix possible out-of-bounds string access
  powerpc: add crtsavres.o to always-y instead of extra-y
  powerpc/44x: select I2C for CURRITUCK
  powerpc/pseries/memhotplug: Quieten some DLPAR operations
  powerpc/pseries/memhp: Fix access beyond end of drmem array
  selftests/powerpc: Fix error handling in FPU/VMX preemption tests
  powerpc/powernv: Add a null pointer check to scom_debug_init_one()
  powerpc/powernv: Add a null pointer check in opal_event_init()
  powerpc/powernv: Add a null pointer check in opal_powercap_init()
  powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
  mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
  ACPI: video: check for error while searching for backlight device parent
  ACPI: LPIT: Avoid u32 multiplication overflow
  net: netlabel: Fix kerneldoc warnings
  netlabel: remove unused parameter in netlbl_netlink_auditinfo()
  calipso: fix memory leak in netlbl_calipso_add_pass()
  spi: sh-msiof: Enforce fixed DTDL for R-Car H3
  mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
  selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
  crypto: virtio - Handle dataq logic with tasklet
  crypto: virtio - don't use 'default m'
  virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
  crypto: ccp - fix memleak in ccp_init_dm_workarea
  crypto: af_alg - Disallow multiple in-flight AIO requests
  crypto: sahara - remove FLAGS_NEW_KEY logic
  crypto: sahara - fix ahash selftest failure
  crypto: sahara - fix processing requests with cryptlen < sg->length
  crypto: sahara - fix error handling in sahara_hw_descriptor_create()
  pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
  gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
  crypto: virtio - Wait for tasklet to complete on device remove
  crypto: sahara - fix ahash reqsize
  crypto: sahara - fix wait_for_completion_timeout() error handling
  crypto: sahara - improve error handling in sahara_sha_process()
  crypto: sahara - fix processing hash requests with req->nbytes < sg->length
  crypto: sahara - do not resize req->src when doing hash operations
  crypto: scomp - fix req->dst buffer overflow
  blocklayoutdriver: Fix reference le

[Bug 2055073] [NEW] Focal update: v5.4.268 upstream stable release

2024-02-26 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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


Linux 5.4.268
arm64: dts: armada-3720-turris-mox: set irq type for RTC
perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
i2c: s3c24xx: fix transferring more than one message in polling mode
i2c: s3c24xx: fix read transfers in polling mode
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
kdb: Fix a potential buffer overflow in kdb_local()
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
ipvs: avoid stat macros calls from preemptible context
netfilter: nf_tables: skip dead set elements in netlink dump
net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
net: ravb: Fix dma_addr_t truncation in error case
net: phy: micrel: populate .soft_reset for KSZ9131
net: qualcomm: rmnet: fix global oob in rmnet_policy
s390/pci: fix max size calculation in zpci_memcpy_toio()
PCI: keystone: Fix race condition when initializing PHYs
nvmet-tcp: Fix the H2C expected PDU len calculation
serial: imx: Correct clock error message in function probe()
apparmor: avoid crash when parsed profile name is empty
perf env: Avoid recursively taking env->bpf_progs.lock
perf bpf: Decouple creating the evlist from adding the SB event
perf top: Move sb_evlist to 'struct perf_top'
perf record: Move sb_evlist to 'struct record'
perf env: Add perf_env__numa_node()
nvmet-tcp: fix a crash in nvmet_req_complete()
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
perf genelf: Set ELF program header addresses properly
software node: Let args be NULL in software_node_get_reference_args
acpi: property: Let args be NULL in __acpi_node_get_property_reference
serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() 
failed
MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
mips: Fix incorrect max_low_pfn adjustment
HID: wacom: Correct behavior when processing some confidence == false touches
x86/kvm: Do not try to disable kvmclock if it was not enabled
wifi: mwifiex: configure BSSID consistently when starting AP
wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
rootfs: Fix support for rootfstype= when root= is given
fbdev: flush deferred work in fb_deferred_io_fsync()
ALSA: oxygen: Fix right channel of capture volume mixer
usb: mon: Fix atomicity violation in mon_bin_vma_fault
usb: typec: class: fix typec_altmode_put_partner to put plugs
Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
usb: chipidea: wait controller resume finished for wakeup irq
Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
Revert "usb: dwc3: Soft reset phy on probe for host"
usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
binder: fix unused alloc->free_async_space
binder: fix race between mmput() and do_exit()
xen-netback: don't produce zero-size SKB frags
Revert "ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek"
Input: atkbd - use ab83 as id when skipping the getid command
binder: fix use-after-free in shinker's callback
binder: fix async space check for 0-sized buffers
of: unittest: Fix of_count_phandle_with_args() expected value message
of: Fix double free in of_parse_phandle_with_args_map
mmc: sdhci_omap: Fix TI SoC dependencies
clk: si5341: fix an error code problem in si5341_output_clk_set_rate
watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
watchdog: set cdev owner before adding
drivers: clk: zynqmp: calculate closest mux rate
gpu/drm/radeon: fix two memleaks in radeon_vm_init
drivers/amd/pm: fix a use-after-free in kv_parse_power_table
drm/amd/pm: fix a double-free in si_dpm_init
drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
media: dvbdev: drop refcount on error path in dvb_device_open()
media: cx231xx: fix a memleak in cx231xx_init_isoc
drm/bridge: tc358767: Fix return value on error case
drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
drm/radeon/dpm: fix a memleak in sumo_parse_power_table
drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
drm/drv: propagate errors from drm_modeset_register_all()
drm/msm/dsi: Use pm_runti

[Bug 2055072] [NEW] Focal update: v5.4.268 upstream stable release

2024-02-26 Thread Manuel Diewald
Public bug reported:


SRU Justification

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

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


Linux 5.4.268
arm64: dts: armada-3720-turris-mox: set irq type for RTC
perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
i2c: s3c24xx: fix transferring more than one message in polling mode
i2c: s3c24xx: fix read transfers in polling mode
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
kdb: Fix a potential buffer overflow in kdb_local()
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
ipvs: avoid stat macros calls from preemptible context
netfilter: nf_tables: skip dead set elements in netlink dump
net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
net: ravb: Fix dma_addr_t truncation in error case
net: phy: micrel: populate .soft_reset for KSZ9131
net: qualcomm: rmnet: fix global oob in rmnet_policy
s390/pci: fix max size calculation in zpci_memcpy_toio()
PCI: keystone: Fix race condition when initializing PHYs
nvmet-tcp: Fix the H2C expected PDU len calculation
serial: imx: Correct clock error message in function probe()
apparmor: avoid crash when parsed profile name is empty
perf env: Avoid recursively taking env->bpf_progs.lock
perf bpf: Decouple creating the evlist from adding the SB event
perf top: Move sb_evlist to 'struct perf_top'
perf record: Move sb_evlist to 'struct record'
perf env: Add perf_env__numa_node()
nvmet-tcp: fix a crash in nvmet_req_complete()
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
perf genelf: Set ELF program header addresses properly
software node: Let args be NULL in software_node_get_reference_args
acpi: property: Let args be NULL in __acpi_node_get_property_reference
serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() 
failed
MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
mips: Fix incorrect max_low_pfn adjustment
HID: wacom: Correct behavior when processing some confidence == false touches
x86/kvm: Do not try to disable kvmclock if it was not enabled
wifi: mwifiex: configure BSSID consistently when starting AP
wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code
rootfs: Fix support for rootfstype= when root= is given
fbdev: flush deferred work in fb_deferred_io_fsync()
ALSA: oxygen: Fix right channel of capture volume mixer
usb: mon: Fix atomicity violation in mon_bin_vma_fault
usb: typec: class: fix typec_altmode_put_partner to put plugs
Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
usb: chipidea: wait controller resume finished for wakeup irq
Revert "usb: dwc3: don't reset device side if dwc3 was configured as host-only"
Revert "usb: dwc3: Soft reset phy on probe for host"
usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
binder: fix unused alloc->free_async_space
binder: fix race between mmput() and do_exit()
xen-netback: don't produce zero-size SKB frags
Revert "ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek"
Input: atkbd - use ab83 as id when skipping the getid command
binder: fix use-after-free in shinker's callback
binder: fix async space check for 0-sized buffers
of: unittest: Fix of_count_phandle_with_args() expected value message
of: Fix double free in of_parse_phandle_with_args_map
mmc: sdhci_omap: Fix TI SoC dependencies
clk: si5341: fix an error code problem in si5341_output_clk_set_rate
watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
watchdog: set cdev owner before adding
drivers: clk: zynqmp: calculate closest mux rate
gpu/drm/radeon: fix two memleaks in radeon_vm_init
drivers/amd/pm: fix a use-after-free in kv_parse_power_table
drm/amd/pm: fix a double-free in si_dpm_init
drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
media: dvbdev: drop refcount on error path in dvb_device_open()
media: cx231xx: fix a memleak in cx231xx_init_isoc
drm/bridge: tc358767: Fix return value on error case
drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table
drm/radeon/dpm: fix a memleak in sumo_parse_power_table
drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()
drm/drv: propagate errors from drm_modeset_register_all()
drm/msm/dsi: Use pm_runti

[Bug 2055075] [NEW] Focal update: v5.4.268 upstream stable release

2024-02-26 Thread Manuel Diewald
runtime_resume_and_get() 
failed
acpi: property: Let args be NULL in __acpi_node_get_property_reference
software node: Let args be NULL in software_node_get_reference_args
perf genelf: Set ELF program header addresses properly
nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
nvmet-tcp: fix a crash in nvmet_req_complete()
perf env: Add perf_env__numa_node()
perf record: Move sb_evlist to 'struct record'
perf top: Move sb_evlist to 'struct perf_top'
perf bpf: Decouple creating the evlist from adding the SB event
perf env: Avoid recursively taking env->bpf_progs.lock
apparmor: avoid crash when parsed profile name is empty
serial: imx: Correct clock error message in function probe()
nvmet-tcp: Fix the H2C expected PDU len calculation
PCI: keystone: Fix race condition when initializing PHYs
s390/pci: fix max size calculation in zpci_memcpy_toio()
net: qualcomm: rmnet: fix global oob in rmnet_policy
net: phy: micrel: populate .soft_reset for KSZ9131
net: ravb: Fix dma_addr_t truncation in error case
net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
netfilter: nf_tables: skip dead set elements in netlink dump
ipvs: avoid stat macros calls from preemptible context
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
kdb: Fix a potential buffer overflow in kdb_local()
mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
i2c: s3c24xx: fix read transfers in polling mode
i2c: s3c24xx: fix transferring more than one message in polling mode
perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
arm64: dts: armada-3720-turris-mox: set irq type for RTC
Linux 5.4.268
UBUNTU: Upstream stable to v5.4.268

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

** Affects: linux (Ubuntu Focal)
 Importance: Medium
 Assignee: Manuel Diewald (diewald)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

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

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

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

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

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

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Manuel Diewald (diewald)

** Description changed:

  
  SRU Justification
  
  Impact:
 The upstream process for stable tree updates is quite similar
 in scope to the Ubuntu SRU process, e.g., each patch has to
 demonstrably fix a bug, and each patch is vetted by upstream
 by originating either directly from a mainline/stable Linux tree or
 a minimally backported form of that patch. The following upstream
 stable patches should be included in the Ubuntu kernel:
  
 v5.4.268 upstream stable release
 from git://git.kernel.org/
  
- 
+ f2fs: explicitly null-terminate the xattr list
+ pinctrl: lochnagar: Don't build on MIPS
+ ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
+ ASoC: Intel: Skylake: Fix mem leak in few functions
+ ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
+ ASoC: Intel: Skylake: mem leak in skl register function
+ ASoC: cs43130: Fix the position of const qualifier
+ ASoC: cs43130: Fix incorrect frame delay configuration
+ ASoC: rt5650: add mutex to avoid the jack detection failure
+ nouveau/tu102: flush all pdbs on vmm flush
+ net/tg3: fix race condition in tg3_reset_task()
+ ASoC: da7219: Support low DC impedance headset
+ nvme: introduce helper function to get ctrl state
+ drm/exynos: fix a potential error pointer dereference
+ drm/exynos: fix a wrong error checking
+ clk: rockchip: rk3128: Fix HCLK_OTG gate register
+ jbd2: correct the printing of write_flags in jbd2_write_superblock()
+ drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
+ neighbour: Don't let neigh_forced_gc() disable preemption for long
+ tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
+ tracing: Add size check when printing trace_marker output
+ ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
+ reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
+ Input: atkbd - skip ATKBD_CMD_GETID in translated mode
+ Input: i8042 - add nomux quirk for Acer P459-G2-M
+ s390/scm: fix virtual vs physical address confusion
+ ARC: fix spare error
+ Input: xpad - add Razer Wolverine V2 support
+ ARM: sun9i: smp: fix return code check of of_property_match_string
+ drm/crtc: fix uninitialized variable use
+ ACPI: resource: Add another DMI match for the TongFang GMxXGxx
+ binder: use EPOLLERR from eventpoll.h
+ binder: fix trivial typo of binder_free_buf_locked()
+ binder: fix comment on binder_alloc_new_buf() return value
+ uio:

[Bug 1971437] Re: linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume after suspend

2022-06-06 Thread Manuel Pégourié-Gonnard
After seeing the previous comment, I decided to try 5.18, so I installed
5.18.2 from the mainline ppa and it fixes the problem for me as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971437

Title:
  linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume
  after suspend

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971437] Re: linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume after suspend

2022-05-23 Thread Manuel Pégourié-Gonnard
I tried commit-bisecting the issue, but the build instructions are not
working for me.

However, I'd like to point out that there are only 15 commits between
5.14.20 (working for me) and 5.14.21 (not working for me).
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.14.y

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971437

Title:
  linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume
  after suspend

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958191] Re: [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-18 Thread Manuel Pégourié-Gonnard
I also experience flickering with Ubuntu 22.04's 5.15.0-27-generic
kernel, which goes away with i915.enable_dc=0 intel_idle.max_cstate=2,
and was not present with Ubuntu 20.04's latest 5.13 kernel.

Due to another bug affecting my machine, I'm now running the vanilla
5.14.20 kernel from the mainline-ppa. Out of curiosity, I tried removing
"i915.enable_dc=0 intel_idle.max_cstate=2" and I've been flicker-free
for several days now (I used to experience flickering a few times a day
initially).

So, either the problem is specific to Ubuntu kernels, or it was
introduced between 5.14 and 5.15.

Due to that other bug, and the fact the the flickering used to be
infrequent, I'm not sure I'll be able to version-bisect this issue, but
I'll give it a try if I can find the time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958191

Title:
  [i915] Screen flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971437] Re: linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume after suspend

2022-05-14 Thread Manuel Pégourié-Gonnard
I tried version-bisecting the issue using the mainline kernel ppa, as in
https://wiki.ubuntu.com/Kernel/KernelBisection#Version_bisecting_upstream_kernels

The last good version is 5.14.20.

The first bad version is 5.14.21.

Just to be sure this hasn't been fixed in the meantime, I tried 5.18-r6
and it's still bad.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971437

Title:
  linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume
  after suspend

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970426] Re: [i915] screen is flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-13 Thread Manuel Pégourié-Gonnard
*** This bug is a duplicate of bug 1958191 ***
https://bugs.launchpad.net/bugs/1958191

> Is there any reliable solution to this bug ?

It looks like the following is working for everyone so far:

1. Edit /etc/default/grub to add append i915.enable_dc=0 
intel_idle.max_cstate=2 to the contents of GRUB_CMDLINE_LINUX_DEFAULT (so, 
unless you've edited it before, the line looks like 
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_dc=0 
intel_idle.max_cstate=2")
2. sudo update-grub
3. reboot

I've been flicker-free ever since I've done that, while the flickering
was relatively frequent before that.

Alternatively, running a 5.13 kernel should work too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970426

Title:
  [i915] screen is flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971437] Re: linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume after suspend

2022-05-12 Thread Manuel Pégourié-Gonnard
Same here with my ThinkPad E460. Everything was working fine with 20.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971437

Title:
  linux-image-5.15.0-27-generic causes Thinkpad T460p to not resume
  after suspend

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970426] Re: [i915] screen is flickering in Ubuntu 22.04 (until i915.enable_dc=0 intel_idle.max_cstate=2 are added)

2022-05-12 Thread Manuel Pégourié-Gonnard
*** This bug is a duplicate of bug 1958191 ***
https://bugs.launchpad.net/bugs/1958191

Same here, after upgrading from 20.04 on my ThinkPad E460 which had been
working fine for years.

lshw | grep -A2 display

*-display
 description: VGA compatible controller
 product: Skylake GT2 [HD Graphics 520]
--
   *-display
description: Display controller
product: Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 
/ 530/535 / 620/625 Mobile]

uname -a

Linux siegel 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC
2022 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970426

Title:
  [i915] screen is flickering in Ubuntu 22.04 (until i915.enable_dc=0
  intel_idle.max_cstate=2 are added)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >