search for: gb1bccd3e3d

Displaying 3 results from an estimated 3 matches for "gb1bccd3e3d".

2019 Nov 08
15
[PATCH 00/13] Finish off [smp_]read_barrier_depends()
...| 2 +- scripts/checkpatch.pl | 9 +- .../Documentation/explanation.txt | 26 ++- 18 files changed, 217 insertions(+), 382 deletions(-) create mode 100644 arch/alpha/include/asm/rwonce.h create mode 100644 include/asm-generic/rwonce.h -- 2.24.0.rc1.363.gb1bccd3e3d-goog
2019 Nov 08
0
[PATCH 10/13] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
...to propagate to every other CPU in the system; then +it has to wait for the local cache to process all the stores received +as of that time -- not just the stores received when the strong fence +began. And of course, none of this matters for any architecture other than Alpha. -- 2.24.0.rc1.363.gb1bccd3e3d-goog
2019 Nov 08
0
[PATCH 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
...cgi?id=67368 + * '__maybe_unused' allows us to avoid defined-but-not-used warnings. + */ +# define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused +#else +# define __no_kasan_or_inline __always_inline +#endif + #endif /* __LINUX_COMPILER_ATTRIBUTES_H */ -- 2.24.0.rc1.363.gb1bccd3e3d-goog