diff --git a/kernel.spec b/kernel.spec index 59f7ce1..929b0db 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 532 +%global distro_build 533 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 532.rt7.321.el8 +%define pkgrelease 533.rt7.322.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 532.rt7.321%{?dist} +%define specrelease 533.rt7.322%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .321 +%global rtbuild .322 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2698,6 +2698,56 @@ fi # # %changelog +* Tue Jan 02 2024 Denys Vlasenko [4.18.0-533.rt7.322.el8] +- [rt] build kernel-rt-4.18.0-533.rt7.322.el8 [RHEL-5332] +- netlink: support extack in dump ->start() (Hangbin Liu) [RHEL-17272] +- audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() (Artem Savkov) [RHEL-16009] +- audit: don't take task_lock() in audit_exe_compare() code path (Artem Savkov) [RHEL-16009] +- IB/ipoib: Fix mcast list locking (Daniel Vacek) [RHEL-19244] +- RDMA/IPoIB: Fix error code return in ipoib_mcast_join (Daniel Vacek) [RHEL-19244] +- ipvlan: Fix a reference count leak warning in ipvlan_ns_exit() (Davide Caratti) [RHEL-14290] +- ipvlan: Fix return value of ipvlan_queue_xmit() (Davide Caratti) [RHEL-14290] +- scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly (Oleksandr Natalenko) [2228079] +- scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly (Oleksandr Natalenko) [2228079] +- scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly (Oleksandr Natalenko) [2228079] +- xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() (Vitaly Kuznetsov) [RHEL-15958] +- xen-blkfront: switch kcalloc to kvcalloc for large array allocation (Vitaly Kuznetsov) [RHEL-15958] +- xen-blkfront: fix kernel panic with negotiate_mq error path (Vitaly Kuznetsov) [RHEL-15958] +- tracing/timerlat: Add user-space interface (Chris White) [RHEL-15142] +- tracing/osnoise: Skip running osnoise if all instances are off (Chris White) [RHEL-15142] +- tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable (Chris White) [RHEL-15142] +- tracing/timerlat: Always wakeup the timerlat thread (Chris White) [RHEL-15142] +- tracing/osnoise: Fix notify new tracing_max_latency (Chris White) [RHEL-15142] +- tracing/timerlat: Notify new max thread latency (Chris White) [RHEL-15142] +- trace/osnoise: make use of the helper function kthread_run_on_cpu() (Chris White) [RHEL-15142] +- kthread: add the helper function kthread_run_on_cpu() (Chris White) [RHEL-15142] +- iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close (Michal Schmidt) [RHEL-15675] +- iavf: Handle ntuple on/off based on new state machines for flow director (Michal Schmidt) [RHEL-15675] +- iavf: Introduce new state machines for flow director (Michal Schmidt) [RHEL-15675] +- iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero (Michal Schmidt) [RHEL-15675] +- iavf: delete the iavf client interface (Michal Schmidt) [RHEL-15675] +- iavf: add a common function for undoing the interrupt scheme (Michal Schmidt) [RHEL-15675] +- iavf: use unregister_netdev (Michal Schmidt) [RHEL-15675] +- iavf: rely on netdev's own registered state (Michal Schmidt) [RHEL-15675] +- iavf: fix the waiting time for initial reset (Michal Schmidt) [RHEL-15675] +- iavf: in iavf_down, don't queue watchdog_task if comms failed (Michal Schmidt) [RHEL-15675] +- iavf: simplify mutex_trylock+sleep loops (Michal Schmidt) [RHEL-15675] +- iavf: fix comments about old bit locks (Michal Schmidt) [RHEL-15675] +- iavf: in iavf_down, disable queues when removing the driver (Michal Schmidt) [RHEL-15675] +- iavf: initialize waitqueues before starting watchdog_task (Michal Schmidt) [RHEL-15675] +- iavf: delete unused iavf_mac_info fields (Michal Schmidt) [RHEL-15675] +- iavf: fix format warnings (Michal Schmidt) [RHEL-15675] +- iavf: fix string truncation warnings (Michal Schmidt) [RHEL-15675] +- iavf: remove "inline" functions from iavf_txrx.c (Michal Schmidt) [RHEL-15675] +- iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set (Michal Schmidt) [RHEL-15675] +- iavf: Fix promiscuous mode configuration flow messages (Michal Schmidt) [RHEL-15675] +- iavf: fix FDIR rule fields masks validation (Michal Schmidt) [RHEL-15675] +- iavf: fix potential races for FDIR filters (Michal Schmidt) [RHEL-15675] +- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED (Michal Schmidt) [RHEL-15675] +- iavf: fix potential deadlock on allocation failure (Michal Schmidt) [RHEL-15675] +- iavf: Remove unnecessary aer.h include (Michal Schmidt) [RHEL-15675] +- iavf: Remove redundant pci_enable_pcie_error_reporting() (Michal Schmidt) [RHEL-15675] + * Thu Dec 21 2023 Denys Vlasenko [4.18.0-532.rt7.321.el8] - [rt] build kernel-rt-4.18.0-532.rt7.321.el8 [RHEL-5332] - devres: handle zero size in devm_kmalloc() (Mark Langsdorf) [RHEL-1025 RHEL-14039] diff --git a/sources b/sources index 92fbe5f..9e1f41a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-532.rt7.321.el8.tar.xz) = 600388f1d4fd2cd544baa5d21f936099e9b26a1d60390bbb5dbebd27250d6e945727adac94668cf38a93f2c610a0b2bd085f1b27efc25ff256dd065643247d7f +SHA512 (linux-4.18.0-533.rt7.322.el8.tar.xz) = 354d58fe914975d317b1dcbaf14e090e5b650bad426c877bf5a264158a56c1771879f25b9b6c927be480ccab277bf65cd25ba2dc3c84db2af9b3dcd1b18813f0