[ndctl PATCH] ndctl, list: Add controller temperature

2018-06-13 Thread Dan Williams
Emit the controller temperature if the smart payload includes this field. Signed-off-by: Dan Williams --- ndctl/util/json-smart.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ndctl/util/json-smart.c b/ndctl/util/json-smart.c index 4020423bb8c8..9482b35a43d6 100644 ---

Re: [fstests PATCH] generic/223: skip when using DAX

2018-06-13 Thread Ross Zwisler
On Wed, Jun 13, 2018 at 03:25:58PM -0700, Darrick J. Wong wrote: > On Wed, Jun 13, 2018 at 03:07:42PM -0600, Ross Zwisler wrote: > > As of these upstream kernel commits: > > > > commit 6e2608dfd934 ("xfs, dax: introduce xfs_dax_aops") > > commit 5f0663bb4a64 ("ext4, dax: introduce ext4_dax_aops")

Re: [fstests PATCH] generic/223: skip when using DAX

2018-06-13 Thread Darrick J. Wong
On Wed, Jun 13, 2018 at 03:07:42PM -0600, Ross Zwisler wrote: > As of these upstream kernel commits: > > commit 6e2608dfd934 ("xfs, dax: introduce xfs_dax_aops") > commit 5f0663bb4a64 ("ext4, dax: introduce ext4_dax_aops") > > generic/223 fails on XFS and ext4 because filesystems mounted with

Re: [PATCH v2 0/2] ndctl, test: add some helper function and cleanup test script

2018-06-13 Thread Verma, Vishal L
On Tue, 2018-06-12 at 21:56 -0400, Masayoshi Mizuma wrote: > Some test scripts have same function. So, let's cleanup > to stop the duplication by intoducing 'test/common' file. > Test scripts includes the common file to use the functions. > > Changelog: > - Add SPDX style license header to the

Re: [Qemu-devel] [RFC PATCH 1/1] nvdimm: let qemu requiring section alignment of pmem resource.

2018-06-13 Thread Igor Mammedov
On Tue, 12 Jun 2018 23:04:25 +0800 Haozhong Zhang wrote: > On 06/11/18 19:55, Dan Williams wrote: > > On Mon, Jun 11, 2018 at 9:26 AM, Stefan Hajnoczi > > wrote: > > > On Mon, Jun 11, 2018 at 06:54:25PM +0800, Zhang Yi wrote: > > >> Nvdimm driver use Memory hot-plug APIs to map it's pmem

Re: [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings

2018-06-13 Thread Jan Kara
On Tue 12-06-18 15:05:36, Ross Zwisler wrote: > On Fri, May 18, 2018 at 06:35:13PM -0700, Dan Williams wrote: > > Background: > > > > get_user_pages() in the filesystem pins file backed memory pages for > > access by devices performing dma. However, it only pins the memory pages > > not the

Re: [PATCH v5 2/4] resource: Use list_head to link sibling resource

2018-06-13 Thread Baoquan He
On 06/12/18 at 05:10pm, Julia Lawall wrote: > This looks wrong. After a list iterator, the index variable points to a > dummy structure. > > julia > > url: > https://github.com/0day-ci/linux/commits/Baoquan-He/resource-Use-list_head-to-link-sibling-resource/20180612-113600 > :: branch