Commit Graph

15853 Commits

Author SHA1 Message Date
Florian Klink
eff94d8bf3
Merge pull request #132445 from flokli/linux-5.14-ide
linux: only configure IDE to "no" pre-5.14
2021-08-02 21:43:42 +02:00
Florian Klink
ced7721191 linux: only configure IDE to "no" pre-5.14
When trying to build a 5.14 (rc-*), this fails to build otherwise:

> error: unused option: IDE
2021-08-02 21:21:52 +02: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
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
Jörg Thalheim
772d9c3b20
Merge pull request #132247 from Mic92/linux-zen
linux_zen: 5.13.5 -> 5.13.7
2021-08-01 08:39:29 +01:00
Angus Trau
6395aaba17 darwin.apple_sdk.frameworks.AVFoundation: Add missing dependencies 2021-08-01 12:51:26 +10: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
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
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
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
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]
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]
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]
86197a8023
Merge master into staging-next 2021-07-28 06:01:04 +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