linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-25 23:03:30 to 2019-10-11 17:54:58 UTC [more...]

[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 17:54 UTC 

[PATCH v2 1/2] pidfd: show pids for nested pid namespaces in fdinfo
 2019-10-11 17:08 UTC  (13+ messages)
  ` [PATCH v2 2/2] pidfd: add tests for NSpid info "
  ` [PATCH v3 1/2] pidfd: show pids for nested pid namespaces "
    ` [PATCH v3 2/2] pidfd: add tests for NSpid info "

[PATCH v2 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 10:25 UTC  (2+ messages)
` [PATCH v2 2/2] tests: test CLONE3_CLEAR_SIGHAND

[PATCH v4 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-11  9:43 UTC  (18+ messages)
` [PATCH v4 1/4] "
      ` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()
` [PATCH v4 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v4 3/4] sched_setattr: "
` [PATCH v4 4/4] perf_event_open: "

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11  9:40 UTC  (2+ messages)

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-11  1:23 UTC  (34+ messages)
` [PATCHv7 01/33] ns: "
` [PATCHv7 02/33] time: Add timens_offsets to be used for tasks in timens
` [PATCHv7 03/33] posix-clocks: Rename the clock_get() callback to clock_get_timespec()
` [PATCHv7 04/33] posix-clocks: Rename .clock_get_timespec() callbacks accordingly
` [PATCHv7 05/33] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv7 06/33] alarmtimer: Provide get_timespec() callback
` [PATCHv7 07/33] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv7 08/33] posix-timers: Use clock_get_ktime() in common_timer_get()
` [PATCHv7 09/33] posix-clocks: Wire up clock_gettime() with timens offsets
` [PATCHv7 10/33] kernel: Add do_timens_ktime_to_host() helper
` [PATCHv7 11/33] timerfd: Make timerfd_settime() time namespace aware
` [PATCHv7 12/33] posix-timers: Make timer_settime() "
` [PATCHv7 13/33] alarmtimer: Make nanosleep "
` [PATCHv7 14/33] hrtimers: Prepare hrtimer_nanosleep() for time namespaces
` [PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware
` [PATCHv7 16/33] fs/proc: Respect boottime inside time namespace for /proc/uptime
` [PATCHv7 17/33] x86/vdso: Restrict splitting VVAR VMA
` [PATCHv7 18/33] lib/vdso: Add unlikely() hint into vdso_read_begin()
` [PATCHv7 19/33] lib/vdso: Prepare for time namespace support
` [PATCHv7 20/33] x86/vdso: Provide vdso_data offset on vvar_page
` [PATCHv7 21/33] x86/vdso: Add timens page
` [PATCHv7 22/33] time: Allocate per-timens vvar page
` [PATCHv7 23/33] x86/vdso: Handle faults on timens page
` [PATCHv7 24/33] x86/vdso: On timens page fault prefault also VVAR page
` [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace
` [PATCHv7 26/33] fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv7 27/33] selftests/timens: Add Time Namespace test for supported clocks
` [PATCHv7 28/33] selftests/timens: Add a test for timerfd
` [PATCHv7 29/33] selftests/timens: Add a test for clock_nanosleep()
` [PATCHv7 30/33] selftests/timens: Add procfs selftest
` [PATCHv7 31/33] selftests/timens: Add timer offsets test
` [PATCHv7 32/33] selftests/timens: Add a simple perf test for clock_gettime()
` [PATCHv7 33/33] selftests/timens: Check for right timens offsets after fork and exec

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (25+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-10 17:07 UTC  (8+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH AUTOSEL 5.3 24/68] nvme: allow 64-bit results in passthru commands
 2019-10-09 17:05 UTC 

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9]
 2019-10-09 12:02 UTC  (9+ messages)
  ` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
  ` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
  ` [MANPAGE PATCH] Add manpage for fsinfo(2)
      ` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information [ver #9]

[PATCH RFC 0/3] document openat2(2) patch series
 2019-10-09 10:32 UTC  (15+ messages)
` [PATCH RFC 1/3] symlink.7: document magic-links more completely
` [PATCH RFC 2/3] open.2: add O_EMPTYPATH documentation
` [PATCH RFC 3/3] openat2.2: document new openat2(2) syscall
` [PATCH RFC 3/3] openat2.2: document new syscall

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-09  1:14 UTC  (6+ messages)

[RFC][PATCH] sysctl: Remove the sysctl system call
 2019-10-08 10:30 UTC  (12+ messages)
      ` [REPOST][RFC][PATCH] "
      ` vger mail woes? (was: Re: [RFC][PATCH] sysctl: Remove the sysctl system call)

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-04 19:56 UTC  (22+ messages)
                                ` trace_printk issue. Was: "

[PATCH] io_uring: use __kernel_timespec in timeout ABI
 2019-10-01 18:08 UTC  (9+ messages)

[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
 2019-10-01  5:06 UTC  (16+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT, BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links

[PATCH RESEND v3 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-01  0:40 UTC  (11+ messages)
` [PATCH RESEND v3 1/4] "
` [PATCH RESEND v3 2/4] clone3: switch to copy_struct_from_user()
` [PATCH RESEND v3 3/4] sched_setattr: "
` [PATCH RESEND v3 4/4] perf_event_open: "

[PATCH v3 0/4] lib: introduce copy_struct_from_user() helper
 2019-09-30 18:28 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v3 3/4] sched_setattr: "
` [PATCH v3 4/4] perf_event_open: "

[PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
 2019-09-28  9:30 UTC  (12+ messages)
                  ` [PATCH v5 0/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
                    ` [PATCH v5 1/1] "

[PATCH v2 0/4] lib: introduce copy_struct_from_user() helper
 2019-09-27  8:20 UTC  (11+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v2 3/4] sched_setattr: "
` [PATCH v2 4/4] perf_event_open: "

[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
 2019-09-26 17:46 UTC  (12+ messages)
` [RFC PATCH 2/3] fs: add RWF_ENCODED for writing compressed data
              ` [RFC PATCH 2/3] "

[PATCH v2 0/7] Rework random blocking
 2019-09-26  1:09 UTC  (4+ messages)
` [PATCH v2 7/7] random: Remove kernel.random.read_wakeup_threshold

[PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9]
 2018-07-10 22:44 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).