From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752941AbdJSTGt (ORCPT ); Thu, 19 Oct 2017 15:06:49 -0400 Received: from ms.lwn.net ([45.79.88.28]:33210 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbdJSTGs (ORCPT ); Thu, 19 Oct 2017 15:06:48 -0400 Date: Thu, 19 Oct 2017 13:06:46 -0600 From: Jonathan Corbet To: Kees Cook Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] samples: Convert timers to use timer_setup() Message-ID: <20171019130646.4fd330ec@lwn.net> In-Reply-To: <20171016230225.GA99271@beast> References: <20171016230225.GA99271@beast> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Oct 2017 16:02:25 -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. > > Signed-off-by: Kees Cook Argh, so I'm the samples/ maintainer too now? :) Applied, thanks. jon