Hi Mariusz,
Sorry for the silence. I got the access sorted, but I have been
traveling since Linux Plumbers. I will be back home on Monday so feel
free to fire away and I'll do my best to catch up when I am back.
Cheers,
Jes
On 9/24/19 8:15 AM, Tkaczyk, Mariusz wrote:
Hi Jes,
Did you setup new key? We had some patches to send upstream.
Also, some patches are waiting for your feedback.
Please let me know when you will be ready.
Thanks,
Mariusz
On Friday, August 16, 2019 4:08:38 PM CEST Jes Sorensen wrote:
On 8/16/19 5:06 AM, Krzysztof Smolinski wrote:
GCC 8 checks possible truncation during snprintf more strictly
than GCC 7 which result in compilation errors. To fix this
problem checking result of snprintf against errors has been added.
Signed-off-by: Krzysztof Smolinski <krzysztof.smolinski@xxxxxxxxx>
---
sysfs.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
Applied thanks!
Note my ubi key fried itself so I need to setup a new one before I can
push to kernel.org.
I am glad to see some of this addressed, but the problem is much bigger.
We need to fixup super-intel.c to build with gcc 9, not just gcc 8. I
did a bunch of stuff, but the bigger problems remain. I am not a huge
fan of just hiding it via typecasts, I'd like to see a proper solution.
Cheers,
Jes