boot arguments passed in CONFIG_CMDLINE not being picked up by kernel with gcc-ppc64-linux-gnu v5.4.0 and v6.1.1
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
gcc |
Unknown
|
Unknown
|
||||
gcc-5 (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | |||
Xenial |
Fix Released
|
High
|
Unassigned | |||
gcc-5-cross (Ubuntu) |
New
|
Undecided
|
Unassigned | |||
Xenial |
Fix Released
|
Undecided
|
Unassigned | |||
gcc-6 (Ubuntu) |
Fix Released
|
High
|
Unassigned | |||
gccgo-6 (Ubuntu) | ||||||
Xenial |
New
|
Medium
|
Unassigned |
Bug Description
== Comment: #0 - Akshay Adiga - 2016-09-22 23:55:06 ==
---Problem Description---
boot arguments (passed as CONFIG_CMDLINE) are not being
picked up by kernel while using gcc-ppc64-linux-gnu v5.4.0 and v6.1.1.
(gcc v5.3.1 works fine)
---Steps to Reproduce---
enable following config options in .config
CONFIG_
CONFIG_
CONFIG_
build kernel image and kexec without additional boot args.
The system does not boot as it does not get the boot args.
I have debugged to issue to gcc compiler optimization :
https:/
The problem has been reported and fixed in upstream gcc
https:/
Need to backport this fix for gcc-ppc64-linux-gnu v5.4.0 onwards.
tags: | added: architecture-ppc64le bugnameltc-146668 severity-high targetmilestone-inin--- |
Changed in ubuntu: | |
assignee: | nobody → Taco Screen team (taco-screen-team) |
affects: | ubuntu → gcc-defaults (Ubuntu) |
no longer affects: | gcc-defaults (Ubuntu) |
no longer affects: | gccgo-6 (Ubuntu) |
no longer affects: | gcc-6 (Ubuntu Xenial) |
Changed in gcc-5 (Ubuntu Xenial): | |
importance: | Undecided → High |
Changed in gcc-6 (Ubuntu): | |
importance: | Undecided → High |
Changed in gcc-5 (Ubuntu Xenial): | |
milestone: | none → xenial-updates |
Changed in gcc-6 (Ubuntu): | |
milestone: | none → ubuntu-16.09 |
Changed in gcc-5 (Ubuntu): | |
milestone: | none → ubuntu-16.09 |
Changed in gccgo-6 (Ubuntu Xenial): | |
milestone: | none → xenial-updates |
Changed in gcc-5 (Ubuntu): | |
importance: | Undecided → Medium |
Changed in gccgo-6 (Ubuntu Xenial): | |
importance: | Undecided → Medium |
no longer affects: | gcc-5-cross-ports (Ubuntu) |
tags: |
added: targetmilestone-inin16043 removed: targetmilestone-inin--- |
------- Comment From <email address hidden> 2016-09-28 17:40 EDT------- /gcc.gnu. org/bugzilla/ show_bug. cgi?id= 71709 to gcc-6-branch and gcc-5-branch. Ready to be picked up in the next fix release.
I have backported the fix for https:/