From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 53CF5C4332F for ; Wed, 13 Dec 2023 06:27:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RZFFI/qlK1T4JZhTTH6F6u3yv+mILo38/PJFbd2+UuA=; b=nrxDmzHvFpM18v vjWVbtCvN4Qdxf5gG1/5QHs/k7Gf0fqiR3Z3vYOiv40i16TGAf1gVjNZ3JTo8lC9B+64iQrOwLXq8 wNgwpsKezQGJpu2BPFZBSFACR0eHQSAvhmyOpSR1fw6MlZ9Q1j4/F0iGaYdbZvERl1ElxXuEmVpEr iYPtbqcF+slIH6ZGTN7dfM8RM1kdUx04TtG84zc+v43OU8YTznBZ/ze9IfFmrisAqaiwWMhZqj09t CgiGfvxR+rcXm0cxc4eBmkC0qP+GsWerIU7PyIl9/Eqte9MUYLeepcA0cP9iVfG8Y3U2d2FgWFFVm NMjgdkpn7/DGPQxsDkTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDIi2-00Dm7p-2e; Wed, 13 Dec 2023 06:27:06 +0000 Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1rDIhx-00Dm7C-1m; Wed, 13 Dec 2023 06:27:01 +0000 Date: Tue, 12 Dec 2023 22:27:01 -0800 From: Luis Chamberlain To: Palmer Dabbelt , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Joel Granados Cc: Conor Dooley , m.szyprowski@samsung.com, linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, atishp@atishpatra.org, anup@brainfault.org, Will Deacon , Mark Rutland , Paul Walmsley , aou@eecs.berkeley.edu, keescook@chromium.org, linux@weissschuh.net Subject: Re: [PATCH] drivers: perf: constify the ctl_table argument of the riscv user access handler Message-ID: References: <20231206-flanking-frill-fffeca740221@spud> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 12, 2023 at 01:04:42PM -0800, Palmer Dabbelt wrote: > On Wed, 06 Dec 2023 02:55:48 PST (-0800), Conor Dooley wrote: > > On Wed, Dec 06, 2023 at 09:46:42AM +0100, Marek Szyprowski wrote: > > > > > > Fix riscv build break after commit c8be9e66ca1e ("sysctl: treewide: > > > constify the ctl_table argument of handlers"). > > > > > > Fixes: c8be9e66ca1e ("sysctl: treewide: constify the ctl_table argument of handlers") > > > Signed-off-by: Marek Szyprowski > > > > This breaks the build when applied to the RISC-V tree. I'm going to mark > > it "handled elsewhere" in patchwork since it needs to go into whatever > > tree has the broken commit. > > Ya, thanks. There's a second copy of the fix over at > https://lore.kernel.org/all/20231212-garage-pellet-c6a2bd34854c@spud/ . > > Reviewed-by: Palmer Dabbelt > Acked-by: Palmer Dabbelt > > for this one too. Just trying to merge that fixed hash into 6.7-rc1 is > giving me a conflict, so I don't really want to pull it in myself. So I > think the best bet here is to have whomever took the patch take the fix, but > LMK if there's some shared tag thing I should grab to take this into the > RISC-V tree. Thomas has to fold this in to his patch. I'll drop his patches for now from linux-next. Luis _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel