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 E80D0C433EF for ; Tue, 7 Jun 2022 08:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238062AbiFGIKQ (ORCPT ); Tue, 7 Jun 2022 04:10:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232035AbiFGIKH (ORCPT ); Tue, 7 Jun 2022 04:10:07 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1931CCA58 for ; Tue, 7 Jun 2022 01:10:06 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id A73387F; Tue, 7 Jun 2022 10:10:04 +0200 (CEST) Date: Tue, 7 Jun 2022 10:10:03 +0200 From: Joerg Roedel To: keliu Cc: will@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: iommu: Directly use ida_alloc()/free() Message-ID: References: <20220527070307.2359150-1-liuke94@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220527070307.2359150-1-liuke94@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 27, 2022 at 07:03:07AM +0000, keliu wrote: > Use ida_alloc()/ida_free() instead of deprecated > ida_simple_get()/ida_simple_remove() . > > Signed-off-by: keliu Please change the subject to: "iommu: Directly use ida_alloc()/free()" to match the IOMMU tree conventions. Also include all acks and reviewed-by tags when re-sending. Thanks, Joerg