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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8714FC43334 for ; Wed, 20 Jul 2022 20:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229503AbiGTUhv (ORCPT ); Wed, 20 Jul 2022 16:37:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiGTUhv (ORCPT ); Wed, 20 Jul 2022 16:37:51 -0400 X-Greylist: delayed 604 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 20 Jul 2022 13:37:49 PDT Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DF0622BD8; Wed, 20 Jul 2022 13:37:49 -0700 (PDT) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 761E3125CAF; Wed, 20 Jul 2022 16:21:58 -0400 (EDT) (envelope-from nico@fluxnic.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=date:from :to:cc:subject:in-reply-to:message-id:references:mime-version :content-type; s=sasl; bh=u+GuoWlBG33c/AK7UMiDpiQVnxq6c+R/USfLvd 6Hsb8=; b=AWU9bSoqAulqrt9x8y6d+RZE8+idTvowVlTykIjcY6fwxsHzvpC77s WC0mn6SwNoigg+Z6XbAAVOTxxT16SvRsO3QqLY/TQiNQMWVZr/WIX1dajWyQ0lcb tVCzqshCM7QxPp2LLVUE0lsBDqGyBD5gf9eLRCRsPZulrw0bbx5MA= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 6D2E3125CAE; Wed, 20 Jul 2022 16:21:58 -0400 (EDT) (envelope-from nico@fluxnic.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=fluxnic.net; h=date:from:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type; s=2016-12.pbsmtp; bh=u+GuoWlBG33c/AK7UMiDpiQVnxq6c+R/USfLvd6Hsb8=; b=tDWbhUKacircgw5p5fNNCe7ds/o2wQYMAlg4Azoo/hugaAKgzjONfyBEhMV/Vu/SUO0BUNMDjYdoxC2/+ZHPeDTqGIczma1B7GFQ0ksGFcPxthKg0Kealixzy3SnFEgwownRy/3UTIQ/tbw9bkCHT/uIV5pdxPKJy/duQ554pHE= Received: from yoda.home (unknown [96.21.170.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id D2FE7125CAD; Wed, 20 Jul 2022 16:21:57 -0400 (EDT) (envelope-from nico@fluxnic.net) Received: from xanadu.home (xanadu [192.168.2.2]) by yoda.home (Postfix) with ESMTPSA id BA6E336CF17; Wed, 20 Jul 2022 16:21:56 -0400 (EDT) Date: Wed, 20 Jul 2022 16:21:56 -0400 (EDT) From: Nicolas Pitre To: Miguel Ojeda cc: Olliver Schinagl , Miguel Ojeda , Linus Torvalds , Greg Kroah-Hartman , rust-for-linux , Linux Kbuild mailing list , Linux Doc Mailing List , linux-kernel Subject: Re: [PATCH 00/13] [RFC] Rust support In-Reply-To: Message-ID: <1163467-64s-p66r-r077-35s058258150@syhkavp.arg> References: <20210414184604.23473-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Pobox-Relay-ID: 9ABA17EC-0869-11ED-AC82-5E84C8D8090B-78420484!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, 20 Jul 2022, Miguel Ojeda wrote: > On Mon, Jul 18, 2022 at 8:56 AM Olliver Schinagl > wrote: > > > Secondly, and more importantly so; you argue 'who cares about people > > with disablements, atleast its equally hard to read everywhere' which is > > a very poor argument :p > > No, and I want to be __very__ clear about this: at no point I have > argued "who cares about people with disabilities" or anything like it. > It is insulting that you even suggest it. What "people with disablements" have to do with this anyway? I don't get it. Nicolas