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 318A3C4332F for ; Tue, 1 Nov 2022 18:22:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229648AbiKASWk (ORCPT ); Tue, 1 Nov 2022 14:22:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230214AbiKASWf (ORCPT ); Tue, 1 Nov 2022 14:22:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66C811D322; Tue, 1 Nov 2022 11:22:33 -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 03053616F0; Tue, 1 Nov 2022 18:22:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75052C433D6; Tue, 1 Nov 2022 18:22:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667326952; bh=2m2G5RAxVGB9P54/RZjDL04C/1YIg3xaNvzFzdWvWu0=; h=From:To:Cc:Subject:Date:From; b=F/FMFjzrZfh0OI783q/y7lfCQSNqL7cH7Nq1W3gXPT1BbKOWgFBnzMUVmGJIFioKs zyD3EJPh7ei1kBhSQ/0Ls4y5envlhdqlnldyrhyOZdnGI2cDpQCP3tUg8NfGFmE2s8 6wqX8TohjjoVxzShCYwt+YJsyIH4RO1nMp8bDNpg= 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 4.19.263 Date: Tue, 1 Nov 2022 19:23:24 +0100 Message-Id: <166732697773123@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: linux-kernel@vger.kernel.org I'm announcing the release of the 4.19.263 kernel. This release is only needed if you use clang to build your kernel. If not, no need to upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 | 2 +- include/linux/once.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Greg Kroah-Hartman (2): once: fix section mismatch on clang builds Linux 4.19.263