linux-kernel.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,
	"Alexander A. Klimov" <grandmaster@al2klimov.de>,
	Arnd Bergmann <arnd@arndb.de>, Chen Li <chenli@uniontech.com>,
	Corentin Labbe <clabbe@baylibre.com>,
	David Hildenbrand <david@redhat.com>,
	gushengxian <gushengxian@yulong.com>,
	He Zhe <zhe.he@windriver.com>, Mike Rapoport <rppt@kernel.org>,
	Prarit Bhargava <prarit@redhat.com>,
	tangchunyou <tangchunyou@yulong.com>,
	Zheng Yongjun <zhengyongjun3@huawei.com>,
	Al Viro <viro@zeniv.linux.org.uk>
Subject: [PULL] alpha.git
Date: Thu, 29 Jul 2021 20:08:38 -0700	[thread overview]
Message-ID: <20210730030838.5mp7srx73wuttx5m@ivybridge> (raw)

[-- Attachment #1: Type: text/plain, Size: 2586 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 drop the alpha-specific x86 binary
loader (from David Hildenbrand), a regression fix for at least Marvel platforms
(from Mike Rapoport), and a fix for a scary-looking typo (from Zheng Yongjun).

Thanks,
Matt

The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 640b7ea5f888b521dcf28e2564ce75d08a783fd7:

  alpha: register early reserved memory in memblock (2021-07-28 20:49:18 -0700)

----------------------------------------------------------------
Alexander A. Klimov (1):
      alpha: Kconfig: Replace HTTP links with HTTPS ones

Arnd Bergmann (1):
      alpha: fp_emul: avoid init/cleanup_module names

Chen Li (1):
      alpha: remove undef inline in compiler.h

Corentin Labbe (2):
      alpha: __udiv_qrnnd should be exported
      alpha: defconfig: add necessary configs for boot testing

David Hildenbrand (1):
      binfmt: remove support for em86 (alpha only)

He Zhe (1):
      alpha: Add syscall_get_return_value()

Mike Rapoport (1):
      alpha: register early reserved memory in memblock

Prarit Bhargava (1):
      alpha: Send stop IPI to send to online CPUs

Zheng Yongjun (1):
      alpha: convert comma to semicolon

gushengxian (2):
      alpha: Remove space between * and parameter name
      alpha: fix spelling mistakes

tangchunyou (1):
      alpha: fix typos in a comment

 arch/alpha/Kconfig                |   2 +-
 arch/alpha/boot/bootp.c           |   2 +-
 arch/alpha/boot/bootpz.c          |   2 +-
 arch/alpha/boot/misc.c            |   2 +-
 arch/alpha/configs/defconfig      |   1 +
 arch/alpha/include/asm/compiler.h |  11 ----
 arch/alpha/include/asm/syscall.h  |   6 +++
 arch/alpha/kernel/osf_sys.c       |   4 +-
 arch/alpha/kernel/perf_event.c    |   2 +-
 arch/alpha/kernel/process.c       |   2 +-
 arch/alpha/kernel/setup.c         |  13 ++---
 arch/alpha/kernel/smp.c           |   2 +-
 arch/alpha/kernel/sys_nautilus.c  |   2 +-
 arch/alpha/kernel/traps.c         |   2 +-
 arch/alpha/math-emu/math.c        |   8 ++-
 fs/Kconfig.binfmt                 |  15 ------
 fs/Makefile                       |   1 -
 fs/binfmt_em86.c                  | 110 --------------------------------------
 18 files changed, 31 insertions(+), 156 deletions(-)
 delete mode 100644 fs/binfmt_em86.c

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

             reply	other threads:[~2021-07-30  3:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-30  3:08 Matt Turner [this message]
2021-07-30  5:13 ` [PULL] alpha.git pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25 20:40 Matt Turner
2023-02-25 20:51 ` Linus Torvalds
2023-02-25 21:10 ` 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
2012-05-24 18:43 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=20210730030838.5mp7srx73wuttx5m@ivybridge \
    --to=mattst88@gmail.com \
    --cc=arnd@arndb.de \
    --cc=chenli@uniontech.com \
    --cc=clabbe@baylibre.com \
    --cc=david@redhat.com \
    --cc=grandmaster@al2klimov.de \
    --cc=gushengxian@yulong.com \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prarit@redhat.com \
    --cc=rppt@kernel.org \
    --cc=tangchunyou@yulong.com \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=zhe.he@windriver.com \
    --cc=zhengyongjun3@huawei.com \
    /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 NNTP newsgroup(s).