From f0c51041a795f83982714b1d46707fe6e02f89fa Mon Sep 17 00:00:00 2001 From: Lucas Zampieri Date: Thu, 14 Mar 2024 09:56:16 -0300 Subject: [PATCH] kernel-5.14.0-430.el9 * Thu Mar 14 2024 Lucas Zampieri [5.14.0-430.el9] - genirq: Wake interrupt threads immediately when changing affinity (Crystal Wood) [RHEL-9148] - scsi: core: Move scsi_host_busy() out of host lock if it is for per-command (Ming Lei) [RHEL-23941] - scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler (Ming Lei) [RHEL-23941] - tracing/timerlat: Move hrtimer_init to timerlat_fd open() (John Kacur) [RHEL-28655] - crypto: akcipher - Disable signing and decryption (Herbert Xu) [RHEL-17113] {CVE-2023-6240} - RDMA/siw: Fix connection failure handling (Kamal Heib) [RHEL-28044] {CVE-2023-52513} - x86/mm: Fix memory encryption features advertisement (Vitaly Kuznetsov) [RHEL-26662] - x86/coco: Export cc_vendor (Vitaly Kuznetsov) [RHEL-26662] - afs: fix __afs_break_callback() / afs_drop_open_mmap() race (Marc Dionne) [RHEL-25171] - afs: Increase buffer size in afs_update_volume_status() (Marc Dionne) [RHEL-25171] - afs: Fix ignored callbacks over ipv4 (Marc Dionne) [RHEL-25171] - rxrpc: Fix counting of new acks and nacks (Marc Dionne) [RHEL-25171] - rxrpc: Fix response to PING RESPONSE ACKs to a dead call (Marc Dionne) [RHEL-25171] - rxrpc: Fix delayed ACKs to not set the reference serial number (Marc Dionne) [RHEL-25171] - rxrpc: Fix generation of serial numbers to skip zero (Marc Dionne) [RHEL-25171] - afs: Fix missing/incorrect unlocking of RCU read lock (Marc Dionne) [RHEL-25171] - afs: Remove afs_dynroot_d_revalidate() as it is redundant (Marc Dionne) [RHEL-25171] - afs: Fix error handling with lookup via FS.InlineBulkStatus (Marc Dionne) [RHEL-25171] - afs: Don't use certain unnecessary folio_*() functions (Marc Dionne) [RHEL-25171] - rxrpc: Fix use of Don't Fragment flag (Marc Dionne) [RHEL-25171] - rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue (Marc Dionne) [RHEL-25171] - afs: trace: Log afs_make_call(), including server address (Marc Dionne) [RHEL-25171] - afs: Fix offline and busy message emission (Marc Dionne) [RHEL-25171] - afs: Fix fileserver rotation (Marc Dionne) [RHEL-25171] - afs: Overhaul invalidation handling to better support RO volumes (Marc Dionne) [RHEL-25171] - afs: Parse the VolSync record in the reply of a number of RPC ops (Marc Dionne) [RHEL-25171] - afs: Don't leave DONTUSE/NEWREPSITE servers out of server list (Marc Dionne) [RHEL-25171] - afs: Fix comment in afs_do_lookup() (Marc Dionne) [RHEL-25171] - afs: Apply server breaks to mmap'd files in the call processor (Marc Dionne) [RHEL-25171] - afs: Move the vnode/volume validity checking code into its own file (Marc Dionne) [RHEL-25171] - afs: Defer volume record destruction to a workqueue (Marc Dionne) [RHEL-25171] - afs: Make it possible to find the volumes that are using a server (Marc Dionne) [RHEL-25171] - afs: Combine the endpoint state bools into a bitmask (Marc Dionne) [RHEL-25171] - afs: Keep a record of the current fileserver endpoint state (Marc Dionne) [RHEL-25171] - afs: Dispatch vlserver probes in priority order (Marc Dionne) [RHEL-25171] - afs: Dispatch fileserver probes in priority order (Marc Dionne) [RHEL-25171] - afs: Mark address lists with configured priorities (Marc Dionne) [RHEL-25171] - afs: Provide a way to configure address priorities (Marc Dionne) [RHEL-25171] - afs: Remove the unimplemented afs_cmp_addr_list() (Marc Dionne) [RHEL-25171] - afs: Add some more info to /proc/net/afs/servers (Marc Dionne) [RHEL-25171] - rxrpc: Create a procfile to display outstanding client conn bundles (Marc Dionne) [RHEL-25171] - afs: Fold the afs_addr_cursor struct in (Marc Dionne) [RHEL-25171] - afs: Use peer + service_id as call address (Marc Dionne) [RHEL-25171] - afs: Add a tracepoint for struct afs_addr_list (Marc Dionne) [RHEL-25171] - afs: Automatically generate trace tag enums (Marc Dionne) [RHEL-25171] - afs: Rename some fields (Marc Dionne) [RHEL-25171] - afs: Simplify error handling (Marc Dionne) [RHEL-25171] - afs: Don't put afs_call in afs_wait_for_call_to_complete() (Marc Dionne) [RHEL-25171] - afs: Wrap most op->error accesses with inline funcs (Marc Dionne) [RHEL-25171] - afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration (Marc Dionne) [RHEL-25171] - afs: Handle the VIO and UAEIO aborts explicitly (Marc Dionne) [RHEL-25171] - afs: Rename addr_list::failed to probe_failed (Marc Dionne) [RHEL-25171] - afs: Don't skip server addresses for which we didn't get an RTT reading (Marc Dionne) [RHEL-25171] - rxrpc, afs: Allow afs to pin rxrpc_peer objects (Marc Dionne) [RHEL-25171] - afs: Turn the afs_addr_list address array into an array of structs (Marc Dionne) [RHEL-25171] - afs: Add comments on abort handling (Marc Dionne) [RHEL-25171] - rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() (Marc Dionne) [RHEL-25171] - afs: use read_seqbegin() in afs_check_validity() and afs_getattr() (Marc Dionne) [RHEL-25171] - afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() (Marc Dionne) [RHEL-25171] - afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() (Marc Dionne) [RHEL-25171] - afs: Fix use-after-free due to get/remove race in volume tree (Marc Dionne) [RHEL-25171] - afs: Fix overwriting of result of DNS query (Marc Dionne) [RHEL-25171] - afs: Fix dynamic root lookup DNS check (Marc Dionne) [RHEL-25171] - afs: Fix the dynamic root's d_delete to always delete unused dentries (Marc Dionne) [RHEL-25171] - afs: Fix refcount underflow from error handling race (Marc Dionne) [RHEL-25171] - afs: do not test the return value of folio_start_writeback() (Marc Dionne) [RHEL-25171] - afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY (Marc Dionne) [RHEL-25171] - afs: Fix file locking on R/O volumes to operate in local mode (Marc Dionne) [RHEL-25171] - afs: Return ENOENT if no cell DNS record can be found (Marc Dionne) [RHEL-25171] - afs: Make error on cell lookup failure consistent with OpenAFS (Marc Dionne) [RHEL-25171] - afs: Fix afs_server_list to be cleaned up with RCU (Marc Dionne) [RHEL-25171] - rxrpc: Defer the response to a PING ACK until we've parsed it (Marc Dionne) [RHEL-25171] - rxrpc: Fix RTT determination to use any ACK as a source (Marc Dionne) [RHEL-25171] - rxrpc: Fix some minor issues with bundle tracing (Marc Dionne) [RHEL-25171] - rxrpc: Fix two connection reaping bugs (Marc Dionne) [RHEL-25171] - afs: Provide a splice-read wrapper (Marc Dionne) [RHEL-25171] - rxrpc: Replace fake flex-array with flexible-array member (Marc Dionne) [RHEL-25171] - x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (Paolo Bonzini) [RHEL-23426] - x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (Paolo Bonzini) [RHEL-23426] - x86/boot: Move x86_cache_alignment initialization to correct spot (Paolo Bonzini) [RHEL-23426] - x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of a two-phase approach (Paolo Bonzini) [RHEL-23426] - KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu (Prasad Pandit) [RHEL-2815] - drm/tegra: Remove existing framebuffer only if we support display (Robert Foss) [RHEL-26130] - Deprecate qla4xxx in RHEL-9 (Chris Leech) [RHEL-1241] - dm-bufio: fix no-sleep mode (Benjamin Marzinski) [RHEL-23968] - selftests: rtnetlink: add MACsec offload tests (Sabrina Dubroca) [RHEL-24616] - netdevsim: add dummy macsec offload (Sabrina Dubroca) [RHEL-24616] - selftests: rtnetlink: Make the set of tests to run configurable (Sabrina Dubroca) [RHEL-24616] Resolves: RHEL-17113, RHEL-23941, RHEL-25171, RHEL-26662, RHEL-28044, RHEL-28655, RHEL-9148 Signed-off-by: Lucas Zampieri --- Makefile.rhelver | 2 +- kernel.changelog | 105 +++++++++++++++++++++++++++++++++++++++++++++++ kernel.spec | 98 +++++++++++++++++++++++++++++++++++++++++-- sources | 6 +-- 4 files changed, 203 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 3d7c8d0..ca76759 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 5 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 429 +RHEL_RELEASE = 430 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index dea8068..445a548 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,94 @@ +* Thu Mar 14 2024 Lucas Zampieri [5.14.0-430.el9] +- genirq: Wake interrupt threads immediately when changing affinity (Crystal Wood) [RHEL-9148] +- scsi: core: Move scsi_host_busy() out of host lock if it is for per-command (Ming Lei) [RHEL-23941] +- scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler (Ming Lei) [RHEL-23941] +- tracing/timerlat: Move hrtimer_init to timerlat_fd open() (John Kacur) [RHEL-28655] +- crypto: akcipher - Disable signing and decryption (Herbert Xu) [RHEL-17113] {CVE-2023-6240} +- RDMA/siw: Fix connection failure handling (Kamal Heib) [RHEL-28044] {CVE-2023-52513} +- x86/mm: Fix memory encryption features advertisement (Vitaly Kuznetsov) [RHEL-26662] +- x86/coco: Export cc_vendor (Vitaly Kuznetsov) [RHEL-26662] +- afs: fix __afs_break_callback() / afs_drop_open_mmap() race (Marc Dionne) [RHEL-25171] +- afs: Increase buffer size in afs_update_volume_status() (Marc Dionne) [RHEL-25171] +- afs: Fix ignored callbacks over ipv4 (Marc Dionne) [RHEL-25171] +- rxrpc: Fix counting of new acks and nacks (Marc Dionne) [RHEL-25171] +- rxrpc: Fix response to PING RESPONSE ACKs to a dead call (Marc Dionne) [RHEL-25171] +- rxrpc: Fix delayed ACKs to not set the reference serial number (Marc Dionne) [RHEL-25171] +- rxrpc: Fix generation of serial numbers to skip zero (Marc Dionne) [RHEL-25171] +- afs: Fix missing/incorrect unlocking of RCU read lock (Marc Dionne) [RHEL-25171] +- afs: Remove afs_dynroot_d_revalidate() as it is redundant (Marc Dionne) [RHEL-25171] +- afs: Fix error handling with lookup via FS.InlineBulkStatus (Marc Dionne) [RHEL-25171] +- afs: Don't use certain unnecessary folio_*() functions (Marc Dionne) [RHEL-25171] +- rxrpc: Fix use of Don't Fragment flag (Marc Dionne) [RHEL-25171] +- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue (Marc Dionne) [RHEL-25171] +- afs: trace: Log afs_make_call(), including server address (Marc Dionne) [RHEL-25171] +- afs: Fix offline and busy message emission (Marc Dionne) [RHEL-25171] +- afs: Fix fileserver rotation (Marc Dionne) [RHEL-25171] +- afs: Overhaul invalidation handling to better support RO volumes (Marc Dionne) [RHEL-25171] +- afs: Parse the VolSync record in the reply of a number of RPC ops (Marc Dionne) [RHEL-25171] +- afs: Don't leave DONTUSE/NEWREPSITE servers out of server list (Marc Dionne) [RHEL-25171] +- afs: Fix comment in afs_do_lookup() (Marc Dionne) [RHEL-25171] +- afs: Apply server breaks to mmap'd files in the call processor (Marc Dionne) [RHEL-25171] +- afs: Move the vnode/volume validity checking code into its own file (Marc Dionne) [RHEL-25171] +- afs: Defer volume record destruction to a workqueue (Marc Dionne) [RHEL-25171] +- afs: Make it possible to find the volumes that are using a server (Marc Dionne) [RHEL-25171] +- afs: Combine the endpoint state bools into a bitmask (Marc Dionne) [RHEL-25171] +- afs: Keep a record of the current fileserver endpoint state (Marc Dionne) [RHEL-25171] +- afs: Dispatch vlserver probes in priority order (Marc Dionne) [RHEL-25171] +- afs: Dispatch fileserver probes in priority order (Marc Dionne) [RHEL-25171] +- afs: Mark address lists with configured priorities (Marc Dionne) [RHEL-25171] +- afs: Provide a way to configure address priorities (Marc Dionne) [RHEL-25171] +- afs: Remove the unimplemented afs_cmp_addr_list() (Marc Dionne) [RHEL-25171] +- afs: Add some more info to /proc/net/afs/servers (Marc Dionne) [RHEL-25171] +- rxrpc: Create a procfile to display outstanding client conn bundles (Marc Dionne) [RHEL-25171] +- afs: Fold the afs_addr_cursor struct in (Marc Dionne) [RHEL-25171] +- afs: Use peer + service_id as call address (Marc Dionne) [RHEL-25171] +- afs: Add a tracepoint for struct afs_addr_list (Marc Dionne) [RHEL-25171] +- afs: Automatically generate trace tag enums (Marc Dionne) [RHEL-25171] +- afs: Rename some fields (Marc Dionne) [RHEL-25171] +- afs: Simplify error handling (Marc Dionne) [RHEL-25171] +- afs: Don't put afs_call in afs_wait_for_call_to_complete() (Marc Dionne) [RHEL-25171] +- afs: Wrap most op->error accesses with inline funcs (Marc Dionne) [RHEL-25171] +- afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration (Marc Dionne) [RHEL-25171] +- afs: Handle the VIO and UAEIO aborts explicitly (Marc Dionne) [RHEL-25171] +- afs: Rename addr_list::failed to probe_failed (Marc Dionne) [RHEL-25171] +- afs: Don't skip server addresses for which we didn't get an RTT reading (Marc Dionne) [RHEL-25171] +- rxrpc, afs: Allow afs to pin rxrpc_peer objects (Marc Dionne) [RHEL-25171] +- afs: Turn the afs_addr_list address array into an array of structs (Marc Dionne) [RHEL-25171] +- afs: Add comments on abort handling (Marc Dionne) [RHEL-25171] +- rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() (Marc Dionne) [RHEL-25171] +- afs: use read_seqbegin() in afs_check_validity() and afs_getattr() (Marc Dionne) [RHEL-25171] +- afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() (Marc Dionne) [RHEL-25171] +- afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() (Marc Dionne) [RHEL-25171] +- afs: Fix use-after-free due to get/remove race in volume tree (Marc Dionne) [RHEL-25171] +- afs: Fix overwriting of result of DNS query (Marc Dionne) [RHEL-25171] +- afs: Fix dynamic root lookup DNS check (Marc Dionne) [RHEL-25171] +- afs: Fix the dynamic root's d_delete to always delete unused dentries (Marc Dionne) [RHEL-25171] +- afs: Fix refcount underflow from error handling race (Marc Dionne) [RHEL-25171] +- afs: do not test the return value of folio_start_writeback() (Marc Dionne) [RHEL-25171] +- afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY (Marc Dionne) [RHEL-25171] +- afs: Fix file locking on R/O volumes to operate in local mode (Marc Dionne) [RHEL-25171] +- afs: Return ENOENT if no cell DNS record can be found (Marc Dionne) [RHEL-25171] +- afs: Make error on cell lookup failure consistent with OpenAFS (Marc Dionne) [RHEL-25171] +- afs: Fix afs_server_list to be cleaned up with RCU (Marc Dionne) [RHEL-25171] +- rxrpc: Defer the response to a PING ACK until we've parsed it (Marc Dionne) [RHEL-25171] +- rxrpc: Fix RTT determination to use any ACK as a source (Marc Dionne) [RHEL-25171] +- rxrpc: Fix some minor issues with bundle tracing (Marc Dionne) [RHEL-25171] +- rxrpc: Fix two connection reaping bugs (Marc Dionne) [RHEL-25171] +- afs: Provide a splice-read wrapper (Marc Dionne) [RHEL-25171] +- rxrpc: Replace fake flex-array with flexible-array member (Marc Dionne) [RHEL-25171] +- x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (Paolo Bonzini) [RHEL-23426] +- x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (Paolo Bonzini) [RHEL-23426] +- x86/boot: Move x86_cache_alignment initialization to correct spot (Paolo Bonzini) [RHEL-23426] +- x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of a two-phase approach (Paolo Bonzini) [RHEL-23426] +- KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu (Prasad Pandit) [RHEL-2815] +- drm/tegra: Remove existing framebuffer only if we support display (Robert Foss) [RHEL-26130] +- Deprecate qla4xxx in RHEL-9 (Chris Leech) [RHEL-1241] +- dm-bufio: fix no-sleep mode (Benjamin Marzinski) [RHEL-23968] +- selftests: rtnetlink: add MACsec offload tests (Sabrina Dubroca) [RHEL-24616] +- netdevsim: add dummy macsec offload (Sabrina Dubroca) [RHEL-24616] +- selftests: rtnetlink: Make the set of tests to run configurable (Sabrina Dubroca) [RHEL-24616] +Resolves: RHEL-17113, RHEL-23941, RHEL-25171, RHEL-26662, RHEL-28044, RHEL-28655, RHEL-9148 + * Mon Mar 11 2024 Lucas Zampieri [5.14.0-429.el9] - workqueue: Avoid using isolated cpus' timers on queue_delayed_work (Leonardo Bras) [RHEL-20254] - cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT (Chris Leech) [RHEL-26081] @@ -346,6 +437,20 @@ Resolves: RHEL-20254, RHEL-26081, RHEL-26616 - redhat: create an empty changelog file when changing its name (Herton R. Krzesinski) Resolves: RHEL-19514, RHEL-24906, RHEL-26162, RHEL-26354, RHEL-26672 +* Mon Mar 11 2024 Scott Weaver [5.14.0-427.2.1.el9_4] +- x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (Paolo Bonzini) [RHEL-23426] +- x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (Paolo Bonzini) [RHEL-23426] +- x86/boot: Move x86_cache_alignment initialization to correct spot (Paolo Bonzini) [RHEL-23426] +- x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of a two-phase approach (Paolo Bonzini) [RHEL-23426] +- KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu (Prasad Pandit) [RHEL-2815] +- drm/tegra: Remove existing framebuffer only if we support display (Robert Foss) [RHEL-26130] +- Deprecate qla4xxx in RHEL-9 (Chris Leech) [RHEL-1241] +- dm-bufio: fix no-sleep mode (Benjamin Marzinski) [RHEL-23968] +- selftests: rtnetlink: add MACsec offload tests (Sabrina Dubroca) [RHEL-24616] +- netdevsim: add dummy macsec offload (Sabrina Dubroca) [RHEL-24616] +- selftests: rtnetlink: Make the set of tests to run configurable (Sabrina Dubroca) [RHEL-24616] +Resolves: RHEL-1241, RHEL-23426, RHEL-23968, RHEL-24616, RHEL-26130, RHEL-2815 + * Mon Mar 04 2024 Scott Weaver [5.14.0-427.1.1.el9_4] - config: wifi: enable MT7925E card (Jose Ignacio Tornos Martinez) [RHEL-14693] - shmem: support idmapped mounts for tmpfs (Giuseppe Scrivano) [RHEL-23900] diff --git a/kernel.spec b/kernel.spec index fce35c3..6fcfa60 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 429 +%define pkgrelease 430 %define kversion 5 -%define tarfile_release 5.14.0-429.el9 +%define tarfile_release 5.14.0-430.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 429%{?buildid}%{?dist} +%define specrelease 430%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-429.el9 +%define kabiversion 5.14.0-430.el9 # # End of genspec.sh variables @@ -3733,6 +3733,96 @@ fi # # %changelog +* Thu Mar 14 2024 Lucas Zampieri [5.14.0-430.el9] +- genirq: Wake interrupt threads immediately when changing affinity (Crystal Wood) [RHEL-9148] +- scsi: core: Move scsi_host_busy() out of host lock if it is for per-command (Ming Lei) [RHEL-23941] +- scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler (Ming Lei) [RHEL-23941] +- tracing/timerlat: Move hrtimer_init to timerlat_fd open() (John Kacur) [RHEL-28655] +- crypto: akcipher - Disable signing and decryption (Herbert Xu) [RHEL-17113] {CVE-2023-6240} +- RDMA/siw: Fix connection failure handling (Kamal Heib) [RHEL-28044] {CVE-2023-52513} +- x86/mm: Fix memory encryption features advertisement (Vitaly Kuznetsov) [RHEL-26662] +- x86/coco: Export cc_vendor (Vitaly Kuznetsov) [RHEL-26662] +- afs: fix __afs_break_callback() / afs_drop_open_mmap() race (Marc Dionne) [RHEL-25171] +- afs: Increase buffer size in afs_update_volume_status() (Marc Dionne) [RHEL-25171] +- afs: Fix ignored callbacks over ipv4 (Marc Dionne) [RHEL-25171] +- rxrpc: Fix counting of new acks and nacks (Marc Dionne) [RHEL-25171] +- rxrpc: Fix response to PING RESPONSE ACKs to a dead call (Marc Dionne) [RHEL-25171] +- rxrpc: Fix delayed ACKs to not set the reference serial number (Marc Dionne) [RHEL-25171] +- rxrpc: Fix generation of serial numbers to skip zero (Marc Dionne) [RHEL-25171] +- afs: Fix missing/incorrect unlocking of RCU read lock (Marc Dionne) [RHEL-25171] +- afs: Remove afs_dynroot_d_revalidate() as it is redundant (Marc Dionne) [RHEL-25171] +- afs: Fix error handling with lookup via FS.InlineBulkStatus (Marc Dionne) [RHEL-25171] +- afs: Don't use certain unnecessary folio_*() functions (Marc Dionne) [RHEL-25171] +- rxrpc: Fix use of Don't Fragment flag (Marc Dionne) [RHEL-25171] +- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue (Marc Dionne) [RHEL-25171] +- afs: trace: Log afs_make_call(), including server address (Marc Dionne) [RHEL-25171] +- afs: Fix offline and busy message emission (Marc Dionne) [RHEL-25171] +- afs: Fix fileserver rotation (Marc Dionne) [RHEL-25171] +- afs: Overhaul invalidation handling to better support RO volumes (Marc Dionne) [RHEL-25171] +- afs: Parse the VolSync record in the reply of a number of RPC ops (Marc Dionne) [RHEL-25171] +- afs: Don't leave DONTUSE/NEWREPSITE servers out of server list (Marc Dionne) [RHEL-25171] +- afs: Fix comment in afs_do_lookup() (Marc Dionne) [RHEL-25171] +- afs: Apply server breaks to mmap'd files in the call processor (Marc Dionne) [RHEL-25171] +- afs: Move the vnode/volume validity checking code into its own file (Marc Dionne) [RHEL-25171] +- afs: Defer volume record destruction to a workqueue (Marc Dionne) [RHEL-25171] +- afs: Make it possible to find the volumes that are using a server (Marc Dionne) [RHEL-25171] +- afs: Combine the endpoint state bools into a bitmask (Marc Dionne) [RHEL-25171] +- afs: Keep a record of the current fileserver endpoint state (Marc Dionne) [RHEL-25171] +- afs: Dispatch vlserver probes in priority order (Marc Dionne) [RHEL-25171] +- afs: Dispatch fileserver probes in priority order (Marc Dionne) [RHEL-25171] +- afs: Mark address lists with configured priorities (Marc Dionne) [RHEL-25171] +- afs: Provide a way to configure address priorities (Marc Dionne) [RHEL-25171] +- afs: Remove the unimplemented afs_cmp_addr_list() (Marc Dionne) [RHEL-25171] +- afs: Add some more info to /proc/net/afs/servers (Marc Dionne) [RHEL-25171] +- rxrpc: Create a procfile to display outstanding client conn bundles (Marc Dionne) [RHEL-25171] +- afs: Fold the afs_addr_cursor struct in (Marc Dionne) [RHEL-25171] +- afs: Use peer + service_id as call address (Marc Dionne) [RHEL-25171] +- afs: Add a tracepoint for struct afs_addr_list (Marc Dionne) [RHEL-25171] +- afs: Automatically generate trace tag enums (Marc Dionne) [RHEL-25171] +- afs: Rename some fields (Marc Dionne) [RHEL-25171] +- afs: Simplify error handling (Marc Dionne) [RHEL-25171] +- afs: Don't put afs_call in afs_wait_for_call_to_complete() (Marc Dionne) [RHEL-25171] +- afs: Wrap most op->error accesses with inline funcs (Marc Dionne) [RHEL-25171] +- afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration (Marc Dionne) [RHEL-25171] +- afs: Handle the VIO and UAEIO aborts explicitly (Marc Dionne) [RHEL-25171] +- afs: Rename addr_list::failed to probe_failed (Marc Dionne) [RHEL-25171] +- afs: Don't skip server addresses for which we didn't get an RTT reading (Marc Dionne) [RHEL-25171] +- rxrpc, afs: Allow afs to pin rxrpc_peer objects (Marc Dionne) [RHEL-25171] +- afs: Turn the afs_addr_list address array into an array of structs (Marc Dionne) [RHEL-25171] +- afs: Add comments on abort handling (Marc Dionne) [RHEL-25171] +- rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() (Marc Dionne) [RHEL-25171] +- afs: use read_seqbegin() in afs_check_validity() and afs_getattr() (Marc Dionne) [RHEL-25171] +- afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() (Marc Dionne) [RHEL-25171] +- afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu() (Marc Dionne) [RHEL-25171] +- afs: Fix use-after-free due to get/remove race in volume tree (Marc Dionne) [RHEL-25171] +- afs: Fix overwriting of result of DNS query (Marc Dionne) [RHEL-25171] +- afs: Fix dynamic root lookup DNS check (Marc Dionne) [RHEL-25171] +- afs: Fix the dynamic root's d_delete to always delete unused dentries (Marc Dionne) [RHEL-25171] +- afs: Fix refcount underflow from error handling race (Marc Dionne) [RHEL-25171] +- afs: do not test the return value of folio_start_writeback() (Marc Dionne) [RHEL-25171] +- afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY (Marc Dionne) [RHEL-25171] +- afs: Fix file locking on R/O volumes to operate in local mode (Marc Dionne) [RHEL-25171] +- afs: Return ENOENT if no cell DNS record can be found (Marc Dionne) [RHEL-25171] +- afs: Make error on cell lookup failure consistent with OpenAFS (Marc Dionne) [RHEL-25171] +- afs: Fix afs_server_list to be cleaned up with RCU (Marc Dionne) [RHEL-25171] +- rxrpc: Defer the response to a PING ACK until we've parsed it (Marc Dionne) [RHEL-25171] +- rxrpc: Fix RTT determination to use any ACK as a source (Marc Dionne) [RHEL-25171] +- rxrpc: Fix some minor issues with bundle tracing (Marc Dionne) [RHEL-25171] +- rxrpc: Fix two connection reaping bugs (Marc Dionne) [RHEL-25171] +- afs: Provide a splice-read wrapper (Marc Dionne) [RHEL-25171] +- rxrpc: Replace fake flex-array with flexible-array member (Marc Dionne) [RHEL-25171] +- x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (Paolo Bonzini) [RHEL-23426] +- x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (Paolo Bonzini) [RHEL-23426] +- x86/boot: Move x86_cache_alignment initialization to correct spot (Paolo Bonzini) [RHEL-23426] +- x86/sev-es: Set x86_virt_bits to the correct value straight away, instead of a two-phase approach (Paolo Bonzini) [RHEL-23426] +- KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu (Prasad Pandit) [RHEL-2815] +- drm/tegra: Remove existing framebuffer only if we support display (Robert Foss) [RHEL-26130] +- Deprecate qla4xxx in RHEL-9 (Chris Leech) [RHEL-1241] +- dm-bufio: fix no-sleep mode (Benjamin Marzinski) [RHEL-23968] +- selftests: rtnetlink: add MACsec offload tests (Sabrina Dubroca) [RHEL-24616] +- netdevsim: add dummy macsec offload (Sabrina Dubroca) [RHEL-24616] +- selftests: rtnetlink: Make the set of tests to run configurable (Sabrina Dubroca) [RHEL-24616] + * Mon Mar 11 2024 Lucas Zampieri [5.14.0-429.el9] - workqueue: Avoid using isolated cpus' timers on queue_delayed_work (Leonardo Bras) [RHEL-20254] - cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT (Chris Leech) [RHEL-26081] diff --git a/sources b/sources index c6344f0..629e1f9 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-429.el9.tar.xz) = f45138f6c19013ad171112d0b007161264c1a905582d7a5b9e1d6d21d67203b9c5933ec7348c04b20d9eb0e1253dbed624fc8f289515d4b5a7d02c3329cad2a0 -SHA512 (kernel-abi-stablelists-5.14.0-429.el9.tar.bz2) = 25834f6bf42a2d26b8a11124403122b8faa64cc921746594891bc0b71686adc8f696ba075209a1502a423aa89d1ccf6fe089d3be90362b22bd4e5cd843706d8e -SHA512 (kernel-kabi-dw-5.14.0-429.el9.tar.bz2) = 9a2e8630ed198f3dcb684903118f5f48c3536bd93f2ae7b92661c26513e7dfd5a87f5c736688dfc81eba4a2bc949319183de9b285d6ce70bb40e9bd09346b220 +SHA512 (linux-5.14.0-430.el9.tar.xz) = 642f198d35875bd8f4ac423a2eff200741bf466e6c395b31e1a5d976d17df17a209a7e9abb13e91c311c0581333f676784f4f0be663115f8b63d3c812113fb1e +SHA512 (kernel-abi-stablelists-5.14.0-430.el9.tar.bz2) = 22c40df49b92a6dd32c5deb19d2454174e6d3ce7aa2c37bd44941bafec817c9db7df48c9b7ec0962fb9c87c5a629688eb726779f5413897d7ba0e8fb9fc47775 +SHA512 (kernel-kabi-dw-5.14.0-430.el9.tar.bz2) = 9a2e8630ed198f3dcb684903118f5f48c3536bd93f2ae7b92661c26513e7dfd5a87f5c736688dfc81eba4a2bc949319183de9b285d6ce70bb40e9bd09346b220