]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'pin-init-v6.17-result-blanket' of https://github.com/Rust-for-Linux/linux.git
authorDanilo Krummrich <dakr@kernel.org>
Sat, 28 Jun 2025 15:25:23 +0000 (17:25 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Sat, 28 Jun 2025 15:28:06 +0000 (17:28 +0200)
commit14648fc30e679b53cff87f20a8ed747bf3db43a3
treeaff6f537a24e2f1eb7367d6521d2b50eaae12c66
parent64888dfdfac7f7d2013a9734755c11322ff6eaa5
parente832374ccadf4d1ce7bd40a85b9320bd7fbb3628
Merge tag 'pin-init-v6.17-result-blanket' of https://github.com/Rust-for-Linux/linux.git

pin-init blanket implementation changes for v6.17

Remove the error from the blanket implementations for `[Pin]Init` and
add implementations for `Result`.

(Subsequent Devres improvements depend on those pin-init features.)