All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Gladkov <legion@kernel.org>
To: Christian Brauner <brauner@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	Palmer Dabbelt <palmer@sifive.com>,
	"James E . J . Bottomley" <James.Bottomley@hansenpartnership.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jens Axboe <axboe@kernel.dk>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Borislav Petkov <bp@alien8.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	christian@brauner.io, Rich Felker <dalias@libc.org>,
	"David S . Miller" <davem@davemloft.net>,
	Deepa Dinamani <deepa.kernel@gmail.com>,
	Helge Deller <deller@gmx.de>, David Howells <dhowells@re>
Subject: Re: [PATCH v3 2/5] fs: Add fchmodat4()
Date: Tue, 11 Jul 2023 17:23:50 +0200	[thread overview]
Message-ID: <ZK10BmqxjL/Njbmj@example.org> (raw)
In-Reply-To: <20230711-verpennen-turnier-717bb9682e19@brauner>

On Tue, Jul 11, 2023 at 04:01:03PM +0200, Christian Brauner wrote:
> On Tue, Jul 11, 2023 at 02:51:01PM +0200, Alexey Gladkov wrote:
> > On Tue, Jul 11, 2023 at 01:52:01PM +0200, Christian Brauner wrote:
> > > On Tue, Jul 11, 2023 at 01:42:19PM +0200, Arnd Bergmann wrote:
> > > > On Tue, Jul 11, 2023, at 13:25, Alexey Gladkov wrote:
> > > > > From: Palmer Dabbelt <palmer@sifive.com>
> > > > >
> > > > > On the userspace side fchmodat(3) is implemented as a wrapper
> > > > > function which implements the POSIX-specified interface. This
> > > > > interface differs from the underlying kernel system call, which does not
> > > > > have a flags argument. Most implementations require procfs [1][2].
> > > > >
> > > > > There doesn't appear to be a good userspace workaround for this issue
> > > > > but the implementation in the kernel is pretty straight-forward.
> > > > >
> > > > > The new fchmodat4() syscall allows to pass the AT_SYMLINK_NOFOLLOW flag,
> > > > > unlike existing fchmodat.
> > > > >
> > > > > [1] 
> > > > > https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/fchmodat.c;h=17eca54051ee28ba1ec3f9aed170a62630959143;hb=a492b1e5ef7ab50c6fdd4e4e9879ea5569ab0a6c#l35
> > > > > [2] 
> > > > > https://git.musl-libc.org/cgit/musl/tree/src/stat/fchmodat.c?id=718f363bc2067b6487900eddc9180c84e7739f80#n28
> > > > >
> > > > > Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
> > > > > Signed-off-by: Alexey Gladkov <legion@kernel.org>
> > > > 
> > > > I don't know the history of why we ended up with the different
> > > > interface, or whether this was done intentionally in the kernel
> > > > or if we want this syscall.
> > > > 
> > > > Assuming this is in fact needed, I double-checked that the
> > > > implementation looks correct to me and is portable to all the
> > > > architectures, without the need for a compat wrapper.
> > > > 
> > > > Acked-by: Arnd Bergmann <arnd@arndb.de>
> > > 
> > > The system call itself is useful afaict. But please,
> > > 
> > > s/fchmodat4/fchmodat2/
> > 
> > Sure. I will.
> 
> Thanks. Can you also wire this up for every architecture, please?
> I don't see that this has been done in this series.

Sure. I have already added in all architectures as far as I can tell:

$ diff -s <(find arch/ -name '*.tbl' |sort -u) <(git grep -lw fchmodat2 arch/ |sort -u)
Files /dev/fd/63 and /dev/fd/62 are identical

-- 
Rgrds, legion


