4 ms·
Arch is not kosher. You need to do this: https://news.ycombinator.com/item?id=10931954 https://news.ycombinator.com/item?id=10931954
by 16 11y ago
Arch is not kosher. You need to do this: https://news.ycombinator.com/item?id=10931954 https://news.ycombinator.com/item?id=10931954
- juhanima 11y agoI did. I still maintain that the reason why the exploit doesn't work is this: include/asm-generic/atomic-long.h: #if BITS_PER_LONG == 64 typedef atomic64_t atomic_long_t; ... #else typedef atomic_t atomic_long_t; Just checking it with a 32-bit VM with the latest upstream kernel. EDIT: No, I was wrong. atomic_t is 32 bits also with 64 bit architecture. Must be something else then, let's see.