mbox

[GIT,PULL] Xilinx Zynq fix for v3.14

Message ID 52F8C356.8060209@monstr.eu
State New
Headers show

Pull-request

git://git.xilinx.com/linux-xlnx.git tags/zynq-fixes-for-3.14

Message

Michal Simek Feb. 10, 2014, 12:17 p.m. UTC
Hi,

please consider to queue this bug fix for v3.14.

Bug was reported here:
https://lkml.org/lkml/2014/1/27/212

I have also discussed this with Rob regarding memreserve DT feature.
Here is thread with Rob:
https://lkml.org/lkml/2014/1/31/105

Moving kernel start is currently enabled by:
"ARM: ignore memory below PHYS_OFFSET"
(sha1: 571b14375019c3a66ef70d4d4a7083f4238aca30)

Thanks,
Michal


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git tags/zynq-fixes-for-3.14

for you to fetch changes up to a73cbb758171c34cc3d58f3dfb80feef501a2079:

  ARM: zynq: Reserve not DMAable space in front of the kernel (2014-02-10 13:04:35 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq fixes for v3.14

- Protect DMA buffer allocation below
  kernel start address

----------------------------------------------------------------
Michal Simek (1):
      ARM: zynq: Reserve not DMAable space in front of the kernel

 arch/arm/mach-zynq/common.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

Kevin Hilman Feb. 10, 2014, 6:41 p.m. UTC | #1
Michal Simek <monstr@monstr.eu> writes:

> Hi,
>
> please consider to queue this bug fix for v3.14.
>
> Bug was reported here:
> https://lkml.org/lkml/2014/1/27/212
>
> I have also discussed this with Rob regarding memreserve DT feature.
> Here is thread with Rob:
> https://lkml.org/lkml/2014/1/31/105
>
> Moving kernel start is currently enabled by:
> "ARM: ignore memory below PHYS_OFFSET"
> (sha1: 571b14375019c3a66ef70d4d4a7083f4238aca30)
>
> Thanks,
> Michal
>
>
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
>
>   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
>
> are available in the git repository at:
>
>   git://git.xilinx.com/linux-xlnx.git tags/zynq-fixes-for-3.14
>
> for you to fetch changes up to a73cbb758171c34cc3d58f3dfb80feef501a2079:
>
>   ARM: zynq: Reserve not DMAable space in front of the kernel (2014-02-10 13:04:35 +0100)
>
> ----------------------------------------------------------------
> arm: Xilinx Zynq fixes for v3.14
>
> - Protect DMA buffer allocation below
>   kernel start address
>
> ----------------------------------------------------------------

Applied to fixes,

Thanks,

Kevin