lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  9 Jun 2023 10:12:22 +0530
From:   Sumeet Pawnikar <sumeet.r.pawnikar@...el.com>
To:     gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc:     srinivas.pandruvada@...ux.intel.com, sumeet.r.pawnikar@...el.com
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 <sumeet.r.pawnikar@...el.com>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