dejavudwh

Results 10 comments of dejavudwh

1. 感觉需要仔细检查这个标准不太好界定。如果只是简单来考虑的话,就是更改了这个bsp相关的就只去重新编译这个bsp,如果修改了内核相关的就全部重新编译。 2. 查看驱动的编译情况感觉还是有必要的。

@mtardy @jrfastab Thanks for your response. I believe showing more examples of CVE strategies would be beneficial for people learning Tetragon. For instance, I recently came across an exploit for...

@jrfastab I'm sure benchmarking data for tetragon is important to many people, and before we get into tetragon.io I wonder if you'd prefer to share this in some other way...

@daemon1024 Thank you so much for your response. I was wondering if it might be possible to get some preliminary figures? Specifically, I'm curious about the percentage of performance consumed...

@daemon1024 Thank you very much, this is very helpful for us!

@daemon1024 Thank you very much. I'm personally very interested in KubeArmor, but our lab hasn't really used KubeArmor in a production environment yet, and is still doing extensive research on...

> @dejavudwh It's anywhere between 1% to 8% depending on what kind of policies and what kind of workloads. Process Only Policies have least overhead Process and Network Moderate If...

> [@xiaoxiang781216](https://github.com/xiaoxiang781216) [@anchao](https://github.com/anchao) [@raiden00pl](https://github.com/raiden00pl) ^ > > [@dejavudwh](https://github.com/dejavudwh) I think not all microcontrollers have hrtimer. I know some families of STM32 has support to it. @acassis You are correct. However,...

> All nuttx timeout use tick unit, so you need just CONFIG_USEC_PER_TICK to match your precision. > But please note that you have to switch tickless mode to reduce the...

> Linux support two set of timer: > > 1. timer(https://www.kernel.org/doc/html/v4.9/driver-api/basics.html#c.add_timer) use tick unit > 2. hrtimer(https://docs.kernel.org/timers/hrtimers.html) use ns unit > > But NuttX just support wdog(similar Linux timer), no...