linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v4 10/14] selftests: harness: Add teardown callback to test metadata
Thomas Weißschuh
[PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata
Thomas Weißschuh
[PATCH v4 11/14] selftests: harness: Add "variant" and "self" to test metadata
Thomas Weißschuh
[PATCH v4 12/14] selftests: harness: Stop using setjmp()/longjmp()
Thomas Weißschuh
[PATCH v4 13/14] selftests: harness: Guard includes on nolibc
Thomas Weißschuh
[PATCH v4 14/14] HACK: selftests/nolibc: demonstrate usage of the kselftest harness
Thomas Weißschuh
Re: [PATCH v4 14/14] HACK: selftests/nolibc: demonstrate usage of the kselftest harness
Mark Brown
Re: [PATCH v4 00/14] kselftest harness and nolibc compatibility
Thomas Weißschuh
Re: [PATCH v4 00/14] kselftest harness and nolibc compatibility
Shuah Khan
Re: [PATCH v4 00/14] kselftest harness and nolibc compatibility
Thomas Weißschuh
Re: [PATCH] char: misc: make miscdevice unit test built-in only
Geert Uytterhoeven
Re: [PATCH v3 12/32] selftests: harness: Stop using setjmp()/longjmp()
Mark Brown
Re: [PATCH v3 12/32] selftests: harness: Stop using setjmp()/longjmp()
Thomas Weißschuh
[PATCH v2 0/8] selftests: vDSO: Some cleanups and (warning) fixes
Thomas Weißschuh
[PATCH v2 1/8] selftests: vDSO: chacha: Correctly skip test if necessary
Thomas Weißschuh
[PATCH v2 2/8] selftests: vDSO: clock_getres: Drop unused include of err.h
Thomas Weißschuh
[PATCH v2 3/8] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
Thomas Weißschuh
[PATCH v2 5/8] selftests: vDSO: vdso_config: Avoid -Wunused-variables
Thomas Weißschuh
[PATCH v2 6/8] selftests: vDSO: enable -Wall
Thomas Weißschuh
[PATCH v2 4/8] selftests: vDSO: vdso_test_getrandom: Drop some dead code
Thomas Weißschuh
Re: [PATCH v2 4/8] selftests: vDSO: vdso_test_getrandom: Drop some dead code
Jason A. Donenfeld
Re: [PATCH v2 4/8] selftests: vDSO: vdso_test_getrandom: Drop some dead code
Thomas Weißschuh
[PATCH v2 7/8] selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes
Thomas Weißschuh
[PATCH v2 8/8] selftests: vDSO: vdso_test_getrandom: Always print TAP header
Thomas Weißschuh
[PATCH] selftests/filesystems: Fix typo in file_stressor.c
Chelsy Ratnawat
[PATCH v2] selftests: Fix some typos in tools/testing/selftests
Chelsy Ratnawat
Re: [PATCH v5 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers
David Heidelberg
[PATCH 0/3] SC8280XP SLPI
Konrad Dybcio
[PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
Konrad Dybcio
Re: [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
Rob Herring (Arm)
[PATCH 2/3] arm64: dts: qcom: sc8280xp: Fix node order
Konrad Dybcio
[PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
Konrad Dybcio
Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
Dmitry Baryshkov
Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
Konrad Dybcio
Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
Dmitry Baryshkov
Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI
Dmitry Baryshkov
Re: [PATCH 0/3] SC8280XP SLPI
Dmitry Baryshkov
Re: (subset) [PATCH 0/3] SC8280XP SLPI
Bjorn Andersson
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Sean Christopherson
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Pratik R. Sampat
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Sean Christopherson
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Kalra, Ashish
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Sean Christopherson
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Kalra, Ashish
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Pratik R. Sampat
Re: [PATCH v8 00/10] Basic SEV-SNP Selftests
Sean Christopherson
[PATCH 0/7] Rust KUnit `#[test]` support improvements
Miguel Ojeda
[PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
Re: [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Tamir Duberstein
Re: [PATCH 1/7] rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
David Gow
[PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Tamir Duberstein
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
David Gow
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
David Gow
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Boqun Feng
Re: [PATCH 2/7] rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
David Gow
[PATCH 3/7] rust: add `kunit_tests` to the prelude
Miguel Ojeda
Re: [PATCH 3/7] rust: add `kunit_tests` to the prelude
David Gow
[PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Tamir Duberstein
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Tamir Duberstein
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
David Gow
Re: [PATCH 5/7] rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
David Gow
[PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
Tamir Duberstein
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
Tamir Duberstein
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
David Gow
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
David Gow
Re: [PATCH 4/7] rust: str: convert `rusttest` tests into KUnit
John Hubbard
[PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests
Miguel Ojeda
Re: [PATCH 7/7] Documentation: rust: testing: add docs on the new KUnit `#[test]` tests
David Gow
[PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
Miguel Ojeda
Re: [PATCH 6/7] Documentation: rust: rename `#[test]`s to "`rusttest` host tests"
David Gow
Re: [PATCH 0/7] Rust KUnit `#[test]` support improvements
Danilo Krummrich
Re: [PATCH 0/7] Rust KUnit `#[test]` support improvements
Miguel Ojeda
[PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
Re: [PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
David Wei
Re: [PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
Re: [PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format
patchwork-bot+netdevbpf
[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Shuah Khan
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
David Gow
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Nicolas Schier
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Shuah Khan
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Shuah Khan
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Masahiro Yamada
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Shuah Khan
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Shuah Khan
Re: [PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
Masahiro Yamada
[PATCH v3 0/5] module: Strict per-modname namespaces
Peter Zijlstra
[PATCH v3 5/5] module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper
Peter Zijlstra
Re: [PATCH v3 5/5] module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper
Petr Pavlu
[PATCH v3 1/5] modpost: Use for() loop
Peter Zijlstra
Re: [PATCH v3 1/5] modpost: Use for() loop
Masahiro Yamada
[PATCH v3 4/5] module: Account for the build time module name mangling
Peter Zijlstra
Re: [PATCH v3 4/5] module: Account for the build time module name mangling
Petr Pavlu
[PATCH v3 2/5] module: Add module specific symbol namespace support
Peter Zijlstra
Re: [PATCH v3 2/5] module: Add module specific symbol namespace support
Masahiro Yamada
Re: [PATCH v3 2/5] module: Add module specific symbol namespace support
Petr Pavlu
[PATCH v3 3/5] module: Extend the MODULE_ namespace parsing
Peter Zijlstra
Re: [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing
Petr Pavlu
Re: [PATCH v3 0/5] module: Strict per-modname namespaces
Greg KH
Re: [PATCH v3 0/5] module: Strict per-modname namespaces
Petr Pavlu
Re: [PATCH -v2 6/7] module: Account for the build time module name mangling
Peter Zijlstra
Re: [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
Peter Zijlstra
Re: [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
Peter Zijlstra
[PATCH 0/7] selftests: vDSO: Some cleanups and fixes
Thomas Weißschuh
[PATCH 2/7] selftests: vDSO: clock_getres: Drop unused include of err.h
Thomas Weißschuh
Re: [PATCH 2/7] selftests: vDSO: clock_getres: Drop unused include of err.h
Muhammad Usama Anjum
[PATCH 1/7] selftests: vDSO: chacha: Correctly skip test if necessary
Thomas Weißschuh
Re: [PATCH 1/7] selftests: vDSO: chacha: Correctly skip test if necessary
Muhammad Usama Anjum
[PATCH 3/7] selftests: vDSO: vdso_test_correctness: Fix -Wold-style-definitions
Thomas Weißschuh
Re: [PATCH 3/7] selftests: vDSO: vdso_test_correctness: Fix -Wold-style-definitions
Muhammad Usama Anjum
[PATCH 4/7] selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
Thomas Weißschuh
[PATCH 6/7] selftests: vDSO: vdso_test_getrandom: Always print TAP header
Thomas Weißschuh
Re: [PATCH 6/7] selftests: vDSO: vdso_test_getrandom: Always print TAP header
Muhammad Usama Anjum
[PATCH 5/7] selftests: vDSO: vdso_test_getrandom: Drop some dead code
Thomas Weißschuh
Re: [PATCH 5/7] selftests: vDSO: vdso_test_getrandom: Drop some dead code
Muhammad Usama Anjum
[PATCH 7/7] selftests: vDSO: vdso_config: Avoid -Wunused-variables
Thomas Weißschuh
Re: [PATCH 7/7] selftests: vDSO: vdso_config: Avoid -Wunused-variables
Muhammad Usama Anjum
[PATCH net-next 0/7] selftests: mptcp: increase code coverage
Matthieu Baerts (NGI0)
[PATCH net-next 2/7] selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
Matthieu Baerts (NGI0)
[PATCH net-next 1/7] selftests: mptcp: info: hide 'grep: write error' warnings
Matthieu Baerts (NGI0)
[PATCH net-next 3/7] selftests: mptcp: add struct params in mptcp_diag
Matthieu Baerts (NGI0)
[PATCH net-next 4/7] selftests: mptcp: refactor send_query parameters for code clarity
Matthieu Baerts (NGI0)
[PATCH net-next 5/7] selftests: mptcp: refactor NLMSG handling with 'proto'
Matthieu Baerts (NGI0)
[PATCH net-next 7/7] selftests: mptcp: add chk_sublfow in diag.sh
Matthieu Baerts (NGI0)
[PATCH net-next 6/7] selftests: mptcp: add helpers to get subflow_info
Matthieu Baerts (NGI0)
Re: [PATCH net-next 0/7] selftests: mptcp: increase code coverage
patchwork-bot+netdevbpf
[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
Andreas Hindborg
[PATCH v11 2/3] rust: add parameter support to the `module!` macro
Andreas Hindborg
Re: [PATCH v11 2/3] rust: add parameter support to the `module!` macro
Alice Ryhl
Re: [PATCH v11 2/3] rust: add parameter support to the `module!` macro
Andreas Hindborg
Re: [PATCH v11 2/3] rust: add parameter support to the `module!` macro
Alice Ryhl
Re: [PATCH v11 2/3] rust: add parameter support to the `module!` macro
Andreas Hindborg
[PATCH v11 1/3] rust: str: add radix prefixed integer parsing functions
Andreas Hindborg
[PATCH v11 3/3] modules: add rust modules files to MAINTAINERS
Andreas Hindborg
[PATCH 0/3] selftests/timens: Various small fixes
Thomas Weißschuh
[PATCH 1/3] selftests/timens: Print TAP headers
Thomas Weißschuh
Re: [PATCH 1/3] selftests/timens: Print TAP headers
Muhammad Usama Anjum
Re: [PATCH 1/3] selftests/timens: Print TAP headers
Shuah Khan
Re: [PATCH 1/3] selftests/timens: Print TAP headers
Thomas Weißschuh
Re: [PATCH 1/3] selftests/timens: Print TAP headers
Shuah Khan
Re: [PATCH 1/3] selftests/timens: Print TAP headers
Kees Cook
[PATCH 3/3] selftests/timens: timerfd: Use correct clockid type in tclock_gettime()
Thomas Weißschuh
Re: [PATCH 3/3] selftests/timens: timerfd: Use correct clockid type in tclock_gettime()
Muhammad Usama Anjum
[PATCH 2/3] selftests/timens: Make run_tests() functions static
Thomas Weißschuh
Re: [PATCH 2/3] selftests/timens: Make run_tests() functions static
Muhammad Usama Anjum
RE: [PATCH -v2 0/7] module: Strict per-modname namespaces
Roy, Patrick
Re: [PATCH -v2 0/7] module: Strict per-modname namespaces
Peter Zijlstra
[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
Lorenz Bauer
[PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
Alexei Starovoitov
Re: [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
Alexei Starovoitov
[PATCH bpf-next v2 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
Lorenz Bauer
[PATCH bpf-next v2 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
Lorenz Bauer
[PATCH net v1] selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
Re: [PATCH net v1] selftests: iou-zcrx: Clean up build warnings for error format
Simon Horman
Re: [PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
Frank Li
Re: [PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
Thomas Gleixner
Re: [PATCH v18 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
Manivannan Sadhasivam
[PATCH v8 0/2] memcg: Fix test_memcg_min/low test failures
Waiman Long
[PATCH v8 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
Waiman Long
Re: [PATCH v8 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
Michal Koutný
[PATCH v8 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()
Waiman Long
Re: [PATCH v8 0/2] memcg: Fix test_memcg_min/low test failures
Tejun Heo
[PATCH 0/4] selftests/mm/uffd: refactor global variables
Ujwal Kundur
[PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
Brendan Jackman
Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
Brendan Jackman
Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct
Andrew Morton
[PATCH 2/4] selftests/mm/uffd: Swap global vars with global test options
Ujwal Kundur
[PATCH 3/4] selftests/mm/uffd: Swap global variables with global test opts
Ujwal Kundur
[PATCH 4/4] selftests/mm/uffd: Swap global variables with global test opts
Ujwal Kundur
Re: [PATCH 0/4] selftests/mm/uffd: refactor global variables
Brendan Jackman
[PATCH v2 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH v2 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Andrew Morton
[PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Ujwal Kundur
Re: [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
Brendan Jackman
[syzbot] [lvs?] KMSAN: uninit-value in do_output_route4
syzbot
Re: [syzbot] [lvs?] KMSAN: uninit-value in do_output_route4
Julian Anastasov
[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
Lorenz Bauer
[PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
Alexei Starovoitov
Re: [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
Lorenz Bauer
[PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF
Lorenz Bauer
Re: [PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
Daniel Xu
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Peter Zijlstra
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Peter Zijlstra
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Sean Christopherson
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Christian Brauner
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Lorenzo Stoakes
Re: [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
Shuah Khan
Earlier messages
Later messages