kernel-6.13.0-0.rc6.20250108git09a0fa92e5b4.50
* Wed Jan 08 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.09a0fa92e5b4.50] - x86/insn_decoder_test: allow longer symbol-names (David Rheinsberg) - kernel.spec: update license field (Scott Weaver) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
dbb4c41c17
commit
79f53f007c
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 49
|
||||
RHEL_RELEASE = 50
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/2470f117a1501c5dbc0a7cd2b9491f6ff80b94e6
|
||||
2470f117a1501c5dbc0a7cd2b9491f6ff80b94e6 x86/insn_decoder_test: allow longer symbol-names
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/e85d8179504f6223987203b94c00ec8957856f32
|
||||
e85d8179504f6223987203b94c00ec8957856f32 x86/insn_decoder_test: allow longer symbol-names
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/4d11b5eee76ec8a293d0dce03f16995e5c94b07b
|
||||
4d11b5eee76ec8a293d0dce03f16995e5c94b07b crypto: rng - Fix extrng EFAULT handling
|
||||
|
||||
@ -10438,12 +10438,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -10409,12 +10409,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7826,7 +7826,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8318,12 +8319,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
|
||||
@ -8331,7 +8334,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
|
||||
|
||||
@ -7801,7 +7801,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8293,12 +8294,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
|
||||
@ -8306,7 +8309,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
|
||||
|
||||
@ -8558,7 +8558,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_RCAR=m
|
||||
# CONFIG_USB_XHCI_TEGRA is not set
|
||||
@ -9111,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
|
||||
@ -9124,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
|
||||
|
||||
@ -8533,7 +8533,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
CONFIG_USB_XHCI_RCAR=m
|
||||
# CONFIG_USB_XHCI_TEGRA is not set
|
||||
@ -9086,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
|
||||
@ -9099,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
|
||||
|
||||
@ -10437,12 +10437,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7823,7 +7823,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8315,12 +8316,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
|
||||
@ -8328,7 +8331,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
|
||||
|
||||
@ -10408,12 +10408,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7798,7 +7798,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8290,12 +8291,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
|
||||
@ -8303,7 +8306,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
|
||||
|
||||
@ -10449,12 +10449,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7869,7 +7869,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8367,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
|
||||
@ -8380,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
|
||||
|
||||
@ -10420,12 +10420,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7844,7 +7844,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_TEGRA=m
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8342,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
|
||||
@ -8355,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
|
||||
|
||||
@ -8615,12 +8615,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7275,7 +7275,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -7752,12 +7753,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
|
||||
@ -7765,7 +7768,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
|
||||
|
||||
@ -8585,12 +8585,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7252,7 +7252,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -7729,12 +7730,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
|
||||
@ -7742,7 +7745,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
|
||||
|
||||
@ -8725,12 +8725,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -8695,12 +8695,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -8737,12 +8737,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -8707,12 +8707,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -8560,12 +8560,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7253,7 +7253,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -7736,12 +7737,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
|
||||
@ -7749,7 +7752,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
|
||||
|
||||
@ -8530,12 +8530,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7230,7 +7230,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -7713,12 +7714,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
|
||||
@ -7726,7 +7729,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
|
||||
|
||||
@ -3153,7 +3153,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
|
||||
@ -7252,7 +7252,8 @@ CONFIG_USB_WDM=m
|
||||
# CONFIG_USB_XHCI_DBGCAP is not set
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -7735,19 +7736,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
|
||||
|
||||
@ -7872,7 +7872,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
# CONFIG_USB_XHCI_TEGRA is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8458,12 +8459,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
|
||||
@ -8471,7 +8474,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
|
||||
|
||||
@ -7848,7 +7848,8 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=m
|
||||
# CONFIG_USB_XHCI_TEGRA is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
@ -8434,12 +8435,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
|
||||
@ -8447,7 +8450,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
|
||||
|
||||
@ -9273,12 +9273,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7621,7 +7621,8 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -8184,12 +8185,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
|
||||
@ -8197,7 +8200,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
|
||||
|
||||
@ -9244,12 +9244,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7597,7 +7597,8 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -8160,12 +8161,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
|
||||
@ -8173,7 +8176,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
|
||||
|
||||
@ -9286,12 +9286,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7667,7 +7667,8 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -8237,12 +8238,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
|
||||
@ -8250,7 +8253,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
|
||||
|
||||
@ -9257,12 +9257,14 @@ CONFIG_ZONE_DMA=y
|
||||
CONFIG_ZONEFS_FS=m
|
||||
CONFIG_ZOPT2201=m
|
||||
# CONFIG_ZPA2326 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
|
||||
|
||||
@ -7643,7 +7643,8 @@ CONFIG_USB_WDM=m
|
||||
CONFIG_USB_XHCI_DBGCAP=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
# CONFIG_USB_XHCI_HISTB is not set
|
||||
# CONFIG_USB_XHCI_PCI_RENESAS is not set
|
||||
CONFIG_USB_XHCI_PCI_RENESAS=y
|
||||
CONFIG_USB_XHCI_PCI=y
|
||||
# CONFIG_USB_XHCI_PLATFORM is not set
|
||||
CONFIG_USB_XUSBATM=m
|
||||
CONFIG_USB=y
|
||||
@ -8213,12 +8214,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
|
||||
@ -8226,7 +8229,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,8 +1,16 @@
|
||||
* Tue Jan 07 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.fbfd64d25c7a.49]
|
||||
* Wed Jan 08 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.09a0fa92e5b4.50]
|
||||
- x86/insn_decoder_test: allow longer symbol-names (David Rheinsberg)
|
||||
- kernel.spec: update license field (Scott Weaver)
|
||||
Resolves:
|
||||
|
||||
* Wed Jan 08 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.09a0fa92e5b4.49]
|
||||
- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar)
|
||||
- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov)
|
||||
- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093]
|
||||
- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa)
|
||||
- Linux v6.13.0-0.rc6.09a0fa92e5b4
|
||||
Resolves: RHEL-72093
|
||||
|
||||
* Tue Jan 07 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.fbfd64d25c7a.48]
|
||||
- Linux v6.13.0-0.rc6.fbfd64d25c7a
|
||||
Resolves:
|
||||
|
||||
20
kernel.spec
20
kernel.spec
@ -162,13 +162,13 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.13.0
|
||||
%define specversion 6.13.0
|
||||
%define patchversion 6.13
|
||||
%define pkgrelease 0.rc6.20250107gitfbfd64d25c7a.49
|
||||
%define pkgrelease 0.rc6.20250108git09a0fa92e5b4.50
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.13-rc6-36-gfbfd64d25c7a
|
||||
%define tarfile_release 6.13-rc6-38-g09a0fa92e5b4
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 13
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc6.20250107gitfbfd64d25c7a.49%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc6.20250108git09a0fa92e5b4.50%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.13.0
|
||||
|
||||
@ -1293,6 +1293,9 @@ Epoch: %{gemini}
|
||||
Summary: Real-Time Linux Analysis tools
|
||||
Requires: libtraceevent
|
||||
Requires: libtracefs
|
||||
%ifarch %{cpupowerarchs}
|
||||
Requires: %{package_name}-tools-libs = %{version}-%{release}
|
||||
%endif
|
||||
%description -n rtla
|
||||
The rtla meta-tool includes a set of commands that aims to analyze
|
||||
the real-time properties of Linux. Instead of testing Linux as a black box,
|
||||
@ -1598,7 +1601,7 @@ Requires: kernel-%{?1:%{1}-}-modules-core-uname-r = %{KVERREL}%{uname_variant %{
|
||||
%package %{?1:%{1}-}uki-virt\
|
||||
Summary: %{variant_summary} unified kernel image for virtual machines\
|
||||
Provides: installonlypkg(kernel)\
|
||||
Provides: kernel-%{?1:%{1}-}uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Provides: kernel-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires: kernel%{?1:-%{1}}-modules-core-uname-r = %{KVERREL}%{uname_suffix %{?1:+%{1}}}\
|
||||
Requires(pre): %{kernel_prereq}\
|
||||
Requires(pre): systemd >= 254-1\
|
||||
@ -4171,10 +4174,17 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jan 07 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.fbfd64d25c7a.49]
|
||||
* Wed Jan 08 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.09a0fa92e5b4.50]
|
||||
- x86/insn_decoder_test: allow longer symbol-names (David Rheinsberg)
|
||||
- kernel.spec: update license field (Scott Weaver)
|
||||
|
||||
* Wed Jan 08 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.09a0fa92e5b4.49]
|
||||
- redhat/kernel.spec.template: Require kernel-tools-libs in rtla (Tomas Glozar)
|
||||
- redhat: make kernel-debug-uki-virt installable without kernel-debug-core (Vitaly Kuznetsov)
|
||||
- redhat/configs: enable CONFIG_USB_XHCI_PCI_RENESAS on RHEL (Desnes Nunes) [RHEL-72093]
|
||||
- redhat/configs: Re-enable ZRAM backends and unify configuration (Neal Gompa)
|
||||
- Linux v6.13.0-0.rc6.09a0fa92e5b4
|
||||
|
||||
* Tue Jan 07 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-0.rc6.fbfd64d25c7a.48]
|
||||
- Linux v6.13.0-0.rc6.fbfd64d25c7a
|
||||
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.13-rc6-36-gfbfd64d25c7a.tar.xz) = 90a8929f0def812f7e02ef5520a9cc075d620dc8100bf2d8557c120eb3d5ec85e52c61a2e16138906a6892b8b177b0295477d86410adac5bd117e1a1183e4255
|
||||
SHA512 (kernel-abi-stablelists-6.13.0.tar.xz) = 9f249dc647924c2838d09e20542618a68d50ca11781c7473cde268413d6b2e78eb478a78b75d773c4958d48731512b52d6a0f7eab25523b85ca321bd1ea50cff
|
||||
SHA512 (kernel-kabi-dw-6.13.0.tar.xz) = 674bbf6a5474de12c4ace10e8e9bac1145061a77c8727cf65674fbc47382df28c6596be06bdf278cacbf69ebab7b8ef2c791fc0c23f65062df2f4bdf84f576ae
|
||||
SHA512 (linux-6.13-rc6-38-g09a0fa92e5b4.tar.xz) = 35602d2bafd8bd363465d37a946201c0f1b95f73fd69495e967862efe8626ff99eccb54cb959226d010c9f35ec6b00520f1690203790f234dd20781c203de0b2
|
||||
SHA512 (kernel-abi-stablelists-6.13.0.tar.xz) = 7e0e6ec868afa93ebfcd466a1bdf1790254cad1a389040434656a64e51097ef81937f7a1a102d40a0987d75e8100196a756b4a07752efe1e543f13af7b0a067b
|
||||
SHA512 (kernel-kabi-dw-6.13.0.tar.xz) = 26f32d59eb200a5b53f9ea37837e8f1caecf3b591c82166791b58c76ce648e64cb58463a4913f978fd37f38e61f956498aafb2352beeea283f4c603614c0d993
|
||||
|
||||
Loading…
Reference in New Issue
Block a user