kernel-4.18.0-533.el8
* Tue Jan 02 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-533.el8] - 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] Resolves: rhbz#2228079, RHEL-14290, RHEL-15142, RHEL-15675, RHEL-15958, RHEL-16009, RHEL-17272, RHEL-19244 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
6b7a127699
commit
d2a1611c65
55
kernel.spec
55
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.el8
|
||||
%define pkgrelease 533.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 532%{?dist}
|
||||
%define specrelease 533%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2695,6 +2695,55 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jan 02 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-533.el8]
|
||||
- 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 <dvlasenk@redhat.com> [4.18.0-532.el8]
|
||||
- devres: handle zero size in devm_kmalloc() (Mark Langsdorf) [RHEL-1025 RHEL-14039]
|
||||
- cpufreq: ACPI: Prevent a warning when another frequency driver is loaded (Mark Langsdorf) [RHEL-1025]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-4.18.0-532.el8.tar.xz) = d3feff814e67d776fc3e1cd5139a7b3478df44efdc4f529ff627df00afd7209a0f9b7e35245357ffae486e3f39f78c9828ce1e34affb97df45857e9470b7cd57
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-532.tar.bz2) = 4be31df11a03b81cdfcbfc9c0772e6d3cb1aa9189311996a8223ee9a085031ce799e2377ce361b3edd78af3d29187e4d132a6307e4e2a844fcec0aff271e7577
|
||||
SHA512 (kernel-kabi-dw-4.18.0-532.tar.bz2) = a8b00c7ae3653dc7305ad2a7c14ebbdad9c0b90248b7c2e4b4f31f2a23a11dfe7a1931f8e676a7dcb11b06ff87a21838ae4ccf837549b73ff76bff397e758a9f
|
||||
SHA512 (linux-4.18.0-533.el8.tar.xz) = 969dd3ec2686994133a06dfdcbbf1ea9f873287a7a5b185b81ca8d15422ae842a0d179407d740e2dd2c9443c751f375be4c87502e797a4e8c57d46324e6c6626
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-533.tar.bz2) = c89beeae5833e75e6f4a543ee8252de4fecbe98c7b27758823a3637d1521a7da408ae0e4d5acd25802c9ed01160b4711e595639b1b81da7ea33d4c3d68ebe073
|
||||
SHA512 (kernel-kabi-dw-4.18.0-533.tar.bz2) = a8b00c7ae3653dc7305ad2a7c14ebbdad9c0b90248b7c2e4b4f31f2a23a11dfe7a1931f8e676a7dcb11b06ff87a21838ae4ccf837549b73ff76bff397e758a9f
|
||||
|
Loading…
Reference in New Issue
Block a user