From patchwork Tue Oct 31 02:55:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: guanjun X-Patchwork-Id: 13440989 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 EBE3D15A1 for ; Tue, 31 Oct 2023 02:55:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none 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 Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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(-)