WARNING: multiple messages have this Message-ID (diff)
From: Alexey Gladkov <legion@kernel.org>
To: Christian Brauner <brauner@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	Palmer Dabbelt <palmer@sifive.com>,
	"James E . J . Bottomley" <James.Bottomley@hansenpartnership.com>,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jens Axboe <axboe@kernel.dk>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Borislav Petkov <bp@alien8.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	christian@brauner.io, Rich Felker <dalias@libc.org>,
	"David S . Miller" <davem@davemloft.net>,
	Deepa Dinamani <deepa.kernel@gmail.com>,
	Helge Deller <deller@gmx.de>, David Howells <dhowells@redhat.com>,
	fenghua.yu@intel.com, firoz.khan@linaro.org,
	Florian Weimer <fweimer@redhat.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	glebfm@altlinux.org, gor@linux.ibm.com, hare@suse.com,
	heiko.carstens@de.ibm.com, "H. Peter Anvin" <hpa@zytor.com>,
	Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	jhogan@kernel.org, Kim Phillips <kim.phillips@arm.com>,
	ldv@altlinux.org, linux-alpha@vger.kernel.org,
	Linux-Arch <linux-arch@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org, linux-ia64@vger.kernel.org,
	linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org,
	linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org,
	linux-sh@vger.kernel.org, Russell King <linux@armlinux.org.uk>,
	linuxppc-dev@lists.ozlabs.org, Andy Lutomirski <luto@kernel.org>,
	Matt Turner <mattst88@gmail.com>, Ingo Molnar <mingo@redhat.com>,
	Michal Simek <monstr@monstr.eu>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Namhyung Kim <namhyung@kernel.org>,
	paul.burton@mips.com, Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <peterz@infradead.org>,
	ralf@linux-mips.org, rth@twiddle.net, schwidefsky@de.ibm.com,
	sparclinux@vger.kernel.org, stefan@agner.ch,
	Thomas Gleixner <tglx@linutronix.de>,
	Tony Luck <tony.luck@intel.com>,
	tycho@tycho.ws, Will Deacon <will@kernel.org>,
	x86@kernel.org, Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: Re: [PATCH v3 2/5] fs: Add fchmodat4()
Date: Tue, 11 Jul 2023 17:23:50 +0200	[thread overview]
Message-ID: <ZK10BmqxjL/Njbmj@example.org> (raw)
In-Reply-To: <20230711-verpennen-turnier-717bb9682e19@brauner>

On Tue, Jul 11, 2023 at 04:01:03PM +0200, Christian Brauner wrote:
> On Tue, Jul 11, 2023 at 02:51:01PM +0200, Alexey Gladkov wrote:
> > On Tue, Jul 11, 2023 at 01:52:01PM +0200, Christian Brauner wrote:
> > > On Tue, Jul 11, 2023 at 01:42:19PM +0200, Arnd Bergmann wrote:
> > > > On Tue, Jul 11, 2023, at 13:25, Alexey Gladkov wrote:
> > > > > From: Palmer Dabbelt <palmer@sifive.com>
> > > > >
> > > > > On the userspace side fchmodat(3) is implemented as a wrapper
> > > > > function which implements the POSIX-specified interface. This
> > > > > interface differs from the underlying kernel system call, which does not
> > > > > have a flags argument. Most implementations require procfs [1][2].
> > > > >
> > > > > There doesn't appear to be a good userspace workaround for this issue
> > > > > but the implementation in the kernel is pretty straight-forward.
> > > > >
> > > > > The new fchmodat4() syscall allows to pass the AT_SYMLINK_NOFOLLOW flag,
> > > > > unlike existing fchmodat.
> > > > >
> > > > > [1] 
> > > > > https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/fchmodat.c;h=17eca54051ee28ba1ec3f9aed170a62630959143;hb=a492b1e5ef7ab50c6fdd4e4e9879ea5569ab0a6c#l35
> > > > > [2] 
> > > > > https://git.musl-libc.org/cgit/musl/tree/src/stat/fchmodat.c?id=718f363bc2067b6487900eddc9180c84e7739f80#n28
> > > > >
> > > > > Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
> > > > > Signed-off-by: Alexey Gladkov <legion@kernel.org>
> > > > 
> > > > I don't know the history of why we ended up with the different
> > > > interface, or whether this was done intentionally in the kernel
> > > > or if we want this syscall.
> > > > 
> > > > Assuming this is in fact needed, I double-checked that the
> > > > implementation looks correct to me and is portable to all the
> > > > architectures, without the need for a compat wrapper.
> > > > 
> > > > Acked-by: Arnd Bergmann <arnd@arndb.de>
> > > 
> > > The system call itself is useful afaict. But please,
> > > 
> > > s/fchmodat4/fchmodat2/
> > 
> > Sure. I will.
> 
> Thanks. Can you also wire this up for every architecture, please?
> I don't see that this has been done in this series.

Sure. I have already added in all architectures as far as I can tell:

$ diff -s <(find arch/ -name '*.tbl' |sort -u) <(git grep -lw fchmodat2 arch/ |sort -u)
Files /dev/fd/63 and /dev/fd/62 are identical

-- 
Rgrds, legion


