lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 1 Dec 2020 10:54:26 -0600 From: Eric Sandeen <sandeen@...hat.com> To: torvalds@...ux-foundation.org, Miklos Szeredi <mszeredi@...hat.com>, Ira Weiny <ira.weiny@...el.com>, David Howells <dhowells@...hat.com> Cc: linux-fsdevel@...r.kernel.org, linux-man@...r.kernel.org, linux-kernel@...r.kernel.org, xfs <linux-xfs@...r.kernel.org>, linux-ext4@...r.kernel.org, Xiaoli Feng <xifeng@...hat.com>, Eric Sandeen <sandeen@...hat.com> Subject: [PATCH 0/2] statx: Fix DAX attribute collision and handling There are two issues with the statx DAX attribute in the kernel today: 1) Its value clashes with STATX_ATTR_MOUNT_ROOT as dhowells previously reported 2) It is not set in the statx attributes_mask as reported by xifeng This short series changes the STATX_ATTR_DAX value, and moves the reporting from the vfs into the dax-capable filesystems so that they can set the statx atrributes_mask appropriately. Thanks, -Eric
Powered by blists - more mailing lists