linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 00:12:25 to 2023-06-30 09:07:12 UTC [more...]

[PATCH v8 1/1] ns: add binfmt_misc to the user namespace
 2023-06-30  9:06 UTC  (4+ messages)

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-06-30  5:33 UTC  (3+ messages)

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

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

Słowa kluczowe do wypozycjonowania
 2023-06-28  7:50 UTC 

[PATCH 0/2] v3: F_OFD_GETLK extension to read lock info
 2023-06-27 16:30 UTC  (6+ messages)
` [PATCH 1/2] fs/locks: F_UNLCK extension for F_OFD_GETLK
` [PATCH 2/2] selftests: add OFD lock tests
` [PATCH] fcntl.2: document F_UNLCK F_OFD_GETLK extension

[PATCH 0/4] rseq selftests updates
 2023-06-27 15:29 UTC  (5+ messages)
` [PATCH 1/4] selftests/rseq: Fix CID_ID typo in Makefile
` [PATCH 2/4] selftests/rseq: Implement rseq_unqual_scalar_typeof
` [PATCH 3/4] selftests/rseq: Fix arm64 buggy load-acquire/store-release macros
` [PATCH 4/4] selftests/rseq: Use rseq_unqual_scalar_typeof in macros

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

[PATCH] syscalls: Fix file path names in the header comments
 2023-06-23 12:25 UTC  (8+ messages)
    ` [PATCH] syscalls: Remove file path comments from headers

[PATCH 0/2] v2: F_OFD_GETLK extension to read lock info
 2023-06-23 10:07 UTC  (15+ messages)
` [PATCH 1/2] fs/locks: F_UNLCK extension for F_OFD_GETLK
` [PATCH 2/2] selftests: add OFD lock tests
` [PATCH] fcntl.2: document F_UNLCK F_OFD_GETLK extension

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-21  9:01 UTC  (3+ messages)

[PATCH v10 00/11] LSM: Three basic syscalls
 2023-06-15 15:29 UTC  (12+ messages)
` [PATCH v10 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v10 04/11] LSM: syscalls for current process attributes
` [PATCH v10 05/11] LSM: Create lsm_list_modules system call
` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v10 08/11] Smack: implement setselfattr and getselfattr hooks

Słowa kluczowe do wypozycjonowania
 2023-06-15  9:26 UTC 


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).