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 A7F742D2397; Mon, 11 May 2026 06:33:23 +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=1778481203; cv=none; b=WBg5CdFOYzb/vXkC8FeX+tpYXykFOZHaKacBMvR2nPJb6io4hfLCcpc/JCFJVxqJYQ/EzhltS9WPq5/hGuZcrdnbLHoSW3KIMR6qi2CVj4kDl0qsDTWMPDorNi/IjeQ9rJs4XCEynTS80IsVS9m2r6oD5+/fGfGo6rtkQaruWlk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778481203; c=relaxed/simple; bh=Uzs9L8xGY8Nrl71jg6S4nenlct2AyzMhpO42yY0BKhM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=aZcUCVlVu5j3G9P4zY3YI0GCSfHnuWB6evBYBPWmtrFs2PzHg47MaMXTiMJXwRmvmEww8GSHuKtg8XdcFljP7y5xbtBrpxaQlAH6Sq5QH8q1To7Eeqilk2zULWVNTQLZ836EDz9qijVBvpuxpG2Cyo+dK3VGSf9e2QG99KOJ8bM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=m+koVOSl; 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="m+koVOSl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09A81C2BCF5; Mon, 11 May 2026 06:33:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778481203; bh=Uzs9L8xGY8Nrl71jg6S4nenlct2AyzMhpO42yY0BKhM=; h=From:To:Cc:Subject:Date:From; b=m+koVOSlqfN6zpwSKtb8m+uZ2TV8e7vc+2Cfhp5TKkfeO3hqcvnwi2wSP9Stlknjn HHLOBuxXieoUCOEuojUHC36VzsWZuye/83Hd3uIjCeTfrEQQcRukyczVSlk/kA639M ptOnUFHsmDaP3QACsa+vFSLChKkfPh25eNL33erU= 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 7.0.6 Date: Mon, 11 May 2026 08:33:19 +0200 Message-ID: <2026051118-daycare-backboard-5683@gregkh> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I'm announcing the release of the 7.0.6 kernel. All users of the 7.0 kernel series must upgrade. The updated 7.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-7.0.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 +- net/rxrpc/call_event.c | 4 +++- net/rxrpc/conn_event.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) Greg Kroah-Hartman (1): Linux 7.0.6 Hyunwoo Kim (1): rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present