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 7946EE95A8E for ; Mon, 9 Oct 2023 07:12:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345341AbjJIHMf (ORCPT ); Mon, 9 Oct 2023 03:12:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344984AbjJIHMe (ORCPT ); Mon, 9 Oct 2023 03:12:34 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67BEE94 for ; Mon, 9 Oct 2023 00:12:33 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 27ED61F381; Mon, 9 Oct 2023 07:12:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696835552; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1BGbmoy4Wj0a5esRBPDs39fhk8UugXma8Y6MjNysBqI=; b=zxQBbGBO/y7w+TyqweSJUA0AMUqjWIqNFxN6O/JaF0EzqNUFyY1D7tv6WqcHOjGl4gkExk 5IOlA5cPVrhNCAkjNYYyG2lLHTkCaC3ARkuouseblkdCuLuuj4njW1FhaRUojg5WxZH88Z 4Wi9izPj5BBlRekYTh5P9jtCZMqFU8k= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696835552; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1BGbmoy4Wj0a5esRBPDs39fhk8UugXma8Y6MjNysBqI=; b=GPj4fgNpgYBJkyZkAJLrpwtEl9z8tBbygmAZAi54uekLshMZTdq+QmKYa1jDEXtdOHMYCm ARxU0/2TO5LOR/DQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id DEC6413586; Mon, 9 Oct 2023 07:12:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 7OMLNd+nI2X2GQAAMHmgww (envelope-from ); Mon, 09 Oct 2023 07:12:31 +0000 Message-ID: <27c9b291-2b85-450e-ba89-8af42eb7f71e@suse.de> Date: Mon, 9 Oct 2023 09:12:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] scsi: core: Report error list information in debugfs Content-Language: en-US To: Bart Van Assche , "Martin K . Petersen" Cc: linux-scsi@vger.kernel.org, Damien Le Moal , Mike Christie , John Garry , Ming Lei , "James E.J. Bottomley" References: <20230821204101.3601799-1-bvanassche@acm.org> From: Hannes Reinecke In-Reply-To: <20230821204101.3601799-1-bvanassche@acm.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 8/21/23 22:41, Bart Van Assche wrote: > Provide information in debugfs about SCSI error handling to make it > easier to debug the SCSI error handler. Additionally, report the maximum > number of retries in debugfs (.allowed). > > Cc: Hannes Reinecke > Cc: Damien Le Moal > Cc: Mike Christie > Cc: John Garry > Cc: Ming Lei > Signed-off-by: Bart Van Assche > --- > drivers/scsi/scsi_debugfs.c | 25 ++++++++++++++++++++++--- > 1 file changed, 22 insertions(+), 3 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@suse.de +49 911 74053 688 SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman