aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
AgeCommit message (Collapse)Author
2023-10-06gnu: Add vendor-reset-linux-module.Lars Rustand
* gnu/packages/linux.scm (vendor-reset-linux-module): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-03gnu: spectre-meltdown-checker: Update to 0.46.Hilton Chain
* gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch: Update patch. * gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: Delete file * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (spectre-meltdown-checker): Update to 0.46. [#:phases]<fixpath>: Correct name for bunzip2. Substitute lzop and mktemp as well.
2023-07-23gnu: Add linux-libre 6.5.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.5-version, linux-libre-6.5-gnu-revision, deblob-scripts-6.5, linux-libre-6.5-pristine-source, linux-libre-6.5-source, linux-libre-headers-6.5, linux-libre-6.5): New variables. * gnu/packages/aux-files/linux-libre/6.5-arm.conf, gnu/packages/aux-files/linux-libre/6.5-arm64.conf, gnu/packages/aux-files/linux-libre/6.5-i686.conf, gnu/packages/aux-files/linux-libre/6.5-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
2023-09-24gnu: erofs-utils: Update to 1.7.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (erofs-utils): Update to 1.7. [inputs]: Add zlib.
2023-09-28gnu: Add python-smbus.Jean-Pierre De Jesus DIAZ
* gnu/packages/linux.scm (python-smbus): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-10gnu: bpftrace: Update to 0.18.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
2023-09-10gnu: ddcci-driver-linux: Update to 0.4.4.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.4.
2023-09-10gnu: mcelog: Update to 195.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 195.
2023-09-10gnu: cpuid: Update to 20230614.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (cpuid): Update to 20230614.
2023-09-10gnu: nftables: Update to 1.0.8.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables): Update to 1.0.8.
2023-09-10gnu: libnftnl: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
2023-09-10gnu: lkrg: Update to 0.9.7.Tobias Geerinckx-Rice
This fixes the build with Linux-Libre >= 6.4. * gnu/packages/linux.scm (lkrg): Update to 0.9.7.
2023-09-10gnu: psmisc: Use G-Expressions.Bruno Victal
* gnu/packages/linux.scm (psmisc): Use G-Expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-10gnu: psmisc: Make description more informative.mikadoZero
The text for the description is taken from the psmisc README. * gnu/packages/linux.scm (psmisc)[description]: Make description more informative. Co-authored-by: Bruno Victal <mirai@makinata.eu> Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> f psmisc desc
2023-09-10gnu: libevdi: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libevdi)[arguments]: Use CC-FOR-TARGET.
2023-09-10gnu: libevdi: Expand description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libevdi)[synopsis]: Use @acronym. [description]: Replace ‘on various operating systems’, which is not guaranteed, with something that is.
2023-09-10gnu: evdi: Expand description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (evdi)[synopsis, description]: Expand.
2023-09-10gnu: libevdi: Inherit from evdi.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libevdi)[inherit]: …from evdi. [version, source, home-page]: Likewise.
2023-09-10gnu: libevdi: Update to 1.14.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libevdi): Update to 1.14.1. [source]: Use a Git tag.
2023-09-10gnu: evdi: Update to 1.14.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (evdi): Update to 1.14.1. [source]: Use a Git tag. Remove patch. * gnu/packages/patches/evdi-fix-build-with-linux-6.2.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.53.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.53. (linux-libre-6.1-pristine-source): Update hash.
2023-07-23gnu: linux-libre: Update to 6.4.16.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.16. (linux-libre-6.4-pristine-source, deblob-scripts-6.5): Update hashes.
2023-09-12gnu: linux-libre-headers: Remove i586-gnu from supported-systems.Christopher Baines
As I don't think attempting to build for the Hurd is useful. * gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from supported-systems.
2023-09-09gnu: multipath-tools: Update to 0.9.6.Olivier Dion
* gnu/packages/linux.scm (multipath-tools): Update to 0.9.6. [#:make-flags]: Set systemd_prefix to output and remove SYSTEMDPATH. [#:phases]: Add phase 'no-fortfify-3 before 'build. [inputs]: Add util-linux "lib" output for libmount. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-23gnu: linux-libre 5.15: Update to 5.15.131.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.131. (linux-libre-5.15-pristine-source): Update hash.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.52.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.52. (linux-libre-6.1-pristine-source): Update hash.
2023-07-23gnu: linux-libre: Update to 6.4.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.15. (linux-libre-6.4-pristine-source): Update hash.
2023-09-09gnu: linux-libre: Fix cross-compilation.Mathieu Othacehe
Fix generic aarch64 kernel cross-compilation by providing the missing hexdump binary. * gnu/packages/linux.scm (linux-libre)[native-inputs]: Add util-linux.
2023-09-06gnu: Add csmith.Olivier Dion
* gnu/packages/linux.scm (csmith): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: efivar: Fix cross-compilation.dan
[version]: Temporarily change the version to a git-version. [source]: Fetch source from git, use newer commit to fix cross-build. [arguments]<#:make-flags>: Set HOSTCC to gcc. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-23gnu: linux-libre 4.14: Update to 4.14.325.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.325. (linux-libre-4.14-pristine-source): Update hash.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.294.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.294. (linux-libre-4.19-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.256.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.256. (linux-libre-5.4-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.194.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.194. (linux-libre-5.10-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.130.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.130. (linux-libre-5.15-pristine-source): Update hash.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.51.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.51. (linux-libre-6.1-pristine-source): Update hash.
2023-07-23gnu: linux-libre: Update to 6.4.14.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.14. (linux-libre-6.4-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.192.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.192. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.128.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.128. (linux-libre-5.15-pristine-source): Update hash.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.49.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.49. (linux-libre-6.1-pristine-source): Update hash.
2023-08-29gnu: tuxedo-keyboard: Update to 3.2.10.Jelle Licht
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-23gnu: linux-libre 6.1: Update to 6.1.47.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.47. (linux-libre-6.1-pristine-source): Update hash.
2023-07-23gnu: linux-libre: Update to 6.4.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.12. (linux-libre-6.4-pristine-source): Update hash.
2023-08-26gnu: tp-smapi-module: Update to 0.44.Jussi Timperi
* gnu/packages/linux.scm (tp-smapi-module): Update to 0.44. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-24gnu: lsscsi: Move to (gnu packages scsi).Felix Lechner
* gnu/packages/linux.scm (lsscsi): Move to... * gnu/packages/scsi.scm (lsscsi): ... here. (sg3-utils)[license]: Use license: prefix. (libiscsi)[license]: Likewise. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-08-24gnu: hdparm: Move to (gnu packages disk).Felix Lechner
* gnu/packages/linux.scm (hdparm): Move to... * gnu/packages/disk.scm (hdparm): ... here. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-07-23gnu: linux-libre 4.14: Update to 4.14.323.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.323. (linux-libre-4.14-pristine-source): Update hash.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.292.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.292. (linux-libre-4.19-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.254.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.254. (linux-libre-5.4-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.191.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.191. (linux-libre-5.10-pristine-source): Update hash.