From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752408AbcHHTJm (ORCPT ); Mon, 8 Aug 2016 15:09:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35513 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240AbcHHTJk (ORCPT ); Mon, 8 Aug 2016 15:09:40 -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, patches@kernelci.org, stable@vger.kernel.org Subject: [PATCH 3.14 00/21] 3.14.75-stable review Date: Mon, 8 Aug 2016 21:09:31 +0200 Message-Id: <20160808180143.919366850@linuxfoundation.org> X-Mailer: git-send-email 2.9.2 User-Agent: quilt/0.64 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.14.75-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.14.75-rc1 X-KernelTest-Deadline: 2016-08-10T18:01+00:00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.14.75 release. There are 21 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 Aug 10 18:01:28 UTC 2016. 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.x/stable-review/patch-3.14.75-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.75-rc1 Dmitri Epshtein net: mvneta: set real interrupt per packet for tx_done Ilya Dryomov libceph: apply new_state before new_up_client on incrementals Brian King ipr: Clear interrupt on croc/crocodile when running with LSI Oliver Hartkopp can: fix oops caused by wrong rtnl dellink usage Oliver Hartkopp can: fix handling of unmodifiable configuration options fix Wolfgang Grandegger can: at91_can: RX queue could get stuck at high bus load Taras Kondratiuk mmc: block: fix packed command header endianness Ursula Braun qeth: delete napi struct when removing a qeth device Vegard Nossum ext4: verify extent header depth Vineet Gupta ARC: use ASL assembler mnemonic Jeff Mahoney ecryptfs: don't allow mmap when the lower fs doesn't support it Jeff Mahoney Revert "ecryptfs: forbid opening files without mmap handler" Tony Lindgren pinctrl: single: Fix missing flush of posted write for a wakeirq Cameron Gutman Input: xpad - validate USB endpoint count during probe Ping Cheng Input: wacom_w8001 - w8001_MAX_LENGTH should be 13 Kangjie Lu ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt Kangjie Lu ALSA: timer: Fix leak in events via snd_timer_user_ccallback Kangjie Lu ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS Andrey Grodzovsky xen/pciback: Fix conf_space read/write overlap check. Alexey Brodkin arc: unwind: warn only once if DW2_UNWIND is disabled Torsten Hilbrich fs/nilfs2: fix potential underflow in call to crc32_le ------------- Diffstat: Makefile | 4 +- arch/arc/kernel/stacktrace.c | 2 +- arch/arc/mm/tlbex.S | 6 +- drivers/input/joystick/xpad.c | 3 + drivers/input/touchscreen/wacom_w8001.c | 2 +- drivers/mmc/card/block.c | 12 +-- drivers/net/can/at91_can.c | 5 +- drivers/net/can/dev.c | 9 ++ drivers/net/ethernet/marvell/mvneta.c | 2 +- drivers/pinctrl/pinctrl-single.c | 3 + drivers/s390/net/qeth_l2_main.c | 1 + drivers/s390/net/qeth_l3_main.c | 1 + drivers/scsi/ipr.c | 1 + drivers/xen/xen-pciback/conf_space.c | 6 +- fs/ecryptfs/file.c | 15 +++- fs/ecryptfs/kthread.c | 13 +-- fs/ext4/extents.c | 4 + fs/nilfs2/the_nilfs.c | 2 +- net/ceph/osdmap.c | 152 +++++++++++++++++++++++--------- sound/core/timer.c | 3 + 20 files changed, 169 insertions(+), 77 deletions(-)