Re: [PATCH 4.4 00/72] 4.4.127-stable review

2018-04-06 Thread Naresh Kamboju
mers-tests - skip: 1, pass: 12 Hikey test results, Summary kernel: 4.4.127-rc1 git repo: https://git.linaro.org/lkft/arm64-stable-rc.git git tag: 4.4.127-rc1-hikey-20180406-167 git commit: f9fe096cd3478d5e39d05b7c97cca9cf2beace79 git describe: 4.4.127-rc1-hikey-20180406-167 Test details: http

Re: [PATCH v1]: perf/x86: store user space frame-pointer value on a sample

2018-04-06 Thread Alexey Budankov
On 06.04.2018 22:53, Andi Kleen wrote: > On Fri, Apr 06, 2018 at 10:06:26PM +0300, Alexey Budankov wrote: >> On 06.04.2018 18:31, Andi Kleen wrote: diff --git a/arch/x86/kernel/perf_regs.c b/arch/x86/kernel/perf_regs.c index e47b2dbbdef3..9284048cf5b0 100644 --- a/arch/x86/kernel/per

Re: [PATCH 4.9 000/102] 4.9.93-stable review

2018-04-06 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 05:25:24PM -0500, Dan Rue wrote: > On Fri, Apr 06, 2018 at 03:22:41PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.93 release. > > There are 102 patches in this series, all will be posted as a response > > to this one. If any

Re: [PATCH 4.4 00/72] 4.4.127-stable review

2018-04-06 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 09:25:27AM -0700, Nathan Chancellor wrote: > On Fri, Apr 06, 2018 at 03:23:01PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.127 release. > > There are 72 patches in this series, all will be posted as a response > > to this on

Re: [PATCH 4.15 00/72] 4.15.16-stable review

2018-04-06 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 05:20:12PM -0300, Thadeu Lima de Souza Cascardo wrote: > On Fri, Apr 06, 2018 at 03:23:35PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.15.16 release. > > There are 72 patches in this series, all will be posted as a response >

Re: [PATCH 3.18 00/93] 3.18.103-stable review

2018-04-06 Thread Greg Kroah-Hartman
On Sat, Apr 07, 2018 at 12:41:38AM +0530, Harsh Shandilya wrote: > > > On 6 April 2018 6:52:29 PM IST, Greg Kroah-Hartman > wrote: > >This is the start of the stable review cycle for the 3.18.103 release. > >There are 93 patches in this series, all will be posted as a response > >to this one.

Re: [PATCH 4.16 00/31] 4.16.1-stable review

2018-04-06 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 04:07:38PM -0600, Shuah Khan wrote: > On 04/06/2018 07:24 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.16.1 release. > > There are 31 patches in this series, all will be posted as a response > > to this one. If anyone has any issu

Re: [PATCH 01/10] staging: fnic2 add initialization

2018-04-06 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 03:00:11PM -0700, Oliver Smith-Denny wrote: > On Fri, Apr 06, 2018 at 07:07:52AM +0200, Greg Kroah-Hartman wrote: > > Why is this a drivers/staging/ driver at all? What is keeping you from > > getting this merged into the "proper" place in the kernel? > > > > If you have a

Re: WARNING in kill_block_super

2018-04-06 Thread Tetsuo Handa
Michal Hocko wrote: > On Wed 04-04-18 19:53:07, Tetsuo Handa wrote: > > Al and Michal, are you OK with this patch? > > Maybe I've misunderstood, but hasn't Al explained [1] that the > appropriate fix is in the fs code? > > [1] http://lkml.kernel.org/r/20180402143415.gc30...@zeniv.linux.org.uk Ye

Re: [PATCH 10/10] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()

2018-04-06 Thread Boqun Feng
On Thu, Apr 05, 2018 at 05:59:07PM +0100, Will Deacon wrote: > The qspinlock slowpath must ensure that the MCS node is fully initialised > before it can be reached by another other CPU. This is currently enforced > by using a RELEASE operation when updating the tail and also when linking > the node

[PATCH] platform/x86: asus-wireless: Fix NULL pointer dereference

2018-04-06 Thread João Paulo Rechi Vita
When the module is removed the led workqueue is destroyed in the remove callback, before the led device is unregistered from the led subsystem. This leads to a NULL pointer derefence when the led device is unregistered automatically later as part of the module removal cleanup. Bellow is the backtr

Re: [PATCH 08/10] locking/qspinlock: Merge struct __qspinlock into struct qspinlock

2018-04-06 Thread Boqun Feng
On Thu, Apr 05, 2018 at 05:59:05PM +0100, Will Deacon wrote: > struct __qspinlock provides a handy union of fields so that > subcomponents of the lockword can be accessed by name, without having to > manage shifts and masks explicitly and take endianness into account. > > This is useful in qspinlo

