Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1245946
| From | Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] block-mq:Fix the null memory access while setting tags cpumask |
| Date | 2015-10-13 19:30 +0200 |
| Message-ID | <qjbyG-4SC-35@gated-at.bofh.it> (permalink) |
| References | <qj0jU-5h4-3@gated-at.bofh.it> <qjaVY-3T8-27@gated-at.bofh.it> |
| Organization | IBM |
On 10/13/2015 10:17 PM, Jeff Moyer wrote: > Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> writes: > >> In nr_hw_queues >1 cases when certain number of cpus are onlined/or >> offlined, that results change in request_queue map in block-mq layer, >> we see the kernel dumping like: > > What version is that patch against? This problem should be fixed by the > patch set from Akinobu Mita. I tested cpu hot-plugging on my system > with an nvme device, and it is fixed there on mainline. > Hi Jeff, My patch was against (4.3.0-rc2) bcee19f424a. I do see now that commit 1356aae08338 (blk-mq: avoid setting hctx->tags->cpumask before allocation) has equivalent fix. Thanks for the information. -- 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 — Previous in thread | Find similar | Unroll thread
[PATCH] block-mq:Fix the null memory access while setting tags cpumask Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> - 2015-10-13 07:30 +0200
Re: [PATCH] block-mq:Fix the null memory access while setting tags cpumask Jeff Moyer <jmoyer@redhat.com> - 2015-10-13 18:50 +0200
Re: [PATCH] block-mq:Fix the null memory access while setting tags cpumask Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> - 2015-10-13 19:30 +0200
csiph-web