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 9E2E1C4332F for ; Tue, 30 Nov 2021 08:47:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239746AbhK3IuQ (ORCPT ); Tue, 30 Nov 2021 03:50:16 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:55530 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234760AbhK3IuP (ORCPT ); Tue, 30 Nov 2021 03:50:15 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 3A616CE1804; Tue, 30 Nov 2021 08:46:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF6EFC53FC7; Tue, 30 Nov 2021 08:46:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1638262013; bh=PE5PYrSpq4Ji8bD5ar5PBlir0GMFnFQe28x0DJzeWS0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aSDVDHlYO40vIO6S+BlpF3DdFcwIFKelt7DE4IA8wcCvTrQPlkQ4uugPBqtxp7Mux bZReRfPot5NGgkDM3LL9l2dwik11mBIIJJGWHHjj/rA4s1huwTjXyKnH8lQ/HbWBnC juJ820YCVRtFY8FfYRoD3bjdA5s3yv5X5F79M3NE= Date: Tue, 30 Nov 2021 08:49:56 +0100 From: Greg Kroah-Hartman To: Eric Biggers Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-scsi@vger.kernel.org, linux-mmc@vger.kernel.org, Bart Van Assche Subject: Re: [PATCH v2 3/3] blk-crypto: show crypto capabilities in sysfs Message-ID: References: <20211130040306.148925-1-ebiggers@kernel.org> <20211130040306.148925-4-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On Mon, Nov 29, 2021 at 11:31:16PM -0800, Eric Biggers wrote: > On Tue, Nov 30, 2021 at 08:13:37AM +0100, Greg Kroah-Hartman wrote: > > > Documentation/block/queue-sysfs.rst | 30 +++++ > > > > Same objection as before. Please add these to Documentation/ABI/ > > As I said before, this is where all the blk-sysfs stuff is documented currently. > If you consider this a hard requirement, then I'll get started on a patch that > moves all of queue-sysfs.rst into Documentation/ABI/, as it's silly to change it > for just this one and not the 23 other blk-sysfs attributes with exactly the > same issue. If I don't complain about it, nothing will ever change :) > > otherwise when running 'scripts/get_abi undefined' will show these new > > sysfs files you are adding as having no documentation :( > > Perhaps this should be part of checkpatch? It's hard as that requires the code that the patch is checking to be running on the system you run checkpatch on. thanks, greg k-h