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 374B6ECAAD5 for ; Thu, 1 Sep 2022 18:10:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229781AbiIASKK (ORCPT ); Thu, 1 Sep 2022 14:10:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232987AbiIASJ6 (ORCPT ); Thu, 1 Sep 2022 14:09:58 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0951512605; Thu, 1 Sep 2022 11:09:57 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id B718AB81BDF; Thu, 1 Sep 2022 18:09:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D736FC433D6; Thu, 1 Sep 2022 18:09:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662055794; bh=PeWtP00smkSpUEiQrOJA6rliFGmYI4kqQTePTz49dyc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I/viAXs2cJKyQ2EUZ6PMYdDcEO6cVIz3EpeLLpUXJJF2rnagRnT0t144sE2LyYrBo EfNGD3GRtupFph2X9hW1pu2RC6g0+folrgGOuvebbtr64zuMrV9cXlm3G9jbS/J5u9 Zloihw3Cyhx/UJlCiAGy+H6Gq6/aPXvqxoZp0+bk= Date: Thu, 1 Sep 2022 20:09:51 +0200 From: Greg KH To: Eric Biggers Cc: Kai Ye , herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, wangzhou1@hisilicon.com, liulongfang@huawei.com Subject: Re: [PATCH v7 2/3] Documentation: add a isolation strategy sysfs node for uacce Message-ID: References: <20220806022943.47292-1-yekai13@huawei.com> <20220806022943.47292-3-yekai13@huawei.com> 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-kernel@vger.kernel.org On Thu, Sep 01, 2022 at 10:00:40AM -0700, Eric Biggers wrote: > On Thu, Sep 01, 2022 at 05:04:08PM +0200, Greg KH wrote: > > On Sat, Aug 06, 2022 at 10:29:42AM +0800, Kai Ye wrote: > > > Update documentation describing sysfs node that could help to > > > configure isolation strategy for users in the user space. And > > > describing sysfs node that could read the device isolated state. > > > > > > Signed-off-by: Kai Ye > > > --- > > > Documentation/ABI/testing/sysfs-driver-uacce | 26 ++++++++++++++++++++ > > > 1 file changed, 26 insertions(+) > > > > > > diff --git a/Documentation/ABI/testing/sysfs-driver-uacce b/Documentation/ABI/testing/sysfs-driver-uacce > > > index 08f2591138af..e09fd160d3fa 100644 > > > --- a/Documentation/ABI/testing/sysfs-driver-uacce > > > +++ b/Documentation/ABI/testing/sysfs-driver-uacce > > > @@ -19,6 +19,32 @@ Contact: linux-accelerators@lists.ozlabs.org > > > Description: Available instances left of the device > > > Return -ENODEV if uacce_ops get_available_instances is not provided > > > > > > +What: /sys/class/uacce//isolate_strategy > > > +Date: Jul 2022 > > > > July was a while ago, you sent this patch in August :( > > > > Does the date in the sysfs documentation files serve any purpose besides making > people have to update their patchsets every month? > > The kernel version number would be more useful to readers of the documentation, > and it wouldn't have to be updated quite as often. True, I have seen people use that instead, or no date at all, I don't require it. But if you do put the field in there, it should at least be correct :) thanks, greg k-h