The Linux Realtime kernel
Go to file
Denys Vlasenko fcb6ac112e kernel-rt-4.18.0-534.rt7.323.el8
* Sat Jan 06 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-534.rt7.323.el8]
- [rt] build kernel-rt-4.18.0-534.rt7.323.el8 [RHEL-5332]
- nfsd: lock_rename() needs both directories to live on the same fs (Jeffrey Layton) [RHEL-19591]
- HID: check empty report_list in hid_validate_values() (Desnes Nunes) [RHEL-19237 RHEL-19260] {CVE-2023-1073}
- ceph: do not print the whole xattr value if it's too long (Xiubo Li) [RHEL-16411]
- libceph: fix potential use-after-free on linger ping and resends (Jay Shin) [RHEL-20390]
- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (Xiubo Li) [RHEL-8003]
- ceph: silence smatch warning in reconnect_caps_cb() (Xiubo Li) [RHEL-16410]
- ceph: fix potential use-after-free bug when trimming caps (Xiubo Li) [RHEL-16410]
- ceph: don't let check_caps skip sending responses for revoke msgs (Xiubo Li) [RHEL-16412]
- ceph: issue a cap release immediately if no cap exists (Xiubo Li) [RHEL-16412]
- ceph: trigger to flush the buffer when making snapshot (Xiubo Li) [RHEL-16412]
- ceph: force updating the msg pointer in non-split case (Xiubo Li) [RHEL-16412]
- ceph: flush cap releases when the session is flushed (Xiubo Li) [RHEL-16412]
- ceph: reorder fields in 'struct ceph_snapid_map' (Xiubo Li) [RHEL-16412]
- ceph: voluntarily drop Xx caps for requests those touch parent mtime (Xiubo Li) [RHEL-16412]
- redhat/configs: Remove multi-buffer SHA configs (Štěpán Horáček) [RHEL-14477]
- crypto: tcrypt - remove all multibuffer ahash tests (Štěpán Horáček) [RHEL-14477]
- crypto: hash - Remove unused async iterators (Štěpán Horáček) [RHEL-14477]
- crypto: x86 - remove SHA multibuffer routines and mcryptd (Štěpán Horáček) [RHEL-14477]
- fs: group frequently accessed fields of struct super_block together (Miklos Szeredi) [RHEL-12504]
- fanotify: add API to attach/detach super block mark (Miklos Szeredi) [RHEL-12504]
- fsnotify: send path type events to group with super block marks (Miklos Szeredi) [RHEL-12504]
- fsnotify: add super block object type (Miklos Szeredi) [RHEL-12504]
- netfilter: nf_tables: set backend .flush always succeeds (Florian Westphal) [RHEL-1722]
- netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix memleak when more than 255 elements expired (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: disable toggling dormant table state more than once (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix table flag updates (Florian Westphal) [RHEL-1722]
- netfilter: nftables: update table flags from the commit phase (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: disallow element removal on anonymous sets (Florian Westphal) [RHEL-1722]
- netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration (Florian Westphal) [RHEL-1722]
- netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix nft_trans type confusion (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: defer gc run if previous batch is still pending (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix out of memory error handling (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: use correct lock to protect gc_list (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: GC transaction race with abort path (Florian Westphal) [RHEL-1722]
- netfilter: nft_dynset: disallow object maps (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: GC transaction race with netns dismantle (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix GC transaction races with netns and netlink event exit path (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: don't fail inserts if duplicate has expired (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix kdoc warnings after gc rework (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix false-positive lockdep splat (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: remove busy mark and gc batch API (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: adapt set backend to use GC transaction API (Florian Westphal) [RHEL-1722] {CVE-2023-4244}
- netfilter: nf_tables: GC transaction API to avoid race with control plane (Florian Westphal) [RHEL-1722] {CVE-2023-4244}
- netfilter: nftables: rename set element data activation/deactivation functions (Florian Westphal) [RHEL-1722]
- netfilter: nft_set_rbtree: skip elements in transaction from garbage collection (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: don't skip expired elements during walk (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: fix spurious set element insertion failure (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: report use refcount overflow (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: add nft_chain_add() (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: disallow timeout for anonymous sets (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: disallow updates of anonymous sets (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: disallow element updates of bound anonymous sets (Florian Westphal) [RHEL-1722]
- netfilter: nft_set_pipapo: .walk does not deal with generations (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: integrate pipapo into commit protocol (Florian Westphal) [RHEL-1722]
- netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification (Florian Westphal) [RHEL-1722]
- netfilter: nftables: add catch-all set element support (Florian Westphal) [RHEL-1722]
Resolves: RHEL-5332, RHEL-1723, RHEL-19260

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2024-01-06 23:03:44 +01:00
.gitignore kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
centossecureboot201.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
centossecurebootca2.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
cpupower.config Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
cpupower.service Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-aarch64.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-modules.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-ppc64le.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-s390x.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
filter-x86_64.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
gating.yaml kernel-rt-4.18.0-515.rt7.304.el8 2023-09-25 00:24:10 +02:00
generate_all_configs.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
generate_bls_conf.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
kernel-rt-aarch64-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-aarch64.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-ppc64le-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-ppc64le.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x-debug.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x-zfcpdump.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-s390x.config kernel-rt-4.18.0-529.rt7.318.el8 2023-12-06 12:35:31 +01:00
kernel-rt-x86_64-debug.config kernel-rt-4.18.0-534.rt7.323.el8 2024-01-06 23:03:44 +01:00
kernel-rt-x86_64.config kernel-rt-4.18.0-534.rt7.323.el8 2024-01-06 23:03:44 +01:00
kernel.spec kernel-rt-4.18.0-534.rt7.323.el8 2024-01-06 23:03:44 +01:00
kvm_stat.logrotate Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
linux-kernel-test.patch Import rpm: c8s 2023-02-27 13:50:53 -05:00
mod-blacklist.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-extra.list Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-internal.list kernel-rt-4.18.0-528.rt7.317.el8 2023-11-30 16:54:32 +01:00
mod-kvm.list Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
mod-sign.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
parallel_xz.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
process_configs.sh Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00
redhatsecureboot302.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
redhatsecureboot303.cer kernel-rt-479.rt7.268.el8 2023-03-30 17:09:50 -03:00
redhatsecureboot501.cer Import rpm: c8s 2023-02-27 13:50:53 -05:00
redhatsecurebootca3.cer Import rpm: c8s 2023-02-27 13:50:53 -05:00
redhatsecurebootca7.cer kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rheldup3.x509 kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rhelkpatch1.x509 kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
rpminspect.yaml kernel-rt-478.rt7.267.el8 2023-03-30 12:53:02 -03:00
sources kernel-rt-4.18.0-534.rt7.323.el8 2024-01-06 23:03:44 +01:00
x509.genkey Auto sync2gitlab import of kernel-rt-4.18.0-357.rt7.142.el8.src.rpm 2022-05-26 10:03:56 -04:00