Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-13 Thread Lee Jones
On Tue, 12 Apr 2016, Thierry Reding wrote: > On Tue, Apr 12, 2016 at 03:16:13PM +0100, Lee Jones wrote: > > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > > > On Wed, Mar 30, 2016 at 10:03:26PM +0200, Boris Brezillon wrote: > > > > pwm->period field is not supposed to be changed by PWM users. T

Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-13 Thread Lee Jones
On Wed, 13 Apr 2016, Lee Jones wrote: > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > On Tue, Apr 12, 2016 at 03:16:13PM +0100, Lee Jones wrote: > > > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > > > > > On Wed, Mar 30, 2016 at 10:03:26PM +0200, Boris Brezillon wrote: > > > > > pwm->perio

Re: [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return

2016-04-13 Thread Zhangjian (Bamvor)
Hi, Yury and Philipp There is a small fix for this patch. Othervise our tools of living patch could not work. Regards Bamvor From e05770efca9f040e0039a4a9c4e0d7d3b2bd13e8 Mon Sep 17 00:00:00 2001 From: Bamvor Jian Zhang Date: Wed, 13 Apr 2016 15:46:28 +0800 Subject: [PATCH] arm64: ilp32: do n

Re: [PATCH v4 2/6] string_helpers: add kstrdup_quotable_cmdline

2016-04-13 Thread Andy Shevchenko
On Tue, 2016-04-12 at 16:19 -0500, Serge E. Hallyn wrote: > Quoting Kees Cook (keesc...@chromium.org): > > > > Provide an escaped (but readable: no inter-argument NULLs) > > commandline > > safe for logging. > > Sorry, have no access to the original mail right now. >> +char *kstrdup_quotable_cm

Re: [PATCH v8 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver

2016-04-13 Thread Emil Velikov
Hi Xinliang, On 11 April 2016 at 09:55, Xinliang Liu wrote: > Add maintainer and reviewer for hisilicon DRM driver. > > v8: None. > v7: None. > v6: None. > v5: None. > v4: > - Add Chen Feng as Designated reviewer. > v3: First version. > > Signed-off-by: Xinliang Liu > --- > MAINTAINERS | 10 ++

Re: [PATCH v4 5/6] fs: provide function to report enum strings

2016-04-13 Thread Mimi Zohar
On Tue, 2016-04-12 at 15:38 -0700, Kees Cook wrote: > On Tue, Apr 12, 2016 at 3:31 PM, Al Viro wrote: > > On Tue, Apr 12, 2016 at 09:54:44AM -0700, Kees Cook wrote: > >> Providing human-readable (and audit-parsable) strings for the READING_* > >> enums is needed by some LSMs. > >> > >> Signed-off-

Re: [PATCH v8 02/10] drm/hisilicon: Add hisilicon kirin drm master driver

2016-04-13 Thread Emil Velikov
Hi Xinliang, On 11 April 2016 at 09:55, Xinliang Liu wrote: > +static int kirin_drm_connectors_register(struct drm_device *dev) > +{ > + struct drm_connector *connector; > + struct drm_connector *failed_connector; > + int ret; > + > + mutex_lock(&dev->mode_config.mutex);

Re: [PATCH v6 01/24] i2c-mux: add common data for every i2c-mux instance

2016-04-13 Thread Peter Rosin
Hi! On 2016-04-11 22:46, Wolfram Sang wrote: > Hi Peter, > > first high-level review: > >> +int i2c_mux_reserve_adapters(struct i2c_mux_core *muxc, int adapters) > > I'd suggest to rename 'adapters' into 'num_adapters' throughout this > patch. I think it makes the code a lot easier to understan

[PATCH] Documentation typo: wrong page flag bit for KPF_HUGE

2016-04-13 Thread Doug Hoyte
The correct value 17 can be found later in this document and in the kernel-page-flags.h header (KPF_HUGE). I noticed this while implementing vmprobe's kpageflags support. --- Documentation/vm/pagemap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/vm/pagemap.t

Re: [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return

2016-04-13 Thread Yury Norov
Hi Bamvor, On Wed, Apr 13, 2016 at 05:19:28PM +0800, Zhangjian (Bamvor) wrote: > Hi, Yury and Philipp > > There is a small fix for this patch. Othervise our tools of living > patch could not work. > > Regards > > Bamvor > > From e05770efca9f040e0039a4a9c4e0d7d3b2bd13e8 Mon Sep 17 00:00:00 2001

Re: [kernel-hardening] [PATCH 2/2] security,perf: Allow further restriction of perf_event_open

2016-04-13 Thread Kees Cook
On Mon, Jan 11, 2016 at 7:23 AM, Ben Hutchings wrote: > When kernel.perf_event_open is set to 3 (or greater), disallow all > access to performance events by users without CAP_SYS_ADMIN. > Add a Kconfig symbol CONFIG_SECURITY_PERF_EVENTS_RESTRICT that > makes this value the default. > > This is bas

which git source should I use if I want to submit a patch for Document/zh_CN ?

2016-04-13 Thread 高志刚
Hi All: I think I should have a master branch source URL, and then create my private branch, and then create a patch file between my private branch and the master branch, and then send the patch to LKML. but, I can NOT find an exactly git source URL listed in “

Re: which git source should I use if I want to submit a patch for Document/zh_CN ?

2016-04-13 Thread Randy Dunlap
On 04/13/16 09:45, 高志刚 wrote: > Hi All: > I think I should have a master branch source URL, and then create my > private branch, > and then create a patch file between my private branch and the master > branch, > and then send the patch to LKML. > > but, I can NOT find

Re: [PATCH] [linux-next] Doc: networking: Fix typo in dsa

2016-04-13 Thread David Miller
From: Masanari Iida Date: Sat, 9 Apr 2016 00:00:25 +0900 > This patch fix typos in Documentation/networking/dsa. > > Signed-off-by: Masanari Iida Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordo

Re: [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

2016-04-13 Thread Zhangjian (Bamvor)
Hi, yury I suggest we enable AARCH32_EL0 by default explicitly. I am not sure if it should be a dedicated commit. I am ok if you merge my commit, add Reviewed-by: Bamvor Jian Zhang commit 926ad48847c9fbc665285c49ff823666e145a083 Author: Bamvor Jian Zhang Date: Wed Apr 6 17:59:03 2016 +0800

Re: [PATCH v8 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver

2016-04-13 Thread Xinliang Liu
On 13 April 2016 at 19:54, Emil Velikov wrote: > Hi Xinliang, > > On 11 April 2016 at 09:55, Xinliang Liu wrote: >> Add maintainer and reviewer for hisilicon DRM driver. >> >> v8: None. >> v7: None. >> v6: None. >> v5: None. >> v4: >> - Add Chen Feng as Designated reviewer. >> v3: First version.