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 28E17C43334 for ; Thu, 23 Jun 2022 16:09:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232077AbiFWQJI (ORCPT ); Thu, 23 Jun 2022 12:09:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232209AbiFWQIu (ORCPT ); Thu, 23 Jun 2022 12:08:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A4EB17E18 for ; Thu, 23 Jun 2022 09:08:42 -0700 (PDT) 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 AC76061F11 for ; Thu, 23 Jun 2022 16:08:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72173C3411B; Thu, 23 Jun 2022 16:08:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656000520; bh=9peQ80jui2ZDmtwJ2QNpKfgUvVjRlAFCAwr3pcqPEsA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IlgdxQHJ88VcTDKdRDhLM4lh2uZHyHbC7DK7thwwoBHZFP+bwajYLI4XteSJTInAk ZF0Z9/vaAkUtsC4PmVZRe90lwtwCW0PAWmLz9HjLuo0fY5N2Sjb3n01hJCqgV5zYmd rFctSiO9rHHXSmeocfsHFlME9YTX6+h0Tabi3L74= Date: Thu, 23 Jun 2022 18:08:22 +0200 From: Greg Kroah-Hartman To: Jiri Slaby Cc: Sudip Mukherjee , stable@vger.kernel.org Subject: Re: patch request for 5.18-stable to fix gcc-12 build (hopefully last) Message-ID: References: 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, Jun 21, 2022 at 12:39:08PM +0200, Jiri Slaby wrote: > On 21. 06. 22, 12:13, Sudip Mukherjee wrote: > > Hi Greg, > > > > The following will be needed for the gcc-12 builds: > > > > ee3db469dd31 ("wifi: rtlwifi: remove always-true condition pointed out by GCC 12") > > 32329216ca1d ("eth: sun: cassini: remove dead code") > > dbbc7d04c549 ("net: wwan: iosm: remove pointless null check") > > > > > > With this 3 applied on top of v5.18.6-rc1 allmodconfig for x86_64, riscv > > and mips passes. (not checked other arch yet) > > > > Will request you to add these to 5.18-stable queue please. > > On the top of that, I had to apply this too: > aeb84412037b x86/boot: Wrap literal addresses in absolute_pointer() Now queued up, thanks. greg k-h