From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752194AbdGRUF0 (ORCPT ); Tue, 18 Jul 2017 16:05:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41054 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882AbdGRUFW (ORCPT ); Tue, 18 Jul 2017 16:05:22 -0400 Date: Tue, 18 Jul 2017 22:05:15 +0200 From: Greg Kroah-Hartman To: Dmitry Torokhov Cc: htejun@gmail.com, linux-kernel@vger.kernel.org, Guenter Roeck Subject: Re: [PATCH 0/2] New bind/unbingd uevents Message-ID: <20170718200515.GD3694@kroah.com> References: <20170718193058.29958-1-dmitry.torokhov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170718193058.29958-1-dmitry.torokhov@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 18, 2017 at 12:30:56PM -0700, Dmitry Torokhov wrote: > Hi Greg, > > I am resending the bind/unbind and devm_sysfs_create_group() patches, > as you requested. The new bind/unbind will allow triggering firmware > update through udev, and the new sysfs API will cut down on some > boilerplate code in drivers. > > Below is also a patch to systemd to stop dropping the new attributes > (why they think they need to inspect and discard the data they do not > understand is beyond me). Looks good, only minor comments on patch 2. thanks, greg k-h