Searched hist:f1d93b2a010c2c55db86c41ef60c452cf7f99ebc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | memtest.c | diff f1d93b2a010c2c55db86c41ef60c452cf7f99ebc Tue Mar 12 03:04:23 CDT 2024 Qiang Zhang <qiang4.zhang@intel.com> memtest: use {READ,WRITE}_ONCE in memory scanning
[ Upstream commit 82634d7e24271698e50a3ec811e5f50de790a65f ]
memtest failed to find bad memory when compiled with clang. So use {WRITE,READ}_ONCE to access memory to avoid compiler over optimization.
Link: https://lkml.kernel.org/r/20240312080422.691222-1-qiang4.zhang@intel.com Signed-off-by: Qiang Zhang <qiang4.zhang@intel.com> Cc: Bill Wendling <morbo@google.com> Cc: Justin Stitt <justinstitt@google.com> Cc: Nathan Chancellor <nathan@kernel.org> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
|