From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.10 00/71] 3.10.55-stable review Date: Mon, 15 Sep 2014 12:25:58 -0700 Message-Id: <20140915192638.702282534@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.10.55 release. There are 71 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 Wed Sep 17 19:26:27 UTC 2014. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.55-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.10.55-rc1 Jason Gunthorpe tpm: Provide a generic means to override the chip returned timeouts Linus Torvalds vfs: fix bad hashing of dentries Al Viro dcache.c: get rid of pointless macros Bart Van Assche IB/srp: Fix deadlock between host removal and multipathd Tejun Heo blkcg: don't call into policy draining if root_blkg is already gone Roger Quadros mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() Kevin Hao mtd/ftl: fix the double free of the buffers allocated in build_maps() Pavel Shilovsky CIFS: Fix wrong restart readdir for SMB1 Pavel Shilovsky CIFS: Fix wrong filename length for SMB2 Pavel Shilovsky CIFS: Fix wrong directory attributes after rename Steve French CIFS: Possible null ptr deref in SMB2_tcon Pavel Shilovsky CIFS: Fix async reading on reconnects Pavel Shilovsky CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2 Ilya Dryomov libceph: do not hard code max auth ticket len Ilya Dryomov libceph: add process_one_ticket() helper Ilya Dryomov libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly NeilBrown md/raid1,raid10: always abort recover on write error. Chris Mason xfs: don't zero partial page cache pages during O_DIRECT write Dave Chinner xfs: don't zero partial page cache pages during O_DIRECT writes Dave Chinner xfs: don't dirty buffers beyond EOF Dave Chinner xfs: quotacheck leaves dquot buffers without verifiers Steve Wise RDMA/iwcm: Use a default listen backlog if needed NeilBrown md/raid10: Fix memory leak when raid10 reshape completes. NeilBrown md/raid10: fix memory leak when reshaping a RAID10. NeilBrown md/raid6: avoid data corruption during recovery of double-degraded RAID6 Vignesh Raman Bluetooth: Avoid use of session socket after the session gets freed Vladimir Davydov Bluetooth: never linger on process exit Eric W. Biederman mnt: Add tests for unprivileged remount cases that have found to be faulty Eric W. Biederman mnt: Change the default remount atime from relatime to the existing value Eric W. Biederman mnt: Correct permission checks in do_remount Eric W. Biederman mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount Eric W. Biederman mnt: Only change user settable mount flags in remount Steven Rostedt (Red Hat) ring-buffer: Up rb_iter_peek() loop count to 3 Steven Rostedt (Red Hat) ring-buffer: Always reset iterator to reader page Jiri Kosina ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock Lan Tianyu ACPI: Run fixed event device notifications in process context David E. Box ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject Ben Hutchings bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address Daniel Mack ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE Jarkko Nikula ASoC: max98090: Fix missing free_irq Sylwester Nawrocki ASoC: samsung: Correct I2S DAI suspend/resume ops Praveen Diwakar ASoC: wm_adsp: Add missing MODULE_LICENSE Qiao Zhou ASoC: pcm: fix dpcm_path_put in dpcm runtime update Jonas Bonn openrisc: Rework signal handling Ralf Baechle MIPS: Fix accessing to per-cpu data when flushing the cache Aaro Koskinen MIPS: OCTEON: make get_system_type() thread-safe Markos Chandras MIPS: asm: thread_info: Add _TIF_SECCOMP flag Ralf Baechle MIPS: Cleanup flags in syscall flags handlers. Alex Smith MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time Huacai Chen MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade() Huacai Chen MIPS: tlbex: Fix a missing statement for HUGETLB Paul Burton MIPS: Prevent user from setting FCSR cause bits Jeffrey Deans MIPS: GIC: Prevent array overrun K. Y. Srinivasan drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure K. Y. Srinivasan Drivers: scsi: storvsc: Implement a eh_timed_out handler Gavin Shan powerpc/pseries: Failure on removing device node Aneesh Kumar K.V powerpc/mm: Use read barrier when creating real_pte Andrey Utkin powerpc/mm/numa: Fix break placement Nikesh Oswal regulator: arizona-ldo1: remove bypass functionality Michael Welling mfd: omap-usb-host: Fix improper mask use. Sasha Levin kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path Eric Paris CAPABILITIES: remove undefined caps from all processes Jarkko Sakkinen tpm: missing tpm_chip_put in tpm_get_random() Guenter Roeck firmware: Do not use WARN_ON(!spin_is_locked()) Mark A. Greer spi: omap2-mcspi: Configure hardware when slave driver changes mode Thomas Petazzoni spi: orion: fix incorrect handling of cell-index DT property Joerg Roedel iommu/amd: Fix cleanup_domain for mass device removal Salva Peiró media: media-device: Remove duplicated memset() in media_enum_entities() Mauro Carvalho Chehab media: au0828: Only alt setting logic when needed Mauro Carvalho Chehab media: xc4000: Fix get_frequency() Mauro Carvalho Chehab media: xc5000: Fix get_frequency() ------------- Diffstat: Makefile | 4 +- arch/mips/cavium-octeon/setup.c | 18 +- arch/mips/include/asm/reg.h | 260 +++++++++++++-------- arch/mips/include/asm/thread_info.h | 2 + arch/mips/kernel/binfmt_elfo32.c | 32 ++- arch/mips/kernel/irq-gic.c | 6 +- arch/mips/kernel/ptrace.c | 3 +- arch/mips/kernel/scall32-o32.S | 2 +- arch/mips/kernel/scall64-64.S | 2 +- arch/mips/kernel/scall64-n32.S | 2 +- arch/mips/kernel/scall64-o32.S | 2 +- arch/mips/kernel/unaligned.c | 1 - arch/mips/mm/c-r4k.c | 5 + arch/mips/mm/tlbex.c | 1 + arch/openrisc/kernel/entry.S | 59 ++--- arch/openrisc/kernel/signal.c | 198 ++++++++-------- arch/powerpc/include/asm/pte-hash64-64k.h | 32 ++- arch/powerpc/mm/numa.c | 2 +- arch/powerpc/platforms/pseries/hotplug-memory.c | 2 +- block/blk-cgroup.c | 7 + drivers/acpi/acpica/utcopy.c | 6 + drivers/acpi/processor_idle.c | 4 +- drivers/acpi/scan.c | 15 +- drivers/char/tpm/tpm.c | 69 ++++-- drivers/char/tpm/tpm.h | 3 + drivers/char/tpm/tpm_tis.c | 31 +++ drivers/firmware/efi/vars.c | 8 +- drivers/infiniband/core/iwcm.c | 27 +++ drivers/infiniband/ulp/srp/ib_srp.c | 38 ++- drivers/iommu/amd_iommu.c | 10 +- drivers/md/raid1.c | 8 +- drivers/md/raid10.c | 11 +- drivers/md/raid5.c | 2 + drivers/media/media-device.c | 2 - drivers/media/tuners/xc4000.c | 20 +- drivers/media/tuners/xc5000.c | 22 +- drivers/media/usb/au0828/au0828-video.c | 34 +-- drivers/mfd/omap-usb-host.c | 2 +- drivers/mtd/ftl.c | 1 - drivers/mtd/nand/omap2.c | 2 +- drivers/regulator/arizona-ldo1.c | 2 - drivers/scsi/bfa/bfa_ioc.h | 2 +- drivers/scsi/storvsc_drv.c | 19 ++ drivers/spi/spi-omap2-mcspi.c | 14 ++ drivers/spi/spi-orion.c | 10 +- fs/cifs/cifsglob.h | 5 - fs/cifs/file.c | 4 +- fs/cifs/inode.c | 6 + fs/cifs/readdir.c | 4 +- fs/cifs/smb2file.c | 2 +- fs/cifs/smb2inode.c | 2 +- fs/cifs/smb2maperror.c | 2 +- fs/cifs/smb2ops.c | 2 +- fs/cifs/smb2pdu.c | 5 +- fs/dcache.c | 5 +- fs/namei.c | 4 +- fs/namespace.c | 59 ++++- fs/proc/array.c | 11 +- fs/xfs/xfs_aops.c | 61 +++++ fs/xfs/xfs_dquot.c | 3 +- fs/xfs/xfs_file.c | 21 +- fs/xfs/xfs_qm.c | 8 +- include/linux/capability.h | 5 +- include/linux/mount.h | 9 +- kernel/audit.c | 2 +- kernel/capability.c | 4 + kernel/smp.c | 2 +- kernel/trace/ring_buffer.c | 31 ++- net/bluetooth/l2cap_sock.c | 3 +- net/bluetooth/rfcomm/core.c | 7 +- net/bluetooth/rfcomm/sock.c | 3 +- net/bluetooth/sco.c | 6 +- net/ceph/auth_x.c | 256 ++++++++++---------- net/ceph/messenger.c | 2 +- security/commoncap.c | 3 + sound/soc/codecs/max98090.c | 2 +- sound/soc/codecs/wm_adsp.c | 2 + sound/soc/pxa/pxa-ssp.c | 4 +- sound/soc/samsung/i2s.c | 16 +- sound/soc/soc-pcm.c | 1 + tools/testing/selftests/Makefile | 1 + tools/testing/selftests/mount/Makefile | 17 ++ .../selftests/mount/unprivileged-remount-test.c | 242 +++++++++++++++++++ 83 files changed, 1261 insertions(+), 563 deletions(-)