Message ID | 20240207184100.18066-1-djeffery@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 52CC782883 for <linux-scsi@vger.kernel.org>; Wed, 7 Feb 2024 18:42:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707331337; cv=none; b=BbfL3NPqQaBrNtMY0sTYolyvY7He7OPG+68kTrMaGFLLrDdeJp6x4k0bXv2v/TzFhtFn+L6eNUNRZrkL877OrxmKyfK2s2/DoGVvPXaKthWZZkki/H+1Cdu/fw9Yy8zhmdQio1n0ajoRvFjHrqBqb6fMifh21ZEWJizj9p7KXOQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707331337; c=relaxed/simple; bh=nYX20/aGyNT7+m3RqCINirH/BlFMdF3vqKDQqvuouqs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=saIjZ9072Mwox57yFDmCWGR9PsSIkU77PemxKGAydikUnOIZ/AalvaOYEmS+YDJ0qPoC0+qdWXrlOHmrEhkxm+YxJZFACmH6pl15t9ailyOeT6naf5Ounnq/7dQIUCWi1zZLjsBA4oFM3dAcmPb9y/kQHFd1KDfm1HsRG842Zds= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=WoqkJjYG; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="WoqkJjYG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707331335; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uzhXO96uioYuw+s+CgtOuyqJZRewhrPzSOw58rzbztg=; b=WoqkJjYG0ase1W4pxkEMRh0nUQ32Ju7rkkyuQiM+6mmX8Nd6S8QvSQHHE4S1zCYKV6Kfhn UBI/dEZnM/4pOBmqQWISCqAHbCtGR1MUMBcvzPOkV5jNKRvJQRVAevWiL8Jpq4htJcTVo5 J4Cc2nRex1uEqIdEutNHc23vnVmkhGI= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-84-SOx90uyXOvy1n8fT4n9uqA-1; Wed, 07 Feb 2024 13:42:13 -0500 X-MC-Unique: SOx90uyXOvy1n8fT4n9uqA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3689A38212CF; Wed, 7 Feb 2024 18:42:13 +0000 (UTC) Received: from fedora-work.redhat.com (unknown [10.22.32.236]) by smtp.corp.redhat.com (Postfix) with ESMTP id ADEB340C9444; Wed, 7 Feb 2024 18:42:12 +0000 (UTC) From: David Jeffery <djeffery@redhat.com> To: linux-kernel@vger.kernel.org Cc: linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, "Rafael J . Wysocki" <rafael@kernel.org>, David Jeffery <djeffery@redhat.com> Subject: [RFC PATCH 0/6] async device shutdown support Date: Wed, 7 Feb 2024 13:40:54 -0500 Message-ID: <20240207184100.18066-1-djeffery@redhat.com> Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: <linux-scsi.vger.kernel.org> List-Subscribe: <mailto:linux-scsi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-scsi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 |
Series |
async device shutdown support
|
expand
|