Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1276439
| From | Matias Bjørling <m@bjorling.me> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] LightNVM fixes |
| Date | 2015-11-24 14:30 +0100 |
| Message-ID | <qylPs-cQ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jens, A couple of fixes for -rc3. Patch 1: Fixes the device id detection for qemu. Patch 2: Fix for conditional compilation of lightnvm with nvme by Keith. Patch 3-5: Fixes for memory leaks and boundary check by Tao and Sudip. Please pick up. Thanks. Keith Busch (1): lightnvm: Simplify config when disabled Matias Bjørling (1): lightnvm: change vendor and dev id for qemu Sudip Mukherjee (1): lightnvm: fix ioctl memory leaks Wenwei Tao (2): lightnvm: free memory when gennvm register fails lightnvm: do device max sectors boundary check first drivers/lightnvm/core.c | 19 +++++++++++++------ drivers/lightnvm/gennvm.c | 15 ++++++++++----- drivers/nvme/host/Makefile | 3 ++- drivers/nvme/host/lightnvm.c | 15 +-------------- drivers/nvme/host/nvme.h | 14 ++++++++++++++ 5 files changed, 40 insertions(+), 26 deletions(-) -- 2.1.4 -- 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
[PATCH 0/5] LightNVM fixes Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
[PATCH 1/5] lightnvm: change vendor and dev id for qemu Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
RE: [PATCH 1/5] lightnvm: change vendor and dev id for qemu "Elliott, Robert (Persistent Memory)" <elliott@hpe.com> - 2015-11-24 17:00 +0100
Re: [PATCH 1/5] lightnvm: change vendor and dev id for qemu Matias Bjørling <m@bjorling.me> - 2015-11-24 19:30 +0100
Re: [PATCH 1/5] lightnvm: change vendor and dev id for qemu Jens Axboe <axboe@fb.com> - 2015-11-24 23:30 +0100
[PATCH 2/5] lightnvm: Simplify config when disabled Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
[PATCH 5/5] lightnvm: do device max sectors boundary check first Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
[PATCH 4/5] lightnvm: fix ioctl memory leaks Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
[PATCH 3/5] lightnvm: free memory when gennvm register fails Matias Bjørling <m@bjorling.me> - 2015-11-24 14:30 +0100
csiph-web