linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 19:59:37 to 2019-12-28 07:09:11 UTC [more...]

[PATCH v2 2/2] seccomp: Check that seccomp_notif is zeroed out by the user
 2019-12-28  7:09 UTC  (4+ messages)

[PATCH v3 0/8] Rework random blocking
 2019-12-28  7:01 UTC  (24+ messages)
` [PATCH v3 1/8] random: Don't wake crng_init_wait when crng_init == 1
` [PATCH v3 2/8] random: Add a urandom_read_nowait() for random APIs that don't warn
` [PATCH v3 3/8] random: Add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH v3 4/8] random: Ignore GRND_RANDOM in getentropy(2)
` [PATCH v3 5/8] random: Make /dev/random be almost like /dev/urandom
` [PATCH v3 6/8] random: Remove the blocking pool
` [PATCH v3 7/8] random: Delete code to pull data into pools
` [PATCH v3 8/8] random: Remove kernel.random.read_wakeup_threshold

[PATCH v2 1/2] samples, selftests/seccomp: Zero out seccomp_notif
 2019-12-28  1:48 UTC 

[PATCH] seccomp: Check flags on seccomp_notif is unset
 2019-12-27 15:32 UTC  (13+ messages)

[PATCH v7 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-27  1:35 UTC  (3+ messages)

[PATCH v7 3/3] test: Add test for pidfd getfd
 2019-12-26 18:04 UTC 

[PATCH v7 1/3] vfs, fdtable: Add get_task_file helper
 2019-12-26 18:02 UTC 

[PATCH v7 0/3] Add pidfd_getfd syscall
 2019-12-26 18:02 UTC 

[PATCH] uapi: Prevent redefinition of struct iphdr
 2019-12-26 11:13 UTC  (5+ messages)
  `  "
    ` [musl] "

[PATCH v6 00/10] proc: modernize proc to support multiple private instances
 2019-12-25 23:08 UTC  (13+ messages)
` [PATCH v6 01/10] proc: Rename struct proc_fs_info to proc_fs_opts
` [PATCH v6 02/10] proc: add proc_fs_info struct to store proc information
` [PATCH v6 03/10] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v6 04/10] proc: move hide_pid, pid_gid from pid_namespace "
` [PATCH v6 05/10] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v6 06/10] proc: support mounting procfs instances inside same pid namespace
` [PATCH v6 07/10] proc: flush task dcache entries from all procfs instances
` [PATCH v6 08/10] proc: instantiate only pids that we can ptrace on 'hidepid=3' mount option
` [PATCH v6 09/10] proc: add option to mount only a pids subset
` [PATCH v6 10/10] docs: proc: add documentation for "hidepid=3" and "pidonly" options and new mount behavior

[PATCH v6 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-25 17:05 UTC  (2+ messages)

[PATCH v6 1/3] vfs, fdtable: Add get_task_file helper
 2019-12-25 16:19 UTC  (3+ messages)

[PATCH v5 2/3] pid: Introduce pidfd_getfd syscall
 2019-12-24 11:09 UTC  (7+ messages)

[PATCH v6 3/3] test: Add test for pidfd getfd
 2019-12-23 21:09 UTC 

[PATCH v6 0/3] Add pidfd_getfd syscall
 2019-12-23 21:08 UTC 

[PATCH v2 0/3] clone3 & cgroups: allow spawning processes into cgroups
 2019-12-23  6:15 UTC  (4+ messages)
` [PATCH v2 1/3] cgroup: unify attach permission checking
` [PATCH v2 2/3] clone3: allow spawning processes into cgroups
` [PATCH v2 3/3] selftests/cgroup: add tests for cloning "

[PATCH v4 2/5] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes
 2019-12-21 13:53 UTC  (11+ messages)

[PATCH v5 3/3] test: Add test for pidfd getfd
 2019-12-20 23:28 UTC 

[PATCH v5 1/3] vfs, fdtable: Add get_task_file helper
 2019-12-20 23:28 UTC 

[PATCH v5 0/3] Add pidfd_getfd syscall
 2019-12-20 23:27 UTC 

[RFC PATCH glibc 09/13] glibc: Perform rseq(2) registration at C startup and thread creation (v13)
 2019-12-20 21:36 UTC  (2+ messages)
` [RFC PATCH glibc 10/13] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)

[PATCH for 5.5 1/2] rseq: Fix: Clarify rseq.h UAPI rseq_cs memory reclaim requirements
 2019-12-20 21:15 UTC  (8+ messages)
` [PATCH for 5.5 2/2] rseq/selftests: Clarify rseq_prepare_unload() helper requirements

