linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 22:10:52 to 2019-10-15 08:08:34 UTC [more...]

[PATCH 0/7] Harden userfaultfd
 2019-10-15  8:08 UTC  (24+ messages)
` [PATCH 1/7] Add a new flags-accepting interface for anonymous inodes
` [PATCH 2/7] Add a concept of a "secure" anonymous file
` [PATCH 3/7] Add a UFFD_SECURE flag to the userfaultfd API
` [PATCH 4/7] Teach SELinux about a new userfaultfd class
` [PATCH 5/7] Let userfaultfd opt out of handling kernel-mode faults
` [PATCH 6/7] Allow users to require UFFD_SECURE
` [PATCH 7/7] Add a new sysctl for limiting userfaultfd to user mode faults

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-14 19:58 UTC  (42+ 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 v2 1/2] pidfd: show pids for nested pid namespaces in fdinfo
 2019-10-14 17:06 UTC  (24+ 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] pidfd: add NSpid entries to fdinfo
    ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo

[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND
 2019-10-14 10:45 UTC  (2+ messages)
` [PATCH v3 2/2] tests: test CLONE_CLEAR_SIGHAND

[PATCH] mm: mempolicy: fix the absence of the last bit of nodemask
 2019-10-14  9:35 UTC 

[PATCH v6 0/3] add thermal/power management features for FPGA DFL drivers
 2019-10-14  6:12 UTC  (3+ messages)
` [PATCH v6 2/3] fpga: dfl: fme: add thermal management support

[PATCH v7 0/3] add thermal/power management features for FPGA DFL drivers
 2019-10-14  5:42 UTC  (4+ messages)
` [PATCH v7 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v7 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v7 3/3] fpga: dfl: fme: add power "

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2019-10-13  0:39 UTC  (12+ messages)
` [PATCH 1/7 v2] tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
` [PATCH 2/7 v2] ftrace: Get a reference counter for the trace_array on filter files
` [PATCH 3/7 v2] tracing: Get trace_array reference for available_tracers files
` [PATCH 4/7 v2] tracing: Have trace events system open call tracing_open_generic_tr()
` [PATCH 5/7 v2] tracing: Add tracing_check_open_get_tr()
` [PATCH 6/7 v2] tracing: Add some more locked_down checks
` [PATCH 7/7 v2] tracing: Do not create tracefs files if tracefs lockdown is in effect

[PATCH v4 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-12 10:12 UTC  (10+ messages)
` [PATCH v4 1/4] "
      ` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (10+ 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] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 22:27 UTC  (13+ messages)

[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 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11  9:40 UTC  (2+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (24+ 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 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  (4+ 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 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).