Commit Graph

14955 Commits

Author SHA1 Message Date
Felix Buehler
2839056206 apparmor-kernel-patches: deprecate phases 2021-08-02 20:50:52 +02:00
github-actions[bot]
9a482b20d8
Merge master into staging-next 2021-08-02 18:01:25 +00:00
André Vitor de Lima Matos
3f4bb8ff5a
nvidia_x11: fix suspend script paths since 470.57.02 (#131838)
nvidia 470.57.02 changed the path of `nvidia-sleep.sh` and systemd
scripts, making `builder.sh` miss them and suspend-to-ram on systems
where `hardware.nvidia.powerManagement.enable = true` is set fail.
2021-08-02 13:42:47 -04:00
github-actions[bot]
b68241ff6b
Merge master into staging-next 2021-08-02 00:01:27 +00:00
markuskowa
49fcc13e14
Merge pull request #132364 from markuskowa/upd-rdma
rdma-core: 35.0 -> 36.0
2021-08-02 00:54:44 +02:00
Bernardo Meurer
57ad08a006
Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6
linux_xanmod: 5.13.5 -> 5.13.7
2021-08-01 22:52:23 +00:00
Markus Kowalewski
6ef2459696
rdma-core: 35.0 -> 36.0 2021-08-02 00:12:34 +02:00
Bernardo Meurer
6dd36f95f2
linux_xanmod: 5.13.6 -> 5.13.7 2021-08-01 15:06:50 -07:00
github-actions[bot]
adcbf069c5
Merge master into staging-next 2021-08-01 12:01:19 +00:00
Jörg Thalheim
604d0dd0d6 linux_zen: actually enable patchset 2021-07-31 23:02:07 +02:00
Jörg Thalheim
6e9195f668 linux_zen: 5.13.5 -> 5.13.7 2021-07-31 22:32:27 +02:00
github-actions[bot]
2c7184fae9
Merge master into staging-next 2021-07-31 18:01:07 +00:00
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
brprice
9b0a99f64c
nixos-rebuild: print run-*-vm location with bootloader (#130385)
Previously when doing a nixos-rebuild build-vm we see a message saying how to
run the VM, but with nixos-rebuild build-vm-with-bootloader we did not. We
now show it in both cases.
2021-07-31 16:54:37 +02:00
github-actions[bot]
ae76abd3b9
Merge master into staging-next 2021-07-31 12:01:37 +00:00
Ben Siraphob
bb2890b116
Merge pull request #132006 from r-ryantm/auto-update/ipset
ipset: 7.11 -> 7.14
2021-07-31 18:53:20 +07:00
github-actions[bot]
648e4c42d7
Merge master into staging-next 2021-07-31 00:01:13 +00:00
Ben Wolsieffer
988c12faed linux/common-config.nix: disable LPAE on armv7l-linux
LPAE was enabled to support native armv7l builders running in QEMU on aarch64,
but this option disables support for processors which don't support LPAE, which
are still relatively common. In particular, Beaglebones use the Cortex-A8, which
doesn't support LPAE.

Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it,
it fails before even earlycon is initialized. This makes the problem difficult
to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.
2021-07-30 15:21:03 -04:00
Bernardo Meurer
5d0f0a980a
linux_xanmod: 5.13.5 -> 5.13.6 2021-07-30 10:19:52 -07:00
R. RyanTM
06a13f7353 ipset: 7.11 -> 7.14 2021-07-29 22:45:05 +00:00
Arian van Putten
d5fde7feb6 lvm2: Remove dependency on thin-provisioning-tools
thin-provisioning-tools has a _huge_ closure size (hundreds of
megabytes) and the only reference in the output of the lvm2 package is a
_comment_ in the etc/lvm.conf

The lvm2 package thus does not seem to depend on thin-provisoning-tools
in any way.

Reverts 9326a89910

thin provisoning is broken with or without this change:
https://github.com/NixOS/nixpkgs/issues/15516

A proper fix is here:
https://github.com/NixOS/nixpkgs/pull/46541

References:

$ nix why-depends nixpkgs#lvm2 nixpkgs#thin-provisioning-tools
/nix/store/n7zwwxi0ihjks7qk9bq5lbkniligfcqc-lvm2-2.03.11
└───etc/lvm.conf: …_check_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-prov>
    → /nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0

$ ag thin-provisioning-tools --search-binary
etc/lvm.conf
1093:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1095:	# thin_check_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/thin_check"
1100:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1102:	# thin_dump_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/thin_dump"
1108:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1110:	# thin_repair_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/thin_repair"
1155:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1157:	# cache_check_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/cache_check"
1162:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1164:	# cache_dump_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/cache_dump"
1170:	# (See package device-mapper-persistent-data or thin-provisioning-tools)
1172:	# cache_repair_executable = "/nix/store/w5an38q6byfr1sihks66srbqdii9hnsd-thin-provisioning-tools-0.9.0/bin/cache_repair"
2021-07-29 10:57:40 +02:00
github-actions[bot]
10f41ca1da
Merge staging-next into staging 2021-07-29 00:02:13 +00:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Maximilian Bosch
5424be125e
Merge pull request #131871 from fpletz/pkgs/powertop-2.14
powertop: 2.13 -> 2.14
2021-07-29 00:02:54 +02:00
Franz Pletz
8a91213fd6
powertop: 2.13 -> 2.14 2021-07-28 22:21:06 +02:00
Franz Pletz
4612b75f2a
jool: 4.0.9 -> 4.1.5 2021-07-28 21:22:10 +02:00
github-actions[bot]
eec0175f9e
Merge staging-next into staging 2021-07-28 18:01:57 +00:00
github-actions[bot]
6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Eelco Dolstra
0ad27c8653 nixos-rebuild: Set inherit_errexit
Without this, failure of nixBuild() and nixFlakeBuild() was ignored
(since bash doesn't inherit 'set -e' in subshells by default), so the
script would proceed with a bogus ./result link, e.g.

  ++ readlink -f /tmp/nixos-rebuild.NfHKxx/result
  + pathToConfig='/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' test = switch -o test = boot ']'
  + copyToTarget '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix
  /tmp/nixos-rebuild.NfHKxx/result'
  + '[' '' = '' ']'
  + '[' test = switch -o test = boot -o test = test -o test = dry-activate ']'
  + targetHostCmd /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  + '[' -z '' ']'
  + sudo -- /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test
  error: '/tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration' is not a recognised command
  Try '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix --help' for more information.
  + echo 'warning: error(s) occurred while switching to the new configuration'
  warning: error(s) occurred while switching to the new configuration
2021-07-28 17:13:01 +02:00
Florian Klink
b167e08781 linux: 5.13.5 -> 5.13.6 2021-07-28 15:16:30 +02:00
github-actions[bot]
93d9e50336
Merge staging-next into staging 2021-07-28 12:01:54 +00:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Sandro
1042cb4efc
Merge pull request #130664 from baracoder/nvidia-470.57.02
nvidia_x11: 460.73.01 -> 470.57.02
2021-07-28 11:25:12 +00:00
github-actions[bot]
8ae4b01d9a
Merge staging-next into staging 2021-07-28 06:01:37 +00:00
github-actions[bot]
86197a8023
Merge master into staging-next 2021-07-28 06:01:04 +00:00
Bernardo Meurer
5e3d1de727
Merge pull request #130851 from kjeremy/patch-1
kernel: enable MOUSE_PS2_VMMOUSE
2021-07-27 20:29:43 +00:00
Atemu
caa1c955c9 linux_zen: 5.12.19 -> 5.13.5 2021-07-27 16:07:26 +02:00
github-actions[bot]
2692c2e427
Merge master into staging-next 2021-07-27 12:01:20 +00:00
Sandro
882a4c1502
Merge pull request #131595 from Stunkymonkey/openelec-dvb-firmware-phases
openelec-dvb-firmware: remove phases
2021-07-27 10:49:49 +00:00
Sandro
d52c2a7cd4
Merge pull request #131565 from fortuneteller2k/bump-xanmod
linux_xanmod: 5.13.4 -> 5.13.5
2021-07-27 09:22:00 +00:00
Sandro
768cabd888
Merge pull request #131594 from Stunkymonkey/facetimehd-firmware-phases
facetimehd-firmware: deprecate phases
2021-07-27 09:10:13 +00:00
Felix Buehler
b545f2ddb4 openelec-dvb-firmware: remove phases 2021-07-27 10:41:45 +02:00
Ben Siraphob
b63a54f81c
Merge pull request #110742 from siraben/deprecate-fold 2021-07-27 15:13:31 +07:00
Felix Buehler
da2d48a059 facetimehd-firmware: deprecate phases 2021-07-26 20:20:15 +02:00
github-actions[bot]
d01381167a
Merge master into staging-next 2021-07-26 18:01:17 +00:00
TredwellGit
f254b2444a linux_latest-libre: 18165 -> 18191 2021-07-26 15:44:03 +00:00
TredwellGit
a578a22f74 linux-rt_5_10: 5.10.47-rt46 -> 5.10.52-rt47 2021-07-26 15:44:03 +00:00
TredwellGit
e1b7816a1f linux: 5.13.4 -> 5.13.5 2021-07-26 15:44:03 +00:00
Sandro
bbfb6a32bc
Merge pull request #131579 from SuperSandro2000/sof-firmware
sof-firmware: remove not required with lib
2021-07-26 15:03:12 +00:00
Sandro
00d29e34b8
Merge pull request #131113 from Atemu/update/zen-kernels 2021-07-26 14:36:03 +00:00
Sandro Jäckel
74c85b1b59
sof-firmware: remove not required with lib 2021-07-26 16:10:48 +02:00
fortuneteller2k
7144f0c141 linux_xanmod: 5.13.4 -> 5.13.5 2021-07-26 18:02:02 +08:00
R. RyanTM
a42c0425c8 libfabric: 1.12.1 -> 1.13.0 2021-07-24 15:37:58 +02:00
R. RyanTM
f541fba478 libcap: 2.48 -> 2.49 2021-07-24 15:31:50 +02:00
R. RyanTM
1ba9e45338 alsa-topology-conf: 1.2.5 -> 1.2.5.1 2021-07-24 15:20:21 +02:00
Michael Weiss
aa760facf3 iputils: 20210202 -> 20210722 2021-07-24 15:12:42 +02:00
github-actions[bot]
cb1426e30a
Merge staging-next into staging 2021-07-23 18:01:46 +00:00
Sandro
8dec9c8797
Merge pull request #131191 from Mic92/ofp
ofp: remove
2021-07-23 18:18:08 +02:00
github-actions[bot]
3bc17773a5
Merge staging-next into staging 2021-07-23 12:02:01 +00:00
Jörg Thalheim
a6d966aeac
Merge pull request #131180 from zhaofengli/dpdk-examples
dpdk: Support building example programs
2021-07-23 09:44:22 +01:00
Jörg Thalheim
ec132b7fde ofp: remove 2021-07-23 10:19:49 +02:00
Jörg Thalheim
53805fa065 odp-dpdk: 1.27.0.0_DPDK_19.11 -> 1.30.1.0_DPDK_19.11 2021-07-23 07:13:15 +00:00
Zhaofeng Li
7f2e069592 dpdk: Support building example programs 2021-07-22 23:47:55 -07:00
Michele Guerini Rocco
75c433e911
Merge pull request #125704 from zanculmarktum/fix/kbd-search-paths
kbd: update search-paths.patch
2021-07-23 08:14:53 +02:00
Atemu
b15b762d87 linux_lqx: 5.12.17 -> 5.12.19 2021-07-22 18:30:43 +02:00
Atemu
349ff1b29e linux_zen: 5.12.14 -> 5.12.19 2021-07-22 18:30:38 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro
92a73b97bd
Merge pull request #130940 from Luflosi/update/lsiutil
lsiutil: 1.60 -> 1.72
2021-07-22 03:12:26 +02:00
github-actions[bot]
9f3ace4591
Merge staging-next into staging 2021-07-22 00:02:07 +00:00
Bernardo Meurer
7955d9881d
linux_xanmod: 5.13.1 -> 5.13.4 2021-07-21 08:38:50 -07:00
Luflosi
d56417ecd9
lsiutil: 1.60 -> 1.72
Also make various improvements and fixes:
- Rename pname from lsiutils to lsiutil since that is the actual name
- Update the URL since the old one was broken
- Inline the call to fetchurl
- Use the installPhase to install instead of installing in the buildPhase
- Replace a call to the modprobe binary with the absolute path to the binary
- Properly determine the absolute path of the mknod binary
- Update the description with text from the source code header
- Declare that this only works on Linux
- Add myself as maintainer
2021-07-21 15:33:11 +02:00
github-actions[bot]
3087a2d2e9
Merge staging-next into staging 2021-07-21 12:02:00 +00:00
Sandro
eed9ae7b43
Merge pull request #130845 from TredwellGit/linux 2021-07-21 13:13:45 +02:00
Andreas Rammhold
b819ebd7f7
Merge pull request #130779 from helsinki-systems/fix/cve-2021-33910
systemd: Patch CVE-2021-33910
2021-07-21 12:53:03 +02:00
Jeremy Kolb
1207e7581f
kernel: enable MOUSE_PS2_VMMOUSE
Turns VMware guest mouse support on in the kernel. This is needed for running Wayland and non-root X in a VMWare guest. In a pre-Wayland world the `xf86-input-vmmouse` userspace driver would have handled this for us. This allows the mouse to properly work in a vmware guest (for example it can now leave the vmware window).

See: https://github.com/vmware/open-vm-tools/issues/528
2021-07-20 15:41:36 -04:00
TredwellGit
ac887a4abc linux/hardened/patches/5.4: 5.4.133-hardened1 -> 5.4.134-hardened1 2021-07-20 19:07:19 +00:00
TredwellGit
a718b4ae91 linux/hardened/patches/5.12: 5.12.18-hardened1 -> 5.12.19-hardened1 2021-07-20 19:07:18 +00:00
TredwellGit
60e9f5c2d7 linux/hardened/patches/5.10: 5.10.51-hardened1 -> 5.10.52-hardened1 2021-07-20 19:07:17 +00:00
TredwellGit
8bf83e8c87 linux/hardened/patches/4.19: 4.19.197-hardened1 -> 4.19.198-hardened1 2021-07-20 19:07:16 +00:00
TredwellGit
02f4b95e1d linux/hardened/patches/4.14: 4.14.239-hardened1 -> 4.14.240-hardened1 2021-07-20 19:07:15 +00:00
TredwellGit
ebd057e9ef linux: 5.4.133 -> 5.4.134 2021-07-20 19:06:55 +00:00
TredwellGit
5b3a23670c linux: 5.13.3 -> 5.13.4 2021-07-20 19:06:49 +00:00
TredwellGit
a703195804 linux: 5.12.18 -> 5.12.19 2021-07-20 19:06:43 +00:00
TredwellGit
f61350ac89 linux: 5.10.51 -> 5.10.52 2021-07-20 19:06:37 +00:00
TredwellGit
c6eff0d2f5 linux: 4.9.275 -> 4.9.276 2021-07-20 19:06:31 +00:00
TredwellGit
067c21c964 linux: 4.4.275 -> 4.4.276 2021-07-20 19:06:26 +00:00
TredwellGit
9c153cccd2 linux: 4.19.197 -> 4.19.198 2021-07-20 19:06:20 +00:00
TredwellGit
82af4b58ee linux: 4.14.239 -> 4.14.240 2021-07-20 19:06:15 +00:00
github-actions[bot]
23c6d36ba0
Merge staging-next into staging 2021-07-20 18:01:42 +00:00
github-actions[bot]
61eb7e2e9e
Merge master into staging-next 2021-07-20 18:01:04 +00:00
Janne Heß
b361dcf0bd
systemd: Patch CVE-2021-33910 2021-07-20 15:27:15 +02:00
Herman Fries
03100da5a7 nvidia_x11: 460.73.01 -> 470.57.02 2021-07-19 23:03:36 +02:00
TredwellGit
e87737ca60 linux/hardened/patches/5.4: 5.4.132-hardened1 -> 5.4.133-hardened1 2021-07-19 20:44:26 +00:00
TredwellGit
9e10f08e10 linux/hardened/patches/5.12: 5.12.17-hardened1 -> 5.12.18-hardened1 2021-07-19 20:44:25 +00:00
TredwellGit
8e75e31ae4 linux/hardened/patches/5.10: 5.10.50-hardened1 -> 5.10.51-hardened1 2021-07-19 20:44:24 +00:00
TredwellGit
1e8af69feb linux: 5.4.132 -> 5.4.133 2021-07-19 20:43:58 +00:00
TredwellGit
72bcb1ace3 linux: 5.13.2 -> 5.13.3 2021-07-19 20:43:51 +00:00
TredwellGit
72d6452921 linux: 5.12.17 -> 5.12.18 2021-07-19 20:43:44 +00:00
TredwellGit
a5ee0aede3 linux: 5.10.50 -> 5.10.51 2021-07-19 20:43:38 +00:00
Azure Zanculmarktum
6f89feaedd kbd: update search-paths.patch 2021-07-20 03:32:11 +07:00
github-actions[bot]
c455b1a657
Merge staging-next into staging 2021-07-19 18:01:44 +00:00
github-actions[bot]
c0cb54f9ee
Merge master into staging-next 2021-07-19 18:01:10 +00:00
Florian Klink
5f96461c78 linuxPackages.xmm7360-pci: init at unstable-2021-07-19 2021-07-19 14:00:41 +02:00
github-actions[bot]
f60c09468f
Merge staging-next into staging 2021-07-19 06:02:01 +00:00
github-actions[bot]
9c688591fc
Merge master into staging-next 2021-07-19 06:01:30 +00:00
Bernardo Meurer
56a017774e
Merge pull request #130510 from lovesegfault/kernel-pass-buildPackages
buildLinux: pass buildPackages to linuxManualConfig
2021-07-18 17:14:01 -07:00
github-actions[bot]
dde34afc63
Merge staging-next into staging 2021-07-19 00:02:18 +00:00
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
Maximilian Bosch
fc98ebad15
Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainers
pkgs: add maxeaubrey to maintainers
2021-07-18 21:52:22 +02:00
Maxine Aubrey
dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
TredwellGit
f011a85f28 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1 2021-07-18 15:47:33 +00:00
TredwellGit
e6ed15ffc4 linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1 2021-07-18 15:47:32 +00:00
TredwellGit
b724837096 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1 2021-07-18 15:47:31 +00:00
TredwellGit
888c46fe62 linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1 2021-07-18 15:47:30 +00:00
TredwellGit
73667e11f3 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1 2021-07-18 15:47:29 +00:00
TredwellGit
9e7fd90e15 linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46 2021-07-18 15:46:57 +00:00
TredwellGit
5d99998e07 linux: 5.4.130 -> 5.4.132 2021-07-18 15:46:23 +00:00
TredwellGit
677dcff2aa linux: 5.12.15 -> 5.12.17 2021-07-18 15:46:18 +00:00
TredwellGit
a2259ae9a6 linux: 5.10.48 -> 5.10.50 2021-07-18 15:46:13 +00:00
TredwellGit
cb978946c1 linux: 4.19.196 -> 4.19.197 2021-07-18 15:46:06 +00:00
TredwellGit
e3eace9baa linux: 4.14.238 -> 4.14.239 2021-07-18 15:46:00 +00:00
github-actions[bot]
6ab169b9ca
Merge staging-next into staging 2021-07-18 06:02:58 +00:00
github-actions[bot]
f2eada4ab8
Merge master into staging-next 2021-07-18 06:01:33 +00:00
Ben Siraphob
00cfd7ecd6
Merge pull request #130378 from Atemu/update/linux_lqx
linux_lqx: 5.12.14 -> 5.12.17
2021-07-18 09:54:28 +07:00
Bernardo Meurer
290aeb344f
buildLinux: pass buildPackages to linuxManualConfig
We should be using the _same_ buildPackages when we generate the
configuration (which happens in buildLinux) as when we actually build
the kernel (which happens in linuxManualConfig).

This change enforces that when we callPackage `manual-config.nix` we
pass on whatever `buildPackages` that `buildLinux` itself was called
with.
2021-07-17 18:57:35 -07:00
github-actions[bot]
08a8809bfe
Merge staging-next into staging 2021-07-18 00:02:06 +00:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
github-actions[bot]
11332e9137
Merge staging-next into staging 2021-07-17 18:01:28 +00:00
github-actions[bot]
d6b748b2b3
Merge master into staging-next 2021-07-17 18:00:56 +00:00
Jörg Thalheim
c47f7739f0
Merge pull request #130416 from marsam/update-lxc
lxc: 4.0.9 -> 4.0.10
2021-07-17 14:10:27 +01:00
github-actions[bot]
732bd85cf5
Merge staging-next into staging 2021-07-17 12:01:55 +00:00
github-actions[bot]
4ee4d805d2
Merge master into staging-next 2021-07-17 12:01:22 +00:00
Domen Kožar
04e87db370
Merge pull request #130397 from TredwellGit/firmwareLinuxNonfree
firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16
2021-07-17 08:13:52 +02:00
github-actions[bot]
ee007cdc35
Merge master into staging-next 2021-07-17 06:01:21 +00:00
Jörg Thalheim
08846decc9 Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-07-17 07:38:25 +02:00
TredwellGit
ea4358edf2 firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16 2021-07-16 21:00:56 +00:00
Vladimír Čunát
d7427b0d8b
xf86_input_wacom: also fix xorg-wacom.pc
I didn't notice that $(out) wouldn't get expanded there,
and that naturally caused issues for reverse dependencies.
2021-07-16 17:35:02 +02:00
Vladimír Čunát
bf051e91d6
setools: fix build
I assume it broke with python 3.8 -> 3.9.
Updating would be another way, but that would require also updating some
dependencies, and I'm not a selinux person so I chose a simple patch.
2021-07-16 16:58:48 +02:00
Vladimír Čunát
6a10c72d90
xf86_input_wacom: fix build
I suspect that some of the stdenv changes (PR #127736 maybe?)
affected how the newline was handled.  Anyway, it was ugly,
so let's use a more standard approach.
2021-07-16 16:31:48 +02:00
github-actions[bot]
9fe75f18c0
Merge master into staging-next 2021-07-16 12:01:03 +00:00
Jörg Thalheim
aaaa05c78e
Merge pull request #130117 from helsinki-systems/feat/hyperv-daemons-python3
hyperv-daemons: use python3 for kernels that support it
2021-07-16 10:14:56 +01:00
Vladimír Čunát
3ea417e47f
Merge branch staging into staging-next
The staging version is a bit older already, used in pre-test:
https://hydra.nixos.org/eval/1685435
2021-07-16 09:59:01 +02:00
github-actions[bot]
e69bb567a4
Merge staging-next into staging 2021-07-16 06:01:38 +00:00
github-actions[bot]
7959589ea0
Merge master into staging-next 2021-07-16 06:01:04 +00:00
Bernardo Meurer
91ffffd904
Merge pull request #129806 from lovesegfault/kernel-extra-build-flags
linux: groundwork to enable LLVM/LTO builds
2021-07-15 22:14:59 -07:00
Mario Rodas
f3d55bc29e lxc: 4.0.9 -> 4.0.10 2021-07-16 04:20:00 +00:00
Mario Rodas
7f120cddae lxcfs: 4.0.8 -> 4.0.9 2021-07-16 04:20:00 +00:00
Atemu
85f28b5c4f linux_lqx: 5.12.14 -> 5.12.17 2021-07-15 20:15:25 +02:00
github-actions[bot]
2165de1758
Merge staging-next into staging 2021-07-15 18:02:07 +00:00
github-actions[bot]
2ccf7ae45c
Merge master into staging-next 2021-07-15 18:01:27 +00:00
Sandro
0a14335919
Merge pull request #130281 from TredwellGit/linux 2021-07-15 19:22:07 +02:00
Sandro
9ebf03320d
Merge pull request #129818 from ck3d/mii-tool 2021-07-15 18:26:46 +02:00
TredwellGit
26af402042 linux_latest-libre: 18132 -> 18165 2021-07-15 08:16:06 +00:00
TredwellGit
2913c53891 linux-rt_5_4: 5.4.123-rt59 -> 5.4.129-rt61 2021-07-15 08:16:06 +00:00
TredwellGit
d2f67b4efb linux: 5.13.1 -> 5.13.2 2021-07-15 08:16:06 +00:00
TredwellGit
aa445dcd9a linux: 4.9.274 -> 4.9.275 2021-07-15 08:16:06 +00:00
TredwellGit
0637e4c7c6 linux: 4.4.274 -> 4.4.275 2021-07-15 08:16:06 +00:00
Guillaume Girol
9d4a4d7c62
Merge pull request #127918 from misuzu/linux-lirc
linux: enable LIRC
2021-07-14 18:44:18 +00:00
github-actions[bot]
6630d8e9bb
Merge staging-next into staging 2021-07-14 18:01:45 +00:00
misuzu
3f63c29812 linux: enable LIRC 2021-07-14 18:20:22 +03:00
Jörg Thalheim
7afa51c2bd Merge remote-tracking branch 'upstream/master' into HEAD 2021-07-14 15:45:51 +02:00
Abdelhakim Qbaich
e1e1f539f0 nvidia-x11: compile nvidia-uvm.ko with HMM support 2021-07-14 00:24:54 -07:00
Bernardo Meurer
e21183a95d
buildLinux: preserve structuredExtraConfig and extraMakeFlags in passthru
This allows users to override custom kernel packages (e.g. linux_xanmod)
that set their own structuredExtraConfig with ease.
2021-07-13 18:35:39 -07:00
Sandro Jäckel
388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-* 2021-07-14 03:35:21 +02:00
ajs124
698bf970e1 hyperv-daemons: use python3 for kernels that support it
Support for python3 was added in 8a99c92009
it is therefore supported in every kernel including and after 4.19
2021-07-13 19:34:57 +02:00
Timo Kaufmann
c29191d61b
Merge pull request #121881 from berbiche/kinect-audio-setup-init
kinect-audio-setup: init at 0.5
2021-07-12 22:36:03 +02:00
Bernardo Meurer
ea167e8ccb
buildLinux: take and propagate extraMakeFlags
This is just for practicity, as it allows users of buildLinux to pass
along extra flags they need in the kernel's make invocation. This makes,
for example, supporting LLVM _much_ easier, and could enable us in the
future to provide clang-built kernels.
2021-07-12 10:39:52 -07:00
Bernardo Meurer
89deec5623
buildLinux: apply hostPlatform.linux-kernel.makeFlags to generate-config.pl
This enforces that the configuration generated will obey any/all flags
set in the platform/stdenv configuration. This is crucial, for example,
if you'd like to build a kernel using clang.

Without this patch, anything you set in
`stdenv.hostPlatform.linux-kernel.makeFlags` is wholly ignored during
config generation, causing (for example) any changes in the desired
toolchain (e.g. `LLVM`, `LLVM_IAS`) to not be reflected in the generated
config, and for the subsequent build to fail.
2021-07-12 10:39:51 -07:00
Bernardo Meurer
61ab7e84de
linuxManualConfig: patch all shebangs in scripts/
There are many scripts in `scripts/` which may be called by the build,
depending on how the user chooses to configure the kernel. For example,
`scripts/jobserver-exec` is called whenever the kernel is being built
with LLVM tooling, and without this patch that build will fail due to
the broken shebang.

This patch makes us fix _all_ scripts, as well as add a dependency on
python3Minimal, since a lot of the aforementioned scripts are written in
Python3 instead of shell.
2021-07-12 10:39:51 -07:00
Nicolas Berbiche
100a01c272
kinect-audio-setup: init at v0.5
Co-authored-by: timokau <timokau@zoho.com>
2021-07-12 13:00:42 -04:00
github-actions[bot]
fccc3b83d0
Merge staging-next into staging 2021-07-12 06:01:59 +00:00
github-actions[bot]
5efb7d8d19
Merge master into staging-next 2021-07-12 06:01:25 +00:00
Bernardo Meurer
fae510fe05
Merge pull request #129879 from lovesegfault/kernel-fix-build-id
linuxManualConfig: don't mangle `--build-id`
2021-07-11 19:10:30 -07:00
github-actions[bot]
babb761ac6
Merge staging-next into staging 2021-07-11 18:01:59 +00:00
Martin Weinelt
bcda9c8cfc Merge remote-tracking branch 'origin/master' into staging-next 2021-07-11 16:11:09 +02:00
github-actions[bot]
606194e1c0
Merge staging-next into staging 2021-07-11 00:02:23 +00:00
Maxine Aubrey
66618844e3
bluez: 5.59 -> 5.60 2021-07-10 22:21:26 +02:00
Bernardo Meurer
31bb7be11a
linuxManualConfig: don't mangle --build-id
In order to have our linux builds be reproducible we patch the
`Makefile` to use `--build-id=none` as opposed to the default
`--build-id=sha1`. The way we've been doing this, however, caused the
flag to be mangled, and being set to `--build-id=none=sha1`. While bfd
seems to parse this normally, lld will loudly complain that the flag
does not exist:

```
linux>   LD      .tmp_vmlinux.kallsyms1
linux> ld.lld: error: unknown --build-id style: none=sha1
```

With this change the flag is now correctly set to `--build-id=none`.
2021-07-10 13:17:52 -07:00
Martin Weinelt
9488ed9685
Merge pull request #127183 from mweinelt/bluez 2021-07-10 21:43:42 +02:00
Martin Weinelt
b7e408dd17
Merge branch 'master' into staging-next 2021-07-10 20:15:53 +02:00
Markus Kowalewski
4d881f9149
linuxptp: 3.1 -> 3.1.1
fixes CVEs 2021-3570 and 2021-3571
2021-07-10 13:04:27 +02:00
Christian Kögler
370a25c0ee nettools: Add mii-tool 2021-07-10 12:38:19 +02:00
github-actions[bot]
a7cb61bc54
Merge staging-next into staging 2021-07-09 18:01:46 +00:00
github-actions[bot]
c786eaf612
Merge master into staging-next 2021-07-09 18:01:06 +00:00
Sandro
df0d321258
Merge pull request #123765 from hyperfekt/update-bcachefs 2021-07-09 16:30:43 +02:00
github-actions[bot]
e8bfeeb928
Merge staging-next into staging 2021-07-09 12:01:58 +00:00
github-actions[bot]
30ff0457a4
Merge master into staging-next 2021-07-09 12:01:24 +00:00
hyperfekt
12cee96e74 bcachefs-tools: 2020-11-17 -> 2021-07-08 2021-07-09 02:50:37 +02:00
hyperfekt
cb1b1cf9c6 linux_testing_bcachefs: 5.9.0-2020.11.20 -> 5.13-2021-07-08
Changes the package to apply a patchset to the appropriate minor kernel
instead of using its initial release, which means it will benefit from
revision updates.
2021-07-09 02:45:34 +02:00
TredwellGit
43fba78fec linux/hardened/patches/5.4: 5.4.129-hardened1 -> 5.4.130-hardened1 2021-07-08 23:09:31 +00:00
TredwellGit
9af983cd00 linux/hardened/patches/5.12: 5.12.14-hardened1 -> 5.12.15-hardened1 2021-07-08 23:09:30 +00:00
TredwellGit
b36d829bb1 linux/hardened/patches/5.10: 5.10.47-hardened1 -> 5.10.48-hardened1 2021-07-08 23:09:29 +00:00
TredwellGit
25b73ac6a2 linux-rt_5_10: 5.10.41-rt42 -> 5.10.47-rt45 2021-07-08 23:08:56 +00:00
TredwellGit
32235d4868 linux: 5.4.129 -> 5.4.130 2021-07-08 23:08:16 +00:00
TredwellGit
ea4cb23952 linux: 5.13 -> 5.13.1 2021-07-08 23:08:10 +00:00
TredwellGit
e0f9f09c17 linux: 5.12.14 -> 5.12.15 2021-07-08 23:08:03 +00:00
TredwellGit
9462b074a8 linux: 5.10.47 -> 5.10.48 2021-07-08 23:07:58 +00:00
github-actions[bot]
45ea39aeca
Merge staging-next into staging 2021-07-08 12:02:00 +00:00
github-actions[bot]
958dc88d65
Merge master into staging-next 2021-07-08 12:01:23 +00:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00
fortuneteller2k
b50a28e290 linux_xanmod: 5.13.0 -> 5.13.1 2021-07-08 16:24:08 +08:00
Sandro
e1f193aeaf
Merge pull request #123011 from knedlsepp/bluez-kernel-dependent-test
bluez: Disable kernel-dependent test test-mesh-crypto
2021-07-07 22:56:10 +02:00
Jörg Thalheim
5e8bfbb4c7
Merge pull request #127917 from roblabla/fix-dell-kernel
linux-kernel: Add dell drivers on 5.12+
2021-07-07 20:33:57 +01:00
github-actions[bot]
0f7bc289e9
Merge staging-next into staging 2021-07-07 06:02:03 +00:00
Sandro
8bf9a5e9d9
Merge pull request #129460 from j-brn/master 2021-07-07 02:53:40 +02:00
pca006132
7d86536529
rtw89: init at 2021-07-03 (#129325)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-07 02:49:33 +02:00
Sandro
ed3c4f2768
Merge pull request #128790 from fortuneteller2k/evdi-5.13 2021-07-07 02:37:26 +02:00
github-actions[bot]
cdd91475d5
Merge staging-next into staging 2021-07-07 00:02:05 +00:00
j-brn
7748864655 kvmfr: init at $looking-glass-client.version 2021-07-06 22:06:14 +02:00
Vladimír Čunát
00c86ad146
Merge #129412: makeself: disable tests for now 2021-07-06 21:07:32 +02:00
Vladimír Čunát
7c25c1fd88
Merge branch 'glibc-2.33' into staging 2021-07-06 16:17:13 +02:00
Maximilian Bosch
d3a7d11e5c
dmtcp: 2.6.0 -> unstable-2021-03-01
Fixes build for glibc-2.33. The upstream patches don't really apply
after 600 different changes so it makes sense to bump the package now.
2021-07-06 16:02:35 +02:00
github-actions[bot]
eb5ca96424
Merge staging-next into staging 2021-07-06 12:01:39 +00:00
Sandro
ca8570a88d
Merge pull request #129258 from Atemu/update/zen-kernels
zen-kernels: 5.12.9 -> 5.12.14
2021-07-06 10:51:26 +02:00
Vladimír Čunát
f526256a6f
busybox-sandbox-shell: use 64-bit numbers in test command
The default is C int, which usually gives 32-bit even on 64-bit Linux.
This will be the right way to fix #110149 (but needs to be deployed).
2021-07-06 10:43:39 +02:00
fortuneteller2k
60b1a047b7 linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 build 2021-07-06 10:51:18 +08:00
github-actions[bot]
3ddb8d5a79
Merge staging-next into staging 2021-07-06 00:02:03 +00:00
Ben Siraphob
29f13039ea
Merge pull request #128538 from ymatsiuk/kernels
Kernels 2021-06-28
2021-07-06 01:09:09 +07:00
github-actions[bot]
22990416fd
Merge staging-next into staging 2021-07-05 12:01:35 +00:00
Sandro
93b8fa86ec
Merge pull request #128842 from fortuneteller2k/xanmod-5.13 2021-07-05 12:05:26 +02:00
Atemu
6733b6fb05 zen-kernels: 5.12.9 -> 5.12.14 2021-07-04 18:41:07 +02:00
Luke Granger-Brown
16d8dec691
Merge pull request #124867 from r-ryantm/auto-update/cryptsetup
cryptsetup: 2.3.5 -> 2.3.6
2021-07-04 14:20:40 +01:00
Dmitry Kalinkin
288f1d27d9
Merge branch 'staging-next' into staging 2021-07-03 17:51:55 -04:00
github-actions[bot]
0957b61eaa
Merge staging-next into staging 2021-07-03 18:01:40 +00:00
Jörg Thalheim
e587a7fcf1
Merge branch 'master' into fix-linux-perf 2021-07-03 18:56:44 +01:00
Jörg Thalheim
2b0da61cbd
Merge pull request #129026 from jonringer/bump-zfs
zfs*: bump
2021-07-03 18:46:31 +01:00
github-actions[bot]
eaa5839643
Merge staging-next into staging 2021-07-03 12:01:53 +00:00
fortuneteller2k
741f6efc6b linux_xanmod: 5.12.13 -> 5.13.0 2021-07-03 16:10:51 +08:00
Jörg Thalheim
fa1d0259f4
Merge pull request #129079 from r-ryantm/auto-update/bpftrace
linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0
2021-07-03 07:30:01 +01:00
github-actions[bot]
e0ef1b29bf
Merge staging-next into staging 2021-07-03 06:01:45 +00:00
R. RyanTM
d9b84822e6 linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0 2021-07-03 05:57:56 +00:00
Harrison Houghton
8997f8cc70 bpftools: fix
At some point the name of the doc-tool script changed and we stopped
patching up the shabang line. The new one is just scripts/bpf_doc.py.
2021-07-02 20:19:32 -04:00
Jonathan Ringer
6f1b155d37
zfsUnstable: 2.1.0-rc8 -> 2.1.0 2021-07-02 12:59:20 -07:00
Jonathan Ringer
4a397269c9
zfs: 2.0.5 -> 2.1.0 2021-07-02 12:58:42 -07:00
Yurii Matsiuk
338286e6b0
linux/hardened/patches/5.4: 5.4.127-hardened1 -> 5.4.129-hardened1 2021-07-02 15:10:02 +02:00
Yurii Matsiuk
6643bf87ae
linux/hardened/patches/5.12: 5.12.12-hardened1 -> 5.12.14-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
344bf9c20e
linux/hardened/patches/5.10: 5.10.45-hardened1 -> 5.10.47-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
5a058ab384
linux/hardened/patches/4.19: 4.19.195-hardened1 -> 4.19.196-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
c732335067
linux/hardened/patches/4.14: 4.14.237-hardened1 -> 4.14.238-hardened1 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
5da58d1f67
linux: 5.4.127 -> 5.4.129 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
d28212b084
linux: 5.12.12 -> 5.12.14 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
f52103a4e6
linux: 5.10.45 -> 5.10.47 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
24a5777be9
linux: 4.9.273 -> 4.9.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
ffdd1ac776
linux: 4.4.273 -> 4.4.274 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
a5394f31e8
linux: 4.19.195 -> 4.19.196 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
1c15f4eef1
linux: 4.14.237 -> 4.14.238 2021-07-02 15:10:01 +02:00
Yurii Matsiuk
2f0d1e41e2
Revert "linux: fix regression in bridge VLAN configuration"
This reverts commit 24a08441d5.
2021-07-02 15:10:00 +02:00
github-actions[bot]
979fa2230f
Merge staging-next into staging 2021-07-02 00:02:37 +00:00