Re: [linux-safety] [PATCH] kernel: trace: Remove deadstore in trace_uprobe.c

2020-12-10 Thread Milan Lakhani
On 10/12/2020 05:47, Lukas Bulwahn wrote: On Wed, Dec 9, 2020 at 2:17 PM Milan Lakhani wrote: In trace_uprobe.c, trace_uprobe_create assigns ret to 0 but then never uses this value. Milan, the patch makes sense, but I fear you did not run ./scripts/get_maintainers.pl because you did not inc

Re: [linux-safety] [PATCH] kernel: trace: Remove deadstore in trace_uprobe.c

2020-12-09 Thread Lukas Bulwahn
On Wed, Dec 9, 2020 at 2:17 PM Milan Lakhani wrote: > > In trace_uprobe.c, trace_uprobe_create assigns ret to 0 but then never > uses this value. > Milan, the patch makes sense, but I fear you did not run ./scripts/get_maintainers.pl because you did not include any specific maintainer as recipien