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 BEB6FC4332F for ; Tue, 31 Oct 2023 02:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233342AbjJaCzW (ORCPT ); Mon, 30 Oct 2023 22:55:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230467AbjJaCzU (ORCPT ); Mon, 30 Oct 2023 22:55:20 -0400 Received: from out30-111.freemail.mail.aliyun.com (out30-111.freemail.mail.aliyun.com [115.124.30.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FD62A6; Mon, 30 Oct 2023 19:55:16 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045176;MF=guanjun@linux.alibaba.com;NM=1;PH=DS;RN=14;SR=0;TI=SMTPD_---0VvFpMtA_1698720911; Received: from localhost(mailfrom:guanjun@linux.alibaba.com fp:SMTPD_---0VvFpMtA_1698720911) by smtp.aliyun-inc.com; Tue, 31 Oct 2023 10:55:12 +0800 From: 'Guanjun' To: dave.jiang@intel.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, vkoul@kernel.org, tony.luck@intel.com, fenghua.yu@intel.com Cc: jing.lin@intel.com, ashok.raj@intel.com, sanjay.k.kumar@intel.com, megha.dey@intel.com, jacob.jun.pan@intel.com, yi.l.liu@intel.com, tglx@linutronix.de Subject: [PATCH v4 0/2] Some fixes for idxd driver Date: Tue, 31 Oct 2023 10:55:09 +0800 Message-Id: <20231031025511.1516342-1-guanjun@linux.alibaba.com> X-Mailer: git-send-email 2.39.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Guanjun Hi Dave, Fenghua, As we talked in v1 and v2, I add fixes tag in patch 0 and change some descriptions in patch 1. If there are no other issues, please queue it up. Thanks, Guanjun Guanjun (2): dmaengine: idxd: Protect int_handle field in hw descriptor dmaengine: idxd: Fix incorrect descriptions for GRPCFG register drivers/dma/idxd/registers.h | 12 +++++++----- drivers/dma/idxd/submit.c | 14 +++++++------- 2 files changed, 14 insertions(+), 12 deletions(-) -- 2.39.3