Commit Graph

6207 Commits

Author SHA1 Message Date
Sandro
d941f93a53
Merge pull request #187022 from SuperSandro2000/linux-update-script 2022-08-24 20:55:09 +02:00
Sergei Trofimovich
36ba9b7a57
Merge pull request #188121 from trofi/perf-fix-for-binutils-2.39
linuxPackages.perf: use binutils-2.38 for linux before 5.19
2022-08-24 19:48:44 +01:00
Maximilian Bosch
a6b2e70bb9
Merge pull request #188027 from Ma27/linux-kernel-updates
Linux kernel updates 2022-08-23
2022-08-24 10:39:25 +02:00
Sergei Trofimovich
19b8b523c9 linuxPackages.perf: use binutils-2.38 for linux before 5.19
Without the change perf build fails on binutils-2.39 due to API change:

util/annotate.c: In function 'symbol__disassemble_bpf':
util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
 1765 |         init_disassemble_info(&info, s,
      |         ^~~~~~~~~~~~~~~~~~~~~
2022-08-24 07:25:08 +01:00
Maximilian Bosch
c8322d761e
linux/hardened/patches/5.18: 5.18.17-hardened1 -> 5.18.19-hardened1 2022-08-23 15:20:23 +02:00
Maximilian Bosch
59d8bb65af
linux/hardened/patches/5.15: 5.15.60-hardened1 -> 5.15.62-hardened1 2022-08-23 15:20:08 +02:00
Maximilian Bosch
92020eb821
linux/hardened/patches/5.10: 5.10.136-hardened1 -> 5.10.137-hardened1 2022-08-23 15:19:54 +02:00
Maximilian Bosch
44ff12b6d9
linux_latest-libre: 18837 -> 18880 2022-08-23 15:19:09 +02:00
Maximilian Bosch
76ffc68429
linux: 5.19.2 -> 5.19.3 2022-08-23 15:18:47 +02:00
Maximilian Bosch
b0a84e1b65
linux: 5.18.18 -> 5.18.19 2022-08-23 15:18:33 +02:00
Maximilian Bosch
7ca490c3d2
linux: 5.15.61 -> 5.15.62 2022-08-23 15:18:20 +02:00
Maximilian Bosch
0858a9a4dd
linux: 5.10.136 -> 5.10.137 2022-08-23 15:18:07 +02:00
PedroHLC ☭
94b4e8ff7a
zen-kernels: 5.19.2 -> 5.19.3 2022-08-22 10:12:03 -03:00
K900
fd53244bec linux: fix builds for old LTS kernels 2022-08-21 11:07:58 +03:00
K900
175f140b8b
Merge pull request #187252 from K900/kernel-sanity
linux: assorted build cleanups
2022-08-20 22:42:13 +03:00
K900
5f45f2506d linux: better note 2022-08-20 00:06:13 +03:00
superherointj
4dc0fce489
Merge pull request #187126 from PedroHLC/linux_zen-5.19.2-zen1
zen-kernels: 5.19.1 -> 5.19.2
2022-08-19 18:03:03 -03:00
K900
907b497d7e nixos/hardware/device-tree: use symbols from the exact kernel package 2022-08-19 20:17:28 +03:00
K900
846d001fb8 linux: don't try to mass clean paths
This whole thing is utterly broken, but let's start here.
Should fix intermittent build failures with patchShebangs.
2022-08-19 20:17:18 +03:00
Sandro
4ea9dbf2ef
Merge pull request #186091 from NickCao/xanmod 2022-08-19 15:13:56 +02:00
PedroHLC ☭
66cac6896c
linux_lqx: 5.18.17-lqx1 -> 5.19.2-lqx1 2022-08-18 15:38:15 -03:00
PedroHLC ☭
6c1af96c06
linux_zen: 5.19.1 -> 5.19.2 2022-08-18 15:38:15 -03:00
K900
4789b92366 linux/hardened/patches/5.4: 5.4.208-hardened1 -> 5.4.210-hardened1 2022-08-18 13:07:06 +03:00
K900
7413d509cd linux: 5.19.1 -> 5.19.2 2022-08-18 13:07:06 +03:00
K900
636c6b3fad linux: 5.18.17 -> 5.18.18 2022-08-18 13:07:06 +03:00
K900
7aeb316e7e linux: 5.15.60 -> 5.15.61 2022-08-18 13:07:06 +03:00
Nick Cao
f9047f4745
linux_xanmod: remove unused kernel configs 2022-08-18 06:53:26 +08:00
Nick Cao
356f21b2e0
linux_xanmod: only apply fix for removed options on tt variant 2022-08-18 06:53:22 +08:00
Winter
23218d872e
linux-hardened: specify system when calling nix-instantiate in update script
This allows the script to run on non-Linux systems.
2022-08-17 14:24:34 +02:00
Sandro
7c81b36279
Merge pull request #186988 from lovesegfault/kernel-updates
linuxKernel.kernels: updates
2022-08-17 01:05:27 +02:00
Sandro
6085a7ceee
Merge pull request #183994 from fortuneteller2k/xanmod 2022-08-16 23:08:12 +02:00
Winter
3b873dc867
linux-hardened: use default python3 version in update script 2022-08-16 23:07:09 +02:00
Sergei Trofimovich
8ab16e40be pkgsCross.ppc64.linux: flatten makeFlags
Before the cgange:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      [ ... ] ]

