From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (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 D53031FBB for ; Fri, 9 Feb 2024 00:00:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707436812; cv=none; b=FESoMdeuiu+Lh2bX/lYbsSvVOM97RzUkOhlU/ZvP9QnWNrtlorzUwAU3UW9NIozWUr2AG8+5a6vZEYLuDuqc2f689kofuMAu+q48JAuHims7Ke/1LFzX/2Pvn+FfbaFXSWZog3weiQoN/2tBzLbjv1eoNtf4jr1ZsMTHCwcBNZI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707436812; c=relaxed/simple; bh=JxMfeZjaML7SdYJ1E4A0DGEf/Kj9v2i0W7aFGWzHIWM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WxHS2tt/a7s4t2o3PwUYUQtMk2HdkmfQOQk3N6G4Bq1vxYn/M+u65IegtGADSgW99eObe8b50Xd/gyngljk3uxRqH7Ydi+zyqRLBbMTz3CL51cfK60xBngcqUl4vTW3ULred+DwgCuuMjhUY0ajYl9QVvNxx9QPu0Hn5mNzUXFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=UZHjRzVX; arc=none smtp.client-ip=95.215.58.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="UZHjRzVX" Date: Thu, 8 Feb 2024 18:59:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1707436805; 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=zWJhXqv1t7z5bjOKHqSFLqTyKM1+d6jY2IACUfrBfW0=; b=UZHjRzVX5Zd8JvQ7b5lVaW/l9B06Z7JWKZ42cqku20j/C+wMUuMDDBKJtBhvHPoOQH4foz VfZitGJV//8WwgUF0prhU1ZEAFOnYLQwMEHmlPF/tb5u5Zp5xlKQIkCLl4iG3Mv1DbM6Go a/TNgDDC8NSyXc8igmXjQltFpgtxsoU= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kent Overstreet To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List , "Darrick J. Wong" Subject: Re: linux-next: build failure after merge of the bcachefs tree Message-ID: References: <20240207115755.338828db@canb.auug.org.au> <20240209094615.5acd86fc@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: <20240209094615.5acd86fc@canb.auug.org.au> X-Migadu-Flow: FLOW_OUT On Fri, Feb 09, 2024 at 09:46:15AM +1100, Stephen Rothwell wrote: > > Caused by commit > > > > cfca113ae06c ("mean_and_variance: put struct mean_and_variance_weighted on a diet") > > > > I have used the bcachefs tree from next-20240206 for today. > > I am still getting this failure. Apologies - should be fixed now