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 C7F67C4332F for ; Tue, 31 Oct 2023 02:20:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232391AbjJaCUa (ORCPT ); Mon, 30 Oct 2023 22:20:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229766AbjJaCU1 (ORCPT ); Mon, 30 Oct 2023 22:20:27 -0400 Received: from out30-118.freemail.mail.aliyun.com (out30-118.freemail.mail.aliyun.com [115.124.30.118]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F721DB; Mon, 30 Oct 2023 19:20:22 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R181e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=guanjun@linux.alibaba.com;NM=1;PH=DS;RN=14;SR=0;TI=SMTPD_---0VvFn-Th_1698718817; Received: from localhost(mailfrom:guanjun@linux.alibaba.com fp:SMTPD_---0VvFn-Th_1698718817) by smtp.aliyun-inc.com; Tue, 31 Oct 2023 10:20:18 +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 v2 0/2] Some fixes for idxd driver Date: Tue, 31 Oct 2023 10:20:15 +0800 Message-Id: <20231031022017.1515471-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, 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 | 13 ++++++++----- drivers/dma/idxd/submit.c | 14 +++++++------- 2 files changed, 15 insertions(+), 12 deletions(-) -- 2.39.3