linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 17:07:02 to 2022-03-02 20:51:59 UTC [more...]

[PATCH v4 6/6] io_uring: add support for zone-append
 2022-03-02 20:51 UTC  (26+ messages)

[RFC PATCH 5/7] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-03-02  9:56 UTC  (2+ messages)
` [RFC PATCH 6/7] serial: General support for multipoint addresses

[PATCH 00/35] Shadow stacks for userspace
 2022-02-28 22:55 UTC  (18+ messages)
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

[PATCH v4 0/3] block: show crypto capabilities in sysfs
 2022-02-28 13:40 UTC  (4+ messages)

[PATCH v1 0/7] Minor Landlock fixes and new tests
 2022-02-28  7:59 UTC  (10+ messages)
` [PATCH v1 1/7] landlock: Fix landlock_add_rule(2) documentation
` [PATCH v1 2/7] landlock: Fix landlock_add_rule(2) signature
` [PATCH v1 3/7] selftest/landlock: Make tests build with old libc
` [PATCH v1 4/7] selftest/landlock: Extend tests for minimal valid attribute size
` [PATCH v1 5/7] selftest/landlock: Add tests for unknown access rights
` [PATCH v1 6/7] selftest/landlock: Extend access right tests to directories
` [PATCH v1 7/7] selftest/landlock: Fully test file rename with "remove" access

[RFC PATCH v2 00/11] RSEQ node id and virtual cpu id extensions
 2022-02-25 21:21 UTC  (19+ messages)
` [RFC PATCH v2 01/11] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [RFC PATCH v2 02/11] rseq: Introduce extensible rseq ABI
` [RFC PATCH v2 03/11] rseq: extend struct rseq with numa node id
` [RFC PATCH v2 04/11] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [RFC PATCH v2 05/11] selftests/rseq: Implement rseq numa node id field selftest
` [RFC PATCH v2 06/11] lib: invert _find_next_bit source arguments
` [RFC PATCH v2 07/11] lib: implement find_{first,next}_{zero,one}_and_zero_bit
` [RFC PATCH v2 08/11] cpumask: implement cpumask_{first,next}_{zero,one}_and_zero
` [RFC PATCH v2 09/11] sched: Introduce per memory space current virtual cpu id
  ` [RFC PATCH v3 "
` [RFC PATCH v2 10/11] rseq: extend struct rseq with per memory space vcpu id
` [RFC PATCH v2 11/11] selftests/rseq: Implement rseq vm_vcpu_id field support

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-25  4:33 UTC  (76+ 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 v2 0/5] ucounts: RLIMIT_NPROC fixes
 2022-02-25  0:29 UTC  (23+ 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
    ` [GIT PULL] ucounts: RLIMIT_NPROC fixes for v5.17
      ` How should rlimits, suid exec, and capabilities interact?
                ` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression

Ruch z pierwszej pozycji w Google
 2022-02-24  9:11 UTC 

[PATCH] sched/numa: add per-process numa_balancing
 2022-02-24  7:52 UTC 

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-23 12:05 UTC  (7+ 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  (53+ messages)
` [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 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 14/14] uaccess: drop set_fs leftovers

[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  (6+ messages)

discovering native audit arch
 2022-02-14 21:40 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).