2023-06-09 05:24:46

by Sumeet Pawnikar

[permalink] [raw]
Subject: [PATCH] Update comment to include stepping

Wildcard for stepping "X86_STEPPING_ANY" is also defined here.
So, update comment to include "stepping".

Signed-off-by: Sumeet Pawnikar <[email protected]>
---
include/linux/mod_devicetable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index ccaaeda792c0..bb4d009ab2cf 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -680,7 +680,7 @@ struct x86_cpu_id {
kernel_ulong_t driver_data;
};

-/* Wild cards for x86_cpu_id::vendor, family, model and feature */
+/* Wild cards for x86_cpu_id::vendor, family, model, stepping and feature */
#define X86_VENDOR_ANY 0xffff
#define X86_FAMILY_ANY 0
#define X86_MODEL_ANY 0
--
2.17.1



2023-06-09 06:19:00

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] Update comment to include stepping

On Fri, Jun 09, 2023 at 10:12:22AM +0530, Sumeet Pawnikar wrote:
> Wildcard for stepping "X86_STEPPING_ANY" is also defined here.
> So, update comment to include "stepping".
>
> Signed-off-by: Sumeet Pawnikar <[email protected]>

Hi,

Please follow the internal Intel-documented rules for how to submit a
kernel patch. As-is, we can not accept this because that did not happen.

thanks,

greg k-h