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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7E6CC433EF for ; Thu, 7 Oct 2021 07:21:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AAEF4610FB for ; Thu, 7 Oct 2021 07:21:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240380AbhJGHXr (ORCPT ); Thu, 7 Oct 2021 03:23:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:46432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232530AbhJGHXn (ORCPT ); Thu, 7 Oct 2021 03:23:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3F7F1610FB; Thu, 7 Oct 2021 07:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633591310; bh=5BZDea3SADaMMlkBbinICsGx/kxi8BLmPXvCecxqhSs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2IBcHnl0YUabHSkrhtkv6vxMSJhjJbljEb3/qj+Y9zkT96qXtpB6ZQYH6tBhhpusW uV662Usi7ne+RuNBzbDfF6Auq9fzxoG0igkRiiShrgGnu1DR8Q0BV66sGfmga2Yg5F gjX7E4jgneKIOkKhWEtBucuKgnFleUAHPlv6l6xA= 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: Re: Linux 4.4.287 Date: Thu, 7 Oct 2021 09:21:39 +0200 Message-Id: <163359121978201@kroah.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <163359121918232@kroah.com> References: <163359121918232@kroah.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org diff --git a/Makefile b/Makefile index 34ad8ef93d40..fc14cb0bf5e0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 4 -SUBLEVEL = 286 +SUBLEVEL = 287 EXTRAVERSION = NAME = Blurry Fish Butt diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c index 6cd79888944e..10d6627673cb 100644 --- a/arch/arm64/kernel/process.c +++ b/arch/arm64/kernel/process.c @@ -55,7 +55,7 @@ #ifdef CONFIG_CC_STACKPROTECTOR #include -unsigned long __stack_chk_guard __ro_after_init; +unsigned long __stack_chk_guard __read_mostly; EXPORT_SYMBOL(__stack_chk_guard); #endif