WARNING: multiple messages have this Message-ID (diff)
From: Alexey Gladkov <legion@kernel.org>
To: Christian Brauner <brauner@kernel.org>
Cc: Rich Felker <dalias@libc.org>,
	linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Palmer Dabbelt <palmer@sifive.com>,
	heiko.carstens@de.ibm.com, stefan@agner.ch, ldv@altlinux.org,
	David Howells <dhowells@redhat.com>,
	Kim Phillips <kim.phillips@arm.com>,
	Paul Mackerras <paulus@samba.org>,
	Deepa Dinamani <deepa.kernel@gmail.com>,
	"H. Peter Anvin" <hpa@zytor.com>,
	sparclinux@vger.kernel.org, Will Deacon <will@kernel.org>,
	Linux-Arch <linux-arch@vger.kernel.org>,
	linux-s390@vger.kernel.org, hare@suse.com,
	Florian Weimer <fweimer@redhat.com>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Helge Deller <deller@gmx.de>,
	x86@kernel.org, Russell King <linux@armlinux.org.uk>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Ingo Molnar <mingo@redhat.com>,
	firoz.khan@linaro.org, linux-arm-kernel@lists.infradead.org,
	jhogan@kernel.org, Geert Uytterhoeven <geert@linux-m68k.org>,
	Matt Turner <ma ttst88@gmail.com>,
	linux-mips@vger.kernel.org, gor@linux.ibm.com,
	fenghua.yu@intel.com, Arnd Bergmann <arnd@arndb.de>,
	Peter Zijlstra <peterz@infradead.org>,
	glebfm@altlinux.org, tycho@tycho.ws,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	schwidefsky@de.ibm.com, linux-m68k@lists.linux-m68k.org,
	Borislav Petkov <bp@alien8.de>,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	Andy Lutomirski <luto@kernel.org>,
	Namhyung Kim <namhyung@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	christian@brauner.io, rth@twiddle.net,
	Jens Axboe <axboe@kernel.dk>,
	"James E . J . Bottomley" <James.Bottomley@hansenpartnership.com>,
	Michal Simek <monstr@monstr.eu>, Tony Luck <tony.luck@intel.com>,
	linux-parisc@vger.kernel.org, linux-api@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	ralf@linux-mips.org, paul.burton@mips.com,
	linux-alpha@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
	linuxppc-dev@lists.ozlabs.org,
	"David S . Miller" <davem@davemloft.net>
Subject: Re: [PATCH v3 2/5] fs: Add fchmodat4()
Date: Tue, 11 Jul 2023 17:23:50 +0200	[thread overview]
Message-ID: <ZK10BmqxjL/Njbmj@example.org> (raw)
In-Reply-To: <20230711-verpennen-turnier-717bb9682e19@brauner>

On Tue, Jul 11, 2023 at 04:01:03PM +0200, Christian Brauner wrote:
> On Tue, Jul 11, 2023 at 02:51:01PM +0200, Alexey Gladkov wrote:
> > On Tue, Jul 11, 2023 at 01:52:01PM +0200, Christian Brauner wrote:
> > > On Tue, Jul 11, 2023 at 01:42:19PM +0200, Arnd Bergmann wrote:
> > > > On Tue, Jul 11, 2023, at 13:25, Alexey Gladkov wrote:
> > > > > From: Palmer Dabbelt <palmer@sifive.com>
> > > > >
> > > > > On the userspace side fchmodat(3) is implemented as a wrapper
> > > > > function which implements the POSIX-specified interface. This
> > > > > interface differs from the underlying kernel system call, which does not
> > > > > have a flags argument. Most implementations require procfs [1][2].
> > > > >
> > > > > There doesn't appear to be a good userspace workaround for this issue
> > > > > but the implementation in the kernel is pretty straight-forward.
> > > > >
> > > > > The new fchmodat4() syscall allows to pass the AT_SYMLINK_NOFOLLOW flag,
> > > > > unlike existing fchmodat.
> > > > >
> > > > > [1] 
> > > > > https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/fchmodat.c;h=17eca54051ee28ba1ec3f9aed170a62630959143;hb=a492b1e5ef7ab50c6fdd4e4e9879ea5569ab0a6c#l35
> > > > > [2] 
> > > > > https://git.musl-libc.org/cgit/musl/tree/src/stat/fchmodat.c?id=718f363bc2067b6487900eddc9180c84e7739f80#n28
> > > > >
> > > > > Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
> > > > > Signed-off-by: Alexey Gladkov <legion@kernel.org>
> > > > 
> > > > I don't know the history of why we ended up with the different
> > > > interface, or whether this was done intentionally in the kernel
> > > > or if we want this syscall.
> > > > 
> > > > Assuming this is in fact needed, I double-checked that the
> > > > implementation looks correct to me and is portable to all the
> > > > architectures, without the need for a compat wrapper.
> > > > 
> > > > Acked-by: Arnd Bergmann <arnd@arndb.de>
> > > 
> > > The system call itself is useful afaict. But please,
> > > 
> > > s/fchmodat4/fchmodat2/
> > 
> > Sure. I will.
> 
> Thanks. Can you also wire this up for every architecture, please?
> I don't see that this has been done in this series.

