Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1219167
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] writeback: verify that underlying dev exists before getting its name |
| Date | 2015-09-04 18:50 +0200 |
| Message-ID | <q52lB-7Jv-31@gated-at.bofh.it> (permalink) |
| References | <q52lB-7Jv-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 04, 2015 at 12:45:18PM -0400, Sasha Levin wrote: > We can't assume there is always an underlying device and must verify that > as well. Otherwise, we'd deref a NULL ptr here. Do you have backtrace of this happening? There's a bug in cleanup path which causes oops (patch is being tested) and this may just be a symptom of the same problem. Thanks. -- tejun -- 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 — Next in thread | Find similar | Unroll thread
Re: [PATCH] writeback: verify that underlying dev exists before getting its name Tejun Heo <tj@kernel.org> - 2015-09-04 18:50 +0200
Re: [PATCH] writeback: verify that underlying dev exists before getting its name Sasha Levin <sasha.levin@oracle.com> - 2015-09-04 19:30 +0200
Re: [PATCH] writeback: verify that underlying dev exists before getting its name Tejun Heo <tj@kernel.org> - 2015-09-04 19:40 +0200
csiph-web