user/bcachefs-tools: add bcachefs-tools-ckms submodule, update to 1.34.0 #5075
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates bcachefs-tools to version 1.34.0 and adds a
user/bcachefs-tools-ckmssubpackage.This is the same as #4863, but rebased on master and with a commit updating it to 1.34.0 (and also a commit updating to 1.31.12 that I never got around to submitting). I also changed the git branch name from
bcachefs-1.31.7-ckmstouser-bcachefs-tools-ckms.I'm submitting this update because bcachefs-tools-ckms 1.31.12 doesn't compile for linux 6.18. After these changes I was able to compile the kernel module and reboot desktop computer. I will be testing it on my laptop shortly.
Currently there are two patches to the bcachefs-tools source code:
sedandfindin the Makefile.strlenwith__builtin_strlen. Without the patch I get an error about compile-time constants:I'm assuming that this comes down to a difference between how gcc and clang handle strlen.
Checklist
Before this pull request is reviewed, certain conditions must be met.
The following must be true for all changes:
The following must be true for template/package changes: