Eelco Dolstra
3ebe5f802b
Remove references to /root/test-firmware
...
This is no longer supported by systemd.
2015-09-07 22:55:16 +02:00
William A. Kennington III
0754a213c1
Merge pull request #9643 from dezgeg/pr-perf
...
linuxPackages_*.perf: Fix build after kernel 4.1
2015-09-03 20:24:11 -07:00
Tuomas Tynkkynen
710c4c3c9d
linuxPackages_*.perf: Fix build after kernel 4.1
...
In 4.1, the build system changed, and it now wants to execute ld like this:
ld -r -o util/scripting-engines/libperf-in.o util/scripting-engines/trace-event-perl.o util/scripting-engines/trace-event-python.o
The actual problem seems to be that `buildInputs = [elfutils ...]`
causes 'ld' to point to elfutils in PATH instead of the usual binutils.
So remove elfutils from buildInputs and set NIX_CFLAGS_* manually. This
is a slight hack, but there is some precedent:
0761f81da7/pkgs/tools/package-management/rpm/default.nix (L13)
Fixes #9095 .
2015-09-03 23:37:15 +03:00
Eelco Dolstra
90dc8da64d
linux: Update to 3.18.21
2015-09-03 16:50:31 +02:00
Eelco Dolstra
38a74e27de
Remove Linux 4.0
...
It's EOL.
2015-09-03 16:50:31 +02:00
William A. Kennington III
8e26a55dc4
linux: Add 4.2.0
2015-08-30 18:20:19 -07:00
William A. Kennington III
5a303519fa
kernel: 3.12.46 -> 3.12.47
2015-08-28 15:46:34 -07:00
William A. Kennington III
d70c01daec
grsecurity: Update patches
2015-08-18 21:06:45 -07:00
William A. Kennington III
eb859dc816
kernel: 4.1.5 -> 4.1.6
2015-08-18 11:12:34 -07:00
William A. Kennington III
e4fa08711c
kernel: 3.14.50 -> 3.14.51
2015-08-18 11:12:34 -07:00
William A. Kennington III
109ff7ddee
kernel: 3.10.86 -> 3.10.87
2015-08-18 11:12:34 -07:00
Charles Strahan
c1ee8fefd4
nixos: add support for Ubuntu Fan Networking
...
This provides support for Ubuntu Fan Networking [1].
This includes:
* The fanctl package, and a corresponding NixOS service.
* iproute patches.
* kernel patches.
closes #9188
1: https://wiki.ubuntu.com/FanNetworking
2015-08-13 14:27:14 -04:00
William A. Kennington III
52e55d85cb
kernel: 3.14.49 -> 3.14.50
2015-08-10 23:35:43 -07:00
William A. Kennington III
2cec29f646
linux-3.19: Remove stale nix file
2015-08-10 23:34:32 -07:00
William A. Kennington III
974b9cc8cc
kernel: 4.1.4 -> 4.1.5
2015-08-10 23:34:31 -07:00
William A. Kennington III
9f79c1e6eb
kernel: 3.18.19 -> 3.18.20
2015-08-10 23:34:31 -07:00
William A. Kennington III
5e33890995
kernel: 3.12.45 -> 3.12.46
2015-08-10 23:31:07 -07:00
William A. Kennington III
5fe578d706
kernel: 3.10.85 -> 3.10.86
2015-08-10 23:30:59 -07:00
Jonathan Rudenberg
921055b4a8
kernel: Enable DRM_LOAD_EDID_FIRMWARE
...
This allows specifying drm_kms_helper.edid_firmware to work around displays
that provide bad EDID data.
Documentation: https://www.osadl.org/Single-View.111+M5ec938a7b3b.0.html
2015-08-04 16:38:38 -04:00
William A. Kennington III
04f1b451d7
kernel: 3.14.48 -> 3.14.49
2015-08-04 13:30:08 -07:00
William A. Kennington III
79fb844213
kernel: 4.0.8 -> 4.0.9
2015-08-04 13:28:46 -07:00
William A. Kennington III
a5d6e61c2f
grsecurity: Push testing from 4.0 -> 4.1
2015-08-04 13:28:16 -07:00
William A. Kennington III
ce6b96db6e
kernel-testing: 4.2.0-rc2 -> 4.2.0-rc5
2015-08-03 13:06:22 -07:00
William A. Kennington III
102cfc53bc
kernel: 4.1.3 -> 4.1.4
2015-08-03 12:58:12 -07:00
William A. Kennington III
678efd6df0
kernel: 3.12.44 -> 3.12.45
2015-08-03 12:58:12 -07:00
William A. Kennington III
1684ec0bfc
kernel: 3.10.84 -> 3.10.85
2015-08-03 12:58:12 -07:00
viric
982ce5ed58
Merge pull request #8978 from dezgeg/pr-arm-images
...
ARM SD card image expressions
2015-07-29 14:13:57 +02:00
William A. Kennington III
24c13dfa81
kernel: 4.1.2 -> 4.1.3
2015-07-22 13:14:27 -07:00
William A. Kennington III
612d19e8b4
kernel: 3.18.18 -> 3.18.19
2015-07-22 13:14:27 -07:00
Tuomas Tynkkynen
82d0acaf37
kernel-config: Explicitly enable NAMESPACES
...
Namespace support is required by the `unshare` tool used in
`nixos-install`. It's enabled by the x86 defconfig, but not by
e.g. multi_v7_defconfig. So enable it here so that `nixos-install`
can work on ARM.
2015-07-22 16:08:17 +03:00
Tuomas Tynkkynen
ec43c69b5d
linux-rpi: Fix modDirVersion
...
This causes build breakage on staging due to #7524 .
2015-07-22 16:08:17 +03:00
Eelco Dolstra
069b4a8a57
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
(cherry picked from commit ee10e165dc
)
Conflicts:
pkgs/os-specific/linux/kernel/linux-3.4.nix
2015-07-22 12:25:32 +02:00
aszlig
45135c0256
linux-testing: Update to version 4.2.0-rc2.
...
Upstream diff of changes can be found at:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/?id=v4.2-rc2&id2=v4.2-rc1&dt=2
Not tested on my machine right now (well, it's "testing" after all), but
verified the SHA256 from two different connections.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-14 07:31:18 +02:00
William A. Kennington III
0245b28796
kernel: 3.14.47 -> 3.14.48
2015-07-11 20:15:05 -07:00
William A. Kennington III
3284b216a4
kernel: 4.0.7 -> 4.0.8
2015-07-11 20:15:05 -07:00
William A. Kennington III
75b7938ba2
kernel: 4.1.1 -> 4.1.2
2015-07-11 20:15:05 -07:00
William A. Kennington III
680e2ced04
kernel: 3.18.17 -> 3.18.18
2015-07-11 20:15:05 -07:00
William A. Kennington III
4529105271
kernel: 3.10.82 -> 3.10.84
2015-07-11 20:15:05 -07:00
Eelco Dolstra
5c9f437d2f
linux: 3.14.46 -> 3.14.47
...
CVE-2014-7822
2015-07-09 15:10:12 +02:00
William A. Kennington III
b363927556
linux-testing: 4.2-rc1
2015-07-06 13:45:03 -07:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
William A. Kennington III
d64b3c8a5c
kernel: 3.14.45 -> 3.14.46
2015-06-30 11:28:59 -07:00
William A. Kennington III
43eda80b09
kernel: 3.18.16 -> 3.18.17
2015-06-30 11:20:41 -07:00
William A. Kennington III
b25930c4c8
kernel: 4.0.6 -> 4.0.7
2015-06-30 11:20:41 -07:00
William A. Kennington III
3f7d195762
kernel: 4.1 -> 4.1.1
2015-06-30 11:20:40 -07:00
William A. Kennington III
34cb1a202b
kernel: 3.10.81 -> 3.10.82
2015-06-30 11:16:21 -07:00
Domen Kožar
f895960e84
Merge pull request #8256 from dezgeg/pr-i686-kconfig
...
kernel-config: Fix 4.0 build on 32-bit
2015-06-26 13:23:35 +02:00
William A. Kennington III
b08d384da8
kernel: 3.14.44 -> 3.14.45
2015-06-24 18:12:20 -07:00
William A. Kennington III
2f255eafd9
kernel: 4.0.5 -> 4.0.6
2015-06-24 18:11:25 -07:00
William A. Kennington III
16e0a98483
kernel: 3.10.80 -> 3.10.81
2015-06-24 18:09:40 -07:00