After the change:

    nix-repl> pkgsCross.ppc64.linux.makeFlags
    [ "O=$(buildRoot)"
      "CC=/06pbgv2957wl3wcpd2gljml719lw123njq9dhj7h6n2pv4nwgwhl/bin/powerpc64-unknown-linux-gnu-cc"
      "HOSTCC=/0calwri0wxl5mbjl5q80r1hm9hchyk8a7hhayk6cdfrxgbfbia3n/bin/cc"
      "ARCH=powerpc"
      "CROSS_COMPILE=powerpc64-unknown-linux-gnu-" ]
2022-08-16 17:34:46 +01:00
Bernardo Meurer
676abbfc9b
linux_testing: 5.19-rc -> 6.0-rc1 2022-08-16 11:40:10 -04:00
Bernardo Meurer
6023139cd8
linux/hardened/patches/5.18: 5.18.15-hardened1 -> 5.18.17-hardened1 2022-08-16 11:32:11 -04:00
Bernardo Meurer
49123a639f
linux/hardened/patches/5.15: 5.15.58-hardened1 -> 5.15.60-hardened1 2022-08-16 11:32:07 -04:00
Bernardo Meurer
b251c3d591
linux/hardened/patches/5.10: 5.10.134-hardened1 -> 5.10.136-hardened1 2022-08-16 11:32:03 -04:00
Bernardo Meurer
151120cee0
linux/hardened/patches/4.19: 4.19.254-hardened1 -> 4.19.255-hardened1 2022-08-16 11:31:59 -04:00
Bernardo Meurer
edfc88a7d3
linux-rt_5_4: 5.4.193-rt74 -> 5.4.209-rt77 2022-08-16 11:31:20 -04:00
Bernardo Meurer
cf81560d25
linux: 5.4.209 -> 5.4.210 2022-08-16 11:31:01 -04:00
Bernardo Meurer
6221871a7d
linux: 5.19 -> 5.19.1 2022-08-16 11:30:58 -04:00
Bernardo Meurer
36c83a7be6
linux: 5.18.16 -> 5.18.17 2022-08-16 11:30:55 -04:00
Bernardo Meurer
17173d1781
linux: 5.15.59 -> 5.15.60 2022-08-16 11:30:51 -04:00
Bernardo Meurer
d58cbe4865
linux: 5.10.135 -> 5.10.136 2022-08-16 11:30:48 -04:00
Bernardo Meurer
dc78e9719c
linux: 4.19.254 -> 4.19.255 2022-08-16 11:30:38 -04:00
Sergei Trofimovich
8940dd0559 linuxPackages.perf: move from perf.nix to perf/ directory
While at it dropped top-level 'with lib;'.
2022-08-14 09:17:48 +01:00
Sergei Trofimovich
7c69856537
Merge pull request #186318 from trofi/latest-perf-for-binutils-2.39
linuxPackages_latest.perf: apply upstream patch for binutils-2.39
2022-08-14 08:59:37 +01:00
PedroHLC ☭
28d23a540e
linux_zen: 5.18.16 -> 5.19.1; linux_lqx: 5.18.16-lqx2 -> 5.18.17-lqx1 2022-08-12 15:27:00 -03:00
Sergei Trofimovich
ca07cc0c5c linuxPackages_latest.perf: apply upstream patch for binutils-2.39
Without the change build fails as:

    perf-linux> util/annotate.c: In function 'symbol__disassemble_bpf':
    perf-linux> util/annotate.c:1765:9: error: too few arguments to function 'init_disassemble_info'
    perf-linux>  1765 |         init_disassemble_info(&info, s,
    perf-linux>       |         ^~~~~~~~~~~~~~~~~~~~~
2022-08-12 18:32:49 +01:00
fortuneteller2k
c9d4f8fa5f linux_xanmod: 5.15.58 -> 5.15.60 2022-08-12 13:47:18 +00:00