Skip to content

Commit 18555cb

Browse files
committed
Revert "driver core: Set fw_devlink to "permissive" behavior by default"
This reverts commit c442a0d as it breaks some of the Raspberry Pi devices. Marek writes: This patch has just landed in linux-next 20200326. Sadly it breaks booting of the Raspberry Pi3b and Pi4 boards, either in 32bit or 64bit mode. There is no warning nor panic message, just a silent freeze. The last message shown on the earlycon is: [    0.893217] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled so revert it for now and let's try again and add it to linux-next after 5.7-rc1 is out so that we can try to get more debugging/testing happening. Reported-by: Marek Szyprowski <[email protected]> Cc: Rob Herring <[email protected]> Cc: Frank Rowand <[email protected]> Cc: Saravana Kannan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c442a0d commit 18555cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ static int device_private_init(struct device *dev)
23452345
return 0;
23462346
}
23472347

2348-
static u32 fw_devlink_flags = DL_FLAG_SYNC_STATE_ONLY;
2348+
static u32 fw_devlink_flags;
23492349
static int __init fw_devlink_setup(char *arg)
23502350
{
23512351
if (!arg)

0 commit comments

Comments
 (0)