Linux Kernel Self-tests
[Prev Page][Next Page]
- [PATCH v3 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
- [PATCH v3 14/18] kunit: defconfig: add defconfigs for building KUnit tests
- [PATCH v3 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit
- [PATCH v3 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
- [PATCH v3 12/18] kunit: test: add tests for KUnit managed resources
- [PATCH v3 08/18] objtool: add kunit_try_catch_throw to the noreturn list
- [PATCH v3 07/18] kunit: test: add initial tests
- [PATCH v3 03/18] kunit: test: add string_stream a std::stream like string builder
- [PATCH v3 04/18] kunit: test: add kunit_stream a std::stream like logger
- [PATCH v3 05/18] kunit: test: add the concept of expectations
- [PATCH v3 06/18] kbuild: enable building KUnit
- [PATCH v3 02/18] kunit: test: add test resource management API
- [PATCH v3 01/18] kunit: test: add KUnit test runner core
- [PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
- From: Sean Christopherson
- selftests: bpf: test_sock: WARNING: workqueue.c:3030 __flush_work+0x3fc/0x470
- next-20190513 kselftest results
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2] selftests: bpf: Add files generated after build to .gitignore
- Re: Build-time tests?
- Re: [PATCH] selftests: bpf: Add files generated when compiled to .gitignore
- [PATCH v2] selftests: bpf: Add files generated after build to .gitignore
- Re: [PATCH] selftests: bpf: Add files generated when compiled to .gitignore
- [PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf
- [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
- [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore
- [PATCH] selftests: kvm: Add files generated when compiled to .gitignore
- [PATCH] selftests: bpf: Add files generated when compiled to .gitignore
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 3/3] kheaders: Make it depend on sysfs
- Re: next-20190510 kselftest results
- next-20190510 kselftest results
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 3/3] kheaders: Make it depend on sysfs
- Re: [PATCH] selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
- [PATCH] selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 3/3] kheaders: Make it depend on sysfs
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- [PATCH 2/3] kheaders: Do not regenerate archive if config is not changed
- From: Joel Fernandes (Google)
- [PATCH 3/3] kheaders: Make it depend on sysfs
- From: Joel Fernandes (Google)
- [PATCH 1/3] kheaders: Move from proc to sysfs
- From: Joel Fernandes (Google)
- [PATCH 0/3] kheaders fixes for -rc
- From: Joel Fernandes (Google)
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- [PATCH v11 7/7] selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO
- [PATCH v11 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 06/17] kbuild: enable building KUnit
- Re: [PATCH v2 06/17] kbuild: enable building KUnit
- Re: [PATCH v2 06/17] kbuild: enable building KUnit
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 06/17] kbuild: enable building KUnit
- Re: [PATCH] selftests/bpf: Fix compile warning in bpf selftest
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v3] kheaders: Move from proc to sysfs
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH] selftests/bpf: Fix compile warning in bpf selftest
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- [PATCH] selftests/lkdtm: Add tests for LKDTM targets
- RE: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH linux-next v10 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- next-20190509 kselftest results
- Re: [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs
- [for-next][PATCH 03/13] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- [for-next][PATCH 02/13] x86_64: Allow breakpoints to emulate call instructions
- Build-time tests?
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [PATCH] selftests: fix install target to use default install path
- Re: [PATCH net-next v4] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [PATCH 0/3] x86_64/ftrace: Emulate calls from int3 when patching functions
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs
- Re: [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- Re: [PATCH 0/3] x86_64/ftrace: Emulate calls from int3 when patching functions
- next-20190508 kselftest results
- next-20190507 kselftest results
- [PATCH 3/4] x86/ftrace: Add pt_regs frame annotations
- [PATCH 0/4] x86: int3 fallout
- [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs
- [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
- [PATCH 1/4] x86/entry/32: Clean up return from interrupt preemption path
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH 0/3] x86_64/ftrace: Emulate calls from int3 when patching functions
- Re: [PATCH v3] kheaders: Move from proc to sysfs
- [PATCH 0/3] x86_64/ftrace: Emulate calls from int3 when patching functions
- [PATCH 3/3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- [PATCH 1/3] x86_64: Add gap to int3 to allow for call emulation
- [PATCH 2/3] x86_64: Allow breakpoints to emulate call instructions
- Re: [PATCH net-next v4] net: sched: Introduce act_ctinfo action
- [PATCH] selftests/bpf: Fix compile warning in bpf selftest
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [net-next v3] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- [PATCH net-next v4] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- Re: [net-next v3] net: sched: Introduce act_ctinfo action
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- RE: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/3] x86_64: Add gap to int3 to allow for call emulation
- next-20190506 kselftest results
- Re: [RFC][PATCH 1/3] x86_64: Add gap to int3 to allow for call emulation
- Re: [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- [RFC][PATCH 2/3] x86_64: Allow breakpoints to emulate call functions
- [RFC][PATCH 1/3] x86_64: Add gap to int3 to allow for call emulation
- [RFC][PATCH 0/3] x86_64/ftrace: Emulate calls from int3 when patching functions
- [RFC][PATCH 3/3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
- Re: [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- RE: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- RE: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- RE: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- RE: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
- [PATCH AUTOSEL 5.0 26/99] selftests: fib_tests: Fix 'Command line is not complete' errors
- [PATCH AUTOSEL 5.0 61/99] selftests: netfilter: check icmp pkttoobig errors are set as related
- [PATCH AUTOSEL 5.0 65/99] netfilter: nat: fix icmp id randomization
- [PATCH AUTOSEL 5.0 73/99] selftests/net: correct the return value for run_afpackettests
- [PATCH AUTOSEL 5.0 72/99] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 4.19 23/81] selftests: fib_tests: Fix 'Command line is not complete' errors
- [PATCH AUTOSEL 4.19 43/81] selftests: netfilter: check icmp pkttoobig errors are set as related
- [PATCH AUTOSEL 4.19 51/81] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 4.14 29/95] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 4.9 21/25] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 4.4 13/14] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 3.18 09/10] selftests/net: correct the return value for run_netsocktests
- [PATCH AUTOSEL 4.9 16/25] selftests: netfilter: check icmp pkttoobig errors are set as related
- [PATCH AUTOSEL 4.14 23/95] selftests: netfilter: check icmp pkttoobig errors are set as related
- Re: [GIT PULL] Kselftest update for Linux 5.2-rc1
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [GIT PULL] Kselftest update for Linux 5.2-rc1
- [PATCH v15 00/17] arm64: untag user pointers passed to the kernel
- [PATCH v15 01/17] uaccess: add untagged_addr definition for other arches
- [PATCH v15 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
- [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
- [PATCH v15 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
- [PATCH v15 08/17] mm, arm64: untag user pointers in get_vaddr_frames
- [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
- [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
- [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
- [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
- [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
- [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
- [PATCH v15 15/17] tee, arm64: untag user pointers in tee_shm_register
- [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel
- [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
- [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
- [PATCH v15 06/17] mm: untag user pointers in do_pages_move
- [PATCH v15 05/17] arms64: untag user pointers passed to memory syscalls
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
- Re: [PATCH] selftests: add sleep between detach and usbip list -l
- Re: [PATCH] selftests: add sleep between detach and usbip list -l
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH] selftests: add sleep between detach and usbip list -l
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
- Re: [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
- Re: [PATCH v2 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
- Re: [PATCH v2 11/17] kunit: test: add test managed resource tests
- Re: [PATCH v2 08/17] kunit: test: add support for test abort
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [PATCH v3] kheaders: Move from proc to sysfs
- From: Joel Fernandes (Google)
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- [net-next v3] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [net-next v2] net: sched: Introduce act_ctinfo action
- From: Toke Høiland-Jørgensen
- Re: [net-next v2] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [net-next v2] net: sched: Introduce act_ctinfo action
- [net-next v2] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [PATCH] selftests: add sleep between detach and usbip list -l
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- Re: [PATCH v2] kheaders: Move from proc to sysfs
- [PATCH v2] kheaders: Move from proc to sysfs
- From: Joel Fernandes (Google)
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [PATCH] kheaders: Move from proc to sysfs
- Re: [PATCH] kheaders: Move from proc to sysfs
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH] kheaders: Move from proc to sysfs
- Re: [PATCH] kheaders: Move from proc to sysfs
- Re: [PATCH] kheaders: Move from proc to sysfs
- Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH net-next] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- [PATCH v2 for 5.2 08/12] rseq/selftests: arm: use udf instruction for RSEQ_SIG
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1.5/2] x86: Add int3_emulate_call() selftest
- [PATCH] kheaders: Move from proc to sysfs
- From: Joel Fernandes (Google)
- Re: [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
- Re: [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
- Re: [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v2 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
- Re: [PATCH v2 11/17] kunit: test: add test managed resource tests
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- next-20190503 kselftest results
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 08/17] kunit: test: add support for test abort
- [RFC][PATCH 1.5/2] x86: Add int3_emulate_call() selftest
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH] rcutorture: Tweak kvm options
- From: Sebastian Andrzej Siewior
- Re: [PATCH v2 08/17] kunit: test: add support for test abort
- Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 07/17] kunit: test: add initial tests
- Re: [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 08/17] kunit: test: add support for test abort
- next-20190502 kselftest results
- [RFC][PATCH 1/2 v2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 07/17] kunit: test: add initial tests
- Re: [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 07/17] kunit: test: add initial tests
- Re: [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [PATCH] selftests: add sleep between detach and usbip list -l
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- RE: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- Re: [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- Re: [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- Re: [PATCH v2 07/17] kunit: test: add initial tests
- Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- Re: [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [PATCH v2 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
- [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
- [PATCH v2 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
- [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
- [PATCH v2 11/17] kunit: test: add test managed resource tests
- [PATCH v2 13/17] kunit: defconfig: add defconfigs for building KUnit tests
- [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
- [PATCH v2 10/17] kunit: test: add the concept of assertions
- [PATCH v2 09/17] kunit: test: add tests for kunit test abort
- [PATCH v2 08/17] kunit: test: add support for test abort
- [PATCH v2 07/17] kunit: test: add initial tests
- [PATCH v2 06/17] kbuild: enable building KUnit
- [PATCH v2 05/17] kunit: test: add the concept of expectations
- [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
- [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder
- [PATCH v2 02/17] kunit: test: add test resource management API
- [PATCH v2 01/17] kunit: test: add KUnit test runner core
- [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
- [RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
- [RFC][PATCH 2/2] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- next-20190501 kselftest results
- [RFC][PATCH v3] ftrace/x86_64: Emulate call function while updating in breakpoint handler
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- next-20190430 kselftest results
- Re: [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler
- [RFC][PATCH v2] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [PATCH net-next] net: sched: Introduce act_ctinfo action
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [PATCH v2 2/2] Add selftests for pidfd polling
- Re: [PATCH v2 1/2] Add polling support to pidfd
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
- Re: [PATCH v14 12/17] drm/radeon, arm64: untag user pointers
- [RFC][PATCH] ftrace/x86: Emulate call function while updating in breakpoint handler
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- [PATCH v2 2/2] Add selftests for pidfd polling
- From: Joel Fernandes (Google)
- [PATCH v2 1/2] Add polling support to pidfd
- From: Joel Fernandes (Google)
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- [PATCH v14 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
- [PATCH v14 01/17] uaccess: add untagged_addr definition for other arches
- [PATCH v14 00/17] arm64: untag user pointers passed to the kernel
- [PATCH v14 04/17] mm: add ksys_ wrappers to memory syscalls
- [PATCH v14 05/17] arms64: untag user pointers passed to memory syscalls
- [PATCH v14 07/17] mm, arm64: untag user pointers in mm/gup.c
- [PATCH v14 08/17] mm, arm64: untag user pointers in get_vaddr_frames
- [PATCH v14 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
- [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
- [PATCH v14 15/17] tee, arm64: untag user pointers in tee_shm_register
- [PATCH v14 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
- [PATCH v14 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel
- [PATCH v14 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
- [PATCH v14 12/17] drm/radeon, arm64: untag user pointers
- [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
- [PATCH v14 09/17] fs, arm64: untag user pointers in copy_mount_options
- [PATCH v14 06/17] mm: untag user pointers in do_pages_move
- [PATCH v14 03/17] lib, arm64: untag user pointers in strn*_user
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- From: Sean Christopherson
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- From: Sean Christopherson
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- From: Sean Christopherson
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH for 5.2 12/12] rseq/selftests: add -no-integrated-as for clang
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH for 5.2 12/12] rseq/selftests: add -no-integrated-as for clang
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH for 5.2 12/12] rseq/selftests: add -no-integrated-as for clang
- Re: [PATCH v1 1/2] Add polling support to pidfd
- [PATCH for 5.2 01/12] rseq/selftests: x86: Work-around bogus gcc-8 optimisation
- [PATCH for 5.2 03/12] rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_cs
- [PATCH for 5.2 05/12] rseq/selftests: s390: use jg instruction for jumps outside of the asm
- [PATCH for 5.2 06/12] rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcode
- [PATCH for 5.2 08/12] rseq/selftests: arm: use udf instruction for RSEQ_SIG
- [PATCH for 5.2 02/12] rseq/selftests: Add __rseq_exit_point_array section for debuggers
- [PATCH for 5.2 09/12] rseq/selftests: aarch64 code signature: handle big-endian environment
- [PATCH for 5.2 12/12] rseq/selftests: add -no-integrated-as for clang
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- next-20190429 kselftest results
- Re: [PATCH] rcutorture: Tweak kvm options
- From: Sebastian Andrzej Siewior
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- [PATCH net-next] net: sched: Introduce act_ctinfo action
- From: Kevin 'ldir' Darbyshire-Bryant
- Re: [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- [PATCH 1/4] x86/thread_info: introduce ->ftrace_int3_stack member
- [PATCH 2/4] ftrace: drop 'static' qualifier from ftrace_ops_list_func()
- [PATCH 3/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- [PATCH 4/4] selftests/livepatch: add "ftrace a live patched function" test
- [PATCH 0/4] x86/ftrace: make ftrace_int3_handler() not to skip fops invocation
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- [PATCH v7 resend 2/2] init/config: Do not select BUILD_BIN2C for IKCONFIG
- From: Joel Fernandes (Google)
- [PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
- From: Joel Fernandes (Google)
- [PATCH bpf-next v5 5/5] selftests: bpf: test writable buffers in raw tps
- next-20190426 kselftest results
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH] rcutorture: Tweak kvm options
- From: Sebastian Andrzej Siewior
- Re: [PATCH v1 1/2] Add polling support to pidfd
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH v1 11/17] kunit: test: add test managed resource tests
- Re: [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH v1 2/2] Add selftests for pidfd polling
- Re: [PATCH] rcutorture: Tweak kvm options
- [PATCH v1 2/2] Add selftests for pidfd polling
- From: Joel Fernandes (Google)
- [PATCH v1 1/2] Add polling support to pidfd
- From: Joel Fernandes (Google)
- Re: [PATCH] rcutorture: Tweak kvm options
- From: Sebastian Andrzej Siewior
- Re: [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH v2 7/8] selftests: Remove KSFT_TAP_LEVEL
- Re: [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH v2 7/8] selftests: Remove KSFT_TAP_LEVEL
- Re: [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH v2 7/8] selftests: Remove KSFT_TAP_LEVEL
- Re: [PATCH 2/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive
- Re: [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags
- [PATCH v2 1/8] selftests: Extract single-test shell logic from lib.mk
- [PATCH v2 3/8] selftests: Extract logic for multiple test runs
- [PATCH v2 4/8] selftests: Add plan line and fix result line syntax
- [PATCH v2 5/8] selftests: Distinguish between missing and non-executable
- [PATCH v2 2/8] selftests: Use runner.sh for emit targets
- [PATCH v2 7/8] selftests: Remove KSFT_TAP_LEVEL
- [PATCH v2 6/8] selftests: Move test output to diagnostic lines
- [PATCH v2 8/8] selftests: Add test plan API to kselftest.h and adjust callers
- [PATCH v2 0/8] selftests: Move test output to diagnostic lines
- Re: [PATCH bpf-next v4 5/5] selftests: bpf: test writable buffers in raw tps
- [PATCH bpf-next v4 5/5] selftests: bpf: test writable buffers in raw tps
- Re: [PATCH v1 11/17] kunit: test: add test managed resource tests
- Re: [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- Re: [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- [PATCH 2/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive
- [PATCH 0/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive
- [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags
- [RFC PATCH for 5.2 04/10] rseq/selftests: s390: use jg instruction for jumps outside of the asm
- [RFC PATCH for 5.2 07/10] rseq/selftests: arm: use udf instruction for RSEQ_SIG
- [RFC PATCH for 5.2 02/10] rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_cs
- [RFC PATCH for 5.2 05/10] rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcode
- [RFC PATCH for 5.2 01/10] rseq/selftests: Add __rseq_exit_point_array section for debuggers
- [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
- next-20190424 kselftest results
- Re: [PATCH] rcutorture: Tweak kvm options
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- From: Enrico Weigelt, metux IT consult
- [PATCH] rcutorture: Tweak kvm options
- From: Sebastian Andrzej Siewior
- Re: [PATCH 1/6] selftests: Extract single-test shell logic from lib.mk
- Re: [PATCH 1/6] selftests: Extract single-test shell logic from lib.mk
- Re: [PATCH 1/6] selftests: Extract single-test shell logic from lib.mk
- Re: [PATCH 1/6] selftests: Extract single-test shell logic from lib.mk
- Re: [PATCH v2 2/5] powerpc: Fix vDSO clock_getres()
- next-20190423 kselftest results
- Re: [PATCH bpf-next v3 5/5] selftests: bpf: test writable buffers in raw tps
- [PATCH v4 02/10] PCI/switchtec: Add module parameter to request more interrupts
- [PATCH v4 04/10] NTB: Introduce functions to calculate multi-port resource index
- [PATCH v4 01/10] PCI/MSI: Support allocating virtual MSI interrupts
- [PATCH v4 03/10] NTB: Introduce helper functions to calculate logical port number
- [PATCH v4 08/10] NTB: Add ntb_msi_test support to ntb_test
- [PATCH v4 05/10] NTB: Rename ntb.c to support multiple source files in the module
- [PATCH v4 10/10] NTB: Describe the ntb_msi_test client in the documentation.
- [PATCH v4 09/10] NTB: Add MSI interrupt support to ntb_transport
- [PATCH v4 00/10] Support using MSI interrupts in ntb_transport
- [PATCH v4 07/10] NTB: Introduce NTB MSI Test Client
- [PATCH v4 06/10] NTB: Introduce MSI library
- [PATCH AUTOSEL 5.0 83/98] KVM: selftests: assert on exit reason in CR4/cpuid sync test
- [PATCH AUTOSEL 5.0 86/98] KVM: selftests: complete IO before migrating guest state
- [PATCH AUTOSEL 5.0 85/98] KVM: selftests: disable stack protector for all KVM tests
- [PATCH AUTOSEL 5.0 84/98] KVM: selftests: explicitly disable PIE for tests
- Re: [PATCH bpf-next v3 5/5] selftests: bpf: test writable buffers in raw tps
- Re: [PATCH bpf-next v3 5/5] selftests: bpf: test writable buffers in raw tps
- [PATCH v2 76/79] docs: blockdev: convert to ReST
- From: Mauro Carvalho Chehab
- Re: [PATCH] selftests/net: correct the return value for run_afpackettests
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
- Re: [PATCH RFC 1/2] Add polling support to pidfd
[Index of Archives]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Linux ATA RAID]
[Bugtraq]