Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755569Ab2JPBkm (ORCPT ); Mon, 15 Oct 2012 21:40:42 -0400 Received: from noserose.net ([66.220.18.76]:50330 "HELO noserose.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755452Ab2JPBkl (ORCPT ); Mon, 15 Oct 2012 21:40:41 -0400 Date: Mon, 15 Oct 2012 18:40:33 -0700 Message-Id: From: Ed Cashin Subject: [PATCH 0/9] aoe: various enhancements and cleanup from v50 to v60 To: akpm@linux-foundation.org Cc: ecashin@coraid.com, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1688 Lines: 35 This patch series is based on linux-next/akpm from 11 Oct. The patch that modifies aoenet.c:tx to print a warning does not affect locking but nonetheless causes a new sparse context warning to appear. Before a bug in sparse suppressed the warning. We will soon be able to use the new __must_hold() macro that now appears only in (not linux-next/akpm but) mm, making the warning go away by telling sparse that the tx function enters and exits with a lock held. Ed L. Cashin (9): aoe: describe the behavior of the "err" character device aoe: print warning regarding a common reason for dropped transmits aoe: update cap on outstanding commands based on config query response aoe: support the forgetting (flushing) of a user-specified AoE target aoe: support larger I/O requests via aoe_maxsectors module param aoe: "payload" sysfs file exports per-AoE-command data transfer size aoe: cleanup: remove unused ata_scnt function aoe: whitespace cleanup aoe: update driver-internal version number to 60 drivers/block/aoe/aoe.h | 10 ++++---- drivers/block/aoe/aoeblk.c | 19 ++++++++++++++++++ drivers/block/aoe/aoechr.c | 7 +++++- drivers/block/aoe/aoecmd.c | 22 +++++++------------- drivers/block/aoe/aoedev.c | 44 +++++++++++++++++++++++++++++++++++++----- drivers/block/aoe/aoemain.c | 2 +- drivers/block/aoe/aoenet.c | 15 ++++++++++--- 7 files changed, 88 insertions(+), 31 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/