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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBE5EC4361B for ; Tue, 15 Dec 2020 14:21:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8274E224D2 for ; Tue, 15 Dec 2020 14:21:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729100AbgLOOUh (ORCPT ); Tue, 15 Dec 2020 09:20:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726995AbgLOOU3 (ORCPT ); Tue, 15 Dec 2020 09:20:29 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E530C0617A6 for ; Tue, 15 Dec 2020 06:19:49 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1608041987; 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=mcFbaIcU6BSLcvdJu6SGSMjuFCLfNK0qtr0KoiR4Ers=; b=CwRVNprbYLMiM3xpCbKsBAYdqOKpQM/qWbKVNeFt1tSIsDu3ZrgpQbEPz+A8Hpw2ySlDlV Fe12fdJSe8O4/TaZ2P/XIj28KBGP7924KuCyHAJmazxuvvubUzL6X2p0QERR7fGf/WX1W6 AsF48WY9hFBLd9Pv2S4u+sFKvCDfDaAT2p0pl007knG5z1zsTrIUbXexiikMG8F4XZhYd/ t6GGCgNv+0CaSctcEfCZyRigkPR2FcMP8gNQ0/zNzMXo+A7zjDeUaGvrZV7WGe9G2S5oxs RMMHhJblPOc4EIWg8a5Gpg0sNtmxVxXZbZYPF6vtv+RFfATkl7PzL3NhaAOYxw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1608041987; 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=mcFbaIcU6BSLcvdJu6SGSMjuFCLfNK0qtr0KoiR4Ers=; b=669Or7c+GSkIuXR5piycMk3bBXvnDUG7JVNKDIveLmkg+LjCubVdj71ZIH8Z482+SQU4bO eDQc8Z8c3CmfttBQ== To: Linus Torvalds Cc: Linux Kernel Mailing List , the arch/x86 maintainers Subject: Re: [GIT pull] irq/core for v5.11-rc1 In-Reply-To: References: <160797732939.10793.9152151866806316627.tglx@nanos> <160797733303.10793.16327860918275449762.tglx@nanos> Date: Tue, 15 Dec 2020 15:19:47 +0100 Message-ID: <87lfdzup6k.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 14 2020 at 18:02, Linus Torvalds wrote: > On Mon, Dec 14, 2020 at 12:25 PM Thomas Gleixner wrote: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2020-12-14 > > What? > > This is completely broken, and doesn't even build. > > In particular, look at commit a07d244f00de ("genirq: Move > irq_set_lockdep_class() to core"). Look at the EXPORT_SYMBOL_GPL(). > > How did this happen? Usually the -tip pull requests don't have glaring > problems like this. I really don't know how that happened. I screwed that up at least 5 times in a row. Sorry for that. Thanks, tglx