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 85EDE282F35 for ; Wed, 22 Apr 2026 14:34:56 +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=1776868496; cv=none; b=S1WRa4oc6/Rezk3OsZ8MI6hfLNJihWWu8Y+LpfhmbUio1jHbKjE6uAHIb7Q6Ln1HlysOJtLE1J6I52CLn61ChePBT/PQNw8cj4XF5q+tZaza9gYqnX8GRojpvzlpsfC6OJXF+KtPsMQLN70LKrDZTW1kEzcVZ+GZcQS9GEcPKME= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776868496; c=relaxed/simple; bh=JGAZM/jATkUDGPTjeACJag3zQUzTifhmgfgrM7vzvAs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=eEkKTP3y6ARqVD/5v2s9NlF/b/kSmZoYa1YLtTneB7ggqJQR/25ZjKS+ht6ET78RQ+PWJNrf/pCaKbt7zJ2POCGkuUEzJJMIEJ/oA0+Q16PNEsZktvuAhdi6Hj8IMQgkaVKqpiOW4VebdN8BJgFu0g/KPdp2qx90FB952dWHVOY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gx0IjOe2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Gx0IjOe2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBC71C19425; Wed, 22 Apr 2026 14:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776868496; bh=JGAZM/jATkUDGPTjeACJag3zQUzTifhmgfgrM7vzvAs=; h=Date:From:To:Cc:Subject:From; b=Gx0IjOe2RM4/51vIU+Kjaf2h3FbQaG6WMjBfTK2ZBK4zu1mw0dkGwN2xL+jMDnfkB lSbQPOYaTlgA7icw79EF4AeXyIXoQK2x3rtVZK3E74CUGdItPFuoHCrAf+5oDsKEUK 373mV5Awjn+Q1sz3IiEKfy0/gtFoFxBUK/Zq/q7YAyfW9ixpUobMYuVb9nLnYylN+v NggUN7eKNg/r3veDoe8suKU6uyvSU9sC/a8Z2puJFPDL5qxd3iKzxIesgC42RFG6mQ 1YrTIVi1ozuyAx/r3/HaLD8hEchJZnJaC8hsrJdhxw5FcyVP53Qn20zNAXmY5nI7Z+ yhOl0kYz/fwgw== Date: Wed, 22 Apr 2026 15:34:51 +0100 From: Daniel Thompson To: Linus Torvalds Cc: Jason Wessel , linux-kernel@vger.kernel.org, Douglas Anderson , Kexin Sun Subject: [GIT PULL] kgdb changes for v7.1 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 028ef9c96e96197026887c0f092424679298aae8: Linux 7.0 (2026-04-12 13:48:06 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-7.1-rc1 for you to fetch changes up to 256e5254efff48d6de97e314dc17d55504c55164: kgdb: update outdated references to kgdb_wait() (2026-04-21 16:41:54 +0100) ---------------------------------------------------------------- kgdb patches for 7.1 Only a very small update for kgdb this cycle: a single patch from Kexin Sun that fixes some outdated comments. Signed-off-by: Daniel Thompson (RISCstar) ---------------------------------------------------------------- Kexin Sun (1): kgdb: update outdated references to kgdb_wait() arch/x86/kernel/kgdb.c | 9 +++++---- include/linux/kgdb.h | 7 ++++--- kernel/debug/debug_core.c | 2 +- kernel/debug/gdbstub.c | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-)