2018-10-29 03:23:20

by Greg Ungerer

[permalink] [raw]
Subject: [git pull] m68knommu fix for v4.20


Hi Linus,

Can you please pull the m68knommu git tree, for-next branch.

Only a single change to fix an out of bounds array access when
parsing boot command line.

Regards
Greg




The following changes since commit 35a7f35ad1b150ddf59a41dcac7b2fa32982be0e:

Linux 4.19-rc8 (2018-10-15 07:20:24 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-next

for you to fetch changes up to 381fdd62c38344a771aed06adaf14aae65c47454:

m68k: fix command-line parsing when passed from u-boot (2018-10-16 09:46:02 +1000)

----------------------------------------------------------------
Angelo Dureghello (1):
m68k: fix command-line parsing when passed from u-boot

arch/m68k/kernel/uboot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2018-10-29 16:07:04

by Linus Torvalds

[permalink] [raw]
Subject: Re: [git pull] m68knommu fix for v4.20

On Sun, Oct 28, 2018 at 8:20 PM Greg Ungerer <[email protected]> wrote:
>
> Only a single change to fix an out of bounds array access when
> parsing boot command line.

Pulled,

Linus