linux icon indicating copy to clipboard operation
linux copied to clipboard

OpenBMC Linux kernel source tree

Results 66 linux issues
Sort by recently updated
recently updated
newest added

dev-4.7 7b7b6e87d3d94dd7813f5ef288d2be9c890dce6d on a Palmetto ``` [19919.800000] ftgmac100 1e660000.ethernet eth0: NCSI interface down [19919.800000] ------------[ cut here ]------------ [19919.800000] WARNING: CPU: 0 PID: 125 at net/ncsi/ncsi-manage.c:221 ncsi_start_channel_monitor+0x48/0x94 [19919.800000] Modules linked...

bug
dev-4.7

@amboar wrote: > Subject: [PATCH] aspeed_defconfig: Enable SHMEM and TMPFS > > Without enabling these options we get strange behaviour under qemu, > where it appears uevents aren't generated to...

help wanted

When `fw_setenv` tries to erase the whole 128kB environment with one `ioctl` call the erase gails and the flash status register shows programming error status. Breaking the erase command into...

Now that we have a Qemu model of the ast2400 and ast2500 we should do builds and boot test on openpower.xyz

enhancement
help wanted

The Firestone openpower board has a BCM54210E, but it doesn't work in 1000base-T. Gavin worked around this by changing the PHY driver to only advertise 100Mbit: ``` diff --git a/drivers/net/phy/broadcom.c...

bug

Following from the discussion in https://github.com/openbmc/openbmc/pull/212#issuecomment-199149334, we need extra features not present in the upstream driver: - device tree probing https://github.com/shenki/linux/commit/5fbf374af9fc88bc15a21cde9055f2503c43ab50 - support sense resistor https://github.com/shenki/linux/commit/dd13a2c59d1221f8dd7ca3eb61b587a652c32d8f - add to Barreleye...

enhancement