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 D9816C43334 for ; Thu, 23 Jun 2022 16:07:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231656AbiFWQHw (ORCPT ); Thu, 23 Jun 2022 12:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232131AbiFWQHv (ORCPT ); Thu, 23 Jun 2022 12:07:51 -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 D766144A1C for ; Thu, 23 Jun 2022 09:07:50 -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 6F5F161037 for ; Thu, 23 Jun 2022 16:07:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3996DC341C4; Thu, 23 Jun 2022 16:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656000469; bh=uSAis0kB0m41/VuGinlZCOpAkmQSa0B4bk4gsHLKseA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wv15+HqxasSDHGdZZ378cv5xKkCdIFu5QnIPM88LoT4Y4MaqI70MDW++0K6lh7jXZ lBqdAw8JtDj58PpZzVa60Dg0J71YPtPxZ6fJDTY7zjhP/gitIAj7yBVH+/jJMoScIe m4YcUYhwm4TdffmY4vNcO3pc3FOmbewrVsquOoMo= Date: Thu, 23 Jun 2022 18:07:46 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: 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 11:13:24AM +0100, 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. All now queued up, thanks. greg k-h