LinuxLists
Users
About
Aleksa Sarai (
[email protected]
)
Number of posts: 675 (0.2 per day)
First post: 2015-02-23 03:09:10
Last post: 2024-06-02 09:46:45
Previous Page
/
Next Page
Date
List
Subject
2023-02-08 05:48:46
linux-kernel
Re: [PATCH] uaccess: Add minimum bounds check on kernel buffer size
2023-01-25 15:29:14
linux-kernel
Re: [PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
2023-01-24 01:54:12
linux-kernel
Re: [PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
2022-06-22 03:00:17
linux-kernel
Re: [RFC PATCH] f*xattr: allow O_PATH descriptors
2022-06-20 06:21:03
linux-kernel
Re: [RFC PATCH] f*xattr: allow O_PATH descriptors
2022-06-18 03:28:25
linux-kernel
Re: [RFC PATCH] f*xattr: allow O_PATH descriptors
2022-05-28 20:32:05
linux-kernel
Re: procfs: open("/proc/self/fd/...") allows bypassing O_RDONLY
2022-05-27 08:39:34
linux-kernel
Re: procfs: open("/proc/self/fd/...") allows bypassing O_RDONLY
2022-01-23 14:54:54
linux-kernel
Re: [PATCH] fcntl.2: document F_GET_SEALS on tmpfs peculiarity
2021-08-24 11:23:26
linux-kernel
Re: [PATCH] selftests: openat2: Fix testing failure for O_LARGEFILE flag
2021-06-30 05:41:36
linux-kernel
Re: Semantics of SECCOMP_MODE_STRICT?
2020-11-24 21:44:33
linux-kernel
Re: [PATCH] syscalls: Document OCI seccomp filter interactions & workaround
2020-10-29 15:52:58
linux-ext4
Re: [PATCH 00/34] fs: idmapped mounts
2020-10-07 15:38:19
linux-kernel
[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
2020-09-16 06:04:09
linux-kernel
Re: [PATCH v2 2/2] vfs: add fchmodat2 syscall
2020-08-27 15:45:15
linux-kernel
Re: [PATCH v8 1/2] Add a "nosymfollow" mount option.
2020-08-26 08:25:32
linux-kernel
Re: [PATCH RESEND] fs: Move @f_count to different cacheline with @f_mode
2020-08-26 07:27:56
linux-kernel
Re: [PATCH] MAINTAINERS: add namespace entry
2020-08-12 01:44:55
linux-kernel
Re: [PATCH v7] Add a "nosymfollow" mount option.
2020-08-07 00:01:05
linux-kernel
Re: [PATCH] Userfaultfd: Avoid double free of userfault_ctx and remove O_CLOEXEC
2020-08-05 03:48:53
linux-kernel
Re: [PATCH] Userfaultfd: Avoid double free of userfault_ctx and remove O_CLOEXEC
2020-07-28 09:44:51
linux-kernel
Re: [RFC][PATCH] exec: Freeze the other threads during a multi-threaded exec
2020-07-16 13:19:10
linux-kernel
Re: strace of io_uring events?
2020-07-14 05:04:40
linux-kernel
Re: [PATCH 0/5] RFC: connector: Add network namespace awareness
2020-06-10 05:56:15
linux-kernel
[PATCH] symlink.7: document magic-links more completely
2020-05-19 13:45:13
linux-kernel
Re: seccomp feature development
2020-05-19 07:11:54
linux-kernel
Re: seccomp feature development
2020-05-19 02:52:59
linux-kernel
Re: seccomp feature development
2020-05-19 02:26:12
linux-kernel
Re: How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)
2020-05-06 23:33:15
linux-kernel
Re: [PATCH v5 0/6] Add support for O_MAYEXEC
2020-04-30 07:39:34
linux-kernel
Re: [PATCH v3 4/7] linux/signal.h: Ignore SIGINFO by default in new tasks
2020-04-30 01:57:11
linux-kernel
Re: [PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
2020-04-28 15:39:56
linux-kernel
Re: [LTP] [fs] ce436509a8: ltp.openat203.fail
2020-04-28 00:53:31
linux-kernel
Re: [LTP] [fs] ce436509a8: ltp.openat203.fail
2020-04-28 00:48:40
linux-kernel
Re: [RFC v2] ptrace, pidfd: add pidfd_ptrace syscall
2020-04-20 02:08:53
linux-kernel
Re: [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
2020-04-19 10:47:46
linux-kernel
Re: [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
2020-04-19 09:58:36
linux-kernel
Re: [PATCH] vfs: add faccessat2 syscall
2020-04-17 15:40:28
linux-kernel
Re: [PATCH RFC 1/3] symlink.7: document magic-links more completely
2020-04-12 16:56:10
linux-kernel
Re: [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
2020-04-09 08:12:16
linux-kernel
Re: [PATCH v3 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
2020-04-08 14:31:33
linux-kernel
Re: [PATCH v3 0/3] Support userspace-selected fds
2020-04-08 13:48:25
linux-kernel
Re: [PATCH v3 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
2020-04-08 12:04:41
linux-kernel
Re: [PATCH v3 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
2020-04-01 06:38:57
linux-kernel
Re: [PATCH v2 1/1] mnt: add support for non-rootfs initramfs
2020-04-01 06:37:14
linux-kernel
Re: [PATCH v2 1/1] mnt: add support for non-rootfs initramfs
2020-03-31 14:40:38
linux-kernel
Re: [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
2020-03-30 09:49:36
linux-kernel
Re: [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
2020-03-30 09:22:28
linux-kernel
Re: [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
2020-03-19 08:12:58
linux-kernel
Re: clone3: allow creation of time namespace with offset
2020-03-19 08:11:38
linux-kernel
Re: [PATCH 01/14] VFS: Add additional RESOLVE_* flags [ver #18]