Re: [PATCH] xfs: add regression test for DAX mount option usage

2017-09-12 Thread Ross Zwisler
On Tue, Sep 12, 2017 at 04:44:11PM +1000, Dave Chinner wrote: > On Fri, Sep 08, 2017 at 03:21:53PM -0600, Ross Zwisler wrote: > > This adds a regression test for the following kernel patch: > > > > xfs: always use DAX if mount option is used > > > > This test will also pass with kernel v4.14-rc

Re: [PATCH v2 3/5] ext4: add sanity check for encryption + DAX

2017-09-12 Thread Ross Zwisler
On Tue, Sep 12, 2017 at 08:45:00AM +0200, Jan Kara wrote: > On Mon 11-09-17 23:05:24, Ross Zwisler wrote: > > We prevent DAX from being used on inodes which are using ext4's built in > > encryption via a check in ext4_set_inode_flags(). We do have what appears > > to be an unsafe transition of S_D

企业必备的法律风险防范及问题员工处理技巧

2017-09-12 Thread 惠猜
发 件 人:"惠猜" 收 件 人:"linux-nvdimm" ; 发送时间:2017-9-13 1:52:36 课程信息: 新《劳动合同法》、《社会保险法》、《工伤保险条例》实操应对策略与有效调岗调薪、裁员解雇及违纪问题员工处理技 注明:该课程2天为一个单元,A单元与B单元内容是完全独立的不分先后顺序,客户可根据自己需求选择参加A单元或者B单元,或AB单元均参加,可以参加完A单元再参加B单元或者先参加B单元再参加A单元均可! 详细 课程时间安排 及 联系方式 请查阅 附件内容 课 程 特 色: 稀缺性:此课程将劳动法体系和薪酬绩效管理体系紧密相结合,国内极少出现此类课程。 针对性:课

Re: [PATCH] nvdimm: fix potential double-fetch bug

2017-09-12 Thread Jerry Hoemann
On Thu, Aug 31, 2017 at 03:42:52PM -0700, Dan Williams wrote: > [ adding Jerry ] > > On Wed, Aug 23, 2017 at 2:07 PM, Meng Xu wrote: > > From: Meng Xu > > > > While examining the kernel source code, I found a dangerous operation that > > could turn into a double-fetch situation (a race condition

Re: [PATCH] nvdimm: fix potential double-fetch bug

2017-09-12 Thread Meng Xu
Hi Jerry, Thank you for the question. Yes, these double copies do seem to present an issue. __nd_ioctl() and acpi_nfit_ctl() both use the same way to derive `out_size`, but based on different data fetches. A simple patch would be memcmp(buf, in_env, in_len) memcmp(buf + in_len, out_env, out_len

Re: [PATCH] xfs: add regression test for DAX mount option usage

2017-09-12 Thread Dave Chinner
On Tue, Sep 12, 2017 at 09:38:20AM -0600, Ross Zwisler wrote: > On Tue, Sep 12, 2017 at 04:44:11PM +1000, Dave Chinner wrote: > > On Fri, Sep 08, 2017 at 03:21:53PM -0600, Ross Zwisler wrote: > > > This adds a regression test for the following kernel patch: > > > > > > xfs: always use DAX if mou

�ֽ� Ŭ�� ȸ���е鲲 ���ҽ��־� �����մϴ�.

2017-09-12 Thread Ŭ����
¾È³çÇϼ¼¿ä Ŭ·´¿©·¯ºÐ ÁÖ½ÄÅõÀÚ·Î ¼Õ½Ç Å©½Ç°Ì´Ï´Ù °í°´µéÀÌ ½ÇÁ¦·Î µ· ¹ú°í ÀÖ´Â °÷ÀÔ´Ï´Ù. ÀÌ ¾÷ü´Â ¾î¶»°Ô ¼öÀÍÀ» ³»´ÂÁö ¹«·áüÇèÇغ¸¼¼¿ä. Å« µµ¿ò µÇ½Ç°Ì´Ï´Ù.

Delivery reports about your e-mail

2017-09-12 Thread Mail Administrator
This Message was undeliverable due to the following reason: Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely ther

Re: [PATCH ndctl] ndctl: sort by dimm's number when bad dimms are shown.

2017-09-12 Thread Yasunori Goto
> On Sun, Sep 10, 2017 at 7:39 PM, Yasunori Goto wrote: > >> > + > >> > + if (!found) > >> > + goto err_found; > >> > + > >> > + for (i = 0; i < found; i++) { > >> > + const char *devname = ndctl_dimm_get_devname(dimms[i]); > >> > + > >> > + jobj = json_object_new