Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel config update and 4.13.4-openpower2 #1515

Merged
2 commits merged into from
Oct 5, 2017

Commits on Oct 4, 2017

  1. linux: Update P9 defconfig for 4.13

     - We lost the lockup detector when the Kconfig options were renamed
     - Enable the hung task detector
     - Turn on STRICT_KERNEL_RWX
     - We lost IRQ_DOMAIN_DEBUG when DEBUG_FS was disabled. Leave it off
     - CONFIG_SMP now defaults to true, so it is not in the defconfig
    
    Note that STRICT_KERNEL_RWX breaks booting on P9 DD1 without fixes that
    are not yet merged. This does not regress op-build master as
    hostboot removed support as of 5f13c60.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    efe5b09 View commit details
    Browse the repository at this point in the history
  2. linux: Release 4.13.4-openpower2

    Add two patches for P9:
    
      powerpc/mce: Move 64-bit machine check code into mce.c
      powerpc/64s: Add workaround for P9 vector CI load issue
    
    The first patch is a prerequsite for the second. The second patch is in
    the powerpc-next branch for 4.15.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    968bb76 View commit details
    Browse the repository at this point in the history