[ndctl PATCH 3/3] ndctl: Revert "ndctl: Create ndctl udev rules for dirty shutdown"

2018-09-17 Thread Dan Williams
With the introduction of the 'ndctl dirty-dimm' command, environments that choose to implement dirty-shutdown mitigation can use 'dirty-dimm nmemX' and 'list --dimm --health nmemX' to acknowledge and retrieve these details. However, it should be noted that this is not the default. If the platform a

[ndctl PATCH 0/3] ndctl: Remove udev rule for latch and dirty-shutdown-count

2018-09-17 Thread Dan Williams
The latch needs to be coordinated with writes to the namespace and that makes it not suitable as a dimm-add-event udev rule. Additionally, the dirty-shutdown-count is something that can live in sysfs alongside the other health state flags in /sys/.../nmemX/nfit. Otherwise, calling any of the libnd

[ndctl PATCH 1/3] ndctl: Introduce dirty-dimm command

2018-09-17 Thread Dan Williams
Some DIMMs provide a facility to track dirty-shutdown events. The counter only rolls forward after the OS sets a latch. This allows the agent tracking dirty shutdowns to ignore events that occur while the capacity has not been written. For these DIMMs dirty-dimm will trigger the counter to roll to

[ndctl PATCH 2/3] ndctl: Revert "ndctl, intel: Fallback to smart cached shutdown_count"

2018-09-17 Thread Dan Williams
Static device attribute data, if it needs to be cached and exported to unprivileged userspace, should live in sysfs. Cc: Keith Busch Cc: Vishal Verma Signed-off-by: Dan Williams --- ndctl/lib/intel.c| 41 - ndctl/lib/libndctl.c |6 +- ndctl

Re: [PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio

2018-09-17 Thread Yi Zhang
Thanks Darwi's remind, Will follow that next time. Thanks. Yi On 2018-09-07 at 17:04:51 +, Ahmed S. Darwish wrote: > Hi! > > On Sat, Sep 08, 2018 at 02:03:02AM +0800, Zhang Yi wrote: > [...] > > > > V1: > > https://lkml.org/lkml/2018/7/4/91 > > > > V2: > > https://lkml.org/lkml/2018/7/10/135

转发:想提升的企业中层干部

2018-09-17 Thread 江主任
详 阅 附 件 .. ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

转发:14降低企业的舞弊风险,实现审计的价值

2018-09-17 Thread 谢女士
linux-nvdimm@lists.01.org 附~件~内~容 请~您~查~阅 13:01:44 ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH v2 3/3] ext2, dax: set ext2_dax_aops for dax files

2018-09-17 Thread Jan Kara
On Fri 14-09-18 08:51:14, Toshi Kani wrote: > Sync syscall to DAX file needs to flush processor cache, but it > currently does not flush to existing DAX files. This is because > 'ext2_da_aops' is set to address_space_operations of existing DAX > files, instead of 'ext2_dax_aops', since S_DAX flag

Re: [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

2018-09-17 Thread Jonathan Cameron
On Wed, 12 Sep 2018 17:08:52 +0200 Arnd Bergmann wrote: > The .ioctl and .compat_ioctl file operations have the same prototype so > they can both point to the same function, which works great almost all > the time when all the commands are compatible. > > One exception is the s390 architecture,