Skip to content

Commit 0d5453b

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-266.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 1934252 commit 0d5453b

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 = 265
15+
RHEL_RELEASE = 266
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+
* Mon Feb 13 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-266.el9]
2+
- crypto: jitter - consider 32 LSB for APT (Vladis Dronov) [2164067]
3+
- xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices (Torez Smith) [2130063 2139486]
4+
- thunderbolt: Explicitly enable lane adapter hotplug events at startup (Torez Smith) [2130063 2139486]
5+
- net: gso: fix panic on frag_list with mixed head alloc types (Jiri Benc) [2166641]
6+
- docs: networking: Fix bridge documentation URL (Ivan Vecera) [2149448]
7+
- vfio: Extend the device migration protocol with PRE_COPY (Alex Williamson) [2165989]
8+
- vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries (Alex Williamson) [2165989]
9+
- vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps (Alex Williamson) [2165989]
10+
- vfio: Introduce the DMA logging feature support (Alex Williamson) [2165989]
11+
- vfio: Add an IOVA bitmap support (Alex Williamson) [2165989]
12+
- vfio: Introduce DMA logging uAPIs (Alex Williamson) [2165989]
13+
- selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload (Hangbin Liu) [2161904]
14+
- selftests: netfilter: Fix and review rpath.sh (Hangbin Liu) [2161904]
15+
- Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" (Hangbin Liu) [2161893]
16+
- xfrm: fix MTU regression (Hangbin Liu) [2161893]
17+
- ipv6: fix reachability confirmation with proxy_ndp (Hangbin Liu) [2161893]
18+
- ipv6: avoid use-after-free in ip6_fragment() (Hangbin Liu) [2161893]
19+
- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Hangbin Liu) [2161893]
20+
- ipv6: fix WARNING in ip6_route_net_exit_late() (Hangbin Liu) [2161893]
21+
- ipv6: ensure sane device mtu in tunnels (Hangbin Liu) [2161893]
22+
- userfaultfd: update documentation to describe /dev/userfaultfd (Peter Xu) [2158706]
23+
- userfaultfd: add /dev/userfaultfd for fine grained access control (Peter Xu) [2158706]
24+
- futex: Resend potentially swallowed owner death notification (Rafael Aquini) [2161817]
25+
- iavf: schedule watchdog immediately when changing primary MAC (Stefan Assmann) [2163707]
26+
- iavf: Move netdev_update_features() into watchdog task (Stefan Assmann) [2163707]
27+
- iavf: fix temporary deadlock and failure to set MAC address (Stefan Assmann) [2163707]
28+
- perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table (Michael Petlan) [2154045]
29+
- perf/x86/uncore: Add a quirk for UPI on SPR (Michael Petlan) [2154045]
30+
- perf/x86/uncore: Ignore broken units in discovery table (Michael Petlan) [2154045]
31+
- perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name (Michael Petlan) [2154045]
32+
- perf/x86/uncore: Factor out uncore_device_to_die() (Michael Petlan) [2154045]
33+
- perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box() (Michael Petlan) [2154045]
34+
- perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map() (Michael Petlan) [2154045]
35+
- perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox() (Michael Petlan) [2154045]
36+
- perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology() (Michael Petlan) [2154045]
37+
- perf/x86/intel/uncore: Make set_mapping() procedure void (Michael Petlan) [2154045]
38+
- perf/x86/intel/uncore: Update sysfs-devices-mapping file (Michael Petlan) [2154045]
39+
- perf/x86/intel/uncore: Enable UPI topology discovery for Sapphire Rapids (Michael Petlan) [2154045]
40+
- perf/x86/intel/uncore: Enable UPI topology discovery for Icelake Server (Michael Petlan) [2154045]
41+
- perf/x86/intel/uncore: Get UPI NodeID and GroupID (Michael Petlan) [2154045]
42+
- perf/x86/intel/uncore: Enable UPI topology discovery for Skylake Server (Michael Petlan) [2154045]
43+
- perf/x86/intel/uncore: Generalize get_topology() for SKX PMUs (Michael Petlan) [2154045]
44+
- perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D (Michael Petlan) [2154045]
45+
- perf/x86/intel/uncore: Clear attr_update properly (Michael Petlan) [2154045]
46+
- perf/x86/intel/uncore: Introduce UPI topology type (Michael Petlan) [2154045]
47+
- perf/x86/intel/uncore: Generalize IIO topology support (Michael Petlan) [2154045]
48+
- perf vendor events power10: Fix hv-24x7 metric events (Mamatha Inamdar) [2149193]
49+
- Add taint flag for partner supported GPL modules (Alice Mitchell) [2038999]
50+
Resolves: rhbz#2164067, rhbz#2130063, rhbz#2139486, rhbz#2166641, rhbz#2149448, rhbz#2165989, rhbz#2161904, rhbz#2161893, rhbz#2158706, rhbz#2161817, rhbz#2163707, rhbz#2154045, rhbz#2149193, rhbz#2038999
51+
152
* Thu Feb 09 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-265.el9]
253
- CI: Add pipelines for kernel-64k variant for RHEL (Veronika Kabatova)
354
- CI: Enable pipelines for 64k variant (Veronika Kabatova)

0 commit comments

Comments
 (0)