public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: qat: change kernel version
@ 2023-01-19  8:05 Meadhbh
  2023-01-19 12:06 ` Vladis Dronov
  2023-02-10  9:42 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Meadhbh @ 2023-01-19  8:05 UTC (permalink / raw)
  To: herbert
  Cc: linux-crypto, qat-linux, vdronov, wojciech.ziemba,
	tomaszx.kowalik, bagasdotme, linux-kernel, Meadhbh,
	Giovanni Cabiddu

Change kernel version from 5.20 to 6.0, as 5.20 is not a release.

Signed-off-by: Meadhbh Fitzpatrick <meadhbh.fitzpatrick@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
---
 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/<BDF>/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/<BDF>/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.
-- 
2.37.3

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: qat: change kernel version
  2023-01-19  8:05 [PATCH] Documentation: qat: change kernel version Meadhbh
@ 2023-01-19 12:06 ` Vladis Dronov
  2023-02-10  9:42 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Vladis Dronov @ 2023-01-19 12:06 UTC (permalink / raw)
  To: Meadhbh
  Cc: herbert, linux-crypto, qat-linux, wojciech.ziemba,
	tomaszx.kowalik, bagasdotme, linux-kernel, Giovanni Cabiddu

Hi,

On Thu, Jan 19, 2023 at 9:15 AM Meadhbh <meadhbh.fitzpatrick@intel.com> wrote:
>
> Change kernel version from 5.20 to 6.0, as 5.20 is not a release.
>
> Signed-off-by: Meadhbh Fitzpatrick <meadhbh.fitzpatrick@intel.com>
> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
> ---
>  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/<BDF>/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/<BDF>/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.
> --
> 2.37.3

Indeed,

Reviewed-by: Vladis Dronov <vdronov@redhat.com>

Best regards,
Vladis Dronov | Red Hat, Inc. | The Core Kernel | Senior Software Engineer


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: qat: change kernel version
  2023-01-19  8:05 [PATCH] Documentation: qat: change kernel version Meadhbh
  2023-01-19 12:06 ` Vladis Dronov
@ 2023-02-10  9:42 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2023-02-10  9:42 UTC (permalink / raw)
  To: Meadhbh
  Cc: linux-crypto, qat-linux, vdronov, wojciech.ziemba,
	tomaszx.kowalik, bagasdotme, linux-kernel, Giovanni Cabiddu

On Thu, Jan 19, 2023 at 09:05:08AM +0100, Meadhbh wrote:
> Change kernel version from 5.20 to 6.0, as 5.20 is not a release.
> 
> Signed-off-by: Meadhbh Fitzpatrick <meadhbh.fitzpatrick@intel.com>
> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
> ---
>  Documentation/ABI/testing/sysfs-driver-qat | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-10  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19  8:05 [PATCH] Documentation: qat: change kernel version Meadhbh
2023-01-19 12:06 ` Vladis Dronov
2023-02-10  9:42 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox