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 8B70E2DD5F6 for ; Fri, 3 Apr 2026 08:07:08 +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=1775203628; cv=none; b=KRmK4qDK0llYyPmMbie22D0BgoDlKBHuBv7RCWogRvQ5LiKDyl9TE+Gze56/MUjVX8JhjA8XjPa+kBVadyN99nSyUgudjrDs7FvHJ40frBiIhoaYc4hZP1NWoB9mxGa+NqgEDuesf25jc4YmVnUbxWzqorOT+6afAs/EDLHgyqU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775203628; c=relaxed/simple; bh=RfaI3vGzyzEw96Vo+Q01uD19LbNi69PFgGAjB9PerQs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=u9fTZeowxOIzmnHngsPlq9EEFN4cf0/1g3uVh8LZd8MPQ4HyO/yi63nQpr7+CjfPfsvHnXUK6SA50yyWsDgwW6/611ctMn4NCBWZcRjbJuGdbQfWZb0iZZdS/2shc3cH0ezJRgh58DHlgDare+oAUGN8D67f2sB/nGRGGv6u9gY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Jr3LYFsi; 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="Jr3LYFsi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DAA7C4CEF7; Fri, 3 Apr 2026 08:07:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775203628; bh=RfaI3vGzyzEw96Vo+Q01uD19LbNi69PFgGAjB9PerQs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Jr3LYFsi3XWX72R3KZNOgiMmsADOMvqQczRemZGYrtJFaccMumyHXE0UkRELzjrU3 0K99tX6/mFr2pu0gctKc6hbKtS4pfgdiWKcnM1IrNrWb1UfINnl4p7AA6QVMeqRQ+m BfxBsGA2zVnpFkDwg7kA8bDkBxKQkl0SyWorpHVajiIv6wNcQUzHtnNNsb1uy1EUbg KHPRaoMHIA//dDLHRyXQZqK9jSMN7j0PGSESt1vyr7ZzWMt0N/WwrPgiJC0rNBCTmK gZGqLMrYfcS3oKTd0BsVyvSNHJBbNVOQMAr7CoRqWuG8gIoknvem66llOXE7iwWmNd zNjPE+iSWfhQg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FCF83809A09; Fri, 3 Apr 2026 08:06:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: ptrace: avoid BIT() in UAPI header From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177520361004.788074.16007431158644027406.git-patchwork-notify@kernel.org> Date: Fri, 03 Apr 2026 08:06:50 +0000 References: <20260330024248.449292-1-mikey@neuling.org> In-Reply-To: <20260330024248.449292-1-mikey@neuling.org> To: Michael Neuling Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, debug@rivosinc.com, thecharlesjenkins@gmail.com, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Paul Walmsley : On Mon, 30 Mar 2026 02:42:48 +0000 you wrote: > BIT() is not available in UAPI headers — the installed linux/bits.h > (UAPI version) does not define it. Replace BIT() with open-coded > (1UL << x) which is the standard practice for UAPI headers, and drop > the linux/bits.h include that was added by commit 98545620b0 ("riscv: > ptrace: Fix BIT() compilation issues"). > > Fixes: 98545620b0 ("riscv: ptrace: Fix BIT() compilation issues") > Signed-off-by: Michael Neuling > Assisted-by: Claude Opus 4.6 (1M context) > > [...] Here is the summary with links: - riscv: ptrace: avoid BIT() in UAPI header https://git.kernel.org/riscv/c/640dc01a97f9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html