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 38E23ECAAA1 for ; Thu, 15 Sep 2022 10:47:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229460AbiIOKr1 (ORCPT ); Thu, 15 Sep 2022 06:47:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229667AbiIOKrZ (ORCPT ); Thu, 15 Sep 2022 06:47:25 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C94B6B647; Thu, 15 Sep 2022 03:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=9shrMoMEdVp1fWqocdrf3xkQME07ASxRQ6wXCVEM85w=; b=UsEowSmwJKRDasNR4xv/sp+PJQ s0/tVkNBPM9sNcmSO/L61ZAGJhavKVCFZ/hlrhjGrCNTcOZqFLcBvheMHlEMd2YzAc9322EbO6IWl Sw/8B4OdePyCY3THqG/VOeJDFyVTR1uBpbxEbbIRmCHbH84uCWXt5ukvGWT0DsUU42olHWRQmw/AZ 0cZiyD1YTCzktebtQbpB2b5FRvcYWiSrJ+eNUH5crj0SnxnDbdSED9XtL2T37YTz2mkvg17FQGpDH SLyOPp1yGO9wsHhy9H90QdY0Hb9/fUMhw/4gowIntKhKwgdDogO7HrmLhuUzXI3JjdrJH4eBZpWf/ wK8+zOWw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYmOc-0010VB-1d; Thu, 15 Sep 2022 10:47:02 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id DD34E30013F; Thu, 15 Sep 2022 12:46:57 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 7E6FD2BA78C3F; Thu, 15 Sep 2022 12:46:57 +0200 (CEST) Date: Thu, 15 Sep 2022 12:46:57 +0200 From: Peter Zijlstra To: Tejun Heo Cc: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Chengming Zhou , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the cgroup tree Message-ID: References: <20220912161812.072aaa3b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, Sep 12, 2022 at 12:16:32PM -1000, Tejun Heo wrote: > 1. Leave it as-is. Stephen's patch is correct and we can just let Linus know > how to resolve it on the pull requests. > I'm leaning towards #1 but #2 is fine too. Peter, what do you wanna do? Works for me; I'll make a note for the pull req.