mirror of https://github.com/torvalds/linux.git
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 | ||
| .gitignore | ||
| Makefile | ||
| vma.c | ||
| vma_internal.h | ||