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 6ADE9C6379F for ; Mon, 13 Feb 2023 18:36:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230345AbjBMSgy (ORCPT ); Mon, 13 Feb 2023 13:36:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbjBMSgw (ORCPT ); Mon, 13 Feb 2023 13:36:52 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5241C16AE4 for ; Mon, 13 Feb 2023 10:36:41 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1676313399; 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=KpciheN3Iwu+fTexs6isklXyu+ChUUbfNFz2x9B2V48=; b=yAtRztmBvZ/k/QLNGbyzhUwno22HztEOaYCEqpsCo4OfpmJzs4C/wPhePy7P4D3rnBWUEf 7ySsvigzBXyU5qSKqTmsmApqIudIJCN4nFqwZiRrBtwfrwcC0GDsKDsIW2USlBNMcXPRKO P+ViPFOkIlReZlTh9yBry58dKA4Dgr2S2UXzizjhiJZo+GT9VW0Fzhca+P2HkvucOmB5uw YhnBWcCK62GnxGl1oocauFmqDtzx3OA0akGGItbvG6tcMJhBKltz7kknVaGvarqk57UK11 TzyFBb+gf3dFiU7Q9ccH8/RCAvqb066/j+9uskNsZVVPDklZlhm9QdDATV5z0Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1676313399; 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=KpciheN3Iwu+fTexs6isklXyu+ChUUbfNFz2x9B2V48=; b=AQWYanLmgFUyVrPh1SY9YZonBzl73CNW8mk8K0kaDmMd73khJL4yAAe0IJCK3tsS+NmiD8 SO2veFSZYQOLmaCw== To: Frederic Weisbecker , LKML Cc: Frederic Weisbecker , Alexey Dobriyan , Peter Zijlstra , Wei Li , Mirsad Goran Todorovac , Yu Liao , Hillf Danton , Ingo Molnar Subject: Re: [PATCH 0/6] timers/nohz: Fixes and cleanups In-Reply-To: <20230210140917.279062-1-frederic@kernel.org> References: <20230210140917.279062-1-frederic@kernel.org> Date: Mon, 13 Feb 2023 19:36:39 +0100 Message-ID: <87fsb9tnt4.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 10 2023 at 15:09, Frederic Weisbecker wrote: > Try to (partially) fix the issue reported in https://lore.kernel.org/lkml/20230128020051.2328465-1-liaoyu15@huawei.com/ Looks about right. Can you please remove that assert in the selftest which started all this? Thanks, tglx