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 <[email protected]>

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(-)

Reply via email to