From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757305AbcIRHgL (ORCPT ); Sun, 18 Sep 2016 03:36:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48530 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753224AbcIRHgC (ORCPT ); Sun, 18 Sep 2016 03:36:02 -0400 Date: Sun, 18 Sep 2016 09:36:02 +0200 From: Greg KH To: Johannes Thumshirn Cc: Linux Kernel Mailinglist Subject: Re: [PATCH] sysfs print name of undiscoverable attribute group as well Message-ID: <20160918073602.GA6574@kroah.com> References: <1473968646-86323-1-git-send-email-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473968646-86323-1-git-send-email-jthumshirn@suse.de> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 15, 2016 at 09:44:06PM +0200, Johannes Thumshirn wrote: > Print the name of an undiscoverable attribute group as well, not just > the pointer's address. Shouldn't we just drop the pointer address and use the name? It's bad form to be printing kernel addresses to the syslog these days given that it is a security information leak :( thanks, greg k-h