linux_testing: 6.6-rc7 -> 6.7-rc1

ZSMALLOC is now the default allocator for ZSWAP, so if the allocator
isn't changed, ZSMALLOC must be y on 6.7 (and will default to that).
The script will set all options that can be modules to m anyway, so
there was no need for us to be explicitly setting it to module before
anyway.

+2 -3
-1
pkgs/os-specific/linux/kernel/common-config.nix
··· 722 ZSWAP = option yes; 723 ZPOOL = yes; 724 ZBUD = option yes; 725 - ZSMALLOC = module; 726 }; 727 728 brcmfmac = {
··· 722 ZSWAP = option yes; 723 ZPOOL = yes; 724 ZBUD = option yes; 725 }; 726 727 brcmfmac = {
+2 -2
pkgs/os-specific/linux/kernel/kernels-org.json
··· 1 { 2 "testing": { 3 - "version": "6.6-rc7", 4 - "hash": "sha256:1zzd32ya4hldfywicgpnc2cyd412s7q9c31qvxx2nl9nkx11xsxv" 5 }, 6 "6.5": { 7 "version": "6.5.11",
··· 1 { 2 "testing": { 3 + "version": "6.7-rc1", 4 + "hash": "sha256:1a071vvmm08sp48d0arqzcmqnz5xdb1vflfhxcqwmpzaabjrgadk" 5 }, 6 "6.5": { 7 "version": "6.5.11",