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 37CFDC433F5 for ; Tue, 24 May 2022 08:07:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230264AbiEXIHU (ORCPT ); Tue, 24 May 2022 04:07:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbiEXIHP (ORCPT ); Tue, 24 May 2022 04:07:15 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3ED6B3B02A for ; Tue, 24 May 2022 01:07:14 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653379629; 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=y4DC/NEY/CSLMDBSHqXNIeQlTK2Cm0ne7WrjKA27TUU=; b=nZuxS8+zpsIMGBBrraXSESfJpEZ8jaHvcrhKqA2dFf70DHyAI3RAotjV3Oy1y2dPRqgy0t LM8fQO3SM3+G8fVyn7Tirxu7RMZhIifzUIHwduz/tnbe/3C+07iv5npWxEXJ10LYrRV0UZ AFjsh8HBx+naWL6p1u2KmMkPjbtFrPTQf4oc31Kzd9TX3TgMFGurh/6LQ6tbxIx1wTNG1Y Tcb5cseSJRRUrN2fYJAmlQ5nx4QA8za68HmzV1GAuo9UOOesyE47CphYmDTXc9eTAOrZxI wbf557kLxulUHs1EHSvJIthEq/ZrBwQSSXEUcRv+/AjCKnRbcS2r1NTzBYCzpg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653379629; 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=y4DC/NEY/CSLMDBSHqXNIeQlTK2Cm0ne7WrjKA27TUU=; b=eXXjpDqYmADARLleF/9ZbEFHpsi/+UYpceXbA7/CX7q6ICb4n/1dKva4fIPDvEpzPDJZ1D sFc8RDNNAkSCuGAQ== To: Linus Torvalds Cc: Linux Kernel Mailing List , the arch/x86 maintainers Subject: Re: [GIT pull] timers/core for 5.19-rc1 In-Reply-To: References: <165329267741.3801280.534077656528571075.tglx@xen13> <165329268338.3801280.15015388773053623832.tglx@xen13> Date: Tue, 24 May 2022 10:07:09 +0200 Message-ID: <8735gz1hhu.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 23 2022 at 17:11, Linus Torvalds wrote: > On Mon, May 23, 2022 at 1:02 AM Thomas Gleixner wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-2022-05-23 > > Hmm. My diffstat didn't match yours, and I couldn't figure out why, > until I noticed that: > >> Anna-Maria Behnsen (3): >> timers: Fix warning condition in __run_timers() > > You had already sent this one to me as part of the timer fixes pull > back in mid-April, so it was already in my tree. Apparently you hadn't > updated upstream before doing the git request-pull script. Weird. My reference branch is on v5.18. Let me see why this is going wrong. Thanks, tglx