All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable KASLR for OCTEON platforms.
@ 2016-11-22 19:43 ` Steven J. Hill
  0 siblings, 0 replies; 5+ messages in thread
From: Steven J. Hill @ 2016-11-22 19:43 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

This patchset enables support of KASLR for OCTEON platforms.

Steven J. Hill (5):
  MIPS: FW: Make fw_init_cmdline() to be __weak.
  MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE
  MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms.
  MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms.
  MIPS: OCTEON: Enable KASLR

 arch/mips/Kconfig               |  3 ++-
 arch/mips/Makefile              |  5 +++++
 arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++
 arch/mips/include/asm/fw/fw.h   |  2 +-
 4 files changed, 31 insertions(+), 2 deletions(-)

-- 
1.9.1

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

* [PATCH 0/5] Enable KASLR for OCTEON platforms.
@ 2016-11-22 19:43 ` Steven J. Hill
  0 siblings, 0 replies; 5+ messages in thread
From: Steven J. Hill @ 2016-11-22 19:43 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

This patchset enables support of KASLR for OCTEON platforms.

Steven J. Hill (5):
  MIPS: FW: Make fw_init_cmdline() to be __weak.
  MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE
  MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms.
  MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms.
  MIPS: OCTEON: Enable KASLR

 arch/mips/Kconfig               |  3 ++-
 arch/mips/Makefile              |  5 +++++
 arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++
 arch/mips/include/asm/fw/fw.h   |  2 +-
 4 files changed, 31 insertions(+), 2 deletions(-)

-- 
1.9.1

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

* RE: [PATCH 0/5] Enable KASLR for OCTEON platforms.
  2016-11-22 19:43 ` Steven J. Hill
  (?)
@ 2016-11-22 21:16 ` Matt Redfearn
  -1 siblings, 0 replies; 5+ messages in thread
From: Matt Redfearn @ 2016-11-22 21:16 UTC (permalink / raw)
  To: Steven J. Hill, linux-mips; +Cc: ralf

Hi Steven
Apart from the possibility that https://patchwork.linux-mips.org/patch/14554/ removes the need for patch 2, the series looks good to me.

Thanks,
Matt
________________________________________
From: linux-mips-bounce@linux-mips.org [linux-mips-bounce@linux-mips.org] on behalf of Steven J. Hill [Steven.Hill@cavium.com]
Sent: 22 November 2016 19:43
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org
Subject: [PATCH 0/5] Enable KASLR for OCTEON platforms.

This patchset enables support of KASLR for OCTEON platforms.

Steven J. Hill (5):
  MIPS: FW: Make fw_init_cmdline() to be __weak.
  MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE
  MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms.
  MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms.
  MIPS: OCTEON: Enable KASLR

 arch/mips/Kconfig               |  3 ++-
 arch/mips/Makefile              |  5 +++++
 arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++
 arch/mips/include/asm/fw/fw.h   |  2 +-
 4 files changed, 31 insertions(+), 2 deletions(-)

--
1.9.1

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

* Re: [PATCH 0/5] Enable KASLR for OCTEON platforms.
@ 2016-11-23 12:26   ` Steven J. Hill
  0 siblings, 0 replies; 5+ messages in thread
From: Steven J. Hill @ 2016-11-23 12:26 UTC (permalink / raw)
  To: linux-mips

On 11/22/2016 01:43 PM, Steven J. Hill wrote:
> This patchset enables support of KASLR for OCTEON platforms.
> 
> Steven J. Hill (5):
>   MIPS: FW: Make fw_init_cmdline() to be __weak.
>   MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE
>   MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms.
>   MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms.
>   MIPS: OCTEON: Enable KASLR
> 
>  arch/mips/Kconfig               |  3 ++-
>  arch/mips/Makefile              |  5 +++++
>  arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++
>  arch/mips/include/asm/fw/fw.h   |  2 +-
>  4 files changed, 31 insertions(+), 2 deletions(-)
> 
My apologies for the incomplete patchset. I pulled the trigger a
little early and did not include the code necessary for SMP to
work properly. I will do a second version for patch 5/5 only.

Steve

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

* Re: [PATCH 0/5] Enable KASLR for OCTEON platforms.
@ 2016-11-23 12:26   ` Steven J. Hill
  0 siblings, 0 replies; 5+ messages in thread
From: Steven J. Hill @ 2016-11-23 12:26 UTC (permalink / raw)
  To: linux-mips

On 11/22/2016 01:43 PM, Steven J. Hill wrote:
> This patchset enables support of KASLR for OCTEON platforms.
> 
> Steven J. Hill (5):
>   MIPS: FW: Make fw_init_cmdline() to be __weak.
>   MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE
>   MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms.
>   MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms.
>   MIPS: OCTEON: Enable KASLR
> 
>  arch/mips/Kconfig               |  3 ++-
>  arch/mips/Makefile              |  5 +++++
>  arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++
>  arch/mips/include/asm/fw/fw.h   |  2 +-
>  4 files changed, 31 insertions(+), 2 deletions(-)
> 
My apologies for the incomplete patchset. I pulled the trigger a
little early and did not include the code necessary for SMP to
work properly. I will do a second version for patch 5/5 only.

Steve

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

end of thread, other threads:[~2016-11-23 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22 19:43 [PATCH 0/5] Enable KASLR for OCTEON platforms Steven J. Hill
2016-11-22 19:43 ` Steven J. Hill
2016-11-22 21:16 ` Matt Redfearn
2016-11-23 12:26 ` Steven J. Hill
2016-11-23 12:26   ` Steven J. Hill

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.