Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1056031yba; Tue, 2 Apr 2019 01:05:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqx0c7xhQnNoJM6oO9w2YKhVzmvq/SjxNZSWRCKZLmmErA5UoqekU2O0uy2PmcPELQVIWfgB X-Received: by 2002:a63:fc0b:: with SMTP id j11mr1023404pgi.74.1554192328173; Tue, 02 Apr 2019 01:05:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554192328; cv=none; d=google.com; s=arc-20160816; b=LAnNXSBQnIkJHip3jigbiUDrE0HVFox43yVhk4U1njALCWJ7s/aXdtERWTD0UxmZn/ l2fex7KOax1dMXbvb09pgT8aoprF2k/Unq3lhsenjtcTy+qUQvLx9vBihk0/08YmpEjB rS3VOn3ZtYHvOnkWfYvzmjZzfMzoF7BO/M5Cu37ddsdFFLcBhOHkBVSE4Dk11QRlAVo3 7DRm2wSg9c1UThSxv7MKCerzcg3/BTTOJ/n5KmlUkmdubWEOw1ro+HEG8tcvKPp7ds3h dTm0ZUiqU1O+xYH31Zzy4As9Vmtn+V7Y3AHOEu50Bsi4kI5l6OUKPPMG78qnVakZgDCS 64rA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=L7MtfdksULh7e2Wl3MxKK0mwtnsCA6SqjzhBLeLXiJo=; b=fnSdjSAqvcI+D8J3xfD7wZrB5zTv6KBdvmtUQQh0fnNMyni2gDuT4v/q3wrXWMliFm z0tZW4ZJxMD8EzGpSONKzanJjHgqPvDL3aPZ5uSxpU4zmt4UQy65EqxVips9wpivi/P5 t/azn7h6caqE2op74Vv4vEKNKEC/+oqUeDt1JrD1T7ow7y0M4AatyHxjikL0jyYxuHL7 Rxc4j2wHXtw4ASjq+a8Vk4Jt7IZBa9+bKrLGhGQ9WuGR5q1Z+SuXkkNMzucuAqbflPof AxGqaYjpE4kSqhdJH/MzyJoC7P2XIHLww7RffwFShGv1aDdEFEoUVYiF48go6cnQ9K+E KIdQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v9si11034276plg.187.2019.04.02.01.05.12; Tue, 02 Apr 2019 01:05:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729361AbfDBIEG (ORCPT + 99 others); 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.