So last week was a bust, with a lot of core people away for the kernel
summit, and with -rc5 having two rather nasty (and silly) one-liner
problems that bit a number of people - a missing NULL pointer check in
TCP, and a missing list terminator in ata_piix.
So the fixes for those things were both pretty trivial, and they've been
in the -git trees for the last few days, but I just pushed out an -rc6
that also merges up some other updates that did come in during the week.
Most of the diff is just some m32r reorg, but see the appended shortlog
and diffstat for details.
Linus
---
Alan Cox (1):
[MIPS] tty: add the new ioctls and definitions.
Andi Kleen (1):
x86_64: Remove CLFLUSH in text_poke()
Christian Ehrhardt (1):
[x86 setup] Work around bug in Xen HVM
Christoph Hellwig (4):
[XFS] Fix sparse NULL vs 0 warnings
[XFS] Fix sparse warning in kmem_shake_allow
[XFS] fix ASSERT and ASSERT_ALWAYS
[XFS] fix sparse shadowed variable warnings
Chuck Lever (4):
NFS: mount option parser chokes on proto=
NFS: Return a real error code from mount(2)
NFS: Off-by-one length error in string handling
NFS: change NFS mount error return when hostname/pathname too long
Daniel Walker (1):
i386: fix a hang on stuck nmi watchdog
David Brownell (2):
i2c-gpio: Fix adapter number
i2c-algo-bit: Read block data bugfix
David Chinner (1):
[XFS] Set filestreams object timeout to something sane.
David Howells (1):
[MTD] Initialise s_flags in get_sb_mtd_aux()
David S. Miller (1):
[TCP]: 'dst' can be NULL in tcp_rto_min()
Eric Sandeen (1):
[XFS] fix nasty quota hashtable allocation bug
Geert Uytterhoeven (1):
[POWERPC] cell/PS3: Ignore storage devices that are still being probed
Herbert Xu (2):
[CRYPTO] blkcipher: Fix handling of kmalloc page straddling
[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot
Hirokazu Takata (12):
...