index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
kunit.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
rust: kunit: fix warning when !CONFIG_PRINTK
Alexandre Courbot
1
-0
/
+8
2025-10-01
Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+11
2025-09-16
rust: kunit: allow `cfg` on `test`s
Kaibo Ma
1
-0
/
+7
2025-09-16
rust: kunit: use `core::ffi::CStr` method names
Tamir Duberstein
1
-3
/
+3
2025-09-16
rust: kunit: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-4
/
+4
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-0
/
+4
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-5
/
+8
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
1
-1
/
+1
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
1
-1
/
+1
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
1
-4
/
+7
2025-05-27
rust: add `kunit_tests` to the prelude
Miguel Ojeda
1
-2
/
+1
2025-05-27
rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
1
-0
/
+25
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
1
-1
/
+0
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
1
-4
/
+4
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
1
-0
/
+36
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
1
-0
/
+11
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
1
-0
/
+124
2024-10-01
rust: kunit: use C-string literals to clean warning
Miguel Ojeda
1
-2
/
+2
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-1
/
+1
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
1
-0
/
+163