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 X-Spam-Level: X-Spam-Status: No, score=-12.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 088F2C48BE5 for ; Thu, 17 Jun 2021 00:59:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2481613D5 for ; Thu, 17 Jun 2021 00:59:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231681AbhFQBBS (ORCPT ); Wed, 16 Jun 2021 21:01:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:33870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231361AbhFQBBS (ORCPT ); Wed, 16 Jun 2021 21:01:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2FC39613BF; Thu, 17 Jun 2021 00:59:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623891551; bh=LnI42oM+huJkD4bxD8CwkKH5CzDJoXGskz8GSzrb1rg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=ksFcBsQkNvpToZyi/yTyHHpYIJxHDVOpUX9I3EVrioRxluRpXF6wlu1T1fng7kXns TUo+rFosOWDwyAXUzvPCGAWc5zAZ4rLM+RYo+82JzrAr9X50vKXjFzdKW2dzwlVf5b 7u3uYPKEpW7DqSKtD9ed1t2ojqUNcGVMVJanPgSbVaYTqHcriJSGyKgpTnBn6MOxbw SbMuCNWzsOJvK4K+V8tc/F3gjlZAI8xSKoQJ2MDRA+d4nLtjxkuFPHtz5lgBW9ByFh tLdFp5BV8zfDpRtzieyyRU1z+21PKMPyqFK23NjzHQINgHHml8K1SP3zYVbXgrWdg0 rR+oO7HVl7QIw== Subject: Re: [PATCH rdma-next v2 00/15] Reorganize sysfs file creation for struct ib_devices To: Jason Gunthorpe , Leon Romanovsky Cc: Doug Ledford , Leon Romanovsky , Greg KH , Kees Cook , Adit Ranadive , Ariel Elior , Christian Benvenuti , clang-built-linux@googlegroups.com, Dennis Dalessandro , Devesh Sharma , Gal Pressman , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Michal Kalderon , Mike Marciniszyn , Mustafa Ismail , Naresh Kumar PBS , Nelson Escobar , Nick Desaulniers , Potnuri Bharat Teja , Selvin Xavier , Shiraz Saleem , VMware PV-Drivers , Yishai Hadas , Zhu Yanjun References: <20210617000021.GA1899410@nvidia.com> From: Nathan Chancellor Message-ID: <0b6de703-1071-ca39-5657-cd00862bfbfd@kernel.org> Date: Wed, 16 Jun 2021 17:59:08 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210617000021.GA1899410@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 6/16/2021 5:00 PM, Jason Gunthorpe wrote: > On Fri, Jun 11, 2021 at 07:00:19PM +0300, Leon Romanovsky wrote: > >> Jason Gunthorpe (15): >> RDMA: Split the alloc_hw_stats() ops to port and device variants >> RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port >> pointer >> RDMA/core: Split port and device counter sysfs attributes >> RDMA/core: Split gid_attrs related sysfs from add_port() >> RDMA/core: Simplify how the gid_attrs sysfs is created >> RDMA/core: Simplify how the port sysfs is created >> RDMA/core: Create the device hw_counters through the normal groups >> mechanism >> RDMA/core: Remove the kobject_uevent() NOP >> RDMA/core: Expose the ib port sysfs attribute machinery >> RDMA/cm: Use an attribute_group on the ib_port_attribute intead of >> kobj's >> RDMA/qib: Use attributes for the port sysfs >> RDMA/hfi1: Use attributes for the port sysfs >> RDMA: Change ops->init_port to ops->port_groups >> RDMA/core: Allow port_groups to be used with namespaces >> RDMA: Remove rdma_set_device_sysfs_group() > > Applied to for-next, thanks everyone > > Jason > I just got done verifying that v2 still fixes the Control Flow Integrity violations. In case it is useful: Tested-by: Nathan Chancellor Cheers, Nathan