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 79D9ECA0FFC for ; Sat, 2 Sep 2023 07:42:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351765AbjIBHmt (ORCPT ); Sat, 2 Sep 2023 03:42:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351766AbjIBHms (ORCPT ); Sat, 2 Sep 2023 03:42:48 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 689771712; Sat, 2 Sep 2023 00:42:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D996AB8275D; Sat, 2 Sep 2023 07:42:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33CD1C433C8; Sat, 2 Sep 2023 07:42:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693640559; bh=mhj2/yljSjjInMtjXjT/EDtt5uZ6QhoxiPb8YYUkFWY=; h=From:To:Cc:Subject:Date:From; b=AjZPFAIf+p7c6WR/yWB7+fpBTINr+XRUCdu4Yjqmf8AL77XiiiANNsYcv0Qyl+sh8 hq7tB/qI7YhFj768Rj3shN4pbG3SiAXthO8qGmer4x9/GPBjd2ZyEBBRmrj9REldKI B8MOqQZwW8FGS+fHnrxIHWSZIuu4wmKEGSxMVq3U= 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 6.4.14 Date: Sat, 2 Sep 2023 09:42:25 +0200 Message-ID: <2023090225-upturned-taking-2bc4@gregkh> X-Mailer: git-send-email 2.42.0 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 6.4.14 kernel. All users of the 6.4 kernel series must upgrade. The updated 6.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.4.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 ------------ Documentation/admin-guide/kernel-parameters.txt | 4 -- Makefile | 2 - arch/arm/kernel/module-plts.c | 2 - arch/arm64/kernel/module-plts.c | 3 +- arch/parisc/kernel/sys_parisc.c | 3 +- arch/x86/include/asm/sections.h | 18 ------------ drivers/acpi/thermal.c | 6 ---- drivers/thunderbolt/tmu.c | 1 include/linux/moduleloader.h | 5 +++ kernel/kallsyms.c | 17 ++++------- kernel/kallsyms_selftest.c | 23 --------------- kernel/locking/lockdep.c | 36 +++++++++--------------- kernel/module/decompress.c | 4 +- kernel/module/main.c | 2 - 14 files changed, 38 insertions(+), 88 deletions(-) Andrea Righi (1): module/decompress: use vmalloc() for zstd decompression workspace Arnd Bergmann (1): arm64: module-plts: inline linux/moduleloader.h Greg Kroah-Hartman (1): Linux 6.4.14 Helge Deller (2): lockdep: fix static memory detection even more parisc: sys_parisc: parisc_personality() is called from asm code James Morse (3): module: Expose module_init_layout_section() arm64: module: Use module_init_layout_section() to spot init sections ARM: module: Use module_init_layout_section() to spot init sections Mario Limonciello (2): ACPI: thermal: Drop nocrt parameter thunderbolt: Fix a backport error for display flickering issue Yonghong Song (1): kallsyms: Fix kallsyms_selftest failure