Commit Graph

16429 Commits

Author SHA1 Message Date
Vladimír Čunát
c1dfb09f84
Merge #137495: libsepol: upstream fix for -fno-common
... into staging
2021-09-24 09:10:16 +02:00
Vladimír Čunát
d41eda64cb
Merge #137445: audit: upstream fix for -fno-common
... into staging
2021-09-24 09:07:42 +02:00
github-actions[bot]
55c0ac1484
Merge staging-next into staging 2021-09-24 06:01:40 +00:00
Ryan Burns
40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
Jan Tojnar
cc239d848f Merge commit 'ab24cfb0d3d43d0e8c21604993007dd66a4694ea' 2021-09-24 02:00:38 +02:00
Sandro
078c3bfb54
Merge pull request #139066 from lovesegfault/linux_xanmod-5.14.7 2021-09-23 17:31:48 +02:00
Michael Stone
470466fdbd
sigtool: 4a3719b4 -> 2a13539d (#138453)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-23 17:14:07 +02:00
Sandro
e04c24ca02
Merge pull request #138534 from Stunkymonkey/os-specific-github 2021-09-23 11:22:12 +02:00
github-actions[bot]
194b50aba8
Merge staging-next into staging 2021-09-23 06:01:47 +00:00
Bernardo Meurer
0785430a5e
linuxKernel.kernels.linux_xanmod: 5.14.6 -> 5.14.7 2021-09-22 19:13:04 -07:00
Luke Granger-Brown
759c4c9da1
Merge pull request #139046 from r-burns/nbcompat-take-two
[staging-next] netbsd.compat: fix libs by using cctools strip as objcopy
2021-09-23 02:14:37 +01:00
Ryan Burns
9eb591df10 netbsd.compat: fix libs by using cctools strip as objcopy
Reverts d43df749ac

NetBSD makefiles strip local symbols from libs using `OBJCOPY?=objcopy`,
which is missing on macOS. GNU objcopy appears to succeed but produces
broken .a libs which do not link into dependers.

(As this issue does not fail the netbsd.compat build,
downstream netbsd.install is added to passthru.tests.)

Since `OBJCOPY` is only used for stripping, we can:
* skip stripping with the hacky `OBJCOPY=echo`
* use cctools strip, which is invoked in the same way

The latter is obviously preferable if it works.
Indeed, locals are stripped, although it doesn't affect size much.
Comparison:

`OBJCOPY=echo`:
```
$ du -b result/lib/*.a
347784	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```

`OBJCOPY=${cctools}/bin/strip`:
```
$ du -b result/lib/*.a
347008	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```
2021-09-22 17:42:12 -07:00
github-actions[bot]
c836da689f
Merge staging-next into staging 2021-09-23 00:03:12 +00:00
Luke Granger-Brown
7002c15677 linuxKernel.kernels.linux_5_13_hardened: fix build
BTF cannot be enabled at the same time as the RANDSTRUCT GCC plugin, so
we need to mark it as optional. Alas.
2021-09-22 22:26:36 +00:00
github-actions[bot]
42ade1cfa3
Merge staging-next into staging 2021-09-22 18:01:40 +00:00
github-actions[bot]
09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
TredwellGit
3cd2a4032b linux: 5.4.147 -> 5.4.148 2021-09-22 09:57:22 -04:00
TredwellGit
6e1498613f linux: 5.14.6 -> 5.14.7 2021-09-22 09:57:22 -04:00
TredwellGit
afc93c11bb linux: 5.10.67 -> 5.10.68 2021-09-22 09:57:22 -04:00
TredwellGit
217af32349 linux: 4.9.282 -> 4.9.283 2021-09-22 09:57:22 -04:00
TredwellGit
0931ea2be7 linux: 4.4.283 -> 4.4.284 2021-09-22 09:57:22 -04:00
TredwellGit
9eddcf0c15 linux: 4.19.206 -> 4.19.207 2021-09-22 09:57:22 -04:00
TredwellGit
1e54b5a2fc linux: 4.14.246 -> 4.14.247 2021-09-22 09:57:22 -04:00
github-actions[bot]
2505488672
Merge staging-next into staging 2021-09-22 12:02:01 +00:00
Alyssa Ross
b898e958da
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/libfabric/default.nix
	pkgs/tools/filesystems/btrfs-progs/default.nix
2021-09-22 10:07:27 +00:00
Bernardo Meurer
c4f9df268a
Merge pull request #138564 from lovesegfault/linux_xanmod-5.14.6 2021-09-22 04:02:28 +00:00
Sandro
f0955beaff
Merge pull request #107525 from xaverdh/kernel-manual-config-fix 2021-09-21 22:12:11 +02:00
Sandro
7ecc0a0181
Merge pull request #138632 from Atemu/update/linux_lqx 2021-09-21 21:07:08 +02:00
Shamrock Lee
c95fcfc6b3
libfabric: meta.platforms = lib.platforms.all and 1.13.0 -> 1.13.1 (#138780) 2021-09-21 21:06:24 +02:00
github-actions[bot]
aff0e5c530
Merge staging-next into staging 2021-09-21 12:02:04 +00:00
github-actions[bot]
fd3d37414d
Merge master into staging-next 2021-09-21 12:01:29 +00:00
Kevin Cox
c8fb668abb
Merge pull request #138773 from LibreCybernetics/update-nvidia
nvidia_x11: 470.63.01 → 470.74
2021-09-21 07:23:09 -04:00
Maximilian Bosch
a616d83b06
Merge pull request #138481 from TredwellGit/linux
Kernels 2021-09-18
2021-09-21 12:48:44 +02:00
r-burns
d6b683c052
Merge pull request #138740 from trofi/fix-libpsm2-gcc-11
libpsm2: disable blanket -Werror (gcc-11 fix)
2021-09-21 00:38:40 -07:00
Atemu
e4809b1143 linux_lqx: 5.13.15 -> 5.14.6 2021-09-21 09:10:01 +02:00
github-actions[bot]
e36b332620
Merge staging-next into staging 2021-09-21 06:01:41 +00:00
github-actions[bot]
fa2601f3b2
Merge master into staging-next 2021-09-21 06:01:04 +00:00
Fabián Heredia Montiel
ae5f12ccc3 nvidia_x11: 470.63.01 → 470.74 2021-09-20 20:51:33 -05:00
Artturi
3b2440afd0
Merge pull request #100120 from unode/cpupower-gui
linuxPackages.cpupower-gui: init at 1.0.0
2021-09-21 03:37:10 +03:00
TredwellGit
b8b772a1da linux/hardened/patches/5.14: 5.14.5-hardened1 -> 5.14.6-hardened1 2021-09-20 21:41:39 +00:00
TredwellGit
a41022ed40 linux/hardened/patches/5.13: 5.13.18-hardened1 -> 5.13.19-hardened1 2021-09-20 21:41:38 +00:00
TredwellGit
4a9ffb82ae linux/hardened/patches/5.10: 5.10.66-hardened1 -> 5.10.67-hardened1 2021-09-20 21:41:37 +00:00
TredwellGit
3e87ddbf57 linux-rt_5_10: 5.10.59-rt52 -> 5.10.65-rt53 2021-09-20 21:40:48 +00:00
TredwellGit
51b0e44980 linux: 5.14.5 -> 5.14.6 2021-09-20 21:40:12 +00:00
TredwellGit
748679c0d3 linux: 5.13.18 -> 5.13.19 2021-09-20 21:40:00 +00:00
TredwellGit
66760dcbd5 linux: 5.10.66 -> 5.10.67 2021-09-20 21:39:46 +00:00
Sergei Trofimovich
035a6e805f libpsm2: disable blanket -Werror (gcc-11 fix)
Without the change gcc-11 build fails as:

```
$ nix-build -E 'with import ./. {}; libpsm2.override { stdenv = gcc11Stdenv; }
...
/build/source/include/linux-x86_64/sysdep.h:146:9:
  error: array subscript 'struct xchg_dummy[0]'
    is partly outside array bounds of 'psmi_lock_t[1]'
```
2021-09-20 20:14:47 +01:00
Sergei Trofimovich
6139dd3a1b libpsm2: whitespace 2021-09-20 20:14:47 +01:00
Jörg Thalheim
3449264436 Revert "linuxPackages.bcc: fix build"
This reverts commit 38e5d82d59529e96b55f8a33a954d481d77287a1.
2021-09-20 19:37:19 +01:00
Sergei Trofimovich
f75b03979c linuxHeaders: 5.12 -> 5.14 2021-09-20 19:37:19 +01:00