Re: [PATCH v7 01/11] arm64: dts: actions: Add S900 clock management unit nodes

2018-04-06 Thread Manivannan Sadhasivam
Hi Andreas, Since the clk driver got applied, can you please take the dts changes through linux-actions tree? Thanks, Mani On Mon, Mar 26, 2018 at 11:08:55PM +0530, Manivannan Sadhasivam wrote: > Add Actions Semi S900 Clock Management Unit (CMU) nodes > > Signed-off-by: Manivannan Sadhasivam >

Re: [PATCH 1/1] arm64: To remove initrd reserved area entry from memblock

2018-04-06 Thread Chandan Vn
On Fri, Apr 6, 2018 at 9:47 PM, Laura Abbott wrote: > Does this have an impact on anything besides accounting > in memblock? Yes, the impact is only on accounting or debugging. We were trying to reduce the reserved memory by removing initrd reserved area. After disabling "keepinitrd", only way t

Re: [PATCH] test/nvme/003: add test case for patch "nvme: don't send keep-alives to the discovery controller"

2018-04-06 Thread Omar Sandoval
On Tue, Mar 27, 2018 at 11:31:47AM +0200, Johannes Thumshirn wrote: > Add a regression test for the patch titled "nvme: don't send > keep-alives to the discovery controller". > > This patch creates a local loopback nvme target and then connects to > it. If the patch is not applied we see two error

Re: [PATCH] drm: Add crtc_queue_syncobj and crtc_get_syncobj ioctls

2018-04-06 Thread Keith Packard
Jason Ekstrand writes: > Is the given sequence number guaranteed to be hit in finite time? Certainly, it's a finite value... However, realistically, it's just like all of the other vblank interfaces where you can specify a crazy sequence and block for a very long time. So, no different from the

Re: [PATCH] drivers/memory: can't open emif-asm-offsets.s for writing

2018-04-06 Thread Masahiro Yamada
2018-04-06 22:00 GMT+09:00 Anders Roxell : > Build failes due to that the directory isn't created before we execute > the build rule. > cc1: fatal error: can’t open ‘drivers/memory/emif-asm-offsets.s’ for > writing: No such file or directory compilation terminated. > drivers/memory/Makefile.asm-o

Re: [PATCH ipmi/kcs_bmc v1] ipmi: kcs_bmc: optimize the data buffers allocation

2018-04-06 Thread Wang, Haiyue
On 2018-04-07 05:47, Corey Minyard wrote: On 03/15/2018 07:20 AM, Haiyue Wang wrote: Allocate a continuous memory block for the three KCS data buffers with related index assignment. I'm finally getting to this. Is there a reason you want to do this?  In general, it's better to not try to

Re: [PATCH] selftests/livepatch: introduce tests

2018-04-06 Thread Josh Poimboeuf
On Wed, Mar 28, 2018 at 03:49:48PM -0400, Joe Lawrence wrote: > Add a few livepatch modules and simple target modules that the included > regression suite can run tests against. > > Signed-off-by: Joe Lawrence > --- > lib/Kconfig.debug | 12 + > lib/Makefile

Re: [PATCH v9 06/10] time: tick-sched: Split tick_nohz_stop_sched_tick()

2018-04-06 Thread Frederic Weisbecker
On Wed, Apr 04, 2018 at 10:41:13AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > In order to address the issue with short idle duration predictions > by the idle governor after the scheduler tick has been stopped, split > tick_nohz_stop_sched_tick() into two separate routines, one

Re: 4.15.14 crash with iscsi target and dvd

2018-04-06 Thread Bart Van Assche
On Fri, 2018-04-06 at 21:03 -0400, Wakko Warner wrote: > Bart Van Assche wrote: > > On Thu, 2018-04-05 at 22:06 -0400, Wakko Warner wrote: > > > I know now why scsi_print_command isn't doing anything. cmd->cmnd is > > > null. > > > I added a dev_printk in scsi_print_command where the 2 if stateme

[RFC linux v2] init: make all setup_arch() output string to boot_command_line[]

2018-04-06 Thread yuan linyu
From: yuan linyu then all arch boot parameter handled in the same way in start_kernel() Signed-off-by: yuan linyu --- v2: fix kbuild issue of parisc arch/alpha/kernel/setup.c | 4 +--- arch/arc/kernel/setup.c| 5 + arch/arm/kernel/setup.c| 7 +--

Re: [PATCH v5 04/10] drivers: qcom: rpmh: add RPMH helper functions

2018-04-06 Thread Stephen Boyd
Quoting Lina Iyer (2018-04-05 09:18:28) > diff --git a/include/soc/qcom/rpmh.h b/include/soc/qcom/rpmh.h > new file mode 100644 > index ..95334d4c1ede > --- /dev/null > +++ b/include/soc/qcom/rpmh.h > @@ -0,0 +1,34 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * Copyright (c) 2

