Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-28 Thread Amir Goldstein
On Mon, Mar 1, 2021 at 12:25 AM Steve French wrote: > > On Sun, Feb 28, 2021 at 1:36 AM Amir Goldstein wrote: > > > > On Sun, Feb 28, 2021 at 1:08 AM Steve French wrote: > > > > > > On Fri, Feb 26, 2021 at 11:43 PM Amir Goldstein > > > wrote: > > > > > > > > On Sat, Feb 27, 2021 at 12:19 AM Al

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-28 Thread Steve French
On Sun, Feb 28, 2021 at 1:36 AM Amir Goldstein wrote: > > On Sun, Feb 28, 2021 at 1:08 AM Steve French wrote: > > > > On Fri, Feb 26, 2021 at 11:43 PM Amir Goldstein wrote: > > > > > > On Sat, Feb 27, 2021 at 12:19 AM Alejandro Colomar (man-pages) > > > wrote: > > > > > > > > Hello Amir, Luis,

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-27 Thread Amir Goldstein
On Sun, Feb 28, 2021 at 1:08 AM Steve French wrote: > > On Fri, Feb 26, 2021 at 11:43 PM Amir Goldstein wrote: > > > > On Sat, Feb 27, 2021 at 12:19 AM Alejandro Colomar (man-pages) > > wrote: > > > > > > Hello Amir, Luis, > > > > > > On 2/24/21 5:10 PM, Amir Goldstein wrote: > > > > On Wed, Feb

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-27 Thread Steve French
On Fri, Feb 26, 2021 at 11:43 PM Amir Goldstein wrote: > > On Sat, Feb 27, 2021 at 12:19 AM Alejandro Colomar (man-pages) > wrote: > > > > Hello Amir, Luis, > > > > On 2/24/21 5:10 PM, Amir Goldstein wrote: > > > On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: > > >> > > >> Update man-page

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-27 Thread Alejandro Colomar (man-pages)
Hi Amir, On 2/27/21 6:41 AM, Amir Goldstein wrote: On Sat, Feb 27, 2021 at 12:19 AM Alejandro Colomar (man-pages) On 2/24/21 5:10 PM, Amir Goldstein wrote: On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: .TP +.B EOPNOTSUPP I'll add the kernel version here: .BR EOPNOTSUPP " (since

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Amir Goldstein
On Sat, Feb 27, 2021 at 12:19 AM Alejandro Colomar (man-pages) wrote: > > Hello Amir, Luis, > > On 2/24/21 5:10 PM, Amir Goldstein wrote: > > On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: > >> > >> Update man-page with recent changes to this syscall. > >> > >> Signed-off-by: Luis Henrique

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Alejandro Colomar (man-pages)
Hello Amir, Luis, On 2/24/21 5:10 PM, Amir Goldstein wrote: On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: Update man-page with recent changes to this syscall. Signed-off-by: Luis Henriques --- Hi! Here's a suggestion for fixing the manpage for copy_file_range(). Note that I've ass

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Alejandro Colomar (man-pages)
Hello Jeff, On 2/26/21 2:59 PM, Jeff Layton wrote: Here's a link that should work. I'm probably breaking the rules a bit as a subscriber, but hopefully Jon won't mind too much. FWIW, I've found it to be worthwhile to subscribe to LWN if you're doing a lot of kernel development: https://lwn

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Jeff Layton
On Fri, 2021-02-26 at 12:15 +0100, Alejandro Colomar (man-pages) wrote: > Hello Amir, > > On 2/26/21 11:34 AM, Amir Goldstein wrote: > > Is this detailed enough? ;-) > > > > https://lwn.net/Articles/846403/ > > I'm sorry I can't read it yet: > > [ > Subscription required > The page you have tri

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Alejandro Colomar (man-pages)
Hello Amir, On 2/26/21 11:34 AM, Amir Goldstein wrote: Is this detailed enough? ;-) https://lwn.net/Articles/846403/ I'm sorry I can't read it yet: [ Subscription required The page you have tried to view (How useful should copy_file_range() be?) is currently available to LWN subscribers onl

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Amir Goldstein
On Fri, Feb 26, 2021 at 12:13 PM Alejandro Colomar (man-pages) wrote: > > Hello Luis, > > On 2/25/21 11:21 AM, Luis Henriques wrote: > > On Wed, Feb 24, 2021 at 06:10:45PM +0200, Amir Goldstein wrote: > >> If it were me, I would provide all the details of the situation to > >> Michael and ask him

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-26 Thread Alejandro Colomar (man-pages)
Hello Luis, On 2/25/21 11:21 AM, Luis Henriques wrote: On Wed, Feb 24, 2021 at 06:10:45PM +0200, Amir Goldstein wrote: If it were me, I would provide all the details of the situation to Michael and ask him to write the best description for this section. Thanks Amir. Yeah, it's tricky. Suppo

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-25 Thread Luis Henriques
On Wed, Feb 24, 2021 at 06:10:45PM +0200, Amir Goldstein wrote: > On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: > > > > Update man-page with recent changes to this syscall. > > > > Signed-off-by: Luis Henriques > > --- > > Hi! > > > > Here's a suggestion for fixing the manpage for copy_fi

Re: [PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-24 Thread Amir Goldstein
On Wed, Feb 24, 2021 at 4:22 PM Luis Henriques wrote: > > Update man-page with recent changes to this syscall. > > Signed-off-by: Luis Henriques > --- > Hi! > > Here's a suggestion for fixing the manpage for copy_file_range(). Note that > I've assumed the fix will hit 5.12. > > man2/copy_file_r

[PATCH] copy_file_range.2: Kernel v5.12 updates

2021-02-24 Thread Luis Henriques
Update man-page with recent changes to this syscall. Signed-off-by: Luis Henriques --- Hi! Here's a suggestion for fixing the manpage for copy_file_range(). Note that I've assumed the fix will hit 5.12. man2/copy_file_range.2 | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) di