From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932366AbdJZNyh (ORCPT ); Thu, 26 Oct 2017 09:54:37 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:53849 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932291AbdJZNyd (ORCPT ); Thu, 26 Oct 2017 09:54:33 -0400 X-Google-Smtp-Source: ABhQp+QUZiz1jrhDD9dAB3XrlzTlsSNQfU9D+k6sr8VwIiJ7gc4IPZ4eBAmqmHtRnndPC0YSzqrMJQ== Date: Thu, 26 Oct 2017 14:54:29 +0100 From: Jamie Iles To: Kees Cook Cc: Herbert Xu , Jesper Nilsson , Lars Persson , Niklas Cassel , "David S. Miller" , Jamie Iles , linux-arm-kernel@axis.com, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/crypto: Convert timers to use timer_setup() Message-ID: <20171026135429.sk3s6ama2na7bvim@ash> References: <20171025101842.GA145495@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171025101842.GA145495@beast> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2017 at 03:18:42AM -0700, Kees Cook wrote: > In preparation for unconditionally passing the struct timer_list pointer to > all timer callbacks, switch to using the new timer_setup() and from_timer() > to pass the timer pointer explicitly. > > Cc: Herbert Xu > Cc: Jesper Nilsson > Cc: Lars Persson > Cc: Niklas Cassel > Cc: "David S. Miller" > Cc: Jamie Iles > Cc: linux-arm-kernel@axis.com > Cc: linux-crypto@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Kees Cook > --- Acked-by: Jamie Iles Thanks, Jamie