Searched hist:"6 b3944e42e2e554aa5a4be681ecd70dccd459114" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | dynroot.c | diff 6b3944e42e2e554aa5a4be681ecd70dccd459114 Thu Oct 11 16:45:49 CDT 2018 David Howells <dhowells@redhat.com> afs: Fix cell proc list
Access to the list of cells by /proc/net/afs/cells has a couple of problems:
(1) It should be checking against SEQ_START_TOKEN for the keying the header line.
(2) It's only holding the RCU read lock, so it can't just walk over the list without following the proper RCU methods.
Fix these by using an hlist instead of an ordinary list and using the appropriate accessor functions to follow it with RCU.
Since the code that adds a cell to the list must also necessarily change, sort the list on insertion whilst we're at it.
Fixes: 989782dcdc91 ("afs: Overhaul cell database management") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | main.c | diff 6b3944e42e2e554aa5a4be681ecd70dccd459114 Thu Oct 11 16:45:49 CDT 2018 David Howells <dhowells@redhat.com> afs: Fix cell proc list
Access to the list of cells by /proc/net/afs/cells has a couple of problems:
(1) It should be checking against SEQ_START_TOKEN for the keying the header line.
(2) It's only holding the RCU read lock, so it can't just walk over the list without following the proper RCU methods.
Fix these by using an hlist instead of an ordinary list and using the appropriate accessor functions to follow it with RCU.
Since the code that adds a cell to the list must also necessarily change, sort the list on insertion whilst we're at it.
Fixes: 989782dcdc91 ("afs: Overhaul cell database management") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | proc.c | diff 6b3944e42e2e554aa5a4be681ecd70dccd459114 Thu Oct 11 16:45:49 CDT 2018 David Howells <dhowells@redhat.com> afs: Fix cell proc list
Access to the list of cells by /proc/net/afs/cells has a couple of problems:
(1) It should be checking against SEQ_START_TOKEN for the keying the header line.
(2) It's only holding the RCU read lock, so it can't just walk over the list without following the proper RCU methods.
Fix these by using an hlist instead of an ordinary list and using the appropriate accessor functions to follow it with RCU.
Since the code that adds a cell to the list must also necessarily change, sort the list on insertion whilst we're at it.
Fixes: 989782dcdc91 ("afs: Overhaul cell database management") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | cell.c | diff 6b3944e42e2e554aa5a4be681ecd70dccd459114 Thu Oct 11 16:45:49 CDT 2018 David Howells <dhowells@redhat.com> afs: Fix cell proc list
Access to the list of cells by /proc/net/afs/cells has a couple of problems:
(1) It should be checking against SEQ_START_TOKEN for the keying the header line.
(2) It's only holding the RCU read lock, so it can't just walk over the list without following the proper RCU methods.
Fix these by using an hlist instead of an ordinary list and using the appropriate accessor functions to follow it with RCU.
Since the code that adds a cell to the list must also necessarily change, sort the list on insertion whilst we're at it.
Fixes: 989782dcdc91 ("afs: Overhaul cell database management") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | internal.h | diff 6b3944e42e2e554aa5a4be681ecd70dccd459114 Thu Oct 11 16:45:49 CDT 2018 David Howells <dhowells@redhat.com> afs: Fix cell proc list
Access to the list of cells by /proc/net/afs/cells has a couple of problems:
(1) It should be checking against SEQ_START_TOKEN for the keying the header line.
(2) It's only holding the RCU read lock, so it can't just walk over the list without following the proper RCU methods.
Fix these by using an hlist instead of an ordinary list and using the appropriate accessor functions to follow it with RCU.
Since the code that adds a cell to the list must also necessarily change, sort the list on insertion whilst we're at it.
Fixes: 989782dcdc91 ("afs: Overhaul cell database management") Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|