Hi Li, At Tue, 23 Sep 2014 10:27:39 +0800, Zefan Li wrote: > > From: Zefan Li <lizefan@xxxxxxxxxx> > > This is the start of the stable review cycle for the 3.4.104 release. > There are 45 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Thu Sep 25 02:03:31 UTC 2014. > Anything received after that time might be too late. This kernel passed my test. - Test Cases: - Build this kernel. - Boot this kernel. - Build the latest mainline kernel with this kernel. - Test Tool: https://github.com/satoru-takeuchi/test-linux-stable - Test Result (kernel .config, ktest config and test log): http://satoru-takeuchi.org/test-linux-stable/results/<version>-<test datetime>.tar.xz - Build Environment: - OS: Debian Jessy x86_64 - CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4 - memory: 8GB - Test Target Environment: - Debian Jessy x86_64 (KVM guest on the Build Environment) - # of vCPU: 2 - memory: 2GB Thanks, Satoru > > A combined patch relative to 3.4.103 will be posted as an additional > response to this. A shortlog and diffstat can be found below. > > thanks, > > Zefan Li > > -------------------- > > Aaro Koskinen (1): > MIPS: OCTEON: make get_system_type() thread-safe > > Alan Douglas (1): > xtensa: fix address checks in dma_{alloc,free}_coherent > > Andi Kleen (1): > slab/mempolicy: always use local policy from interrupt context > > Anton Blanchard (1): > ibmveth: Fix endian issues with rx_no_buffer statistic > > Arjun Sreedharan (1): > pata_scc: propagate return value of scc_wait_after_reset > > Benjamin Tissoires (1): > HID: logitech-dj: prevent false errors to be shown > > Brennan Ashton (1): > USB: option: add VIA Telecom CDS7 chipset device id > > Daniel Mack (1): > ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE > > Dave Chiluk (1): > stable_kernel_rules: Add pointer to netdev-FAQ for network patches > > Fengguang Wu (1): > unicore32: select generic atomic64_t support > > Florian Fainelli (1): > MIPS: perf: Fix build error caused by unused > counters_per_cpu_to_total() > > Greg KH (1): > USB: serial: pl2303: add device id for ztek device > > Guan Xuetao (2): > UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference > between native and cross compiler > UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer > > Hans de Goede (1): > xhci: Treat not finding the event_seg on COMP_STOP the same as > COMP_STOP_INVAL > > Huang Rui (1): > usb: xhci: amd chipset also needs short TX quirk > > James Forshaw (1): > USB: whiteheat: Added bounds checking for bulk command response > > Jan Kara (2): > isofs: Fix unbounded recursion when processing relocated directories > ext2: Fix fs corruption in ext2_get_xip_mem() > > Jaša Bartelj (1): > USB: ftdi_sio: Added PID for new ekey device > > Jiri Kosina (4): > HID: fix a couple of off-by-ones > HID: logitech: perform bounds checking on device_id early enough > HID: magicmouse: sanity check report size in raw_event() callback > HID: picolcd: sanity check report size in raw_event() callback > > Joerg Roedel (1): > iommu/amd: Fix cleanup_domain for mass device removal > > Johan Hovold (3): > USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID > USB: serial: fix potential stack buffer overflow > USB: serial: fix potential heap buffer overflow > > Mark Einon (1): > staging: et131x: Fix errors caused by phydev->addr accesses before > initialisation > > Mark Rutland (2): > ARM: 8128/1: abort: don't clear the exclusive monitors > ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using > dummy strex > > Max Filippov (3): > xtensa: replace IOCTL code definitions with constants > xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss > xtensa: fix a6 and a7 handling in fast_syscall_xtensa > > Michael Cree (2): > alpha: Fix fall-out from disintegrating asm/system.h > alpha: add io{read,write}{16,32}be functions > > Michael S. Tsirkin (1): > kvm: iommu: fix the third parameter of kvm_iommu_put_pages > (CVE-2014-3601) > > NeilBrown (1): > md/raid6: avoid data corruption during recovery of double-degraded > RAID6 > > Paul Gortmaker (1): > 8250_pci: fix warnings in backport of Broadcom TruManage support > > Pavel Shilovsky (1): > CIFS: Fix wrong directory attributes after rename > > Ralf Baechle (1): > MIPS: Fix accessing to per-cpu data when flushing the cache > > Stefan Kristiansson (1): > openrisc: add missing header inclusion > > Stephen Hemminger (1): > USB: sisusb: add device id for Magic Control USB video > > Takashi Iwai (1): > ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & co > > Trond Myklebust (1): > NFSv4: Fix problems with close in the presence of a delegation > > Documentation/stable_kernel_rules.txt | 3 ++ > arch/alpha/include/asm/io.h | 5 +++ > arch/alpha/oprofile/common.c | 1 + > arch/arm/kernel/entry-header.S | 29 ++++++------ > arch/arm/mm/abort-ev6.S | 6 --- > arch/arm/mm/abort-ev7.S | 6 --- > arch/mips/cavium-octeon/setup.c | 18 +++++--- > arch/mips/kernel/perf_event_mipsxx.c | 5 --- > arch/mips/mm/c-r4k.c | 5 +++ > arch/openrisc/kernel/head.S | 1 + > arch/unicore32/Kconfig | 1 + > arch/unicore32/include/asm/bug.h | 5 --- > arch/unicore32/include/asm/cmpxchg.h | 2 +- > arch/unicore32/kernel/setup.h | 6 +++ > arch/xtensa/include/asm/ioctls.h | 19 ++++---- > arch/xtensa/include/asm/pgtable.h | 7 ++- > arch/xtensa/kernel/entry.S | 14 +++--- > arch/xtensa/kernel/pci-dma.c | 12 ++--- > drivers/ata/pata_scc.c | 15 +++---- > drivers/hid/hid-cherry.c | 2 +- > drivers/hid/hid-kye.c | 2 +- > drivers/hid/hid-lg.c | 4 +- > drivers/hid/hid-logitech-dj.c | 54 +++++++++++++---------- > drivers/hid/hid-logitech-dj.h | 1 + > drivers/hid/hid-magicmouse.c | 10 +++++ > drivers/hid/hid-monterey.c | 2 +- > drivers/hid/hid-petalynx.c | 2 +- > drivers/hid/hid-picolcd.c | 6 +++ > drivers/hid/hid-sunplus.c | 2 +- > drivers/iommu/amd_iommu.c | 10 +++-- > drivers/md/raid5.c | 2 + > drivers/net/ethernet/ibm/ibmveth.c | 18 ++++++-- > drivers/staging/et131x/et131x.c | 78 ++++++++++++++------------------- > drivers/tty/serial/8250/8250_pci.c | 6 +-- > drivers/usb/host/xhci-pci.c | 4 ++ > drivers/usb/host/xhci-ring.c | 3 +- > drivers/usb/misc/sisusbvga/sisusb.c | 1 + > drivers/usb/serial/ftdi_sio.c | 3 ++ > drivers/usb/serial/ftdi_sio_ids.h | 7 +++ > drivers/usb/serial/option.c | 5 +++ > drivers/usb/serial/pl2303.c | 1 + > drivers/usb/serial/pl2303.h | 1 + > drivers/usb/serial/usb-serial.c | 35 ++++++++++----- > drivers/usb/serial/whiteheat.c | 7 ++- > fs/cifs/inode.c | 6 +++ > fs/ext2/inode.c | 2 + > fs/ext2/xip.c | 1 + > fs/isofs/inode.c | 15 ++++--- > fs/isofs/isofs.h | 23 ++++++++-- > fs/isofs/rock.c | 39 ++++++++++++----- > fs/nfs/nfs4proc.c | 17 ++++--- > include/linux/mempolicy.h | 2 +- > mm/mempolicy.c | 8 +++- > mm/slab.c | 4 +- > mm/slub.c | 2 +- > sound/pci/hda/patch_realtek.c | 17 ++++--- > sound/soc/pxa/pxa-ssp.c | 4 +- > virt/kvm/iommu.c | 19 ++++---- > 58 files changed, 364 insertions(+), 221 deletions(-) > > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html