Tim Steinbach
867edccac8
linux/hardened/patches/5.4: 5.4.103-hardened1 -> 5.4.104-hardened1
2021-03-11 08:23:02 -05:00
Tim Steinbach
f584b58e73
linux/hardened/patches/5.10: 5.10.21-hardened1 -> 5.10.22-hardened1
2021-03-11 08:23:02 -05:00
Tim Steinbach
d4983c9b06
linux-rt_5_11: 5.11.2-rt9 -> 5.11.4-rt11
2021-03-11 08:23:02 -05:00
Tim Steinbach
ad53b90dea
linux-rt_5_10: 5.10.17-rt32 -> 5.10.21-rt34
2021-03-11 08:23:02 -05:00
Tim Steinbach
f11ec11612
linux: 5.4.103 -> 5.4.104
2021-03-11 08:23:02 -05:00
Tim Steinbach
047625cc6f
linux: 5.10.21 -> 5.10.22
2021-03-11 08:23:02 -05:00
Jonathan Teh
29e7b1ff82
linux: enable NVMe Multipath
...
Enable NVME_MULTIPATH so that a single /dev/nvmeXnY device will show
up for each NVMe namespaces, even if it is accessible through multiple
controllers. Can be disabled at boot with `nvme_core.multipath=0`.
This is default enabled in Debian [1], Ubuntu 20.04 [2] , Arch [3] and
Fedora 33 [4].
[1]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/5.10.19-1/debian/config/config#L4362
[2]: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=Ubuntu-5.4.0-67.75#n6722
[3]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/config?h=packages/linux#n2423
[4]: https://src.fedoraproject.org/rpms/kernel/blob/f33/f/kernel-x86_64-fedora.config#_4338
2021-03-10 17:40:30 +00: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
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
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
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
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
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
TredwellGit
003fcee3cd
linux_5_11: 5.11.1 -> 5.11.2
...
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.11.2
2021-03-02 09:52:57 -05:00
Varris
662e3b88ae
linux: Enable CONFIG_UNICODE to support casefold
...
Required to mount filesystems with casefold enabled. Fixes #109432
2021-03-01 12:05:51 -05:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Tim Steinbach
1d982f3677
linux/hardened/patches/5.4: 5.4.99-hardened1 -> 5.4.100-hardened1
2021-02-25 10:30:55 -05:00
Tim Steinbach
bac5c55497
linux/hardened/patches/5.10: 5.10.17-hardened1 -> 5.10.18-hardened1
2021-02-25 10:30:55 -05:00
Tim Steinbach
df50139ed1
linux/hardened/patches/4.19: 4.19.176-hardened1 -> 4.19.177-hardened1
2021-02-25 10:30:55 -05:00
Tim Steinbach
24b9351862
linux/hardened/patches/4.14: 4.14.221-hardened1 -> 4.14.222-hardened1
2021-02-25 10:30:55 -05:00
Tim Steinbach
4fe463a186
linux: 5.4.99 -> 5.4.100
2021-02-25 10:30:55 -05:00
Tim Steinbach
e941dc94c3
linux: 5.11 -> 5.11.1
2021-02-25 10:30:55 -05:00
Tim Steinbach
fbf00de576
linux: 5.10.17 -> 5.10.18
2021-02-25 10:30:55 -05:00
Tim Steinbach
a171fe92b1
linux: 4.9.257 -> 4.9.258
2021-02-25 10:30:55 -05:00
Tim Steinbach
29ac6ee4cf
linux: 4.4.257 -> 4.4.258
2021-02-25 10:30:55 -05:00
Tim Steinbach
0c115547bd
linux: 4.19.176 -> 4.19.177
2021-02-25 10:30:55 -05:00
Tim Steinbach
3dd93c91cc
linux: 4.14.221 -> 4.14.222
2021-02-25 10:30:55 -05:00
Mario Rodas
343c83cfe3
Merge pull request #114229 from Atemu/update/zen-kernels
...
zen-kernels: 5.10.15 -> 5.11.1
2021-02-24 21:49:33 -05:00
Atemu
c0b7b84b91
zen-kernels: 5.10.15 -> 5.11.1
2021-02-24 11:39:47 +01:00
Tim Steinbach
5eafa2966d
linux-rt_5_10: 5.10.16-rt30 -> 5.10.17-rt32
2021-02-23 09:59:29 -05:00
github-actions[bot]
cf22d5fee7
Merge master into staging-next
2021-02-21 12:19:43 +00:00
WORLDofPEACE
b3216e64b2
Merge pull request #111994 from Atemu/update/zen-kernels
...
zen-kernels: 5.10.10 -> 5.10.15
2021-02-21 06:58:00 -05:00