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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 9E452C4363A for ; Wed, 28 Oct 2020 22:35:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B300206CB for ; Wed, 28 Oct 2020 22:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388169AbgJ1Wer (ORCPT ); Wed, 28 Oct 2020 18:34:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388428AbgJ1Wc5 (ORCPT ); Wed, 28 Oct 2020 18:32:57 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24860C0613CF; Wed, 28 Oct 2020 15:32:57 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 96A0CEC2; Wed, 28 Oct 2020 17:46:25 +0000 (UTC) Date: Wed, 28 Oct 2020 11:46:24 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Shuah Khan , linux-kernel@vger.kernel.org, "David S. Miller" , "Theodore Ts'o" , Andrew Lunn , Andrey Ryabinin , Chen-Yu Tsai , Daniel Vetter , David Airlie , Guenter Roeck , Heiner Kallweit , Ingo Molnar , Jakub Kicinski , Jan Kara , Jean Delvare , Jens Axboe , Maarten Lankhorst , Maxime Ripard , Michael Turquette , Peter Zijlstra , Rob Herring , Thomas Zimmermann , Will Deacon Subject: Re: [PATCH v3 00/32] Documentation build fixes against v5.10-rc1 Message-ID: <20201028114624.4a65f35e@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Oct 2020 10:51:04 +0100 Mauro Carvalho Chehab wrote: > This series contain the patches from a previous series I sent: > > [PATCH v2 00/24] Documentation build fixes against next-20201013 > > Plus other patches I sent later, against other versions of linux-next between > 20201013 and v5.10-rc1. > > It fixes most of the remaining documentation build warnings. > > There were some changes from v2, as I changed some patches due to the > feedback received, and added reviewed-by/acked-by to several of them. > > After this series, there will be just 3 warnings at include/kunit/test.h, whose > fixes were already applied by Shuah via her tree at linux-next. Hopefully, she > will be sending it upstream anytime toon. So, I dropped the fix from my trees. > > The vast majority of patches here are also on my linux-next tree, as my > original plan were to send them upstream by the end of the merge window. > I'll drop from it once they get merged. > > As those patches are fixes, I guess it should be ok to get them merged for > -rc2 or -rc3. I have tentatively applied these, minus the DRM/JBD patches that have been picked up elsewhere. If all looks good, I'll push them up in the not-too-distant future. Thanks, jon