New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 866008 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

What should CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS be?

Project Member Reported by diand...@chromium.org, Jul 20

Issue description

Looking at kernel 4.14, I see a config:

  CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS

We have this at 0 right now.  I think it's supposed to be something larger.  Specifically it looks like things happen like this when we see a critical thermal event:

* Schedule an emergency power off for CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS later.
* Start an orderly shutdown.

I'm looking specifically at handle_critical_trips().


...so if CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS it seems like we'll start both the orderly and emergency shutdown at the same time.  That doesn't seem quite right.  
 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment