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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20181002153100.GG9127@quack2.suse.cz> Date: Tue, 2 Oct 2018 17:31:00 +0200 From: Jan Kara <jack@...e.cz> To: Christoph Hellwig <hch@...radead.org> Cc: Johannes Thumshirn <jthumshirn@...e.de>, Jan Kara <jack@...e.cz>, Dan Williams <dan.j.williams@...el.com>, Dave Jiang <dave.jiang@...el.com>, linux-nvdimm@...ts.01.org, linux-mm@...ck.org, linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org, linux-xfs@...r.kernel.org, linux-api@...r.kernel.org Subject: Re: Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps On Tue 02-10-18 07:52:06, Christoph Hellwig wrote: > On Tue, Oct 02, 2018 at 04:44:13PM +0200, Johannes Thumshirn wrote: > > On Tue, Oct 02, 2018 at 07:37:13AM -0700, Christoph Hellwig wrote: > > > No, it should not. DAX is an implementation detail thay may change > > > or go away at any time. > > > > Well we had an issue with an application checking for dax, this is how > > we landed here in the first place. > > So what exacty is that "DAX" they are querying about (and no, I'm not > joking, nor being philosophical). I believe the application we are speaking about is mostly concerned about the memory overhead of the page cache. Think of a machine that has ~ 1TB of DRAM, the database running on it is about that size as well and they want database state stored somewhere persistently - which they may want to do by modifying mmaped database files if they do small updates... So they really want to be able to use close to all DRAM for the DB and not leave slack space for the kernel page cache to cache 1TB of database files. Honza -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists