From ab94c0d0d52e2fb8522debc1f3cc9905a77c712b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 9 Dec 2023 17:40:34 +0100 Subject: [PATCH] kernel-4.18.0-530.el8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Sat Dec 09 2023 Denys Vlasenko [4.18.0-530.el8] - Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb (David Marlin) [RHEL-1231] {CVE-2023-40283} - amd_hsmp: Add HSMP protocol version 5 messages (John Allen) [2072238] - KVM: s390/mm: Properly reset no-dat (Cédric Le Goater) [RHEL-17383] - KVM: s390: vsie: fix wrong VIR 37 when MSO is used (Cédric Le Goater) [RHEL-17383] - nvme-rdma: fix typo in comment (Kamal Heib) [RHEL-10968] - nvme-rdma: minor cleanup in nvme_rdma_create_cq() (Kamal Heib) [RHEL-10968] - scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress (Chris Leech) [RHEL-8200 RHEL-8992] {CVE-2023-2162} - scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress (Chris Leech) [RHEL-8200 RHEL-8992] {CVE-2023-2162} - ibmveth: Reduce default tx queues to 8 (Mamatha Inamdar) [RHEL-11209] - ibmveth: Ethtool set queue support (Mamatha Inamdar) [RHEL-11209] - ibmveth: Implement multi queue on xmit (Mamatha Inamdar) [RHEL-11209] - ibmveth: Copy tx skbs into a premapped buffer (Mamatha Inamdar) [RHEL-11209] - ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() (Mamatha Inamdar) [RHEL-11209] - vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, use bool for rep (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, union perm checks in vt_do_kdsk_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, extract vt_kdgkbent and vt_kdskbent (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, sort includes (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, include linux/spinlock.h (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, extend func_buf_lock to readers (John W. Linville) [RHEL-3015] {CVE-2020-25656} - vt: keyboard, simplify vt_kdgkbsent (John W. Linville) [RHEL-3015] {CVE-2020-25656} - tty/vt: fix write/write race in ioctl(KDSKBSENT) handler (John W. Linville) [RHEL-3015] {CVE-2020-25656} - tty: keyboard, do not speculate on func_table index (John W. Linville) [RHEL-3015] {CVE-2020-25656} - Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release (David Marlin) [RHEL-17716] - Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout (David Marlin) [RHEL-17716] - bluetooth: use dev_addr_set() (David Marlin) [RHEL-17716] - bluetooth: use eth_hw_addr_set() (David Marlin) [RHEL-17716] - Bluetooth: Rename driver .prevent_wake to .wakeup (David Marlin) [RHEL-17716] - Bluetooth: btrtl: Ask ic_info to drop firmware (David Marlin) [RHEL-17716] - Bluetooth: btusb: Add support for TP-Link UB500 Adapter (David Marlin) [RHEL-17716] - Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg (David Marlin) [RHEL-17716] - Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices (David Marlin) [RHEL-17716] - Bluetooth: hci_vhci: Add force_prevent_wake entry (David Marlin) [RHEL-17716] - Bluetooth: hci_vhci: Add force_suspend entry (David Marlin) [RHEL-17716] - Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier (David Marlin) [RHEL-17716] - Bluetooth: btrsi: remove superfluous header files from btrsi.c (David Marlin) [RHEL-17716] - Bluetooth: btrtl: Set VsMsftOpCode based on device table (David Marlin) [RHEL-17716] - Bluetooth: Fix handling of experimental feature for codec offload (David Marlin) [RHEL-17716] - Bluetooth: Fix handling of experimental feature for quality reports (David Marlin) [RHEL-17716] - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE (David Marlin) [RHEL-17716] - Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extension (David Marlin) [RHEL-17716] - Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension (David Marlin) [RHEL-17716] - Bluetooth: Apply missing portion of previously applied commit to correct context. (David Marlin) [RHEL-17716] - Bluetooth: Fix wrong opcode when LL privacy enabled (David Marlin) [RHEL-17716] - Bluetooth: Fix Advertisement Monitor Suspend/Resume (David Marlin) [RHEL-17716] - Bluetooth: hci_h5: directly return hci_uart_register_device() ret-val (David Marlin) [RHEL-17716] - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs (David Marlin) [RHEL-17716] - Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c (David Marlin) [RHEL-17716] - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (David Marlin) [RHEL-17716] - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc (David Marlin) [RHEL-17716] - Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeout (David Marlin) [RHEL-17716] - Bluetooth: Fix passing NULL to PTR_ERR (David Marlin) [RHEL-17716] - Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF (David Marlin) [RHEL-17716] - Bluetooth: eir: Move EIR/Adv Data functions to its own file (David Marlin) [RHEL-17716] - Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg (David Marlin) [RHEL-17716] - Bluetooth: Add bt_skb_sendmmsg helper (David Marlin) [RHEL-17716] - Bluetooth: hci_uart: fix GPF in h5_recv (David Marlin) [RHEL-17716] - Bluetooth: btintel: Fix incorrect out of memory check (David Marlin) [RHEL-17716] - Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycle (David Marlin) [RHEL-17716] - Bluetooth: hci_vhci: Add support for offload codecs over SCO (David Marlin) [RHEL-17716] - Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transport (David Marlin) [RHEL-17716] - Bluetooth: Add offload feature under experimental flag (David Marlin) [RHEL-17716] - Bluetooth: Add support for msbc coding format (David Marlin) [RHEL-17716] - Bluetooth: btintel: Define a callback to fetch codec config data (David Marlin) [RHEL-17716] - Bluetooth: Configure codec for HFP offload use case (David Marlin) [RHEL-17716] - Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command (David Marlin) [RHEL-17716] - Bluetooth: Allow setting of codec for HFP offload use case (David Marlin) [RHEL-17716] - Bluetooth: btintel: Define callback to fetch data_path_id (David Marlin) [RHEL-17716] - Bluetooth: Allow querying of supported offload codecs over SCO socket (David Marlin) [RHEL-17716] - Bluetooth: btintel: Read supported offload use cases (David Marlin) [RHEL-17716] - Bluetooth: Add support for Read Local Supported Codecs V2 (David Marlin) [RHEL-17716] - Bluetooth: Enumerate local supported codec and cache details (David Marlin) [RHEL-17716] - Bluetooth: fix init and cleanup of sco_conn.timeout_work (David Marlin) [RHEL-17716] - Bluetooth: call sock_hold earlier in sco_conn_del (David Marlin) [RHEL-17716] - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) (David Marlin) [RHEL-17716] - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A (David Marlin) [RHEL-17716] - Bluetooth: btintel: Read boot address irrespective of controller mode (David Marlin) [RHEL-17716] - Bluetooth: btintel: Fix boot address (David Marlin) [RHEL-17716] - Bluetooth: Fix using RPA when address has been resolved (David Marlin) [RHEL-17716] - Bluetooth: Fix using address type from events (David Marlin) [RHEL-17716] - Bluetooth: Fix enabling advertising for central role (David Marlin) [RHEL-17716] - Bluetooth: set quality report callback for Intel (David Marlin) [RHEL-17716] - Bluetooth: Support the quality report events (David Marlin) [RHEL-17716] - Bluetooth: refactor set_exp_feature with a feature table (David Marlin) [RHEL-17716] - Bluetooth: btintel: support link statistics telemetry events (David Marlin) [RHEL-17716] - Bluetooth: btusb: disable Intel link statistics telemetry events (David Marlin) [RHEL-17716] - Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATA (David Marlin) [RHEL-17716] - Bluetooth: reorganize functions from hci_sock_sendmsg() (David Marlin) [RHEL-17716] - crypto: qat - prevent underflow in rp2srv_store() (Vladis Dronov) [RHEL-15642] - crypto: qat - fix deadlock in backlog processing (Vladis Dronov) [RHEL-15642] - crypto: qat - move adf_cfg_services (Vladis Dronov) [RHEL-15642] - crypto: qat - add num_rps sysfs attribute (Vladis Dronov) [RHEL-15642] - crypto: qat - add rp2svc sysfs attribute (Vladis Dronov) [RHEL-15642] - crypto: qat - add rate limiting sysfs interface (Vladis Dronov) [RHEL-15642] - crypto: qat - add rate limiting feature to qat_4xxx (Vladis Dronov) [RHEL-15642] - crypto: qat - add retrieval of fw capabilities (Vladis Dronov) [RHEL-15642] - crypto: qat - add bits.h to icp_qat_hw.h (Vladis Dronov) [RHEL-15642] - crypto: qat - move admin api (Vladis Dronov) [RHEL-15642] - crypto: qat - fix ring to service map for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - use masks for AE groups (Vladis Dronov) [RHEL-15642] - crypto: qat - refactor fw config related functions (Vladis Dronov) [RHEL-15642] - crypto: qat - count QAT GEN4 errors (Vladis Dronov) [RHEL-15642] - crypto: qat - add error counters (Vladis Dronov) [RHEL-15642] - crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - add adf_get_aram_base() helper function (Vladis Dronov) [RHEL-15642] - crypto: qat - add handling of compression related errors for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - add reporting of correctable errors for QAT GEN4 (Vladis Dronov) [RHEL-15642] - crypto: qat - add infrastructure for error reporting (Vladis Dronov) [RHEL-15642] - crypto: qat - fix double free during reset (Vladis Dronov) [RHEL-15642] - crypto: qat - add cnv_errors debugfs file (Vladis Dronov) [RHEL-15642] - crypto: qat - add pm_status debugfs file (Vladis Dronov) [RHEL-15642] - crypto: qat - refactor included headers (Vladis Dronov) [RHEL-15642] - crypto: qat - Remove zlib-deflate (Vladis Dronov) [RHEL-15642] - crypto: qat - increase size of buffers (Vladis Dronov) [RHEL-15642] - crypto: qat - enable dc chaining service (Vladis Dronov) [RHEL-15642] - crypto: qat - consolidate services structure (Vladis Dronov) [RHEL-15642] - crypto: qat - fix unregistration of compression algorithms (Vladis Dronov) [RHEL-15642] - crypto: qat - fix unregistration of crypto algorithms (Vladis Dronov) [RHEL-15642] - crypto: qat - ignore subsequent state up commands (Vladis Dronov) [RHEL-15642] - crypto: qat - do not shadow error code (Vladis Dronov) [RHEL-15642] - crypto: qat - fix state machines cleanup paths (Vladis Dronov) [RHEL-15642] - crypto: qat - refactor deprecated strncpy (Vladis Dronov) [RHEL-15642] - crypto: qat - Use list_for_each_entry() helper (Vladis Dronov) [RHEL-15642] - Documentation: ABI: debugfs-driver-qat: fix fw_counters path (Vladis Dronov) [RHEL-15642] - crypto: qat - fix crypto capability detection for 4xxx (Vladis Dronov) [RHEL-15642] - crypto: qat - Remove unused function declarations (Vladis Dronov) [RHEL-15642] - crypto: qat - use kfree_sensitive instead of memset/kfree() (Vladis Dronov) [RHEL-15642] - crypto: qat - replace the if statement with min() (Vladis Dronov) [RHEL-15642] - crypto: qat - add heartbeat counters check (Vladis Dronov) [RHEL-15642] - crypto: qat - add heartbeat feature (Vladis Dronov) [RHEL-15642] - crypto: qat - add measure clock frequency (Vladis Dronov) [RHEL-15642] - crypto: qat - drop obsolete heartbeat interface (Vladis Dronov) [RHEL-15642] - crypto: qat - add internal timer for qat 4xxx (Vladis Dronov) [RHEL-15642] - crypto: qat - add fw_counters debugfs file (Vladis Dronov) [RHEL-15642] - crypto: qat - change value of default idle filter (Vladis Dronov) [RHEL-15642] - crypto: qat - do not export adf_init_admin_pm() (Vladis Dronov) [RHEL-15642] - crypto: qat - expose pm_idle_enabled through sysfs (Vladis Dronov) [RHEL-15642] - crypto: qat - extend configuration for 4xxx (Vladis Dronov) [RHEL-15642] - crypto: qat - refactor fw config logic for 4xxx (Vladis Dronov) [RHEL-15642] - crypto: qat - make fw images name constant (Vladis Dronov) [RHEL-15642] - crypto: qat - move returns to default case (Vladis Dronov) [RHEL-15642] - crypto: qat - unmap buffers before free for RSA (Vladis Dronov) [RHEL-15642] - crypto: qat - unmap buffer before free for DH (Vladis Dronov) [RHEL-15642] - crypto: qat - update slice mask for 4xxx devices (Vladis Dronov) [RHEL-15642] - crypto: qat - set deprecated capabilities as reserved (Vladis Dronov) [RHEL-15642] - crypto: qat - add missing function declaration in adf_dbgfs.h (Vladis Dronov) [RHEL-15642] - crypto: qat - move dbgfs init to separate file (Vladis Dronov) [RHEL-15642] - crypto: qat - drop redundant adf_enable_aer() (Vladis Dronov) [RHEL-15642] - crypto: qat - fix apply custom thread-service mapping for dc service (Vladis Dronov) [RHEL-15642] - crypto: qat - make state machine functions static (Vladis Dronov) [RHEL-15642] - crypto: qat - refactor device restart logic (Vladis Dronov) [RHEL-15642] - crypto: qat - replace state machine calls (Vladis Dronov) [RHEL-15642] - crypto: qat - fix concurrency issue when device state changes (Vladis Dronov) [RHEL-15642] - crypto: qat - delay sysfs initialization (Vladis Dronov) [RHEL-15642] - crypto: qat - Include algapi.h for low-level Crypto API (Vladis Dronov) [RHEL-15642] - crypto: rsa-pkcs1pad - Use helper to set reqsize (Vladis Dronov) [RHEL-15642] - units: Add BYTES_PER_*BIT (Vladis Dronov) [RHEL-15642] Resolves: rhbz#2072238, RHEL-10968, RHEL-11209, RHEL-1231, RHEL-15642, RHEL-17383, RHEL-17716, RHEL-3015, RHEL-8200, RHEL-8992 Signed-off-by: Denys Vlasenko --- kernel.spec | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 6 +- 2 files changed, 168 insertions(+), 6 deletions(-) diff --git a/kernel.spec b/kernel.spec index 8b3cf64fe..3209a0ed3 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 529 +%global distro_build 530 # 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 529.el8 +%define pkgrelease 530.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 529%{?dist} +%define specrelease 530%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2695,6 +2695,168 @@ fi # # %changelog +* Sat Dec 09 2023 Denys Vlasenko [4.18.0-530.el8] +- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb (David Marlin) [RHEL-1231] {CVE-2023-40283} +- amd_hsmp: Add HSMP protocol version 5 messages (John Allen) [2072238] +- KVM: s390/mm: Properly reset no-dat (Cédric Le Goater) [RHEL-17383] +- KVM: s390: vsie: fix wrong VIR 37 when MSO is used (Cédric Le Goater) [RHEL-17383] +- nvme-rdma: fix typo in comment (Kamal Heib) [RHEL-10968] +- nvme-rdma: minor cleanup in nvme_rdma_create_cq() (Kamal Heib) [RHEL-10968] +- scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress (Chris Leech) [RHEL-8200 RHEL-8992] {CVE-2023-2162} +- scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress (Chris Leech) [RHEL-8200 RHEL-8992] {CVE-2023-2162} +- ibmveth: Reduce default tx queues to 8 (Mamatha Inamdar) [RHEL-11209] +- ibmveth: Ethtool set queue support (Mamatha Inamdar) [RHEL-11209] +- ibmveth: Implement multi queue on xmit (Mamatha Inamdar) [RHEL-11209] +- ibmveth: Copy tx skbs into a premapped buffer (Mamatha Inamdar) [RHEL-11209] +- ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() (Mamatha Inamdar) [RHEL-11209] +- vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, use bool for rep (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, union perm checks in vt_do_kdsk_ioctl (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, extract vt_kdgkbent and vt_kdskbent (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, sort includes (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, include linux/spinlock.h (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, extend func_buf_lock to readers (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- vt: keyboard, simplify vt_kdgkbsent (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- tty/vt: fix write/write race in ioctl(KDSKBSENT) handler (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- tty: keyboard, do not speculate on func_table index (John W. Linville) [RHEL-3015] {CVE-2020-25656} +- Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release (David Marlin) [RHEL-17716] +- Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout (David Marlin) [RHEL-17716] +- bluetooth: use dev_addr_set() (David Marlin) [RHEL-17716] +- bluetooth: use eth_hw_addr_set() (David Marlin) [RHEL-17716] +- Bluetooth: Rename driver .prevent_wake to .wakeup (David Marlin) [RHEL-17716] +- Bluetooth: btrtl: Ask ic_info to drop firmware (David Marlin) [RHEL-17716] +- Bluetooth: btusb: Add support for TP-Link UB500 Adapter (David Marlin) [RHEL-17716] +- Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg (David Marlin) [RHEL-17716] +- Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices (David Marlin) [RHEL-17716] +- Bluetooth: hci_vhci: Add force_prevent_wake entry (David Marlin) [RHEL-17716] +- Bluetooth: hci_vhci: Add force_suspend entry (David Marlin) [RHEL-17716] +- Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier (David Marlin) [RHEL-17716] +- Bluetooth: btrsi: remove superfluous header files from btrsi.c (David Marlin) [RHEL-17716] +- Bluetooth: btrtl: Set VsMsftOpCode based on device table (David Marlin) [RHEL-17716] +- Bluetooth: Fix handling of experimental feature for codec offload (David Marlin) [RHEL-17716] +- Bluetooth: Fix handling of experimental feature for quality reports (David Marlin) [RHEL-17716] +- Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE (David Marlin) [RHEL-17716] +- Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extension (David Marlin) [RHEL-17716] +- Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension (David Marlin) [RHEL-17716] +- Bluetooth: Apply missing portion of previously applied commit to correct context. (David Marlin) [RHEL-17716] +- Bluetooth: Fix wrong opcode when LL privacy enabled (David Marlin) [RHEL-17716] +- Bluetooth: Fix Advertisement Monitor Suspend/Resume (David Marlin) [RHEL-17716] +- Bluetooth: hci_h5: directly return hci_uart_register_device() ret-val (David Marlin) [RHEL-17716] +- Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs (David Marlin) [RHEL-17716] +- Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c (David Marlin) [RHEL-17716] +- Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (David Marlin) [RHEL-17716] +- Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc (David Marlin) [RHEL-17716] +- Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeout (David Marlin) [RHEL-17716] +- Bluetooth: Fix passing NULL to PTR_ERR (David Marlin) [RHEL-17716] +- Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF (David Marlin) [RHEL-17716] +- Bluetooth: eir: Move EIR/Adv Data functions to its own file (David Marlin) [RHEL-17716] +- Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg (David Marlin) [RHEL-17716] +- Bluetooth: Add bt_skb_sendmmsg helper (David Marlin) [RHEL-17716] +- Bluetooth: hci_uart: fix GPF in h5_recv (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Fix incorrect out of memory check (David Marlin) [RHEL-17716] +- Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycle (David Marlin) [RHEL-17716] +- Bluetooth: hci_vhci: Add support for offload codecs over SCO (David Marlin) [RHEL-17716] +- Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transport (David Marlin) [RHEL-17716] +- Bluetooth: Add offload feature under experimental flag (David Marlin) [RHEL-17716] +- Bluetooth: Add support for msbc coding format (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Define a callback to fetch codec config data (David Marlin) [RHEL-17716] +- Bluetooth: Configure codec for HFP offload use case (David Marlin) [RHEL-17716] +- Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command (David Marlin) [RHEL-17716] +- Bluetooth: Allow setting of codec for HFP offload use case (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Define callback to fetch data_path_id (David Marlin) [RHEL-17716] +- Bluetooth: Allow querying of supported offload codecs over SCO socket (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Read supported offload use cases (David Marlin) [RHEL-17716] +- Bluetooth: Add support for Read Local Supported Codecs V2 (David Marlin) [RHEL-17716] +- Bluetooth: Enumerate local supported codec and cache details (David Marlin) [RHEL-17716] +- Bluetooth: fix init and cleanup of sco_conn.timeout_work (David Marlin) [RHEL-17716] +- Bluetooth: call sock_hold earlier in sco_conn_del (David Marlin) [RHEL-17716] +- Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) (David Marlin) [RHEL-17716] +- Bluetooth: btusb: Add the new support ID for Realtek RTL8852A (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Read boot address irrespective of controller mode (David Marlin) [RHEL-17716] +- Bluetooth: btintel: Fix boot address (David Marlin) [RHEL-17716] +- Bluetooth: Fix using RPA when address has been resolved (David Marlin) [RHEL-17716] +- Bluetooth: Fix using address type from events (David Marlin) [RHEL-17716] +- Bluetooth: Fix enabling advertising for central role (David Marlin) [RHEL-17716] +- Bluetooth: set quality report callback for Intel (David Marlin) [RHEL-17716] +- Bluetooth: Support the quality report events (David Marlin) [RHEL-17716] +- Bluetooth: refactor set_exp_feature with a feature table (David Marlin) [RHEL-17716] +- Bluetooth: btintel: support link statistics telemetry events (David Marlin) [RHEL-17716] +- Bluetooth: btusb: disable Intel link statistics telemetry events (David Marlin) [RHEL-17716] +- Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATA (David Marlin) [RHEL-17716] +- Bluetooth: reorganize functions from hci_sock_sendmsg() (David Marlin) [RHEL-17716] +- crypto: qat - prevent underflow in rp2srv_store() (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix deadlock in backlog processing (Vladis Dronov) [RHEL-15642] +- crypto: qat - move adf_cfg_services (Vladis Dronov) [RHEL-15642] +- crypto: qat - add num_rps sysfs attribute (Vladis Dronov) [RHEL-15642] +- crypto: qat - add rp2svc sysfs attribute (Vladis Dronov) [RHEL-15642] +- crypto: qat - add rate limiting sysfs interface (Vladis Dronov) [RHEL-15642] +- crypto: qat - add rate limiting feature to qat_4xxx (Vladis Dronov) [RHEL-15642] +- crypto: qat - add retrieval of fw capabilities (Vladis Dronov) [RHEL-15642] +- crypto: qat - add bits.h to icp_qat_hw.h (Vladis Dronov) [RHEL-15642] +- crypto: qat - move admin api (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix ring to service map for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - use masks for AE groups (Vladis Dronov) [RHEL-15642] +- crypto: qat - refactor fw config related functions (Vladis Dronov) [RHEL-15642] +- crypto: qat - count QAT GEN4 errors (Vladis Dronov) [RHEL-15642] +- crypto: qat - add error counters (Vladis Dronov) [RHEL-15642] +- crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - add adf_get_aram_base() helper function (Vladis Dronov) [RHEL-15642] +- crypto: qat - add handling of compression related errors for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - add reporting of correctable errors for QAT GEN4 (Vladis Dronov) [RHEL-15642] +- crypto: qat - add infrastructure for error reporting (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix double free during reset (Vladis Dronov) [RHEL-15642] +- crypto: qat - add cnv_errors debugfs file (Vladis Dronov) [RHEL-15642] +- crypto: qat - add pm_status debugfs file (Vladis Dronov) [RHEL-15642] +- crypto: qat - refactor included headers (Vladis Dronov) [RHEL-15642] +- crypto: qat - Remove zlib-deflate (Vladis Dronov) [RHEL-15642] +- crypto: qat - increase size of buffers (Vladis Dronov) [RHEL-15642] +- crypto: qat - enable dc chaining service (Vladis Dronov) [RHEL-15642] +- crypto: qat - consolidate services structure (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix unregistration of compression algorithms (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix unregistration of crypto algorithms (Vladis Dronov) [RHEL-15642] +- crypto: qat - ignore subsequent state up commands (Vladis Dronov) [RHEL-15642] +- crypto: qat - do not shadow error code (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix state machines cleanup paths (Vladis Dronov) [RHEL-15642] +- crypto: qat - refactor deprecated strncpy (Vladis Dronov) [RHEL-15642] +- crypto: qat - Use list_for_each_entry() helper (Vladis Dronov) [RHEL-15642] +- Documentation: ABI: debugfs-driver-qat: fix fw_counters path (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix crypto capability detection for 4xxx (Vladis Dronov) [RHEL-15642] +- crypto: qat - Remove unused function declarations (Vladis Dronov) [RHEL-15642] +- crypto: qat - use kfree_sensitive instead of memset/kfree() (Vladis Dronov) [RHEL-15642] +- crypto: qat - replace the if statement with min() (Vladis Dronov) [RHEL-15642] +- crypto: qat - add heartbeat counters check (Vladis Dronov) [RHEL-15642] +- crypto: qat - add heartbeat feature (Vladis Dronov) [RHEL-15642] +- crypto: qat - add measure clock frequency (Vladis Dronov) [RHEL-15642] +- crypto: qat - drop obsolete heartbeat interface (Vladis Dronov) [RHEL-15642] +- crypto: qat - add internal timer for qat 4xxx (Vladis Dronov) [RHEL-15642] +- crypto: qat - add fw_counters debugfs file (Vladis Dronov) [RHEL-15642] +- crypto: qat - change value of default idle filter (Vladis Dronov) [RHEL-15642] +- crypto: qat - do not export adf_init_admin_pm() (Vladis Dronov) [RHEL-15642] +- crypto: qat - expose pm_idle_enabled through sysfs (Vladis Dronov) [RHEL-15642] +- crypto: qat - extend configuration for 4xxx (Vladis Dronov) [RHEL-15642] +- crypto: qat - refactor fw config logic for 4xxx (Vladis Dronov) [RHEL-15642] +- crypto: qat - make fw images name constant (Vladis Dronov) [RHEL-15642] +- crypto: qat - move returns to default case (Vladis Dronov) [RHEL-15642] +- crypto: qat - unmap buffers before free for RSA (Vladis Dronov) [RHEL-15642] +- crypto: qat - unmap buffer before free for DH (Vladis Dronov) [RHEL-15642] +- crypto: qat - update slice mask for 4xxx devices (Vladis Dronov) [RHEL-15642] +- crypto: qat - set deprecated capabilities as reserved (Vladis Dronov) [RHEL-15642] +- crypto: qat - add missing function declaration in adf_dbgfs.h (Vladis Dronov) [RHEL-15642] +- crypto: qat - move dbgfs init to separate file (Vladis Dronov) [RHEL-15642] +- crypto: qat - drop redundant adf_enable_aer() (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix apply custom thread-service mapping for dc service (Vladis Dronov) [RHEL-15642] +- crypto: qat - make state machine functions static (Vladis Dronov) [RHEL-15642] +- crypto: qat - refactor device restart logic (Vladis Dronov) [RHEL-15642] +- crypto: qat - replace state machine calls (Vladis Dronov) [RHEL-15642] +- crypto: qat - fix concurrency issue when device state changes (Vladis Dronov) [RHEL-15642] +- crypto: qat - delay sysfs initialization (Vladis Dronov) [RHEL-15642] +- crypto: qat - Include algapi.h for low-level Crypto API (Vladis Dronov) [RHEL-15642] +- crypto: rsa-pkcs1pad - Use helper to set reqsize (Vladis Dronov) [RHEL-15642] +- units: Add BYTES_PER_*BIT (Vladis Dronov) [RHEL-15642] + * Tue Dec 05 2023 Denys Vlasenko [4.18.0-529.el8] - netfilter: xt_sctp: validate the flag_info count (Wander Lairson Costa) [RHEL-11728] {CVE-2023-39193} - nvmet: nul-terminate the NQNs passed in the connect command (Maurizio Lombardi) [RHEL-16690] {CVE-2023-6121} diff --git a/sources b/sources index 3860dd104..1fd0793c5 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-4.18.0-529.el8.tar.xz) = e282d9d1d0fe855180bf2843f647389ff2b8fe15a06e7159e025f09f09b71a6302fc2fdea889934c50d5e0feb335efacbebb60a8e2f9d68f206690b6ff18e7f2 -SHA512 (kernel-abi-stablelists-4.18.0-529.tar.bz2) = e573f4eec7c5a060e7a6bab3a3bc774393079697467eda8bd18920d5c46163d3e6891e0a88baf0190181a7e46587fffab72f518632d4eeee0cd22fb15a9447cb -SHA512 (kernel-kabi-dw-4.18.0-529.tar.bz2) = d716899a00a955b542acffa31dc7c05601d4350f6515a94878e1a0d517da8c0ceb9948d8a57769ffda7783a3a1048a99098125d0f85c13e5c351b02bebcc8502 +SHA512 (linux-4.18.0-530.el8.tar.xz) = deea5c287e8c861d2e5edb5774d115a7d1fab53aa079389a9d2fb3d9c0ba9017575f18546289ff4f027939ff610919e6b1123fad55839a4b98f498b77cccbb93 +SHA512 (kernel-abi-stablelists-4.18.0-530.tar.bz2) = 40ade6bac62772ed5a52b23e8e5c742ace20867b22808ed6cf26b7410e2bdb070c1a477e7d287932db789edae00d6970619cb7e93c3dc86f4a724a286860d5ca +SHA512 (kernel-kabi-dw-4.18.0-530.tar.bz2) = d716899a00a955b542acffa31dc7c05601d4350f6515a94878e1a0d517da8c0ceb9948d8a57769ffda7783a3a1048a99098125d0f85c13e5c351b02bebcc8502