Maximilian Bosch
75f4c62775
linux/hardened/patches/5.4: 5.4.195-hardened1 -> 5.4.196-hardened1
2022-05-26 17:20:50 +02:00
Maximilian Bosch
ec4b2a871d
linux/hardened/patches/5.17: 5.17.9-hardened1 -> 5.17.11-hardened1
2022-05-26 17:20:39 +02:00
Maximilian Bosch
e97b03a780
linux/hardened/patches/5.15: 5.15.41-hardened1 -> 5.15.43-hardened1
2022-05-26 17:20:27 +02:00
Maximilian Bosch
d8d0dd929e
linux/hardened/patches/5.10: 5.10.117-hardened1 -> 5.10.118-hardened1
2022-05-26 17:20:14 +02:00
Maximilian Bosch
63192641bb
linux/hardened/patches/4.19: 4.19.244-hardened1 -> 4.19.245-hardened1
2022-05-26 17:20:03 +02:00
Maximilian Bosch
08daee172e
linux/hardened/patches/4.14: 4.14.280-hardened1 -> 4.14.281-hardened1
2022-05-26 17:19:52 +02:00
Maximilian Bosch
d505557a29
linux: 5.4.195 -> 5.4.196
2022-05-26 17:18:45 +02:00
Maximilian Bosch
c57d757e1b
linux: 5.17.9 -> 5.17.11
2022-05-26 17:18:35 +02:00
Maximilian Bosch
bc0db57d53
linux: 5.15.41 -> 5.15.43
2022-05-26 17:18:23 +02:00
Maximilian Bosch
ec5629f3f2
linux: 5.10.117 -> 5.10.118
2022-05-26 17:18:12 +02:00
Maximilian Bosch
110b58f77e
linux: 4.9.315 -> 4.9.316
2022-05-26 17:18:01 +02:00
Maximilian Bosch
b5c4a60bbe
linux: 4.19.244 -> 4.19.245
2022-05-26 17:17:51 +02:00
Maximilian Bosch
f2e1f34e4c
linux: 4.14.280 -> 4.14.281
2022-05-26 17:17:42 +02:00
sternenseemann
8b5e372c97
Merge pull request #168113 from a-m-joseph/ispowerpc-becomes-ispower32
...
lib/systems/inspect.nix: replace isPowerPC with isPower32BigEndian
2022-05-26 11:44:39 +02:00
Sandro
882fc91780
Merge pull request #174091 from alyssais/linux-5.18
2022-05-25 22:55:58 +02:00
Adam Joseph
c0085404bd
lib/systems/inspect.nix: remove isPowerPC
...
Very confusingly, the `isPowerPC` predicate in
`lib/systems/inspect.nix` does *not* match `powerpc64le`!
This is because `isPowerPC` is defined as
isPowerPC = { cpu = cpuTypes.powerpc; };
Where `cpuTypes.powerpc` is:
{ bits = 32; significantByte = bigEndian; family = "power"; };
This means that the `isPowerPC` predicate actually only matches the
subset of machines marketed under this name which happen to be 32-bit
and running in big-endian mode which is equivalent to:
with stdenv.hostPlatform; isPower && isBigEndian && is32bit
This seems like a sharp edge that people could easily cut themselves
on. In fact, that has already happened: in
`linux/kernel/common-config.nix` there is a test which will always
fail:
(stdenv.hostPlatform.isPowerPC && stdenv.hostPlatform.is64bit)
A more subtle case of the strict isPowerPC being used instead of the
moreg general isPower accidentally are the GHC expressions:
Update pkgs/development/compilers/ghc/8.10.7.nix
Update pkgs/development/compilers/ghc/8.8.4.nix
Update pkgs/development/compilers/ghc/9.2.2.nix
Update pkgs/development/compilers/ghc/9.0.2.nix
Update pkgs/development/compilers/ghc/head.nix
Since the remaining legitimate use sites of isPowerPC are so few, remove
the isPowerPC predicate completely. The alternative expression above is
noted in the release notes as an alternative.
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-05-25 09:45:42 +02:00
Sandro
c7cd9d20c4
Merge pull request #173806 from SuperSandro2000/systeroid
2022-05-24 14:45:50 +02:00
Sandro Jäckel
e9be5fe419
linux-doc: init
2022-05-23 21:57:06 +02:00
Alyssa Ross
fa7ae8876f
linux_latest: 5.17.9 -> 5.18
...
NSFD_V3 is now always enabled, and enabling debug info now requires
selecting a DWARF version instead of just setting DEBUG_INFO=y.
2022-05-23 09:19:42 +00:00
Maximilian Bosch
82273adfcd
linux/hardened/patches/5.4: 5.4.193-hardened1 -> 5.4.195-hardened1
2022-05-19 17:54:10 +02:00
Maximilian Bosch
5c9571087e
linux/hardened/patches/5.17: 5.17.7-hardened1 -> 5.17.9-hardened1
2022-05-19 17:53:59 +02:00
Maximilian Bosch
7f512f7153
linux/hardened/patches/5.15: 5.15.39-hardened1 -> 5.15.41-hardened1
2022-05-19 17:53:46 +02:00
Maximilian Bosch
240e224783
linux/hardened/patches/5.10: 5.10.115-hardened1 -> 5.10.117-hardened1
2022-05-19 17:53:34 +02:00
Maximilian Bosch
28a954cabf
linux/hardened/patches/4.19: 4.19.242-hardened1 -> 4.19.244-hardened1
2022-05-19 17:53:21 +02:00
Maximilian Bosch
eea0f09983
linux/hardened/patches/4.14: 4.14.278-hardened1 -> 4.14.280-hardened1
2022-05-19 17:53:11 +02:00
Maximilian Bosch
3edcbfce89
linux_latest-libre: 18713 -> 18738
2022-05-19 17:52:48 +02:00
Maximilian Bosch
1f98b560c8
linux-rt_5_4: 5.4.188-rt73 -> 5.4.193-rt74
2022-05-19 17:52:30 +02:00
Maximilian Bosch
c49791b326
linux-rt_5_10: 5.10.109-rt65 -> 5.10.115-rt67
2022-05-19 17:52:15 +02:00
Maximilian Bosch
d56829b5fe
linux: 5.4.193 -> 5.4.195
2022-05-19 17:51:59 +02:00
Maximilian Bosch
cfb71b715e
linux: 5.17.7 -> 5.17.9
2022-05-19 17:51:47 +02:00
Maximilian Bosch
8935b4d533
linux: 5.15.39 -> 5.15.41
2022-05-19 17:51:34 +02:00
Maximilian Bosch
1b81fcd678
linux: 5.10.115 -> 5.10.117
2022-05-19 17:51:23 +02:00
Maximilian Bosch
4072349a31
linux: 4.9.313 -> 4.9.315
2022-05-19 17:51:12 +02:00
Maximilian Bosch
a7d95e31bc
linux: 4.19.242 -> 4.19.244
2022-05-19 17:51:03 +02:00
Maximilian Bosch
3431806dfa
linux: 4.14.278 -> 4.14.280
2022-05-19 17:50:49 +02:00
Artturi
9d1596b964
Merge pull request #173313 from Atemu/update/xanmod
...
xanmod-kernels: update
2022-05-18 04:50:54 +03:00
Atemu
336ee6b108
xanmod-kernels: make myself a maintainer
2022-05-16 19:04:39 +02:00
Atemu
fe151054ff
linux_xanmod_latest: 5.17.4 -> 5.17.8
2022-05-16 19:04:39 +02:00
Atemu
3133e29fce
linux_xanmod: 5.15.35 -> 5.15.40
2022-05-16 19:04:39 +02:00
adisbladis
fb222e0086
Merge pull request #172820 from alyssais/compressed-firmware
...
Compressed firmware
2022-05-14 02:38:48 +08:00
Artturi
44b28f34a0
Merge pull request #172740 from andrevmatos/kernel/zen
...
linux_zen: 5.17.5-zen1 -> 5.17.7-zen1
2022-05-13 19:35:07 +03:00
Maximilian Bosch
081daee45e
linux/hardened/patches/5.4: 5.4.192-hardened1 -> 5.4.193-hardened1
2022-05-13 00:33:52 +02:00
Maximilian Bosch
1d8fa8ef14
linux/hardened/patches/5.17: 5.17.6-hardened1 -> 5.17.7-hardened1
2022-05-13 00:33:40 +02:00
Maximilian Bosch
b644615669
linux/hardened/patches/5.15: 5.15.38-hardened1 -> 5.15.39-hardened1
2022-05-13 00:33:27 +02:00
Maximilian Bosch
6abf4b2b96
linux/hardened/patches/5.10: 5.10.114-hardened1 -> 5.10.115-hardened1
2022-05-13 00:33:15 +02:00
Maximilian Bosch
34ede69b72
linux/hardened/patches/4.19: 4.19.241-hardened1 -> 4.19.242-hardened1
2022-05-13 00:33:03 +02:00
Maximilian Bosch
ab2f51774b
linux/hardened/patches/4.14: 4.14.277-hardened1 -> 4.14.278-hardened1
2022-05-13 00:32:51 +02:00
Maximilian Bosch
3543468280
linux: 5.4.192 -> 5.4.193
2022-05-13 00:32:23 +02:00
Maximilian Bosch
dcc82f4e65
linux: 5.17.6 -> 5.17.7
2022-05-13 00:32:13 +02:00
Maximilian Bosch
2b8fcabeb6
linux: 5.15.38 -> 5.15.39
2022-05-13 00:32:01 +02:00