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 F1DE8379C3A; Fri, 15 May 2026 13:06:13 +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=1778850374; cv=none; b=DY7h+ovcC4pvupVBCPErkIUTxyk+exJ1tUFpSgmlT2FDWG8tg9RQIHLKEvTtKGUU6QG/zXOd6WqYBGn6WzxFNK6knqXSENLLdqEJ7SF4kx8w+pOK9Dn/1Rkm8f5OR8GC4WC+qdSi5+zXq8WE2nuPlmYsP8ZXtuqvJbwQE40tb5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778850374; c=relaxed/simple; bh=J7upUiZCyinuO0nKK3XNs6NdKIpwgZ1ZDcOPOmjcgCI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ohg/8GTpEg4U81w455NdU23HLb0g0ZXvSXcj6PO73zgwL3wv0PmctgTFvGvNQEl/c79O4A0oqQJUBkTBojYv/pYkJVsCMFQcRuIQd3wCB0VFIRRdupkv/S+srm0PHATxuvslNwkCrCFN0eKIDi2zP6HMzBQDDjFvJaQ3TfPFr60= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=g7Vht7xj; 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="g7Vht7xj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44F72C2BCB0; Fri, 15 May 2026 13:06:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778850373; bh=J7upUiZCyinuO0nKK3XNs6NdKIpwgZ1ZDcOPOmjcgCI=; h=From:To:Cc:Subject:Date:From; b=g7Vht7xjN90Uh5sVf8X2PwKg9Rs29YgCLwRSwfI1fvc5rwluPpUZD3DMcVJQtPjCM 1aMIcGx5IEvl34AaQ0IdQV03LNspnJbW8hTjt0s+94+DjEvjSzVC2ucPIl4c5UAsqv SyLca+Y5Q1s+r+PF089YhiSHL75eTobTbscfz+No= 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.8 Date: Fri, 15 May 2026 15:06:07 +0200 Message-ID: <2026051508-corset-rundown-5e61@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.8 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 +- include/linux/sched.h | 3 +++ kernel/exit.c | 1 + kernel/ptrace.c | 22 ++++++++++++++++------ 4 files changed, 21 insertions(+), 7 deletions(-) Greg Kroah-Hartman (1): Linux 7.0.8 Linus Torvalds (1): ptrace: slightly saner 'get_dumpable()' logic