RE: 最新广交会11月126届出炉了

2019-12-03 Thread 最新广交会11月126届出炉了
  关键有负责人有手机号   广交会126届展商数据 有2.7万多家参展商 QQ : 2083925785 E-mail: sales0...@hotmail.com    ___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

Re: [PATCH v6] mm/pgmap: Use correct alignment when looking at first pfn from a region

2019-12-03 Thread Aneesh Kumar K.V
On 12/3/19 6:20 AM, Dan Williams wrote: On Sat, Nov 30, 2019 at 3:13 PM Andrew Morton wrote: On Wed, 25 Sep 2019 09:21:02 +0530 "Aneesh Kumar K.V" wrote: Andrew Morton writes: On Tue, 17 Sep 2019 21:01:29 +0530 "Aneesh Kumar K.V" wrote: vmem_altmap_offset() adjust the section aligne

Re: [PATCH v2 00/27] Add support for OpenCAPI SCM devices

2019-12-03 Thread Matthew Wilcox
On Tue, Dec 03, 2019 at 03:01:17PM +1100, Alastair D'Silva wrote: > On Mon, 2019-12-02 at 19:50 -0800, Matthew Wilcox wrote: > > On Tue, Dec 03, 2019 at 02:46:28PM +1100, Alastair D'Silva wrote: > > > This series adds support for OpenCAPI SCM devices, exposing > > > > Could we _not_ introduce yet

Re: [PATCH v2 02/27] nvdimm: remove prototypes for nonexistent functions

2019-12-03 Thread Dan Williams
On Mon, Dec 2, 2019 at 7:48 PM Alastair D'Silva wrote: > > From: Alastair D'Silva > > These functions don't exist, so remove the prototypes for them. > > Signed-off-by: Alastair D'Silva > Reviewed-by: Frederic Barrat > --- This was already merged as commit: cda93d6965a1 libnvdimm: Remove

Re: [PATCH v2 00/27] Add support for OpenCAPI SCM devices

2019-12-03 Thread Dan Williams
On Tue, Dec 3, 2019 at 4:43 AM Matthew Wilcox wrote: > > On Tue, Dec 03, 2019 at 03:01:17PM +1100, Alastair D'Silva wrote: > > On Mon, 2019-12-02 at 19:50 -0800, Matthew Wilcox wrote: > > > On Tue, Dec 03, 2019 at 02:46:28PM +1100, Alastair D'Silva wrote: > > > > This series adds support for OpenC

Re: daxctl: Change region input type from INTEGER to STRING.

2019-12-03 Thread Dan Williams
On Mon, Dec 2, 2019 at 6:43 PM Li, Redhairer wrote: > > I have squashed my previous two change. > Please refer it. The logic looks good, and it's passing my manual tests. However the unit tests are currently failing, so I got sidetracked trying to look into that. Not your issue, but it prevented

产品结构设计知识的了解与应用及进出口企业关务管理9:56:06

2019-12-03 Thread 和侃
Message-ID: 0628291441266 From: =?wmcyrj??= To: ··详··情··见··附··件·· ___ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-le...@lists.01.org

[PATCH] daxctl: Change region input type from INTEGER to STRING.

2019-12-03 Thread Li, Redhairer
Allow daxctl to accept both , and region name as region parameter. For example: daxctl list -r region5 daxctl list -r 5 Link: https://github.com/pmem/ndctl/issues/109 Signed-off-by: Redhairer Li --- daxctl/device.c | 11 --- daxctl/list.c | 14 ++ util/filter.c |

Re: [PATCH] daxctl: Change region input type from INTEGER to STRING.

2019-12-03 Thread Dan Williams
Nice! You got mail working! On Tue, Dec 3, 2019 at 6:33 PM Li, Redhairer wrote: > > Allow daxctl to accept both , and region name as region parameter. > For example: > > daxctl list -r region5 > daxctl list -r 5 > > Link: https://github.com/pmem/ndctl/issues/109 > Signed-off-by: Redhairer