Skip to content

Commit 50b1f6c

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-281.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent d9bc9e8 commit 50b1f6c

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-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 = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 280
15+
RHEL_RELEASE = 281
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
* Wed Feb 22 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-281.el9]
2+
- virtio_console: break out of buf poll on remove (Michael S. Tsirkin) [1786239]
3+
- cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP mode (David Arcari) [2170574]
4+
- net: mana: Fix accessing freed irq affinity_hint (Emanuele Giuseppe Esposito) [2168970]
5+
- net: mana: Assign interrupts to CPUs based on NUMA nodes (Emanuele Giuseppe Esposito) [2168970]
6+
- be2net: Fix buffer overflow in be_get_module_eeprom (Izabela Bakollari) [2167725]
7+
- nfsd: don't destroy global nfs4_file table in per-net shutdown (Jeffrey Layton) [2169017]
8+
- x86/module: Fix the paravirt vs alternative order (Waiman Long) [2170197]
9+
- dt-bindings: dmaengine: Add compatible for Tegra234 (d.marlin) [2129115]
10+
- dt-bindings: dmaengine: Add doc for tegra gpcdma (d.marlin) [2129115]
11+
- icmp: Add counters for rate limits (Jamie Bainbridge) [2155801]
12+
- Revert "ethernet: Remove vf rate limit check for drivers" (Ken Cox) [2168599]
13+
- selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking (Hangbin Liu) [RHEL-221]
14+
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs (Hangbin Liu) [RHEL-221]
15+
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided (Hangbin Liu) [RHEL-221]
16+
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning (Hangbin Liu) [RHEL-221]
17+
- igb: Initialize mailbox message for VF reset (Corinna Vinschen) [2104469]
18+
- igb: Allocate MSI-X vector when testing (Corinna Vinschen) [2104469]
19+
- igb: Proactively round up to kmalloc bucket size (Corinna Vinschen) [2104469]
20+
- igb: Do not free q_vector unless new one was allocated (Corinna Vinschen) [2104469]
21+
- ptp: introduce helpers to adjust by scaled parts per million (Corinna Vinschen) [2104469]
22+
- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Corinna Vinschen) [2104469]
23+
- net: ethernet: move from strlcpy with unused retval to strscpy (Corinna Vinschen) [2104469]
24+
- igb: convert .adjfreq to .adjfine (Corinna Vinschen) [2104469]
25+
- igb: add xdp frags support to ndo_xdp_xmit (Corinna Vinschen) [2104469]
26+
- dt-bindings: serial: Document Tegra234 TCU (d.marlin) [2122413]
27+
- dt-bindings: serial: 8250: Document Tegra234 UART (d.marlin) [2122413]
28+
- dt-bindings: serial: tegra-tcu: Convert to json-schema (d.marlin) [2122413]
29+
- ipv6: Remove extra counter pull before gc (Hangbin Liu) [2161118]
30+
- ipv6: remove max_size check inline with ipv4 (Hangbin Liu) [2161118]
31+
- redhat/configs: enable coresight driver for nvidia/grace (Mark Salter) [2128086]
32+
- perf: arm_cspmu: Fix module cyclic dependency (Mark Salter) [2128086]
33+
- perf: arm_cspmu: Fix build failure on x86_64 (Mark Salter) [2128086]
34+
- perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()s (Mark Salter) [2128086]
35+
- perf: arm_cspmu: Add support for NVIDIA SCF and MCF attribute (Mark Salter) [2128086]
36+
- perf: arm_cspmu: Add support for ARM CoreSight PMU driver (Mark Salter) [2128086]
37+
- redhat: add support for Jira issues in changelog (Herton R. Krzesinski) [RHEL-186]
38+
- ice: fix handling of burst Tx timestamps (Petr Oros) [2161201]
39+
- ice: synchronize the misc IRQ when tearing down Tx tracker (Petr Oros) [2161204]
40+
- ice: Add low latency Tx timestamp read (Petr Oros) [2161204]
41+
- ice: introduce ice_ptp_reset_cached_phctime function (Petr Oros) [2161204]
42+
- ice: re-arrange some static functions in ice_ptp.c (Petr Oros) [2161204]
43+
- ice: track and warn when PHC update is late (Petr Oros) [2161204]
44+
- ice: track Tx timestamp stats similar to other Intel drivers (Petr Oros) [2161204]
45+
- net-sysfs: add check for netdevice being present to speed_show (Beniamino Galvani) [2148349]
46+
- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu (Ricardo Robaina) [2152931] {CVE-2022-3564}
47+
- proc: proc_skip_spaces() shouldn't think it is working on C strings (Wander Lairson Costa) [2152581] {CVE-2022-4378}
48+
- proc: avoid integer type confusion in get_proc_long (Wander Lairson Costa) [2152581] {CVE-2022-4378}
49+
- xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses() (Izabela Bakollari) [2118313] {CVE-2022-33743}
50+
Resolves: rhbz#1786239, rhbz#2170574, rhbz#2168970, rhbz#2167725, rhbz#2169017, rhbz#2170197, rhbz#2129115, rhbz#2155801, rhbz#2168599, rhbz#2104469, rhbz#2122413, rhbz#2161118, rhbz#2128086, rhbz#2161201, rhbz#2161204, rhbz#2148349, rhbz#2152931, rhbz#2152581, rhbz#2118313, RHEL-221, RHEL-186
51+
152
* Tue Feb 21 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-280.el9]
253
- redhat/configs: enable neoverse and cortex errata (Jeremy Linton) [2055405]
354
- coresight: syscfg: Update load and unload operations (Jeremy Linton) [2055405]

0 commit comments

Comments
 (0)