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 B7AF8C4332F for ; Mon, 21 Nov 2022 15:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232383AbiKUP1Q (ORCPT ); Mon, 21 Nov 2022 10:27:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231324AbiKUP1D (ORCPT ); Mon, 21 Nov 2022 10:27:03 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB35BA44E; Mon, 21 Nov 2022 07:27:02 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 77AD5612E7; Mon, 21 Nov 2022 15:27:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0D8FC433C1; Mon, 21 Nov 2022 15:26:59 +0000 (UTC) Date: Mon, 21 Nov 2022 10:26:58 -0500 From: Steven Rostedt To: Thomas Gleixner Cc: LKML , Linus Torvalds , Anna-Maria Behnsen , Peter Zijlstra , Stephen Boyd , Guenter Roeck , Andrew Morton , Julia Lawall , Arnd Bergmann , Viresh Kumar , Marc Zyngier , Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz , linux-bluetooth@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Subject: Re: [patch 00/15] timers: Provide timer_shutdown[_sync]() Message-ID: <20221121102658.12cd3d17@gandalf.local.home> In-Reply-To: <87mt8kibkb.ffs@tglx> References: <20221115195802.415956561@linutronix.de> <87mt8kibkb.ffs@tglx> 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: netdev@vger.kernel.org On Mon, 21 Nov 2022 16:15:00 +0100 Thomas Gleixner wrote: > > As Steven is short of cycles, I made some spare cycles available and > > reworked the patch series to follow the new semantics and plugged the races > > which were discovered during review. > > Any opinions on this pile or should I just declare it's perfect and > queue it for 6.2? I have time cut out of today to go over it. Thanks Thomas, -- Steve