Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934880AbbDQOuy (ORCPT ); Fri, 17 Apr 2015 10:50:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33379 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932634AbbDQNab (ORCPT ); Fri, 17 Apr 2015 09:30:31 -0400 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, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.10 00/34] 3.10.75-stable review Date: Fri, 17 Apr 2015 15:28:32 +0200 Message-Id: <20150417132553.751904098@linuxfoundation.org> X-Mailer: git-send-email 2.3.5 User-Agent: quilt/0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 6416 Lines: 172 This is the start of the stable review cycle for the 3.10.75 release. There are 34 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 Sun Apr 19 13:25:20 UTC 2015. 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.75-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.10.75-rc1 Kirill A. Shutemov pagemap: do not leak physical addresses to non-privileged userspace Peter Hurley console: Fix console name size mismatch Majd Dibbiny IB/mlx4: Saturate RoCE port PMA counters in case of overflow Alex Elder kernel.h: define u8, s8, u32, etc. limits Sasha Levin net: llc: use correct size for sysctl timeout entries Sasha Levin net: rds: use correct size for max unacked packets and bytes Mateusz Guzik ipc: fix compat msgrcv with negative msgtyp Jiri Slaby core, nfqueue, openvswitch: fix compilation warning Marek Szyprowski media: s5p-mfc: fix mmap support for 64bit arch Mike Christie iscsi target: fix oops when adding reject pdu Al Viro ocfs2: _really_ sync the right range John Soni Jose be2iscsi: Fix kernel panic when device initialization fails David Disseldorp cifs: fix use-after-free bug in find_writable_file Lu Baolu usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers Thomas Schlichter cpuidle: ACPI: do not overwrite name and description of C0 Peter Ujfalusi dmaengine: omap-dma: Fix memory leak when terminating running transfer Darshana Padmadas iio: imu: Use iio_trigger_get for indio_dev->trig assignment Viorel Suman iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo Bart Van Assche Defer processing of REQ_PREEMPT requests for blocked devices Doug Goldstein USB: ftdi_sio: Use jtag quirk for SNAP Connect E10 Doug Goldstein USB: ftdi_sio: Added custom PID for Synapse Wireless product David Miller radeon: Do not directly dereference pointers to BIOS area. Tejun Heo writeback: fix possible underflow in write bandwidth calculation Tejun Heo writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() Gu Zheng mm/memory hotplug: postpone the reset of obsolete pgdat Sudip Mukherjee nbd: fix possible memory leak Emmanuel Grumbach iwlwifi: dvm: run INIT firmware again upon .start() Shachar Raindel IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic Eli Cohen IB/core: Avoid leakage from kernel to user space Ben Hutchings tcp: Fix crash in TCP Fast Open Joe Perches selinux: fix sel_write_enforce broken return value Takashi Iwai ALSA: hda - Fix headphone pin config for Lifebook T731 Dmitry M. Fedin ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support Hui Wang ALSA: hda - Add one more node in the EAPD supporting candidate list ------------- Diffstat: Makefile | 4 ++-- drivers/acpi/processor_idle.c | 2 +- drivers/block/nbd.c | 8 ++++---- drivers/dma/omap-dma.c | 1 + drivers/gpu/drm/radeon/radeon_bios.c | 10 +++++++--- drivers/iio/imu/adis_trigger.c | 2 +- drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 25 ++++++++++++++----------- drivers/infiniband/core/umem.c | 8 ++++++++ drivers/infiniband/core/uverbs_main.c | 1 + drivers/infiniband/hw/mlx4/mad.c | 20 ++++++++++++++++---- drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 2 +- drivers/net/wireless/iwlwifi/dvm/dev.h | 1 - drivers/net/wireless/iwlwifi/dvm/ucode.c | 5 ----- drivers/scsi/be2iscsi/be_main.c | 2 +- drivers/scsi/scsi_lib.c | 4 +++- drivers/target/iscsi/iscsi_target.c | 2 +- drivers/usb/host/xhci-pci.c | 2 +- drivers/usb/serial/ftdi_sio.c | 9 +++++++-- drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++ fs/cifs/file.c | 1 + fs/ocfs2/file.c | 14 ++++++++++---- fs/proc/task_mmu.c | 10 ++++++++++ include/linux/blk_types.h | 4 +++- include/linux/kernel.h | 13 +++++++++++++ ipc/compat.c | 2 +- kernel/printk.c | 4 +++- mm/memory_hotplug.c | 13 ++++--------- mm/page-writeback.c | 7 +++++-- net/ipv4/tcp_output.c | 1 + net/llc/sysctl_net_llc.c | 8 ++++---- net/netfilter/nfnetlink_queue_core.c | 2 +- net/rds/sysctl.c | 4 ++-- security/selinux/selinuxfs.c | 2 +- sound/pci/hda/patch_realtek.c | 11 ++++++++++- sound/usb/mixer_quirks.c | 1 + 35 files changed, 145 insertions(+), 66 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/