Linux API
[Prev Page][Next Page]
- [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/24] init: mark create_dev as __init
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/24] init: add an init_mount helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/24] init: open code do_utimes in do_utime
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/24] init: open code ksys_umount in handle_initrd
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/24] init: add an init_chown helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/24] init: add an init_chdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/24] init: add an init_chroot helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/24] init: add an init_unlink helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/24] init: add an init_chmod helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/24] init: add an init_rmdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/24] init: add an init_mkdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 23/24] init: add an init_mknod helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 24/24] init: add an init_lstat helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/24] init: add an init_symlink helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/24] init: add an init_eaccess helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/24] init: add an init_link helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: strace of io_uring events?
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: strace of io_uring events?
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: strace of io_uring events?
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx>
- Re: [PATCH] mount_setattr.2: New manual page documenting the mount_setattr() system call
- From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: James Bottomley <jejb@xxxxxxxxxxxxx>
- Re: [net-next v4 PATCH 1/7] hsr: enhance netlink socket interface to support PRP
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 06/24] fs: add a kern_chdir helper
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 05/24] fs: move the putname from filename_lookup to the callers
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 04/24] fs: move the putname from filename_create to the callers
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [net-next v4 PATCH 2/7] net: hsr: introduce common code for skb initialization
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 5/7] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- [net-next v4 PATCH 4/7] net: prp: add supervision frame generation utility function
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 7/7] net: prp: enhance debugfs to display PRP info
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 6/7] net: prp: add packet handling support
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 3/7] net: hsr: introduce protocol specific function pointers
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 1/7] hsr: enhance netlink socket interface to support PRP
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next v4 PATCH 0/7] Add PRP driver
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: io_uring vs in_compat_syscall()
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: James Bottomley <jejb@xxxxxxxxxxxxx>
- [PATCH 03/24] fs: add a kern_umount helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 02/24] fs: add a do_kern_mount helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 01/24] init: initialize ramdisk_execute_command at compile time
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 07/24] fs: add a kern_chroot helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 06/24] fs: add a kern_chdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 05/24] fs: move the putname from filename_lookup to the callers
- From: Christoph Hellwig <hch@xxxxxx>
- add file system helpers that take kernel pointers for the init code
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 04/24] fs: move the putname from filename_create to the callers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 09/24] fs: add a kern_chown helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 10/24] fs: move the uid16 (f)chown syscalls to fs/open.c
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 13/24] fs: add a kern_mkdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 12/24] fs: add a kern_utimes helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 14/24] fs: add a kern_mknod helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 15/24] fs: add a kern_link helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 19/24] fs: remove vfs_statx_fd
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 20/24] fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 17/24] fs: add a kern_unlink helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 16/24] fs: add a kern_symlink helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 22/24] fs: remove vfs_stat_set_lookup_flags
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 21/24] fs: move vfs_fstatat out of line
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 23/24] fs: remove KSTAT_QUERY_FLAGS
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 24/24] fs: add a kern_stat helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 18/24] fs: add a kern_rmdir helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 11/24] fs: add a kern_chmod helper
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 08/24] fs: add a kern_access helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 6/6] mm: secretmem: add ability to reserve memory at boot
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 2/6] mmap: make mlock_future_check() global
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 1/6] mm: add definition of PMD_PAGE_ORDER
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- io_uring vs in_compat_syscall()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH 0/4] fs: add mount_setattr()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH 0/4] fs: add mount_setattr()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] fcntl: Add 32bit filesystem mode
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- [PATCH] syscalls.h: Remove all file references in comments
- From: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
- [no subject]
- From: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
- [PATCH] syscalls.h: Remove all file references in comments
- From: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
- Re: [PATCH] syscall.h: fix comment
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH] syscall.h: fix comment
- From: Minh Bùi Quang <minhquangbui99@xxxxxxxxx>
- Re: [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 08/13] audit: add containerid support for user records
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH] syscall.h: fix comment
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- [net-next iproute2 PATCH v3 2/2] ip: iplink: prp: update man page for new parameter
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next iproute2 PATCH v3 1/2] iplink: hsr: add support for creating PRP device similar to HSR
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 7/7] net: prp: enhance debugfs to display PRP info
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 0/7] Add PRP driver
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 4/7] net: prp: add supervision frame generation utility function
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 5/7] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 6/7] net: prp: add packet handling support
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 3/7] net: hsr: introduce protocol specific function pointers
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: [RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
- From: James Bottomley <jejb@xxxxxxxxxxxxx>
- Re: [net-next PATCH v2 0/9] Add PRP driver and bug fixes
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [PATCH] syscall.h: fix comment
- From: Bui Quang Minh <minhquangbui99@xxxxxxxxx>
- Re: [RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
- From: Pavel Machek <pavel@xxxxxx>
- Re: strace of io_uring events?
- From: Cyril Hrubis <chrubis@xxxxxxx>
- Re: strace of io_uring events?
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [net-next PATCH v2 0/9] Add PRP driver and bug fixes
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- [RFC PATCH 4/5] keys: Split the search perms between KEY_NEED_USE and KEY_NEED_SEARCH
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 5/5] keys: Implement a 'container' keyring
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 3/5] keys: Provide KEYCTL_GRANT_PERMISSION
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 2/5] keys: Replace uid/gid/perm permissions checking with an ACL
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 1/5] keys: Move permissions checking decisions into the checking code
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 0/5] keys: Security changes, ACLs and Container keyring
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v4 0/2] Syscall User Redirection
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 00/22] fanotify events with name info
- From: Jan Kara <jack@xxxxxxx>
- Re: strace of io_uring events?
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: strace of io_uring events?
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: strace of io_uring events?
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- Re: strace of io_uring events?
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: strace of io_uring events?
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- [PATCH v5 00/22] fanotify events with name info
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: strace of io_uring events?
- Re: strace of io_uring events?
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: strace of io_uring events?
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: strace of io_uring events?
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: strace of io_uring events?
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: strace of io_uring events?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [net-next PATCH v2 1/9] net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 4/9] net: hsr: introduce common code for skb initialization
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 6/9] net: prp: add supervision frame generation utility function
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 3/9] hsr: enhance netlink socket interface to support PRP
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 5/9] net: hsr: introduce protocol specific function pointers
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 9/9] net: prp: enhance debugfs to display PRP info
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 8/9] net: prp: add packet handling support
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next iproute2 PATCH v2 1/2] iplink: hsr: add support for creating PRP device similar to HSR
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next iproute2 PATCH v2 2/2] ip: iplink: prp: update man page for new parameter
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 7/9] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 2/9] net: hsr/prp: validate address B before copying to skb
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- [net-next PATCH v2 0/9] Add PRP driver and bug fixes
- From: Murali Karicheri <m-karicheri2@xxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: strace of io_uring events?
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- strace of io_uring events?
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 3/4] fs: add mount_setattr()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 3/4] fs: add mount_setattr()
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Chris Kennelly <ckennelly@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- Re: [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- Re: [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Peter Oskolkov <posk@xxxxxxxxxx>
- Re: [PATCH v7 8/9] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Will Drewry <wad@xxxxxxxxxxxx>
- [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 3/7] exec: Move path_noexec() check earlier
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 2/7] exec: Move S_ISREG() check earlier
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v6 0/7] Add support for O_MAYEXEC
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Peter Oskolkov <posk@xxxxxxx>
- Re: [PATCH 1/4] namespace: take lock_mount_hash() directly when changing flags
- From: Jann Horn <jannh@xxxxxxxxxx>
- [PATCH 3/4] fs: add mount_setattr()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH 2/4] namespace: only take read lock in do_reconfigure_mnt()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH 1/4] namespace: take lock_mount_hash() directly when changing flags
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH 4/4] tests: add mount_setattr() selftests
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH 0/4] fs: add mount_setattr()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH] mount_setattr.2: New manual page documenting the mount_setattr() system call
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Pavel Machek <pavel@xxxxxxx>
- [RFC PATCH 3/4] selftests: rseq: define __rseq_abi with extensible size
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH 4/4] selftests: rseq: print rseq extensible size in basic test
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH 2/4] rseq: Allow extending struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH 1/4] selftests: rseq: Use fixed value as rseq_len parameter
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH 0/4] rseq: Introduce extensible struct rseq
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH v2 4/5] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/5] mm: extend memfd with ability to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v2 4/5] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 3/5] mm: extend memfd with ability to create "secret" memory areas
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- [PATCH v31 01/12] Linux Random Number Generator
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 00/12] /dev/random - a new approach with full SP800-90B
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 06/12] LRNG - add SP800-90A DRBG extension
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 04/12] LRNG - add switchable DRNG support
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 05/12] crypto: DRBG - externalize DRBG functions for LRNG
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 02/12] LRNG - allocate one DRNG instance per NUMA node
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 03/12] LRNG - sysctls and /proc interface
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 07/12] LRNG - add kernel crypto API PRNG extension
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 11/12] LRNG - add interface for gathering of raw entropy
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 10/12] LRNG - add SP800-90B compliant health tests
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 09/12] LRNG - add Jitter RNG fast noise source
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 08/12] crypto: provide access to a static Jitter RNG state
- From: Stephan Müller <smueller@xxxxxxxxxx>
- [PATCH v31 12/12] LRNG - add power-on and runtime self-tests
- From: Stephan Müller <smueller@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Andrea Arcangeli <aarcange@xxxxxxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Andrea Arcangeli <aarcange@xxxxxxxxxx>
- Re: [RFC v2 0/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- Re: [RFC v2 0/4] futex2: Add new futex interface
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v7 1/9] net/compat: Add missing sock updates for SCM_RIGHTS
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC v2 1/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- Re: [RFC v2 1/4] futex2: Add new futex interface
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH v7 2/9] pidfd: Add missing sock updates for pidfd_getfd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 2/9] pidfd: Add missing sock updates for pidfd_getfd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 2/9] pidfd: Add missing sock updates for pidfd_getfd()
- From: Jann Horn <jannh@xxxxxxxxxx>
- [PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 1/9] net/compat: Add missing sock updates for SCM_RIGHTS
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 3/9] net/scm: Regularize compat handling of scm_detach_fds()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 4/9] fs: Move __scm_install_fd() to __receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 6/9] pidfd: Replace open-coded receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 5/9] fs: Add receive_fd() wrapper for __receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 7/9] fs: Expand __receive_fd() to accept existing fd
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 8/9] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 9/9] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v7 2/9] pidfd: Add missing sock updates for pidfd_getfd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [RFC v2 4/4] selftests: futex: Add futex2 wouldblock test
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- [RFC v2 3/4] selftests: futex: Add futex2 timeout test
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- [RFC v2 2/4] selftests: futex: Add futex2 wake/wait test
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- [RFC v2 1/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- [RFC v2 0/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v6 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v6 4/7] pidfd: Replace open-coded partial receive_fd()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v6 4/7] pidfd: Replace open-coded partial receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6.1 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6.1 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v18 22/23] LSM: Add /proc attr entry for full LSM context
- From: Jann Horn <jannh@xxxxxxxxxx>
- [PATCH v18 22/23] LSM: Add /proc attr entry for full LSM context
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v6 5/7] fs: Expand __receive_fd() to accept existing fd
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 4/7] pidfd: Replace open-coded partial receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: Add receive_fd() wrapper for __receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v6 1/7] net/scm: Regularize compat handling of scm_detach_fds()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v19 08/12] landlock: Add syscall implementation
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v19 07/12] landlock: Support filesystem access-control
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH for 5.8] sched: Fix unreliable rseq cpu_id for new tasks
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v19 07/12] landlock: Support filesystem access-control
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- [PATCH v19 10/12] selftests/landlock: Add initial tests
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 05/12] LSM: Infrastructure management of the superblock
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 11/12] samples/landlock: Add a sandbox manager example
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 03/12] landlock: Set up the security framework and manage credentials
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 09/12] arch: Wire up landlock() syscall
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 07/12] landlock: Support filesystem access-control
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 04/12] landlock: Add ptrace restrictions
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 08/12] landlock: Add syscall implementation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 12/12] landlock: Add user and kernel documentation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 02/12] landlock: Add ruleset and domain management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 06/12] fs,security: Add sb_delete hook
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 00/12] Landlock LSM
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v19 01/12] landlock: Add object management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC PATCH for 5.8 0/4] rseq cpu_id ABI fix
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [PATCH v6 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v6 5/7] fs: Expand __receive_fd() to accept existing fd
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v6 4/7] pidfd: Replace open-coded partial receive_fd()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: Add receive_fd() wrapper for __receive_fd()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v6 1/7] net/scm: Regularize compat handling of scm_detach_fds()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 1/4] sched: Fix unreliable rseq cpu_id for new tasks
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Alexander Graf <graf@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 1/4] sched: Fix unreliable rseq cpu_id for new tasks
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [PATCH v6 3/7] fs: Add receive_fd() wrapper for __receive_fd()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH for 5.8 0/4] rseq cpu_id ABI fix
- From: Florian Weimer <fw@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH for 5.8 3/4] rseq: Introduce RSEQ_FLAG_RELIABLE_CPU_ID
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH for 5.8 4/4] rseq: selftests: Expect reliable cpu_id field
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH for 5.8 2/4] rseq: Introduce RSEQ_FLAG_REGISTER
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH for 5.8 1/4] sched: Fix unreliable rseq cpu_id for new tasks
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [RFC PATCH for 5.8 0/4] rseq cpu_id ABI fix
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v6 1/7] net/scm: Regularize compat handling of scm_detach_fds()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 4/7] pidfd: Replace open-coded partial receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 5/7] fs: Expand __receive_fd() to accept existing fd
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 3/7] fs: Add receive_fd() wrapper for __receive_fd()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v6 0/7] Add seccomp notifier ioctl that enables adding fds
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Dave Martin <Dave.Martin@xxxxxxx>
- [RFC PATCH v2 5/5] mm: secretmem: add ability to reserve memory at boot
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [RFC PATCH v2 4/5] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [RFC PATCH v2 3/5] mm: extend memfd with ability to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [RFC PATCH v2 2/5] mmap: make mlock_future_check() global
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [RFC PATCH v2 1/5] mm: make HPAGE_PxD_{SHIFT,MASK,SIZE} always available
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [RFC PATCH v2 0/5] mm: extend memfd with ability to create "secret" memory areas
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Alexander Graf <graf@xxxxxxxxxx>
- Re: [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Alexander Graf <graf@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Alexander Graf <graf@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2] fcntl: Add 32bit filesystem mode
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: [PATCH ghak90 V9 13/13] audit: add capcontid to set contid outside init_user_ns
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 12/13] audit: track container nesting
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 08/13] audit: add containerid support for user records
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 07/13] audit: add support for non-syscall auxiliary records
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 05/13] audit: log container info of syscalls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 04/13] audit: log drop of contid on exit of last task
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 02/13] audit: add container id
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Heinrich Schuchardt <xypron.glpk@xxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Andreas Dilger <adilger@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] readfile.2: new page describing readfile(2)
- From: Heinrich Schuchardt <xypron.glpk@xxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Jan Ziak <0xe2.0x9a.0x9b@xxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Heinrich Schuchardt <xypron.glpk@xxxxxx>
- Re: [PATCH 1/3] readfile: implement readfile syscall
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] readfile: implement readfile syscall
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] readfile: implement readfile syscall
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] readfile: implement readfile syscall
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] selftests: add readfile(2) selftests
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 2/3] arch: wire up the readfile syscall
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 1/3] readfile: implement readfile syscall
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 2/3] arch: wire up the readfile syscall
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] readfile.2: new page describing readfile(2)
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 3/3] selftests: add readfile(2) selftests
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 1/3] readfile: implement readfile syscall
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 02/13] audit: add container id
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V9 02/13] audit: add container id
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Colm MacCárthaigh <colmmacc@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Colm MacCárthaigh <colmmacc@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22)
- From: "Carlos O'Donell" <carlos@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: Jann Horn <jannh@xxxxxxxxxx>
- [RFC]: mm,power: introduce MADV_WIPEONSUSPEND
- From: "Catangiu, Adrian Costin" <acatan@xxxxxxxxxx>
- [PATCH v2 3/3] powerpc/64s/hash: disable subpage_prot syscall by default
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 1/3] powerpc: remove stale calc_vm_prot_bits comment
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 0/3] remove PROT_SAO support and disable
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- [PATCH v4 00/10] fanotify events with name info
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v22)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH ghak90 V9 09/13] audit: add containerid filtering
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 13/13] audit: add capcontid to set contid outside init_user_ns
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 12/13] audit: track container nesting
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 10/13] audit: add support for containerid to network namespaces
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 11/13] audit: contid check descendancy and nesting
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 02/13] audit: add container id
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 05/13] audit: log container info of syscalls
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 08/13] audit: add containerid support for user records
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 07/13] audit: add support for non-syscall auxiliary records
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 04/13] audit: log drop of contid on exit of last task
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 03/13] audit: read container ID of a process
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 00/13] audit: implement container identifier
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH ghak90 V9 01/13] audit: collect audit task parameters
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [Patch v4 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [Patch v4 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v4 0/3] Preventing job distribution to isolated CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v4 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v4 2/3] PCI: Restrict probe functions to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
- From: Minchan Kim <minchan@xxxxxxxxxx>
- Re: [RFC 0/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- Re: [RFC 0/4] futex2: Add new futex interface
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag
- From: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [PATCH v8 2/4] pid: move pidfd_get_pid() to pid.c
- From: David Rientjes <rientjes@xxxxxxxxxx>
- Re: [PATCH v8 1/4] mm/madvise: pass task and mm to do_madvise
- From: David Rientjes <rientjes@xxxxxxxxxx>
- Re: [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
- From: David Rientjes <rientjes@xxxxxxxxxx>
- Re: [PATCH v8 4/4] mm/madvise: check fatal signal pending of target process
- From: David Rientjes <rientjes@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v4 2/3] nsproxy: attach to namespaces via pidfds
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v3 0/3] Preventing job distribution to isolated CPUs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH v8 0/4] introduce memory hinting API for external process
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v3 0/3] Preventing job distribution to isolated CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v3 2/3] PCI: Restrict probe functions to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v3 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v3 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Ben Widawsky <ben.widawsky@xxxxxxxxx>
- Re: [Patch v2 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [Patch v2 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH v2] fcntl: Add 32bit filesystem mode
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [Patch v2 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [Patch v2 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag
- From: Damian Hobson-Garcia <dhobsong@xxxxxxxxxx>
- Re: [PATCH v8 0/4] introduce memory hinting API for external process
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
- Re: [PATCH v8 0/4] introduce memory hinting API for external process
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Nitin Gupta <ngupta@xxxxxxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Nitin Gupta <ngupta@xxxxxxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2 0/3] Preventing job distribution to isolated CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v2 3/3] net: Restrict receive packets queuing to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [PATCH v2 0/3] Preventing job distribution to isolated CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v2 2/3] PCI: Restrict probe functions to housekeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- [Patch v2 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH v8 0/4] introduce memory hinting API for external process
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v8 4/4] mm/madvise: check fatal signal pending of target process
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v8 2/4] pid: move pidfd_get_pid() to pid.c
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v8 1/4] mm/madvise: pass task and mm to do_madvise
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH v8 0/4] introduce memory hinting API for external process
- From: Minchan Kim <minchan@xxxxxxxxxx>
- [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH 00/18] multiple preferred nodes
- From: Michal Hocko <mhocko@xxxxxxxxxx>
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH] symlink.7: document magic-links more completely
- From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx>
- Re: [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag
- From: Paul Elder <paul.elder@xxxxxxxxxxxxxxxx>
- RE: [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH v4 00/11] Add seccomp notifier ioctl that enables adding fds
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- Re: [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
- From: Szabolcs Nagy <szabolcs.nagy@xxxxxxx>
- Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- RE: [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH v3] seccomp: Add find_notification helper
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- Re: [PATCH v3] seccomp: Add find_notification helper
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 1/7] net/scm: Regularize compat handling of scm_detach_fds()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 0/7] Add seccomp notifier ioctl that enables adding fds
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 2/7] fs: Move __scm_install_fd() to __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 6/7] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 5/7] fs: Expand __fd_install_received() to accept fd
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v5 4/7] pidfd: Replace open-coded partial fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Nitin Gupta <ngupta@xxxxxxxxxxxxxx>
- Re: [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v3] seccomp: Add find_notification helper
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v8] mm: Proactive compaction
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] seccomp: Add find_notification helper
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- RE: [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- RE: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on isolated CPUs
- From: Frederic Weisbecker <frederic@xxxxxxxxxx>
- Re: [Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on isolated CPUs
- From: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- [PATCH v8] mm: Proactive compaction
- From: Nitin Gupta <nigupta@xxxxxxxxxx>
- Re: [Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on isolated CPUs
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 6/8] x86: Provide API for local kernel TLB flushing
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [RFC][PATCH 0/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v1 0/3] Preventing job distribution to isolated CPUs
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [RFC][PATCH 0/8] seccomp: Implement constant action bitmaps
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH 6/8] x86: Provide API for local kernel TLB flushing
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- Re: [PATCH v7] mm: Proactive compaction
- From: Nitin Gupta <ngupta@xxxxxxxxxxxxxx>
- Re: [PATCH v4 10/11] seccomp: Switch addfd to Extensible Argument ioctl
- From: Tycho Andersen <tycho@xxxxxxxx>
- Re: [PATCH v4 10/11] seccomp: Switch addfd to Extensible Argument ioctl
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 08/11] selftests/seccomp: Make kcmp() less required
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 08/11] selftests/seccomp: Make kcmp() less required
- From: Tycho Andersen <tycho@xxxxxxxx>
- Re: [PATCH v4 09/11] selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
- From: Tycho Andersen <tycho@xxxxxxxx>
- Re: [PATCH v4 10/11] seccomp: Switch addfd to Extensible Argument ioctl
- From: Tycho Andersen <tycho@xxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v7] mm: Proactive compaction
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
- [PATCH 2/8] seccomp: Use pr_fmt
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 4/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 6/8] x86: Provide API for local kernel TLB flushing
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 8/8] [DEBUG] seccomp: Report bitmap coverage ranges
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 5/8] selftests/seccomp: Compare bitmap vs filter overhead
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 7/8] x86: Enable seccomp constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [RFC][PATCH 0/8] seccomp: Implement constant action bitmaps
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 1/8] selftests/seccomp: Improve calibration loop
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- Re: [RFC PATCH] seccomp: Add extensibility mechanism to read notifications
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- [PATCH v4 00/11] Add seccomp notifier ioctl that enables adding fds
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 05/11] fs: Expand __fd_install_received() to accept fd
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 07/11] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 09/11] selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 08/11] selftests/seccomp: Make kcmp() less required
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 06/11] seccomp: Introduce addfd ioctl to seccomp user notifier
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 11/11] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 10/11] seccomp: Switch addfd to Extensible Argument ioctl
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 03/11] fs: Add fd_install_received() wrapper for __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 01/11] net/scm: Regularize compat handling of scm_detach_fds()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 04/11] pidfd: Replace open-coded partial fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v4 02/11] fs: Move __scm_install_fd() to __fd_install_received()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH] seccomp: Add extensibility mechanism to read notifications
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 3/4] nsproxy: attach to namespaces via pidfds
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- [PATCH v7] mm: Proactive compaction
- From: Nitin Gupta <nigupta@xxxxxxxxxx>
- Re: [PATCH v6] mm: Proactive compaction
- From: Nitin Gupta <ngupta@xxxxxxxxxxxxxx>
- Re: [PATCH v6] mm: Proactive compaction
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
- Re: [RFC PATCH] seccomp: Add extensibility mechanism to read notifications
- From: Tycho Andersen <tycho@xxxxxxxx>
- Re: [PATCH v2 3/4] nsproxy: attach to namespaces via pidfds
- From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx>
- Re: [RFC PATCH] seccomp: Add extensibility mechanism to read notifications
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #5]
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- Re: [PATCH v6] mm: Proactive compaction
- From: Oleksandr Natalenko <oleksandr@xxxxxxxxxx>
- Re: Linux powerpc new system call instruction and ABI
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #5]
- From: Ian Kent <raven@xxxxxxxxxx>
- Re: [RFC 0/4] futex2: Add new futex interface
- From: André Almeida <andrealmeid@xxxxxxxxxxxxx>
- [RFC PATCH] seccomp: Add extensibility mechanism to read notifications
- From: Sargun Dhillon <sargun@xxxxxxxxx>
- Re: [RFC 0/4] futex2: Add new futex interface
- From: "H.J. Lu" <hjl.tools@xxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]