diff --git a/kernel.spec b/kernel.spec index 8d31890..a8dd49b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 487 +%global distro_build 488 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define rpmversion 4.18.0 -%define pkgrelease 487.rt7.276.el8 +%define pkgrelease 488.rt7.277.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 487.rt7.276%{?dist} +%define specrelease 488.rt7.277%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .276 +%global rtbuild .277 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2697,6 +2697,67 @@ fi # # %changelog +* Mon Apr 24 2023 Derek Barbosa [4.18.0-488.rt7.277.el8] +- [rt] build kernel-rt-4.18.0-488.rt7.277.el8 [2180997] +- crypto: qat - add support for 402xx devices (Vladis Dronov) [2144529] +- crypto: qat - drop log level of msg in get_instance_node() (Vladis Dronov) [2144529] +- crypto: qat - fix out-of-bounds read (Vladis Dronov) [2144529] +- Documentation: qat: change kernel version (Vladis Dronov) [2144529] +- crypto: qat - add qat_zlib_deflate (Vladis Dronov) [2144529] +- crypto: qat - extend buffer list logic interface (Vladis Dronov) [2144529] +- crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' (Vladis Dronov) [2144529] +- crypto: qat - add resubmit logic for decompression (Vladis Dronov) [2144529] +- crypto: acomp - define max size for destination (Vladis Dronov) [2144529] +- crypto: qat - enable deflate for QAT GEN4 (Vladis Dronov) [2144529] +- crypto: qat - expose deflate through acomp api for QAT GEN2 (Vladis Dronov) [2144529] +- crypto: qat - rename and relocate GEN2 config function (Vladis Dronov) [2144529] +- crypto: qat - relocate qat_algs_alloc_flags() (Vladis Dronov) [2144529] +- crypto: qat - relocate backlog related structures (Vladis Dronov) [2144529] +- crypto: qat - extend buffer list interface (Vladis Dronov) [2144529] +- crypto: qat - generalize crypto request buffers (Vladis Dronov) [2144529] +- crypto: qat - change bufferlist logic interface (Vladis Dronov) [2144529] +- crypto: qat - rename bufferlist functions (Vladis Dronov) [2144529] +- crypto: qat - relocate bufferlist logic (Vladis Dronov) [2144529] +- crypto: qat - Use helper to set reqsize (Vladis Dronov) [2144529] +- crypto: kpp - Add helper to set reqsize (Vladis Dronov) [2144529] +- crypto: qat - fix error return code in adf_probe (Vladis Dronov) [2144529] +- crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe (Vladis Dronov) [2144529] +- selftests: net: rps_default_mask.sh: delete veth link specifically (Hangbin Liu) [2185801] +- selftests: net: devlink_port_split.py: skip test if no suitable device available (Hangbin Liu) [2185801] +- selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (Hangbin Liu) [2185801] +- selftests/tls: Add {} to avoid static checker warning (Hangbin Liu) [2185801] +- selftests: nft_nat: ensuring the listening side is up before starting the client (Hangbin Liu) [2185801] +- selftest: fib_tests: Always cleanup before exit (Hangbin Liu) [2185801] +- selftests/net: Interpret UDP_GRO cmsg data as an int value (Hangbin Liu) [2185801] +- selftests: forwarding: lib: quote the sysctl values (Hangbin Liu) [2185801] +- selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking (Hangbin Liu) [2185801] +- selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs (Hangbin Liu) [2185801] +- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided (Hangbin Liu) [2185801] +- selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning (Hangbin Liu) [2185801] +- selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload (Hangbin Liu) [2185801] +- selftests: forwarding: Fix failing tests with old libnet (Hangbin Liu) [2185801] +- powerpc/pseries/mobility: set NMI watchdog factor during an LPM (Mamatha Inamdar) [2186026] +- powerpc/watchdog: introduce a NMI watchdog's factor (Mamatha Inamdar) [2186026] +- watchdog: export lockup_detector_reconfigure (Mamatha Inamdar) [2186026] +- powerpc/mobility: wait for memory transfer to complete (Mamatha Inamdar) [2186026] +- crypto: drbg - Only fail when jent is unavailable in FIPS mode (Vladis Dronov) [2175712] +- crypto: jitter - permanent and intermittent health errors (Vladis Dronov) [2175712] +- crypto: jitter - quit sample collection loop upon RCT failure (Vladis Dronov) [2175712] +- crypto: jitter - don't limit ->health_failure check to FIPS mode (Vladis Dronov) [2175712] +- crypto: jitter - drop kernel-doc notation (Vladis Dronov) [2175712] +- selftests/livepatch: normalize sysctl error message (Julia Denham) [RHEL-256] +- livepatch: Skip livepatch tests if ftrace cannot be configured (Julia Denham) [RHEL-256] +- livepatch: Add a missing newline character in klp_module_coming() (Julia Denham) [RHEL-256] +- livepatch: fix race between fork and KLP transition (Julia Denham) [RHEL-256] +- scsi: bnx2i: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Nilesh Javali) [2164956] +- x86/xen: Split HVM vector callback setup and interrupt gate allocation (Prarit Bhargava) [2187810] +- s390/uaccess: add missing earlyclobber annotations to __clear_user() (Tobias Huschle) [2183078] +- s390/qeth: fix use-after-free in hsci (Tobias Huschle) [2183992] +- SUNRPC: Fix a server shutdown leak (Benjamin Coddington) [2166107] +- powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabled (Mamatha Inamdar) [2184979] +- cnic: don't pass bogus GFP_ flags to dma_alloc_coherent (Nilesh Javali) [2164958] +- cnic: Use the bitmap API to allocate bitmaps (Nilesh Javali) [2164958] + * Tue Apr 18 2023 John B. Wyatt IV [4.18.0-487.rt7.276.el8] - [rt] build kernel-rt-4.18.0-487.rt7.276.el8 [2180997] - kernel/fork: Restore vfree_atomic in free_thread_stack() (Crystal Wood) [2159514] diff --git a/sources b/sources index b8b14be..a5c02a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-487.rt7.276.el8.tar.xz) = f1a62f2388b9c7e63e77a79c537bb846979d2b729336da381bb5567eb31d1f4cee43c5263c91ea597eddd7b6a27b8cbf3af9980bb349a5af51ddff43f8ae2e6f +SHA512 (linux-4.18.0-488.rt7.277.el8.tar.xz) = 682c2ac102a55c7ba90bf5d5f34c830717a63546ccf25a0467d8572d7bd7f7969c9dee34ba172044f50aa3256ce6f0662956f9ea75b43dbe2a0000cb348209e0