Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.09] Linux 4.14.13, 4.4.111, 4.9.76 #33697

Closed
wants to merge 3 commits into from

Conversation

andir
Copy link
Member

@andir andir commented Jan 10, 2018

Motivation for this change

Backported kernel updates from #33696.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

In terms of spectre/meltdown this version also supports loading of amd
fam17h firmware.

(cherry picked from commit cf8021e)
(cherry picked from commit e94dab0)
(cherry picked from commit 74c9d16)
@andir
Copy link
Member Author

andir commented Jan 10, 2018

@GrahamcOfBorg build linuxPackages_4_14.kernel linuxPackages_4_4.kernel linuxPackages_4_9.kernel

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: x86_64-darwin

error: while evaluating the attribute 'linux_4_14' at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/top-level/all-packages.nix:12341:3:
while evaluating 'callPackageWith' at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/lib/customisation.nix:113:35, called from /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/top-level/all-packages.nix:12341:16:
while evaluating 'makeOverridable' at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/lib/customisation.nix:72:24, called from /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/lib/customisation.nix:117:8:
while evaluating anonymous function at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/os-specific/linux/kernel/linux-4.14.nix:1:1, called from /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/lib/customisation.nix:74:12:
while evaluating anonymous function at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/os-specific/linux/kernel/generic.nix:1:1, called from /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/os-specific/linux/kernel/linux-4.14.nix:5:1:
assertion failed at /Users/graham/nix-borg/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-zoidberg/pkgs/os-specific/linux/kernel/generic.nix:33:1

@andir andir changed the title 17.09/linux 4 14 13 [17.09] Linux 4.14.13, 4.4.111, 4.9.76 Jan 10, 2018
Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: aarch64-linux

wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
wrong ELF type
cannot find section .dynamic
/nix/store/s7qalaskpahrhjmgs77klgm2vqisik6p-linux-4.14.13
/nix/store/s2n7g6zfnk6jpp169an275dxpypa5qfk-linux-4.4.111
/nix/store/83acgxq4yqh7zj1gljya2qw7k6i4gdak-linux-4.9.76

@andir
Copy link
Member Author

andir commented Jan 10, 2018

Closing this as @NeQuissimus already pushed those.

@andir andir closed this Jan 10, 2018
@NeQuissimus
Copy link
Member

yeah, sorry, we did it at the same exact time it seems :)

Thanks for the PR though!

@andir andir deleted the 17.09/linux_4_14_13 branch January 10, 2018 14:17
Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: x86_64-linux

  CC [M]  drivers/staging/lustre/lustre/llite/vvp_io.o
  CC [M]  drivers/scsi/am53c974.o
  CC [M]  drivers/scsi/megaraid.o
  CC [M]  drivers/staging/lustre/lustre/llite/vvp_object.o
  CC [M]  drivers/net/wireless/realtek/rtlwifi/rtl8192ee/led.o
  CC [M]  drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.o
  CC [M]  drivers/staging/lustre/lustre/llite/vvp_req.o
  CC [M]  drivers/scsi/atp870u.o
building of ‘/nix/store/7vxd0vdk0wgkgyvaxlwirbahw36xnjw2-linux-4.9.76.drv’ timed out after 1800 seconds
error: build of ‘/nix/store/7vxd0vdk0wgkgyvaxlwirbahw36xnjw2-linux-4.9.76.drv’, ‘/nix/store/jw29r755inba6n6f6mdk2jwn3440kx1w-linux-4.14.13.drv’, ‘/nix/store/pkld7796hws4hs4by4z96kdmvj4b5bpv-linux-4.4.111.drv’ failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants