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 5012A2E5B08 for ; Mon, 1 Dec 2025 11:22:12 +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=1764588133; cv=none; b=TFqn9hijeMnAsV0/bVGDGu8kYwfsfoNXICT9JGN1mn1HTZWyluOo8OezTK2Chxd9JP0xDJSdv0Gxl/NvRaK6EJjlffbP5chsUXgaEA8kDTb3hlVONWgg326b4ne+DX94IIvq194slRdkPwjjGxoNqvBEpIW2Ri6dVeiqyuwo3HQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764588133; c=relaxed/simple; bh=MjSIY7Vt7ZHAIs+McF+0hYA0HE8jWtNS6pL7rBGaPZs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=tKBWElcrGiy4h04PDYar13RX5WHTx1wGehN4kR4JaY+iyF+Iot/0jZG9tVvBdkxVr427uS+I9Cv0xPCd/Jmtu+2yu+m2RwYqI0WQY165D3pCyjYEHW1DeG9E/qU+jOW2Oh96cRY4SxXpcP5Fz65uIvgJndgsoDlB1CkoBBw3tZ0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g79YnCH0; 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="g79YnCH0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8270C4CEF1; Mon, 1 Dec 2025 11:22:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764588132; bh=MjSIY7Vt7ZHAIs+McF+0hYA0HE8jWtNS6pL7rBGaPZs=; h=Date:From:To:Cc:Subject:From; b=g79YnCH0B+gGZx/GzqyFLISQMtpiZjXDAXHSzZ8YKHiBIRXhzh6Pg/cSwAqYPXEsF NpywFEBm+CqGxoC4/9eyWHkWfJc8J0C5P8PduEsBJ770gQMF6ztS4v5Q8CmcDgCKsZ p7ChFek1d8rYUv8kYb8dI6XcLniNRX1JZKBG3+kVbOgj/QT54JlpElYQMyGA4jpcz5 GedwPAdZOE+rnyNJWOPIjCgktcaI7Sv7tTsg0QtIXSi1lQla/mPKA00eWueI4RmhqV r3l0o1Srv5ipVncgmrfq0y69QmKvdUgCf99GsQN1Q3RRmG0rV0PVpNTWe23s432Ltf BhaTd24xU4Hag== Date: Mon, 1 Dec 2025 12:22:09 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers Subject: [GIT PULL] x86/build change for v6.19 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 Linus, Please pull the latest x86/build Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2025-12-01 # HEAD: 780813d7018067f2796f023b56b51385970be460 x86/math-emu: Fix div_Xsig() prototype A single fix for an ancient prototype in the math-emu code, by Arnd Bergmann. Thanks, Ingo ------------------> Arnd Bergmann (1): x86/math-emu: Fix div_Xsig() prototype arch/x86/math-emu/poly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)