Skip to content

Commit b922b61

Browse files
committed
UBUNTU: Ubuntu-oracle-6.8.0-1027.28
Signed-off-by: Philip Cox <philip.cox@canonical.com>
1 parent fc23317 commit b922b61

File tree

2 files changed

+233
-6
lines changed

2 files changed

+233
-6
lines changed

debian.oracle/changelog

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

7-
-- Philip Cox <philip.cox@canonical.com> Mon, 26 May 2025 11:51:47 -0400
233+
-- Philip Cox <philip.cox@canonical.com> Mon, 26 May 2025 11:57:20 -0400
8234

9235
linux-oracle (6.8.0-1026.27) noble; urgency=medium
10236

debian.oracle/reconstruct

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

0 commit comments

Comments
 (0)