Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1596047
| From | Heiko Carstens <heiko.carstens@de.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] mm: add private lock to serialize memory hotplug operations |
| Date | 2017-03-09 14:10 +0100 |
| Message-ID | <tj5Zo-5Ce-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These two patches are supposed to hopefully fix a memory hotplug problem reported by Sebastian Ott. Heiko Carstens (2): mm: add private lock to serialize memory hotplug operations drivers core: remove assert_held_device_hotplug() drivers/base/core.c | 5 ----- include/linux/device.h | 1 - kernel/memremap.c | 4 ---- mm/memory_hotplug.c | 6 +++++- 4 files changed, 5 insertions(+), 11 deletions(-) -- 2.8.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] mm: add private lock to serialize memory hotplug operations Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-03-09 14:10 +0100
[PATCH 2/2] drivers core: remove assert_held_device_hotplug() Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-03-09 14:10 +0100
Re: [PATCH 2/2] drivers core: remove assert_held_device_hotplug() Dan Williams <dan.j.williams@intel.com> - 2017-03-09 20:20 +0100
csiph-web