Skip to content

Commit cb0f5fc

Browse files
committed
UBUNTU: Ubuntu-6.8.0-62.65
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent e8be90e commit cb0f5fc

File tree

2 files changed

+266
-5
lines changed

2 files changed

+266
-5
lines changed

debian.master/changelog

Lines changed: 265 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,270 @@
1-
linux (6.8.0-62.65) UNRELEASED; urgency=medium
1+
linux (6.8.0-62.65) noble; urgency=medium
2+
3+
* noble/linux: 6.8.0-62.65 -proposed tracker (LP: #2110737)
4+
5+
* Rotate the Canonical Livepatch key (LP: #2111244)
6+
- [Config] Prepare for Canonical Livepatch key rotation
7+
8+
* KVM bug causes Firecracker crash when it runs the vCPU for the first time
9+
(LP: #2109859)
10+
- vhost: return task creation error instead of NULL
11+
- kvm: retry nx_huge_page_recovery_thread creation
12+
13+
* CVE-2025-2312 cifs.upcall could access incorrect kerberos credentials cache
14+
(LP: #2099914) // CVE-2025-2312
15+
- CIFS: New mount option for cifs.upcall namespace resolution
16+
17+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640)
18+
- ASoC: wm8994: Add depends on MFD core
19+
- ASoC: samsung: Add missing selects for MFD_WM8994
20+
- seccomp: Stub for !CONFIG_SECCOMP
21+
- scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
22+
- of/unittest: Add test that of_address_to_resource() fails on non-
23+
translatable address
24+
- irqchip/sunxi-nmi: Add missing SKIP_WAKE flag
25+
- hwmon: (drivetemp) Set scsi command timeout to 10s
26+
- ASoC: samsung: Add missing depends on I2C
27+
- ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
28+
- Revert "libfs: fix infinite directory reads for offset dir"
29+
- libfs: Replace simple_offset end-of-directory detection
30+
- Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
31+
- ALSA: usb-audio: Add delay quirk for USB Audio Device
32+
- Input: xpad - add support for Nacon Pro Compact
33+
- Input: atkbd - map F23 key to support default copilot shortcut
34+
- Input: xpad - add unofficial Xbox 360 wireless receiver clone
35+
- Input: xpad - add QH Electronics VID/PID
36+
- Input: xpad - improve name of 8BitDo controller 2dc8:3106
37+
- Input: xpad - add support for Nacon Evol-X Xbox One Controller
38+
- Input: xpad - add support for wooting two he (arm)
39+
- ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK
40+
- ASoC: cs42l43: Add codec force suspend/resume ops
41+
- ALSA: hda/realtek: Fix volume adjustment issue on Lenovo ThinkBook 16P Gen5
42+
- libfs: Return ENOSPC when the directory offset range is exhausted
43+
- Revert "libfs: Add simple_offset_empty()"
44+
- libfs: Use d_children list to iterate simple_offset directories
45+
- wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
46+
- HID: wacom: Initialize brightness of LED trigger
47+
- Upstream stable to v6.6.75, v6.12.12
48+
49+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
50+
CVE-2025-21689
51+
- USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
52+
53+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
54+
CVE-2025-21690
55+
- scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
56+
57+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
58+
CVE-2025-21691
59+
- cachestat: fix page cache statistics permission checking
60+
61+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
62+
CVE-2025-21692
63+
- net: sched: fix ets qdisc OOB Indexing
64+
65+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
66+
CVE-2025-21699
67+
- gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
68+
69+
* Noble update: upstream stable patchset 2025-04-29 (LP: #2109640) //
70+
CVE-2024-50157
71+
- RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
72+
73+
* rtw89: Support hardware rfkill (LP: #2077384)
74+
- wifi: rtw89: add support for hardware rfkill
75+
76+
* Introduce configfs-based interface for gpio-aggregator (LP: #2103496)
77+
- gpio: introduce utilities for synchronous fake device creation
78+
- bitmap: Define a cleanup function for bitmaps
79+
- gpio: aggregator: simplify aggr_parse() with scoped bitmap
80+
- gpio: aggregator: protect driver attr handlers against module unload
81+
- gpio: aggregator: reorder functions to prepare for configfs introduction
82+
- gpio: aggregator: unify function naming
83+
- gpio: aggregator: add gpio_aggregator_{alloc, free}()
84+
- gpio: aggregator: introduce basic configfs interface
85+
- [Config] Enable DEV_SYNC_PROBE as module
86+
- SAUCE: gpio: aggregator: Fix error code in gpio_aggregator_activate()
87+
- gpio: aggregator: rename 'name' to 'key' in gpio_aggregator_parse()
88+
- gpio: aggregator: expose aggregator created via legacy sysfs to configfs
89+
- SAUCE: gpio: aggregator: fix "_sysfs" prefix check in
90+
gpio_aggregator_make_group()
91+
- SAUCE: gpio: aggregator: Fix gpio_aggregator_line_alloc() checking
92+
- SAUCE: gpio: aggregator: Return an error if there are no GPIOs in
93+
gpio_aggregator_parse()
94+
- SAUCE: gpio: aggregator: Fix leak in gpio_aggregator_parse()
95+
- gpio: aggregator: cancel deferred probe for devices created via configfs
96+
- Documentation: gpio: document configfs interface for gpio-aggregator
97+
- selftests: gpio: add test cases for gpio-aggregator
98+
- SAUCE: selftests: gpio: gpio-aggregator: add a test case for _sysfs prefix
99+
reservation
100+
101+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449)
102+
- net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()
103+
- net: add exit_batch_rtnl() method
104+
- gtp: use exit_batch_rtnl() method
105+
- gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp().
106+
- gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().
107+
- nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
108+
- net: xilinx: axienet: Fix IRQ coalescing packet count overflow
109+
- net/mlx5: Fix RDMA TX steering prio
110+
- net/mlx5e: Rely on reqid in IPsec tunnel mode
111+
- net/mlx5e: Always start IPsec sequence number from 1
112+
- drm/vmwgfx: Add new keep_resv BO param
113+
- drm/v3d: Assign job pointer to NULL before signaling the fence
114+
- soc: ti: pruss: Fix pruss APIs
115+
- hwmon: (tmp513) Fix division of negative numbers
116+
- i2c: mux: demux-pinctrl: check initial mux selection, too
117+
- i2c: rcar: fix NACK handling when being a target
118+
- hfs: Sanity check the root record
119+
- fs: fix missing declaration of init_files
120+
- kheaders: Ignore silly-rename files
121+
- cachefiles: Parse the "secctx" immediately
122+
- scsi: ufs: core: Honor runtime/system PM levels if set by host controller
123+
drivers
124+
- selftests: tc-testing: reduce rshift value
125+
- ACPI: resource: acpi_dev_irq_override(): Check DMI match last
126+
- poll_wait: add mb() to fix theoretical race between waitqueue_active() and
127+
.poll()
128+
- RDMA/bnxt_re: Fix to export port num to ib_query_qp
129+
- nvmet: propagate npwg topology
130+
- ALSA: hda/realtek: Add support for Ayaneo System using CS35L41 HDA
131+
- i2c: atr: Fix client detach
132+
- mptcp: be sure to send ack when mptcp-level window re-opens
133+
- mptcp: fix spurious wake-up on under memory pressure
134+
- selftests: mptcp: avoid spurious errors on disconnect
135+
- net: ethernet: xgbe: re-add aneg to supported features in PHY quirks
136+
- vsock/virtio: cancel close work in the destructor
137+
- vsock: reset socket state when de-assigning the transport
138+
- nouveau/fence: handle cross device fences properly
139+
- irqchip: Plug a OF node reference leak in platform_irqchip_probe()
140+
- irqchip/gic-v3: Handle CPU_PM_ENTER_FAILED correctly
141+
- drm/i915/fb: Relax clear color alignment to 64 bytes
142+
- drm/amdgpu: always sync the GFX pipe on ctx switch
143+
- ocfs2: fix deadlock in ocfs2_get_system_file_inode
144+
- nfsd: add list_head nf_gc to struct nfsd_file
145+
- x86/xen: fix SLS mitigation in xen_hypercall_iret()
146+
- efi/zboot: Limit compression options to GZIP and ZSTD
147+
- [Config] updateconfigs for HAVE_KERNEL_(LZ4|LZMA|LZO|XZ)
148+
- net: ravb: Fix max TX frame size for RZ/V2M
149+
- net/mlx5: SF, Fix add port error handling
150+
- drm/vmwgfx: Unreserve BO on error
151+
- i2c: testunit: on errors, repeat NACK until STOP
152+
- hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST
153+
- fs/qnx6: Fix building with GCC 15
154+
- gpio: sim: lock up configfs that an instantiated device depends on
155+
- gpio: sim: lock hog configfs items if present
156+
- platform/x86: ISST: Add Clearwater Forest to support list
157+
- drm/nouveau/disp: Fix missing backlight control on Macbook 5,1
158+
- net/ncsi: fix locking in Get MAC Address handling
159+
- drm/amd/display: Do not elevate mem_type change to full update
160+
- drm/xe: Mark ComputeCS read mode as UC on iGPU
161+
- drm/amdgpu/smu13: update powersave optimizations
162+
- drm/amdgpu: fix fw attestation for MP0_14_0_{2/3}
163+
- drm/amdgpu: disable gfxoff with the compute workload on gfx12
164+
- drm/amd/display: Fix PSR-SU not support but still call the
165+
amdgpu_dm_psr_enable
166+
- Upstream stable to v6.6.73, v6.6.74, v6.12.11
167+
168+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
169+
CVE-2025-21672
170+
- afs: Fix merge preference rule failure condition
171+
172+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
173+
CVE-2025-21682
174+
- eth: bnxt: always recalculate features after XDP clearing, fix null-deref
175+
176+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
177+
CVE-2024-53124
178+
- net: fix data-races around sk->sk_forward_alloc
179+
180+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
181+
CVE-2024-57924
182+
- fs: relax assertions on failure to encode file handles
183+
184+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
185+
CVE-2024-57951
186+
- hrtimers: Handle CPU state correctly on hotplug
187+
188+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
189+
CVE-2024-57949
190+
- irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity()
191+
192+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
193+
CVE-2025-21668
194+
- pmdomain: imx8mp-blk-ctrl: add missing loop break condition
195+
196+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
197+
CVE-2025-21684
198+
- gpio: xilinx: Convert gpio_lock to raw spinlock
199+
200+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
201+
CVE-2025-21694
202+
- fs/proc: fix softlockup in __read_vmcore (part 2)
203+
204+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
205+
CVE-2025-21665
206+
- filemap: avoid truncating 64-bit offset to 32 bits
207+
208+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
209+
CVE-2025-21666
210+
- vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
211+
212+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
213+
CVE-2025-21669
214+
- vsock/virtio: discard packets if the transport changes
215+
216+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
217+
CVE-2025-21670
218+
- vsock/bpf: return early if transport is not assigned
219+
220+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
221+
CVE-2025-21667
222+
- iomap: avoid avoid truncating 64-bit offset to 32 bits
223+
224+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
225+
CVE-2024-57948
226+
- mac802154: check local interfaces before deleting sdata list
227+
228+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
229+
CVE-2025-21673
230+
- smb: client: fix double free of TCP_Server_Info::hostname
231+
232+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
233+
CVE-2025-21697
234+
- drm/v3d: Ensure job pointer is set to NULL after job completion
235+
236+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
237+
CVE-2025-21674
238+
- net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel
239+
240+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
241+
CVE-2025-21675
242+
- net/mlx5: Clear port select structure when fail to create
243+
244+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
245+
CVE-2025-21676
246+
- net: fec: handle page_pool_dev_alloc_pages error
247+
248+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
249+
CVE-2025-21678
250+
- gtp: Destroy device along with udp socket's netns dismantle.
251+
252+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
253+
CVE-2025-21680
254+
- pktgen: Avoid out-of-bounds access in get_imix_entries
255+
256+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
257+
CVE-2025-21681
258+
- openvswitch: fix lockup on tx to unregistering netdev with carrier
259+
260+
* Noble update: upstream stable patchset 2025-04-16 (LP: #2107449) //
261+
CVE-2025-21683
262+
- bpf: Fix bpf_sk_select_reuseport() memory leak
2263

3-
CHANGELOG: Do not edit directly. Autogenerated at release.
4-
CHANGELOG: Use the printchanges target to see the curent changes.
5-
CHANGELOG: Use the insertchanges target to create the final log.
264+
* Packaging resync (LP: #1786013)
265+
- [Packaging] update annotations scripts
6266

7-
-- Stefan Bader <stefan.bader@canonical.com> Mon, 19 May 2025 11:20:54 +0200
267+
-- Stefan Bader <stefan.bader@canonical.com> Mon, 19 May 2025 12:55:33 +0200
8268

9269
linux (6.8.0-60.63) noble; urgency=medium
10270

debian.master/reconstruct

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ chmod +x 'debian/tests-build/check-aliases'
3333
chmod +x 'debian/tests/rebuild'
3434
chmod +x 'debian/tests/ubuntu-regression-suite'
3535
chmod +x 'drivers/watchdog/f71808e_wdt.c'
36+
chmod +x 'tools/testing/selftests/gpio/gpio-aggregator.sh'
3637
chmod +x 'tools/testing/selftests/net/ipv6_route_update_soft_lockup.sh'
3738
# Remove any files deleted from the orig.
3839
rm -f 'arch/arm/kernel/pj4-cp0.c'

0 commit comments

Comments
 (0)