Re: [PATCH] ovl: fix reStructuredText syntax errors in documentation

2016-12-15 Thread NeilBrown
rmat changes which don't change the meaning in any way, so I felt it had little relevant to me. However I'm happy to provide an: Acked-by: NeilBrown <ne...@suse.com> if you find that useful. NeilBrown > > Thanks, > Amir. > >> Signed-off-by: Amir Goldstein <amir7.

[PATCH resend] VFS: simplify seq_file iteration code and interface

2018-04-29 Thread NeilBrown
Just resending after 2 weeks silence, in case it fell through a crack. Thanks, NeilBrown ("git am -c" understands this line) --8<- The documentation for seq_file suggests that it is necessary to be able to move the iterator to a given of

Re: [PATCH] Documentation: security/credentials.rst: explain need to sort group_list

2018-01-07 Thread NeilBrown
in case including the kernel-doc in credentials.rst like this was the wrong direction. Thanks, NeilBrown --8<----- From: NeilBrown <ne...@suse.com> Subject: [PATCH] Documentation: include kernel-doc in credentials.rst - kernel-doc from include/

[PATCH] Documentation: security/credentials.rst: explain need to sort group_list

2018-01-02 Thread NeilBrown
set_groups() or set_current_groups() is called. Signed-off-by: NeilBrown <ne...@suse.com> --- Documentation/security/credentials.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Documentation/security/credentials.rst b/Documentation/security/credentials.rst index 66a2e24939d8..5d6

[PATCH] VFS: simplify seq_file iteration code and interface

2018-04-15 Thread NeilBrown
t such ->next functions are buggy and should be fixed. A simple demonstration is dd if=/proc/swaps bs=1000 skip=1 Choose any block size larger than the size of /proc/swaps. This will always show the whole last line of /proc/swaps. This patch doesn't work around buggy next() functions for this c