* [GIT PULL] libnvdimm for 4.4
@ 2015-11-10 9:26 Williams, Dan J
0 siblings, 0 replies; only message in thread
From: Williams, Dan J @ 2015-11-10 9:26 UTC (permalink / raw)
To: torvalds@linux-foundation.org, akpm@linux-foundation.org
Cc: linux-nvdimm@lists.01.org, linux-acpi@vger.kernel.org
Hi Linus, please pull from...
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-for-4.4
...to receive the libnvdimm update for 4.4. Outside of the new ACPI-NFIT hot-add support this pull request is more notable for what it does not contain, than what it does. There were a handful of development topics this cycle, dax get_user_pages, dax fsync, and raw block dax, that need more more iteration and will wait for 4.5.
The patches to make devm and the pmem driver NUMA aware have been in
-next for several weeks. The hot-add support has not, but is contained
to the NFIT driver and is passing unit tests. The coredump support is
straightforward and was looked over by Jeff. All of it has received a
0day build success notification across 107 configs.
The following changes since commit 7379047d5585187d1288486d4627873170d0005a:
Linux 4.3-rc6 (2015-10-18 16:08:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm tags/libnvdimm-for-4.4
for you to fetch changes up to ab27a8d04b32b6ee8c30c14c4afd1058e8addc82:
coredump: add DAX filtering for FDPIC ELF coredumps (2015-11-09 13:29:54 -0500)
----------------------------------------------------------------
libnvdimm for 4.4:
1/ Add support for the ACPI 6.0 NFIT hot add mechanism to process
updates of the NFIT at runtime.
2/ Teach the coredump implementation how to filter out DAX mappings.
3/ Introduce NUMA hints for allocations made by the pmem driver, and as
a side effect all devm allocations now hint their NUMA node by
default.
----------------------------------------------------------------
Dan Williams (8):
x86, mm: quiet arch_add_memory()
pmem: kill memremap_pmem()
devm_memunmap: use devres_release()
devm_memremap: convert to return ERR_PTR
devm: make allocations numa aware by default
devm_memremap_pages: use numa_mem_id
pmem, memremap: convert to numa aware allocations
Merge branch 'for-4.4/hotplug' into libnvdimm-for-next
Ross Zwisler (2):
coredump: add DAX filtering for ELF coredumps
coredump: add DAX filtering for FDPIC ELF coredumps
Vishal Verma (2):
nfit: in acpi_nfit_init, break on a 0-length table
acpi: nfit: Add support for hot-add
Documentation/filesystems/proc.txt | 22 +--
arch/x86/mm/init.c | 4 +-
arch/x86/mm/init_64.c | 4 +-
drivers/acpi/nfit.c | 298 ++++++++++++++++++++++++++++++-------
drivers/acpi/nfit.h | 2 +
drivers/base/devres.c | 19 +--
drivers/nvdimm/pmem.c | 28 ++--
fs/binfmt_elf.c | 10 ++
fs/binfmt_elf_fdpic.c | 15 ++
include/linux/device.h | 16 +-
include/linux/pmem.h | 26 +---
include/linux/sched.h | 4 +-
kernel/memremap.c | 16 +-
tools/testing/nvdimm/test/nfit.c | 164 +++++++++++++++++++-
14 files changed, 494 insertions(+), 134 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-10 9:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10 9:26 [GIT PULL] libnvdimm for 4.4 Williams, Dan J
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.