This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc6c0ae53af4 Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.o [...] new 9f5f8ec50165 dma-mapping: benchmark: use u8 for reserved field in uAPI [...] new ff92acb220c5 Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/ [...] new 637464c59e0b ACPI: NFIT: Fix flexible_array.cocci warnings new 5b04cb8224ef libnvdimm/pmem: Remove unused header new 13f445d65955 libnvdimm/namespace: Fix visibility of namespace resource [...] new 9a27e109a391 testing/nvdimm: Add test module for non-nfit platforms new 107b04e970ca ndtest: Add compatability string to treat it as PAPR family new 9399ab61ad82 ndtest: Add dimms to the two buses new 5e41396f7230 ndtest: Add dimm attributes new 6fde2d4c8b25 ndtest: Add regions and mappings to the test buses new 14ccef10e53e ndtest: Add nvdimm control functions new 50f558a5fe16 ndtest: Add papr health related flags new 7018c897c2f2 libnvdimm/dimm: Avoid race between probe and available_slo [...] new b75dba7f472c Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.o [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/acpi/nfit/core.c | 75 +- drivers/nvdimm/dimm_devs.c | 18 +- drivers/nvdimm/namespace_devs.c | 10 +- drivers/nvdimm/pmem.c | 1 - kernel/dma/map_benchmark.c | 2 +- tools/testing/nvdimm/config_check.c | 3 +- tools/testing/nvdimm/test/Kbuild | 6 +- tools/testing/nvdimm/test/ndtest.c | 1129 +++++++++++++++++++++++ tools/testing/nvdimm/test/ndtest.h | 109 +++ tools/testing/selftests/dma/dma_map_benchmark.c | 4 +- 10 files changed, 1297 insertions(+), 60 deletions(-) create mode 100644 tools/testing/nvdimm/test/ndtest.c create mode 100644 tools/testing/nvdimm/test/ndtest.h