From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:34159 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932918AbbIYSw6 (ORCPT ); Fri, 25 Sep 2015 14:52:58 -0400 Received: by padhy16 with SMTP id hy16so113193253pad.1 for ; Fri, 25 Sep 2015 11:52:58 -0700 (PDT) Date: Fri, 25 Sep 2015 11:52:56 -0700 From: Viresh Kumar To: Johannes Berg Cc: Greg Kroah-Hartman , linaro-kernel@lists.linaro.org, QCA ath9k Development , Intel Linux Wireless , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, linux-bluetooth@vger.kernel.org, iommu@lists.linux-foundation.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, linux-usb@vger.kernel.org, linux-edac@vger.kernel.org, linux-mm@kvack.org, alsa-devel@alsa-project.org Subject: Re: [PATCH V4 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock' Message-ID: <20150925185256.GG5951@linux> (sfid-20150925_205332_801611_BE906F32) References: <1443202945.2161.8.camel@sipsolutions.net> <20150925184741.GF5951@linux> <1443206945.2161.9.camel@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1443206945.2161.9.camel@sipsolutions.net> Sender: linux-wireless-owner@vger.kernel.org List-ID: On 25-09-15, 20:49, Johannes Berg wrote: > Ok, then, but that means Rafael is completely wrong ... > debugfs_create_bool() takes a *pointer* and it needs to be long-lived, > it can't be on the stack. You also don't get a call when it changes. Ahh, ofcourse. My bad as well... I think we can change structure definition but will wait for Rafael's comment before that. -- viresh