Re: [PULL 0/1] Xtensa fix for v5.3

2019-08-16 Thread pr-tracker-bot
The pull request you sent on Fri, 16 Aug 2019 17:23:49 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e625a1a3f471d63989d3a66cdf6a0c307654848

Thank you!

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


[PULL 0/1] Xtensa fix for v5.3

2019-08-16 Thread Max Filippov
Hi Linus,

please pull another small fix for the Xtensa architecture.

The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the git repository at:

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

for you to fetch changes up to cd8869f4cb257f22b89495ca40f5281e58ba359c:

  xtensa: add missing isync to the cpu_reset TLB code (2019-08-12 15:05:48 
-0700)


Xtensa fixes for v5.3:

- add missing isync into cpu_reset to make sure ITLB changes are
  effective.


Max Filippov (1):
  xtensa: add missing isync to the cpu_reset TLB code

 arch/xtensa/kernel/setup.c | 1 +
 1 file changed, 1 insertion(+)

-- 
Thanks.
-- Max