Re: [PATCH v4 4/9] vsprintf: Consolidate handling of unknown pointer specifiers

2018-04-06 Thread Sergey Senozhatsky
On (04/06/18 18:00), Joe Perches wrote: [..] > This finds the current two bad uses in addition to > the existing similar message for string concatenation > without a space char between concatenated fragments. > > For example: > > WARNING: break quoted strings at a space character > #3550: FILE: d

Re: [PATCH v5 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs

2018-04-06 Thread Stephen Boyd
Quoting Lina Iyer (2018-04-05 09:18:26) > diff --git a/Documentation/devicetree/bindings/soc/qcom/rpmh-rsc.txt > b/Documentation/devicetree/bindings/soc/qcom/rpmh-rsc.txt > new file mode 100644 > index ..dcf71a5b302f > --- /dev/null > +++ b/Documentation/devicetree/bindings/soc/qcom/rp

[PATCH v5] drm/i915/dp: Send DPCD ON for MST before phy_up

2018-04-06 Thread Lyude Paul
When doing a modeset where the sink is transitioning from D3 to D0 , it would sometimes be possible for the initial power_up_phy() to start timing out. This would only be observed in the last action before the sink went into D3 mode was intel_dp_sink_dpms(DRM_MODE_DPMS_OFF). We originally thought t

Re: [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC

2018-04-06 Thread Ram Pai
On Fri, Apr 06, 2018 at 05:47:29PM -0700, Dave Hansen wrote: > On 04/06/2018 05:09 PM, Ram Pai wrote: > >> - /* > >> - * Look for a protection-key-drive execute-only mapping > >> - * which is now being given permissions that are not > >> - * execute-only. Move it back to the default pkey. >

Re: 4.15.14 crash with iscsi target and dvd

2018-04-06 Thread Wakko Warner
Bart Van Assche wrote: > On Thu, 2018-04-05 at 22:06 -0400, Wakko Warner wrote: > > I know now why scsi_print_command isn't doing anything. cmd->cmnd is null. > > I added a dev_printk in scsi_print_command where the 2 if statements return. > > Logs: > > [ 29.866415] sr 3:0:0:0: cmd->cmnd is NULL

Re: [PATCH v4 4/9] vsprintf: Consolidate handling of unknown pointer specifiers

2018-04-06 Thread Joe Perches
On Sat, 2018-04-07 at 09:33 +0900, Sergey Senozhatsky wrote: > Hi Joe, > > On (04/06/18 16:59), Joe Perches wrote: > > > > > > Can we tweak checkpatch to catch such things? > > > > Not really, no. > > > > Adding regex logic for this is tricky at best > > and probably not worth the effort becaus

Re: Differences between builtins and modules

2018-04-06 Thread Randy Dunlap
On 02/24/2015 05:02 PM, Lucas De Marchi wrote: > On Mon, Feb 23, 2015 at 12:51 PM, Michal Marek wrote: >> On 2015-02-23 15:30, Lucas De Marchi wrote: >>> This could be particularly bad if in a kernel version an option was >>> tristate and in a new version it changed to boolean. I'm not sure if >>>

Re: [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC

2018-04-06 Thread Dave Hansen
On 04/06/2018 05:09 PM, Ram Pai wrote: >> -/* >> - * Look for a protection-key-drive execute-only mapping >> - * which is now being given permissions that are not >> - * execute-only. Move it back to the default pkey. >> - */ >> -if (vma_is_pkey_exec_only(vma) && >> -

Re: [PATCH v4 4/9] vsprintf: Consolidate handling of unknown pointer specifiers

2018-04-06 Thread Sergey Senozhatsky
Hi Joe, On (04/06/18 16:59), Joe Perches wrote: > > > > Can we tweak checkpatch to catch such things? > > Not really, no. > > Adding regex logic for this is tricky at best > and probably not worth the effort because of > the various bits of patch contexts aren't > necessarily visible. Agreed.

[PATCH v5] x86,sched: allow topologies where NUMA nodes share an LLC

2018-04-06 Thread Alison Schofield
From: Alison Schofield Intel's Skylake Server CPUs have a different LLC topology than previous generations. When in Sub-NUMA-Clustering (SNC) mode, the package is divided into two "slices", each containing half the cores, half the LLC, and one memory controller and each slice is enumerated to Lin

Re: [PATCH v4] x86,sched: allow topologies where NUMA nodes share an LLC

2018-04-06 Thread Alison Schofield
On Wed, Apr 04, 2018 at 12:00:45PM -0700, Alison Schofield wrote: > On Wed, Apr 04, 2018 at 11:42:11AM -0700, Tim Chen wrote: > > On 04/04/2018 10:38 AM, Alison Schofield wrote: > > > On Wed, Apr 04, 2018 at 10:24:49AM -0700, Tim Chen wrote: > > >> On 04/03/2018 02:12 PM, Alison Schofield wrote: >

Re: [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC

2018-04-06 Thread Ram Pai
On Mon, Mar 26, 2018 at 10:27:27AM -0700, Dave Hansen wrote: > > From: Dave Hansen > > I got a bug report that the following code (roughly) was > causing a SIGSEGV: > > mprotect(ptr, size, PROT_EXEC); > mprotect(ptr, size, PROT_NONE); > mprotect(ptr, size, PROT_READ); >

[PATCH 0/1] drm: Add crtc_queue_syncobj and crtc_get_syncobj ioctls

2018-04-06 Thread Keith Packard
(This is an RFC on whether this pair of ioctls seems reasonable. The code compiles, but I haven't tested it as I'm away from home this weekend.) I'm rewriting my implementation of the Vulkan EXT_display_control extension, which provides a way to signal a Vulkan fence at vblank time. I had implemen

[PATCH] drm: Add crtc_queue_syncobj and crtc_get_syncobj ioctls

2018-04-06 Thread Keith Packard
crtc_queue_syncobj creates a new syncobj that will get signaled at a specified vblank sequence count. crtc_get_syncobj returns the time and vblank sequence count when the syncobj was signaled. The pair of these allows use of syncobjs instead of events for monitoring vblank activity. Signed-off-b

Re: [PATCH v4 4/9] vsprintf: Consolidate handling of unknown pointer specifiers

2018-04-06 Thread Joe Perches
On Sat, 2018-04-07 at 08:52 +0900, Sergey Senozhatsky wrote: > On (04/05/18 16:55), Joe Perches wrote: > > On Thu, 2018-04-05 at 16:45 -0700, Joe Perches wrote: > > > On Thu, 2018-04-05 at 16:25 +0200, Rasmus Villemoes wrote: > > > > Even just git grep -1 -E '%p"$' finds %pt and %po > > > > which s

[GIT PULL] leaking_addresses: changes for 14.17-rc1

2018-04-06 Thread Tobin C. Harding
Hi Linus, This is your favourite noob maintainer requesting that you pretty please with sugar on top pull the leaking_addresses patch set. I have hopefully lifted my game after the abysmal effort last merge window. The script now actually runs in an acceptable time, the tree is on kernel.org and

Re: [PATCH v4 4/9] vsprintf: Consolidate handling of unknown pointer specifiers

2018-04-06 Thread Sergey Senozhatsky
On (04/05/18 16:55), Joe Perches wrote: > On Thu, 2018-04-05 at 16:45 -0700, Joe Perches wrote: > > On Thu, 2018-04-05 at 16:25 +0200, Rasmus Villemoes wrote: > > > Even just git grep -1 -E '%p"$' finds %pt and %po > > > which should get fixed before somebody claims those extensions. > > > > Neith

Re: [PATCH] sched/fair: schedutil: update only with all info available

2018-04-06 Thread Joel Fernandes
On Fri, Apr 6, 2018 at 10:28 AM, Patrick Bellasi wrote: > Schedutil is not properly updated when the first FAIR task wakes up on a > CPU and when a RQ is (un)throttled. This is mainly due to the current > integration strategy, which relies on updates being triggered implicitly > each time a cfs_rq

Re: 4.15.14 crash with iscsi target and dvd

2018-04-06 Thread Wakko Warner
Bart Van Assche wrote: > On Thu, 2018-04-05 at 22:06 -0400, Wakko Warner wrote: > > I know now why scsi_print_command isn't doing anything. cmd->cmnd is null. > > I added a dev_printk in scsi_print_command where the 2 if statements return. > > Logs: > > [ 29.866415] sr 3:0:0:0: cmd->cmnd is NULL

Re: [PATCH] blk-cgroup: remove entries in blkg_tree before queue release

2018-04-06 Thread kbuild test robot
Hi Alexandru, Thank you for the patch! Yet something to improve: [auto build test ERROR on block/for-next] [also build test ERROR on v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH v7 [RESEND] 1/2] drivers: qcom: add command DB driver

2018-04-06 Thread Stephen Boyd
Quoting Lina Iyer (2018-04-06 08:13:55) > From: Mahesh Sivasubramanian > > Command DB is a simple database in the shared memory of QCOM SoCs, that > provides information regarding shared resources. Some shared resources > in the SoC have properties that are probed dynamically at boot by the > rem

[PATCH v6] earlycon: Use a pointer table to fix __earlycon_table stride

2018-04-06 Thread Daniel Kurtz
Commit 99492c39f39f ("earlycon: Fix __earlycon_table stride") tried to fix __earlycon_table stride by forcing the earlycon_id struct alignment to 32 and asking the linker to 32-byte align the __earlycon_table symbol. This fix was based on commit 07fca0e57fca92 ("tracing: Properly align linker defi

Re: [PATCH v7 [RESEND] 2/2] dt-bindings: introduce Command DB for QCOM SoCs

2018-04-06 Thread Stephen Boyd
Quoting Lina Iyer (2018-04-06 08:13:56) > From: Mahesh Sivasubramanian > > Command DB provides information on shared resources like clocks, > regulators etc., probed at boot by the remote subsytem and made > available in shared memory. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Mahesh S

Re: [PATCH v7 [RESEND] 1/2] drivers: qcom: add command DB driver

2018-04-06 Thread Stephen Boyd
Quoting Lina Iyer (2018-04-06 08:13:55) > From: Mahesh Sivasubramanian > > Command DB is a simple database in the shared memory of QCOM SoCs, that > provides information regarding shared resources. Some shared resources > in the SoC have properties that are probed dynamically at boot by the > rem

Re: [PATCH v3 1/4] Ktest: add email support

2018-04-06 Thread Tim Tianyang Chen
I just fixed them up and pulled them in myself. ;-) I also added the following on top of them (and testing this, live while testing ftrace patches and other builds). Thanks Steve! diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 30a4c053f98b..837fa75cbb47 100755 --

Re: [PATCH] MIPS: vmlinuz: Fix compiler intrinsics location and build directly

2018-04-06 Thread James Hogan
On Thu, Apr 05, 2018 at 10:42:19PM +0100, James Hogan wrote: > On Thu, Apr 05, 2018 at 11:13:14AM +0100, Matt Redfearn wrote: > > Actually, this patch would be better inserted as patch 3 in the series > > since it can pull in the generic ashldi3 before the MIPS one is removed > > in the final pat

Re: [GIT PULL] SELinux patches for v4.17

2018-04-06 Thread Linus Torvalds
On Tue, Apr 3, 2018 at 6:37 PM, Paul Moore wrote: > > Everything passes the selinux-testsuite, but there are a few known > merge conflicts. The first is with the netdev tree and is in > net/sctp/socket.c. Unfortunately it is a bit ugly, thankfully Stephen > Rothwell has already done the heavy li

Re: [PATCH v2] pstore: fix crypto dependencies without compression

2018-04-06 Thread Kees Cook
On Fri, Apr 6, 2018 at 12:56 AM, Arnd Bergmann wrote: > On Fri, Apr 6, 2018 at 9:25 AM, Tobias Regnery > wrote: >> Commit 58eb5b670747 ("pstore: fix crypto dependencies") fixed up the crypto >> dependencies but missed the case when no compression is selected. >> >> With CONFIG_PSTORE=y, CONFIG_P

Re: [PATCH v3 1/4] Ktest: add email support

2018-04-06 Thread Steven Rostedt
On Fri, 6 Apr 2018 15:19:48 -0700 Tim Tianyang Chen wrote: > > The full path name needs to be here. > > > > tools/testing/ktest/ktest.pl > > > Sorry I was working on my private folder, version tracked with other > stuff. Just re-sent them. I just fixed them up and pulled them in myself. ;-

Re: x32 suspend failuer in Re: linux-next: Tree for Apr 4

2018-04-06 Thread Pavel Machek
Previous versions suspended/resumed fine but broke networking. I bisected networking breakage to c16add24522547bf52c189b3c0d1ab6f5c2b4375 which is slightly weird. But it modifies ACPI in strange way, so maybe not that weird. Networking breakag

Re: [PATCH] Input: synaptics-rmi4 - Fix an unchecked out of memory error path

2018-04-06 Thread Dmitry Torokhov
On Mon, Apr 02, 2018 at 05:52:52PM -0700, Andrew Duggan wrote: > > On 04/02/2018 07:03 AM, Christophe JAILLET wrote: > > When extending the rmi_spi buffers, we must check that no out of memory > > error occurs, otherwise we may access data above the currently allocated > > memory. > > > > Propaga

Re: [PATCH v2 1/2] livepatch: Initialize shadow variables safely by a custom callback

2018-04-06 Thread Josh Poimboeuf
On Thu, Apr 05, 2018 at 02:23:14PM +0200, Petr Mladek wrote: > @@ -150,6 +149,23 @@ static void *__klp_shadow_get_or_alloc(void *obj, > unsigned long id, void *data, > goto exists; > } > > + new_shadow->obj = obj; > + new_shadow->id = id; > + > + if (ctor) { > +

[PATCH] block/compat_ioctl: fix range check in BLKGETSIZE

2018-04-06 Thread Khazhismel Kumykov
kernel ulong and compat_ulong_t may not be same width. Use type directly to eliminate mismatches. This would result in truncation rather than EFBIG for 32bit mode for large disks. Signed-off-by: Khazhismel Kumykov --- block/compat_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

Re: [PATCH 4.9 000/102] 4.9.93-stable review

2018-04-06 Thread Dan Rue
On Fri, Apr 06, 2018 at 03:22:41PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.93 release. > There are 102 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know

Re: [PATCH 3.18 00/93] 3.18.103-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:22 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.18.103 release. > There are 93 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses

Re: [PATCH v3 1/4] Ktest: add email support

2018-04-06 Thread Tim Tianyang Chen
On 04/06/2018 11:24 AM, Steven Rostedt wrote: On Mon, 26 Mar 2018 13:08:01 -0700 Tim Tianyang Chen wrote: Users can define optional variables to get email notifications. Ktest can send emails when the script: * was started * failed with fatal errors and called dodie() * completed all t

[PATCH v3 0/4] ktest: add email support

2018-04-06 Thread Tim Tianyang Chen
This patch set will let users define a mailer, an email address and when to receive notifications during automated testings. Users need to setup the specified mailer prior to using this feature. Tim Tianyang Chen (4): ktest: add email support ktest: add SigInt handling ktest: use dodie for

Re: [PATCH 4.4 00/72] 4.4.127-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:23 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.127 release. > There are 72 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses s

[PATCH v3 2/4] ktest: add SigInt handling

2018-04-06 Thread Tim Tianyang Chen
User can cancel tests and specify handler's behavior using option 'EMAIL_WHEN_CANCELED'. Suggested-by: Dhaval Giani Signed-off-by: Tim Tianyang Chen --- tools/testing/ktest/ktest.pl | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktes

[PATCH v3 1/4] ktest: add email support

2018-04-06 Thread Tim Tianyang Chen
Users can define optional variables to get email notifications. Ktest can send emails when the script: * was started * failed with fatal errors and called dodie() * completed all testing Users have to setup the mailer provided in config prior to using this script. Supported mailers: mailx, mail

[PATCH v3 4/4] ktest: add email options to sample.config

2018-04-06 Thread Tim Tianyang Chen
A block of email options is added under the optional config section. Suggested-by: Dhaval Giani Signed-off-by: Tim Tianyang Chen --- tools/testing/ktest/sample.conf | 22 ++ 1 file changed, 22 insertions(+) diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/

[PATCH v3 3/4] ktest: use dodie for critical falures

2018-04-06 Thread Tim Tianyang Chen
Users should get emails when the script dies because of a critical failure. Critical failures are defined as any errors that could abnormally terminate the script. In order to add email support, this patch converts all die() to dodie() except: * when '-v' is used as an option to get the version

Re: [PATCH 4.9 000/102] 4.9.93-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:22 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.93 release. > There are 102 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses s

Re: [PATCH 4.14 00/67] 4.14.33-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:23 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.33 release. > There are 67 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses s

Re: [PATCH 0/8] livepatch: Atomic replace feature

2018-04-06 Thread Josh Poimboeuf
On Fri, Mar 23, 2018 at 01:00:20PM +0100, Petr Mladek wrote: > The atomic replace allows to create cumulative patches. They > are useful when you maintain many livepatches and want to remove > one that is lower on the stack. In addition it is very useful when > more patches touch the same function

Re: [PATCH 4.15 00/72] 4.15.16-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:23 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.15.16 release. > There are 72 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses s

[PATCH] mmc: sdhci-pci: Only do AMD tuning for HS200

2018-04-06 Thread Daniel Kurtz
Commit c31165d7400b ("mmc: sdhci-pci: Add support for HS200 tuning mode on AMD, eMMC-4.5.1") added a HS200 tuning method for use with AMD SDHCI controllers. As described in the commit subject, this tuning is specific for HS200. However, as implemented, this method is used for all host timings, be

Re: [PATCH 4.16 00/31] 4.16.1-stable review

2018-04-06 Thread Shuah Khan
On 04/06/2018 07:24 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.16.1 release. > There are 31 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses sh

Re: [PATCH 6/8] livepatch: Remove Nop structures when unused

2018-04-06 Thread Josh Poimboeuf
On Fri, Mar 23, 2018 at 01:00:26PM +0100, Petr Mladek wrote: > Replaced patches are removed from the stack when the transition is > finished. It means that Nop structures will never be needed again > and can be removed. Why should we care? Warning, grammar pedantry ahead. "Nop" isn't a proper nou

Re: [PATCH 4/8] livepatch: Add an extra flag to distinguish registered patches

2018-04-06 Thread Josh Poimboeuf
On Fri, Mar 23, 2018 at 01:00:24PM +0100, Petr Mladek wrote: > @@ -528,6 +537,7 @@ static ssize_t enabled_store(struct kobject *kobj, struct > kobj_attribute *attr, > goto err; > } > > + > if (patch->enabled == enabled) { > /* already in requested state */

Re: [PATCH 3/8] livepatch: Add atomic replace

2018-04-06 Thread Josh Poimboeuf
On Fri, Mar 23, 2018 at 01:00:23PM +0100, Petr Mladek wrote: > @@ -687,7 +858,14 @@ static void klp_free_patch(struct klp_patch *patch) > > static int klp_init_func(struct klp_object *obj, struct klp_func *func) > { > - if (!func->old_name || !func->new_func) > + if (!func->old_name) >

Re: call/normal switch was Re: omap4-droid4: voice call support was

2018-04-06 Thread Pavel Machek
On Fri 2018-04-06 14:23:46, Merlijn Wajer wrote: > Hi, > > On 06/04/18 14:04, Pavel Machek wrote: > > Hi! > > > >> OK that explains why the speaker keeps working then :) > > > > Ok, I pushed new version of unicsy_demo. > > > > It now sends & receives sms and you can call & receive call. Tone fr

Re: AMD graphics performance regression in 4.15 and later

2018-04-06 Thread Jean-Marc Valin
Hi Christian, Thanks for the info. FYI, I've also opened a Firefox bug for that at: https://bugzilla.mozilla.org/show_bug.cgi?id=1448778 Feel free to comment since you have a better understanding of what's going on. One last question: right now I'm running 4.15.0 with the "offending" patch revert

Re: [PATCH v4 1/3] locking: Document the semantics of spin_is_locked()

2018-04-06 Thread Andrea Parri
On Fri, Apr 06, 2018 at 02:08:16PM -0700, Randy Dunlap wrote: > On 04/06/2018 02:07 PM, Paul E. McKenney wrote: > > On Fri, Apr 06, 2018 at 02:01:41PM -0700, Randy Dunlap wrote: > >> On 04/06/2018 12:47 PM, Andrea Parri wrote: > >>> There appeared to be a certain, recurrent uncertainty concerning t

[tip:irq/core] genirq/affinity: Spread irq vectors among present CPUs as far as possible

2018-04-06 Thread tip-bot for Ming Lei
Commit-ID: d3056812e7dfe6bf4f8ad9e397a9116dd5d32d15 Gitweb: https://git.kernel.org/tip/d3056812e7dfe6bf4f8ad9e397a9116dd5d32d15 Author: Ming Lei AuthorDate: Thu, 8 Mar 2018 18:53:58 +0800 Committer: Thomas Gleixner CommitDate: Fri, 6 Apr 2018 12:19:51 +0200 genirq/affinity: Spread irq

[tip:irq/core] genirq/affinity: Allow irq spreading from a given starting point

2018-04-06 Thread tip-bot for Ming Lei
Commit-ID: 1a2d0914e23aab386f5d5acb689777e24151c2c8 Gitweb: https://git.kernel.org/tip/1a2d0914e23aab386f5d5acb689777e24151c2c8 Author: Ming Lei AuthorDate: Thu, 8 Mar 2018 18:53:57 +0800 Committer: Thomas Gleixner CommitDate: Fri, 6 Apr 2018 12:19:51 +0200 genirq/affinity: Allow irq s

[tip:irq/core] genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask

2018-04-06 Thread tip-bot for Ming Lei
Commit-ID: 47778f33dcba7feb92031643b37e477892f82b62 Gitweb: https://git.kernel.org/tip/47778f33dcba7feb92031643b37e477892f82b62 Author: Ming Lei AuthorDate: Thu, 8 Mar 2018 18:53:55 +0800 Committer: Thomas Gleixner CommitDate: Fri, 6 Apr 2018 12:19:50 +0200 genirq/affinity: Rename *nod

[tip:irq/core] genirq/affinity: Move actual irq vector spreading into a helper function

2018-04-06 Thread tip-bot for Ming Lei
Commit-ID: b3e6aaa8d94d618e685c4df08bef991a4fb43923 Gitweb: https://git.kernel.org/tip/b3e6aaa8d94d618e685c4df08bef991a4fb43923 Author: Ming Lei AuthorDate: Thu, 8 Mar 2018 18:53:56 +0800 Committer: Thomas Gleixner CommitDate: Fri, 6 Apr 2018 12:19:51 +0200 genirq/affinity: Move actual

Re: [PATCH V3 4/4] genirq/affinity: irq vector spread among online CPUs as far as possible

2018-04-06 Thread Thomas Gleixner
On Fri, 6 Apr 2018, Thomas Gleixner wrote: > On Fri, 6 Apr 2018, Ming Lei wrote: > > > > I will post V4 soon by using cpu_present_mask in the 1st stage irq spread. > > And it should work fine for Kashyap's case in normal cases. > > No need to resend. I've changed it already and will push it out

Re: [PATCH ipmi/kcs_bmc v1] ipmi: kcs_bmc: optimize the data buffers allocation

2018-04-06 Thread Corey Minyard
On 03/15/2018 07:20 AM, Haiyue Wang wrote: Allocate a continuous memory block for the three KCS data buffers with related index assignment. I'm finally getting to this. Is there a reason you want to do this?  In general, it's better to not try to outsmart your base system.  Depending on the

Re: [PATCH] blk-cgroup: remove entries in blkg_tree before queue release

2018-04-06 Thread kbuild test robot
Hi Alexandru, Thank you for the patch! Yet something to improve: [auto build test ERROR on block/for-next] [also build test ERROR on v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: rcu_process_callbacks irqsoff latency caused by taking spinlock with irqs disabled

2018-04-06 Thread Nicholas Piggin
On Thu, 5 Apr 2018 08:53:20 -0700 "Paul E. McKenney" wrote: > On Thu, Apr 05, 2018 at 10:45:12AM +1000, Nicholas Piggin wrote: > > On Wed, 4 Apr 2018 17:13:58 -0700 > > "Paul E. McKenney" wrote: > > > > > On Thu, Apr 05, 2018 at 09:34:14AM +1000, Nicholas Piggin wrote: > > > > Hi Paul, > >

[PATCH] mm/memblock: introduce PHYS_ADDR_MAX

2018-04-06 Thread Stefan Agner
So far code was using ULLONG_MAX and type casting to obtain a phys_addr_t with all bits set. The typecast is necessary to silence compiler warnings on 32-bit platforms. Use the simpler but still type safe approach "~(phys_addr_t)0" to create a preprocessor define for all bits set. Suggested-by: L

Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-04-06 Thread Randy Dunlap
On 03/14/2018 10:50 PM, Masahiro Yamada wrote: > 2018-03-13 11:30 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure >> that other required files are present, but none of these check that >> pkg-config itself is present. Add

Re: [PATCH v7 03/11] clk: actions: Add common clock driver support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:38:57) > Add support for Actions Semi common clock driver with generic structures > and interface functions. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 07/11] clk: actions: Add factor clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:01) > Add support for Actions Semi factor clock together with > helper functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 06/11] clk: actions: Add divider clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:00) > Add support for Actions Semi divider clock together with > helper functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 05/11] clk: actions: Add mux clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:38:59) > Add support for Actions Semi mux clock together with helper > functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 08/11] clk: actions: Add fixed factor clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:02) > Add support for Actions Semi fixed factor clock reusing the clk > ops from common clock driver. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 04/11] clk: actions: Add gate clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:38:58) > Add support for Actions Semi gate clock together with helper > functions to be used in composite clock. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 10/11] clk: actions: Add pll clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:04) > Add support for Actions Semi PLL clock. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 09/11] clk: actions: Add composite clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:03) > Add support for Actions Semi composite clock. This clock > consists of gate, mux, divider, factor and fixed factor clocks. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

