Re: [PATCH 4.18 30/34] x86, hibernate: Fix nosave_regions setup for hibernation

2018-11-09 Thread Pavel Machek
On Thu 2018-11-08 13:52:59, Greg Kroah-Hartman wrote: > 4.18-stable review patch. If anyone has any objections, please let me know. > For the record, this and [PATCH 4.14 27/31] x86, hibernate: Fix nosave_regions setup makes sense to me. Best regards,

Re: [PATCH] slab.h: Avoid using & for logical and of booleans

2018-11-09 Thread Vlastimil Babka
On 11/7/18 11:41 AM, David Laight wrote: > From: Vlastimil Babka >> Sent: 06 November 2018 12:51 >> >> On 11/6/18 12:07 PM, David Laight wrote: >>> From: Vlastimil Babka [mailto:vba...@suse.cz] >>> 0020 : >>> 20: 40 f6 c7 11 test $0x11,%dil >>> 24: 75 03

Re: Question: perf dso support for /proc/kallsyms

2018-11-09 Thread Jiri Olsa
On Thu, Nov 08, 2018 at 04:51:52PM +0800, leo@linaro.org wrote: > Hi Jiri, > > On Wed, Nov 07, 2018 at 03:10:06PM +0100, Jiri Olsa wrote: > > On Fri, Nov 02, 2018 at 10:55:16AM +0800, leo@linaro.org wrote: > > > Hi all, > > > > > > Now I found that if use the command 'perf script' for Arm

Re: [PATCH v4 01/18] arm64: dts: qcom: qcs404: add base dts files

2018-11-09 Thread Vinod Koul
On 09-11-18, 10:30, Vinod Koul wrote: > > > + clocks { > > > + xo_board: xo_board { > > > > Build your dtbs with "W=12" and fix any warnings. You should get a > > warning about '_'. > > I did built it with W=1 though, so _ is not allowed? I have fixed most of these with the

[tip:locking/core] locking/atomics: Fix out-of-tree build

2018-11-09 Thread tip-bot for Borislav Petkov
Commit-ID: bdf37b4dd35d2517cadc10735cd33022da7df133 Gitweb: https://git.kernel.org/tip/bdf37b4dd35d2517cadc10735cd33022da7df133 Author: Borislav Petkov AuthorDate: Thu, 8 Nov 2018 20:41:28 +0100 Committer: Ingo Molnar CommitDate: Fri, 9 Nov 2018 09:06:01 +0100 locking/atomics: Fix out-

Re: [PATCH 08/10] irqchip/gic-v3-its: Decouple its initialization from gic

2018-11-09 Thread Richter, Robert
On 08.11.18 11:26:02, Julien Thierry wrote: > On 07/11/18 22:03, Robert Richter wrote: > >-static int __init its_init(void) > >+int __init its_init(void) > > { > > struct its_node *its; > > bool has_v4 = false; > > int err; > > > >+ if (list_empty(&its_probed)) > >+

Re: [PATCH v3 1/4] staging: iio: ad7816: Switch to the gpio descriptor interface

2018-11-09 Thread Ardelean, Alexandru
On Fri, 2018-11-09 at 08:05 +, Ardelean, Alexandru wrote: > On Fri, 2018-11-09 at 13:05 +0530, Nishad Kamdar wrote: > > Use the gpiod interface for rdwr_pin, convert_pin and busy_pin > > instead of the deprecated old non-descriptor interface. > > > > Patch looks good. > I do have some thought

Re: [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

2018-11-09 Thread Boris Brezillon
Hi Naga, Just a preliminary review. I still think we have problems with how you execute NAND operations. You seem to assume that read/write operation are always page write/read operation with a size aligned on a page size. This is wrong, either the controller is able to execute the exact operation

Re: [PATCH v4 0/2] clk: meson-g12a: Add EE clock controller driver

2018-11-09 Thread Jian Hu
Hi Jerome On 2018/11/8 21:34, jbru...@baylibre.com wrote: On Thu, 2018-11-08 at 21:15 +0800, Jian Hu wrote: Changes since v3 at[4] -add fixed clocks clk_regmap definition Jian, When replying to the v1 of your clk_ao patchset : https://patchwork.kernel.org/patch/10562563/#22177627 I have exp

Re: [PATCH v3 1/4] staging: iio: ad7816: Switch to the gpio descriptor interface

2018-11-09 Thread Ardelean, Alexandru
On Fri, 2018-11-09 at 13:05 +0530, Nishad Kamdar wrote: > Use the gpiod interface for rdwr_pin, convert_pin and busy_pin > instead of the deprecated old non-descriptor interface. > Patch looks good. I do have some thoughts about it. See inline. > Signed-off-by: Nishad Kamdar > --- > drivers/s

Re: [RFC PATCH 00/12] locking/lockdep: Add a new class of terminal locks

2018-11-09 Thread Ingo Molnar
* Waiman Long wrote: > The purpose of this patchset is to add a new class of locks called > terminal locks and converts some of the low level raw or regular > spinlocks to terminal locks. A terminal lock does not have forward > dependency and it won't allow a lock or unlock operation on another

<    2   3   4   5   6   7