From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754843AbdKAPzt (ORCPT ); Wed, 1 Nov 2017 11:55:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46914 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752363AbdKAPzs (ORCPT ); Wed, 1 Nov 2017 11:55:48 -0400 Date: Wed, 1 Nov 2017 16:56:00 +0100 From: Greg Kroah-Hartman To: Kees Cook Cc: Duncan Sands , Allen Pais , "Gustavo A. R. Silva" , accessrunner-general@lists.sourceforge.net, linux-usb@vger.kernel.org, LKML Subject: Re: [PATCH] usb: usbatm: Convert timers to use timer_setup() Message-ID: <20171101155600.GB17363@kroah.com> References: <20171024100859.GA69126@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2017 at 04:16:49PM +0200, Kees Cook wrote: > This also uses timer_setup_on_stack() (only in -next). If it's okay, > I'll carry it in the timers tree. Fine with me: Acked-by: Greg Kroah-Hartman