From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-98.freemail.mail.aliyun.com (out30-98.freemail.mail.aliyun.com [115.124.30.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 970A5D9; Sun, 10 Dec 2023 21:37:07 -0800 (PST) X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R191e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046060;MF=guanjun@linux.alibaba.com;NM=1;PH=DS;RN=14;SR=0;TI=SMTPD_---0VyADjKX_1702273024; Received: from localhost(mailfrom:guanjun@linux.alibaba.com fp:SMTPD_---0VyADjKX_1702273024) by smtp.aliyun-inc.com; Mon, 11 Dec 2023 13:37:05 +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, guanjun@linux.alibaba.com Subject: [PATCH v5 0/2] Some fixes for idxd driver Date: Mon, 11 Dec 2023 13:37:02 +0800 Message-Id: <20231211053704.2725417-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 Content-Transfer-Encoding: 8bit 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. Hi Lijun, According to your comments, I change the fix tag to commit eb0cf33a91b4(dmaengine: idxd: move interrupt handle assignment) 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