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 351CDECAAD8 for ; Thu, 1 Sep 2022 15:04:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233944AbiIAPEX (ORCPT ); Thu, 1 Sep 2022 11:04:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234254AbiIAPEQ (ORCPT ); Thu, 1 Sep 2022 11:04:16 -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 6F611844EF; Thu, 1 Sep 2022 08:04:14 -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 AAB8CB8271D; Thu, 1 Sep 2022 15:04:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E58EDC433C1; Thu, 1 Sep 2022 15:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662044651; bh=KWWsPapkRXiPnTwoqKOl27QydoFX5epmwcUwRm9zUjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZyTxZCDhT8e6IIohENTUGo2SEcn8lkF+qTPWamUO1PmP3G8xxs710qF8z+R21I+mh bsOiV7U+8LTWgt6tdWwj1q8JWo5VYFJn4sa2377Fbxh9VsH7jmraWK9TLboTdqcrzm dOFhpBtyFHgL5ORkTtdgf306ilHEymLt5i94kDW0= Date: Thu, 1 Sep 2022 17:04:08 +0200 From: Greg KH To: Kai Ye Cc: 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: <20220806022943.47292-3-yekai13@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :(