linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 03:28:11 to 2023-03-31 23:50:54 UTC [more...]

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-03-31 23:50 UTC  (2+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted

[PATCH v7 00/11] LSM: Three basic syscalls
 2023-03-31 20:22 UTC  (30+ messages)
  ` [PATCH v7 01/11] LSM: Identify modules by more than name
  ` [PATCH v7 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v7 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v7 04/11] LSM: syscalls for current process attributes
  ` [PATCH v7 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v7 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v7 07/11] LSM: Helpers for attribute names and filling an lsm_ctx
  ` [PATCH v7 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v7 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v7 10/11] SELinux: "
  ` [PATCH v7 11/11] LSM: selftests for Linux Security Module syscalls

MREMAP_DONTUNMAP corrupts initial mapping
 2023-03-31  6:53 UTC  (2+ messages)

[Bug 217238] New: Creating shared read-only map is denied after add write seal to a memfd
 2023-03-30 21:46 UTC  (3+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-28 10:41 UTC  (7+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:40 UTC 

[PATCH v11 0/3] cachestat: a new syscall for page cache state of files
 2023-03-24 21:59 UTC  (10+ messages)
` [PATCH v11 2/3] cachestat: implement cachestat syscall
` [PATCH v11 3/3] selftests: Add selftests for cachestat

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-24  2:13 UTC  (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
 2023-03-22 11:19 UTC  (4+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v2 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH] selftests: sigaltstack: fix -Wuninitialized
 2023-03-20 23:30 UTC  (5+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-20 11:35 UTC  (84+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 30/41] x86/shstk: Handle thread "
` [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-20 11:00 UTC  (45+ messages)
` [PATCH v8 01/40] Documentation/x86: Add CET shadow stack description
` [PATCH v8 02/40] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v8 03/40] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v8 04/40] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v8 05/40] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v8 06/40] x86/fpu: Add helper for modifying xstate
` [PATCH v8 07/40] x86/traps: Move control protection handler to separate file
` [PATCH v8 08/40] x86/shstk: Add user control-protection fault handler
` [PATCH v8 09/40] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v8 10/40] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v8 11/40] mm: Introduce pte_mkwrite_kernel()
` [PATCH v8 12/40] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v8 13/40] mm: Make pte_mkwrite() take a VMA
` [PATCH v8 14/40] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v8 15/40] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v8 16/40] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 19/40] x86/mm: Check shadow stack page fault errors
` [PATCH v8 20/40] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v8 21/40] mm: Add guard pages around a shadow stack
` [PATCH v8 22/40] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v8 23/40] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v8 24/40] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v8 25/40] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma
` [PATCH v8 27/40] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v8 28/40] x86: Introduce userspace API for shadow stack
` [PATCH v8 29/40] x86/shstk: Add user-mode shadow stack support
` [PATCH v8 30/40] x86/shstk: Handle thread shadow stack
` [PATCH v8 31/40] x86/shstk: Introduce routines modifying shstk
` [PATCH v8 32/40] x86/shstk: Handle signals for shadow stack
` [PATCH v8 33/40] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v8 34/40] x86/shstk: Support WRSS for userspace
` [PATCH v8 35/40] x86: Expose thread features in /proc/$PID/status
` [PATCH v8 36/40] x86/shstk: Wire in shadow stack interface
` [PATCH v8 37/40] selftests/x86: Add shadow stack test
` [PATCH v8 38/40] x86: Add PTRACE interface for shadow stack
` [PATCH v8 39/40] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v8 40/40] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
 2023-03-18  9:31 UTC 

[PATCH for-next] scsi: Implement host state statistics
 2023-03-17 16:52 UTC  (6+ messages)

[PATCH 0/1] process attribute support for Landlock
 2023-03-17  8:38 UTC  (5+ messages)

Faktoring
 2023-03-16  8:56 UTC 

[RFC PATCH 00/10] Additional selftests for restrictedmem
 2023-03-16  0:31 UTC  (11+ messages)
` [RFC PATCH 01/10] KVM: selftests: Test error message fixes for memfd_restricted selftests
` [RFC PATCH 02/10] KVM: selftests: Test that ftruncate to non-page-aligned size on a restrictedmem fd should fail
` [RFC PATCH 03/10] KVM: selftests: Test that VM private memory should not be readable from host
` [RFC PATCH 04/10] KVM: selftests: Exercise restrictedmem allocation and truncation code after KVM invalidation code has been unbound
` [RFC PATCH 05/10] KVM: selftests: Generalize private_mem_conversions_test for parallel execution
` [RFC PATCH 06/10] KVM: selftests: Default private_mem_conversions_test to use 1 memslot for test data
` [RFC PATCH 07/10] KVM: selftests: Add vm_userspace_mem_region_add_with_restrictedmem
` [RFC PATCH 08/10] KVM: selftests: Default private_mem_conversions_test to use 1 restrictedmem file for test data
` [RFC PATCH 09/10] KVM: selftests: Add tests around sharing a restrictedmem fd
` [RFC PATCH 10/10] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH v6 00/11] LSM: Three basic syscalls
 2023-03-14 22:00 UTC  (5+ messages)
` [PATCH v6 04/11] LSM: syscalls for current process attributes

selftests: sigaltstack: sas # exit=1 - # Bail out! SP is not on sigaltstack - on clang build
 2023-03-08 18:49 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).