diff --git a/Makefile.rhelver b/Makefile.rhelver index e75d8ae..dc3f546 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 265 +RHEL_RELEASE = 266 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 7e61fb7..e5ac048 100755 --- a/kernel.spec +++ b/kernel.spec @@ -143,15 +143,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 265 +%define pkgrelease 266 %define kversion 5 -%define tarfile_release 5.14.0-265.el9 +%define tarfile_release 5.14.0-266.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 265%{?buildid}%{?dist} +%define specrelease 266%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-265.el9 +%define kabiversion 5.14.0-266.el9 # # End of genspec.sh variables @@ -3208,6 +3208,56 @@ fi # # %changelog +* Mon Feb 13 2023 Herton R. Krzesinski [5.14.0-266.el9] +- crypto: jitter - consider 32 LSB for APT (Vladis Dronov) [2164067] +- xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices (Torez Smith) [2130063 2139486] +- thunderbolt: Explicitly enable lane adapter hotplug events at startup (Torez Smith) [2130063 2139486] +- net: gso: fix panic on frag_list with mixed head alloc types (Jiri Benc) [2166641] +- docs: networking: Fix bridge documentation URL (Ivan Vecera) [2149448] +- vfio: Extend the device migration protocol with PRE_COPY (Alex Williamson) [2165989] +- vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries (Alex Williamson) [2165989] +- vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps (Alex Williamson) [2165989] +- vfio: Introduce the DMA logging feature support (Alex Williamson) [2165989] +- vfio: Add an IOVA bitmap support (Alex Williamson) [2165989] +- vfio: Introduce DMA logging uAPIs (Alex Williamson) [2165989] +- selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload (Hangbin Liu) [2161904] +- selftests: netfilter: Fix and review rpath.sh (Hangbin Liu) [2161904] +- Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" (Hangbin Liu) [2161893] +- xfrm: fix MTU regression (Hangbin Liu) [2161893] +- ipv6: fix reachability confirmation with proxy_ndp (Hangbin Liu) [2161893] +- ipv6: avoid use-after-free in ip6_fragment() (Hangbin Liu) [2161893] +- ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network (Hangbin Liu) [2161893] +- ipv6: fix WARNING in ip6_route_net_exit_late() (Hangbin Liu) [2161893] +- ipv6: ensure sane device mtu in tunnels (Hangbin Liu) [2161893] +- userfaultfd: update documentation to describe /dev/userfaultfd (Peter Xu) [2158706] +- userfaultfd: add /dev/userfaultfd for fine grained access control (Peter Xu) [2158706] +- futex: Resend potentially swallowed owner death notification (Rafael Aquini) [2161817] +- iavf: schedule watchdog immediately when changing primary MAC (Stefan Assmann) [2163707] +- iavf: Move netdev_update_features() into watchdog task (Stefan Assmann) [2163707] +- iavf: fix temporary deadlock and failure to set MAC address (Stefan Assmann) [2163707] +- perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery table (Michael Petlan) [2154045] +- perf/x86/uncore: Add a quirk for UPI on SPR (Michael Petlan) [2154045] +- perf/x86/uncore: Ignore broken units in discovery table (Michael Petlan) [2154045] +- perf/x86/uncore: Fix potential NULL pointer in uncore_get_alias_name (Michael Petlan) [2154045] +- perf/x86/uncore: Factor out uncore_device_to_die() (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box() (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map() (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox() (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology() (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Make set_mapping() procedure void (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Update sysfs-devices-mapping file (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Enable UPI topology discovery for Sapphire Rapids (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Enable UPI topology discovery for Icelake Server (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Get UPI NodeID and GroupID (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Enable UPI topology discovery for Skylake Server (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Generalize get_topology() for SKX PMUs (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-D (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Clear attr_update properly (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Introduce UPI topology type (Michael Petlan) [2154045] +- perf/x86/intel/uncore: Generalize IIO topology support (Michael Petlan) [2154045] +- perf vendor events power10: Fix hv-24x7 metric events (Mamatha Inamdar) [2149193] +- Add taint flag for partner supported GPL modules Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2038999 Upstream Status: RHEL-only (Alice Mitchell) + * Thu Feb 09 2023 Herton R. Krzesinski [5.14.0-265.el9] - CI: Add pipelines for kernel-64k variant for RHEL (Veronika Kabatova) - CI: Enable pipelines for 64k variant (Veronika Kabatova) diff --git a/sources b/sources index 3abfb0c..8928966 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-265.el9.tar.xz) = 88c76cabb2019dae2f68e7fa8118e6c3178a524824b102d355998ea6dce5008f24ef155c61d6a7a78979ae467c0ec658415fc2267832232fa79431721f1018b5 -SHA512 (kernel-abi-stablelists-5.14.0-265.el9.tar.bz2) = 37ddfebb0a986fa9f9481a9772c82b2c421633f9484497a9834f888dac729b7646bf2d09caa2b9a154416a1d934bf58543c1685ffd74e3b47dd29d65f57f8e1d -SHA512 (kernel-kabi-dw-5.14.0-265.el9.tar.bz2) = dcb15da3de01f8c5232eef12e1f0c609aaa16090c809ec596f33a1d86c9fead295098bd6973814d8a025a93303a05174698c0ab2e642e70a309c3793429e5d9e +SHA512 (linux-5.14.0-266.el9.tar.xz) = 23f30428e85883f8ecebf30332697b0059da8c6da36dc8c48efa355d890d08fac694a280783766bcb93f90aac113a6d62e700c8eff86de0225cf6cc6a07c48bf +SHA512 (kernel-abi-stablelists-5.14.0-266.el9.tar.bz2) = 061cfb1d44690312288fa22d7bfd3fe8908d0bdd882b1db80014ca2bf7d54eda4bd6a5980c97150bee94f8e8a788b3d470c7e462b5b3263975ec6f300b387de7 +SHA512 (kernel-kabi-dw-5.14.0-266.el9.tar.bz2) = 9eadcc745f0c2ff96938db1d23e6f8f7ab5a55465352212a542228877c541548b58827e8ae52de635767fa945dd6331ed5393319bfb131f4ec39454032a5c439