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 8D430E7544E for ; Tue, 3 Oct 2023 11:25:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232042AbjJCLZa (ORCPT ); Tue, 3 Oct 2023 07:25:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231548AbjJCLZa (ORCPT ); Tue, 3 Oct 2023 07:25:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F294B7 for ; Tue, 3 Oct 2023 04:25:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5A3AC433C7; Tue, 3 Oct 2023 11:25:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696332322; bh=N/valvlXOXORDjKihkY13jGQW1p1+ccz/In5bFSgxBI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ff4uQkC25Y4/xsZ2JRS/WTfklbvdSmwGirdx5sfXhaPq2PLp5x6gWkTnUGMSJYTPQ lF+kgv4zjXWuNf4B1arWb9JmI0Sd++Iu0s8uooISwqCe7ciJx6pXCHEwzIVw8xKUvf 7AwhtK8tx+VXWb3b2zdr6syY4wyyHQU+EjDq/c/Ie/rpiiiT+4I2Pnq72tVZMdo5KF Do7igCob4aJNUojIMQlvYFavhr4dE1tp6oj6oQUlI31ykhOedv4y1vGkf37u9PVO4l JHV3gurLTB6mrIUrhIazyDPCpc7QSaafreYyuBlQOJAguh/pLmVx8bp5Zm44MRBxfK 9rau6jrbo8zJA== Date: Tue, 3 Oct 2023 07:25:20 -0400 From: Sasha Levin To: Namhyung Kim Cc: stable@vger.kernel.org, Arnaldo Carvalho de Melo , Akemi Yagi Subject: Re: 6.5-stable backport request Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Sep 28, 2023 at 01:41:34PM -0700, Namhyung Kim wrote: >Hello, > >Please queue up this commit for 6.5-stable: > > * commit: 88cc47e24597971b05b6e94c28a2fc81d2a8d61a > ("perf build: Define YYNOMEM as YYNOABORT for bison < 3.81") > * Author: Arnaldo Carvalho de Melo > >The recent change v6.5 series added YYNOMEM changes >in the perf tool and it caused a build failure on machines with >older bison. The above commit should be applied to fix it. Queued up, thanks! -- Thanks, Sasha