From patchwork Thu Jan 19 08:05:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Meadhbh X-Patchwork-Id: 644301 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 CE828C00A5A for ; Thu, 19 Jan 2023 08:14:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229889AbjASIOE (ORCPT ); Thu, 19 Jan 2023 03:14:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbjASIOC (ORCPT ); Thu, 19 Jan 2023 03:14:02 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5974245BDD; Thu, 19 Jan 2023 00:14:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674116041; x=1705652041; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Uw39GHewdVy4hZPaY3+nKckas1yzZpDUlpEw/VuNI/U=; b=DNZ/IHsYkcKhI+eej0rRM2g5ymBEt61AaajzC9veQvt0PL3BTy0IP1vb CdbIC7PUYkgQ8HURXDsPAvmSNDj2nqy0edKsABk7jlVgWT1z8z5FFZAx6 yqy1H1CwtJfGaQfd0lCNRnlZULZ0IHXJ+eNElC1iKFx2K9raEbR/4K1kF LGTPW3TRhEwjUg1l3aDa0+wIzaYK97HLr533FRLNgHlo5ECWc1XCKI1ww Do4vX+AEOqWwiUdmHljeysvy0n5CKkhPA39YTKR2mImjLAcTXnuaaEbzs /0qk2KINKUJIAQ4cxVt7oekQ6ftC1zTekVarD2kFD9PCXEmL33O/W7qKi Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="352480581" X-IronPort-AV: E=Sophos;i="5.97,228,1669104000"; d="scan'208";a="352480581" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2023 00:14:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10594"; a="637608739" X-IronPort-AV: E=Sophos;i="5.97,228,1669104000"; d="scan'208";a="637608739" Received: from r031s002_zp31l10c01.gv.intel.com (HELO fedora..) ([10.219.171.29]) by orsmga006.jf.intel.com with ESMTP; 19 Jan 2023 00:13:59 -0800 From: Meadhbh To: herbert@gondor.apana.org.au Cc: linux-crypto@vger.kernel.org, qat-linux@intel.com, vdronov@redhat.com, wojciech.ziemba@intel.com, tomaszx.kowalik@intel.com, bagasdotme@gmail.com, linux-kernel@vger.kernel.org, Meadhbh , Giovanni Cabiddu Subject: [PATCH] Documentation: qat: change kernel version Date: Thu, 19 Jan 2023 09:05:08 +0100 Message-Id: <20230119080508.24235-1-meadhbh.fitzpatrick@intel.com> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Organisation: Intel Research and Development Ireland Ltd - Co. Reg. #308263 - Collinstown Industrial Park, Leixlip, County Kildare, Ireland Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Change kernel version from 5.20 to 6.0, as 5.20 is not a release. Signed-off-by: Meadhbh Fitzpatrick Reviewed-by: Giovanni Cabiddu --- Documentation/ABI/testing/sysfs-driver-qat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-driver-qat b/Documentation/ABI/testing/sysfs-driver-qat index 185f81a2aab3..087842b1969e 100644 --- a/Documentation/ABI/testing/sysfs-driver-qat +++ b/Documentation/ABI/testing/sysfs-driver-qat @@ -1,6 +1,6 @@ What: /sys/bus/pci/devices//qat/state Date: June 2022 -KernelVersion: 5.20 +KernelVersion: 6.0 Contact: qat-linux@intel.com Description: (RW) Reports the current state of the QAT device. Write to the file to start or stop the device. @@ -18,7 +18,7 @@ Description: (RW) Reports the current state of the QAT device. Write to What: /sys/bus/pci/devices//qat/cfg_services Date: June 2022 -KernelVersion: 5.20 +KernelVersion: 6.0 Contact: qat-linux@intel.com Description: (RW) Reports the current configuration of the QAT device. Write to the file to change the configured services.