From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755678AbbGCQkc (ORCPT ); Fri, 3 Jul 2015 12:40:32 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:18739 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753913AbbGCQkY (ORCPT ); Fri, 3 Jul 2015 12:40:24 -0400 Date: Fri, 3 Jul 2015 10:40:20 -0600 From: Jens Axboe To: CC: Subject: [GIT PULL] A few small fixes for 4.2-rc1 Message-ID: <20150703164020.GA27938@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-07-03_05:2015-07-03,2015-07-03,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Mainly sending this off now for the writeback fixes, since they fix a real regression introduced with the cgroup writeback changes. The NVMe fix could wait for next pull for this series, but it's simple enough that we might as well include it. This pull request contains: - Two cgroup writeback fixes from Tejun, fixing a user reported issue with luks crypt devices hanging when being closed. - NVMe error cleanup fix from Jon Derrick, fixing a case where we'd attempt to free an unregistered IRQ. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Jon Derrick (1): NVMe: Fix irq freeing when queue_request_irq fails Tejun Heo (2): writeback: don't embed root bdi_writeback_congested in bdi_writeback writeback: don't drain bdi_writeback_congested on bdi destruction drivers/block/nvme-core.c | 9 +++- include/linux/backing-dev-defs.h | 5 +- include/linux/backing-dev.h | 6 ++- mm/backing-dev.c | 109 ++++++++++++++++++++++----------------- 4 files changed, 77 insertions(+), 52 deletions(-) -- Jens Axboe