linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Turner <mattst88@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PULL] alpha.git
Date: Sat, 25 Feb 2023 15:40:01 -0500	[thread overview]
Message-ID: <20230225204001.eostfx5mcba5vaiq@framework.mattst88.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3671 bytes --]

Hi Linus,

Please pull a few changes for alpha. They're mostly small janitorial
fixes but there's also more important ones: a patch to fix loading large
modules from Edward Humes, and some fixes from Al Viro.

Thanks,
Matt

The following changes since commit f6feea56f66d34259c4222fa02e8171c4f2673d1:

  Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-02-13 14:09:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus

for you to fetch changes up to 290ec1d58049e6203062d5fc796c50852112ae00:

  alpha: in_irq() cleanup (2023-02-24 23:14:22 -0500)

----------------------------------------------------------------
Al Viro (5):
      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
      alpha: lazy FPU switching

Bjorn Helgaas (1):
      alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions

Changbin Du (1):
      alpha: in_irq() cleanup

Colin Ian King (1):
      alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr

Edward Humes (1):
      alpha: fix R_ALPHA_LITERAL reloc for large modules

Joe Perches (1):
      alpha: Avoid comma separated statements

Kees Cook (1):
      alpha: Implement "current_stack_pointer"

Lukas Bulwahn (1):
      alpha: update config files

Maciej W. Rozycki (1):
      alpha: Remove redundant local asm header redirections

Minghao Chi (1):
      alpha: remove redundant err variable

Yang Yang (1):
      alpha: replace NR_SYSCALLS by NR_syscalls

Zhang Jiaming (1):
      alpha: Add some spaces to ensure format specification

rj1 (1):
      alpha: fixed a typo in core_cia.c

 arch/alpha/Kconfig                   |   1 +
 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              |  16 ++--
 arch/alpha/boot/tools/objstrip.c     |   2 +-
 arch/alpha/configs/defconfig         |   2 -
 arch/alpha/include/asm/Kbuild        |   1 +
 arch/alpha/include/asm/asm-offsets.h |   1 -
 arch/alpha/include/asm/div64.h       |   1 -
 arch/alpha/include/asm/fpu.h         |  61 +++++++++------
 arch/alpha/include/asm/io.h          |   4 -
 arch/alpha/include/asm/irq_regs.h    |   1 -
 arch/alpha/include/asm/kdebug.h      |   1 -
 arch/alpha/include/asm/thread_info.h |  18 +++++
 arch/alpha/include/asm/unistd.h      |   2 +-
 arch/alpha/include/uapi/asm/ptrace.h |   2 +
 arch/alpha/kernel/asm-offsets.c      |   2 +
 arch/alpha/kernel/core_cia.c         |   2 +-
 arch/alpha/kernel/entry.S            | 148 ++++++++++++++++++-----------------
 arch/alpha/kernel/module.c           |   4 +-
 arch/alpha/kernel/osf_sys.c          |   2 +-
 arch/alpha/kernel/pci_iommu.c        |   8 +-
 arch/alpha/kernel/perf_event.c       |   6 +-
 arch/alpha/kernel/process.c          |   7 +-
 arch/alpha/kernel/ptrace.c           |  18 +++--
 arch/alpha/kernel/signal.c           |  20 +++--
 arch/alpha/kernel/traps.c            |  30 +++----
 arch/alpha/lib/fpreg.c               |  43 ++++++++--
 arch/alpha/lib/stacktrace.c          |   2 +-
 kernel/trace/trace.h                 |   2 +-
 32 files changed, 238 insertions(+), 177 deletions(-)
 delete mode 100644 arch/alpha/include/asm/asm-offsets.h
 delete mode 100644 arch/alpha/include/asm/div64.h
 delete mode 100644 arch/alpha/include/asm/irq_regs.h
 delete mode 100644 arch/alpha/include/asm/kdebug.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 376 bytes --]

             reply	other threads:[~2023-02-25 20:40 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25 20:40 Matt Turner [this message]
2023-02-25 20:51 ` [PULL] alpha.git Linus Torvalds
2023-02-25 21:10 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-07-30  3:08 Matt Turner
2021-07-30  5:13 ` pr-tracker-bot
2020-06-13  0:57 Matt Turner
2020-06-13 18:00 ` pr-tracker-bot
2019-02-11  4:46 Matt Turner
2019-02-11 18:35 ` pr-tracker-bot
2018-12-30 22:25 Matt Turner
2018-12-31 18:05 ` pr-tracker-bot
2018-05-23  4:02 Matt Turner
2018-04-08 18:44 Matt Turner
2018-04-09 16:13 ` Linus Torvalds
2018-04-09 16:46   ` Matt Turner
2018-02-02 19:52 Matt Turner
2018-01-21  2:25 Matt Turner
2018-01-23 10:23 ` Mikulas Patocka
2018-01-23 17:56   ` Matt Turner
2018-01-24  9:55     ` Mikulas Patocka
2017-09-04 20:50 Matt Turner
2017-08-29 19:35 Matt Turner
2015-08-31  1:13 Matt Turner
2015-05-26 20:09 Matt Turner
2014-01-31 17:26 Matt Turner
2013-11-20 19:26 Matt Turner
2013-07-22 17:11 Matt Turner
2012-05-24 18:43 Matt Turner
2012-05-05 19:14 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230225204001.eostfx5mcba5vaiq@framework.mattst88.com \
    --to=mattst88@gmail.com \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).