linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 02:40:28 to 2022-02-18 09:30:41 UTC [more...]

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-18  9:30 UTC  (56+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-17 19:09 UTC  (5+ messages)
  ` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PATCH v3 0/6] Qualcomm custom compressed pixfmt
 2022-02-17 11:33 UTC  (4+ messages)
` [PATCH v3 5/6] venus: Add a handling of QC10C compressed format

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (61+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH v2 0/5] ucounts: RLIMIT_NPROC fixes
 2022-02-16 17:42 UTC  (8+ messages)
    ` [PATCH v2 1/5] rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_user
    ` [PATCH v2 2/5] ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
    ` [PATCH v2 3/5] ucounts: Base set_cred_ucounts changes on the real user
    ` [PATCH v2 4/5] ucounts: Move RLIMIT_NPROC handling after set_user
    ` [PATCH v2 5/5] ucounts: Handle wrapping in is_ucounts_overlimit

[PATCH 0/2] exit: Introduce __WCHILDSIGINFO for waitid
 2022-02-15  9:14 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/seccomp: Check for waitid() behavior

[RFC] Get siginfo from unreaped task
 2022-02-15  9:01 UTC  (7+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-02-15  8:49 UTC  (70+ messages)
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

discovering native audit arch
 2022-02-14 21:40 UTC 

[RFC PATCH 0/7] make statx() return I/O alignment information
 2022-02-11 11:45 UTC  (10+ messages)
` [RFC PATCH 1/7] statx: add "
` [RFC PATCH 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH 7/7] f2fs: support STATX_IOALIGN

[PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
 2022-02-11  2:09 UTC  (2+ messages)

[PATCH 2/4] net/smc: Add netlink net namespace support
 2022-02-09  9:43 UTC  (4+ messages)
      ` [PATCH] Partially revert "net/smc: Add netlink net namespace support"


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