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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 7EF6EC43461 for ; Fri, 4 Sep 2020 09:54:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51B4D20791 for ; Fri, 4 Sep 2020 09:54:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729872AbgIDJyx (ORCPT ); Fri, 4 Sep 2020 05:54:53 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:34589 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729824AbgIDJyw (ORCPT ); Fri, 4 Sep 2020 05:54:52 -0400 Received: from ip5f5af70b.dynamic.kabel-deutschland.de ([95.90.247.11] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kE8QZ-0007oK-CM; Fri, 04 Sep 2020 09:54:39 +0000 Date: Fri, 4 Sep 2020 11:54:38 +0200 From: Christian Brauner To: Adalbert =?utf-8?B?TGF6xINy?= Cc: linux-mm@kvack.org, Andrew Morton , Alexander Graf , Stefan Hajnoczi , Jerome Glisse , Paolo Bonzini , Andy Lutomirski , Arnd Bergmann , Sargun Dhillon , Aleksa Sarai , Oleg Nesterov , Jann Horn , Kees Cook , Matthew Wilcox , linux-api@vger.kernel.org Subject: Re: [RFC PATCH 0/5] Remote mapping Message-ID: <20200904095438.q3vuihvfivhdjvxs@wittgenstein> References: <20200903174730.2685-1-alazar@bitdefender.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200903174730.2685-1-alazar@bitdefender.com> Sender: linux-api-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Thu, Sep 03, 2020 at 08:47:25PM +0300, Adalbert Lazăr wrote: > This patchset adds support for the remote mapping feature. > Remote mapping, as its name suggests, is a means for transparent and > zero-copy access of a remote process' address space. > access of a remote process' address space. Hey Adalbert, Thanks for the patch. When you resend this patch series, could you please make sure that everyone Cced on any individual patch receives the full patch series? I only got patch 5/5 and it's a bit annoying because one completely lacks context of what's going on. I first thought "did someone just add a syscall with 3 lines of commit message?". :) Could you please resend the patch series with linux-api, me and the following people Cced: Andy Lutomirski Arnd Bergmann Sargun Dhillon Aleksa Sarai Oleg Nesterov Jann Horn Kees Cook Matthew Wilcox linux-api@vger.kernel.org Christian