# git rev-parse -q --verify 5ea6718b1f1bb58825426e19a21cdba47075a954^{commit} 5ea6718b1f1bb58825426e19a21cdba47075a954 already have revision, skipping fetch # git checkout -q -f -B kisskb 5ea6718b1f1bb58825426e19a21cdba47075a954 # git clean -qxdf # < git log -1 # commit 5ea6718b1f1bb58825426e19a21cdba47075a954 # Merge: 3bb0f28d84f3 4083014e3269 # Author: Linus Torvalds # Date: Wed Mar 13 09:41:18 2019 -0700 # # Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm # # Pull libnvdimm updates from Dan Williams: # "The bulk of this has been in -next since before the merge window # opened, with no known collisions / issues reported. # # The only detail worth noting, outside the summary below, is that the # "libnvdimm-start-pad" topic has been truncated to just cleanups and # small fixes. The full topic branch would have doubled down on hacks # around the "section alignment" limitation of the core-mm, instead # effort is now being spent to address that root issue in the memory # hotplug implementation for v5.2. # # - Fix nfit-bus command submission regression # # - Support retrieval of short-ARS results if the ARS state is # "requires continuation", and even if the "no_init_ars" module # parameter is specified # # - Allow busy-polling of the kernel ARS state by allowing root to # reset the exponential back-off timer # # - Filter potentially stale ARS results by tracking query-ARS relative # to the previous start-ARS # # - Enhance dax_device alignment checks # # - Add support for the Hyper-V family of device-specific-methods # (DSMs) # # - Add several fixes and workarounds for Hyper-V compatibility # # - Fix support to cache the dirty-shutdown-count at init" # # * tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm: (25 commits) # libnvdimm/namespace: Clean up holder_class_store() # libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warnings # acpi/nfit: Update NFIT flags error message # libnvdimm/btt: Fix LBA masking during 'free list' population # libnvdimm/btt: Remove unnecessary code in btt_freelist_init # libnvdimm/pfn: Remove dax_label_reserve # dax: Check the end of the block-device capacity with dax_direct_access() # nfit/ars: Avoid stale ARS results # nfit/ars: Allow root to busy-poll the ARS state machine # nfit/ars: Introduce scrub_flags # nfit/ars: Remove ars_start_flags # nfit/ars: Attempt short-ARS even in the no_init_ars case # nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot # acpi/nfit: Require opt-in for read-only label configurations # libnvdimm/pmem: Honor force_raw for legacy pmem regions # libnvdimm/pfn: Account for PAGE_SIZE > info-block-size in nd_pfn_init() # libnvdimm: Fix altmap reservation size calculation # libnvdimm, pfn: Fix over-trim in trim_pfn_device() # acpi/nfit: Fix bus command validation # libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM family # ... # < /opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc-gcc --version # < /opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc-ld --version # < git log --format=%s --max-count=1 5ea6718b1f1bb58825426e19a21cdba47075a954 # < make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- axs101_defconfig # Added to kconfig CONFIG_INITRAMFS_SOURCE="" # yes \n | make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=arc O=/kisskb/build/linus_axs101_defconfig_arcompact CROSS_COMPILE=/opt/cross/kisskb/arcompact-buildroot-2015.08.1/bin/arc-buildroot-linux-uclibc- /kisskb/src/arch/arc/boot/dts/axs10x_mb.dtsi:221.15-225.6: Warning (i2c_bus_reg): /axs10x_mb/i2c@0x1f000/eeprom@0x54: I2C bus unit address format error, expected "54" /kisskb/src/arch/arc/boot/dts/axs10x_mb.dtsi:227.15-231.6: Warning (i2c_bus_reg): /axs10x_mb/i2c@0x1f000/eeprom@0x57: I2C bus unit address format error, expected "57" /kisskb/src/arch/arc/mm/tlb.c: In function 'do_tlb_overlap_fault': /kisskb/src/arch/arc/mm/tlb.c:914:2: warning: variable length array 'pd0' is used [-Wvla] unsigned int pd0[mmu->ways]; ^ In file included from /kisskb/src/arch/arc/include/asm/atomic.h:16:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/arc/include/asm/bitops.h:429, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/nfs/nfs3acl.c:2: /kisskb/src/fs/nfs/nfs3acl.c: In function 'nfs3_abort_get_acl': /kisskb/src/arch/arc/include/asm/cmpxchg.h:95:29: warning: value computed is not used [-Wunused-value] #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ ^ /kisskb/src/fs/nfs/nfs3acl.c:44:2: note: in expansion of macro 'cmpxchg' cmpxchg(p, sentinel, ACL_NOT_CACHED); ^ /kisskb/src/fs/fs_parser.c: In function 'fs_validate_description': /kisskb/src/fs/fs_parser.c:413:6: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Wformat=] pr_err("VALIDATE %s: e[%lu] enum val for %s\n", ^ In file included from /kisskb/src/arch/arc/include/asm/atomic.h:16:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/arc/include/asm/bitops.h:429, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/fs/posix_acl.c:13: /kisskb/src/fs/posix_acl.c: In function 'get_acl': /kisskb/src/arch/arc/include/asm/cmpxchg.h:95:29: warning: value computed is not used [-Wunused-value] #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ ^ /kisskb/src/fs/posix_acl.c:147:3: note: in expansion of macro 'cmpxchg' cmpxchg(p, sentinel, ACL_NOT_CACHED); ^ In file included from /kisskb/src/arch/arc/include/asm/atomic.h:16:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/arc/include/asm/bitops.h:429, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/net/core/filter.c:24: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/arc/include/asm/cmpxchg.h:95:29: warning: value computed is not used [-Wunused-value] #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ ^ /kisskb/src/net/core/filter.c:3481:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^ /kisskb/src/net/ipv4/tcp_input.c: In function 'tcp_data_queue': /kisskb/src/net/ipv4/tcp_input.c:4315:49: warning: array subscript is above array bounds [-Warray-bounds] tp->selective_acks[i-1] = tp->selective_acks[i]; ^ Completed OK # rm -rf /kisskb/build/linus_axs101_defconfig_arcompact # Build took: 0:00:54.073696