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 2738F18027; Fri, 23 Feb 2024 08:19:07 +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=1708676348; cv=none; b=UEy/iRwLywypznuHNIZH97vpE10yl4o7/ix7/w/YDaS15FL1tyWuBYXnIhhdN5bkbI+G+0z8rFnQH7mYEJ8gnnvxkt4C7vzVmg/0UEh0ktc9bAUUo9C6uy3bm0QF0YM73t86GEnpgj4S114NXJkaPR53M/jKf52hQKMMdmtoSJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708676348; c=relaxed/simple; bh=USvfbtmZeL6zyZU7qt/3qriXlHIRpjz+dA1DdrxucpI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=LJGeitS4QQGRo/wiELQkiSW3P0UX55nZOJPUbpn4z7f0k+T9s7UZFL6Dfpinedg3od60NngIJ8JoAi4W5dcFGkfxGjUrqz/lCz8DzaczD/c249eWXAXPU9GAeamx1dCrAq84ARzXs4gC0jQWjmmeTa7jCz1NZ6A8BEJd20Qr490= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ykHBKehj; 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="ykHBKehj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4805AC43399; Fri, 23 Feb 2024 08:19:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708676347; bh=USvfbtmZeL6zyZU7qt/3qriXlHIRpjz+dA1DdrxucpI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ykHBKehjYVVQJA4xwjVzEkYha6qYOoLVCw3QbJusRKAjL6XfWEBnDWfZCbjtFKO8k C9EZ2WmkgmxlUmXbtCS4lHIGGdGaG3igpSHTen6vr22rAftahn4EOdkX8ubFYeXmZE 37QhsJWX4iPfpjJ2tOiFCtuBGh8lGcz9dnxhucCo= 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 5.10.210 Date: Fri, 23 Feb 2024 09:18:58 +0100 Message-ID: <2024022358-cope-dividend-760c@gregkh> X-Mailer: git-send-email 2.43.2 In-Reply-To: <2024022358-routine-selector-0770@gregkh> References: <2024022358-routine-selector-0770@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 16ad71c250c180a095f9d11b02579b81a47aaa84 diff --git a/Makefile b/Makefile index a4b42141ba1b..613b25d330b0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 208 +SUBLEVEL = 209 EXTRAVERSION = NAME = Dare mighty things