messages from 2024-09-30 13:49:46 to 2024-10-01 23:05:43 UTC [more...]
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-01 22:59 UTC (32+ messages)
` [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 17/40] arm64/idreg: Add overrride for GCS
` [PATCH v13 18/40] arm64/hwcap: Add hwcap "
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
[PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()
2024-10-01 23:03 UTC (13+ messages)
[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
2024-10-01 23:00 UTC (2+ messages)
[v6 PATCH 1/2] hugetlb: arm64: add mte support
2024-10-01 22:52 UTC (2+ messages)
` [v6 PATCH 2/2] selftests: arm64: add hugetlb mte tests
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-01 21:46 UTC (36+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/1] Add KUnit tests for kfifo
2024-10-01 20:45 UTC (3+ messages)
` [PATCH v2 1/1] lib/tests/kfifo_kunit.c: add tests for the kfifo structure
[PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
2024-10-01 18:48 UTC (5+ messages)
` [PATCH v3 2/2] selftests/exec: add a test to enforce execveat()'s comm
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-01 18:45 UTC (27+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
kselftest/fixes build: 6 builds: 2 failed, 4 passed, 1 warning (v6.12-rc1-7-g160c826b4dd0d)
2024-10-01 18:02 UTC
[PATCH v3 0/2] Exposing nice CPU usage to userspace
2024-10-01 17:50 UTC (6+ messages)
` [PATCH v3 2/2] cgroup/rstat: Selftests for niced CPU statistics
[RFC PATCH v2 0/5] Add support for the Bus Lock Threshold
2024-10-01 16:41 UTC (8+ messages)
` [RFC PATCH v2 1/5] x86/cpu: Add virt tag in /proc/cpuinfo
` [RFC PATCH v2 2/5] x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
` [RFC PATCH v2 3/5] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v2 4/5] KVM: X86: Add documentation about behavioral difference for KVM_EXIT_BUS_LOCK
` [RFC PATCH v2 5/5] KVM: selftests: Add bus lock exit test
[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
2024-10-01 16:31 UTC (10+ messages)
[PATCH v2 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
2024-10-01 16:26 UTC (2+ messages)
[PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
2024-10-01 16:20 UTC (2+ messages)
` [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in
[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
2024-10-01 15:43 UTC
[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
2024-10-01 15:35 UTC (7+ messages)
` [PATCH v5 2/5] KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function "
` [PATCH v5 3/5] KVM: arm64: Add support for PSCI v1.2 and v1.3
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2
[PATCH] KVM: selftests: Fix build on architectures other than x86_64
2024-10-01 15:16 UTC (2+ messages)
[PATCH] selftest: hid: add missing run-hid-tools-tests.sh
2024-10-01 14:40 UTC (5+ messages)
[PATCH] selftests: vDSO: align getrandom states to cache line
2024-10-01 14:32 UTC (2+ messages)
[RFC PATCH 0/3] introduce PIDFD_SELF
2024-10-01 14:31 UTC (9+ messages)
[PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
2024-10-01 14:30 UTC (10+ messages)
` [PATCH HID v3 1/9] HID: bpf: move HID-BPF report descriptor fixup earlier
` [PATCH HID v3 2/9] HID: core: save one kmemdup during .probe()
` [PATCH HID v3 3/9] HID: core: remove one more kmemdup on .probe()
` [PATCH HID v3 4/9] HID: bpf: allow write access to quirks field in struct hid_device
` [PATCH HID v3 5/9] selftests/hid: add dependency on hid_common.h
` [PATCH HID v3 6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID v3 7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID v3 8/9] HID: add per device quirk to force bind to hid-generic
` [PATCH HID v3 9/9] selftests/hid: add test for assigning a given device "
[PATCH v2 1/2] exec: add a flag for "reasonable" execveat() comm
2024-10-01 13:43 UTC (5+ messages)
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-10-01 12:11 UTC (4+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH net v4] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
2024-10-01 12:10 UTC (2+ messages)
[PATCH v1 0/2] selftests/mm: hugetlb_fault_after_madv improvements
2024-10-01 10:31 UTC (2+ messages)
[PATCH v2] selftests/proc: Add test to check unmapped process
2024-10-01 10:02 UTC
[PATCH slab hotfixes 0/2] slub kunit tests fixes for 6.12
2024-10-01 8:39 UTC (5+ messages)
` [PATCH slab hotfixes 2/2] kunit: move call to kunit_run_all_tests() after rcu_end_inkernel_boot()
[PATCH net-next v19 01/14] mm: page_frag: add a test module for page_frag
2024-10-01 7:58 UTC (4+ messages)
` [PATCH net-next v19 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v19 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v19 11/14] mm: page_frag: add testing for the newly added prepare API
[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
2024-10-01 2:33 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect "
` [PATCH bpf-next v3 2/2] selftests/bpf: Setget_sockopt add a test for tcp over ipv4 via ipv6
[PATCH bpf-next v2 0/2] Cgroup skb add helper to get net_cls's classid
2024-10-01 1:58 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] bpf, selftests: Add test case for cgroup skb to get net_cls classid helpers
[PATCH bpf-next/net v7 0/3] selftests/bpf: new MPTCP subflow subtest
2024-10-01 1:30 UTC (2+ messages)
[PATCH net-next 0/3] net-timestamp: add some trivial
2024-10-01 0:42 UTC (10+ messages)
` [PATCH net-next 1/3] net-timestamp: add strict check when setting tx flags
[PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
2024-10-01 0:37 UTC (5+ messages)
` [PATCH v3 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 17/19] netem: Include <linux/prandom.h> in sch_netem.c
[PATCH v2 0/1] update mseal.rst
2024-10-01 0:26 UTC (2+ messages)
` [PATCH v2 1/1] mseal: "
[PATCH v1 0/1] update mseal.rst
2024-10-01 0:24 UTC (8+ messages)
` [PATCH v1 1/1] mseal: "
[PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info
2024-09-30 23:59 UTC
[PATCH] Revert "list: test: fix tests for list_cut_position()"
2024-09-30 23:18 UTC (2+ messages)
kselftest/next kselftest-lkdtm: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
2024-09-30 23:14 UTC
kselftest/next kselftest-lib: 1 runs, 1 regressions (v6.12-rc1-2-g010b07d11e25)
2024-09-30 23:14 UTC
[PATCH v5 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
2024-09-30 22:40 UTC
[PATCH v4 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
2024-09-30 22:36 UTC (4+ messages)
` [External] : "
kselftest/next build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1-2-g010b07d11e25)
2024-09-30 22:16 UTC
[PATCH] selftests/proc/proc-empty-vm.c: Test for unmapped process
2024-09-30 22:07 UTC (2+ messages)
update core.c
2024-09-30 20:32 UTC (2+ messages)
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1-5-g45a8897db67d4)
2024-09-30 19:53 UTC
[PATCH] Improve timer_create failure message
2024-09-30 19:53 UTC (5+ messages)
` [PATCH] selftests: timers: improve "
[PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6
2024-09-30 18:47 UTC (4+ messages)
kselftest/fixes build: 7 builds: 2 failed, 5 passed, 1 warning (v6.12-rc1)
2024-09-30 18:25 UTC
[PATCH v3 0/5] selftests: gitignore and clean target file additions
2024-09-30 17:45 UTC (6+ messages)
` [PATCH v3 1/5] selftests: core: add unshare_test to gitignore
` [PATCH v3 5/5] selftests: exec: update gitignore for load_address
[PATCH 0/3] selftests: net: add missing gitignore and EXTRA_CLEAN entries
2024-09-30 17:34 UTC (4+ messages)
` [PATCH 1/3] selftests: net: add msg_oob to gitignore
` [PATCH 2/3] selftests: net: rds: add include.sh to EXTRA_CLEAN
` [PATCH 3/3] selftests: net: rds: add gitignore file for include.sh
[PATCH v3 v6.11 v5.15 v5.4 v4.19 1/1] selftests: breakpoints: use remaining time to check if suspend succeed
2024-09-30 17:25 UTC (2+ messages)
[RESEND PATCH v3] list: test: Mending tests for list_cut_position()
2024-09-30 17:06 UTC
[PATCH v2 00/25] Enable FRED with KVM VMX
2024-09-30 16:56 UTC (11+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
[PATCH V2 00/13] selftests/resctrl: Support diverse platforms with MBM and MBA tests
2024-09-30 16:07 UTC (12+ messages)
` [PATCH V2 04/13] selftests/resctrl: Protect against array overrun during iMC config parsing
` [PATCH V2 06/13] selftests/resctrl: Remove "once" parameter required to be false
` [PATCH V2 07/13] selftests/resctrl: Only support measured read operation
` [PATCH V2 08/13] selftests/resctrl: Remove unused measurement code
[RFC PATCH 0/4] implement lightweight guard pages
2024-09-30 16:05 UTC (3+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
[PATCH v10 00/14] riscv: Add support for xtheadvector
2024-09-30 15:50 UTC (4+ messages)
` 回覆: "
[PATCH net-next] selftests: mlxsw: rtnetlink: Use devlink_reload() API
2024-09-30 15:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox