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 499A23093B5; Fri, 15 May 2026 13:05:58 +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=1778850358; cv=none; b=f367SvY3hr2hcUpK7ZPvuEpo6p8A5CXhE1lvEQ8lZLwXPDjQhZEQ2RLTIZWpd24gkkhUKiOsnaV+CuO6bmbkDlwZavfLio7Ttlu44h524Mza7FNYfRH0VLYrUKeo8srajxx2efO5TRHvXmZEKpI+DN9iBXv8yE6QTiUgfSmwya4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778850358; c=relaxed/simple; bh=vJi5Cl/aN6/yo1lEXyhAsMboPt7eraXTO/OeEuZ1VbQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=PHXJzt2jxJApXVH7ntiEJt5v2f56kWk4vcTuwdby0wJYsDVtTFvzTCQYZ3mwGWGhs2om3OfcO0QPmiWAZmz3rTChZYu4S2uTqD7tY0YurIfZrzMX5xxTeG2RhodaAtQ+mLN5klZD7t4CBcdHQS95+GFYQmvRZTZrjc/U1hsNMio= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=AP8ROBZg; 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="AP8ROBZg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B2C2C2BCB0; Fri, 15 May 2026 13:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778850357; bh=vJi5Cl/aN6/yo1lEXyhAsMboPt7eraXTO/OeEuZ1VbQ=; h=From:To:Cc:Subject:Date:From; b=AP8ROBZgJIh8teAm7ZFyBFgZblYWzu9+SAJrRKXFO1JDz4JCRhxQaJIDwBY/Ge2P0 ez7vaT6Getqua9GyO47a9VVk/JtqWPyhcUEWvkEuDimtA/UIoTJ6ee6Hfhl/9y978Z RHDFlEh21l3NSksCEC37gq9ENofPgtw2QKEjA3Tg= 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 6.12.89 Date: Fri, 15 May 2026 15:05:57 +0200 Message-ID: <2026051558-squishy-rubbing-7ac1@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 6.12.89 kernel. All users of the 6.12 kernel series must upgrade. The updated 6.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.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 6.12.89 Linus Torvalds (1): ptrace: slightly saner 'get_dumpable()' logic