[PATCH V2] sysfs.txt: add note on available attribute macros

2019-02-14 Thread Nicholas Mc Guire
The common cases of attributes wrappers should probably be using the __ATTR_XXX macros to make code more concise and readable but the current sysfs.txt does not point developers to those convenience macros. Further there is no note in sysfs.txt currently explaining why trying to set a sysfs file to

Re: [PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-02-14 Thread Joel Fernandes
On Thu, Feb 14, 2019 at 07:19:29PM -0800, Alexei Starovoitov wrote: > On Mon, Feb 11, 2019 at 09:35:59AM -0500, Joel Fernandes (Google) wrote: > > Introduce in-kernel headers and other artifacts which are made available > > as an archive through proc (/proc/kheaders.txz file). This archive makes >

Re: [PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-02-14 Thread Alexei Starovoitov
On Mon, Feb 11, 2019 at 09:35:59AM -0500, Joel Fernandes (Google) wrote: > Introduce in-kernel headers and other artifacts which are made available > as an archive through proc (/proc/kheaders.txz file). This archive makes > it possible to build kernel modules, run eBPF programs, and other > tracin

Re: [RFC v7 2/5] dt-bindings: pstore-block: new support for blkoops

2019-02-14 Thread liaoweixiong
On 2019-02-14 04:30, Rob Herring wrote: > On Wed, Feb 13, 2019 at 7:51 AM liaoweixiong > wrote: >> >> >> On 2019-01-31 00:07, Rob Herring wrote:> On Wed, Jan 23, 2019 at >> 08:05:13PM +0800, liaoweixiong wrote: Create DT binding document for blkoops. Signed-off-by: liaoweixiong >>>

Re: [PATCH RFC] sysfs.txt: add note on available attribute macros

2019-02-14 Thread Greg Kroah-Hartman
On Thu, Feb 14, 2019 at 12:21:50PM +0100, Nicholas Mc Guire wrote: > The common cases of attributes should probably be using the __ATTR_XXX > macros to make code more concise and readable but the current sysfs.txt > does not point developers to those convenience macros. Further there is > no note i

[PATCH RFC] sysfs.txt: add note on available attribute macros

2019-02-14 Thread Nicholas Mc Guire
The common cases of attributes should probably be using the __ATTR_XXX macros to make code more concise and readable but the current sysfs.txt does not point developers to those convenience macros. Further there is no note in sysfs.txt currently explaining why trying to set a sysfs file to mode 066

Re: [RFC][PATCH 0/3] arm64 relaxed ABI

2019-02-14 Thread Kevin Brodsky
On 13/02/2019 21:41, Evgenii Stepanov wrote: On Wed, Feb 13, 2019 at 9:43 AM Dave Martin wrote: On Wed, Feb 13, 2019 at 04:42:11PM +, Kevin Brodsky wrote: (+Cc other people with MTE experience: Branislav, Ruben) [...] I'm wondering whether we can piggy-back on existing concepts. We cou

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-14 Thread Uwe Kleine-König
Hello, On Wed, Feb 13, 2019 at 03:38:46PM +, claudiu.bez...@microchip.com wrote: > On 06.02.2019 10:24, Uwe Kleine-König wrote: > > On Wed, Feb 06, 2019 at 12:01:26AM +0100, Thierry Reding wrote: > >> But I really don't see the point in having consumers jump through hoops > >> to set one of th