On Thu, Aug 31, 2017 at 04:29:25PM -0700, Kees Cook wrote: > Several timer users needlessly reset their .function/.data fields during > their timer callback, but nothing else changes them. Some users do not > use their .data field at all. Each instance is removed here. > > Cc: Krzysztof Halasa <k...@pm.waw.pl> > Cc: Aditya Shankar <aditya.shan...@microchip.com> > Cc: Ganesh Krishna <ganesh.kris...@microchip.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Jens Axboe <ax...@fb.com> > Cc: netdev@vger.kernel.org > Cc: linux-wirel...@vger.kernel.org > Cc: de...@driverdev.osuosl.org > Signed-off-by: Kees Cook <keesc...@chromium.org> > --- > drivers/block/amiflop.c | 3 +-- > drivers/net/wan/hdlc_cisco.c | 2 -- > drivers/net/wan/hdlc_fr.c | 2 -- > drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 +--- > 4 files changed, 2 insertions(+), 9 deletions(-)
For the staging driver: Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>