RE: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Zheng, Lv
Hi, Dan > From: linux-acpi-ow...@vger.kernel.org > [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Dan > Williams > Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port > acpi_get_table_with_size() and > early_acpi_os_unmap_memory() from Linux kernel > > On Thu, Dec 8, 2016 at 5:59 PM,

RE: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Zheng, Lv
Hi, Rafael > From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of Rafael J. > Wysocki > Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port > acpi_get_table_with_size() and > early_acpi_os_unmap_memory() from Linux kernel > > On Fri, Dec 9, 2016 at 2:59 AM, Zheng, Lv

RE: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Zheng, Lv
Hi, Dan > -Original Message- > From: linux-acpi-ow...@vger.kernel.org > [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Dan > Williams > Sent: Friday, December 9, 2016 10:05 AM > To: Zheng, Lv > Cc: Rafael J. Wysocki ; Wysocki, Rafael J >

Re: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Rafael J. Wysocki
On Fri, Dec 9, 2016 at 2:59 AM, Zheng, Lv wrote: > Hi, Rafael and Dan > >> From: Dan Williams [mailto:dan.j.willi...@intel.com] >> Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port >> acpi_get_table_with_size() and >> early_acpi_os_unmap_memory() from Linux kernel >> >> On

Re: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Dan Williams
On Thu, Dec 8, 2016 at 5:59 PM, Zheng, Lv wrote: > Hi, Rafael and Dan > >> From: Dan Williams [mailto:dan.j.willi...@intel.com] >> Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port >> acpi_get_table_with_size() and >> early_acpi_os_unmap_memory() from Linux kernel >> >> On

RE: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Zheng, Lv
Hi, Rafael and Dan > From: Dan Williams [mailto:dan.j.willi...@intel.com] > Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port > acpi_get_table_with_size() and > early_acpi_os_unmap_memory() from Linux kernel > > On Thu, Dec 8, 2016 at 5:18 AM, Rafael J. Wysocki wrote: > >

Re: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Dan Williams
On Thu, Dec 8, 2016 at 5:49 PM, Zheng, Lv wrote: > Hi, Dan > > Good to see you here! > >> From: dan.j.willi...@gmail.com [mailto:dan.j.willi...@gmail.com] On Behalf >> Of Dan Williams >> Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port >> acpi_get_table_with_size() and

RE: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Zheng, Lv
Hi, Dan Good to see you here! > From: dan.j.willi...@gmail.com [mailto:dan.j.willi...@gmail.com] On Behalf Of > Dan Williams > Subject: Re: [PATCH 08/11] ACPICA: Tables: Back port > acpi_get_table_with_size() and > early_acpi_os_unmap_memory() from Linux kernel > > On Tue, Nov 29, 2016 at

Re: [PATCH 2 1/2] ndctl: introduce 4k allocation support for creating namespace

2016-12-08 Thread Vishal Verma
On 12/08, Dave Jiang wrote: > Existing implementation defaults all pages allocated as 2M superpages. > For nfit_test dax device we need 4k pages allocated to work properly. > Adding an --align,-a option to provide the alignment. Will accept > 4k and 2M at the moment as proper parameter. No -a

[PATCH 2 2/2] ndctl: Add test for device-dax error testing path

2016-12-08 Thread Dave Jiang
The test creates a dax device via the nfit_test with injected error. The test uses fallocate(PUNCH_HOLE) to clear the error and then check again to see if the error has been cleared. This requires code that will be going into 4.10 kernel to discover the badblocks on the device and fallocate

[PATCH 2 1/2] ndctl: introduce 4k allocation support for creating namespace

2016-12-08 Thread Dave Jiang
Existing implementation defaults all pages allocated as 2M superpages. For nfit_test dax device we need 4k pages allocated to work properly. Adding an --align,-a option to provide the alignment. Will accept 4k and 2M at the moment as proper parameter. No -a option still defaults to 2M.

[PATCH 1/2] mm, dax: make pmd_fault() and friends to be the same as fault()

2016-12-08 Thread Dave Jiang
Instead of passing in multiple parameters in the pmd_fault() handler, a vmf can be passed in just like a fault() handler. This will simplify code and remove the need for the actual pmd fault handlers to allocate a vmf. Related functions are also modified to do the same. Signed-off-by: Dave Jiang

[PATCH 2/2] mm, dax: move pmd_fault() to take only vmf parameter

2016-12-08 Thread Dave Jiang
pmd_fault() and relate functions really only need the vmf parameter since the additional parameters are all included in the vmf struct. Removing additional parameter and simplify pmd_fault() and friends. Signed-off-by: Dave Jiang Reviewed-by: Ross Zwisler

车间管理的葵花宝典/linux-nvdimm

2016-12-08 Thread 戴�l若
Message-ID: <236272236272236272236272236272236272236272236272236272> From: =linux-nvdimm= To: ¡ö¿Î¡ö³Ì¡ö´ó¡ö¸Ù¡ö·³¡öÇë¡ö²é¡öÊÕ¡ö¸½¡ö¼þ¡ö ·¢ ËÍ Ê± ¼ä:2016-12-09 04:31:43 ___ Linux-nvdimm mailing list

Re: [PATCH 08/11] ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel

2016-12-08 Thread Rafael J. Wysocki
On Thu, Dec 8, 2016 at 2:11 AM, Dan Williams wrote: > On Tue, Nov 29, 2016 at 11:21 PM, Lv Zheng wrote: >> ACPICA commit cac6790954d4d752a083e610b8a22febcd07 >> >> This patch back ports Linux acpi_get_table_with_size() and >>

如何成为业界*销*售*冠*军

2016-12-08 Thread 请注意查收
Message-ID: <207636207636207636207636207636207636207636207636207636> From: =linux-nvdimm= To: ¡ö¿Î¡ö³Ì¡ö´ó¡ö¸Ù¡ö·³¡öÇë¡ö²é¡öÊÕ¡ö¸½¡ö¼þ¡ö ·¢ ËÍ Ê± ¼ä:2016-12-08 19:29:46 ___ Linux-nvdimm mailing