From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH] RDMA/nes: Convert timers to use timer_setup() Date: Thu, 5 Oct 2017 15:48:59 +0200 (CEST) Message-ID: References: <20171005004527.GA22607@beast> <622bfd9d-69df-9d78-d72b-5bd49d979afa@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <622bfd9d-69df-9d78-d72b-5bd49d979afa-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Ledford Cc: Kees Cook , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Faisal Latif , Sean Hefty , Hal Rosenstock , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Thu, 5 Oct 2017, Doug Ledford wrote: > On 10/4/2017 8:45 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. A pointer from nesadapter back to > > nesdev was added. > > > > Cc: Faisal Latif > > Cc: Doug Ledford > > Cc: Sean Hefty > > Cc: Hal Rosenstock > > Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > Cc: Thomas Gleixner > > Signed-off-by: Kees Cook > > --- > > This requires commit 686fef928bba ("timer: Prepare to change timer > > callback argument type") in v4.14-rc3, but should be otherwise > > stand-alone. > > What is your intention with this, and the other RDMA related, patches? > Is it your intention that I should pick these up or is someone else > supposed to (you sent it to linux-kernel and only Cc:ed linux-rdma)? > Also, are you intending this to go into -rc? If so, why is it dependent > on a patch that didn't land until -rc3? That's 4.15 material and should preferrably be picked up by the relevant maintainers. The 4.14-rc3 reference is there just in case a maintainer tree is based on pre 4.14-rc3, so applying the patch would break the build. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html