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 6F869C433F5 for ; Wed, 9 Mar 2022 11:57:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231881AbiCIL6v (ORCPT ); Wed, 9 Mar 2022 06:58:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231416AbiCIL6u (ORCPT ); Wed, 9 Mar 2022 06:58:50 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2E0226C7; Wed, 9 Mar 2022 03:57:50 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 206AD618E6; Wed, 9 Mar 2022 11:57:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D33E5C340EE; Wed, 9 Mar 2022 11:57:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646827069; bh=f4O5J6jHrGpyWRckAD+pP6EOMS6/H2OF0+nhLhBMFXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U9NXIkiLLVdRGICP2UhJGpSCTbv0Yw2+qOsgCAyPoG4fNJdW/3KFgv+qRD3WEQb3S N3tOejg8v79qBtt2OfJw33nR7nlXHwkz4QqkavV802EO8getLBumgwtnzvsiJnBLMO vagxfyIABj/lFJnzenDP0T7XdWhaDQIdKArnNWiA= Date: Wed, 9 Mar 2022 12:57:46 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Naresh Kamboju , Sudip Mukherjee , Huang Pei , Thomas Bogendoerfer , linux-kernel , Stable , Linus Torvalds , Andrew Morton , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jonathan Hunter , Florian Fainelli , slade@sladewatkins.com Subject: Re: [PATCH 5.15 000/256] 5.15.27-rc2 review Message-ID: References: <20220307162207.188028559@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 08, 2022 at 02:45:50PM -0800, Guenter Roeck wrote: > On 3/8/22 13:05, Greg Kroah-Hartman wrote: > > On Tue, Mar 08, 2022 at 11:08:10PM +0530, Naresh Kamboju wrote: > > > [ ... ] > > > > > > > > > Reverting 4778338032b3 ("MIPS: fix local_{add,sub}_return on MIPS64") > > > > has fixed all the 3 build failures. > > > > > > MIPS: fix local_{add,sub}_return on MIPS64 > > > [ Upstream commit 277c8cb3e8ac199f075bf9576ad286687ed17173 ] > > > > > > Use "daddu/dsubu" for long int on MIPS64 instead of "addu/subu" > > > > > > Fixes: 7232311ef14c ("local_t: mips extension") > > > Signed-off-by: Huang Pei > > > Signed-off-by: Thomas Bogendoerfer > > > Signed-off-by: Sasha Levin > > > > Ah, I'll queue up the revert for that in the morning, thanks for finding > > it. Odd it doesn't trigger the same issue in 5.16.y. > > > > If you don't want to revert: the fix needs the following two patches: > > e5b40668e93 ("slip: fix macro redefine warning") > b81e0c2372e ("block: drop unused includes in ") > > Both are in v5.16, so you won't see the problem there. Thanks, both now added to the queue. greg k-h