From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) (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 3751326463A for ; Mon, 1 Dec 2025 23:01:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764630087; cv=none; b=BSVllCYqlZo36JEskgFAVE+YSIuEelFYkS41+oN0dJxMaISDYTyd7A33Q96vryyv/TBVMl0nDFTTk94vQi89mBD6QT/AXEewHTqiWRFqoxfS4gA3Mu9e+lcZCXGiQ49CKW/MZ6vurO02k223TfN4Ionw7aBPKtZHMcvEmEwkEpM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764630087; c=relaxed/simple; bh=FU+Bcawo9KVCd0KaMaTyV69Oivjr2QMhLbkXXTF6KTk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=lBEC8NnGLpZgueOkHWV7zBBlhjHBu3lO1pqYugqhBSh3v6cArsVxadH+nDgY77aUeb8dA7Rm6GDXq7VerTiKiCprDLvhsALnlkzR4Av2Dq1B6lDsjsGMxnV5vh4Et07UfjrTirgCRIFw4xjqZNuoSZ0H07Wn27ldEgpmEWiPqpU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=nCOLMLb6; arc=none smtp.client-ip=198.175.65.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="nCOLMLb6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764630086; x=1796166086; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=FU+Bcawo9KVCd0KaMaTyV69Oivjr2QMhLbkXXTF6KTk=; b=nCOLMLb6Erno4F9LA4AqB+3fP+ulCRti9axd5VpUOD+X2STLLF2PjkgL zQbE+/Ymj1zEeaed2pfmXJGZOkVxxHNUGzMq6urlz3IJR6tb987y6Ql15 a0riqmPSeJsSwO6ZeRFha522oBN4sF9IyoI+li/hVit8k3eI9wWnz1+v/ XxwQV/b2TvVMBeYDmtmywKx38WhVkoUmJeK5icw/G/kVbRoLDmwPJna2m +vsYiQL4efhSlFH9t82tXhKqqbfJBSHc91T8YRnY8wJ/2fyRlMH/hKedm yVLa3ESz6J8wwMfcT++H1fnhP3RlLQlezitjTdId/CqXPUuDbkVPpOhxo A==; X-CSE-ConnectionGUID: +86tqc41SKi15o3nEsU8fg== X-CSE-MsgGUID: GsUrXysxSz+e5m80bv5Bgw== X-IronPort-AV: E=McAfee;i="6800,10657,11630"; a="66543650" X-IronPort-AV: E=Sophos;i="6.20,241,1758610800"; d="scan'208";a="66543650" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2025 15:01:26 -0800 X-CSE-ConnectionGUID: q036B7SfT7OZl3J2+wyAbw== X-CSE-MsgGUID: TUHfAz+DRye3supYROIurg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,241,1758610800"; d="scan'208";a="198401362" Received: from smtp.ostc.intel.com ([10.54.29.231]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2025 15:01:25 -0800 Received: from ray2.sr71.net (unknown [10.125.111.117]) by smtp.ostc.intel.com (Postfix) with ESMTP id 74D3B6362; Mon, 1 Dec 2025 15:01:25 -0800 (PST) From: Dave Hansen To: torvalds@linux-foundation.org Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Dave Hansen Subject: [GIT PULL] x86/entry for 6.19-rc1 Date: Mon, 1 Dec 2025 15:01:11 -0800 Message-Id: <20251201230111.731987-1-dave.hansen@linux.intel.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Linus, Please pull a trivial x86/entry changes for 6.19-rc1. This one is pretty trivial: fix a badly-named FRED data structure member. -- The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_entry_for_6.19-rc1 for you to fetch changes up to 4ab13be5ed12f4954d1f46cc6298e1adb2d6681b: x86/fred: Fix 64bit identifier in fred_ss (2025-10-13 14:05:42 -0700) ---------------------------------------------------------------- * Fix 64-bit identifier structure member name in fred_ss ---------------------------------------------------------------- Andrew Cooper (1): x86/fred: Fix 64bit identifier in fred_ss arch/x86/entry/entry_fred.c | 4 ++-- arch/x86/include/asm/fred.h | 2 +- arch/x86/include/asm/ptrace.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)