From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 907E71E8335; Tue, 18 Feb 2025 19:44:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739907867; cv=none; b=Y6gdw7IcagEJmyCU9dcCGgzQaVz1KFBa+kD0/V4tYX2etvQiGGajAwOC9wL0VtQVjwpIJNsbB739f4C+/dAEY2boEdG79h5HtZt9x+sfanQaVNMFzXBQkuvc245RP8SF3TdyAQOvymI+oPOYsuvCNAOKR2BzyL+flVwXvSH/zJk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739907867; c=relaxed/simple; bh=zDwVX1Qkdd6+m5pD4szfAeo34yd7E7WJvryNVvCmM5U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AC4iQcCG0vHEc8NWT5h/vxsQGgmGiWV/KU1YzNPmI8w+sY4abkun2CxHDQxFyZSHTfy8MIeUojHKF2P3i0raaJEywtwxTwJg9yb6vNFkPJkvRaC1Io5BeBJWVWLkL0BvpbIQV9WcKBsQk0YvilcnsnkZhB1oDkobzGPcyDsPpVI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0772C4CEE4; Tue, 18 Feb 2025 19:44:25 +0000 (UTC) Date: Tue, 18 Feb 2025 19:44:23 +0000 From: Catalin Marinas To: Beata Michalska Cc: Yury Norov , Stephen Rothwell , Will Deacon , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the bitmap tree Message-ID: References: <20250218160742.49d6ab76@canb.auug.org.au> <20250219004934.46ace766@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Feb 18, 2025 at 08:28:56PM +0100, Beata Michalska wrote: > On Tue, Feb 18, 2025 at 06:23:29PM +0000, Catalin Marinas wrote: > > On Tue, Feb 18, 2025 at 09:16:34AM -0500, Yury Norov wrote: > > > On Tue, Feb 18, 2025 at 02:10:25PM +0000, Catalin Marinas wrote: > > > > Hi Stephen, > > > > > > > > On Wed, Feb 19, 2025 at 12:49:34AM +1100, Stephen Rothwell wrote: > > > > > On Tue, 18 Feb 2025 11:35:02 +0100 Beata Michalska wrote: > > > > > > I'm currently testing a proper fix for that one. > > > > > > Should I just send it over as a diff to apply or rather a proper 'fixes' patch? > > > > > > > > > > Maybe a proper 'fixes' patch, please, if easy - otherwise a diff is > > > > > fine. > > > > > > > > I just talked to Beata off-list. I think she'll try to use the current > > > > for_each_cpu_wrap() API and avoid conflicts with the cpumask_next_wrap() > > > > API change. > > > > > > Hi, > > > > > > Yes, for_each() loops are always preferable over opencoded iterating. > > > Please feel free to CC me in case I can help. > > > > Beata is going to post the official fix but in the meantime, to avoid > > breaking next, I'll add my temporary fix: > > > Just posted the fix [1]. > Thank you all. > > --- > [1] https://lore.kernel.org/linux-next/20250218192412.2072619-1-beata.michalska@arm.com/T/#u Great, thanks. I'll queue it tomorrow. -- Catalin