From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta-01.yadro.com (mta-02.yadro.com [89.207.88.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 19B36259A for ; Tue, 27 Sep 2022 15:13:43 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by mta-01.yadro.com (Postfix) with ESMTP id 8F9B940355; Tue, 27 Sep 2022 15:13:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yadro.com; h= in-reply-to:content-transfer-encoding:content-disposition :content-type:content-type:mime-version:references:message-id :subject:subject:from:from:date:date:received:received:received :received; s=mta-01; t=1664291620; x=1666106021; bh=pxm0swS28gLH pgdYF3S4Vmr6d+161ywTaiLccywugbM=; b=KlZud3yWQh72L/P3lz8vI9bBAsRU iB9l5E/9TlmHyvSppykpCdUBIE7apkOGiL02mUp6+2UWcrvYRtOIz/6JBuS4YrQp uDuSSiRADIsRBaPR3EsSgM/nVPaqX2rH4aUbI+u2fHQbNZVRpqS2k16RSc0Bynby M7uuMGk8qg/vGa4= X-Virus-Scanned: amavisd-new at yadro.com Received: from mta-01.yadro.com ([127.0.0.1]) by localhost (mta-01.yadro.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id An4g0pvpQUWU; Tue, 27 Sep 2022 18:13:40 +0300 (MSK) Received: from T-EXCH-01.corp.yadro.com (T-EXCH-01.corp.yadro.com [172.17.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mta-01.yadro.com (Postfix) with ESMTPS id 8699A40311; Tue, 27 Sep 2022 18:13:39 +0300 (MSK) Received: from T-EXCH-09.corp.yadro.com (172.17.11.59) by T-EXCH-01.corp.yadro.com (172.17.10.101) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.669.32; Tue, 27 Sep 2022 18:13:39 +0300 Received: from yadro.com (10.199.23.254) by T-EXCH-09.corp.yadro.com (172.17.11.59) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.1118.9; Tue, 27 Sep 2022 18:13:37 +0300 Date: Tue, 27 Sep 2022 18:13:35 +0300 From: Konstantin Shelekhin To: Miguel Ojeda CC: Miguel Ojeda , Linus Torvalds , Greg Kroah-Hartman , , , , , Jarkko Sakkinen , Alex Gaynor , Wedson Almeida Filho , Gary Guo , Matthew Bakhtiari , Boqun Feng , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron Subject: Re: [PATCH v10 08/27] rust: adapt `alloc` crate to the kernel Message-ID: References: <20220927131518.30000-1-ojeda@kernel.org> <20220927131518.30000-9-ojeda@kernel.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Originating-IP: [10.199.23.254] X-ClientProxiedBy: T-EXCH-01.corp.yadro.com (172.17.10.101) To T-EXCH-09.corp.yadro.com (172.17.11.59) On Tue, Sep 27, 2022 at 04:06:43PM +0200, Miguel Ojeda wrote: > «Внимание! Данное письмо от внешнего адресата!» > > On Tue, Sep 27, 2022 at 3:52 PM Konstantin Shelekhin > wrote: > > > > Not being able to pass GFP flags here kinda limits the scope of Rust in > > kernel. I think that it must be supported in the final version that gets > > in. > > Flags will be supported one way or the other in the future, but I was > requested to do v10 as a v9 with the last nits resolved. > > Please see the cover letter for details. Sorry, my bad.