[GIT PULL] MN10300 Fixes

From: David Howells
Date: Fri Jun 28 2013 - 19:02:02 EST



Hi Linus,

Could you pull these MN10300 fixes please? The first fixes a problem with
passing arrays rather than pointers to get_user() where __typeof__ then wants
to declare and initialise an array variable which gcc doesn't like. The
second fixes a problem whereby putting mem=xxx into the kernel command line
causes init=xxx to get an incorrect value.

Thanks,
David
---
The following changes since commit 98b6ed0f2bf4abfb759206aa70690636372bdee7:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-06-26 19:24:37 -1000)

are available in the git repository at:


git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-mn10300.git tags/for-linus-20130628

for you to fetch changes up to e3f12a53042e26202993baa3ad4ff8768173653d:

mn10300: Use early_param() to parse "mem=" parameter (2013-06-28 16:53:03 +0100)

----------------------------------------------------------------
(from the branch description for for-linus local branch)

MN10300 patches for linus
MN10300 changes 2013-06-28

----------------------------------------------------------------
Akira Takeuchi (2):
mn10300: Allow to pass array name to get_user()
mn10300: Use early_param() to parse "mem=" parameter

arch/mn10300/include/asm/uaccess.h | 2 +-
arch/mn10300/kernel/setup.c | 54 +++++++++++++++-----------------------
2 files changed, 22 insertions(+), 34 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/