New issue
Advanced search Search tips

Issue 605593 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Why do ARM / x86 devices differ for CONFIG_BOOTPARAM_HARDLOCKUP_PANIC?

Project Member Reported by diand...@chromium.org, Apr 21 2016

Issue description

In 3.8:

chromeos/config/armel/common.config:CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
chromeos/config/i386/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/x86_64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set

In 3.10:

chromeos/config/armel/common.config:CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
chromeos/config/i386/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/x86_64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set

In 3.14:

dianders@tictac:v3.14 ((54c97f93cccb...))$ git grep 'CONFIG_BOOTPARAM_HARDLOCKUP_PANIC[^_]' chromeos
chromeos/config/arm64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/armel/chromiumos-arm.flavour.config:CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
chromeos/config/armel/chromiumos-ipq806x.flavour.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/armel/chromiumos-rockchip.flavour.config:CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
chromeos/config/i386/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/mips/common.config:CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
chromeos/config/x86_64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set

In 3.18:

chromeos/config/arm64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/armel/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/i386/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/mips/chromiumos-mipsel.flavour.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
chromeos/config/x86_64/common.config:# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set


 

Comment 1 by olofj@chromium.org, May 27 2016

Cc: -olofj@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment