Skip to content

dbus-broker: fix test-sockopt on kernel 6.16+#442772

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
LunNova:lunnova/dbus-broker-sockopt-test-backport
Sep 16, 2025
Merged

dbus-broker: fix test-sockopt on kernel 6.16+#442772
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
LunNova:lunnova/dbus-broker-sockopt-test-backport

Conversation

@LunNova
Copy link
Member

@LunNova LunNova commented Sep 13, 2025

Fixes #439331

backports bus1/dbus-broker#409 to resolve:

  • test_peerpidfd_client: Assertion `false && "r == SOCKOPT_E_REAPED"' failed.
  • wait_and_verify: Assertion `false && "WIFEXITED(status)"' failed.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

Fixes NixOS#439331

backports bus1/dbus-broker#409 to resolve:
- test_peerpidfd_client: Assertion `false && "r == SOCKOPT_E_REAPED"' failed.
- wait_and_verify: Assertion `false && "WIFEXITED(status)"' failed.
@LunNova
Copy link
Member Author

LunNova commented Sep 13, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 442772
Commit: 2cab5b2faa3952a387950aac2a7e75a599712fc5


x86_64-linux

✅ 1 package built:
  • dbus-broker

aarch64-linux

✅ 1 package built:
  • dbus-broker

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Sep 13, 2025
@nix-owners nix-owners bot requested review from peterhoeg and r-vdp September 13, 2025 23:52
Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

LGTM

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Sep 16, 2025
@SuperSandroBot
Copy link

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 442772
Commit: 2cab5b2faa3952a387950aac2a7e75a599712fc5 (subsequent changes)
Merge: f3c17e55873ea3adecb69422a789315867ea7bf5

Logs: https://github.com/SuperSandro2000/nixpkgs-review-gha/actions/runs/17761650714


x86_64-linux

✅ 1 package built:
  • dbus-broker

aarch64-linux

✅ 1 package built:
  • dbus-broker

x86_64-darwin

No rebuilds


aarch64-darwin

No rebuilds

@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue Sep 16, 2025
Merged via the queue into NixOS:master with commit d4d1b32 Sep 16, 2025
38 of 40 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Sep 21, 2025

Successfully created backport PR for release-25.05:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Sep 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 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. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dbus-broker: crashes with SIGABRT during test on kernel 6.16+

3 participants