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 8BD0AC4332F for ; Mon, 7 Nov 2022 11:15:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231755AbiKGLPx (ORCPT ); Mon, 7 Nov 2022 06:15:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229659AbiKGLPq (ORCPT ); Mon, 7 Nov 2022 06:15:46 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C6EEDF6B for ; Mon, 7 Nov 2022 03:15:45 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1667819744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ks74wjsDzqc1arU7J8lzMZXr87mU8v99qH9Cogt/w/8=; b=YsMEj0dTiNNIIQikNlk4tjX2YWmwJIDB1wnDA66PHDsgDcSNQPD6aXoOyXBkQgTY4Yk/qH OTYOJOVv+Zbs6d+sKjdG3NHK1ZmjuCF+9s+hQPneIa8N0KPe1rVaSse64jSy2GZ36jXDLU kcxQSYi22DVBfYMAXwrWpW0qha8J/ODfYxKvguWRCVcHT5ZqrcsXKYQIMxiyJDppRibaop tUykzRsSAgS1wCsWwkosqx1wFcmuBFDskU8U1AjaPJPiw6/GmzuZyxMf0uipe+w358KhT3 AMpUCn+CytBBrKW8EjZhJAN7xObawvwobOgtL1YYADcXASYQ4lZ5YVEopjWoEA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1667819744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ks74wjsDzqc1arU7J8lzMZXr87mU8v99qH9Cogt/w/8=; b=VveFVbwn7EK7ynKoYzIUt3ey/4moh+S7x7w7FUz3T91KRbKHTV5L5wX2Quq0KcdrHNszzi gJSmFKHu3M4DGVDA== To: Steven Rostedt , linux-kernel@vger.kernel.org Cc: Linus Torvalds , Stephen Boyd , Guenter Roeck , Anna-Maria Gleixner , Andrew Morton , Julia Lawall Subject: Re: [for-linus][PATCH 4/5] timers: Add timer_shutdown_sync() and timer_shutdown() to be called before freeing timers In-Reply-To: <87sfivvy91.ffs@tglx> References: <20221106233037.815236769@goodmis.org> <20221106233434.425162916@goodmis.org> <87sfivvy91.ffs@tglx> Date: Mon, 07 Nov 2022 12:15:43 +0100 Message-ID: <87mt93vwv4.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 07 2022 at 11:45, Thomas Gleixner wrote: > On Sun, Nov 06 2022 at 18:30, Steven Rostedt wrote: >> >> Link: https://lore.kernel.org/all/87pmlrkgi3.ffs@tglx/ >> Link: https://lkml.kernel.org/r/20221106212702.363575800@goodmis.org >> Link: https://lore.kernel.org/all/20221105060024.598488967@goodmis.org/ >> >> Cc: Linus Torvalds >> Cc: Thomas Gleixner >> Cc: Stephen Boyd >> Cc: Anna-Maria Gleixner >> Cc: Andrew Morton >> Cc: Julia Lawall >> Tested-by: Guenter Roeck >> Signed-off-by: Steven Rostedt (Google) > > And please follow the guidelines of the tip tree for changelogs and tags. > > I'll just grab it from the list and let my scripts run over it. Duh. This thing is unreviewable. Can you please split it up into pieces which are digestable? Thanks, tglx