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 4CA36C38A02 for ; Fri, 28 Oct 2022 12:02:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229850AbiJ1MCE (ORCPT ); Fri, 28 Oct 2022 08:02:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229695AbiJ1MCD (ORCPT ); Fri, 28 Oct 2022 08:02:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7E321D2F6B; Fri, 28 Oct 2022 05:02:02 -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 ams.source.kernel.org (Postfix) with ESMTPS id 5F094B82941; Fri, 28 Oct 2022 12:02:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FF4FC433C1; Fri, 28 Oct 2022 12:01:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666958519; bh=dBASsPr/sry2qSHTTEXr6uGV8QzWRBCZ2YtAW+47MRo=; h=From:To:Cc:Subject:Date:From; b=mMZocS6dHwrSCBlm20qKDbrIuzMc9a6BM01M99Ti8jaJML9ZDZJFKE43b47M0UZnP SWd5bFVDJSeDo/P7jzbsZcxJqiqBBTu/GW/YZl5IQf/mJnEvtOfG8D/yHQzYFgkXyR tTszaRet/32FKWAOP68gHXMEnM0RUgOXzVIL5Sds= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 5.10.151 Date: Fri, 28 Oct 2022 14:01:56 +0200 Message-Id: <1666958516101237@kroah.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org I'm announcing the release of the 5.10.151 kernel. All users of the 5.10 kernel series must upgrade. The updated 5.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 5 ++++- scripts/link-vmlinux.sh | 2 +- scripts/pahole-flags.sh | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) Andrii Nakryiko (1): kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21 Greg Kroah-Hartman (1): Linux 5.10.151 Ilya Leoshkevich (1): bpf: Generate BTF_KIND_FLOAT when linking vmlinux Javier Martinez Canillas (1): kbuild: Quote OBJCOPY var to avoid a pahole call break the build Jiri Olsa (1): kbuild: Unify options for BTF generation for vmlinux and modules Martin Rodriguez Reboredo (1): kbuild: Add skip_encoding_btf_enum64 option to pahole