[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131027155340.GA30470@p100.box>
Date: Sun, 27 Oct 2013 16:53:40 +0100
From: Helge Deller <deller@....de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
James Bottomley <James.Bottomley@...senPartnership.com>,
John David Anglin <dave.anglin@...l.net>
Subject: [GIT PULL] parisc fix for v3.12
Hi Linus,
Please pull the one important fix for the parisc architecture from
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.12
This is a 2-line patch to save the CPU register which holds our task thread
info pointer before calling a firmware function and then to restore it again
afterwards. This is necessary because on some 64bit machines the high-order
32bits are being clobbered by the firmware call, and thus we failed to bring up
secondary CPUs (and instead crashed the kernel) in some situations e.g. if we
had more than 4GB RAM. This patch fixes a bug which has been since ever in the
parisc linux kernel and which prevented some people to use a 64bit kernel.
Thanks,
Helge
----------------------------------------------------------------
Helge Deller (1):
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
arch/parisc/kernel/head.S | 4 ++++
1 file changed, 4 insertions(+)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists