linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Patches for 4.20-rc2
@ 2018-11-14 22:35 Palmer Dabbelt
  2018-11-14 22:35 ` Palmer Dabbelt
  2018-11-14 23:20 ` pr-tracker-bot at kernel.org
  0 siblings, 2 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2018-11-14 22:35 UTC (permalink / raw)
  To: linux-riscv

The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:

  Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.20-rc2

for you to fetch changes up to ef3a61406618291c46da168ff91acaa28d85944c:

  RISC-V: Silence some module warnings on 32-bit (2018-11-12 18:12:24 -0800)

----------------------------------------------------------------
RISC-V Patches for 4.20-rc2

This pull request contains a for unrelated patches that fix various
issues in the RISC-V port:

* A patch that enables printk timestamps in the RISC-V defconfig.
* A whitespace fix to "struct pt_regs".
* A patch that adds a "vdso_install" target for RISC-V.
* A pair of build fixes: one to fix a typo in our makefile, and one to
  clean up some warnings.

There will probably be more patches from us for 4.20, but I don't have
anything that's ready to go right now so I'm going to hold off a bit.
Right now the only concrete thing I know I want to make sure gets sorted
out is our 32-bit stat interface, which I don't want sitting in limbo
for another cycle as we have to get RV32I glibc done.

----------------------------------------------------------------
Anup Patel (1):
      RISC-V: defconfig: Enable printk timestamps

David Abdurachmanov (2):
      riscv: fix spacing in struct pt_regs
      riscv: add missing vdso_install target

Olof Johansson (2):
      RISC-V: lib: Fix build error for 64-bit
      RISC-V: Silence some module warnings on 32-bit

 arch/riscv/Makefile             |  4 ++++
 arch/riscv/configs/defconfig    |  1 +
 arch/riscv/include/asm/ptrace.h |  4 ++--
 arch/riscv/kernel/module.c      | 12 ++++++------
 arch/riscv/lib/Makefile         |  2 +-
 5 files changed, 14 insertions(+), 9 deletions(-)

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

* [GIT PULL] RISC-V Patches for 4.20-rc2
  2018-11-14 22:35 [GIT PULL] RISC-V Patches for 4.20-rc2 Palmer Dabbelt
@ 2018-11-14 22:35 ` Palmer Dabbelt
  2018-11-14 23:20 ` pr-tracker-bot at kernel.org
  1 sibling, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2018-11-14 22:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:

  Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.20-rc2

for you to fetch changes up to ef3a61406618291c46da168ff91acaa28d85944c:

  RISC-V: Silence some module warnings on 32-bit (2018-11-12 18:12:24 -0800)

----------------------------------------------------------------
RISC-V Patches for 4.20-rc2

This pull request contains a for unrelated patches that fix various
issues in the RISC-V port:

* A patch that enables printk timestamps in the RISC-V defconfig.
* A whitespace fix to "struct pt_regs".
* A patch that adds a "vdso_install" target for RISC-V.
* A pair of build fixes: one to fix a typo in our makefile, and one to
  clean up some warnings.

There will probably be more patches from us for 4.20, but I don't have
anything that's ready to go right now so I'm going to hold off a bit.
Right now the only concrete thing I know I want to make sure gets sorted
out is our 32-bit stat interface, which I don't want sitting in limbo
for another cycle as we have to get RV32I glibc done.

----------------------------------------------------------------
Anup Patel (1):
      RISC-V: defconfig: Enable printk timestamps

David Abdurachmanov (2):
      riscv: fix spacing in struct pt_regs
      riscv: add missing vdso_install target

Olof Johansson (2):
      RISC-V: lib: Fix build error for 64-bit
      RISC-V: Silence some module warnings on 32-bit

 arch/riscv/Makefile             |  4 ++++
 arch/riscv/configs/defconfig    |  1 +
 arch/riscv/include/asm/ptrace.h |  4 ++--
 arch/riscv/kernel/module.c      | 12 ++++++------
 arch/riscv/lib/Makefile         |  2 +-
 5 files changed, 14 insertions(+), 9 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

* [GIT PULL] RISC-V Patches for 4.20-rc2
  2018-11-14 22:35 [GIT PULL] RISC-V Patches for 4.20-rc2 Palmer Dabbelt
  2018-11-14 22:35 ` Palmer Dabbelt
@ 2018-11-14 23:20 ` pr-tracker-bot at kernel.org
  2018-11-14 23:20   ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: pr-tracker-bot at kernel.org @ 2018-11-14 23:20 UTC (permalink / raw)
  To: linux-riscv

The pull request you sent on Wed, 14 Nov 2018 14:35:54 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.20-rc2

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

Thank you!

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

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

* Re: [GIT PULL] RISC-V Patches for 4.20-rc2
  2018-11-14 23:20 ` pr-tracker-bot at kernel.org
@ 2018-11-14 23:20   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2018-11-14 23:20 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: linux-riscv, Linus Torvalds, linux-kernel

The pull request you sent on Wed, 14 Nov 2018 14:35:54 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-4.20-rc2

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

Thank you!

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

_______________________________________________
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:[~2018-11-14 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 22:35 [GIT PULL] RISC-V Patches for 4.20-rc2 Palmer Dabbelt
2018-11-14 22:35 ` Palmer Dabbelt
2018-11-14 23:20 ` pr-tracker-bot at kernel.org
2018-11-14 23:20   ` pr-tracker-bot

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