Re: toolchain requirements for external kernel modules

2019-02-19 Thread Laura Abbott
On 2/19/19 10:47 AM, Dulaney wrote: On Gearr 18, 2019 aig 12:26:04f -0800, sgrìobh Laura Abbott: Yes, that was the case I was concerned about with gcc being updated. I guess the case would be where the kernel gets built with a different gcc that isn't yet on a local system. Doing a batched bodh

Re: toolchain requirements for external kernel modules

2019-02-19 Thread Dulaney
On Gearr 18, 2019 aig 12:26:04f -0800, sgrìobh Laura Abbott: > Yes, that was the case I was concerned about with gcc being updated. > I guess the case would be where the kernel gets built with a different > gcc that isn't yet on a local system. Doing a batched bodhi update > could fix this for sta

Re: toolchain requirements for external kernel modules

2019-02-18 Thread Laura Abbott
On 2/15/19 3:47 AM, Florian Weimer wrote: * Laura Abbott: I've been experimenting with enabling CONFIG_GCC_PLUGINS in the kernel since I've heard some people express interest in stackleak (I'm interested as well). a gcc plugin gets built as an .so file for use during compilation. This means we

Re: toolchain requirements for external kernel modules

2019-02-18 Thread Laura Abbott
On 2/14/19 4:19 PM, stan wrote: On Thu, 14 Feb 2019 15:09:04 -0800 Laura Abbott wrote: Can anyone see major problems with requiring the same toolchain version for building external modules as the kernel? If gcc is updated between Fedora kernel versions and someone wants to build a module, it

Re: toolchain requirements for external kernel modules

2019-02-14 Thread stan
On Thu, 14 Feb 2019 15:09:04 -0800 Laura Abbott wrote: > Can anyone see major problems with requiring the same toolchain > version for building external modules as the kernel? If gcc is updated between Fedora kernel versions and someone wants to build a module, it would build but be unuseable?