mbox series

[v2,0/2] IPS: Fix up apply_r_mips_26_rel and add KASLR support for Loongson64

Message ID 1606298812-6928-1-git-send-email-hejinyang@loongson.cn (mailing list archive)
Headers show
Series IPS: Fix up apply_r_mips_26_rel and add KASLR support for Loongson64 | expand

Message

Jinyang He Nov. 25, 2020, 10:06 a.m. UTC
Abandon the third patch in v1. There are many other factors that should
be considered. If possible, I'll fix it later.

Jinyang He (2):
  MIPS: KASLR: Correcte valid bits in apply_r_mips_26_rel()
  MIPS: Loongson64: Add KASLR support

 arch/mips/Kconfig           |  5 ++++-
 arch/mips/kernel/relocate.c | 11 +++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

Comments

Thomas Bogendoerfer Nov. 27, 2020, 9:32 a.m. UTC | #1
On Wed, Nov 25, 2020 at 06:06:52PM +0800, Jinyang He wrote:
> Abandon the third patch in v1. There are many other factors that should
> be considered. If possible, I'll fix it later.
> 
> Jinyang He (2):
>   MIPS: KASLR: Correcte valid bits in apply_r_mips_26_rel()
>   MIPS: Loongson64: Add KASLR support
> 
>  arch/mips/Kconfig           |  5 ++++-
>  arch/mips/kernel/relocate.c | 11 +++++++++--
>  2 files changed, 13 insertions(+), 3 deletions(-)

series applied to mips-next.

Thomas.