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-next>] [day] [month] [year] [list]
Date:   Tue, 02 Nov 2021 11:00:52 +0000
From:   David Howells <dhowells@...hat.com>
To:     torvalds@...ux-foundation.org
cc:     dhowells@...hat.com, marc.dionne@...istor.com,
        linux-afs@...ts.infradead.org, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] afs: Split readpage and fix file creation mtime

Hi Linus,

Can you pull these afs patches please?  There are two of them:

 (1) Split the readpage handler for symlinks from the one for files.  The
     symlink readpage isn't given a file pointer, so the handling has to be
     special-cased.

     This has been posted as part of a patchset to foliate netfs, afs,
     etc.[1] but I've moved it to this one as it's not actually doing
     foliation but is more of a pre-cleanup.

 (2) Fix file creation to set the mtime from the client's clock to keep
     make happy if the server's clock isn't quite in sync.[2]

Thanks,
David

Link: https://lore.kernel.org/r/163005742570.2472992.7800423440314043178.stgit@warthog.procyon.org.uk/ [1]
Link: http://lists.infradead.org/pipermail/linux-afs/2021-October/004395.html [2]

---
The following changes since commit 8bb7eca972ad531c9b149c0a51ab43a417385813:

  Linux 5.15 (2021-10-31 13:53:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20211102

for you to fetch changes up to 52af7105eceb311b96b3b7971a367f30a70de907:

  afs: Set mtime from the client for yfs create operations (2021-11-02 09:42:26 +0000)

----------------------------------------------------------------
AFS changes

----------------------------------------------------------------
David Howells (1):
      afs: Sort out symlink reading

Marc Dionne (1):
      afs: Set mtime from the client for yfs create operations

 fs/afs/file.c      | 14 +++++++++-----
 fs/afs/inode.c     |  6 +++---
 fs/afs/internal.h  |  3 ++-
 fs/afs/yfsclient.c | 32 +++++++++++++-------------------
 4 files changed, 27 insertions(+), 28 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