From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763349AbdJQQVx (ORCPT ); Tue, 17 Oct 2017 12:21:53 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:54727 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763334AbdJQQVu (ORCPT ); Tue, 17 Oct 2017 12:21:50 -0400 X-Google-Smtp-Source: AOwi7QBwSPkHr6PfYE716s8McxtQ7eL4s1yV/Cox+PWa06MgM5KjsmMB6kfNLaioNn/JZ/SnGkMLiQ== Subject: Re: [PATCH v2] block/aoe: Convert timers to use timer_setup() From: Jens Axboe To: Kees Cook Cc: LKML , "Ed L. Cashin" , linux-block@vger.kernel.org, Thomas Gleixner References: <20171005231354.GA109107@beast> <8a7183b5-d9d8-af74-6ce8-aa005468a83b@kernel.dk> Message-ID: <513a4b27-0040-72f8-f5c7-e35649686b5b@kernel.dk> Date: Tue, 17 Oct 2017 10:21:47 -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: 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/17/2017 10:09 AM, Jens Axboe wrote: > On 10/16/2017 06:03 PM, Kees Cook wrote: >> On Fri, Oct 6, 2017 at 7:19 AM, Jens Axboe wrote: >>> On 10/05/2017 05:13 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. >>> >>> Applied to for-4.15/timer >> >> Hi, >> >> I just wanted to check what your timer plans were for merging this >> into -next (I'm doing rebasing to find out which maintainers I need to >> resend patches to, and I noticed block hasn't appeared in -next, but I >> know you've pulled patches...) > > It should be in for-next, since I wrote that email. It's in my > for-4.15/timer branch, which is also merged into my for-next branch > (which is the one that Stephen pulls). Just pulled in for-next, and it seems to contain what it should. If you see missing block related timer patches in for-next, then they haven't been applied to my tree yet. axboe@dell:[.]home/axboe/git/linux-next $ git log drivers/block/aoe/ commit a79c192c7cdb639ad1b059cedbf3dfa68427a170 Author: Kees Cook Date: Thu Oct 5 16:13:54 2017 -0700 block/aoe: Convert timers to use timer_setup() [...] -- Jens Axboe