Skip to content

Commit 605a59a

Browse files
committed
[redhat] kernel-5.14.0-286.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 894e8fa commit 605a59a

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-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 = 3
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 285
15+
RHEL_RELEASE = 286
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
* Wed Mar 08 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-286.el9]
2+
- x86/cpu: Add CPU model numbers for Meteor Lake (David Arcari) [2153937]
3+
- l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() (Guillaume Nault) [2175696]
4+
- clocksource: hyper-v: Add TSC page support for root partition (Mohammed Gamal) [2172441]
5+
- clocksource: hyper-v: Use TSC PFN getter to map vvar page (Mohammed Gamal) [2172441]
6+
- clocksource: hyper-v: Introduce TSC PFN getter (Mohammed Gamal) [2172441]
7+
- clocksource: hyper-v: Introduce a pointer to TSC page (Mohammed Gamal) [2172441]
8+
- watchdog: diag288_wdt: fix __diag288() inline assembly (Tobias Huschle) [2171362]
9+
- watchdog: diag288_wdt: do not use stack buffers for hardware data (Tobias Huschle) [2171362]
10+
- NFSD: fix use-after-free in __nfs42_ssc_open() (Jeffrey Layton) [2152816] {CVE-2022-4379}
11+
- NFSD enforce filehandle check for source file in COPY (Jeffrey Layton) [2152816]
12+
- cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all() (Torez Smith) [2166988]
13+
- powerpc/powernv: Get L1D flush requirements from device-tree (Torez Smith) [2166988]
14+
- x86/speculation/srbds: Do not try to turn mitigation off when not supported (Torez Smith) [2166988]
15+
- powerpc/watchdog: help remote CPUs to flush NMI printk output (Torez Smith) [2166988]
16+
- powerpc/watchdog: Fix wd_smp_last_reset_tb reporting (Torez Smith) [2166988]
17+
- powerpc/watchdog: read TB close to where it is used (Torez Smith) [2166988]
18+
- powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi (Torez Smith) [2166988]
19+
- powerpc/watchdog: tighten non-atomic read-modify-write access (Torez Smith) [2166988]
20+
- powerpc/watchdog: Fix missed watchdog reset due to memory ordering race (Torez Smith) [2166988]
21+
- powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushes (Torez Smith) [2166988]
22+
- powerpc/vas: Fix potential NULL pointer dereference (Torez Smith) [2166988]
23+
- serial: 8250_dw: drop bogus uartclk optimisation (Torez Smith) [2166988]
24+
- serial: 8250: fix racy uartclk update (Torez Smith) [2166988]
25+
- serial: 8250_lpss: Enable PSE UART Auto Flow Control (Torez Smith) [2166988]
26+
- serial: 8250_dw: Fix the trivial typo in the comment (Torez Smith) [2166988]
27+
- serial: 8250_dw: Re-use temporary variable for of_node (Torez Smith) [2166988]
28+
- serial: 8250_dw: Drop wrong use of ACPI_PTR() (Torez Smith) [2166988]
29+
- powerpc/iommu: Report the correct most efficient DMA mask for PCI devices (Torez Smith) [2166988]
30+
- ABI: sysfs-devices-removable: make a table valid as ReST markup (Torez Smith) [2166988]
31+
- x86/mce: Avoid infinite loop for copy from user recovery (Torez Smith) [2166988]
32+
- x86/platform: Increase maximum GPIO number for X86_64 (Torez Smith) [2166988]
33+
- powerpc/pseries/vas: Declare pseries_vas_fault_thread_fn() as static (Torez Smith) [2166988]
34+
- cpufreq: powernv: Fix init_chip_info initialization in numa=off (Torez Smith) [2166988]
35+
- counter: Rename counter_count_function to counter_function (Torez Smith) [2166988]
36+
- counter: Rename counter_signal_value to counter_signal_level (Torez Smith) [2166988]
37+
- counter: Standardize to ERANGE for limit exceeded errors (Torez Smith) [2166988]
38+
- powerpc/stacktrace: Include linux/delay.h (Torez Smith) [2166988]
39+
- redhat: change default dist suffix for RHEL 9.2 (Herton R. Krzesinski)
40+
- redhat: enable zstream release numbering for rhel 9.2 (Herton R. Krzesinski)
41+
- kernel.spec: make rhel depend on systemd-boot-unsigned (Herton R. Krzesinski) [2174371]
42+
- NFSv4/pNFS: Always return layout stats on layout return for flexfiles (Benjamin Coddington) [2154879]
43+
- NFSv4: Fix a potential state reclaim deadlock (Benjamin Coddington) [2154879]
44+
- NFSv4.1: Handle RECLAIM_COMPLETE trunking errors (Benjamin Coddington) [2154879]
45+
- NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot (Benjamin Coddington) [2154879]
46+
- SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed (Benjamin Coddington) [2154879]
47+
- NFSv4.2: Fixup CLONE dest file size for zero-length count (Benjamin Coddington) [2154879]
48+
- nfs4: Fix kmemleak when allocate slot failed (Benjamin Coddington) [2154879]
49+
- NFSD: Fix reads with a non-zero offset that don't end on a page boundary (Benjamin Coddington) [2154879]
50+
- NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding (Benjamin Coddington) [2154879]
51+
- NFSv4.2: Always decode the security label (Benjamin Coddington) [2154879]
52+
- NFSv4.2: Fix a memory stomp in decode_attr_security_label (Benjamin Coddington) [2154879]
53+
- NFSv4.2: Fix initialisation of struct nfs4_label (Benjamin Coddington) [2154879]
54+
- NFSv4: Fix a credential leak in _nfs4_discover_trunking() (Benjamin Coddington) [2154879]
55+
- NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn (Benjamin Coddington) [2154879]
56+
- NFS: Fix an Oops in nfs_d_automount() (Benjamin Coddington) [2154879]
57+
- NFSD: Finish converting the NFSv2 GETACL result encoder (Benjamin Coddington) [2154879]
58+
- NFSD: Finish converting the NFSv3 GETACL result encoder (Benjamin Coddington) [2154879]
59+
- xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() (Benjamin Coddington) [2154879]
60+
- SUNRPC: Fix missing release socket in rpc_sockname() (Benjamin Coddington) [2154879]
61+
- NFSv4.x: Fail client initialisation if state manager thread can't run (Benjamin Coddington) [2154879]
62+
- lockd: set other missing fields when unlocking files (Benjamin Coddington) [2154879]
63+
- SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails (Benjamin Coddington) [2154879]
64+
- SUNRPC: ensure the matching upcall is in-flight upon downcall (Benjamin Coddington) [2154879]
65+
- NLM: Defend against file_lock changes after vfs_test_lock() (Benjamin Coddington) [2154879]
66+
- NFS: Judge the file access cache's timestamp in rcu path (Benjamin Coddington) [2154879]
67+
- NFS: Trigger the "ls -l" readdir heuristic sooner (Benjamin Coddington) [2154879]
68+
- NFS: Clear the file access cache upon login (Benjamin Coddington) [2154879]
69+
- NFSv4: Retry LOCK on OLD_STATEID during delegation return (Benjamin Coddington) [2154879]
70+
Resolves: rhbz#2153937, rhbz#2171362, rhbz#2172441, rhbz#2175696
71+
172
* Tue Mar 07 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-285.el9]
273
- redhat: Add kernel-rt configs (Juri Lelli) [2171995]
374
- redhat: Build aarch64 kernel-rt (Juri Lelli) [2171995]

0 commit comments

Comments
 (0)