From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9E091381F3 for ; Thu, 15 Aug 2013 23:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC52E05C1; Thu, 15 Aug 2013 23:52:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4521BE05C1 for ; Thu, 15 Aug 2013 23:52:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C75F33EC56 for ; Thu, 15 Aug 2013 23:52:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id 0642D2171C; Thu, 15 Aug 2013 23:52:23 +0000 (UTC) To: gentoo-commits@lists.gentoo.org From: "Tom Wijsman (tomwij)" Subject: [gentoo-commits] linux-patches r2481 - genpatches-2.6/trunk/3.10 X-VCS-Repository: linux-patches X-VCS-Revision: 2481 X-VCS-Files: genpatches-2.6/trunk/3.10/2300_USB-mount-extd-inq-cmd-fix.patch genpatches-2.6/trunk/3.10/0000_README X-VCS-Directories: genpatches-2.6/trunk/3.10 X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20130815235224.0642D2171C@flycatcher.gentoo.org> Date: Thu, 15 Aug 2013 23:52:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a26da53-3d5d-43ca-8056-70d0c46cf348 X-Archives-Hash: e34aaee8634925021ff6bb33fcca445b Author: tomwij Date: 2013-08-15 23:52:23 +0000 (Thu, 15 Aug 2013) New Revision: 2481 Removed: genpatches-2.6/trunk/3.10/2300_USB-mount-extd-inq-cmd-fix.patch Modified: genpatches-2.6/trunk/3.10/0000_README Log: Removed 2300_USB-mount-extd-inq-cmd-fix.patch to avoid inconsistent behavior when trying to apply it twice, as it is already applied upstream in 0ac10bd036f0f3b8ce7ac2390446eab9531c72eb; thanks to Bertrand Jacquin (beber) to report this on the gentoo-kernel ML. Modified: genpatches-2.6/trunk/3.10/0000_README =================================================================== --- genpatches-2.6/trunk/3.10/0000_README 2013-08-15 21:54:59 UTC (rev 2480) +++ genpatches-2.6/trunk/3.10/0000_README 2013-08-15 23:52:23 UTC (rev 2481) @@ -91,10 +91,6 @@ From: http://algo.ing.unimo.it/people/paolo/disk_sched/ Desc: BFQ v6r2 patch 3 for 3.10: Early Queue Merge (EQM) -Patch: 2300_USB-mount-extd-inq-cmd-fix.patch -From: https://bugs.gentoo.org/show_bug.cgi?id=478698 -Desc: USB Mount fix: Don't attempt to send extended INQUIRY command if skip_vpd_pages is set - Patch: 2400_kcopy-patch-for-infiniband-driver.patch From: Alexey Shvetsov Desc: Zero copy for infiniband psm userspace driver Deleted: genpatches-2.6/trunk/3.10/2300_USB-mount-extd-inq-cmd-fix.patch =================================================================== --- genpatches-2.6/trunk/3.10/2300_USB-mount-extd-inq-cmd-fix.patch 2013-08-15 21:54:59 UTC (rev 2480) +++ genpatches-2.6/trunk/3.10/2300_USB-mount-extd-inq-cmd-fix.patch 2013-08-15 23:52:23 UTC (rev 2481) @@ -1,12 +0,0 @@ ---- a/drivers/scsi/scsi.c 2013-08-06 11:06:38.358141689 -0400 -+++ b/drivers/scsi/scsi.c 2013-08-06 11:08:27.455094545 -0400 -@@ -1031,6 +1031,9 @@ int scsi_get_vpd_page(struct scsi_device - { - int i, result; - -+ if (sdev->skip_vpd_pages) -+ goto fail; -+ - /* Ask for all the pages supported by this device */ - result = scsi_vpd_inquiry(sdev, buf, 0, buf_len); - if (result)