Commit Graph
14664 Commits
Author SHA1 Message Date
github-actions[bot] ae64aaa5c0 Merge staging-next into staging 2021-03-10 00:39:15 +00:00
github-actions[bot] 149a81c88d Merge master into staging-next 2021-03-10 00:39:07 +00:00
Florian Klink 7db55b3aa5 Merge pull request #115584 from grahamc/systemd-modprobe-service
systemd: add the modprobe service
2021-03-09 22:12:25 +01:00
markuskowa 52333ca377 Merge pull request #114918 from helsinki-systems/rdma-core-python3
rdma-core: python2 -> python3
2021-03-09 20:42:36 +01:00
R. RyanTM 1bca0d7bf5 system76-firmware: 1.0.20 -> 1.0.24 2021-03-09 19:41:36 +00:00
Graham Christensen e7d9750b5c systemd: correct path to modprobe@.service
The unit hard-codes a path to modprobe which is obviously invalid.
2021-03-09 12:38:54 -05:00
Martin Weinelt 16f9e4da3a Merge branch 'master' into staging-next 2021-03-09 17:05:41 +01:00
Tim Steinbach 921dffb59e linux/hardened/patches/5.4: 5.4.101-hardened1 -> 5.4.103-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 48644e1496 linux/hardened/patches/5.10: 5.10.19-hardened1 -> 5.10.21-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 61ca55c170 linux/hardened/patches/4.19: 4.19.177-hardened1 -> 4.19.179-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 1361d73395 linux/hardened/patches/4.14: 4.14.222-hardened1 -> 4.14.224-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 7e71fcdba4 linux-rt_5_4: 5.4.93-rt51 -> 5.4.102-rt53 2021-03-09 10:50:15 -05:00
Tim Steinbach 6fb3bd79be linux: 5.11.4 -> 5.11.5 2021-03-09 10:50:15 -05:00
Tim Steinbach e3a6b728a3 linux/hardened/patches/5.4: 5.4.100-hardened1 -> 5.4.101-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 0221fe13da linux/hardened/patches/5.10: 5.10.18-hardened1 -> 5.10.19-hardened1 2021-03-09 10:50:15 -05:00
Tim Steinbach 4fb927e50e linux_latest-libre: 17873 -> 17920 2021-03-09 10:50:15 -05:00
Tim Steinbach 6e5bce6b5a linux: 5.4.100 -> 5.4.103 2021-03-09 10:50:15 -05:00
Tim Steinbach 861b11a390 linux: 5.11.2 -> 5.11.4 2021-03-09 10:50:15 -05:00
Tim Steinbach 8a706422fa linux: 5.10.18 -> 5.10.21 2021-03-09 10:50:15 -05:00
Tim Steinbach 57455d7566 linux: 4.9.258 -> 4.9.260 2021-03-09 10:50:15 -05:00
Tim Steinbach cecaeca80b linux: 4.4.258 -> 4.4.260 2021-03-09 10:50:15 -05:00
Tim Steinbach 929d751e5b linux: 4.19.177 -> 4.19.179 2021-03-09 10:50:15 -05:00
Tim Steinbach 196b232131 linux: 4.14.222 -> 4.14.224 2021-03-09 10:50:15 -05:00
github-actions[bot] 3db2dee35f Merge master into staging-next 2021-03-09 00:39:09 +00:00
Linus Heckemann c762b1eaab Merge pull request #90065 from wizeman/u/fix-config-merge
linux: make sure all config options have the same value
2021-03-08 21:34:59 +01:00
Maxine Aubrey 6cb28a7a47 bolt: 0.9 -> 0.9.1 2021-03-08 19:44:05 +01:00
github-actions[bot] 5c2a7abde7 Merge master into staging-next 2021-03-08 18:22:56 +00:00
Frederik Rietdijk 277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Tim Steinbach ecce29eba2 kernel: RANDOM_TRUST_CPU for >= 4.19 2021-03-08 11:49:08 -05:00
Rouven Czerwinski 368bdd13f6 linux: enable RANDOM_TRUST_CPU
Allows the RDRAND instruction to seed the kernel RNG. This should lead
to faster CRNG initialization, since the kernel can use the processors
capabilities directly. This is default enabled in Debian [1] and Fedora
[2] as well.

[1]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/5.10.13-1/debian/config/config#L459
[2]: https://src.fedoraproject.org/rpms/kernel/blob/rawhide/f/kernel-x86_64-fedora.config#_4907
2021-03-08 09:34:22 -05:00
Sandro 1d80a52b4c Merge pull request #115369 from lourkeur/hammer-114876
android-udev-rules: 20201003 -> 20210302
2021-03-08 00:21:17 +01:00
R. RyanTM 2b4c7c6cf3 android-udev-rules: 20201003 -> 20210302 2021-03-07 23:58:46 +01:00
Ricardo M. Correia d81067f3f3 linux: fix fallout from conflicting kernel configs
The parent commit forbids conflicting kernel config options.

Fix the hardened kernels by allowing options in common-config.nix to
be overridden by conflicting ones in hardened/config.nix.

I'm explicitly avoiding using a higher priority (e.g. using mkForce)
in hardened/config.nix so that the user can easily override the
options in that file.
2021-03-07 20:55:55 +01:00
Jörg Thalheim e7c8a73390 Merge pull request #108879 from kreisys/nixos-rebuild-no-systemctl
nixos-rebuild: Remove ambient systemctl dependency
2021-03-07 14:09:39 +00:00
github-actions[bot] 65cddb74d7 Merge staging-next into staging 2021-03-07 06:17:25 +00:00
Sandro 61b42c2d0f Merge pull request #115281 from helsinki-systems/upd/targetcli 2021-03-07 02:40:11 +01:00
Austin Butler 00697bad7e akvcam: 1.1.1 -> 1.2.0 2021-03-06 17:09:57 -08:00
ajs124 d178471fad targetcli: 2.1.53 -> 2.1.54 2021-03-06 20:00:33 +01:00
Jan Tojnar 1465e8e397 Merge branch 'staging-next' into staging 2021-03-06 19:56:45 +01:00
Daniel Fox Franke 2f3eab365c nvidia-x11: 460.39 -> 460.56 2021-03-06 12:35:35 -05:00
github-actions[bot] fb5c8b556d Merge staging-next into staging 2021-03-06 06:17:00 +00:00
Sandro baac2a1b86 Merge pull request #115178 from teto/mptcp-bump
linux_mptcp_95: 0.95 -> 0.95.1
2021-03-06 05:00:56 +01:00
Matthieu Coudron 48e8bf850f linux_mptcp_95: 0.95 -> 0.95.1 2021-03-05 12:16:06 +01:00
github-actions[bot] f696c7c887 Merge staging-next into staging 2021-03-05 00:39:18 +00:00
WORLDofPEACE 583f1a96b1 Merge pull request #114000 from worldofpeace/plymouth-bgrt
nixos/plymouth: use bgrt theme
2021-03-04 18:32:30 -05:00
Jan Tojnar 6d1958ad2d Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
Orivej Desh 5da47b15cf linux-rt_5_11: init at 5.11.2-rt9 2021-03-03 11:36:36 +00:00
Orivej Desh 19959cb7ef linux-rt_5_6: remove 2021-03-03 11:36:36 +00:00
Domen Kožar 52041b5d02 remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot] 9690bf19d4 Merge staging-next into staging 2021-03-03 06:17:28 +00:00