[git pull] m68knommu changes for v5.8
From: Greg Ungerer
Date: Thu Jun 11 2020 - 01:40:57 EST
Hi Linus,
Please pull the m68knommu changes for v5.8.
Regards
Greg
The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:
Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.8
for you to fetch changes up to 9e2b6ed41f8f99c97b13c9d15cbef235dbd97fb6:
m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm() (2020-05-30 10:55:54 +1000)
----------------------------------------------------------------
m68knommu: collection of fixes for v5.8
Fixes include:
. casting clean up in the user access macros
. memory leak on error case fix for PCI probing
. update of a defconfig.
----------------------------------------------------------------
Bin Meng (1):
m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfig
Christophe JAILLET (1):
m68k/PCI: Fix a memory leak in an error handling path
Luc Van Oostenryck (2):
m68k,nommu: add missing __user in uaccess' __ptr() macro
m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()
arch/m68k/coldfire/pci.c | 4 +++-
arch/m68k/configs/stmark2_defconfig | 1 -
arch/m68k/include/asm/uaccess_no.h | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)