From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756869AbcH3QCN (ORCPT ); Tue, 30 Aug 2016 12:02:13 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:33385 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755016AbcH3QCK (ORCPT ); Tue, 30 Aug 2016 12:02:10 -0400 Date: Tue, 30 Aug 2016 12:02:07 -0400 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Subject: [GIT PULL] libata fixes for v4.8-rc4 Message-ID: <20160830160207.GB12660@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Two libata driver specific fixes for v4.8-rc4. Nothing too scary. Thanks. The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.8-fixes for you to fetch changes up to 9ebae9e4bcd7dff22536af8a969d8f66e6f23900: pata_ninja32: Avoid corrupting status flags (2016-08-30 11:59:47 -0400) ---------------------------------------------------------------- Alan Cox (1): pata_ninja32: Avoid corrupting status flags Christoph Hellwig (1): ahci: disable correct irq for dummy ports drivers/ata/libahci.c | 2 +- drivers/ata/pata_ninja32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- tejun