All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 5.11-rc1 (or rc2, if it's too late)
@ 2020-12-24  4:24 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2020-12-24  4:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

merged tag 'riscv-for-linus-5.11-mw0'
The following changes since commit e2ae634014d3a8839a99f8897b3f6346a133a33b:

  Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2020-12-18 10:43:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.11-rc1

for you to fetch changes up to de043da0b9e71147ca610ed542d34858aadfc61c:

  RISC-V: Fix usage of memblock_enforce_memory_limit (2020-12-21 21:02:14 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.11-rc1

* A fix that avoids trying to initialize memory regions outside the
  usable range.

---

I know it's an odd time, but I figured it'd be better to just send this out.
There's a few other fixes on the list that I was considering including, but
there's enough discussion that I didn't want to rush those over the holidays.
I don't see any reason to delay this one any longer, though, as it's relevant
to the ongoing QEMU work.

----------------------------------------------------------------
Atish Patra (1):
      RISC-V: Fix usage of memblock_enforce_memory_limit

 arch/riscv/mm/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL] RISC-V Fixes for 5.11-rc1 (or rc2, if it's too late)
@ 2020-12-24  4:24 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2020-12-24  4:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

merged tag 'riscv-for-linus-5.11-mw0'
The following changes since commit e2ae634014d3a8839a99f8897b3f6346a133a33b:

  Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2020-12-18 10:43:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.11-rc1

for you to fetch changes up to de043da0b9e71147ca610ed542d34858aadfc61c:

  RISC-V: Fix usage of memblock_enforce_memory_limit (2020-12-21 21:02:14 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.11-rc1

* A fix that avoids trying to initialize memory regions outside the
  usable range.

---

I know it's an odd time, but I figured it'd be better to just send this out.
There's a few other fixes on the list that I was considering including, but
there's enough discussion that I didn't want to rush those over the holidays.
I don't see any reason to delay this one any longer, though, as it's relevant
to the ongoing QEMU work.

----------------------------------------------------------------
Atish Patra (1):
      RISC-V: Fix usage of memblock_enforce_memory_limit

 arch/riscv/mm/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
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 Fixes for 5.11-rc1 (or rc2, if it's too late)
  2020-12-24  4:24 ` Palmer Dabbelt
@ 2020-12-24 22:15   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-24 22:15 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Wed, 23 Dec 2020 20:24:05 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.11-rc1

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

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 Fixes for 5.11-rc1 (or rc2, if it's too late)
@ 2020-12-24 22:15   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-24 22:15 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: linux-riscv, Linus Torvalds, linux-kernel

The pull request you sent on Wed, 23 Dec 2020 20:24:05 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.11-rc1

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

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:[~2020-12-24 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  4:24 [GIT PULL] RISC-V Fixes for 5.11-rc1 (or rc2, if it's too late) Palmer Dabbelt
2020-12-24  4:24 ` Palmer Dabbelt
2020-12-24 22:15 ` pr-tracker-bot
2020-12-24 22:15   ` 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.