Open pranjalchanda08 opened 1 year ago
Create a worker called as housekeeper
in terravisor.
It should have similar arch as sysclk driver, basically calling via linked list.
When the kernel-driver is included in the build, the driver should auto add the housekeeper to list and it will be invoked by the housekeeper in sched upon resched
.
This is my proposed design.
In that stack overflow is one of the kernel-drivers/features which should be enabled by config.mk
.
The above design shall be extended to all visors.
Is your feature request related to a problem? Please describe. To detect and notify task stack overflow using cannery methode.