Re: [PULL 0/2] Xtensa fixes for v4.20-rc3

2018-11-16 Thread pr-tracker-bot
The pull request you sent on Thu, 15 Nov 2018 13:41:07 -0800:

> git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20181115

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50d25bdc64318a8a367c4433fa1e030c38331f05

Thank you!

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


Re: [PULL 0/2] Xtensa fixes for v4.20-rc3

2018-11-16 Thread pr-tracker-bot
The pull request you sent on Thu, 15 Nov 2018 13:41:07 -0800:

> git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20181115

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50d25bdc64318a8a367c4433fa1e030c38331f05

Thank you!

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


[PULL 0/2] Xtensa fixes for v4.20-rc3

2018-11-15 Thread Max Filippov
Hi Linus,

please pull two fixes for the Xtensa architecture.

The following changes since commit 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d:

  Linux 4.19 (2018-10-22 07:37:37 +0100)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20181115

for you to fetch changes up to 40dc948f234b73497c3278875eb08a01d5854d3f:

  xtensa: fix boot parameters address translation (2018-11-14 00:15:32 -0800)


Xtensa fixes for v4.20-rc3

- Fix stack alignment for bFLT binaries.
- Fix physical-to-virtual address translation for boot parameters in MMUv3
  256+256 and 512+512 virtual memory layouts.


Max Filippov (2):
  xtensa: make sure bFLT stack is 16 byte aligned
  xtensa: fix boot parameters address translation

 arch/xtensa/include/asm/processor.h | 6 +-
 arch/xtensa/kernel/head.S   | 7 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

Thanks.
-- Max


[PULL 0/2] Xtensa fixes for v4.20-rc3

2018-11-15 Thread Max Filippov
Hi Linus,

please pull two fixes for the Xtensa architecture.

The following changes since commit 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d:

  Linux 4.19 (2018-10-22 07:37:37 +0100)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20181115

for you to fetch changes up to 40dc948f234b73497c3278875eb08a01d5854d3f:

  xtensa: fix boot parameters address translation (2018-11-14 00:15:32 -0800)


Xtensa fixes for v4.20-rc3

- Fix stack alignment for bFLT binaries.
- Fix physical-to-virtual address translation for boot parameters in MMUv3
  256+256 and 512+512 virtual memory layouts.


Max Filippov (2):
  xtensa: make sure bFLT stack is 16 byte aligned
  xtensa: fix boot parameters address translation

 arch/xtensa/include/asm/processor.h | 6 +-
 arch/xtensa/kernel/head.S   | 7 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

Thanks.
-- Max