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 43FDE3101BF; Fri, 15 May 2026 13:06:07 +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=1778850367; cv=none; b=KStq2CJQXzu5WiSW36NvaplLUsjnUI+tMrcnCcJpBTOJmOBqvrQ9icUTYfU3cQpiTrZ522wQBpAmIVsQu+rDFuvoT0et5craDYYzrMTgsOaBq3a7v/XQeT241qVBHGDroZHRunbJ9WxvsXajuHoRKff/gAl4jCHw5CnpknASinQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778850367; c=relaxed/simple; bh=QVD0KJ7l46HVuqu8dkvhPSk12DuL543VTvYxVtZ701I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Q/N9Dga087KLyVwTBeQG1bkckhf+aEFoNHj4SHbcMENJ9LGV1wEoL6NwnWgTKAXscy9/mmWkQtYmtrYxOdHk4Fp9zlJZu8nw2BZnD+bAzqR07Z2fYdwIrARFg13nMKkaR/xmdMHKOgl5UqF9xV89AQb6CIaCZDn3lK7JTzzjglA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hAw5nz0Z; 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="hAw5nz0Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CEC1DC2BCB0; Fri, 15 May 2026 13:06:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778850367; bh=QVD0KJ7l46HVuqu8dkvhPSk12DuL543VTvYxVtZ701I=; h=From:To:Cc:Subject:Date:From; b=hAw5nz0Z9J91aBmrKPZBu41oraKNpC4Ry5yy3TxVYT/ojlrGWDIhW6KMVi49RzGrN Y/dBQAfPpfIsEOKQ3yzLxzOitvLDyO6dOi9HRYkCWqp+YTtZ8ZrV4ACcnbuMFRY6Fh LU211JDKZyxXXcwWu64Y0P2A36eQlKlbxrOpfLGM= 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.18.31 Date: Fri, 15 May 2026 15:06:03 +0200 Message-ID: <2026051503-cactus-obsessed-a6af@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.18.31 kernel. All users of the 6.18 kernel series must upgrade. The updated 6.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.18.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.18.31 Linus Torvalds (1): ptrace: slightly saner 'get_dumpable()' logic