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

acpi_call: 1.2.1 -> 1.2.2 #135582

Merged
merged 1 commit into from Aug 24, 2021
Merged

acpi_call: 1.2.1 -> 1.2.2 #135582

merged 1 commit into from Aug 24, 2021

Conversation

blitz
Copy link
Contributor

@blitz blitz commented Aug 24, 2021

Motivation for this change

This needs to be backported, because it contains a fix for Thinkpad users using Linux 5.13 on NixOS 21.05.

Thinkpads pull in the acpi_call out-of-tree module for power management via nixos-hardware. The 1.2.1 version of acpi_call is unfortunately incompatible to Linux 5.13 and will cause a null pointer dereference in the kernel.

This was fixed in acpi_call 1.2.2.

I'm running the update acpi_call module on the Thinkpad I'm writing this on.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@blitz
Copy link
Contributor Author

blitz commented Aug 24, 2021

nixpkgs-review has built the following packages successfully:

18 packages updated:
linuxPackages_4_14_hardened.acpi_call (1.2.1-4.14.244 → 1.2.2-4.14.244) linuxPackages_4_14.acpi_call (1.2.1-4.14.244 → 1.2.2-4.14.244) linuxPackages_4_19_hardened.acpi_call (1.2.1-4.19.204 → 1.2.2-4.19.204) linuxPackages_4_19.acpi_call (1.2.1-4.19.204 → 1.2.2-4.19.204) linuxPackages_4_4.acpi_call (1.2.1-4.4.281 → 1.2.2-4.4.281) linuxPackages_4_9.acpi_call (1.2.1-4.9.280 → 1.2.2-4.9.280) linuxPackages-libre.acpi_call (1.2.1-5.10.60 → 1.2.2-5.10.60) linuxPackages_5_10_hardened.acpi_call (1.2.1-5.10.60 → 1.2.2-5.10.60) linuxPackages.acpi_call (1.2.1-5.10.60 → 1.2.2-5.10.60) linuxPackages_hardened.acpi_call (1.2.1-5.10.60 → 1.2.2-5.10.60) linuxPackages_zen.acpi_call (1.2.1-5.13.12 → 1.2.2-5.13.12) linuxPackages_xanmod.acpi_call (1.2.1-5.13.12 → 1.2.2-5.13.12) linuxPackages_latest-libre.acpi_call (1.2.1-5.13.12 → 1.2.2-5.13.12) linuxPackages_5_13.acpi_call (1.2.1-5.13.12 → 1.2.2-5.13.12) linuxPackages_testing_bcachefs.acpi_call (1.2.1-5.13.12-bcachefs-unstable-2021-07-08 → 1.2.2-5.13.12-bcachefs-unstable-2021-07-08) linuxPackages_lqx.acpi_call (1.2.1-5.13.9 → 1.2.2-5.13.9) linuxPackages_5_4.acpi_call (1.2.1-5.4.142 → 1.2.2-5.4.142) linuxPackages_5_4_hardened.acpi_call (1.2.1-5.4.142 → 1.2.2-5.4.142)

@github-actions
Copy link
Contributor

Successfully created backport PR #135587 for release-21.05.

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

2 participants