mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
Currently vma test is failing because of the new vma_assert_attached()
assertion. The check is failing because previous refcount_set() inside
vma_mark_attached() is a NoOp. Fix the definition of atomic_set() to
correctly set the value of the atomic.
Link: https://lkml.kernel.org/r/20241227222220.1726384-1-surenb@google.com
Fixes:
|
||
|---|---|---|
| .. | ||
| linux | ||
| trace/events | ||
| autoconf.h | ||
| linux.c | ||
| maple-shared.h | ||
| maple-shim.c | ||
| shared.h | ||
| shared.mk | ||
| xarray-shared.c | ||
| xarray-shared.h | ||