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 A5918C433EF for ; Mon, 20 Jun 2022 11:59:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240545AbiFTL7N (ORCPT ); Mon, 20 Jun 2022 07:59:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235654AbiFTL7M (ORCPT ); Mon, 20 Jun 2022 07:59:12 -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 32B98FDA for ; Mon, 20 Jun 2022 04:59:12 -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 C345361342 for ; Mon, 20 Jun 2022 11:59:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA3A9C3411B; Mon, 20 Jun 2022 11:59:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655726351; bh=vk8p5kyyQYSfu5K1/2BM3pJaUjxuN3BqgHzGh0bAxsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qb30QFfzmMfK+Q0Ev5NtM8iIDmP1afJljZGGzGUBtaGP4ebmYZu2Z8P1h3nShLqdu 1JM4TrB2EKh+C8sAryfVVD/+MZahJIg04zBwsgdaLzBmYXhCwmDxgYMJFhzItKnqUk qCDNQ/92pBlpX6HBTfwHrfb1UsxBPoSbxY0ipQsg= Date: Mon, 20 Jun 2022 13:59:08 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: stable@vger.kernel.org Subject: Re: backport of patches to fix riscv build failure in 4.19-stable and 5.4-stable 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 Mon, Jun 13, 2022 at 08:51:45PM +0100, Sudip Mukherjee wrote: > Hi Greg, > > The build of riscv allmodconfig fails in 4.19-stable and 5.4-stable. > > 4.19-stable will need: > 30aca1bacb39 ("RISC-V: fix barrier() use in ") > > and 5.4-stable needs: > 30aca1bacb39 ("RISC-V: fix barrier() use in ") > fc585d4a5cf6 ("riscv: Less inefficient gcc tishift helpers (and export their symbols)") > > Backport of all are in the attached mbox. All now queued up, thanks. greg k-h