Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1376437
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/17] staging: lustre: osc: fix race issues thanks to oap_lock |
| Date | 2016-04-12 06:20 +0200 |
| Message-ID | <rmXXY-Q9-9@gated-at.bofh.it> (permalink) |
| References | <rmnrr-5Be-3@gated-at.bofh.it> <rmnrs-5Be-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Apr 10, 2016 at 09:13:24AM -0400, James Simmons wrote: > From: Sebastien Buisson <sbuisson@ddn.com> > > Fix 'data race condition' defects found by Coverity version 6.5.0: > > Data race condition (MISSING_LOCK) > > Accessing variable without holding lock. Elsewhere, > this variable is accessed with lock held. > > This patch is dedicated to code fragments involving oap_lock. > > Signed-off-by: Sebastien Buisson <sbuisson@ddn.com> > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2744 > Reviewed-on: http://review.whamcloud.com/6572 > Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> > Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> > Signed-off-by: James Simmons <jsimmons@infradead.org> > --- > drivers/staging/lustre/lustre/osc/osc_cache.c | 8 ++++++++ > drivers/staging/lustre/lustre/osc/osc_io.c | 2 ++ > 2 files changed, 10 insertions(+), 0 deletions(-) This patch doesn't apply at all. Can you rebase the whole series and resend them? thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 01/17] staging: lustre: osc: fix race issues thanks to oap_lock James Simmons <jsimmons@infradead.org> - 2016-04-10 15:20 +0200 Re: [PATCH 01/17] staging: lustre: osc: fix race issues thanks to oap_lock Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-04-12 06:20 +0200
csiph-web