On 1/2/20 6:19 AM, Naresh Kamboju wrote:
Hi Guenter
On Thu, 2 Jan 2020 at 19:45, Guenter Roeck linux@roeck-us.net wrote:
On 1/1/20 11:30 PM, Stephen Boyd wrote:
(Happy New Year!)
Quoting Guenter Roeck (2020-01-01 19:41:40)
On 1/1/20 6:44 PM, Guenter Roeck wrote:
Hi,
I see a number of crashes in the latest v5.4.y-queue; please see below for details. The problem bisects to commit 54a311c5d3988d ("clk: Fix memory leak in clk_unregister()").
Please share steps to reproduce this crash.
With multi_v7_defconfig:
qemu-system-arm -M xilinx-zynq-a9 -kernel arch/arm/boot/zImage \ -no-reboot -initrd rootfs-armv5.cpio \ -m 128 -serial null \ --append 'panic=-1 slub_debug=FZPUA rdinit=/sbin/init console=ttyPS0' \ -dtb arch/arm/boot/dts/zynq-zc702.dtb \ -nographic -monitor null -serial stdio
initrd from https://github.com/groeck/linux-build-test/blob/master/rootfs/arm/rootfs-arm...
Guenter