diff --git a/Makefile.rhelver b/Makefile.rhelver index 5f7d5f4..c357fc0 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 = 251 +RHEL_RELEASE = 252 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index cd20df3..79c2f93 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 251 +%define pkgrelease 252 %define kversion 5 -%define tarfile_release 5.14.0-251.el9 +%define tarfile_release 5.14.0-252.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 251%{?buildid}%{?dist} +%define specrelease 252%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-251.el9 +%define kabiversion 5.14.0-252.el9 # # End of genspec.sh variables @@ -3116,6 +3116,74 @@ fi # # %changelog +* Wed Feb 01 2023 Herton R. Krzesinski [5.14.0-252.el9] +- vdpa/ifcvf: fix the calculation of queuepair (Cindy Lu) [2158700] +- vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init (Cindy Lu) [2158700] +- vdpa_sim: Use iova_shift() for the size passed to alloc_iova() (Cindy Lu) [2158700] +- vDPA/ifcvf: support userspace to query features and MQ of a management device (Cindy Lu) [2158700] +- vDPA/ifcvf: get_config_size should return a value no greater than dev implementation (Cindy Lu) [2158700] +- vDPA/ifcvf: remove duplicated assignment to pointer cfg (Cindy Lu) [2158700] +- vdpa: ifcvf: Fix spelling mistake in comments (Cindy Lu) [2158700] +- vdpa: ifcvf: set pci driver data in probe (Cindy Lu) [2158700] +- vDPA/ifcvf: fix uninitialized config_vector warning (Cindy Lu) [2158700] +- vDPA/ifcvf: cacheline alignment for ifcvf_hw (Cindy Lu) [2158700] +- vDPA/ifcvf: implement shared IRQ feature (Cindy Lu) [2158700] +- vDPA/ifcvf: implement device MSIX vector allocator (Cindy Lu) [2158700] +- vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf (Cindy Lu) [2158700] +- RDMA/mlx5: remove variable i (Cindy Lu) [2158700] +- vdpa/mlx5: Avoid overwriting CVQ iotlb (Cindy Lu) [2158700] +- vdpa/mlx5: Avoid using reslock in event_handler (Cindy Lu) [2158700] +- vdpa/mlx5: Fix wrong mac address deletion (Cindy Lu) [2158700] +- vdpa/mlx5: Return error on vlan ctrl commands if not supported (Cindy Lu) [2158700] +- vdpa/mlx5: Fix rule forwarding VLAN to TIR (Cindy Lu) [2158700] +- vdpa/mlx5: Fix MQ to support non power of two num queues (Cindy Lu) [2158700] +- vdpa/mlx5: Fix possible uninitialized return value (Cindy Lu) [2158700] +- vdpa/mlx5: Support different address spaces for control and data (Cindy Lu) [2158700] +- vdpa/mlx5: Implement susupend virtqueue callback (Cindy Lu) [2158700] +- vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address (Cindy Lu) [2158700] +- vdpa/mlx5: clean up indenting in handle_ctrl_vlan() (Cindy Lu) [2158700] +- vdpa/mlx5: fix error code for deleting vlan (Cindy Lu) [2158700] +- vdpa/mlx5: Fix syntax errors in comments (Cindy Lu) [2158700] +- vdpa/mlx5: Add RX MAC VLAN filter support (Cindy Lu) [2158700] +- vdpa/mlx5: re-create forwarding rules after mac modified (Cindy Lu) [2158700] +- vdpa/mlx5: Remove flow counter from steering (Cindy Lu) [2158700] +- vdpa/mlx5: Use readers/writers semaphore instead of mutex (Cindy Lu) [2158700] +- net/mlx5: Add support for configuring max device MTU (Cindy Lu) [2158700] +- vdpa/mlx5: Use auxiliary_device driver data helpers (Cindy Lu) [2158700] +- vhost_vdpa: don't setup irq offloading when irq_num < 0 (Cindy Lu) [2158700] +- vhost-vdpa: return -EFAULT on copy_to_user() failure (Cindy Lu) [2158700] +- vhost_vdpa: fix the crash in unmap a large memory (Cindy Lu) [2158700] +- vhost-vdpa: fix an iotlb memory leak (Cindy Lu) [2158700] +- vdpa_sim_net: should not drop the multicast/broadcast packet (Cindy Lu) [2158700] +- vdpasim: fix memory leak when freeing IOTLBs (Cindy Lu) [2158700] +- vdpa: conditionally fill max max queue pair for stats (Cindy Lu) [2158700] +- vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove (Cindy Lu) [2158700] +- vdpa_sim: fix vringh initialization in vdpasim_queue_ready() (Cindy Lu) [2158700] +- vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init() (Cindy Lu) [2158700] +- vdpa: merge functionally duplicated dev_features attributes (Cindy Lu) [2158700] +- vDPA: conditionally read MTU and MAC in dev cfg space (Cindy Lu) [2158700] +- vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill (Cindy Lu) [2158700] +- vDPA: check virtio device features to detect MQ (Cindy Lu) [2158700] +- vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence (Cindy Lu) [2158700] +- vDPA: only report driver features if FEATURES_OK is set (Cindy Lu) [2158700] +- vDPA: allow userspace to query features of a vDPA device (Cindy Lu) [2158700] +- vp_vdpa: support feature provisioning (Cindy Lu) [2158700] +- vdpa_sim_net: support feature provisioning (Cindy Lu) [2158700] +- vdpa: device feature provisioning (Cindy Lu) [2158700] +- vdpa/vp_vdpa : add vdpa tool support in vp_vdpa (Cindy Lu) [2158700] +- vhost-vdpa: Call ida_simple_remove() when failed (Cindy Lu) [2158700] +- vDPA: fix 'cast to restricted le16' warnings in vdpa.c (Cindy Lu) [2158700] +- vDPA: !FEATURES_OK should not block querying device config space (Cindy Lu) [2158700] +- vdpa_sim: Implement suspend vdpa op (Cindy Lu) [2158700] +- vhost-vdpa: uAPI to suspend the device (Cindy Lu) [2158700] +- vhost-vdpa: introduce SUSPEND backend feature bit (Cindy Lu) [2158700] +- vdpa: Add suspend operation (Cindy Lu) [2158700] +- vdpa: Use device_iommu_capable() (Cindy Lu) [2158700] +- vdpa: make get_vq_group and set_group_asid optional (Cindy Lu) [2158700] +- vdpa: support exposing the count of vqs to userspace (Cindy Lu) [2158700] +- vdpa: change the type of nvqs to u32 (Cindy Lu) [2158700] +- vdpa: support exposing the config size to userspace (Cindy Lu) [2158700] + * Tue Jan 31 2023 Herton R. Krzesinski [5.14.0-251.el9] - ext4: fix reserved cluster accounting in __es_remove_extent() (Lukas Czerner) [2145193] - ext4: fix kernel BUG in 'ext4_write_inline_data_end()' (Lukas Czerner) [2145193] diff --git a/sources b/sources index dad4aa2..c81b604 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-251.el9.tar.xz) = 7f8ca6cab7bc88eb5557da08d46d957c32d6df4cc58fc8bddde887b76f3af2b632ce9f61b10b766dd46d03c13fe3b55538a9f9bc97d70a635ec5829b30cb0e10 -SHA512 (kernel-abi-stablelists-5.14.0-251.el9.tar.bz2) = 87eab4723aaf9954ccf295e687ade297e93751cc6b5fe8715fbf01faa4dc6e2d19337b256c7d8e352b759144340a027a53105e9bcd01294378ad554c2f5bed4d -SHA512 (kernel-kabi-dw-5.14.0-251.el9.tar.bz2) = 0ae450569f848a3e58dd221d048037fc22e8c51bd3063c1adf5e51e8278ceb74dc9e1a16ac5080b84f9cf4c5603cf4f3c736947dc97af761d8492e3bce4bd100 +SHA512 (linux-5.14.0-252.el9.tar.xz) = 14f86d372bacba13f02b600affe306029447d855319a02e39f043c2fb1d926fbfe026b0a6fd11a0472af1717d5863b3c5ca91d6fef7d2c2780a5db37d73c2faa +SHA512 (kernel-abi-stablelists-5.14.0-252.el9.tar.bz2) = 1bf36c21eabd2fb1fb36ccc4fb37b786ae647224e4cdafe0f7de2eacec75163d7a6a33e5ecc4f2fffbe31ef664730875ea153917d55c8c73ba209a401b0ea11b +SHA512 (kernel-kabi-dw-5.14.0-252.el9.tar.bz2) = b46c7f1f7801c22b19a38bb86143e2bf6d0439d03f95805f5d8b5d5bcb7755fb2d51c7b72f7e89ccd212354ed78c9fd700dbde4ce65dc046222db79c7f801e9d