diff --git a/Makefile.rhelver b/Makefile.rhelver index 796ad55..a331d7e 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 95 +RHEL_RELEASE = 96 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.95 +RTBUILD:=.96 diff --git a/kernel.spec b/kernel.spec index b5a0a3d..cfc471c 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 95.rt21.95.el9 +%define pkgrelease 96.rt21.96.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 95.rt21.95%{?buildid}%{?dist} +%define specrelease 96.rt21.96%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -704,7 +704,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-95.rt21.95.el9.tar.xz +Source0: linux-5.14.0-96.rt21.96.el9.tar.xz Source1: Makefile.rhelver @@ -1417,8 +1417,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-95.rt21.95.el9 -c -mv linux-5.14.0-95.rt21.95.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-96.rt21.96.el9 -c +mv linux-5.14.0-96.rt21.96.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3102,8 +3102,106 @@ fi # # %changelog -* Thu May 19 2022 Fernando Pacheco [5.14.0-95.rt21.95.el9] -- [rt] build kernel-rt-5.14.0-95.rt21.95.el9 [2061574] +* Fri May 20 2022 Fernando Pacheco [5.14.0-96.rt21.96.el9] +- [rt] build kernel-rt-5.14.0-96.rt21.96.el9 [2061574] + +* Fri May 20 2022 Fernando Pacheco [5.14.0-96.rt21.96.el9] +- [rt] build kernel-rt-5.14.0-96.rt21.96.el9 [2061574] +- Revert "redhat: disable CONFIG_USB_CHIPIDEA" (Patrick Talbert) +- soc/tegra: Add devm_tegra_core_dev_init_opp_table_common() (Patrick Talbert) [2086164] +- powerps/pseries/dma: Add support for 2M IOMMU page size (Gustavo Walbon) [2036275] +- can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path (Chris von Recklinghausen) [2080377] {CVE-2022-28390} +- ibmvnic: schedule failover only if vioctl fails (Diego Domingos) [2051283] +- net/ibmvnic: Cleanup workaround doing an EOI after partition migration (Diego Domingos) [2051283] +- vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used (Alex Williamson) [2076304] +- s390/vfio-ap: fix kernel doc and signature of group notifier functions (Alex Williamson) [2076304] +- vfio-pci: Provide reviewers and acceptance criteria for variant drivers (Alex Williamson) [2076304] +- PCI/IOV: Fix wrong kernel-doc identifier (Alex Williamson) [2076304] +- vfio/pci: Expose vfio_pci_core_aer_err_detected() (Alex Williamson) [2076304] +- vfio: Remove migration protocol v1 documentation (Alex Williamson) [2076304] +- vfio: Extend the device migration protocol with RUNNING_P2P (Alex Williamson) [2076304] +- vfio: Define device migration protocol v2 (Alex Williamson) [2076304] +- vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl (Alex Williamson) [2076304] +- PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF (Alex Williamson) [2076304] +- PCI/IOV: Add pci_iov_vf_id() to get VF index (Alex Williamson) [2076304] +- vfio/pci: wake-up devices around reset functions (Alex Williamson) [2076304] +- vfio/pci: fix memory leak during D3hot to D0 transition (Alex Williamson) [2076304] +- vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA (Alex Williamson) [2076304] +- s390/vfio-ap: add s390dbf logging to the vfio_ap_irq_enable function (Alex Williamson) [2076304] +- s390/vfio-ap: add s390dbf logging to the handle_pqap function (Alex Williamson) [2076304] +- s390-vfio-ap: introduces s390 kernel debug feature for vfio_ap device driver (Alex Williamson) [2076304] +- vfio/iommu_type1: replace kfree with kvfree (Alex Williamson) [2076304] +- vfio/pci: Resolve sparse endian warnings in IGD support (Alex Williamson) [2076304] +- s390/vfio-ap: add status attribute to AP queue device's sysfs dir (Alex Williamson) [2076304] +- s390/cio: remove uevent suppress from cio driver (Alex Williamson) [2076304] +- vfio/pci: Fix OpRegion read (Alex Williamson) [2076304] +- vfio: remove all kernel-doc notation (Alex Williamson) [2076304] +- vfio/ccw: Convert to use vfio_register_emulated_iommu_dev() (Alex Williamson) [2076304] +- vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions (Alex Williamson) [2076304] +- vfio/ccw: Use functions for alloc/free of the vfio_ccw_private (Alex Williamson) [2076304] +- vfio/ccw: Remove unneeded GFP_DMA (Alex Williamson) [2076304] +- s390/vfio-ap: s390/crypto: fix all kernel-doc warnings (Alex Williamson) [2076304] +- vfio: Use cdev_device_add() instead of device_create() (Alex Williamson) [2076304] +- vfio: Use a refcount_t instead of a kref in the vfio_group (Alex Williamson) [2076304] +- vfio: Don't leak a group reference if the group already exists (Alex Williamson) [2076304] +- vfio: Do not open code the group list search in vfio_create_group() (Alex Williamson) [2076304] +- vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier() (Alex Williamson) [2076304] +- vfio/pci: Add OpRegion 2.0+ Extended VBT support. (Alex Williamson) [2076304] +- vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER (Alex Williamson) [2076304] +- vfio/iommu_type1: remove the "external" domain (Alex Williamson) [2076304] +- vfio/iommu_type1: initialize pgsize_bitmap in ->open (Alex Williamson) [2076304] +- vfio/spapr_tce: reject mediated devices (Alex Williamson) [2076304] +- vfio: clean up the check for mediated device in vfio_iommu_type1 (Alex Williamson) [2076304] +- RHEL: Kludge mdev iommu_device removal (Alex Williamson) [2076304] +- vfio: move the vfio_iommu_driver_ops interface out of (Alex Williamson) [2076304] +- vfio: remove unused method from vfio_iommu_driver_ops (Alex Williamson) [2076304] +- vfio: simplify iommu group allocation for mediated devices (Alex Williamson) [2076304] +- vfio: remove the iommudata hack for noiommu groups (Alex Williamson) [2076304] +- vfio: refactor noiommu group creation (Alex Williamson) [2076304] +- vfio: factor out a vfio_group_find_or_alloc helper (Alex Williamson) [2076304] +- vfio: remove the iommudata check in vfio_noiommu_attach_group (Alex Williamson) [2076304] +- vfio: factor out a vfio_iommu_driver_allowed helper (Alex Williamson) [2076304] +- vfio: Move vfio_iommu_group_get() to vfio_register_group_dev() (Alex Williamson) [2076304] +- vfio/fsl-mc: Add per device reset support (Alex Williamson) [2076304] +- bus/fsl-mc: Add generic implementation for open/reset/close commands (Alex Williamson) [2076304] +- vfio/ap_ops: Add missed vfio_uninit_group_dev() (Alex Williamson) [2076304] +- vfio/pci: add missing identifier name in argument of function prototype (Alex Williamson) [2076304] +- vfio/pci: Introduce vfio_pci_core.ko (Alex Williamson) [2076304] +- vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on' (Alex Williamson) [2076304] +- vfio: Use select for eventfd (Alex Williamson) [2076304] +- PCI / VFIO: Add 'override_only' support for VFIO PCI sub system (Alex Williamson) [2076304] +- PCI: Add 'override_only' field to struct pci_device_id (Alex Williamson) [2076304] +- vfio/pci: Move module parameters to vfio_pci.c (Alex Williamson) [2076304] +- vfio/pci: Move igd initialization to vfio_pci.c (Alex Williamson) [2076304] +- vfio/pci: Split the pci_driver code out of vfio_pci_core.c (Alex Williamson) [2076304] +- vfio/pci: Include vfio header in vfio_pci_core.h (Alex Williamson) [2076304] +- vfio/pci: Rename ops functions to fit core namings (Alex Williamson) [2076304] +- vfio/pci: Rename vfio_pci_device to vfio_pci_core_device (Alex Williamson) [2076304] +- vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h (Alex Williamson) [2076304] +- vfio/pci: Rename vfio_pci.c to vfio_pci_core.c (Alex Williamson) [2076304] +- vfio/ap_ops: Convert to use vfio_register_group_dev() (Alex Williamson) [2076304] +- s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c (Alex Williamson) [2076304] +- vfio/type1: Fix vfio_find_dma_valid return (Alex Williamson) [2076304] +- vfio-pci/zdev: Remove repeated verbose license text (Alex Williamson) [2076304] +- vfio: platform: reset: Convert to SPDX identifier (Alex Williamson) [2076304] +- vfio: Remove struct vfio_device_ops open/release (Alex Williamson) [2076304] +- vfio/gvt: Fix open/close when multiple device FDs are open (Alex Williamson) [2076304] +- vfio/ap,ccw: Fix open/close when multiple device FDs are open (Alex Williamson) [2076304] +- vfio/mbochs: Fix close when multiple device FDs are open (Alex Williamson) [2076304] +- vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set (Alex Williamson) [2076304] +- vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set (Alex Williamson) [2076304] +- vfio/pci: Move to the device set infrastructure (Alex Williamson) [2076304] +- vfio/platform: Use open_device() instead of open coding a refcnt scheme (Alex Williamson) [2076304] +- vfio/fsl: Move to the device set infrastructure (Alex Williamson) [2076304] +- vfio/samples: Delete useless open/close (Alex Williamson) [2076304] +- vfio: Provide better generic support for open/release vfio_device_ops (Alex Williamson) [2076304] +- vfio: Introduce a vfio_uninit_group_dev() API call (Alex Williamson) [2076304] +- vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes (Alex Williamson) [2076304] +- vfio/samples: Remove module get/put (Alex Williamson) [2076304] +- vfio/mdev: don't warn if ->request is not set (Alex Williamson) [2076304] +- vfio/mdev: turn mdev_init into a subsys_initcall (Alex Williamson) [2076304] +- vfio/pci: Make vfio_pci_regops->rw() return ssize_t (Alex Williamson) [2076304] +- vfio: Use config not menuconfig for VFIO_NOIOMMU (Alex Williamson) [2076304] * Thu May 19 2022 Fernando Pacheco [5.14.0-95.rt21.95.el9] - [rt] build kernel-rt-5.14.0-95.rt21.95.el9 [2061574] diff --git a/sources b/sources index 955aa1d..98ecbc5 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-95.rt21.95.el9.tar.xz) = 400311f02041183c7ac9140243b2f9d4a948af29c99292e9219e90c20897e0f27459477e052260ce131507d6a7ea3fd3139b45fa2b565933ed544686de0ca0ce -SHA512 (kernel-abi-stablelists-5.14.0-95.rt21.95.el9.tar.bz2) = ef5ad83c890ec09dca1591f8e4ef970e5fd01c549b17b97099021250fd6d9cba85b21e171382be69f2e7d781021015f1e3cc11c53f0f94a8acf7d5b4431a9f1e -SHA512 (kernel-kabi-dw-5.14.0-95.rt21.95.el9.tar.bz2) = f48c87da1305f27edb6978f09d3ddef1604f6f064094a9b8ab9c39a5f9451c9155419f680227af536db9172609e6c6f8ba7629f707088e64eeb01a43bbf4670e +SHA512 (linux-5.14.0-96.rt21.96.el9.tar.xz) = a1258c91311108ffead54be2cc416ec78cbc5a5bcdecf8b03375253c480ee89b75a59e1fd99bf18f8527e2b08374b3ae8c8c1dcf02266d4e644eb81cf28893ed +SHA512 (kernel-abi-stablelists-5.14.0-96.rt21.96.el9.tar.bz2) = 88906a13ac6b485de004a2f2c29ebd0ebf12123fe07698a9ff4b06049535bf65fdb80ceb317dcd196b756d079485e62f7c77ed9c3d49b85b6fc42e1b788f311f +SHA512 (kernel-kabi-dw-5.14.0-96.rt21.96.el9.tar.bz2) = f48c87da1305f27edb6978f09d3ddef1604f6f064094a9b8ab9c39a5f9451c9155419f680227af536db9172609e6c6f8ba7629f707088e64eeb01a43bbf4670e