Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652623
| From | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging/lustre/lov: remove set_fs() call from lov_getstripe() |
| Date | 2017-05-29 18:00 +0200 |
| Message-ID | <tMvfk-1Zr-7@gated-at.bofh.it> (permalink) |
| References | <tLCiR-7pp-5@gated-at.bofh.it> <tMtZU-1bi-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On May 29, 2017, at 10:28 AM, Greg Kroah-Hartman wrote: > On Fri, May 26, 2017 at 11:40:33PM -0400, Oleg Drokin wrote: >> lov_getstripe() calls set_fs(KERNEL_DS) so that it can handle a struct >> lov_user_md pointer from user- or kernel-space. This changes the >> behavior of copy_from_user() on SPARC and may result in a misaligned >> access exception which in turn oopses the kernel. In fact the >> relevant argument to lov_getstripe() is never called with a >> kernel-space pointer and so changing the address limits is unnecessary >> and so we remove the calls to save, set, and restore the address >> limits. >> >> Signed-off-by: John L. Hammond <john.hammond@intel.com> >> Reviewed-on: http://review.whamcloud.com/6150 >> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3221 >> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> >> Reviewed-by: Li Wei <wei.g.li@intel.com> >> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> >> --- >> drivers/staging/lustre/lustre/lov/lov_pack.c | 9 --------- >> 1 file changed, 9 deletions(-) > > So is this the patch that you want applied to the staging tree(s) as > well? If so, please let me know, otherwise I have no clue… Yes, this is it. Thanks!
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] staging/lustre/lov: remove set_fs() call from lov_getstripe() Oleg Drokin <green@linuxhacker.ru> - 2017-05-27 07:20 +0200
Re: [PATCH] staging/lustre/lov: remove set_fs() call from lov_getstripe() Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-29 16:40 +0200
Re: [PATCH] staging/lustre/lov: remove set_fs() call from lov_getstripe() Oleg Drokin <green@linuxhacker.ru> - 2017-05-29 18:00 +0200
csiph-web