[PATCH 2.6.32 00/55] 2.6.32.71-longterm review

From: Willy Tarreau
Date: Fri Mar 04 2016 - 11:02:18 EST


This is the start of the longterm review cycle for the 2.6.32.71 release.
All patches will be posted as a response to this one. If anyone has any
issue with these being applied, please let me know. If anyone is a
maintainer of the proper subsystem, and wants to add a Signed-off-by: line
to the patch, please respond with it. If anyone thinks some important
patches are missing and should be added prior to the release, please
report them quickly with their respective mainline commit IDs.

Responses should be made by Thu Mar 10 16:29:59 CET 2016.
Anything received after that time might be too late. If someone
wants a bit more time for a deeper review, please let me know.

NOTE: this is the very last 2.6.32 release, there will be no more after.
In theory there is no reason to deploy this release unless you're
still in the process of validating a new kernel. Kernel 3.2 is an
excellent upgrade which still has more than two extra years to
live.

This release candidate was tested on the following platforms :

ARCH | CONFIGURATION
--------+-----------------------------------
| allmodconfig other-config
x86_64 | build:OK boot:OK
i386 | build:OK -
armv5 | - build:OK

The whole patch series can be found in one patch at :
https://kernel.org/pub/linux/kernel/v2.6/longterm-review/patch-2.6.32.71-rc1.gz

The shortlog and diffstat are appended below.

Thanks,
Willy

===============

arch/sparc/kernel/sys_sparc_64.c | 2 +-
arch/x86/include/asm/mmu_context.h | 32 +++-
arch/x86/mm/pageattr.c | 4 +-
arch/x86/mm/tlb.c | 28 ++-
drivers/ata/ahci.c | 4 +-
drivers/char/tty_io.c | 24 ++-
drivers/infiniband/hw/cxgb3/iwch_cm.c | 8 +-
drivers/media/dvb/frontends/tda1004x.c | 9 +
drivers/media/video/saa7134/saa7134-alsa.c | 5 +-
drivers/media/video/usbvision/usbvision-video.c | 7 +
drivers/net/pppol2tp.c | 3 +-
drivers/pci/pcie/aer/aerdrv.c | 3 +-
drivers/pci/pcie/aer/aerdrv.h | 1 -
drivers/pci/pcie/aer/aerdrv_core.c | 2 -
drivers/scsi/device_handler/scsi_dh_rdac.c | 4 +-
drivers/scsi/sd.c | 7 +-
drivers/usb/serial/visor.c | 11 +-
fs/aio.c | 30 ++-
fs/locks.c | 51 +++---
fs/ocfs2/dlm/dlmmaster.c | 26 +--
fs/ocfs2/dlm/dlmrecovery.c | 1 +
fs/pipe.c | 5 +-
fs/read_write.c | 62 ++++---
fs/udf/inode.c | 15 ++
fs/udf/misc.c | 13 +-
fs/udf/super.c | 6 +-
fs/udf/udfdecl.h | 8 +-
fs/udf/unicode.c | 21 ++-
include/linux/fs.h | 1 +
include/sound/rawmidi.h | 4 +
net/rfkill/core.c | 16 +-
net/sctp/sm_sideeffect.c | 34 ++--
net/sctp/socket.c | 9 +-
net/unix/af_unix.c | 1 +
sound/core/control.c | 2 +
sound/core/hrtimer.c | 3 +-
sound/core/oss/pcm_oss.c | 21 ++-
sound/core/pcm_compat.c | 13 +-
sound/core/rawmidi.c | 134 ++++++++++----
sound/core/seq/oss/seq_oss_init.c | 2 +-
sound/core/seq/oss/seq_oss_synth.c | 2 +-
sound/core/seq/seq_clientmgr.c | 5 +-
sound/core/seq/seq_compat.c | 9 +-
sound/core/seq/seq_ports.c | 233 +++++++++++++-----------
sound/core/seq/seq_queue.c | 2 +
sound/core/seq/seq_timer.c | 87 +++++++--
sound/core/seq/seq_virmidi.c | 23 ++-
sound/core/timer.c | 118 ++++++++----
sound/drivers/dummy.c | 2 +-
sound/usb/usbmidi.c | 1 -
50 files changed, 740 insertions(+), 374 deletions(-)
--