mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:04:44 +01:00
Livepatch sends a fake signal to all remaining blocking tasks of a
running transition after a set period of time. It uses TIF_SIGPENDING
flag for the purpose. Commit
|
||
|---|---|---|
| .. | ||
| core.c | ||
| core.h | ||
| Kconfig | ||
| Makefile | ||
| patch.c | ||
| patch.h | ||
| shadow.c | ||
| state.c | ||
| state.h | ||
| transition.c | ||
| transition.h | ||