linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 14:04:53 to 2020-01-30 15:29:30 UTC [more...]

IORING_REGISTER_CREDS[_UPDATE]() and credfd_create()?
 2020-01-30 15:29 UTC  (47+ messages)

Including both linux/time.h and linux/input.h causes failure
 2020-01-30 14:12 UTC  (3+ messages)

[PATCH] Add prctl support for controlling mem reclaim V4
 2020-01-30 14:08 UTC  (7+ messages)

[v2 PATCH] move_pages.2: Returning positive value is a new error case
 2020-01-30 13:48 UTC  (5+ messages)

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-01-30 12:19 UTC  (16+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-30 11:10 UTC  (12+ messages)

[PATCH] move_pages.2: Returning positive value is a new error case
 2020-01-29 19:11 UTC  (4+ messages)

[PATCH v5 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-29 13:27 UTC  (11+ messages)
` [PATCH v5 1/6] cgroup: unify attach permission checking
` [PATCH v5 2/6] cgroup: add cgroup_get_from_file() helper
` [PATCH v5 3/6] cgroup: refactor fork helpers
` [PATCH v5 4/6] cgroup: add cgroup_may_write() helper
  ` [PATCH v5 5/6] clone3: allow spawning processes into cgroups
` [PATCH v5 6/6] selftests/cgroup: add tests for cloning "

Missing size_t declaration in UAPI
 2020-01-29 11:41 UTC  (3+ messages)

[RFC PATCH xfstests] generic: add smoke test for AT_LINK_REPLACE
 2020-01-29  8:58 UTC  (9+ messages)
  ` [RFC PATCH man-pages] link.2: Document new AT_LINK_REPLACE flag
  ` [RFC PATCH xfsprogs] xfs_io: add support for linkat() AT_LINK_REPLACE
  ` [RFC PATCH v4 0/4] fs: add flag to linkat() for replacing destination
  ` [RFC PATCH v4 1/4] fs: add flags argument to i_op->link()
  ` [RFC PATCH v4 2/4] fs: add AT_LINK_REPLACE flag for linkat() which replaces the target
  ` [RFC PATCH v4 3/4] Btrfs: fix inode reference count leak in btrfs_link() error path
  ` [RFC PATCH v4 4/4] Btrfs: add support for linkat() AT_REPLACE

[PATCH v7 00/11] proc: modernize proc to support multiple private instances
 2020-01-28 14:58 UTC  (16+ messages)
` [PATCH v7 02/11] proc: add proc_fs_info struct to store proc information
` [PATCH v7 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v7 04/11] proc: move hide_pid, pid_gid from pid_namespace "
` [PATCH v7 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v7 06/11] proc: support mounting procfs instances inside same pid namespace
` [PATCH v7 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v7 09/11] proc: add option to mount only a pids subset
` [PATCH v7 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
  ` [PATCH v7 01/11] proc: Rename struct proc_fs_info to proc_fs_opts
  ` [PATCH v7 07/11] proc: flush task dcache entries from all procfs instances
  ` [PATCH v7 11/11] proc: Move hidepid values to uapi as they are user interface to mount

[PATCH v3 0/5] introduce memory hinting API for external process
 2020-01-28  0:16 UTC  (6+ messages)
  ` [PATCH v3 1/5] mm: factor out madvise's core functionality
  ` [PATCH v3 4/5] mm/madvise: allow KSM hints for remote API
` [PATCH v3 2/5] mm: introduce external memory hinting API
` [PATCH v3 3/5] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v3 5/5] mm: support both pid and pidfd for process_madvise

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2020-01-27 14:19 UTC  (4+ messages)
` [PATCHv8 03/34] ns: "

[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
 2020-01-27  5:06 UTC  (12+ messages)
` [PATCH 1/4] pid: Add pidfd_create_file helper
` [PATCH 2/4] fork: Use newly created "
` [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap
  ` [PATCH 4/4] selftests/seccomp: test SECCOMP_USER_NOTIF_FLAG_PIDFD

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-01-26 15:47 UTC  (3+ messages)
` [RFC PATCH 07/14] Add sample notification program "

[PATCH AUTOSEL 5.4 077/107] selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation
 2020-01-24 14:17 UTC 

Proposal to fix pwrite with O_APPEND via pwritev2 flag
 2020-01-24 14:07 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 04/33] libbpf: Fix BTF-defined map's __type macro handling of arrays
 2020-01-24  1:16 UTC 

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-01-23 21:47 UTC  (27+ messages)
` [PATCH ghak90 V8 02/16] audit: add container id
` [PATCH ghak90 V8 04/16] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V8 05/16] audit: log drop of contid on exit of last task
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V8 11/16] audit: add support for containerid to network namespaces
` [PATCH ghak90 V8 12/16] audit: contid check descendancy and nesting
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 14/16] audit: check contid depth and add limit config param
` [PATCH ghak90 V8 15/16] audit: check contid count per netns and add config param limit
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns

[PATCH v2 0/5] introduce memory hinting API for external process
 2020-01-23  9:13 UTC  (30+ messages)
` [PATCH v2 2/5] mm: introduce external memory hinting API
                      `  "
                              `  "
` [PATCH v2 4/5] mm/madvise: allow KSM hints for remote API

[RESEND Patch v6 0/2] add performance reporting support to FPGA DFL drivers
 2020-01-23  2:05 UTC  (4+ messages)
` [RESEND Patch v6 2/2] fpga: dfl: fme: add performance reporting support

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 17:16 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-22 15:48 UTC 

Dear beloved,
 2020-01-21 17:56 UTC 

[PATCH v4 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-01-20 21:38 UTC  (12+ messages)
` [PATCH v4 1/6] cgroup: unify attach permission checking
` [PATCH v4 3/6] cgroup: refactor fork helpers
` [PATCH v4 5/6] clone3: allow spawning processes into cgroups

Contact Diplomatic Agent, Mr. Mcclaine John to receive your ATM CARD valued the sum of $12.8Million United States Dollars
 2020-01-20 19:31 UTC 

KASAN: slab-out-of-bounds Read in bitmap_ip_ext_cleanup
 2020-01-20 17:46 UTC  (3+ messages)


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