- 🔧 Software Engineer in Linux
- 📚 Sharpening my skills in Data Structures & Algorithms
- 💬 Interested in Linux Kernel, C, systems programming and DSA
[PATCH 1/3] livepatch: Fail object initialization on duplicate patched function- Livepatch currently allows patching the same underlying function twice through two aliased symbols within a single object, which makes the redirection via
klp_ops'sfunc_stackambiguous. This patch detects and rejects that case during object initialization.
- Livepatch currently allows patching the same underlying function twice through two aliased symbols within a single object, which makes the redirection via
[PATCH] selftests/livepatch: Test rejection of aliased symbols in one object- Adds a selftest verifying that patching aliased symbols within one object is correctly rejected.
💡 Recommend trying Cometode if you want to practice Data Structures & Algorithms (the core building blocks of computer science) with spaced repetition (SM-2, same as Anki). Lives in your menu bar for quick access — click, review, back to work.

