Re: [git pull] m68knommu changes for v5.9-rc3

2020-08-25 Thread pr-tracker-bot
The pull request you sent on Tue, 25 Aug 2020 23:40:42 +1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git 
> tags/m68knommu-for-v5.9-rc3

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

Thank you!

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


[git pull] m68knommu changes for v5.9-rc3

2020-08-25 Thread Greg Ungerer

Hi Linus,

Please pull the m68knommu changes for v5.9-rc3.
Only a single fix for the binfmt_flat loader (reverting a recent change).

Regards
Greg



The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git 
tags/m68knommu-for-v5.9-rc3

for you to fetch changes up to 2217b982624680d19a80ebb4600d05c8586c4f96:

  binfmt_flat: revert "binfmt_flat: don't offset the data start" (2020-08-24 
08:49:13 +1000)


m68knommu: fixes for 5.9-rc3

Fixes include:
. revert binfmt_flat data offset removal


Max Filippov (1):
  binfmt_flat: revert "binfmt_flat: don't offset the data start"

 fs/binfmt_flat.c | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)


Re: [git pull] m68knommu changes for v5.9

2020-08-07 Thread pr-tracker-bot
The pull request you sent on Fri, 7 Aug 2020 14:56:52 +1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git 
> tags/m68knommu-for-v5.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/60e76bb8a4e4c5398ea9053535e1fd0c9d6bb06e

Thank you!

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


[git pull] m68knommu changes for v5.9

2020-08-06 Thread Greg Ungerer

Hi Linus,

Please pull the m68knommu changes for v5.9.

Regards
Greg



The following changes since commit 92ed301919932f13b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git 
tags/m68knommu-for-v5.9

for you to fetch changes up to fde87ebf1daa8d96e4412aa06536da4b55103e02:

  m68k: stmark2: enable edma support for dspi (2020-07-27 12:32:00 +1000)


m68knommu: collection of fixes for v5.9

Fixes include:
. cleanup compiler warnings (IO access functions and unused variables)
. ColdFire v3 cache control fix
. ColdFire MMU comment cleanup
. switch to using asm-generic cmpxchg_local()
. stmark platform updates


Angelo Dureghello (2):
  m68k: stmark2: defconfig updates
  m68k: stmark2: enable edma support for dspi

Greg Ungerer (5):
  m68knommu: __force type casts for raw IO access
  m68knommu: fix use of cpu_to_le() on IO access
  m68k: fix ColdFire mmu init compile warning
  m68knommu: fix overwriting of bits in ColdFire V3 cache control
  m68k: use asm-generic cmpxchg_local()

Mike Rapoport (1):
  m68k: mcfmmu: remove stale part of comment about steal_context

 arch/m68k/coldfire/stmark2.c|  5 
 arch/m68k/configs/stmark2_defconfig | 47 +
 arch/m68k/include/asm/cmpxchg.h |  8 ---
 arch/m68k/include/asm/io_no.h   | 20 
 arch/m68k/include/asm/m53xxacr.h|  6 ++---
 arch/m68k/mm/mcfmmu.c   |  6 -
 6 files changed, 45 insertions(+), 47 deletions(-)