From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937141AbdJQRsU (ORCPT ); Tue, 17 Oct 2017 13:48:20 -0400 Received: from smtp13.smtpout.orange.fr ([80.12.242.135]:60750 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S937079AbdJQRsT (ORCPT ); Tue, 17 Oct 2017 13:48:19 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 17 Oct 2017 19:48:17 +0200 X-ME-IP: 90.55.206.157 From: Robert Jarzmik To: Kees Cook Cc: Daniel Mack , Haojian Zhuang , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: pxa: Convert timers to use timer_setup() References: <20171016234852.GA102339@beast> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 17 Oct 2017 19:48:09 +0200 In-Reply-To: <20171016234852.GA102339@beast> (Kees Cook's message of "Mon, 16 Oct 2017 16:48:52 -0700") Message-ID: <87a80pfyxy.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kees Cook writes: > 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. Adds a static variable to hold the > interrupt private data pointer. > > Cc: Daniel Mack > Cc: Haojian Zhuang > Cc: Robert Jarzmik > Cc: Russell King > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Kees Cook Applied to pxa/for-next tree, thanks. -- Robert