diff --git a/download b/download index b18e6d6cb73c5083803aac32294015f176e618d5..12c4640ee0f70c0e5ee5d9e58bfcd6be24b1fb5d 100644 --- a/download +++ b/download @@ -1,3 +1,3 @@ -31635da7a27932ecbffcbf1146017324 kernel-abi-stablelists-4.18.0-553.tar.bz2 +bd2ec3ec1bacbd9253b0c49893cb63a3 kernel-abi-stablelists-4.18.0-553.tar.bz2 559191ff3ea6f1f91b7d06563f479e39 kernel-kabi-dw-4.18.0-553.tar.bz2 -69f6504c34c49047f58af485d1c60803 linux-4.18.0-553.46.1.el8_10.tar.xz +169a38fea8f80333d11aa18237e2aa81 linux-4.18.0-553.50.1.el8_10.tar.xz diff --git a/gating.yaml b/gating.yaml index 65c0ef0a4da5e136b673ee6092b3db1eb5f90c76..7e162375c9173c0be3e4e8e8ded37b83f612f290 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,12 +3,17 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: cki.tier1-aarch64.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-ppc64le.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-s390x.functional} - - !PassingTestCaseRule {test_case_name: cki.tier1-x86_64.functional} - - !PassingTestCaseRule {test_case_name: s1-aws-ci_x86_64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-aws-ci_aarch64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-azure-ci_x86_64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-azure-ci_aarch64.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: s1-gcp-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-aarch64.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-debug-x86_64.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-ppc64le.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-s390x.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-x86_64.tier1.functional} +excluded_packages: [kernel-rt] +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-debug-x86_64.tier1.functional} + - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.kernel-rt-x86_64.tier1.functional} +packages: [kernel-rt] diff --git a/kernel.spec b/kernel.spec index ef6a29a56472327a3c690a2b4d9ba102ae8cbcf9..fc582635ced2d359b07bd5d91394eeba06271408 100644 --- a/kernel.spec +++ b/kernel.spec @@ -39,10 +39,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 553.46.1.el8_10 +%define pkgrelease 553.50.1.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.46.1%{anolis_release}%{?dist} +%define specrelease 553.50.1%{anolis_release}%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2699,9 +2699,55 @@ fi # # %changelog -* Thu Mar 27 2025 Xiaoping Liu - 4.18.0-553.46.1.0.1 +* Fri Apr 18 2025 Xiaoping Liu - 4.18.0-553.50.1.0.1 - kernel:repair dwarves causes kernel compilation to fail +* Thu Apr 10 2025 Denys Vlasenko [4.18.0-553.50.1.el8_10] +- perf debug: Set debug_peo_args and redirect_to_stderr variable to correct values in perf_quiet_option() (Michael Petlan) [RHEL-82119] +- ALSA: usb-audio: Fix out of bounds reads when finding clock sources (Jarod Wilson) [RHEL-86737] {CVE-2024-53150} +- scsi: storvsc: Set correct data length for sending SCSI command without payload (Cathy Avery) [RHEL-83052] +- ice: fold ice_ptp_read_time into ice_ptp_gettimex64 (Michal Schmidt) [RHEL-85852] +- ice: avoid the PTP hardware semaphore in gettimex64 path (Michal Schmidt) [RHEL-85852] +- ice: add ice_adapter for shared data across PFs on the same NIC (Michal Schmidt) [RHEL-85852] + +* Thu Apr 03 2025 Denys Vlasenko [4.18.0-553.49.1.el8_10] +- net/mlx5: Fix error path in multi-packet WQE transmit (CKI Backport Bot) [RHEL-84244] +- redhat: drop Y issues from changelog (Jan Stancek) +- md/md-bitmap: fix writing non bitmap changes local to RHEL (Nigel Croxon) [RHEL-80673] +- md/md-bitmap: fix writing non bitmap pages (Nigel Croxon) [RHEL-80673] +- md-bitmap: use %%pD to print the file name in md_bitmap_file_kick (Nigel Croxon) [RHEL-80673] +- md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap (Nigel Croxon) [RHEL-80673] +- md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page (Nigel Croxon) [RHEL-80673] +- raid1: update discard granularity when adding new disk (Nigel Croxon) [RHEL-71499] +- x86/xen: remove hypercall page (Vitaly Kuznetsov) [RHEL-70666] {CVE-2024-53241} +- x86/xen: use new hypercall functions instead of hypercall page (Vitaly Kuznetsov) [RHEL-70666] {CVE-2024-53241} + +* Thu Mar 27 2025 Denys Vlasenko [4.18.0-553.48.1.el8_10] +- rhel-8.10: gate kernel on kernel-qe tests results not cki ones (Bruno Goncalves) +- gfs2: skip if we cannot defer delete (Andreas Gruenbacher) [RHEL-76208] +- gfs2: remove redundant warnings (Andreas Gruenbacher) [RHEL-76208] +- gfs2: minor evict fix (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Prevent inode creation race (2) (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Fix additional unlikely request cancelation race (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Fix request cancelation bug (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Check for empty queue in run_queue (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Remove more dead code in add_to_queue (Andreas Gruenbacher) [RHEL-76208] +- gfs2: remove dead code in add_to_queue (Su Hui) [RHEL-76208] +- gfs2: Remove LM_FLAG_PRIORITY flag (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Add GLF_PENDING_REPLY flag (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Remove and replace gfs2_glock_queue_work (Andreas Gruenbacher) [RHEL-76208] +- gfs2: do_xmote fixes (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Clear flags when withdraw prevents xmote (Bob Peterson) [RHEL-76208] +- gfs2: fix a deadlock on withdraw-during-mount (Bob Peterson) [RHEL-76208] +- gfs2: gfs2_evict_inode clarification (Andreas Gruenbacher) [RHEL-76208] +- gfs2: Remove misleading comments in gfs2_evict_inode (Andreas Gruenbacher) [RHEL-76208] + +* Thu Mar 20 2025 Denys Vlasenko [4.18.0-553.47.1.el8_10] +- nfs: don't invalidate dentries on transient errors (Scott Mayhew) [RHEL-78136] +- ethtool: runtime-resume netdev parent before ethtool ioctl ops (John J Coleman) [RHEL-78156] +- bpf: Use raw_spinlock_t in ringbuf (Viktor Malik) [RHEL-79911] {CVE-2024-50138} + * Thu Mar 13 2025 Denys Vlasenko [4.18.0-553.46.1.el8_10] - s390/pci: Fix handling of isolated VFs (Mete Durlu) [RHEL-81934] - s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn() (Mete Durlu) [RHEL-81934]