From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1318CFA3740 for ; Thu, 27 Oct 2022 15:31:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235425AbiJ0PbJ (ORCPT ); Thu, 27 Oct 2022 11:31:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234172AbiJ0PbH (ORCPT ); Thu, 27 Oct 2022 11:31:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2655BE09 for ; Thu, 27 Oct 2022 08:31:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5BF31B826D6 for ; Thu, 27 Oct 2022 15:31:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26408C433C1; Thu, 27 Oct 2022 15:31:02 +0000 (UTC) Date: Thu, 27 Oct 2022 11:31:16 -0400 From: Steven Rostedt To: Corey Minyard Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Thomas Gleixner , Stephen Boyd , Guenter Roeck , openipmi-developer@lists.sourceforge.net Subject: Re: [RFC][PATCH v2 10/31] timers: ipmi: Use del_timer_shutdown() before freeing timer Message-ID: <20221027113116.0ef014a8@gandalf.local.home> In-Reply-To: References: <20221027150525.753064657@goodmis.org> <20221027150926.969147187@goodmis.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Oct 2022 10:22:54 -0500 Corey Minyard wrote: > Well, del_timer_shutdown() isn't there yet, so I guess the Ack is what > you need. Yep :-) I need Thomas and Linus's OK on that too, hence the RFC. -- Steve