[Kernel-packages] [Bug 1574982] Re: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler

2016-05-08 Thread David Daynard
This seems to be a bug in gcc itself. It should automatically disable PIE when -mcmodel=kernel or when __KERNEL__ is passed in a header. Attempts to compile using no PIE command line flags don't work either. It's as if it's not allowing it to be turned back off. -- You received this bug

[Kernel-packages] [Bug 1574982] Re: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler

2016-04-27 Thread David Daynard
My comment was sarcastic. The build flags for dkms packages are invisible to the end user and there is no easy way to change them. This is either a packaging error with the kernel module or the gcc default flags are erroneous. In either case this is not something the end user solves by changing

[Kernel-packages] [Bug 1575451] Re: PIE mode breaks building kernel modules

2016-04-27 Thread David Daynard
*** This bug is a duplicate of bug 1574982 *** https://bugs.launchpad.net/bugs/1574982 I can't run apport-collect because this is marked as a duplicate. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1574982] Re: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler

2016-04-27 Thread David Daynard
Please explain how I am going to build with -no-pie when apt-get and dkms automates the entire process here. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1574982 Title: Cannot use