All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2
@ 2021-09-11 17:43 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2021-09-11 17:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

merged tag 'riscv-for-linus-5.15-mw0'
The following changes since commit 063df71a574b88e94391a3a719cf66d1b46df884:

  Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2021-09-05 11:31:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.15-mw1

for you to fetch changes up to 6f55ab36bef505b449723300a5a445ddc76a94d7:

  riscv: Move EXCEPTION_TABLE to RO_DATA segment (2021-09-10 23:59:48 -0700)

----------------------------------------------------------------
RISC-V Patches for the 5.15 Merge Window, Part 2

* A pair of defconfig additions, for NVMe and the EFI filesystem
  localization options.
* A larger address space for stack randomization.
* A cleanup to our install rules.
* A DTS update for the Microchip Icicle board, to fix the serial
  console.
* Support for build-time table sorting, which allows us to have
  __ex_table read-only.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      riscv: dts: microchip: mpfs-icicle: Fix serial console

Heinrich Schuchardt (2):
      riscv: defconfig: enable BLK_DEV_NVME
      riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1

Jisheng Zhang (2):
      riscv: Enable BUILDTIME_TABLE_SORT
      riscv: Move EXCEPTION_TABLE to RO_DATA segment

Kefeng Wang (1):
      riscv: Improve stack randomisation on RV64

Masahiro Yamada (1):
      riscv: move the (z)install rules to arch/riscv/Makefile

 Documentation/features/vm/ELF-ASLR/arch-support.txt         | 2 +-
 arch/riscv/Kconfig                                          | 1 +
 arch/riscv/Makefile                                         | 7 +++++--
 arch/riscv/boot/Makefile                                    | 8 --------
 arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 6 +++++-
 arch/riscv/configs/defconfig                                | 4 ++++
 arch/riscv/include/asm/elf.h                                | 3 +++
 arch/riscv/kernel/vmlinux-xip.lds.S                         | 1 -
 arch/riscv/kernel/vmlinux.lds.S                             | 4 ++--
 scripts/sorttable.c                                         | 1 +
 10 files changed, 22 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2
@ 2021-09-11 17:43 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2021-09-11 17:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

merged tag 'riscv-for-linus-5.15-mw0'
The following changes since commit 063df71a574b88e94391a3a719cf66d1b46df884:

  Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2021-09-05 11:31:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.15-mw1

for you to fetch changes up to 6f55ab36bef505b449723300a5a445ddc76a94d7:

  riscv: Move EXCEPTION_TABLE to RO_DATA segment (2021-09-10 23:59:48 -0700)

----------------------------------------------------------------
RISC-V Patches for the 5.15 Merge Window, Part 2

* A pair of defconfig additions, for NVMe and the EFI filesystem
  localization options.
* A larger address space for stack randomization.
* A cleanup to our install rules.
* A DTS update for the Microchip Icicle board, to fix the serial
  console.
* Support for build-time table sorting, which allows us to have
  __ex_table read-only.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      riscv: dts: microchip: mpfs-icicle: Fix serial console

Heinrich Schuchardt (2):
      riscv: defconfig: enable BLK_DEV_NVME
      riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1

Jisheng Zhang (2):
      riscv: Enable BUILDTIME_TABLE_SORT
      riscv: Move EXCEPTION_TABLE to RO_DATA segment

Kefeng Wang (1):
      riscv: Improve stack randomisation on RV64

Masahiro Yamada (1):
      riscv: move the (z)install rules to arch/riscv/Makefile

 Documentation/features/vm/ELF-ASLR/arch-support.txt         | 2 +-
 arch/riscv/Kconfig                                          | 1 +
 arch/riscv/Makefile                                         | 7 +++++--
 arch/riscv/boot/Makefile                                    | 8 --------
 arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 6 +++++-
 arch/riscv/configs/defconfig                                | 4 ++++
 arch/riscv/include/asm/elf.h                                | 3 +++
 arch/riscv/kernel/vmlinux-xip.lds.S                         | 1 -
 arch/riscv/kernel/vmlinux.lds.S                             | 4 ++--
 scripts/sorttable.c                                         | 1 +
 10 files changed, 22 insertions(+), 15 deletions(-)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2
  2021-09-11 17:43 ` Palmer Dabbelt
@ 2021-09-12  0:42   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-12  0:42 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Sat, 11 Sep 2021 10:43:47 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.15-mw1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2
@ 2021-09-12  0:42   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-12  0:42 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Sat, 11 Sep 2021 10:43:47 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.15-mw1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-12  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11 17:43 [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2 Palmer Dabbelt
2021-09-11 17:43 ` Palmer Dabbelt
2021-09-12  0:42 ` pr-tracker-bot
2021-09-12  0:42   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.