Skip to content

Linux kernels 2023-11-13#267195

Merged
alyssais merged 2 commits intoNixOS:masterfrom
alyssais:linux-6.7-rc1
Nov 13, 2023
Merged

Linux kernels 2023-11-13#267195
alyssais merged 2 commits intoNixOS:masterfrom
alyssais:linux-6.7-rc1

Conversation

@alyssais
Copy link
Copy Markdown
Member

@alyssais alyssais commented Nov 13, 2023

Description of changes

Happy bcachefs!

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.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.

@github-actions github-actions bot added the 6.topic: kernel The Linux kernel label Nov 13, 2023
@K900
Copy link
Copy Markdown
Contributor

K900 commented Nov 13, 2023

🚀

@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Nov 13, 2023
@RaitoBezarius
Copy link
Copy Markdown
Member

Result of nixpkgs-review pr 267195 run on x86_64-linux 1

2 packages failed to build:
  • linux_testing
  • linux_testing.dev (linux_testing.dev.dev)

@RaitoBezarius
Copy link
Copy Markdown
Member

linux-config> error: option not set correctly: ZSMALLOC (wanted 'm', got 'y')

I am confused as to why this is passing in ofborg, but not passing with nixpkgs-review.

ZSMALLOC is now the default allocator for ZSWAP, so if the allocator
isn't changed, ZSMALLOC must be y on 6.7 (and will default to that).
The script will set all options that can be modules to m anyway, so
there was no need for us to be explicitly setting it to module before
anyway.
@RaitoBezarius
Copy link
Copy Markdown
Member

Result of nixpkgs-review pr 267195 run on x86_64-linux 1

2 packages built:
  • linux_testing
  • linux_testing.dev (linux_testing.dev.dev)

@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Nov 13, 2023
@alyssais alyssais merged commit d0e0f19 into NixOS:master Nov 13, 2023
@alyssais alyssais deleted the linux-6.7-rc1 branch November 13, 2023 14:33
@github-actions
Copy link
Copy Markdown
Contributor

Successfully created backport PR for release-23.05:

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

Labels

6.topic: kernel The Linux kernel 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 2501-5000 This PR causes many rebuilds on Linux and should target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants