Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp32912pxb; Thu, 15 Apr 2021 21:52:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx5CznRnNilNN8SWrjamriU9lL2jj0nfZ4eiUirVB3tpWwQYo7Oe3ADOQ3nJ0oAGsdcS/4w X-Received: by 2002:a17:906:168f:: with SMTP id s15mr6676537ejd.144.1618548764531; Thu, 15 Apr 2021 21:52:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618548764; cv=none; d=google.com; s=arc-20160816; b=rVa6qm6tBRS7Cn4UnGs8bUrWlrr7jqaNLitfzz+koZG7BsSOt2xqxk4F4TBrR0xy2E Ye23EpmlmuiE+D/6FTQB5Ac48q9en6NPgY8Y+oFhSvtRC27uRMnOxZjvWLarWZfbyoVV oyxPMzq9zZCkSlDV8Vlb1SNi2NiKg16LYy0a4p0gnSN+N63eipFeU92nER1IFeuh4Pd3 vH//39x40gfL51WioKyI+Ucm1SvmQgI/bOu3TAdnTh9SNk7hyVDoqgLBRhhDfHplMVft V0+ZWvcmLOMATpUqApQ8OwikFOMgxLvtH3BTXoYwfox7Qfvt8VzkSN5w5mhyXbHn5h+V syXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=4aUMYBUl1zX419BM/LVQN6K3ug10PhzDbo4UnYprq+0=; b=EFnt4Upowwoz47fRvLNYxkVppbDhlbkp1WshautOcQAd7PjLyppySRU7BcFydDoXnr h0HFBdVxLP/0Ey6KBj9Sgka4nqVBKFdBiQgQSAurCW66BDPe4Y/Roc0Ossimdp9pf2ui FlGW6c+bKif2FQep4k9XgSoaFM5yDrrAcqNO+IbPWWGVTYgFL1x4xndycJaeburClc6x /H5bQw6ejI2t153+pkJrQ9q4Xzq26+z5lS67xOr0/eYLZLFhNlrdDjzxQsQKJk14ZBqH 9FV33jdOP4WexujVI1dLWJEwAyqNI2ST/RkgbvKGHw2DnKykcciatfmNDF5UW0JqG6cz pn4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bc26si4063977edb.270.2021.04.15.21.52.20; Thu, 15 Apr 2021 21:52:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237888AbhDPE0H (ORCPT + 99 others); Fri, 16 Apr 2021 00:26:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234757AbhDPE0G (ORCPT ); Fri, 16 Apr 2021 00:26:06 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D508EC061574; Thu, 15 Apr 2021 21:25:42 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lXG2w-005fpW-7A; Fri, 16 Apr 2021 04:25:34 +0000 Date: Fri, 16 Apr 2021 04:25:34 +0000 From: Al Viro To: Wedson Almeida Filho Cc: Peter Zijlstra , ojeda@kernel.org, Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/13] [RFC] Rust support Message-ID: References: <20210414184604.23473-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 16, 2021 at 03:22:16AM +0100, Wedson Almeida Filho wrote: > > HTML is not a valid documentation format. Heck, markdown itself is > > barely readable. > > Are you stating [what you perceive as] a fact or just venting? If the former, > would you mind enlightening us with some evidence? How about "not everyone uses a browser as a part of their workflow"? I realize that it might sound ridiculous for folks who spent a while around Mozilla, but it's really true and kernel community actually has quite a few of such freaks. And as one of those freaks I can tell you where exactly I would like you to go and what I would like you to do with implicit suggestions to start a browser when I need to read some in-tree documentation. Linus might have different reasons, obviously.