diff --git a/Makefile.rhelver b/Makefile.rhelver index 58b69281b..dc8f9a561 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 5 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 435 +RHEL_RELEASE = 436 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index e75c77aa9..4e3327a85 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,30 @@ +* Wed Apr 03 2024 Lucas Zampieri [5.14.0-436.el9] +- scsi: target: pscsi: Fix bio_put() for error case (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Fix unmap setup during configuration (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Add TMF to tmr_list handling (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Enable READ CAPACITY for PR EARO (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Fix kernel-doc comment (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Export fabric driver direct submit settings (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Unexport target_queue_submission() (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Allow userspace to request direct submissions (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Kill transport_handle_cdb_direct() (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Move buffer clearing hack (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Move core_alua_check_nonop_delay() call (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Have drivers report if they support direct submissions (Maurizio Lombardi) [RHEL-29638] +- scsi: target: iscs: Make write_pending_must_be_called a bit field (Maurizio Lombardi) [RHEL-29638] +- scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Remove the references to http://www.linux-iscsi.org/ (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Fix deadlock due to recursive locking (Maurizio Lombardi) [RHEL-29638] +- selftests: net: gro fwd: update vxlan GRO test expectations (Antoine Tenart) [RHEL-19729] +- udp: prevent local UDP tunnel packets from being GROed (Antoine Tenart) [RHEL-19729] +- udp: do not transition UDP GRO fraglist partial checksums to unnecessary (Antoine Tenart) [RHEL-19729] +- gro: fix ownership transfer (Antoine Tenart) [RHEL-19729] +- udp: do not accept non-tunnel GSO skbs landing in a tunnel (Antoine Tenart) [RHEL-19729] +- nvme-pci: fix sleeping function called from interrupt context (Maurizio Lombardi) [RHEL-17679] +- powerpc: Don't clobber f0/vs0 during fp|altivec register save (Mamatha Inamdar) [RHEL-18988] +- blk-mq: don't schedule block kworker on isolated CPUs (Ming Lei) [RHEL-13920] +Resolves: RHEL-17679, RHEL-18988, RHEL-19729, RHEL-29638 + * Fri Mar 29 2024 Scott Weaver [5.14.0-435.el9] - PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource() (Myron Stowe) [RHEL-26742 RHEL-26743] {CVE-2023-52466} - smb: client: do not start laundromat thread on nohandlecache (Paulo Alcantara) [RHEL-28739] @@ -2471,6 +2498,10 @@ Resolves: RHEL-20254, RHEL-26081, RHEL-26616 - redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) Resolves: RHEL-19514, RHEL-24906, RHEL-26162, RHEL-26354, RHEL-26672 +* Mon Apr 01 2024 Scott Weaver [5.14.0-427.9.1.el9_4] +- blk-mq: don't schedule block kworker on isolated CPUs (Ming Lei) [RHEL-13920] +Resolves: RHEL-13920 + * Tue Mar 26 2024 Scott Weaver [5.14.0-427.8.1.el9_4] - dm-integrity: align the outgoing bio in integrity_recheck (Benjamin Marzinski) [RHEL-29679] - dm-integrity: fix a memory leak when rechecking the data (Benjamin Marzinski) [RHEL-29679] diff --git a/kernel.spec b/kernel.spec index 3870b6ff1..64a0de4f9 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 435 +%define pkgrelease 436 %define kversion 5 -%define tarfile_release 5.14.0-435.el9 +%define tarfile_release 5.14.0-436.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 435%{?buildid}%{?dist} +%define specrelease 436%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-435.el9 +%define kabiversion 5.14.0-436.el9 # # End of genspec.sh variables @@ -3733,6 +3733,32 @@ fi # # %changelog +* Wed Apr 03 2024 Lucas Zampieri [5.14.0-436.el9] +- scsi: target: pscsi: Fix bio_put() for error case (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Fix unmap setup during configuration (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Add TMF to tmr_list handling (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Enable READ CAPACITY for PR EARO (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Fix kernel-doc comment (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Export fabric driver direct submit settings (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Unexport target_queue_submission() (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Allow userspace to request direct submissions (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Kill transport_handle_cdb_direct() (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Move buffer clearing hack (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Move core_alua_check_nonop_delay() call (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Have drivers report if they support direct submissions (Maurizio Lombardi) [RHEL-29638] +- scsi: target: iscs: Make write_pending_must_be_called a bit field (Maurizio Lombardi) [RHEL-29638] +- scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by (Maurizio Lombardi) [RHEL-29638] +- scsi: target: Remove the references to http://www.linux-iscsi.org/ (Maurizio Lombardi) [RHEL-29638] +- scsi: target: core: Fix deadlock due to recursive locking (Maurizio Lombardi) [RHEL-29638] +- selftests: net: gro fwd: update vxlan GRO test expectations (Antoine Tenart) [RHEL-19729] +- udp: prevent local UDP tunnel packets from being GROed (Antoine Tenart) [RHEL-19729] +- udp: do not transition UDP GRO fraglist partial checksums to unnecessary (Antoine Tenart) [RHEL-19729] +- gro: fix ownership transfer (Antoine Tenart) [RHEL-19729] +- udp: do not accept non-tunnel GSO skbs landing in a tunnel (Antoine Tenart) [RHEL-19729] +- nvme-pci: fix sleeping function called from interrupt context (Maurizio Lombardi) [RHEL-17679] +- powerpc: Don't clobber f0/vs0 during fp|altivec register save (Mamatha Inamdar) [RHEL-18988] +- blk-mq: don't schedule block kworker on isolated CPUs (Ming Lei) [RHEL-13920] + * Fri Mar 29 2024 Scott Weaver [5.14.0-435.el9] - PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource() (Myron Stowe) [RHEL-26742 RHEL-26743] {CVE-2023-52466} - smb: client: do not start laundromat thread on nohandlecache (Paulo Alcantara) [RHEL-28739] diff --git a/sources b/sources index a9c43e864..0d11bb00b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-435.el9.tar.xz) = cbaeeed077a9b3e04b608d11cae94646fd171b010db661c4385fb6bf4a2721f4616aef94002802e8ff7d79c9103b52be91c10100a8d3675d1b026777b61682c6 -SHA512 (kernel-abi-stablelists-5.14.0-435.el9.tar.bz2) = e8be13373a179f1326c1f7237f0b0c872c232337e5e1b35b8ebb30fbdd62d337b9c3ca41c920aacb83952bb6986c60acbb12668ca573b4964366641a2c220a5d -SHA512 (kernel-kabi-dw-5.14.0-435.el9.tar.bz2) = 4e9ad5b121e728be1e7c09b9cb3828fc1aca97ceb57daef56e41f183505c858b9216827e8dae4dc6069ac84b533b9591bb37746a657a20562d7b5fac0e27494c +SHA512 (linux-5.14.0-436.el9.tar.xz) = dd270952e8846e1eb11c45b973009c017b35ca02272cba38364e255aa6ec2feea9c9344d6911bdeefc05fbd914732f4d2261552eceb8332cfebc0a440e66b80f +SHA512 (kernel-abi-stablelists-5.14.0-436.el9.tar.bz2) = 9ed5443c067f947d88863c260aa01dc192d6ec32d189d5d0a9cd3caf55b712fe9da20d32e17a6c9e80f435af0d41b7cc1bcccb2f13b79ee04947c251d5c55291 +SHA512 (kernel-kabi-dw-5.14.0-436.el9.tar.bz2) = 7dd18fcf012ee18827e40d19e7634628ca3f4a367ff397f0bff54ce3007e844f4e958d078ba88c6b862a1a3567367e9022448125cad0f18c267849eec4465680