Robin Look
Robin Look
When I tried to apply gVisor to more scenarios in production area, I found that gVisor has the potential to be the guest user space kernel of WASM runtime. In...
For platforms before arm8.4, cpuid related instructions will be trapped in el0_undef. Functions related to cpuid checking were added in this patch. Reference code: https://github.com/torvalds/linux/blob/v5.10-rc7/arch/arm64/kernel/traps.c#L531 Signed-off-by: Robin Luk
Add an example similar to bcc/tcptop, and add the function of getting the container name. Signed-off-by: Robin Lu Signed-off-by: Robin Lu
Hi, I made a simple POC to integrate wasmtime-go into gVisor. Please see the following link as reference: https://github.com/google/gvisor/issues/5811 gVisor is a user space kernel. Integrating wasmtime-go into gVisor has...
This issue is for pushing multi-architecture images for test-infra/images, so that the specific jobs can be scheduled by Prow into Arm64 nodes. * [ ] kubekins-test * [ ] builder,...
According to my understanding, the ring0 module is acting as a thin guest kernel, it must maintain independence and compatibility for different platforms. Currently, on Arm64, it is only compatible...
#### What type of PR is this? Enhancements #### What this PR does / why we need it: adding wbt switch function for nvme devices #### Which issue(s) this PR...
adding a strict mode to prevent a potential kernel deadlock bug #### What type of PR is this? Enhancements #### What this PR does / why we need it: adding...
#### What type of PR is this? Bug fixes #### What this PR does / why we need it: [bugfix] Missing pod level setting for io.weight #### Which issue(s) this...
#### What type of PR is this? Features #### What this PR does / why we need it: This patch provied the feature of memory.low protection. There are a couple...