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 0847DEB64DD for ; Fri, 11 Aug 2023 15:18:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235479AbjHKPSm (ORCPT ); Fri, 11 Aug 2023 11:18:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236259AbjHKPSZ (ORCPT ); Fri, 11 Aug 2023 11:18:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65C3530EA; Fri, 11 Aug 2023 08:18:24 -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)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 03B84674B2; Fri, 11 Aug 2023 15:18:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 138B5C433C7; Fri, 11 Aug 2023 15:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691767103; bh=TY023/yqTmPJ04tQxu/4ubKH1wWymHQGuKxG/uToQkk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IJOfsHyAJr/vg4deRa14jmLc+PcZBNb1WPmSC8Rcz75l45LzyY4ERdjOfyvJcrC+s q4pH6NSneiGpaTgSUAR4/jmEd10JnxAMDE32UXAskG94fAxldWSgh5zzF9H1uBUfZz Wejo9uXemyfSMjXb1idNsB7BV3lvnviYHVAXB6Ys= 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.15.126 Date: Fri, 11 Aug 2023 17:18:11 +0200 Message-ID: <2023081111-endowment-ambush-7368@gregkh> X-Mailer: git-send-email 2.41.0 In-Reply-To: <2023081111-unlocking-synopsis-d7d5@gregkh> References: <2023081111-unlocking-synopsis-d7d5@gregkh> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org c275eaaaa34260e6c907bc5e7ee07c096bc45064 diff --git a/Makefile b/Makefile index 6fb94face8d7..a90f955e14ab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 15 -SUBLEVEL = 124 +SUBLEVEL = 125 EXTRAVERSION = NAME = Trick or Treat