[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 1b56e765bf8990f1f60e124926c11fc4ac63d752
Note: The patch differs from the upstream commit: --- 1: 1b56e765bf899 ! 1: 9d44ce9765ef8 rust: completion: implement initial abstraction @@ Metadata ## Commit message ## rust: completion: implement initial abstraction
+ [ Upstream commit 1b56e765bf8990f1f60e124926c11fc4ac63d752 ] + Implement a minimal abstraction for the completion synchronization primitive.
@@ Commit message
## rust/bindings/bindings_helper.h ## @@ + #include <linux/blk-mq.h> #include <linux/blk_types.h> #include <linux/blkdev.h> - #include <linux/clk.h> +#include <linux/completion.h> - #include <linux/configfs.h> - #include <linux/cpu.h> - #include <linux/cpufreq.h> + #include <linux/cpumask.h> + #include <linux/cred.h> + #include <linux/device/faux.h>
## rust/helpers/completion.c (new) ## @@ @@ rust/helpers/completion.c (new)
## rust/helpers/helpers.c ## @@ + #include "bug.c" #include "build_assert.c" #include "build_bug.c" - #include "clk.c" +#include "completion.c" - #include "cpufreq.c" #include "cpumask.c" #include "cred.c" + #include "device.c"
## rust/kernel/sync.rs ## @@ ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.4.y | Success | Success |