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 E4535C7EE2D for ; Fri, 3 Mar 2023 15:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbjCCPIL (ORCPT ); Fri, 3 Mar 2023 10:08:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231294AbjCCPIK (ORCPT ); Fri, 3 Mar 2023 10:08:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BC011353C; Fri, 3 Mar 2023 07:08:09 -0800 (PST) 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 18D3B615B5; Fri, 3 Mar 2023 15:08:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33EB2C433EF; Fri, 3 Mar 2023 15:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677856088; bh=o64JUUlHiXXfOen9YN2vZmkSVyNsrB1LvLSBwpHOcr8=; h=From:To:Cc:Subject:Date:From; b=ht4YHBfIs2+Udl5RPeuT6+ynpMqB+Bo+CdJzTk4+O8YOiCqB3yfJ4aIgxh0f8tTXT BkuxxW2rI8n3e5xsqbpcbQczl0MXgt+rJdVCspzSD2+XRsT7cCqg7BgeaxHml2hov+ +RfXuMNsJrOj/SbbUdji4VKLY/7ZEcoNQ5UNZ338= 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 5.15.98 Date: Fri, 3 Mar 2023 16:08:01 +0100 Message-Id: <167785608214197@kroah.com> X-Mailer: git-send-email 2.39.2 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 5.15.98 kernel. All users of the 5.15 kernel series must upgrade. The updated 5.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.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 +- io_uring/io_uring.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) Greg Kroah-Hartman (1): Linux 5.15.98 Jens Axboe (1): io_uring: ensure that io_init_req() passes in the right issue_flags