Tobias Waldekranz
Tobias Waldekranz
> This file is used when running QEMU in kernel mode, so that needs to take in mind as well. For sure. That's the _recreation_ part that @troglobit mentions in...
Is there an option to get a plain GCC to emit this warning/error? I see lots of references to Red Hat specific spec files, so I'm just wondering how to...
Fixed in #38 . Thank you @MattCatz!
AFK discussion: We should take a pass over the entire "Debug Oops, Lockups and Hangs" section in the kernel config and opt to trigger panics whenever possible
I doubt that it has anything to do with the fact that it is C45-over-Snowball-over-I2C. `mdio-netlink` just defers to the kernel drivers to sort that out. Today the `bus_status()` logic,...
> > In other words, there is no C45 probing support on _any_ bus, but this is certainly something we could (should!) add. > > Support for c45 would be...
Is `/sys/class/mdio_bus/i2c:sfp2/statistics/errors_17` non-zero? Is that the source of the timeouts, or is it from the timeout in `mdio-netlink`?
I think what's going on is that the MMD status command uses `mdio_xfer()`... https://github.com/wkz/mdio-tools/blob/cd8a90801974afc64eabea664f15095b87dc289c/src/mdio/phy.c#L189 ...which results in a 1s timeout... https://github.com/wkz/mdio-tools/blob/cd8a90801974afc64eabea664f15095b87dc289c/src/mdio/mdio.c#L630-L634 ...whereas `bench` and `dump` both use a 10s timeout:...
> i already use buildroot as standalone initrd with own kernel and i see that the package depends on BR2_LINUX_KERNEL...this looks tricky as i cannot set a kernel dir, it...