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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 A6D68C43381 for ; Tue, 2 Apr 2019 08:04:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D7D720830 for ; Tue, 2 Apr 2019 08:04:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729378AbfDBIEG (ORCPT ); Tue, 2 Apr 2019 04:04:06 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:33935 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725778AbfDBIEF (ORCPT ); Tue, 2 Apr 2019 04:04:05 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hBEOo-0007ZM-OL; Tue, 02 Apr 2019 10:04:02 +0200 Date: Tue, 2 Apr 2019 10:04:02 +0200 (CEST) From: Thomas Gleixner To: Kimberly Brown cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 5/8] irqdesc: Replace irq_kobj_type's default_attrs field with groups In-Reply-To: <67ed609340d94538992702131e94247eee24a0fd.1554151487.git.kimbrownkd@gmail.com> Message-ID: References: <20190322201440.GA30814@ubu-Virtual-Machine> <67ed609340d94538992702131e94247eee24a0fd.1554151487.git.kimbrownkd@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Apr 2019, Kimberly Brown wrote: > The kobj_type default_attrs field is being replaced by the > default_groups field. Replace irq_kobj_type's default_attrs field with > default_groups and use the ATTRIBUTE_GROUPS macro to create irq_groups. > > This patch was tested by verifying that the sysfs files for the > attributes in the default groups were created. > > Signed-off-by: Kimberly Brown Reviewed-by: Thomas Gleixner Feel free to route it with the patch it depends on.