kernel-6.12.0-45.el10
* Fri Jan 24 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-45.el10] - netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CKI Backport Bot) [RHEL-73620] - netfilter: nf_tables: imbalance in flowtable binding (CKI Backport Bot) [RHEL-73620] - netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext (CKI Backport Bot) [RHEL-73620] - netfilter: nft_set_hash: skip duplicated elements pending gc run (CKI Backport Bot) [RHEL-73620] - netfilter: nft_inner: incorrect percpu area handling under softirq (CKI Backport Bot) [RHEL-73620] - netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level (CKI Backport Bot) [RHEL-73620] - netfilter: x_tables: fix LED ID check in led_tg_check() (CKI Backport Bot) [RHEL-73620] - ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() (CKI Backport Bot) [RHEL-73620] - netfilter: ipset: add missing range check in bitmap_ip_uadt (CKI Backport Bot) [RHEL-73620] - netfilter: bpf: Pass string literal as format argument of request_module() (CKI Backport Bot) [RHEL-73620] - netfilter: nf_tables: must hold rcu read lock while iterating object type list (CKI Backport Bot) [RHEL-73620] - netfilter: nf_tables: must hold rcu read lock while iterating expression type list (CKI Backport Bot) [RHEL-73620] - mptcp: fix TCP options overflow. (CKI Backport Bot) [RHEL-73495] - mptcp: sysctl: sched: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495] - mptcp: sysctl: blackhole timeout: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495] - KVM: s390: add gen17 facilities to CPU model (Mete Durlu) [RHEL-24195] - KVM: s390: add msa11 to cpu model (Mete Durlu) [RHEL-24195] - KVM: s390: add concurrent-function facility to cpu model (Mete Durlu) [RHEL-24195] - redhat/configs: Re-enable full ZRAM configuration and all backends (Neal Gompa) [RHEL-72036] - wireguard: device: support big tcp GSO (CKI Backport Bot) [RHEL-74019] - wireguard: selftests: load nf_conntrack if not present (CKI Backport Bot) [RHEL-74019] - wireguard: allowedips: remove redundant selftest call (CKI Backport Bot) [RHEL-74019] - wireguard: device: omit unnecessary memset of netdev private data (CKI Backport Bot) [RHEL-74019] - bpf: Do not alloc arena on unsupported arches (Viktor Malik) [RHEL-68958] - powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74254] - MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer (Vladis Dronov) [RHEL-58597] - crypto: iaa - Remove potential infinite loop in check_completion() (Vladis Dronov) [RHEL-58597] - s390/entry: Mark IRQ entries to fix stack depot warnings (Mete Durlu) [RHEL-74467] Resolves: RHEL-24195, RHEL-58597, RHEL-65818, RHEL-68958, RHEL-70212, RHEL-72036, RHEL-73201, RHEL-73495, RHEL-73620, RHEL-74019, RHEL-74254, RHEL-74467 Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
b40204de4a
commit
f33d09bf0e
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 44
|
||||
RHEL_RELEASE = 45
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -8317,12 +8317,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8330,7 +8332,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8292,12 +8292,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8305,7 +8307,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -9112,12 +9112,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -9125,7 +9127,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
# CONFIG_ZRAM is not set
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -9087,12 +9087,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -9100,7 +9102,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
# CONFIG_ZRAM is not set
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8313,12 +8313,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8326,7 +8328,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8288,12 +8288,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8301,7 +8303,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8368,12 +8368,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8381,7 +8383,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8343,12 +8343,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8356,7 +8358,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -7759,12 +7759,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -7772,7 +7774,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -7736,12 +7736,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -7749,7 +7751,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -7741,12 +7741,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -7754,7 +7756,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -7718,12 +7718,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -7731,7 +7733,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -3185,7 +3185,7 @@ CONFIG_LTO_NONE=y
|
||||
CONFIG_LWTUNNEL_BPF=y
|
||||
CONFIG_LWTUNNEL=y
|
||||
# CONFIG_LXT_PHY is not set
|
||||
CONFIG_LZ4_COMPRESS=m
|
||||
CONFIG_LZ4_COMPRESS=y
|
||||
# CONFIG_M62332 is not set
|
||||
CONFIG_MAC80211_DEBUGFS=y
|
||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||
@ -7740,19 +7740,21 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
# CONFIG_ZPOOL is not set
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZRAM=y
|
||||
|
@ -8447,12 +8447,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8460,7 +8462,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
# CONFIG_ZRAM is not set
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8423,12 +8423,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8436,7 +8438,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
# CONFIG_ZRAM is not set
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8168,12 +8168,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8181,7 +8183,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8144,12 +8144,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8157,7 +8159,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8224,12 +8224,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8237,7 +8239,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -8200,12 +8200,14 @@ CONFIG_ZONE_DMA=y
|
||||
# CONFIG_ZOPT2201 is not set
|
||||
# CONFIG_ZPA2326 is not set
|
||||
CONFIG_ZPOOL=y
|
||||
# CONFIG_ZRAM_BACKEND_842 is not set
|
||||
# CONFIG_ZRAM_BACKEND_DEFLATE is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4HC is not set
|
||||
# CONFIG_ZRAM_BACKEND_LZ4 is not set
|
||||
# CONFIG_ZRAM_BACKEND_ZSTD is not set
|
||||
CONFIG_ZRAM_BACKEND_842=y
|
||||
CONFIG_ZRAM_BACKEND_DEFLATE=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4HC=y
|
||||
CONFIG_ZRAM_BACKEND_LZ4=y
|
||||
CONFIG_ZRAM_BACKEND_LZO=y
|
||||
CONFIG_ZRAM_BACKEND_ZSTD=y
|
||||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_DEFLATE is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||
# CONFIG_ZRAM_DEF_COMP_LZO is not set
|
||||
@ -8213,7 +8215,7 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||
|
@ -1,3 +1,34 @@
|
||||
* Fri Jan 24 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-45.el10]
|
||||
- netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: imbalance in flowtable binding (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_set_hash: skip duplicated elements pending gc run (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_inner: incorrect percpu area handling under softirq (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: x_tables: fix LED ID check in led_tg_check() (CKI Backport Bot) [RHEL-73620]
|
||||
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: ipset: add missing range check in bitmap_ip_uadt (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: bpf: Pass string literal as format argument of request_module() (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: must hold rcu read lock while iterating object type list (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: must hold rcu read lock while iterating expression type list (CKI Backport Bot) [RHEL-73620]
|
||||
- mptcp: fix TCP options overflow. (CKI Backport Bot) [RHEL-73495]
|
||||
- mptcp: sysctl: sched: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
|
||||
- mptcp: sysctl: blackhole timeout: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
|
||||
- KVM: s390: add gen17 facilities to CPU model (Mete Durlu) [RHEL-24195]
|
||||
- KVM: s390: add msa11 to cpu model (Mete Durlu) [RHEL-24195]
|
||||
- KVM: s390: add concurrent-function facility to cpu model (Mete Durlu) [RHEL-24195]
|
||||
- redhat/configs: Re-enable full ZRAM configuration and all backends (Neal Gompa) [RHEL-72036]
|
||||
- wireguard: device: support big tcp GSO (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: selftests: load nf_conntrack if not present (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: allowedips: remove redundant selftest call (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: device: omit unnecessary memset of netdev private data (CKI Backport Bot) [RHEL-74019]
|
||||
- bpf: Do not alloc arena on unsupported arches (Viktor Malik) [RHEL-68958]
|
||||
- powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74254]
|
||||
- MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer (Vladis Dronov) [RHEL-58597]
|
||||
- crypto: iaa - Remove potential infinite loop in check_completion() (Vladis Dronov) [RHEL-58597]
|
||||
- s390/entry: Mark IRQ entries to fix stack depot warnings (Mete Durlu) [RHEL-74467]
|
||||
Resolves: RHEL-24195, RHEL-58597, RHEL-65818, RHEL-68958, RHEL-70212, RHEL-72036, RHEL-73201, RHEL-73495, RHEL-73620, RHEL-74019, RHEL-74254, RHEL-74467
|
||||
|
||||
* Wed Jan 22 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-44.el10]
|
||||
- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() (Mete Durlu) [RHEL-74386]
|
||||
- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296]
|
||||
|
38
kernel.spec
38
kernel.spec
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 44
|
||||
%define pkgrelease 45
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-44.el10
|
||||
%define tarfile_release 6.12.0-45.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 44%{?buildid}%{?dist}
|
||||
%define specrelease 45%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-44.el10
|
||||
%define kabiversion 6.12.0-45.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4196,6 +4196,36 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jan 24 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-45.el10]
|
||||
- netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: imbalance in flowtable binding (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_set_hash: skip duplicated elements pending gc run (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_inner: incorrect percpu area handling under softirq (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: x_tables: fix LED ID check in led_tg_check() (CKI Backport Bot) [RHEL-73620]
|
||||
- ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: ipset: add missing range check in bitmap_ip_uadt (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: bpf: Pass string literal as format argument of request_module() (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: must hold rcu read lock while iterating object type list (CKI Backport Bot) [RHEL-73620]
|
||||
- netfilter: nf_tables: must hold rcu read lock while iterating expression type list (CKI Backport Bot) [RHEL-73620]
|
||||
- mptcp: fix TCP options overflow. (CKI Backport Bot) [RHEL-73495]
|
||||
- mptcp: sysctl: sched: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
|
||||
- mptcp: sysctl: blackhole timeout: avoid using current->nsproxy (CKI Backport Bot) [RHEL-73495]
|
||||
- KVM: s390: add gen17 facilities to CPU model (Mete Durlu) [RHEL-24195]
|
||||
- KVM: s390: add msa11 to cpu model (Mete Durlu) [RHEL-24195]
|
||||
- KVM: s390: add concurrent-function facility to cpu model (Mete Durlu) [RHEL-24195]
|
||||
- redhat/configs: Re-enable full ZRAM configuration and all backends (Neal Gompa) [RHEL-72036]
|
||||
- wireguard: device: support big tcp GSO (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: selftests: load nf_conntrack if not present (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: allowedips: remove redundant selftest call (CKI Backport Bot) [RHEL-74019]
|
||||
- wireguard: device: omit unnecessary memset of netdev private data (CKI Backport Bot) [RHEL-74019]
|
||||
- bpf: Do not alloc arena on unsupported arches (Viktor Malik) [RHEL-68958]
|
||||
- powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74254]
|
||||
- MAINTAINERS: Make Kristen Accardi the IAA crypto driver maintainer (Vladis Dronov) [RHEL-58597]
|
||||
- crypto: iaa - Remove potential infinite loop in check_completion() (Vladis Dronov) [RHEL-58597]
|
||||
- s390/entry: Mark IRQ entries to fix stack depot warnings (Mete Durlu) [RHEL-74467]
|
||||
|
||||
* Wed Jan 22 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-44.el10]
|
||||
- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() (Mete Durlu) [RHEL-74386]
|
||||
- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296]
|
||||
|
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-44.el10.tar.xz) = 23c1ab991f6374ba167df3614bfbcc3002507b0836667ae1bd41ff04c852013eba8e3000c4387317c3bc5c54a00395ebec80e47af47049997f648d3c7cb602da
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-44.el10.tar.xz) = 8dcf1ed7f7637ef39b35dad2fbddc34b1e079a83ffcdc573989c5f5e93755bd349aabd67252851bfef6061b1f8750782cf097d4a619ec49cb7ec6022cd7b6632
|
||||
SHA512 (kernel-kabi-dw-6.12.0-44.el10.tar.xz) = 4252a853966a555f2d85efa1f8d3838a6779d7555efe55820b2ba56afee4a2cb9e2f01764d6504939018701a9a5005aca24cc5e2f32f7157c3c7b51230933d64
|
||||
SHA512 (linux-6.12.0-45.el10.tar.xz) = 660ba43490bfb370984e954cc14be4306c4f8ea0d70871d7b17fe6f69df18d670ae24787198dc154016d351b52d6d55c416efdf0696cb3e7747ca6c97018a7a6
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-45.el10.tar.xz) = a8bbdbbe8dcf357312580b600ec061609711bc4c6e2fa99265155cd2111e4cd536df3c72be59c666ca45b44a94a70e39feb9d6c6a66ddf0397dc61fe68d495d5
|
||||
SHA512 (kernel-kabi-dw-6.12.0-45.el10.tar.xz) = 78e6feca901761dff396a9875c8f7d781c2624063c825c7e78481d941c0eec4ebeec8a37f09edf3060eb799a8bd1c222993d45815b5f81f1d129f6727eebf44e
|
||||
|
Loading…
Reference in New Issue
Block a user