Sergei Trofimovich
d0c7af7c98
iproute_mptcp: fix build for -fno-common toolchains
...
Without the change build on upstream gcc-10 fals as:
ld: ipxfrm.o:(.bss+0x0): multiple definition of `filter'; ipmroute.o:(.bss+0x0): first defined here
ld: xfrm_monitor.o:(.bss+0x0): multiple definition of `listen_all_nsid'; ipmonitor.o:(.bss+0x0): first defined here
2022-05-21 15:17:27 +02:00
Daniel Poelzleithner
adbfe6790f
rt-tests: quote homepage url
2022-05-20 09:39:47 +02:00
Martin Weinelt
9faef600b8
Merge pull request #171835 from mweinelt/batadv
2022-05-20 01:18:51 +02:00
Maximilian Bosch
4aca02bc58
Merge pull request #173642 from Ma27/linux-kernel-updates
...
Linux kernel updates
2022-05-20 00:27:34 +02:00
Daniel Poelzleithner
d93a587732
rt-tests: init at 2.3 ( #172330 )
...
Co-authored-by: Mustafa Çalışkan <96225281+muscaln@users.noreply.github.com>
2022-05-19 19:19:14 +02:00
Sandro
33e9c39f2d
Merge pull request #173158 from trofi/fix-fno-common-for-kmscube
...
kmscube: pull upstream fix for -fno-common toolchains
2022-05-19 19:10:09 +02: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
Sergei Trofimovich
52f238a39d
Merge pull request #172918 from trofi/update-disk_indicator-for-fno-common
...
disk_indicator: unstable-2014-05-19 -> unstable-2018-12-18
2022-05-19 07:07:53 +00:00
Artturi
d441aabf07
Merge pull request #171877 from dtzWill/fix/issue-171609
2022-05-19 02:29:26 +03:00
Rick van Schijndel
83561001b3
Merge pull request #169782 from reckenrode/moltenvk-hydra
...
moltenvk: fix Hydra build failures
2022-05-18 20:03:07 +02:00
Shea Levy
121a26897f
npiperelay: init at 0.1.0
2022-05-18 08:15:04 -04:00
Artturi
49829a9ade
Merge pull request #173368 from trofi/fix-fno-common-for-light
...
light: pull upstream fix for -fno-common toolchains
2022-05-18 05:26:58 +03:00
Jay Rovacsek
4ff9578411
dockutil 2.0.5 -> 3.0.2 ( #167488 )
...
* dockutil 2.0.5 -> 3.0.2
Implement required changes to dockutil to handle newer version of package: 3.0.2
* Add gzip to inputs, remove pbzx as it is unused
* Utilise recommended changes reducing build dependencies and following darwin patterns more closely.
Note; this changeset does maintain the symlinking of $out/usr/local/bin in order to resolve an issue with crashing.
* Apply format/lint with nixfmt
2022-05-18 04:57:38 +03:00
Artturi
9d1596b964
Merge pull request #173313 from Atemu/update/xanmod
...
xanmod-kernels: update
2022-05-18 04:50:54 +03:00
Robert Scott
acc4a0bbb9
Merge pull request #173230 from delroth/restool-werror
...
restool: fix x86_64-linux build
2022-05-17 21:48:49 +01:00
Sergei Trofimovich
47fabead80
light: pull upstream fix for -fno-common toolchains
...
Without the change ubuild fails on gcc-10 as:
ld: impl/light-razer.o:/build/source/src/helpers.h:24: multiple definition of
`light_loglevel'; light-main.o:/build/source/src/helpers.h:24: first defined here
2022-05-17 10:12:24 +01: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
github-actions[bot]
f10256fb7a
Merge master into staging-next
2022-05-16 12:02:51 +00:00
Linus Heckemann
dee374cd6f
Merge pull request #172369 from mweinelt/microcode-intel
...
microcodeIntel: 20220419 -> 20220510
2022-05-16 13:48:56 +02:00
Pierre Bourdon
204417b2a4
restool: fix x86_64-linux build
2022-05-16 08:10:45 +02:00
github-actions[bot]
c8608fae00
Merge master into staging-next
2022-05-16 00:03:24 +00:00
Jörg Thalheim
d5099630b1
nix-ld: 1.0.0 -> 1.0.2
2022-05-15 21:06:05 +02:00
Sergei Trofimovich
e58ce95275
kmscube: pull upstream fix for -fno-common toolchains
...
Without the change build against upstream gcc-10 fails as:
ld: kmscube-cube-tex.o:/build/kmscube-9dcce71/cube-tex.c:48: multiple definition of `gl';
kmscube-cube-smooth.o:/build/kmscube-9dcce71/cube-smooth.c:40: first defined here
2022-05-15 17:01:22 +01:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next
2022-05-14 12:01:17 +00:00
Jörg Thalheim
800b90d2ad
Merge pull request #172958 from yqrashawn/master
...
goku 0.5.1 -> 0.5.2
2022-05-14 08:14:39 +01:00
Jörg Thalheim
d4212c3997
Merge pull request #172980 from Mic92/sysdig
...
sysdig: 0.28.0 -> 0.29.3
2022-05-14 08:03:37 +01:00
Jörg Thalheim
cdfdabd2bc
Merge pull request #171648 from mweinelt/dpdk
...
dpdk: 21.11 -> 22.03
2022-05-14 07:14:27 +01:00
Jörg Thalheim
2a38902f2a
sysdig: 0.28.0 -> 0.29.3
2022-05-14 07:40:02 +02:00
yqrashawn
65c8b91090
goku 0.5.1 -> 0.5.2 ( #1 )
2022-05-14 09:45:19 +08:00
github-actions[bot]
3328bc9666
Merge master into staging-next
2022-05-14 00:02:10 +00:00
Sergei Trofimovich
dac3455158
disk_indicator: unstable-2014-05-19 -> unstable-2018-12-18
...
Among other things pull in fix fo r-fno-common toolchains.
2022-05-13 21:04:18 +01:00
adisbladis
fb222e0086
Merge pull request #172820 from alyssais/compressed-firmware
...
Compressed firmware
2022-05-14 02:38:48 +08:00
github-actions[bot]
bcb22e9a7b
Merge master into staging-next
2022-05-13 18:01:23 +00:00