# git rev-parse -q --verify 7d3bf613e99abbd96ac7b90ee3694a246c975021^{commit} 7d3bf613e99abbd96ac7b90ee3694a246c975021 already have revision, skipping fetch # git checkout -q -f -B kisskb 7d3bf613e99abbd96ac7b90ee3694a246c975021 # git clean -qxdf # < git log -1 # commit 7d3bf613e99abbd96ac7b90ee3694a246c975021 # Merge: a381884 930218a # Author: Linus Torvalds # Date: Fri Jun 8 17:21:52 2018 -0700 # # Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm # # Pull libnvdimm updates from Dan Williams: # "This adds a user for the new 'bytes-remaining' updates to # memcpy_mcsafe() that you already received through Ingo via the # x86-dax- for-linus pull. # # Not included here, but still targeting this cycle, is support for # handling memory media errors (poison) consumed via userspace dax # mappings. # # Summary: # # - DAX broke a fundamental assumption of truncate of file mapped # pages. The truncate path assumed that it is safe to disconnect a # pinned page from a file and let the filesystem reclaim the physical # block. With DAX the page is equivalent to the filesystem block. # Introduce dax_layout_busy_page() to enable filesystems to wait for # pinned DAX pages to be released. Without this wait a filesystem # could allocate blocks under active device-DMA to a new file. # # - DAX arranges for the block layer to be bypassed and uses # dax_direct_access() + copy_to_iter() to satisfy read(2) calls. # However, the memcpy_mcsafe() facility is available through the pmem # block driver. In order to safely handle media errors, via the DAX # block-layer bypass, introduce copy_to_iter_mcsafe(). # # - Fix cache management policy relative to the ACPI NFIT Platform # Capabilities Structure to properly elide cache flushes when they # are not necessary. The table indicates whether CPU caches are # power-fail protected. Clarify that a deep flush is always performed # on REQ_{FUA,PREFLUSH} requests" # # * tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm: (21 commits) # dax: Use dax_write_cache* helpers # libnvdimm, pmem: Do not flush power-fail protected CPU caches # libnvdimm, pmem: Unconditionally deep flush on *sync # libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSH # acpi, nfit: Remove ecc_unit_size # dax: dax_insert_mapping_entry always succeeds # libnvdimm, e820: Register all pmem resources # libnvdimm: Debug probe times # linvdimm, pmem: Preserve read-only setting for pmem devices # x86, nfit_test: Add unit test for memcpy_mcsafe() # pmem: Switch to copy_to_iter_mcsafe() # dax: Report bytes remaining in dax_iomap_actor() # dax: Introduce a ->copy_to_iter dax operation # uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilation # xfs, dax: introduce xfs_break_dax_layouts() # xfs: prepare xfs_break_layouts() for another layout type # xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL # mm, fs, dax: handle layout changes to pinned dax mappings # mm: fix __gup_device_huge vs unmap # mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS # ... # < /opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux-gcc --version # < git log --format=%s --max-count=1 7d3bf613e99abbd96ac7b90ee3694a246c975021 # < make -s -j 120 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- defconfig # make -s -j 120 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mipsel CROSS_COMPILE=/opt/cross/kisskb/br-mipsel-o32-full-2016.08-613-ge98b4dd/bin/mipsel-linux- :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] FIT description: Linux 4.17.0-g7d3bf61 Created: Sat Jun 9 12:20:05 2018 Image 0 (kernel@0) Description: Linux 4.17.0-g7d3bf61 Created: Sat Jun 9 12:20:05 2018 Type: Kernel Image Compression: gzip compressed Data Size: 4416410 Bytes = 4312.90 kB = 4.21 MB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x8085bba0 Hash algo: sha1 Hash value: 2143455ba28e65cce7d002d239d92d35242b9553 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Sat Jun 9 12:20:05 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 3668 Bytes = 3.58 kB = 0.00 MB Architecture: MIPS Hash algo: sha1 Hash value: 569c37cc891ce1e1f3a193cb41cc691a5d2debb5 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Sat Jun 9 12:20:05 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 kB = 0.00 MB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Sat Jun 9 12:20:05 2018 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 kB = 0.00 MB Architecture: MIPS Hash algo: sha1 Hash value: 509ce58e44c561d54539e64e9d4b47054e696fc6 Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mipsel # Build took: 0:00:52.912927