From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932488AbdJZOYb (ORCPT ); Thu, 26 Oct 2017 10:24:31 -0400 Received: from bastet.se.axis.com ([195.60.68.11]:37547 "EHLO bastet.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932234AbdJZOY1 (ORCPT ); Thu, 26 Oct 2017 10:24:27 -0400 Subject: Re: [PATCH] drivers/crypto: Convert timers to use timer_setup() To: Kees Cook , Herbert Xu CC: Jesper Nilsson , Lars Persson , "Niklas Cassel" , "David S. Miller" , "Jamie Iles" , , , , References: <20171025101842.GA145495@beast> From: Lars Persson Message-ID: <4621befa-e5f5-182f-e72a-5f3277d4675f@axis.com> Date: Thu, 26 Oct 2017 16:24:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171025101842.GA145495@beast> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: sv Content-Transfer-Encoding: 7bit X-Originating-IP: [10.0.5.60] X-ClientProxiedBy: XBOX03.axis.com (10.0.5.17) To XBOX02.axis.com (10.0.5.16) X-TM-AS-GCONF: 00 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/25/2017 12:18 PM, 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 For drivers/crypto/axis: Acked-by: Lars Persson Thanks, Lars