Content pfp
Content
@
0 reply
0 recast
2 reactions

sudo rm -rf --no-preserve-root / pfp
sudo rm -rf --no-preserve-root /
@pcaversaccio
Today I learnt that the Linux kernel has a feature called "Kernel Electric Fence" (KFENCE). KFENCE in Linux is a memory error detector that uses random sampling and CPU hardware to catch bugs with minimal performance impact. It's like having a highly efficient security guard that only checks a few packages but can still catch most smugglers, allowing for production-safe memory debugging. I don't know who needs to hear this but this is a super smart approach since it leverages the MMU of the CPU to trap invalid memory accesses, rather than relying on software instrumentation. https://docs.kernel.org/dev-tools/kfence.html
0 reply
0 recast
10 reactions

Furkan Nabi Sumji pfp
Furkan Nabi Sumji
@furkannabisumji
πŸ‘€
0 reply
0 recast
0 reaction