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 CB857C433EF for ; Thu, 10 Feb 2022 22:27:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344900AbiBJW1B (ORCPT ); Thu, 10 Feb 2022 17:27:01 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:51644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242332AbiBJW1A (ORCPT ); Thu, 10 Feb 2022 17:27:00 -0500 Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 232B82606 for ; Thu, 10 Feb 2022 14:26:59 -0800 (PST) Received: from pop-os.home ([90.126.236.122]) by smtp.orange.fr with ESMTPA id IHtwnjGK39r2MIHtwnUryp; Thu, 10 Feb 2022 23:26:58 +0100 X-ME-Helo: pop-os.home X-ME-Auth: YWZlNiIxYWMyZDliZWIzOTcwYTEyYzlhMmU3ZiQ1M2U2MzfzZDfyZTMxZTBkMTYyNDBjNDJlZmQ3ZQ== X-ME-Date: Thu, 10 Feb 2022 23:26:58 +0100 X-ME-IP: 90.126.236.122 From: Christophe JAILLET To: jhansen@vmware.com, vdasa@vmware.com, arnd@arndb.de, gregkh@linuxfoundation.org, acking@vmware.com, dtor@vmware.com Cc: pv-drivers@vmware.com, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH 0/3] VMCI: Various fixes Date: Thu, 10 Feb 2022 23:26:55 +0100 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch 1 and 2 should be straighforward. But review with much more care the 3rd one, as explained below the --- in the patch. Christophe JAILLET (3): VMCI: Fix the description of vmci_check_host_caps() VMCI: No need to clear memory after a dma_alloc_coherent() call VMCI: Fix some error handling paths in vmci_guest_probe_device() drivers/misc/vmw_vmci/vmci_guest.c | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) -- 2.32.0