Bisected regression: /proc/stat reports 0 steal time after commit x86/kvm: Move context tracking where it belongs

2021-01-03 Thread Julian Sax
Hello, I know I am kind of late with this report, but I recently upgraded from Kernel 5.8 to 5.10 and noticed that all my steal cpu time in htop was gone, instead the time seems to be added to the sys counter. The same thing happened in my own scripts, which source from /proc/stat. After executio

[PATCH] HID: i2c-hid: add Schneider SCL142ALM to descriptor override

2020-05-05 Thread Julian Sax
This device uses the SIPODEV SP1064 touchpad, which does not supply descriptors, so it has to be added to the override list. Cc: sta...@vger.kernel.org Signed-off-by: Julian Sax --- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/hid