From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933063AbdJQQKW (ORCPT ); Tue, 17 Oct 2017 12:10:22 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:49868 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753656AbdJQQKV (ORCPT ); Tue, 17 Oct 2017 12:10:21 -0400 X-Google-Smtp-Source: AOwi7QCEsmlJb4CFf27WySrYjhe8eRe76Rg25lGikAs99N/iLOpV1Pputg3RqE4TnGUe7FPdYXh2vg== Subject: Re: [PATCH] block: swim3: Convert timers to use timer_setup() To: Kees Cook Cc: Johannes Thumshirn , Ingo Molnar , Arvind Yadav , linux-kernel@vger.kernel.org References: <20171017000428.GA102936@beast> From: Jens Axboe Message-ID: Date: Tue, 17 Oct 2017 10:10:17 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171017000428.GA102936@beast> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/16/2017 06:04 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. Added to for-4.15/timer, thanks. -- Jens Axboe