summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingVladimír Čunát2017-09-23
|\ | | | | | | Thousands of rebuilds from master :-/
| * Merge pull request #29581 from eqyiel/fix-rpc-gssdJörg Thalheim2017-09-22
| |\ | | | | | | nixos/nfs: allow setting the path to krb5.keytab
| | * nfs-utils: set /etc/krb5.keytab as default path for rpc-gssdRuben Maher2017-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the `rpc-gssd.service` has a `ConditionPathExists` clause that can never be met, because it's looking for stateful data inside `/nix/store`. `auth-rpcgss-module.service` also only starts if this file exists. Fixes NixOS/nixpkgs#29509.
| * | fuse3: init at 3.1.1Michael Weiss2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes fuse-common (fusePackages.fuse_3.common) as recommended by upstream. But while fuse(2) and fuse3 would normally depend on fuse-common we can't do that in nixpkgs while fuse-common is just another output from the fuse3 multiple-output derivation (i.e. this would result in a circular dependency). To avoid building fuse3 twice I decided it would be best to copy the shared files (i.e. the ones provided by fuse(2) and fuse3) from fuse-common to fuse (version 2) and avoid collision warnings by defining priorities. Now it should be possible to install an arbitrary combination of "fuse", "fuse3", and "fuse-common" without getting any collision warnings. The end result should be the same and all changes should be backwards compatible (assuming that mount.fuse from fuse3 is backwards compatible as stated by upstream [0] - if not this might break some /etc/fstab definitions but that should be very unlikely). My tests with sshfs (version 2 and 3) didn't show any problems. See #28409 for some additional information. [0]: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
* | | Merge branch 'master' into stagingVladimír Čunát2017-09-21
|\| | | | | | | | | | | A couple thousand rebuilds again.
| * | linux-copperhead: 4.13.2.a -> 4.13.3.aTim Steinbach2017-09-21
| | |
| * | linux: 4.13.2 -> 4.13.3Tim Steinbach2017-09-20
| | |
| * | linux: 4.12.13 -> 4.12.14Tim Steinbach2017-09-20
| | |
| * | linux: 4.9.50 -> 4.9.51Tim Steinbach2017-09-20
| | |
* | | Merge branch 'master' into stagingJohn Ericson2017-09-20
|\| |
| * | circumvent hdaps name clashFrank Doepper2017-09-19
| | |
| * | tp_smapi with hdapsFrank Doepper2017-09-19
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2017-09-19
|\| |
| * | dmtcp: fix buffer overflow due to too long ld-linux.so pathRobin Gloster2017-09-19
| | | | | | | | | | | | fixes #29565
| * | linuxPackages.mxu11x0: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-19
| | | | | | | | | | | | https://hydra.nixos.org/build/61465503
| * | linuxPackages.cryptodev: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-19
| | | | | | | | | | | | https://hydra.nixos.org/build/61470492
| * | bluez4: remove, unused and probably vulnerableFranz Pletz2017-09-18
| | |
| * | bluez: 5.43 -> 5.47 for CVE-2017-1000250Franz Pletz2017-09-18
| | | | | | | | | | | | Fixes #29289.
| * | Merge pull request #29467 from mguentner/wi.fi-urlsJoachim F2017-09-17
| |\ \ | | | | | | | | hostapd/wpa_supplicant: update urls
| | * | hostapd/wpa_supplicant: update urlsMaximilian Güntner2017-09-17
| | |/
| * | linuxPackages: properly propagate `features` and `extraConfig`Jan Malakhovski2017-09-17
| | | | | | | | | | | | | | | `kernel.override { features = ... }` didn't work before, now it works as expected.
| * | linux: 4.13-rc7 -> 4.14-rc1Tim Steinbach2017-09-17
| | |
| * | linuxPackages.lttng-modules: broken on kernels >4.11Joachim Fasting2017-09-17
| | |
| * | linuxPackages.lttng-modules: 2.9.3 -> 2.10.0Joachim Fasting2017-09-17
| | |
* | | audit: Remove openldap dependencyAneesh Agrawal2017-09-18
|/ / | | | | | | | | The openldap dependency is only used for the audisp z/OS plugin. This is not useful on Linux, so always disable this.
* | linux-copperhead: 4.13.1.b -> 4.13.2.aTim Steinbach2017-09-16
| |
* | kernel: Disable DEBUG_INFOTuomas Tynkkynen2017-09-16
| | | | | | | | | | | | | | | | | | Since we don't have a split debug info output yet, don't waste time writing several gigabytes of debug info that's all going to be stripped out at the end. This change only affects Aarch64 (where some joker has enabled it in the architecture defconfig) and is a no-op on the others.
* | linuxPackages: hardened-config: enable DEBUG_PI_LISTJan Malakhovski2017-09-16
| |
* | linuxPackages: hardened-config: check kernelArch, not systemJan Malakhovski2017-09-16
| |
* | linuxPackages: hardened-config: disable `BUG_ON_DATA_CORRUPTION` for older ↵Jan Malakhovski2017-09-16
| | | | | | | | | | | | kernels They don't support it.
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-16
|\|
| * hardened-config: build with fortify sourceJoachim Fasting2017-09-16
| |
| * hardened-config: enable the randstruct pluginJoachim Fasting2017-09-16
| |
| * hardened-config: additional refcount checkingJoachim Fasting2017-09-16
| |
| * zfsUnstable: init at 2017-09-12Jörg Thalheim2017-09-15
| |
| * linux-headers 4.4: Remove arch fallback codeJohn Ericson2017-09-15
| | | | | | | | | | | | | | @dezgeg was right: The `platform` field of a linux platorm is already manadatory---if not specified it is inferred, and all such inferences include a `kernelArch` field. Therefore linux packages can indeed rely on it being defined.
| * linux-headers: Remove dead old versionJohn Ericson2017-09-15
| | | | | | | | This sat around unused for who knows how long
| * linuxPackages.evdi: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| |
| * linuxPackages.netatop: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| |
| * linuxPackages.sch_cake: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| |
| * linux: 4.9.49 -> 4.9.50Tim Steinbach2017-09-14
| |
| * linux: 4.12.12 -> 4.12.13Tim Steinbach2017-09-14
| |
| * linux: 4.13.1 -> 4.13.2Tim Steinbach2017-09-14
| |
* | Merge another master commit into stagingJohn Ericson2017-09-15
|\ \ | | | | | | | | | Again, this is for sake of chained PRs having readable diffs
| * | linux-headers 4.4: Remove arch fallback codeJohn Ericson2017-09-14
| | | | | | | | | | | | | | | | | | | | | @dezgeg was right: The `platform` field of a linux platorm is already manadatory---if not specified it is inferred, and all such inferences include a `kernelArch` field. Therefore linux packages can indeed rely on it being defined.
| * | linux-headers: Remove dead old versionJohn Ericson2017-09-14
| |/ | | | | | | This sat around unused for who knows how long
* / treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
|/ | | | Bootstrap tools has since been bumped
* _915resolution: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60928068
* libsmbios: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | https://hydra.nixos.org/build/60942499
* linux-copperhead: 4.13.1.a -> 4.13.1.bTim Steinbach2017-09-13
|