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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 22 Feb 2007 15:55:41 -0500
From:	Peter Staubach <staubach@...hat.com>
To:	Miklos Szeredi <miklos@...redi.hu>
CC:	akpm@...ux-foundation.org, hugh@...itas.com,
	linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] update ctime and mtime for mmaped write

Miklos Szeredi wrote:
>>> __fput() will be called when there are no more references to 'file',
>>> then it will update the time if the flag is set.  This applies to
>>> regular files as well as devices.
>>>
>>>   
>>>       
>> I suspect that you will find that, for a block device, the wrong inode
>> gets updated.  That's where the bd_inode_update_time() portion of my
>> proposed patch came from.
>>     
>
> How horrible :( I haven't noticed that part of the patch.  But I don't
> think that's needed.  Updating the times through the file pointer
> should be OK.  You have this problem because you use the inode which
> comes from the blockdev pseudo-filesystem.
>
>   

It was nasty, I certainly agree.  :-)

>>> But I've moved the check from __fput to remove_vma() in the next
>>> revision of the patch, which would give slightly nicer semantics, and
>>> be equally conforming.
>>>       
>> This still does not address the situation where a file is 'permanently'
>> mmap'd, does it?
>>     
>
> So?  If application doesn't do msync, then the file times won't be
> updated.  That's allowed by the standard, and so portable applications
> will have to call msync.

Well, there allowable by the specification, and then there is expected and
reasonable.  It seems reasonable to me that the file times should be
updated _sometime_, even if the application does not take proactive action
to cause them to be updated.  Otherwise, it would be easy to end up with a
file, whose contents are updated and reside on stable storage, but whose
mtime never changes.  Part of the motivation behind starting this work was
to address the situation where an application modifies files using mmap
but then backup software would never see the need to backup those files.

It seems to me that if something like sync() causes the file contents to
be written to stable storage, then the file metadata should follow in a
not too distant fashion.

    Thanx...

       ps
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