[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20170129173054.GA1089@p100.box>
Date: Sun, 29 Jan 2017 18:30:54 +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 architecture fixes for v4.10-rc6
Hi Linus,
please pull two fixes for the parisc architecture for kernel 4.10-rc6 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.10-3
One fix to avoid usage of BITS_PER_LONG in user-space exported swab.h header
which breaks compiling qemu, and one trivial fix for printk continuation in the
parisc parport driver.
Thanks,
Helge
----------------------------------------------------------------
Helge Deller (2):
parisc, parport_gsc: Fixes for printk continuation lines
parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
arch/parisc/include/asm/bitops.h | 8 +++++++-
arch/parisc/include/uapi/asm/bitsperlong.h | 2 --
arch/parisc/include/uapi/asm/swab.h | 5 +++--
drivers/parport/parport_gsc.c | 8 ++++----
4 files changed, 14 insertions(+), 9 deletions(-)
Powered by blists - more mailing lists