diff --git a/Makefile.rhelver b/Makefile.rhelver index 3866540ea..da5ccf240 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 = 123 +RHEL_RELEASE = 124 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 74eefb0dd..f4b2bf1f0 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 123.el9 +%define pkgrelease 124.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 123%{?buildid}%{?dist} +%define specrelease 124%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-123.el9.tar.xz +Source0: linux-5.14.0-124.el9.tar.xz Source1: Makefile.rhelver @@ -1349,8 +1349,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-123.el9 -c -mv linux-5.14.0-123.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-124.el9 -c +mv linux-5.14.0-124.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3007,6 +3007,99 @@ fi # # %changelog +* Mon Jul 04 2022 Patrick Talbert [5.14.0-124.el9] +- scsi: ibmvfc: Allocate/free queue resource only during probe/remove (Diego Domingos) [2099962] +- ceph: wait on async create before checking caps for syncfs (Jeffrey Layton) [2094965] +- lib: bitmap: Introduce node-aware alloc API (Ivan Vecera) [2101768] +- dm raid: fix accesses beyond end of raid member array (Benjamin Marzinski) [2090507] +- block: remove bioset_init_from_src (Benjamin Marzinski) [2090507] +- dm: fix bio_set allocation (Benjamin Marzinski) [2090507] +- dm mirror log: clear log bits up to BITS_PER_LONG boundary (Benjamin Marzinski) [2090507] +- dm: fix BLK_STS_DM_REQUEUE handling when dm_io represents split bio (Benjamin Marzinski) [2090507] +- dm: do not return early from dm_io_complete if BLK_STS_AGAIN without polling (Benjamin Marzinski) [2090507] +- dm era: commit metadata in postsuspend after worker stops (Benjamin Marzinski) [2090507] +- dm: fix narrow race for REQ_NOWAIT bios being issued despite no support (Benjamin Marzinski) [2090507] +- dm: fix use-after-free in dm_put_live_table_bio (Benjamin Marzinski) [2090507] +- dm: improve abnormal bio processing (Benjamin Marzinski) [2090507] +- dm: simplify bio-based IO accounting further (Benjamin Marzinski) [2090507] +- dm: improve dm_io reference counting (Benjamin Marzinski) [2090507] +- dm: don't grab target io reference in dm_zone_map_bio (Benjamin Marzinski) [2090507] +- dm: improve bio splitting and associated IO accounting (Benjamin Marzinski) [2090507] +- dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bio (Benjamin Marzinski) [2090507] +- dm mirror log: round up region bitmap size to BITS_PER_LONG (Benjamin Marzinski) [2090507] +- dm: fix race in dm_start_io_acct (Benjamin Marzinski) [2090507] +- dm verity: set DM_TARGET_IMMUTABLE feature flag (Benjamin Marzinski) [2090507] +- dm table: fix dm_table_supports_poll to return false if no data devices (Benjamin Marzinski) [2090507] +- dm cache metadata: remove unnecessary variable in __dump_mapping (Benjamin Marzinski) [2090507] +- dm mpath: provide high-resolution timer to HST for bio-based (Benjamin Marzinski) [2090507] +- dm crypt: make printing of the key constant-time (Benjamin Marzinski) [2090507] +- dm integrity: fix error code in dm_integrity_ctr() (Benjamin Marzinski) [2090507] +- dm stats: add cond_resched when looping over entries (Benjamin Marzinski) [2090507] +- dm: put all polled dm_io instances into a single list (Benjamin Marzinski) [2090507] +- dm: switch to bdev based IO accounting interfaces (Benjamin Marzinski) [2090507] +- dm: pass dm_io instance to dm_io_acct directly (Benjamin Marzinski) [2090507] +- dm: don't pass bio to __dm_start_io_acct and dm_end_io_acct (Benjamin Marzinski) [2090507] +- dm: use bio_sectors in dm_aceept_partial_bio (Benjamin Marzinski) [2090507] +- dm: simplify basic targets (Benjamin Marzinski) [2090507] +- dm: conditionally enable branching for less used features (Benjamin Marzinski) [2090507] +- dm: move hot dm_io members to same cacheline as dm_target_io (Benjamin Marzinski) [2090507] +- dm: add local variables to clone_endio and __map_bio (Benjamin Marzinski) [2090507] +- dm: mark various branches unlikely (Benjamin Marzinski) [2090507] +- dm: simplify dm_start_io_acct (Benjamin Marzinski) [2090507] +- dm: simplify dm_io access in dm_split_and_process_bio (Benjamin Marzinski) [2090507] +- dm: factor out dm_io_set_error and __dm_io_dec_pending (Benjamin Marzinski) [2090507] +- dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset (Benjamin Marzinski) [2090507] +- dm: allow dm_accept_partial_bio() for dm_io without duplicate bios (Benjamin Marzinski) [2090507] +- dm zone: fix NULL pointer dereference in dm_zone_map_bio (Benjamin Marzinski) [2090507] +- dm mpath: only use ktime_get_ns() in historical selector (Benjamin Marzinski) [2090507] +- dm: fix bio polling to handle possibile BLK_STS_AGAIN (Benjamin Marzinski) [2090507] +- dm: fix dm_io and dm_target_io flags race condition on Alpha (Benjamin Marzinski) [2090507] +- dm integrity: set journal entry unused when shrinking device (Benjamin Marzinski) [2090507] +- dm ioctl: log an error if the ioctl structure is corrupted (Benjamin Marzinski) [2090507] +- dm: consolidate spinlocks in dm_io struct (Benjamin Marzinski) [2090507] +- dm: reduce size of dm_io and dm_target_io structs (Benjamin Marzinski) [2090507] +- dm: switch dm_target_io booleans over to proper flags (Benjamin Marzinski) [2090507] +- dm: switch dm_io booleans over to proper flags (Benjamin Marzinski) [2090507] +- dm: update email address in MAINTAINERS (Benjamin Marzinski) [2090507] +- dm: return void from __send_empty_flush (Benjamin Marzinski) [2090507] +- dm: factor out dm_io_complete (Benjamin Marzinski) [2090507] +- dm cache: use dm_submit_bio_remap (Benjamin Marzinski) [2090507] +- dm: simplify dm_sumbit_bio_remap interface (Benjamin Marzinski) [2090507] +- dm thin: use dm_submit_bio_remap (Benjamin Marzinski) [2090507] +- dm: add WARN_ON_ONCE to dm_submit_bio_remap (Benjamin Marzinski) [2090507] +- dm: support bio polling (Benjamin Marzinski) [2090507] +- block: add ->poll_bio to block_device_operations (Benjamin Marzinski) [2090507] +- dm mpath: use DMINFO instead of printk with KERN_INFO (Benjamin Marzinski) [2090507] +- dm: stop using bdevname (Benjamin Marzinski) [2090507] +- dm-zoned: remove the ->name field in struct dmz_dev (Benjamin Marzinski) [2090507] +- dm: remove unnecessary local variables in __bind (Benjamin Marzinski) [2090507] +- dm: requeue IO if mapping table not yet available (Benjamin Marzinski) [2090507] +- dm io: remove stale comment block for dm_io() (Benjamin Marzinski) [2090507] +- dm thin metadata: remove unused dm_thin_remove_block and __remove (Benjamin Marzinski) [2090507] +- dm thin: use time_is_before_jiffies instead of open coding it (Benjamin Marzinski) [2090507] +- dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS (Benjamin Marzinski) [2090507] +- dm: fix use-after-free in dm_cleanup_zoned_dev() (Benjamin Marzinski) [2090507] +- dm ioctl: prevent potential spectre v1 gadget (Benjamin Marzinski) [2090507] +- dm: cleanup double word in comment (Benjamin Marzinski) [2090507] +- dm ima: fix wrong length calculation for no_data string (Benjamin Marzinski) [2090507] +- dm cache policy smq: make static read-only array table const (Benjamin Marzinski) [2090507] +- dm delay: use dm_submit_bio_remap (Benjamin Marzinski) [2090507] +- dm crypt: use dm_submit_bio_remap (Benjamin Marzinski) [2090507] +- dm: add dm_submit_bio_remap interface (Benjamin Marzinski) [2090507] +- dm: flag clones created by __send_duplicate_bios (Benjamin Marzinski) [2090507] +- dm: reduce dm_io and dm_target_io struct sizes (Benjamin Marzinski) [2090507] +- dm: move duplicate code from callers of alloc_tio into alloc_tio (Benjamin Marzinski) [2090507] +- dm: record old_sector in dm_target_io before calling map function (Benjamin Marzinski) [2090507] +- dm: remove legacy code only needed before submit_bio recursion (Benjamin Marzinski) [2090507] +- dm: remove unused mapped_device argument from free_tio (Benjamin Marzinski) [2090507] +- dm: remove impossible BUG_ON in __send_empty_flush (Benjamin Marzinski) [2090507] +- dm: reduce code duplication in __map_bio (Benjamin Marzinski) [2090507] +- dm: refactor dm_split_and_process_bio a bit (Benjamin Marzinski) [2090507] +- dm: fold __clone_and_map_data_bio into __split_and_process_bio (Benjamin Marzinski) [2090507] +- dm: rename split functions (Benjamin Marzinski) [2090507] +- dm: reorder members in mapped_device struct (Benjamin Marzinski) [2090507] +- dm: eliminate copying of dm_io fields in dm_io_dec_pending (Benjamin Marzinski) [2090507] + * Fri Jul 01 2022 Patrick Talbert [5.14.0-123.el9] - exec: Force single empty string when argv is empty (Diego Domingos) [2099482] - scsi: ibmvfc: Store vhost pointer during subcrq allocation (Gustavo Walbon) [2098103] diff --git a/sources b/sources index b33fcc707..aa266572c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-123.el9.tar.xz) = 73de8bb8fb633532f85407511b22f7b9d9d07c7a8c99f2d49a15aa4c48706966d7a1f575e1945919931a00147a84554cb931ef2b3ef50d4cc30eec272b90e2d5 -SHA512 (kernel-abi-stablelists-5.14.0-123.el9.tar.bz2) = b9e4b4f05d3e63af9bb9bd07b891c7d98fb90efa93259bba976b45c6bb904b581a9e39ad9419615def8306026578a42812c52f6aacd10113cd78fc977158a8aa -SHA512 (kernel-kabi-dw-5.14.0-123.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-124.el9.tar.xz) = 834f011810402818e895ea976023ce43456af3f9cf95d9ae26e71b930d5e4fb1665eda4616c041dc183cc2652dc3bb0adb5c55d45ea85c61ad049e05ca7e86d6 +SHA512 (kernel-abi-stablelists-5.14.0-124.el9.tar.bz2) = 7df8c0753633bbd41114981adfdf026526c1fc40796dcfb99fd1f2ca88671e577fb8dc6f1ad94164ee940ddea2274241e28b95dba33dd429c75f49d02b5b5f49 +SHA512 (kernel-kabi-dw-5.14.0-124.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674