Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1160737
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] staging: lustre/lustre/obdclass/llog_cat.c: get rid of sparse context imbalance warning |
| Date | 2015-06-08 21:40 +0200 |
| Message-ID | <pzb3Q-8tx-21@gated-at.bofh.it> (permalink) |
| References | <pxnsv-3z2-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 03, 2015 at 01:20:10PM -0700, Tolga Ceylan wrote: > In llog_cat_new_log(), sparse emits a context imbalance (unexpected lock) > warning due its inability to detect the noreturn attribute in > lbug_with_lock() function inside LBUG macro. With this patch, we unlock > the spinlock before checking the error condition to resolve this warning. That's a bug in sparse, not in the code, please don't work around tool bugs by changing kernel code. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 1/1] staging: lustre/lustre/obdclass/llog_cat.c: get rid of sparse context imbalance warning Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-06-08 21:40 +0200
csiph-web