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 6089E14A09E; Tue, 4 Jun 2024 18:26:22 +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=1717525582; cv=none; b=TIO2BhoL6s9/ESWA8wByfdCRfz/3bZOeOTZ6dxbfo4ugwRi1I3jEdqWX+NUnGav4pQV+1C0BdOJ3dzgFy7snsMz7eRNbj9H1y0e+9Q69GofzgjDNufDFVj1kcYDN1JNExUvTA7x2bEZIqoKcTnBhrPQD7AE21I8l3r1eo5rb7NU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717525582; c=relaxed/simple; bh=ruqGMaBNSQZpXI9X6iV3j8S6zlZTrpYXraDZ+xtI7h0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ZzspqMPSlZGTwuWpiRVjpwn+5HgZAVHadT9q3Znaf5GI7MGFihTTQRVs/3CmGT9P1AxF7uPG0cTuMzk3g6AhET1k33yo2WIhI0zEb1sVvuc4v89vcw8l35hgh/IW/rOxzC8L8GXOaccaQDqqaUhLJDkLjPd2uF1TxtX2YLk9kOU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uAUaTl+e; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uAUaTl+e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 912AAC2BBFC; Tue, 4 Jun 2024 18:26:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717525581; bh=ruqGMaBNSQZpXI9X6iV3j8S6zlZTrpYXraDZ+xtI7h0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uAUaTl+erwuCiM7x8LBLUQ/EolTsqWUtnPnyAsgltSJvGpqiMZAyGXDi5JfpW5QXM zl0GeyVyYmWNVWh6gnLbf/v6IidZ+xQnmYfoSL5VRZej2TSQQBc+tkUUhlvp1rOS/G BCO6XdX3s+V6I9W3Ew3OmDWVOU6KVpQXsQpscyjGRsa1mIesy2BsA9/jfVkj6RyiuK 1zzNE8ICiLUl1y1H0I8+/Rv7cdQE332Bn5jJKRxn/8UfQDRbmW/VMh9hdjj48IFa6o bmUxlKpr6NRzRov+S2S8w5+qlc0bofP/WVM0Gi17LiRoSeiyZDVplsLQ1x59Wt/LX1 X9J/wuM70gfoQ== Date: Tue, 4 Jun 2024 11:26:20 -0700 From: Jakub Kicinski To: "Arnd Bergmann" Cc: "Stephen Rothwell" , "David S . Miller" , "Paolo Abeni" , Netdev , "Linux Kernel Mailing List" , linux-next Subject: Re: linux-next: build failure after merge of the net-next tree Message-ID: <20240604112620.193adc6b@kernel.org> In-Reply-To: <1bf553b0-bc37-4922-b480-41d965ce5224@app.fastmail.com> References: <20240531152223.25591c8e@canb.auug.org.au> <20240604100207.226f3ac3@canb.auug.org.au> <20240603171957.11cb069f@kernel.org> <1bf553b0-bc37-4922-b480-41d965ce5224@app.fastmail.com> 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-Transfer-Encoding: 7bit On Tue, 04 Jun 2024 07:08:21 +0200 Arnd Bergmann wrote: > >> Any fix for this yet? > > > > Arnd, do you have cycles to take a look? I don't unfortunately, if you > > don't either perhaps revert for now? > > Let's revert it for now. I tried reproducing it when I got the > first report but failed, and have not had a chance to look again > so far. Reverted!