summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: linux-libre@4.19: Update to 4.19.76.Tobias Geerinckx-Rice2019-10-04
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version) (linux-libre-4.19-pristine-source): Update to 4.19.76.
| * gnu: linux-libre@5.2: Update to 5.2.18.Tobias Geerinckx-Rice2019-10-04
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.2-version) (linux-libre-5.2-pristine-source): Update to 5.2.18.
| * gnu: linux-libre@5.3: Update to 5.3.2.Tobias Geerinckx-Rice2019-10-04
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.3-version) (linux-libre-5.3-pristine-source): Update to 5.3.2.
| * gnu: linux-libre: Update to 5.3.Tobias Geerinckx-Rice2019-10-03
| | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-version) (linux-libre-pristine-source, linux-libre-source, linux-libre): Assign -5.3 values.
| * gnu: linux-libre-headers@5.3: Install.Tobias Geerinckx-Rice2019-10-02
| | | | | | | | | | | | | | | | | | | | Upstream has separated building and installing the UAPI headers, and now requires rsync for the latter. Follow-up to commit 9e34a5f3b2d37cc8fb9f16620747df41488665be. * gnuk/packages/linux.scm (make-linux-libre-headers*)[native-inputs]: Add rsync for version 5.3 and higher.
| * gnu: linux-libre: Add version 5.3.1.Tobias Geerinckx-Rice2019-10-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.3-version) (linux-libre-5.3-pristine-source, linux-libre-5.3-source) (linux-libre-headers-5.3, linux-libre-5.3): New public variables. * gnu/packages/aux-files/linux-libre/5.3-arm.conf, gnu/packages/aux-files/linux-libre/5.3-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.3-arm64.conf, gnu/packages/aux-files/linux-libre/5.3-i686.conf, gnu/packages/aux-files/linux-libre/5.3-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
* | gnu: linux-libre: Remove glibc from CPATH before the build.Marius Bakke2019-10-06
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/37593>. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH.
* | gnu: linux-libre: Try to aggressively gather entropy during boot.Marius Bakke2019-10-06
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37501>. * gnu/packages/patches/linux-libre-active-entropy.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-5.2-source): Use it.
* | gnu: perf: Treat kernel headers as system headers.Marius Bakke2019-10-06
| | | | | | | | | | * gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror, set C_INCLUDE_PATH.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
|\|
| * gnu: %default-extra-linux-options: Ensure namespaces are enabled in allVagrant Cascadian2019-09-29
| | | | | | | | | | | | | | | | | | | | | | linux-libre kernels. The linux-libre kernels using defconfig may not have namespaces enabled, which is needed for the default guix-daemon configuration in Guix System. * gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_NAMESPACES, CONFIG_UTS_NS, CONFIG_IPC_NS, CONFIG_USER_NS, CONFIG_PID_NS, and CONFIG_NET_NS.
| * gnu: Add ell.Brice Waegeneire2019-09-28
| | | | | | | | | | | | * gnu/packages/linux.scm (ell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: iproute2: Add libmnl input.Tobias Geerinckx-Rice2019-09-25
| | | | | | | | * gnu/packages/linux.scm (iproute)[inputs]: Add libmnl.
| * gnu: iproute2: Update to 5.3.0.Tobias Geerinckx-Rice2019-09-25
| | | | | | | | * gnu/packages/linux.scm (iproute): Update to 5.3.0.
| * gnu: linux-libre: Update to 4.4.194.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
| * gnu: linux-libre: Update to 4.9.194.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
| * gnu: linux-libre: Update to 4.14.146.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
| * gnu: linux-libre: Update to 4.19.75.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
| * gnu: linux-libre: Update to 5.2.17.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.17.
| * gnu: linux-libre: Update deblobbing scripts.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (deblob-scripts-4.4): Update to version 4.4.194 and update the 'deblob-check' hash. (deblob-scripts-5.2, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.9): Update to versions 5.2.17, 4.19.75, 4.14.146, and 4.9.194 respectively, although the scripts themselves are unchanged.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\|
| * gnu: acpid: Update to 2.0.32.Tobias Geerinckx-Rice2019-09-23
| | | | | | | | * gnu/packages/linux.scm (acpid): Update to 2.0.32.
| * gnu: linux-libre: Update to 5.2.16.Rutger Helling2019-09-19
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.16.
| * gnu: fuse: Update to 2.9.9.Tobias Geerinckx-Rice2019-09-17
| | | | | | | | * gnu/packages/linux.scm (fuse): Update to 2.9.9.
* | gnu: perf: Really build without '-Werror'.Ludovic Courtès2019-09-22
| | | | | | | | | | | | | | | | | | | | | | Until this change, it would fail to build with: In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0, from xsk.c:18: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed] * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove "-Werror" from 'tools/lib/bpf/Makefile'.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: linux-libre: Update to 5.2.15.Rutger Helling2019-09-16
| | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.15.
| * gnu: nftables: Update to 0.9.2.Rutger Helling2019-09-11
| | | | | | | | * gnu/packages/linux.scm (nftables): Update to 0.9.2.
| * gnu: libnftnl: Update to 1.1.4.Rutger Helling2019-09-11
| | | | | | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.4.
| * gnu: haveged: Use @acronym in description.Tobias Geerinckx-Rice2019-09-11
| | | | | | | | | | * gnu/packages/linux.scm (havege)[description]: Substitute @acronym for @dfn mark-up.
| * gnu: haveged: Use HTTPS home page.Tobias Geerinckx-Rice2019-09-11
| | | | | | | | * gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
| * gnu: haveged: Update to 1.9.6.Tobias Geerinckx-Rice2019-09-11
| | | | | | | | * gnu/packages/linux.scm (haveged): Update to 1.9.6.
| * gnu: fakeroot: Update to 1.24.Tobias Geerinckx-Rice2019-09-10
| | | | | | | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.24. [source]: Adjust and use HTTPS.
| * gnu: btrfs-progs: Update to 5.2.2.Rutger Helling2019-09-09
| | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.2.2.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: linux-libre: Update to 5.2.13.Mark H Weaver2019-09-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.13. (linux-libre-5.2-pristine-source): Update hash.
| * gnu: linux-libre@4.14: Update to 4.19.71.Mark H Weaver2019-09-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.71. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.142.Mark H Weaver2019-09-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.142. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.191.Mark H Weaver2019-09-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.191. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre@4.4: Update to 4.4.191.Mark H Weaver2019-09-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.191. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: libnl: Update to 3.5.0.Marius Bakke2019-09-05
| | | | | | | | * gnu/packages/linux.scm (libnl): Update to 3.5.0.
| * gnu: make-linux-libre: Fix cross-compilation.Mathieu Othacehe2019-09-04
| | | | | | | | | | | | * gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to make sure that cross-libc is not found. Otherwise, some of its header would conflict with the one from linux (stdint.h and linux/types.h).
| * gnu: vhba-module: Update to 20190831.Tobias Geerinckx-Rice2019-09-01
| | | | | | | | * gnu/packages/linux.scm (vhba-module): Update to 20190831.
| * gnu: numactl: Fix typo in & mark up description.Tobias Geerinckx-Rice2019-08-31
| | | | | | | | * gnu/packages/linux.scm (numactl)[description]: Fix typo & use @command{}.
| * gnu: numactl: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-30
| | | | | | | | * gnu/packages/linux.scm (numactl)[source]: Hard-code NAME.
| * gnu: numactl: Update to 2.0.13.Tobias Geerinckx-Rice2019-08-30
| | | | | | | | * gnu/packages/linux.scm (numactl): Update to 2.0.13.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: linux-libre: Update to 5.2.11.Mark H Weaver2019-08-29
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.11. (linux-libre-5.2-pristine-source): Update hash.