Skip to content

Commit 253fc23

Browse files
committed
[redhat] kernel-5.14.0-611.el9
Signed-off-by: Jarod Wilson <[email protected]>
1 parent a9b50ea commit 253fc23

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 7
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 610
15+
RHEL_RELEASE = 611
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
* Fri Aug 22 2025 Jarod Wilson <[email protected]> [5.14.0-611.el9]
2+
- HID: wacom: fix crash in wacom_aes_battery_handler() (Benjamin Tissoires) [RHEL-102058]
3+
- HID: wacom: fix kobject reference count leak (Benjamin Tissoires) [RHEL-102058]
4+
- HID: wacom: fix memory leak on sysfs attribute creation failure (Benjamin Tissoires) [RHEL-102058]
5+
- HID: wacom: fix memory leak on kobject creation failure (Benjamin Tissoires) [RHEL-102058]
6+
- HID: wacom: fix shift OOB in kfifo allocation for zero pktlen (Benjamin Tissoires) [RHEL-102058]
7+
- HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-102058]
8+
- HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-102058]
9+
- HID: wacom: Remove static WACOM_PKGLEN_MAX limit (Benjamin Tissoires) [RHEL-102058]
10+
- HID: Wacom: Add PCI Wacom device support (Benjamin Tissoires) [RHEL-102058]
11+
- HID: wacom: Status luminance properties should set brightness of all LEDs (Benjamin Tissoires) [RHEL-102058]
12+
- HID: wacom: Improve behavior of non-standard LED brightness values (Benjamin Tissoires) [RHEL-102058]
13+
- HID: wacom: fix when get product name maybe null pointer (Benjamin Tissoires) [RHEL-102058]
14+
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values (Benjamin Tissoires) [RHEL-102058]
15+
- HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set (Benjamin Tissoires) [RHEL-102058]
16+
- HID: wacom: Support devices with two touchrings (Benjamin Tissoires) [RHEL-102058]
17+
- HID: wacom: Add preliminary support for high-resolution wheel scrolling (Benjamin Tissoires) [RHEL-102058]
18+
- HID: wacom: Support touchrings with relative motion (Benjamin Tissoires) [RHEL-102058]
19+
- HID: wacom: Improve warning for tablets falling back to default resolution (Benjamin Tissoires) [RHEL-102058]
20+
- sched: Change nr_uninterruptible type to unsigned long (Phil Auld) [RHEL-107437]
21+
- sched/core: Fix migrate_swap() vs. hotplug (Phil Auld) [RHEL-107437]
22+
Resolves: RHEL-102058, RHEL-107437
23+
124
* Thu Aug 21 2025 Jarod Wilson <[email protected]> [5.14.0-610.el9]
225
- HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow (Benjamin Tissoires) [RHEL-65754]
326
- HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_object (Benjamin Tissoires) [RHEL-65754]

0 commit comments

Comments
 (0)