kernel-4.18.0-540.el8
* Fri Feb 09 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-540.el8] - mm/readahead: reintroduce legacy madvise_willneed behavior to force_page_cache_readahead (Rafael Aquini) [RHEL-22476] - PCI: Disable ATS for specific Intel IPU E2000 devices (Myron Stowe) [RHEL-21011] - PCI: Extract ATS disabling to a helper function (Myron Stowe) [RHEL-21011] - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (Tony Camuso) [RHEL-14732] - HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID (Tony Camuso) [RHEL-14732] - HID: intel-ish-hid: Fix kernel panic during warm reset (Tony Camuso) [RHEL-14732] - net: usb: ax88179_178a: avoid failed operations when device is disconnected (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: avoid two consecutive device resets (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: fix failed operations during ax88179_reset (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: Bind only to vendor-specific interface (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: wol optimizations (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: move priv to driver_priv (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: restore state on resume (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: clean up pm calls (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: remove redundant init code (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: make drivers set the TSO limit not the GSO limit (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: add Allied Telesis AT-UMCs (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: add TSO feature (Jose Ignacio Tornos Martinez) [RHEL-17561] - ethernet: constify references to netdev->dev_addr in drivers (Jose Ignacio Tornos Martinez) [RHEL-17561] - net: usb: ax88179_178a: initialize local variables before use (Jose Ignacio Tornos Martinez) [RHEL-17561] - gve: Remove dependency on 4k page size. (Joshua Washington) [RHEL-22210] - gve: Add page size register to the register_page_list command. (Joshua Washington) [RHEL-22210] - gve: Remove obsolete checks that rely on page size. (Joshua Washington) [RHEL-22210] - gve: Deprecate adminq_pfn for pci revision 0x1. (Joshua Washington) [RHEL-22210] - gve: Perform adminq allocations through a dma_pool. (Joshua Washington) [RHEL-22210] - gve: add gve_features_check() (Joshua Washington) [RHEL-22210] - gve: Fixes for napi_poll when budget is 0 (Joshua Washington) [RHEL-22210] - gve: Do not fully free QPL pages on prefill errors (Joshua Washington) [RHEL-22210] - gve: Use size_add() in call to struct_size() (Joshua Washington) [RHEL-22210] - gve: fix frag_list chaining (Joshua Washington) [RHEL-22210] - gve: RX path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878] - gve: Tx path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878] - gve: Control path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878] - gve: trivial spell fix Recive to Receive (Joshua Washington) [RHEL-22210] - gve: unify driver name usage (Joshua Washington) [RHEL-22210] - gve: Set default duplex configuration to full (Joshua Washington) [RHEL-22210] - gve: Remove the code of clearing PBA bit (Joshua Washington) [RHEL-22210] - gve: Secure enough bytes in the first TX desc for all TCP pkts (Joshua Washington) [RHEL-22210] - gve: Cache link_speed value from device (Joshua Washington) [RHEL-22210] - gve: Add AF_XDP zero-copy support for GQI-QPL format (Joshua Washington) [RHEL-22210] - gve: Add XDP REDIRECT support for GQI-QPL format (Joshua Washington) [RHEL-22210] - gve: Add XDP DROP and TX support for GQI-QPL format (Joshua Washington) [RHEL-22210] - gve: Changes to add new TX queues (Joshua Washington) [RHEL-22210] - gve: XDP support GQI-QPL: helper function changes (Joshua Washington) [RHEL-22210] - gve: Fix gve interrupt names (Joshua Washington) [RHEL-22210] - gve: Handle alternate miss completions (Joshua Washington) [RHEL-22210] - gve: Adding a new AdminQ command to verify driver (Joshua Washington) [RHEL-22210] - gve: Fix error return code in gve_prefill_rx_pages() (Joshua Washington) [RHEL-22210] - gve: Reduce alloc and copy costs in the GQ rx path (Joshua Washington) [RHEL-22210] - google/gve:fix repeated words in comments (Joshua Washington) [RHEL-22210] - gve: Fix spelling mistake "droping" -> "dropping" (Joshua Washington) [RHEL-22210] - gve: enhance no queue page list detection (Joshua Washington) [RHEL-22210] - net: Google gve: Remove dma_wmb() before ringing doorbell (Joshua Washington) [RHEL-22210] Resolves: RHEL-14732, RHEL-17561, RHEL-21011, RHEL-22210, RHEL-22476, RHEL-9878 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
76d4d7fe1c
commit
340adeec0d
61
kernel.spec
61
kernel.spec
@ -12,7 +12,7 @@
|
|||||||
# change below to w4T.xzdio):
|
# change below to w4T.xzdio):
|
||||||
%define _binary_payload w3T.xzdio
|
%define _binary_payload w3T.xzdio
|
||||||
|
|
||||||
%global distro_build 539
|
%global distro_build 540
|
||||||
|
|
||||||
# Sign the x86_64 kernel for secure boot authentication
|
# Sign the x86_64 kernel for secure boot authentication
|
||||||
%ifarch x86_64 aarch64 s390x ppc64le
|
%ifarch x86_64 aarch64 s390x ppc64le
|
||||||
@ -38,10 +38,10 @@
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
|
|
||||||
%define specversion 4.18.0
|
%define specversion 4.18.0
|
||||||
%define pkgrelease 539.el8
|
%define pkgrelease 540.el8
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 539%{?dist}
|
%define specrelease 540%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}%{?buildid}
|
%define pkg_release %{specrelease}%{?buildid}
|
||||||
|
|
||||||
@ -2695,6 +2695,61 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-540.el8]
|
||||||
|
- mm/readahead: reintroduce legacy madvise_willneed behavior to force_page_cache_readahead (Rafael Aquini) [RHEL-22476]
|
||||||
|
- PCI: Disable ATS for specific Intel IPU E2000 devices (Myron Stowe) [RHEL-21011]
|
||||||
|
- PCI: Extract ATS disabling to a helper function (Myron Stowe) [RHEL-21011]
|
||||||
|
- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit (Tony Camuso) [RHEL-14732]
|
||||||
|
- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID (Tony Camuso) [RHEL-14732]
|
||||||
|
- HID: intel-ish-hid: Fix kernel panic during warm reset (Tony Camuso) [RHEL-14732]
|
||||||
|
- net: usb: ax88179_178a: avoid failed operations when device is disconnected (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: avoid two consecutive device resets (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: fix failed operations during ax88179_reset (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: Bind only to vendor-specific interface (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: wol optimizations (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: move priv to driver_priv (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: restore state on resume (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: clean up pm calls (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: remove redundant init code (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: make drivers set the TSO limit not the GSO limit (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: add Allied Telesis AT-UMCs (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: add TSO feature (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- ethernet: constify references to netdev->dev_addr in drivers (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- net: usb: ax88179_178a: initialize local variables before use (Jose Ignacio Tornos Martinez) [RHEL-17561]
|
||||||
|
- gve: Remove dependency on 4k page size. (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Add page size register to the register_page_list command. (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Remove obsolete checks that rely on page size. (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Deprecate adminq_pfn for pci revision 0x1. (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Perform adminq allocations through a dma_pool. (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: add gve_features_check() (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Fixes for napi_poll when budget is 0 (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Do not fully free QPL pages on prefill errors (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Use size_add() in call to struct_size() (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: fix frag_list chaining (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: RX path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878]
|
||||||
|
- gve: Tx path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878]
|
||||||
|
- gve: Control path for DQO-QPL (Joshua Washington) [RHEL-22210 RHEL-9878]
|
||||||
|
- gve: trivial spell fix Recive to Receive (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: unify driver name usage (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Set default duplex configuration to full (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Remove the code of clearing PBA bit (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Secure enough bytes in the first TX desc for all TCP pkts (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Cache link_speed value from device (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Add AF_XDP zero-copy support for GQI-QPL format (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Add XDP REDIRECT support for GQI-QPL format (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Add XDP DROP and TX support for GQI-QPL format (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Changes to add new TX queues (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: XDP support GQI-QPL: helper function changes (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Fix gve interrupt names (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Handle alternate miss completions (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Adding a new AdminQ command to verify driver (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Fix error return code in gve_prefill_rx_pages() (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Reduce alloc and copy costs in the GQ rx path (Joshua Washington) [RHEL-22210]
|
||||||
|
- google/gve:fix repeated words in comments (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: Fix spelling mistake "droping" -> "dropping" (Joshua Washington) [RHEL-22210]
|
||||||
|
- gve: enhance no queue page list detection (Joshua Washington) [RHEL-22210]
|
||||||
|
- net: Google gve: Remove dma_wmb() before ringing doorbell (Joshua Washington) [RHEL-22210]
|
||||||
|
|
||||||
* Mon Feb 05 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-539.el8]
|
* Mon Feb 05 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-539.el8]
|
||||||
- tcp: Dump bound-only sockets in inet_diag. (Guillaume Nault) [RHEL-6113]
|
- tcp: Dump bound-only sockets in inet_diag. (Guillaume Nault) [RHEL-6113]
|
||||||
- rh_messages.h: update driver and device lists (Scott Weaver) [RHEL-22126]
|
- rh_messages.h: update driver and device lists (Scott Weaver) [RHEL-22126]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-4.18.0-539.el8.tar.xz) = 629bc1e8ad43c221aad0281240a309c5a06e8f19cd1d07975ffacd3d8a969ec1b6df232552375a56bcb94d59a8de6c9a4f41d0c731b4bf52d2c81d848d6229fb
|
SHA512 (linux-4.18.0-540.el8.tar.xz) = 43012004ee112fd3c6345df5a4bd114be961a6d82138fea9b77ae4b699254463a875291f34f832f08e8625a9e23bcbe55aee2753e32910b9165d739502ac1953
|
||||||
SHA512 (kernel-abi-stablelists-4.18.0-539.tar.bz2) = 9d875e4c9340b5b1a85dd6a3c2a4e1db12a247547e728128880cf8a6fbda7225e266b69a9771691d111337721b18d63622fdb5d0b4c4820cc9cd936f711e5414
|
SHA512 (kernel-abi-stablelists-4.18.0-540.tar.bz2) = 252f04db7bf15b521624568c16a49fe8c2862a83ece5bac5f8bf276cc2dfb09e560f7c29b513739c490c525565f69182a8294360f4aaa89fedd702e0e1de5a82
|
||||||
SHA512 (kernel-kabi-dw-4.18.0-539.tar.bz2) = 8a671ed3c9b7f4b25fd4e594b62bc4a26474cb705d3ed22ca376618b3c7962fc72ace1ffd02c9c3a192d9d2c449d38228809542d7f16ebad16f8127020eb2faf
|
SHA512 (kernel-kabi-dw-4.18.0-540.tar.bz2) = 8a671ed3c9b7f4b25fd4e594b62bc4a26474cb705d3ed22ca376618b3c7962fc72ace1ffd02c9c3a192d9d2c449d38228809542d7f16ebad16f8127020eb2faf
|
||||||
|
Loading…
Reference in New Issue
Block a user