From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [git patches] libata updates Date: Sat, 19 Dec 2009 11:05:48 -0800 (PST) Message-ID: References: <20091219181350.GA21058@havoc.gtf.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:33476 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbZLSTGA (ORCPT ); Sat, 19 Dec 2009 14:06:00 -0500 In-Reply-To: <20091219181350.GA21058@havoc.gtf.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jeff Garzik Cc: Andrew Morton , linux-ide@vger.kernel.org, LKML On Sat, 19 Dec 2009, Jeff Garzik wrote: > > to receive the following updates: > > drivers/ata/libata-scsi.c | 2 +- > drivers/ata/libata-sff.c | 2 +- > drivers/ata/pata_hpt3x2n.c | 64 ++++++++++--------- > drivers/ata/pata_octeon_cf.c | 2 +- > drivers/ata/sata_mv.c | 144 ++++++++++++++++++++++++++++++++++++------ > 5 files changed, 163 insertions(+), 51 deletions(-) > mode change 100644 => 100755 drivers/ata/sata_mv.c WTF is that mode change? It's introduced by commit 6481f2b52cd5411ea6342b749daf0e4f3b390d7b: "sata_mv: add power management support for the platform driver", and it's totally nonsensical. I fixed that crazy stuff when merging, but you should look at your own summaries a bit, and should have noticed that it was crazy. That file isn't an executable. Linus