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:   Thu, 18 Apr 2019 10:17:32 +0100
From:   David Howells <dhowells@...hat.com>
To:     torvalds@...ux-foundation.org
cc:     dhowells@...hat.com, linux-afs@...ts.infradead.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] afs: Fixes

Hi Linus,

Could you pull these afs fixes please?  There are five:

 (1) Stop using the deprecated get_seconds().

 (2) Don't make tracepoint strings const as the section they go in isn't
     read-only.

 (3) Differentiate failure due to unmarshalling from other failure cases -
     we shouldn't abort with RXGEN_CC/SS_UNMARSHAL if it's not due to
     unmarshalling.

 (4) Add a missing unlock_page().

 (5) Fix the interaction between receiving a notification from a server
     that it has invalidated all outstanding callback promises and a client
     call that we're in the middle of making that will get a new promise.

Tested-by: Jonathan Billings <jsbillin@...ch.edu>

Thanks,
David
---
The following changes since commit ed0de45a1008991fdaa27a0152befcb74d126a8b:

  ipv4: recompile ip options in ipv4_link_failure (2019-04-12 17:23:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20190413

for you to fetch changes up to eeba1e9cf31d064284dd1fa7bd6cfe01395bd03d:

  afs: Fix in-progess ops to ignore server-level callback invalidation (2019-04-13 08:37:37 +0100)

----------------------------------------------------------------
AFS fixes

----------------------------------------------------------------
Andi Kleen (1):
      afs: Avoid section confusion in CM_NAME

Arnd Bergmann (1):
      afs: avoid deprecated get_seconds()

David Howells (2):
      afs: Differentiate abort due to unmarshalling from other errors
      afs: Fix in-progess ops to ignore server-level callback invalidation

Marc Dionne (1):
      afs: Unlock pages for __pagevec_release()

 fs/afs/callback.c  | 3 +--
 fs/afs/cmservice.c | 2 +-
 fs/afs/inode.c     | 4 +---
 fs/afs/internal.h  | 4 +---
 fs/afs/rxrpc.c     | 6 +++++-
 fs/afs/server.c    | 1 -
 fs/afs/write.c     | 1 +
 7 files changed, 10 insertions(+), 11 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