Skip to content

Commit 3a057a7

Browse files
committed
UBUNTU: Ubuntu-aws-6.8.0-1030.32
Signed-off-by: Philip Cox <philip.cox@canonical.com>
1 parent dfd1578 commit 3a057a7

File tree

2 files changed

+236
-6
lines changed

2 files changed

+236
-6
lines changed

debian.aws/changelog

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

7-
-- Philip Cox <philip.cox@canonical.com> Wed, 28 May 2025 12:28:49 -0400
236+
-- Philip Cox <philip.cox@canonical.com> Wed, 28 May 2025 12:34:22 -0400
8237

9238
linux-aws (6.8.0-1029.31) noble; urgency=medium
10239

debian.aws/reconstruct

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

0 commit comments

Comments
 (0)