Sure. I have already added in all architectures as far as I can tell:

$ diff -s <(find arch/ -name '*.tbl' |sort -u) <(git grep -lw fchmodat2 arch/ |sort -u)
Files /dev/fd/63 and /dev/fd/62 are identical

-- 
Rgrds, legion


  reply	other threads:[~2023-07-11 15:23 UTC|newest]

Thread overview: 231+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17  1:27 Add a new fchmodat4() syscall, v2 Palmer Dabbelt
2019-07-17  1:27 ` Palmer Dabbelt
2019-07-17  1:27 ` Palmer Dabbelt
2019-07-17  1:27 ` Palmer Dabbelt
2019-07-17  1:27 ` Palmer Dabbelt
2019-07-17  1:27 ` Palmer Dabbelt
2019-07-17  1:27 ` [PATCH v2 1/4] Non-functional cleanup of a "__user * filename" Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27 ` [PATCH v2 2/4] Add fchmodat4(), a new syscall Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:48   ` Al Viro
2019-07-17  1:48     ` Al Viro
2019-07-17  1:48     ` Al Viro
2019-07-17  1:48     ` Al Viro
2019-07-17  2:12     ` Palmer Dabbelt
2019-07-17  2:12       ` Palmer Dabbelt
2019-07-17  2:12       ` Palmer Dabbelt
2019-07-17  2:12       ` Palmer Dabbelt
2019-07-17  2:40   ` Rich Felker
2019-07-17  2:40     ` Rich Felker
2019-07-17  2:40     ` Rich Felker
2019-07-17  2:40     ` Rich Felker
2019-07-17  3:02     ` Al Viro
2019-07-17  3:02       ` Al Viro
2019-07-17  3:02       ` Al Viro
2019-07-17  3:02       ` Al Viro
2019-07-17  3:02       ` Al Viro
2019-07-17  1:27 ` [PATCH v2 3/4] arch: Register fchmodat4, usually as syscall 434 Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  7:54   ` Arnd Bergmann
2019-07-17  7:54     ` Arnd Bergmann
2019-07-17  1:27 ` [PATCH v2 4/4] tools: Add fchmodat4 Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17  1:27   ` Palmer Dabbelt
2019-07-17 12:39   ` Arnaldo Carvalho de Melo
2019-07-17 12:39     ` Arnaldo Carvalho de Melo
2019-07-17 12:39     ` Arnaldo Carvalho de Melo
2019-07-17 12:39     ` Arnaldo Carvalho de Melo
2020-06-09 13:52 ` Add a new fchmodat4() syscall, v2 Florian Weimer
2020-06-09 13:52   ` Florian Weimer
2020-06-09 13:52   ` Florian Weimer
2020-06-09 13:52   ` Florian Weimer
2023-07-11 11:25   ` [PATCH v3 0/5] Add a new fchmodat4() syscall Alexey Gladkov
2023-07-11 11:25     ` Alexey Gladkov
2023-07-11 11:25     ` Alexey Gladkov
2023-07-11 11:25     ` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename" Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
     [not found]       ` <3098381cf93a5010e878319c6218d2c5851746c0.1689074739.git.legion-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-07-11 11:32         ` Arnd Bergmann
2023-07-11 11:32           ` Arnd Bergmann
2023-07-11 11:32           ` Arnd Bergmann
2023-07-11 11:25     ` [PATCH v3 2/5] fs: Add fchmodat4() Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:42       ` Arnd Bergmann
2023-07-11 11:42         ` Arnd Bergmann
2023-07-11 11:42         ` Arnd Bergmann
2023-07-11 11:52         ` Christian Brauner
2023-07-11 11:52           ` Christian Brauner
2023-07-11 11:52           ` Christian Brauner
2023-07-11 12:51           ` Alexey Gladkov
2023-07-11 12:51             ` Alexey Gladkov
2023-07-11 12:51             ` Alexey Gladkov
2023-07-11 14:01             ` Christian Brauner
2023-07-11 14:01               ` Christian Brauner
2023-07-11 14:01               ` Christian Brauner
2023-07-11 15:23               ` Alexey Gladkov [this message]
2023-07-11 15:23                 ` Alexey Gladkov
2023-07-11 15:23                 ` Alexey Gladkov
2023-07-11 12:28       ` Matthew Wilcox
2023-07-11 12:28         ` Matthew Wilcox
2023-07-11 12:28         ` Matthew Wilcox
2023-07-11 12:49         ` Alexey Gladkov
2023-07-11 12:49           ` Alexey Gladkov
2023-07-11 12:49           ` Alexey Gladkov
2023-07-11 11:25     ` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451 Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:31       ` Arnd Bergmann
2023-07-11 11:31         ` Arnd Bergmann
2023-07-11 11:31         ` Arnd Bergmann
2023-07-11 11:25     ` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
2023-07-11 11:25       ` Alexey Gladkov
     [not found]     ` <cover.1689074739.git.legion-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-07-11 11:25       ` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest Alexey Gladkov
2023-07-11 11:25         ` Alexey Gladkov
2023-07-11 11:25         ` Alexey Gladkov
2023-07-11 12:10         ` Florian Weimer
2023-07-11 12:10           ` Florian Weimer
2023-07-11 12:10           ` Florian Weimer
2023-07-11 13:38           ` Alexey Gladkov
2023-07-11 13:38             ` Alexey Gladkov
2023-07-11 13:38             ` Alexey Gladkov
2023-07-11 12:24     ` [PATCH v3 0/5] Add a new fchmodat4() syscall Florian Weimer
2023-07-11 12:24       ` Florian Weimer
2023-07-11 12:24       ` Florian Weimer
2023-07-11 15:14       ` Christian Brauner
2023-07-11 15:14         ` Christian Brauner
2023-07-11 15:14         ` Christian Brauner
2023-07-25 11:05         ` Alexey Gladkov
2023-07-25 11:05           ` Alexey Gladkov
2023-07-25 11:05           ` Alexey Gladkov
2023-07-25 12:05           ` Christian Brauner
2023-07-25 12:05             ` Christian Brauner
2023-07-25 12:05             ` Christian Brauner
2023-07-11 16:16     ` [PATCH v4 0/5] Add a new fchmodat2() syscall Alexey Gladkov
2023-07-11 16:16       ` Alexey Gladkov
2023-07-11 16:16       ` Alexey Gladkov
2023-07-11 16:16       ` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename" Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16       ` [PATCH v4 2/5] fs: Add fchmodat2() Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 17:05         ` Christian Brauner
2023-07-11 17:05           ` Christian Brauner
2023-07-11 17:05           ` Christian Brauner
2023-07-25 16:36         ` Aleksa Sarai
2023-07-25 16:36           ` Aleksa Sarai
2023-07-25 16:36           ` Aleksa Sarai
2023-07-26 13:45           ` Alexey Gladkov
2023-07-26 13:45             ` Alexey Gladkov
2023-07-26 13:45             ` Alexey Gladkov
     [not found]             ` <ZMEjlDNJkFpYERr1-hcDgGtZH8xNAfugRpC6u6w@public.gmane.org>
