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 889CCC00144 for ; Fri, 29 Jul 2022 06:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234939AbiG2Gk0 convert rfc822-to-8bit (ORCPT ); Fri, 29 Jul 2022 02:40:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233813AbiG2GkW (ORCPT ); Fri, 29 Jul 2022 02:40:22 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C149C627D for ; Thu, 28 Jul 2022 23:40:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 6FBA862B9C58; Fri, 29 Jul 2022 08:40:17 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id B24J7QcZI7-N; Fri, 29 Jul 2022 08:40:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 0A21D609D2FA; Fri, 29 Jul 2022 08:40:17 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id g81mKFyezKmO; Fri, 29 Jul 2022 08:40:16 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id CC0BA62B9C58; Fri, 29 Jul 2022 08:40:16 +0200 (CEST) Date: Fri, 29 Jul 2022 08:40:16 +0200 (CEST) From: Richard Weinberger To: Benjamin Beichler Cc: anton ivanov , Johannes Berg , Johannes Berg , linux-um , linux-kernel Message-ID: <1107008566.40580.1659076816646.JavaMail.zimbra@nod.at> In-Reply-To: <53bdf85f-8c29-7843-7ccd-88432e66b282@uni-rostock.de> References: <20220607112714.516408-1-benjamin.beichler@uni-rostock.de> <53bdf85f-8c29-7843-7ccd-88432e66b282@uni-rostock.de> Subject: Re: [PATCH v2] um: read multiple msg from virtio slave request fd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: read multiple msg from virtio slave request fd Thread-Index: tyQYcR4RU+a9DWDt4EhvYRC9x+B7YA== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Benjamin Beichler" > Are there any issues with that patch? > I would be happy to receive any comments or an acceptance :-D Johannes, can you please have a look? Thanks, //richard