linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-05 20:41:43 to 2021-01-06 08:50:04 UTC [more...]

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-06  8:48 UTC  (2+ messages)

[PATCH -V8 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-06  6:57 UTC  (2+ messages)
` [PATCH -V8 1/3] "

[PATCH v2] fs: Validate umount flags before looking up path in ksys_umount
 2021-01-05  8:06 UTC  (2+ messages)

[PATCH] fs: Validate flags and capabilities before looking up path in ksys_umount
 2021-01-04 20:33 UTC  (3+ messages)

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-04 20:08 UTC  (28+ messages)
` [PATCH v17 01/26] Documentation/x86: Add CET description
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v17 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v17 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v17 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v17 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v17 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v17 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v17 16/26] mm: Add guard pages around a shadow stack
` [PATCH v17 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v17 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v17 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v17 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v17 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v17 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v17 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v17 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v17 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v17 26/26] mm: Introduce PROT_SHSTK "

[PATCH v9] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2021-01-04 20:04 UTC  (2+ messages)

[RESEND PATCH] fs: Validate flags and capabilities before looking up path in ksys_umount
 2021-01-04  8:38 UTC  (2+ messages)

[PATCH] entry: Use different define for selector variable in SUD
 2021-01-01 23:55 UTC 

[PATCHSET RFC v2 00/17] xfs: atomic file updates
 2020-12-31 22:44 UTC 

[PATCH v6] prctl.2: Document Syscall User Dispatch
 2020-12-30 19:50 UTC 

[PATCH v6 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2020-12-30  6:59 UTC  (3+ messages)
` [PATCH v6 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
` [PATCH v6 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths

[PATCH v17 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-29 21:33 UTC  (8+ messages)
` [PATCH v17 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v17 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v17 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v17 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v17 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v17 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v17 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 19:45 UTC  (31+ messages)
` [PATCH v16 01/26] Documentation/x86: Add CET description
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v16 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v16 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v16 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v16 06/26] x86/cet: Add control-protection fault handler
` [PATCH v16 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v16 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v16 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v16 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v16 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v16 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v16 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v16 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v16 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v16 16/26] mm: Add guard pages around a shadow stack
` [PATCH v16 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v16 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v16 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v16 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v16 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v16 26/26] mm: Introduce PROT_SHSTK "

[PATCH 0/2] userspace memory reaping using process_madvise
 2020-12-23 17:32 UTC  (18+ messages)
` [PATCH 1/2] mm/madvise: allow process_madvise operations on entire memory range
` [PATCH 2/2] mm/madvise: add process_madvise MADV_DONTNEER support

[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
 2020-12-23 15:58 UTC  (6+ messages)
` [PATCH RESEND v4 1/1] tpm: add sysfs exports for all banks of "

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2020-12-23  6:55 UTC  (6+ messages)
` [PATCH v3 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v3 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v3 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v3 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH ghak90 v10 00/11] audit: implement container identifier
 2020-12-21 17:57 UTC  (14+ messages)
` [PATCH ghak90 v10 01/11] audit: collect audit task parameters
` [PATCH ghak90 v10 02/11] audit: add container id
` [PATCH ghak90 v10 03/11] audit: log container info of syscalls
` [PATCH ghak90 v10 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v10 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v10 06/11] audit: add containerid support for user records
` [PATCH ghak90 v10 07/11] audit: add containerid filtering
` [PATCH ghak90 v10 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v10 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v10 10/11] audit: track container nesting
` [PATCH ghak90 v10 11/11] audit: add capcontid to set contid outside init_user_ns

[PATCH v2] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
 2020-12-21 18:17 UTC  (5+ messages)

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-21  1:31 UTC  (11+ messages)
` [PATCH -V6 RESEND 1/3] "
` [PATCH -V6 RESEND 2/3] NOT kernel/man-pages: man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

[PATCH v8] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2020-12-20 18:06 UTC 

Please remove all bit fields in bpf uapi
 2020-12-18 13:05 UTC  (6+ messages)

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-18 10:32 UTC  (10+ messages)
` [PATCH man-pages v6] Document encoded I/O
                ` Ping: "

[PATCH v7] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2020-12-16 12:32 UTC 

Desinfetante
 2020-12-14  8:57 UTC 

[RFC PATCH v6] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2020-12-14  8:36 UTC 

[PATCH v2] mm/vmalloc: randomize vmalloc() allocations
 2020-12-12 17:56 UTC 

[PATCH AUTOSEL 5.9 09/23] selftests: tc-testing: enable CONFIG_NET_SCH_RED as a module
 2020-12-12 16:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 23/23] tools/testing/selftests/vm: fix build error

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-12 13:59 UTC  (13+ messages)
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-11 18:08 UTC  (12+ messages)
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "

[PATCH] mm/vmalloc: randomize vmalloc() allocations
 2020-12-10 19:58 UTC  (5+ messages)

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-10 18:10 UTC  (11+ messages)
` [PATCH v15 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

[PATCH] futex: Change 'utime' parameter to be 'const ... *'
 2020-12-10 17:36 UTC 

[PATCH v26 00/12] Landlock LSM
 2020-12-10 10:38 UTC  (14+ messages)
` [PATCH v26 01/12] landlock: Add object management
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v26 04/12] landlock: Add ptrace restrictions
` [PATCH v26 05/12] LSM: Infrastructure management of the superblock
` [PATCH v26 06/12] fs,security: Add sb_delete hook
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 08/12] landlock: Add syscall implementations
` [PATCH v26 09/12] arch: Wire up Landlock syscalls
` [PATCH v26 10/12] selftests/landlock: Add user space tests
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v26 12/12] landlock: Add user and kernel documentation

[PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-09 22:27 UTC  (8+ messages)
` [PATCH v16 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v16 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v16 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v16 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v16 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v16 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v16 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH] mm,hwpoison: Return -EBUSY when migration fails
 2020-12-09 10:38 UTC  (2+ messages)

[PATCH v4 00/40] idmapped mounts
 2020-12-08 15:26 UTC  (12+ messages)
` [PATCH v4 04/40] fs: split out functions to hold writers
` [PATCH v4 05/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v4 06/40] fs: add mount_setattr()

[RFC net-next af_unix v1 0/1] Allow delivery of SIGURG on AF_UNIX streams socket
 2020-12-07 18:51 UTC  (5+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-07 14:22 UTC  (16+ messages)
          ` [PATCH v3] "

[PATCH -V7 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-07  0:48 UTC  (4+ messages)
` [PATCH -V7 2/3] NOT kernel/man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING


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