From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67854C07E9D for ; Thu, 29 Sep 2022 07:39:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235218AbiI2Hju (ORCPT ); Thu, 29 Sep 2022 03:39:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235334AbiI2Hjj (ORCPT ); Thu, 29 Sep 2022 03:39:39 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54A8CF0F for ; Thu, 29 Sep 2022 00:39:37 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id BAA8668BFE; Thu, 29 Sep 2022 09:39:33 +0200 (CEST) Date: Thu, 29 Sep 2022 09:39:33 +0200 From: Christoph Hellwig To: Mike Christie Cc: bvanassche@acm.org, mwilck@suse.com, hch@lst.de, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, james.bottomley@hansenpartnership.com Subject: Re: [PATCH v2 01/35] scsi: Add helper to prep sense during error handling Message-ID: <20220929073933.GA2307@lst.de> References: <20220929025407.119804-1-michael.christie@oracle.com> <20220929025407.119804-2-michael.christie@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220929025407.119804-2-michael.christie@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig