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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6FF80C433DB for ; Thu, 21 Jan 2021 19:46:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3699D2070B for ; Thu, 21 Jan 2021 19:46:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727420AbhAUTqB (ORCPT ); Thu, 21 Jan 2021 14:46:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:48122 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727550AbhAUTo6 (ORCPT ); Thu, 21 Jan 2021 14:44:58 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D4A0123A00; Thu, 21 Jan 2021 19:44:16 +0000 (UTC) Date: Thu, 21 Jan 2021 14:44:15 -0500 From: Steven Rostedt To: Jonathan Corbet Cc: Lukas Bulwahn , linux-doc@vger.kernel.org, Mauro Carvalho Chehab , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arch/Kconfig: update a broken file reference Message-ID: <20210121144415.7b2ddf3c@gandalf.local.home> In-Reply-To: <20210121114458.614ee8da@lwn.net> References: <20210119095326.13896-1-lukas.bulwahn@gmail.com> <20210121114458.614ee8da@lwn.net> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, 21 Jan 2021 11:44:58 -0700 Jonathan Corbet wrote: > On Tue, 19 Jan 2021 10:53:26 +0100 > Lukas Bulwahn wrote: > > > Commit adab66b71abf ("Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"") > > added the config HAVE_64BIT_ALIGNED_ACCESS back into arch/Kconfig with this > > revert. In the meantime, commit c9b54d6f362c ("docs: move other kAPI > > documents to core-api") changed ./Documentation/unaligned-memory-access.txt > > to ./Documentation/core-api/unaligned-memory-access.rst. > > > > Fortunately, ./scripts/documentation-file-ref-check detects this and warns > > about this broken reference. > > > > Update the file reference in arch/Kconfig. > > > > Fixes: adab66b71abf ("Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"") > > Signed-off-by: Lukas Bulwahn > > --- > > applies cleanly on current master and next-20210118 > > > > Steven, could you pick this fix to your commit or, at least, ack it so that > > Jonathan can pick it? > > I've gone ahead and applied it, thanks. Thanks Jon! -- Steve