From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 418FE20B10; Thu, 18 Jan 2024 09:58:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705571923; cv=none; b=qf/gkYcMLC3qRxicAs3go4/86AxjITJ0OGz6YHwbb8YPvBdu/GcnpAldGPatggNd02zIY0AHMVFOJzoA/m6JbBaseLU2GkP6Ih2fDnE+pG+8ZfC7k+cxXo9WrFLxNegBOeZ+kH2HUy4FaxZo5i+PfORV/k0VEw9Qjqe+guTkjw0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705571923; c=relaxed/simple; bh=Ali6VhBWvgEa8c3vvAdCoQmaY9kgbCr8S1JGwhC2gHI=; h=Received:DKIM-Signature:Date:From:To:Cc:Subject:Message-ID: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To; b=WfsxXdulo4su0NIRdNdm4+Qd/Is8cY0RXOvB3Ie+ScZEVPaQ/nC4mDEs+FJclnUoSSCE9CsfPwkpgx3ELkiRW+8Kl10R7tf1BlTDTnYuSOA+XMBV6XsGho9Mk9IMm/67G6SBk0+2ZoX8nlR4BprGGnA0tcx5boHtlFcP3iyKyMg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rRfOJFZa; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="rRfOJFZa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D343C43390; Thu, 18 Jan 2024 09:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705571922; bh=Ali6VhBWvgEa8c3vvAdCoQmaY9kgbCr8S1JGwhC2gHI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rRfOJFZatbNWICyCPcGR/P1336TSJmzcwCYLmmzjkk6+zN/tqViE0r7xIJTLrJeGu EerVcl9D2CfleTpb2RbzsXCR0hbQPCQpNXYA7vmmgHzLDToiZymej5dGGev9YLXZgk UuEpOB70DglCsjOQnvTi5PxkrC2THbgVDscKjS3g= Date: Thu, 18 Jan 2024 10:58:40 +0100 From: Greg KH To: Jiri Olsa Cc: stable@vger.kernel.org, bpf@vger.kernel.org, Daniel Borkmann , Martin Rodriguez Reboredo , Alan Maguire Subject: Re: [PATCHv2 stable 6.1 0/2] btf, scripts: Update pahole options Message-ID: <2024011832-unsoiled-sublime-9d16@gregkh> References: <20240117133520.733288-1-jolsa@kernel.org> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240117133520.733288-1-jolsa@kernel.org> On Wed, Jan 17, 2024 at 02:35:18PM +0100, Jiri Olsa wrote: > hi, > we need to be able to use latest pahole options for 6.1 kernels, > updating the scripts/pahole-flags.sh with that (clean backports). > > thanks, > jirka > > v2 changes: > - added missing SOB > > --- > Alan Maguire (1): > bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25 > > Martin Rodriguez Reboredo (1): > btf, scripts: Exclude Rust CUs with pahole > > init/Kconfig | 2 +- > lib/Kconfig.debug | 9 +++++++++ > scripts/pahole-flags.sh | 7 +++++++ > 3 files changed, 17 insertions(+), 1 deletion(-) > All now queued up, thanks. greg k-h