diff --git a/Makefile.rhelver b/Makefile.rhelver index c0aa549..015802a 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 diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index c2fe9fe..9f3334f 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5938,7 +5938,7 @@ CONFIG_USB_CATC=m CONFIG_USB_CHAOSKEY=m CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_CHIPIDEA_IMX=m -# CONFIG_USB_CHIPIDEA is not set +CONFIG_USB_CHIPIDEA=m # CONFIG_USB_CONN_GPIO is not set CONFIG_USB_CXACRU=m # CONFIG_USB_CYPRESS_CY7C63 is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index ee5e139..f0627ed 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -5914,7 +5914,7 @@ CONFIG_USB_CATC=m CONFIG_USB_CHAOSKEY=m CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_CHIPIDEA_IMX=m -# CONFIG_USB_CHIPIDEA is not set +CONFIG_USB_CHIPIDEA=m # CONFIG_USB_CONN_GPIO is not set CONFIG_USB_CXACRU=m # CONFIG_USB_CYPRESS_CY7C63 is not set diff --git a/kernel.spec b/kernel.spec index fd2e189..f78da35 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.el9 +%define pkgrelease 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%{?buildid}%{?dist} +%define specrelease 96%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -676,7 +676,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-95.el9.tar.xz +Source0: linux-5.14.0-96.el9.tar.xz Source1: Makefile.rhelver @@ -1346,8 +1346,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-95.el9 -c -mv linux-5.14.0-95.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-96.el9 -c +mv linux-5.14.0-96.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2973,6 +2973,103 @@ fi # # %changelog +* Thu May 19 2022 Patrick Talbert [5.14.0-96.el9] +- 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] + * Wed May 18 2022 Patrick Talbert [5.14.0-95.el9] - mm: create a new system state and fix core_kernel_text() (Patrick Talbert) [2076713] - vmxnet3: Remove useless DMA-32 fallback configuration (Kamal Heib) [2083562] diff --git a/sources b/sources index 336699c..50e0488 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-95.el9.tar.xz) = e82b985d2387fa40e2499d6b4b6df7796090fe5f5b117e74af3bea0639f68b70bc5dec04e797b7ea99ba2a14ba8d85c5a91b90414218d3aef7c8ded703189b6e -SHA512 (kernel-abi-stablelists-5.14.0-95.el9.tar.bz2) = d1439384ac53845e6eb019b887fceb90bbfe734b0896fed1e14e2244186168a9cd8920c4649f19601f677ebdf0c79cd1b859cdf32141208b22335224f1785b95 -SHA512 (kernel-kabi-dw-5.14.0-95.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-96.el9.tar.xz) = 44fe9657d5f3a320896b82d7be0e98f692fcb649fb1a327eb205f9e69563f187ece9a3b21b273f88d8793b7857e308ed142f0fa1cf3100b4c3ed3d97f3420345 +SHA512 (kernel-abi-stablelists-5.14.0-96.el9.tar.bz2) = 02aeb2266e92c03b742b9dcbc265e747e4902b1f94b670b87c25cf51d390806ef973dc65d095d3a807375b8521d48ecaa9102dda0fc0f14aac74e0b0123ab2e7 +SHA512 (kernel-kabi-dw-5.14.0-96.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674