From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754149AbdJRNdd (ORCPT ); Wed, 18 Oct 2017 09:33:33 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:49350 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754110AbdJRNd1 (ORCPT ); Wed, 18 Oct 2017 09:33:27 -0400 X-Google-Smtp-Source: ABhQp+RB6MRdjPKRlkgHN+uN873orCVofindBrvwmlY8xVWwj7NYjHZMyr645adsdAbjOoKfBJapaw== Date: Wed, 18 Oct 2017 06:33:23 -0700 From: Tejun Heo To: Kees Cook Cc: Thomas Gleixner , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [PATCH] workqueue: Convert timers to use timer_setup() (part 2) Message-ID: <20171018133323.GE1302522@devbig577.frc2.facebook.com> References: <20171016225825.GA99101@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171016225825.GA99101@beast> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2017 at 03:58:25PM -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. (The prior workqueue > patch missed a few timers.) > > Cc: Tejun Heo > Cc: Lai Jiangshan > Signed-off-by: Kees Cook Acked-by: Tejun Heo Please feel free to route with other timer patches. Thanks. -- tejun