2023-07-27 10:26               ` Christian Brauner
2023-07-27 10:26                 ` Christian Brauner
2023-07-27 10:26                 ` Christian Brauner
2023-07-27 17:12             ` Aleksa Sarai
2023-07-27 17:12               ` Aleksa Sarai
2023-07-27 17:12               ` Aleksa Sarai
2023-07-27 17:39               ` Aleksa Sarai
2023-07-27 17:39                 ` Aleksa Sarai
2023-07-27 17:39                 ` Aleksa Sarai
2023-07-28  8:43                 ` David Laight
2023-07-28  8:43                   ` David Laight
2023-07-28  8:43                   ` David Laight
2023-07-28 18:42                   ` dalias
2023-07-28 18:42                     ` dalias
2023-07-28 18:42                     ` dalias
2023-07-27  9:01           ` David Laight
2023-07-27  9:01             ` David Laight
2023-07-27  9:01             ` David Laight
2023-07-27 16:28             ` Andreas Schwab
2023-07-27 16:28               ` Andreas Schwab
2023-07-27 16:28               ` Andreas Schwab
2023-07-27 17:02               ` Christian Brauner
2023-07-27 17:02                 ` Christian Brauner
2023-07-27 17:02                 ` Christian Brauner
2023-07-27 17:13                 ` dalias
2023-07-27 17:13                   ` dalias
2023-07-27 17:13                   ` dalias
2023-07-27 17:36                   ` Christian Brauner
2023-07-27 17:36                     ` Christian Brauner
2023-07-27 17:36                     ` Christian Brauner
2023-07-27 16:31             ` dalias
2023-07-27 16:31               ` dalias
2023-07-27 16:31               ` dalias
2023-07-11 16:16       ` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452 Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:26         ` Arnd Bergmann
2023-07-11 16:26           ` Arnd Bergmann
2023-07-11 16:26           ` Arnd Bergmann
     [not found]         ` <a677d521f048e4ca439e7080a5328f21eb8e960e.1689092120.git.legion-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-07-25  7:16           ` Geert Uytterhoeven
2023-07-25  7:16             ` Geert Uytterhoeven
2023-07-25  7:16             ` Geert Uytterhoeven
2023-07-25 16:43         ` Aleksa Sarai
2023-07-25 16:43           ` Aleksa Sarai
2023-07-25 16:43           ` Aleksa Sarai
2023-07-27 10:37           ` Christian Brauner
2023-07-27 10:37             ` Christian Brauner
2023-07-27 10:37             ` Christian Brauner
2023-07-27 17:42             ` Aleksa Sarai
2023-07-27 17:42               ` Aleksa Sarai
2023-07-27 17:42               ` Aleksa Sarai
2023-07-11 16:16       ` [PATCH v4 4/5] tools headers UAPI: Sync files changed by new fchmodat2 syscall Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 17:19         ` Namhyung Kim
2023-07-11 17:19           ` Namhyung Kim
2023-07-11 17:19           ` Namhyung Kim
2023-07-11 17:23           ` Alexey Gladkov
2023-07-11 17:23             ` Alexey Gladkov
2023-07-11 17:23             ` Alexey Gladkov
2023-07-11 16:16       ` [PATCH v4 5/5] selftests: Add fchmodat2 selftest Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 16:16         ` Alexey Gladkov
2023-07-11 17:36       ` (subset) [PATCH v4 0/5] Add a new fchmodat2() syscall Christian Brauner
2023-07-11 17:36         ` Christian Brauner
2023-07-11 17:36         ` Christian Brauner
2023-07-12  2:42       ` Rich Felker
2023-07-12  2:42         ` Rich Felker
2023-07-12  2:42         ` Rich Felker
2023-07-25 15:58       ` Add fchmodat2() - or add a more general syscall? David Howells
2023-07-25 15:58         ` David Howells
2023-07-25 15:58         ` David Howells
2023-07-25 16:10         ` Florian Weimer
2023-07-25 16:10           ` Florian Weimer
2023-07-25 16:10           ` Florian Weimer
2023-07-25 18:39           ` David Howells
2023-07-25 18:39             ` David Howells
2023-07-25 18:39             ` David Howells
2023-07-25 18:44             ` Rich Felker
2023-07-25 18:44               ` Rich Felker
2023-07-25 18:44               ` Rich Felker
2023-07-26 13:30             ` Christian Brauner
2023-07-26 13:30               ` Christian Brauner
2023-07-26 13:30               ` Christian Brauner
2023-07-25 16:50         ` Aleksa Sarai
2023-07-25 16:50           ` Aleksa Sarai
2023-07-25 16:50           ` Aleksa Sarai
2023-07-27  3:57         ` Eric Biggers
2023-07-27  3:57           ` Eric Biggers
2023-07-27  3:57           ` Eric Biggers
2023-07-27 10:27           ` Christian Brauner
2023-07-27 10:27             ` Christian Brauner
2023-07-27 10:27             ` Christian Brauner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZK10BmqxjL/Njbmj@example.org \
    --to=legion@kernel.org \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=acme@kernel.org \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=axboe@kernel.dk \
    --cc=benh@kernel.crashing.org \
    --cc=borntraeger@de.ibm.com \
    --cc=bp@alien8.de \
    --cc=brauner@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=christian@brauner.io \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=deepa.kernel@gmail.com \
    --cc=deller@gmx.de \
    --cc=dhowells@re \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=palmer@sifive.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.