[git,pill] vfs.git alpha fixes

Message ID Y/gvQh5+4k8y+IdF@ZenIV
State New
Headers
Series [git,pill] vfs.git alpha fixes |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.alpha

Message

Al Viro Feb. 24, 2023, 3:30 a.m. UTC
  FEN fault fix deals with a really old oopsable braino, the rest
is alpha/boot compile fixes and minor cleaning up.

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.alpha

for you to fetch changes up to beb9797ee8b0c19598ffccdfae24afa6e0066f6a:

  alpha/boot/misc: trim unused declarations (2023-01-11 15:36:52 -0500)

----------------------------------------------------------------
Al Viro (4):
      alpha: fix FEN fault handling
      alpha/boot: fix the breakage from -isystem series...
      alpha/boot/tools/objstrip: fix the check for ELF header
      alpha/boot/misc: trim unused declarations

 arch/alpha/boot/bootp.c          |  2 +-
 arch/alpha/boot/bootpz.c         |  2 +-
 arch/alpha/boot/main.c           |  2 +-
 arch/alpha/boot/misc.c           |  2 --
 arch/alpha/boot/stdio.c          |  4 ++--
 arch/alpha/boot/tools/objstrip.c |  2 +-
 arch/alpha/kernel/traps.c        | 30 +++++++++++++++---------------
 7 files changed, 21 insertions(+), 23 deletions(-)
  

Comments

Linus Torvalds Feb. 25, 2023, 3:17 a.m. UTC | #1
On Thu, Feb 23, 2023 at 7:30 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
>  FEN fault fix deals with a really old oopsable braino

My old alpha architecture manual doesn't even list "clrfen" as a
PAL-code instruction.

It does have "wrfen", but that's privileged.

I have no idea when clrfen became a thing. But it's clearly a later
addition that somebody didn't think through.

             Linus
  
pr-tracker-bot@kernel.org Feb. 25, 2023, 3:40 a.m. UTC | #2
The pull request you sent on Fri, 24 Feb 2023 03:30:10 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.alpha

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/10cc5d483ebc00e82d9a38d3419b2edc8b79b64d

Thank you!