aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
...
* gnu: Add falcosecurity-libs.Maxim Cournoyer2024-05-29
| | | | | | | | | | | | * gnu/packages/linux.scm (falcosecurity-libs): New variable. * gnu/packages/patches/falcosecurity-libs-install-pman.patch * gnu/packages/patches/falcosecurity-libs-libscap-pc.patch * gnu/packages/patches/falcosecurity-libs-pkg-config.patch * gnu/packages/patches/falcosecurity-libs-shared-library-fix.patch * gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: I0cb15e6a25256598678fc20eb298ad947d699ef4
* gnu: libbpf: Update to 1.4.1.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/linux.scm (libbpf): Update to 1.4.1. [phases] {install-linux-bpf-headers}: New phase. [native-inputs]: Add linux-libre-headers-6.8. Change-Id: I969a017b0ed52c1a611b3fe0d90d5b8703d35e73
* gnu: libbpf: Use gexps.Maxim Cournoyer2024-05-29
| | | | | | * gnu/packages/linux.scm (libbpf) [arguments]: Use gexps. Change-Id: I5529cda3b316a24b48f4a33bfd685695614350bb
* gnu: e2fsprogs: Downgrade to 1.46.6.Efraim Flashner2024-05-27
| | | | | | | | | | 1.47.0 would, by default, create an ext4 filesystem which was not readable by our current version of grub. This should also address a number of the system test failures. * gnu/packages/linux.scm (e2fsprogs): Downgrade to 1.46.6. Change-Id: Ifa6841185ab85d24479f981afc1b42a349716d80
* gnu: linux-libre 4.19: Update to 4.19.315.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.315. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I43b80c214d87e385e422ce064c3d04e11c4a1997 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.277.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.277. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I0a51101f41109f784cb7a2cda47a01ab79378b46 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.218.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.218. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Ied5ce90401f0934ce9fcedad9be86376d3288f56 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.160.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.160. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ic3eddd036fc083cfb4c9ca0d549757c957bd388a Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.92.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.92. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ica9c1ad4e7505dd19dbf2e0852bad8550acec44d Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.32.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.32. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: I518ccfefd49ec31341f2d47e096898292fa7f914 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre-6.8: Update to 6.8.11.Wilko Meyer2024-05-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.11. (linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes. Change-Id: I5eedf40c8f3ad42805d38f6e7b057a6b0171ae33 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add linux-libre 6.9.Wilko Meyer2024-05-26
| | | | | | | | | | | | | | | | | | Big thanks to Dariqq <dariqq@posteo.net> for debugging and communicating upstream about a problem with the deblobbing scripts in this kernel series! * gnu/packages/linux.scm (linux-libre-6.9-version, linux-libre-6.9-gnu-revision, deblob-scripts-6.9, linux-libre-6.9-pristine-source, linux-libre-6.9-source, linux-libre-headers-6.9, linux-libre-6.9): New variables. * gnu/packages/aux-files/linux-libre/6.9-arm.conf, gnu/packages/aux-files/linux-libre/6.9-arm64.conf, gnu/packages/aux-files/linux-libre/6.9-i686.conf, gnu/packages/aux-files/linux-libre/6.9-x86.conf: New files. * Makefile.am (AUX_FILES): Add them. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8dc011a603684f0be88766b7881aa6c560b94443
* gnu: lvm2: Remove systemd rule.Yann Dupont2024-05-25
| | | | | | | | | * gnu/packages/patches/lvm2-no-systemd.patch: New file. * gnu/packages/linux.scm (lvm2)[source]: Apply patch. * gnu/local.mk: Register new patch. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Change-Id: Ib4342e0ce3cc5778857ccecd557f3d397aa870d9
* gnu: linux-libre 4.19: Update to 4.19.314.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.314. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I52815b6b79d6a9f0cfec531ffa9ba90d8189f426 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.276.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.276. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ieea174e5ca46226f739cb9c092f7518bac44396f Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.217.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.217. (linux-libre-5.10-pristine-source): Update hashes. Change-Id: I3c9b72da4c45e5b4b91b532ad0db7de5a82a6973 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.159.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.159. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I66130cd1513ef3c5869fab9873c24d36f6a716cd Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.91.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.91. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Change-Id: Ibcd0827399b8d75d841426c20af8f2a6788d3c2c Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.31.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.31. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: Ib0e70c94c47a2e1b89ec3901c7b721f523d76f15 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre-6.8: Update to 6.8.10.Wilko Meyer2024-05-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.10. (linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes. Change-Id: I9f29850d6fcc2863daf3e901885383d484c5e1bb Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ddcci-driver-linux: Fix build with Linux 6.8.Maxim Cournoyer2024-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ddcci-driver-linux-linux-6.8.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linux.scm (ddcci-driver-linux): Apply it. Change-Id: Iac63146e67333aed2a95e8064b19f031c97a4134 Cover-letter: Add BTF support to kernel, sysdig and dependents, zstd-compressed modules This series adds BTF (Berkeley Type Format) support to our kernel, catching up with other main distributions in enabling embedded BPF (Berkeley Packet Filter) programs. This was motivated by packaging 'sysdig', a system introspection application that can make use of BTF. Adding BTF does incur some size increase; with 'linux-libre' package going up from 132 MiB to 164 MiB (24%). This is later somewhat mitigated by using Zstd compressed (at maximum level, 19) kernel modules, which brings the kernel size back down to 144 MiB, which corresponds to a more reasonable 9% increase from before this series. The BPF kernel variant we were carrying is removed as proper BPF support will now exists in our main kernel. That's it! I hope you enjoy using 'csysdig' to keep track of the syscalls and IO usage of your process/threads. END Change-Id: Icb5fc659f529a2a840281284bfb0d74a0cc9b9d9
* gnu: evdi: Update to 1.14.4.Efraim Flashner2024-05-13
| | | | | | | * gnu/packages/linux.scm (evdi): Update to 1.14.4. (libevdi)[native-inputs]: Add pkg-config. Change-Id: I5e25a2a4a10608af927b2315dbd56b568ef56a1a
* gnu: linux-libre 4.19: Update to 4.19.313.Wilko Meyer2024-05-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.313. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I22e9d175b537164efcde4cec5188c26bae8d2fca Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.275.Wilko Meyer2024-05-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.275. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ifcd296510ae1c7e81a4a5fa3c8eb6e304e2d662d Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.216.Wilko Meyer2024-05-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.216. (linux-libre-5.10-pristine-source): Update hashes. Change-Id: Ia14fa905e109c81cc8397d1151cc327d6e1ea25a Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.158.Wilko Meyer2024-05-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.158. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ib2b12fac8301ced17e6e068a1e68768e200d5a24 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.90.Wilko Meyer2024-05-05
| | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.90. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ic1ef7176af2055db78b58458bb9327bce5789d48
* gnu: linux-libre 6.6: Update to 6.6.30.Wilko Meyer2024-05-05
| | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.30. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Ic261985e2c199a80068e2898684d522939b98a89
* gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.Wilko Meyer2024-05-05
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.9. (linux-libre-6.8-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I4f8031b1db5e19e98e5f61377a45912f91d403f7
* gnu: linux-libre 6.1: Update to 6.1.89.Wilko Meyer2024-05-04
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.89. (linux-libre-6.1-pristine-source): Update hashes. Change-Id: Id48a19cc0d59b11bf17179eb5dd860ed37ac35dc Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove linux-libre 6.7.Wilko Meyer2024-04-30
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-6.7-version, linux-libre-6.7-gnu-revision, deblob-scripts-6.7, linux-libre-6.7-pristine-source, linux-libre-6.7-source, linux-libre-headers-6.7, linux-libre-6.7): Remove variables. * gnu/packages/aux-files/linux-libre/6.7-arm.conf, gnu/packages/aux-files/linux-libre/6.7-arm64.conf, gnu/packages/aux-files/linux-libre/6.7-i686.conf, gnu/packages/aux-files/linux-libre/6.7-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove aforementioned .conf files. Change-Id: Ic69a65e1fbfa59d893e85d26950f33195ea9fbe1 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.157.Wilko Meyer2024-04-29
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.157. (linux-libre-5.15-pristine-source): Update hashes. Change-Id: Ie45c3bd3bbd1398a06beb48f545a3353fd3ad116 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.88.Wilko Meyer2024-04-29
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.88. (linux-libre-6.1-pristine-source): Update hashes. Change-Id: Ia75fb61a322b54d7c1f82e324c7467faed4ea046 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.29.Wilko Meyer2024-04-29
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.29. (linux-libre-6.6-pristine-source): Update hashes. Change-Id: I861818c7e6f90bba80d8c849d4b103262af2f4eb Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.8: Update to 6.8.8.Wilko Meyer2024-04-29
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.8. (linux-libre-6.8-pristine-source): Update hashes. Change-Id: I72a667804f4e66494507182662fff67cd82317a9 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: hotspot: Update to 1.5.0.Maxim Cournoyer2024-04-28
| | | | | | * gnu/packages/linux.scm (hotspot): Update to 1.5.0. Change-Id: If8d2127be8ac880a5c9ab2cd7d23325d9be87417
* gnu: linux-libre 5.15: Update to 5.15.156.Wilko Meyer2024-04-22
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.156. (linux-libre-5.15-pristine-source): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I33e9832611372321e9bedb3ae0c1da657ccc5c79
* gnu: linux-libre 6.1: Update to 6.1.87.Wilko Meyer2024-04-22
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.87. (linux-libre-6.1-pristine-source): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I9246f882bbb9f4572a88fef3b1eafc1caffc9fec
* gnu: linux-libre 6.6: Update to 6.6.28.Wilko Meyer2024-04-22
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.28. (linux-libre-6.6-pristine-source): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Ifa0dd02a61e07efcfdf733e8fb12b5bcf5a430ca
* gnu: linux-libre 6.8: Update to 6.8.7.Wilko Meyer2024-04-22
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7. (linux-libre-6.8-pristine-source): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8b04b4af1bc62d336366b8f0e7281c9249fc6d7d
* gnu: linux-libre 4.19: Update to 4.19.312.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.312. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I626f133eea8c23177322e242d3ccc4bfa2589baa Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.274.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.274. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ibc854c5a98ad71f26cef4e403b6fc0bfa2c7c1c3 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.215.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.215. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Icd2173d13b527f3c7ec0f80cd22a6c8aa4ead4e5 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.155.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.155. (linux-libre-5.15-pristine-source): Update hashes. Change-Id: I0c83483f92e37b598313d70e408cce38d84fd5b1 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.86.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.86. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Change-Id: Icecabfdcd8b8c76ef62aa679b4eec015869a2134 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.27.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.27. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: I0f21abb95d5d80bde56a1d3ad0faf4ab5fabb67f Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.8: Update to 6.8.6.Wilko Meyer2024-04-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.6. (linux-libre-6.8-pristine-source, deblob-scripts-6.8): Update hashes. Change-Id: Iddefd4ac7704e80df13ceadf4935c2670a40061d Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.154.Wilko Meyer2024-04-12
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.154. (linux-libre-5.15-pristine-source): Update hashes. Change-Id: I1ccd0c6b9900db9dd2fa4e521a03df373c6a638e Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.85.Wilko Meyer2024-04-12
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.85. (linux-libre-6.1-pristine-source): Update hashes. Change-Id: If528885066e96e8ddb9a0b01b269763ea008c121 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.26.Wilko Meyer2024-04-12
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.26. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Iae112b7926a8c8461fece02c970ff58e2dbc53b0 Signed-off-by: Leo Famulari <leo@famulari.name>