Results 9 issues of Zev Weiss

(Report received via email, opening an issue here for tracking/note-taking purposes...) An OSX (10.10.5) master crashed with the following (abridged) crash dump: ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT...

I occasionally run htop in a full-screen terminal on a wide monitor, which had been producing a clunkily truncated CPU graph in the header section: ![htop](https://user-images.githubusercontent.com/384597/169676781-d6fb7dff-2c20-44af-9f9e-0cd8c6b0c1c3.png) Bumping `METER_GRAPHDATA_SIZE` up to...

enhancement

(This PR supersedes both #43 and #44, since I ended up adding some stuff to the wdt fixes that had dependencies on the changes in #43. If you'd prefer to...

### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...

This allows the guest to have non-destructive (simulated) write access to parts of the host filesystem. Signed-off-by: Zev Weiss

I understand if this is a bit "controversial" (i.e. not wanted); it's definitely a bit of a hack, but it does let virtme work in some situations where it currently...

Running a dev-6.0 kernel on an ast2500 platform I'm working on a port to I'm sometimes hitting a panic on busses with an IPMB device on them: ``` [27559.144928] 8buf`...

Booting OpenBMC on a system I'm currently working on a port to, I get this (at least sometimes) during boot: ``` [ 0.339726] irq 32: nobody cared (try booting with...

The following script triggers a kernel panic: ```bash #!/bin/bash mtddev=/dev/mtd/bmc spidev=1e620000.spi cp /usr/bin/{hexdump,head} /lib/{lib[cm].so.6,ld-linux.so.3} /tmp export LD_LIBRARY_PATH=/tmp echo opening mtd FD... > /dev/kmsg exec {mtdfd} /dev/kmsg echo $spidev > /sys/bus/platform/drivers/aspeed-smc/unbind...