Re: [PATCH v7 11/11] clk: actions: Add S900 SoC clock support

2018-04-06 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-03-26 10:39:05) > Add Actions Semi S900 SoC clock support. > > Signed-off-by: Manivannan Sadhasivam > --- Applied to clk-next

[GIT PULL] VFIO updates for v4.17

2018-04-06 Thread Alex Williamson
Hi Linus, The following changes since commit c698ca5278934c0ae32297a8725ced2e27585d7f: Linux 4.16-rc6 (2018-03-18 17:48:42 -0700) are available in the Git repository at: git://github.com/awilliam/linux-vfio.git tags/vfio-v4.17-rc1 for you to fetch changes up to da9147140fe3de5a3a3fe5fe7f69

Re: [Patch 0/4] RFC : Support for data gradation of a single file.

2018-04-06 Thread Andreas Dilger
On Apr 6, 2018, at 5:41 AM, Sayan Ghosh wrote: > > Hi all, > > The following series of patches aim to store a file with a graded > information. Consider a scenario of video indexing for learning > programme where some of the portions of the video is annotated and > important than other portions,

Re: atomic file replacing status?

2018-04-06 Thread Omar Sandoval
On Fri, Apr 06, 2018 at 02:22:06PM -0700, Randy Dunlap wrote: > On 02/11/2018 10:40 PM, Andrew Kelley wrote: > > Whatever happened to this patch? > > > > https://patchwork.kernel.org/patch/9636735/ > > > > It looks fine and addresses a legitimate issue. > > > > Please CC me on replies as I am no

Re: [PATCH v3 2/2] MIPS: io: add a barrier after register read in readX()

2018-04-06 Thread James Hogan
On Fri, Apr 06, 2018 at 02:15:57PM -0400, Sinan Kaya wrote: > On 4/5/2018 9:34 PM, Sinan Kaya wrote: > > Can we get these merged to 4.17? > > > > There was a consensus to fix the architectures having API violation issues. > > https://www.mail-archive.com/netdev@vger.kernel.org/msg225971.html > >

  1   2   3   4   5   6   7   8   9   10   >