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 2C7B6C4167B for ; Tue, 28 Nov 2023 22:45:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376392AbjK1WpL (ORCPT ); Tue, 28 Nov 2023 17:45:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229709AbjK1WpJ (ORCPT ); Tue, 28 Nov 2023 17:45:09 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79FF983 for ; Tue, 28 Nov 2023 14:45:15 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E311BC433C8; Tue, 28 Nov 2023 22:45:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1701211515; bh=rGFxfOF2I+tYipglEif1ZyDYoJ7doqD6mUgYvsipiC4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Q5glqAHKFkGi9sRnBMO3YNLxYRFTnHNXRKe3ghaF+iftOpitpHLKGeLFNnGQ2pF6m MtEUxt1ZoVQ+a1hxARc4eOEd2RWefBEhCphbwiZof0+mRlZMbq2kWeOHiLWLzlStIX eDQS6nciHT89vwoHkE6pBtY4YlTSI9nsC96DVaOM= Date: Tue, 28 Nov 2023 14:45:14 -0800 From: Andrew Morton To: Stephen Rothwell Cc: Dmitry Rokosov , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the mm tree Message-Id: <20231128144514.aa04099199dc13f52374e2b2@linux-foundation.org> In-Reply-To: <20231129084547.79c27d63@canb.auug.org.au> References: <20231129084547.79c27d63@canb.auug.org.au> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Nov 2023 08:45:47 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the mm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > make[5]: *** No rule to make target 'samples/cgroup/cgroup_event_listener.c', needed by 'samples/cgroup/cgroup_event_listener'. Stop. > > Caused by commit > > fc2cf253aaec ("samples: introduce new samples subdir for cgroup") > > I have reverted that commit (and the following one) for today. Thanks, my rename detector broke. Fixed.