[PATCH 0/3] clone3 & cgroups: allow spawning processes into cgroups
 2019-12-20 20:36 UTC  (7+ messages)
` [PATCH 1/3] cgroup: unify attach permission checking
` [PATCH 2/3] clone3: allow spawning processes into cgroups
` [PATCH 3/3] selftests/cgroup: add tests for cloning "

[PATCH for 5.5 1/2 v2] rseq: Fix: Clarify rseq.h UAPI rseq_cs memory reclaim requirements
 2019-12-20 20:33 UTC  (2+ messages)
` [PATCH for 5.5 2/2 v2] rseq/selftests: Clarify rseq_prepare_unload() helper requirements

[PATCH for 5.5 0/3] Restartable Sequences Fixes
 2019-12-20 14:48 UTC  (4+ messages)
` [PATCH for 5.5 3/3] rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30

[PATCH v2 0/2] openat2: minor uapi cleanups
 2019-12-20 14:33 UTC  (4+ messages)
` [PATCH v2 1/2] openat2: drop open_how->__padding field
` [PATCH v2 2/2] uapi: split openat2(2) definitions from fcntl.h

[PATCH 0/2] openat2: minor uapi cleanups
 2019-12-20 10:18 UTC  (14+ messages)
` [PATCH 1/2] uapi: split openat2(2) definitions from fcntl.h
` [PATCH 2/2] openat2: drop open_how->__padding field

[PATCH for 5.5 1/1] rseq/selftests: Turn off timeout setting
 2019-12-20  1:44 UTC  (2+ messages)

[PATCH for 5.4 0/3] Restartable Sequences Fixes
 2019-12-20  1:41 UTC  (4+ messages)

[PATCH 4.4 078/162] fs/proc: Stop reporting eip and esp in /proc/PID/stat
 2019-12-19 18:33 UTC  (2+ messages)
` [PATCH 4.4 079/162] fs/proc: Report eip/esp in /prod/PID/stat for coredumping

[PATCH] move_pages.2: remove ENOENT from the list of possible return values
 2019-12-19  5:13 UTC 

[PATCH v4 5/5] test: Add test for pidfd getfd
 2019-12-18 23:55 UTC 

[PATCH v4 4/5] samples: Add example of using pidfd getfd in conjunction with user trap
 2019-12-18 23:55 UTC 

[PATCH v4 3/5] samples: split generalized user-trap code into helper file
 2019-12-18 23:55 UTC 

[PATCH v4 1/5] vfs, fdtable: Add get_task_file helper
 2019-12-18 23:53 UTC 

[PATCH v4 0/5] Add pidfd getfd ioctl (Was Add ptrace get_fd request)
 2019-12-18 23:53 UTC 

[PATCH] openat2: switch to __attribute__((packed)) for open_how
 2019-12-18 17:31 UTC  (9+ messages)

statx struct's stx_size pointer compatibility with uint64_t/size_t
 2019-12-18 11:51 UTC  (4+ messages)

[PATCH] move_pages.2: not return ENOENT if the page are already on the target nodes
 2019-12-18 10:17 UTC  (6+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-12-17 19:56 UTC  (9+ messages)
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS

[PATCH v3 2/4] pid: Add PIDFD_IOCTL_GETFD to fetch file descriptors from processes
 2019-12-17 11:19 UTC  (7+ messages)

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (4+ messages)
` [PATCH v18 11/13] "

[PATCH v3 0/4] Add pidfd getfd ioctl (Was Add ptrace get_fd request)
 2019-12-17  3:02 UTC  (2+ messages)

[PATCH v3 4/4] samples: Add example of using pidfd getfd in conjunction with user trap
 2019-12-17  2:07 UTC  (2+ messages)

[PATCH v3 1/4] vfs, fdtable: Add get_task_file helper
 2019-12-17  1:01 UTC 

[PATCH v3 3/4] samples: split generalized user-trap code into helper file
 2019-12-17  1:00 UTC 

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 22:53 UTC  (9+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-12-16 15:34 UTC  (9+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

[PATCH v6 0/2] add performance reporting support to FPGA DFL drivers
 2019-12-16  1:01 UTC  (6+ messages)

[PATCH v6 0/2] platform/x86: asus_wmi: Support of ASUS TUF laptops on Ryzen CPUs
 2019-12-15 14:27 UTC  (3+ messages)
` [PATCH v6 1/2] platform/x86: asus_wmi: Support throttle thermal policy
` [PATCH v6 2/2] platform/x86: asus_wmi: Set throttle thermal policy to default

[PATCH v2 23/24] y2038: rename itimerval to __kernel_old_itimerval
 2019-12-13 20:53 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).