[EOAN] [PATCH]: SRU for regression bug: 1839154

2019-08-06 Thread Gianfranco Costamagna
Hello, there is a serious regression in the 5.2 kernel, already fixed in 5.3-rc2 with an ongoing request of a stable backport: https://www.spinics.net/lists/netdev/msg590128.html bug: https://github.com/torvalds/linux/commit/5142967ab524eb8e5c1f6122e46e2df81bae178b fix: https://github.com/torv

Re: [PATCH] platform/x86: acer-wmi: add another KEY_POWER keycode

2018-04-24 Thread Gianfranco Costamagna
Hello Andy, >Or I missed the point and it's working? Tell me what to do with it. >For now I pushed to my review and testing queue, thanks! Antonio did patch and build a custom kernel locally (testing was successful), and submitted the patch to me. I pinged some Ubuntu folks to get it applied,

Re: [PATCH] platform/x86: acer-wmi: add another KEY_POWER keycode

2018-04-23 Thread Gianfranco Costamagna
Hello, >Can you give your corresponding tag as well? we are implementing the fix right now, please follow bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766054 G.

Re: [PATCH] platform/x86: acer-wmi: add another KEY_POWER keycode

2018-04-21 Thread Gianfranco Costamagna
m thinking about uploading it in Ubuntu right now. Antonio, I forgot to tell you before, can you please open an Ubuntu bug so we can track the change? (ubuntu-bug linux should do the trick) Gianfranco > Signed-off-by: Antonio Rosario Intilisano > Acked-by: Gianfranco Costamagna >

Re: [PATCH] ARM: LLVMLinux: Change "extern inline" to "static inline" in mpi-inline.h and mpi-internal.h

2016-03-04 Thread Gianfranco Costamagna
Hi, >Can you be more specific about which compiler you use? > >I had seen this problem with prerelease gcc-5.0 versions, but >I don't see it with 5.1.1, 5.2.1 or 5.3.1. $ arm-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=arm-linux-gnueabi-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-

Re: [PATCH] ARM: LLVMLinux: Change "extern inline" to "static inline" in mpi-inline.h and mpi-internal.h

2016-03-04 Thread Gianfranco Costamagna
Hi >Close, but not quite right. >It's currently in the crypto tree after Herbert Xu picked it up. >It is scheduled to be merged into 4.6 at the moment. wonderful, sure, in the next merge window is good. But there is a little difference between your patch and mine. In your case they were buil

[PATCH] ARM: LLVMLinux: Change "extern inline" to "static inline" in mpi-inline.h and mpi-internal.h

2016-03-04 Thread Gianfranco Costamagna
already applied, but I fail to see it in current master. Sending it with the format-patch style. [1] https://lkml.org/lkml/2016/2/26/459 From 820a0ad32d474adf925437811e9b61d9d8886bc9 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Fri, 4 Mar 2016 14:16:24 +0100 Subject: [PATCH] ARM