[PATCH] perf beauty mmap_flags: Fixed syntax error Fixed missing ']' error Cc: Jiri Olsa Cc: Namhyung Kim Signed-off-by: Sihyeon Jang

2018-12-02 Thread Sihyeon Jang
--- tools/perf/trace/beauty/mmap_flags.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/trace/beauty/mmap_flags.sh b/tools/perf/trace/beauty/mmap_flags.sh index cd41023107d7..32bac9c0d694 100755 --- a/tools/perf/trace/beauty/mmap_flags.sh +++

Re: [PATCH v3] mtd: remove DEBUGFS_RO_ATTR()

2018-12-02 Thread Boris Brezillon
Looks like getting rid of DEBUGFS_RO_ATTR() is just one of the change you do. I think you should change the subject line: "mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it" This way it covers all of your changes. On Sun, 2 Dec 2018 02:32:02 -0500 Yangtao Li wrote: > We already have

[PATCH] mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it

2018-12-02 Thread Yangtao Li
DEFINE_SHOW_ATTRIBUTE macro can help us simplify the code,so change to it.And change the DEBUGFS_RO_ATTR macro defined in some file to a standard macro. Signed-off-by: Yangtao Li --- drivers/mtd/devices/docg3.c| 16 drivers/mtd/devices/docg3.h| 11 ---

[PATCH] psi: fix reference to kernel commandline enable

2018-12-02 Thread Baruch Siach
The kernel commandline parameter named in CONFIG_PSI_DEFAULT_DISABLED help text contradicts the documentation in kernel-parameters.txt, and the code. Fix that. Fixes: e0c274472d ("psi: make disabling/enabling easier for vendor kernels") Signed-off-by: Baruch Siach --- init/Kconfig | 4 ++-- 1

Re: [PATCH v5 20/21] m68k/mac: Switch to use %ptR

2018-12-02 Thread Geert Uytterhoeven
On Thu, Nov 29, 2018 at 12:04 PM Andy Shevchenko wrote: > Use %ptR instead of open coded variant to print content of > struct rtc_time in human readable format. > > Cc: Geert Uytterhoeven > Cc: linux-m68k > Signed-off-by: Andy Shevchenko Reviewed-by: Geert Uytterhoeven Acked-by: Geert

[PATCH] pinctrl: sx150x: handle failure case of devm_kstrdup

2018-12-02 Thread Nicholas Mc Guire
devm_kstrdup() may return NULL if internal allocation failed. Thus using label, name is unsafe without checking. Therefor in the unlikely case of allocation failure, sx150x_probe() simply returns -ENOMEM. Signed-off-by: Nicholas Mc Guire Fixes: 9e80f9064e73 ("pinctrl: Add SX150X GPIO Extender

[PATCH] dt-bindings: arm: mrvl: amend Browstone compatible string

2018-12-02 Thread Lubomir Rintel
The Brownstone board is compatible with "mrvl,mmp2". The actual DTS already contains the string -- add it to the binding doc as well. Signed-off-by: Lubomir Rintel --- Documentation/devicetree/bindings/arm/mrvl/mrvl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v4 0/20] MMP platform fixes

2018-12-02 Thread Lubomir Rintel
On Fri, 2018-11-30 at 15:44 -0800, Olof Johansson wrote: > Hi, > > On Wed, Nov 28, 2018 at 10:39:06PM +0100, Arnd Bergmann wrote: > > On Wed, Nov 28, 2018 at 6:53 PM Lubomir Rintel wrote: > > > Hi, > > > > > > this series contains contains a bunch of MMP2 platform fixes. > > > > > > Previous

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Richard Weinberger
Sasha, Am Sonntag, 2. Dezember 2018, 15:35:43 CET schrieb Sasha Levin: > On Sun, Dec 02, 2018 at 11:50:33AM +, Sudip Mukherjee wrote: > >> > Now queued up for 4.14.y, thanks. > >> > >> can you *please* slow a little down? > > > >True. It will really help if you can have some sort of fixed

Re: [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init

2018-12-02 Thread Sasha Levin
On Fri, Nov 30, 2018 at 04:18:43PM +0100, Greg Kroah-Hartman wrote: On Fri, Nov 30, 2018 at 04:15:54PM +0100, Greg Kroah-Hartman wrote: On Thu, Nov 29, 2018 at 02:28:18PM +, Russell King - ARM Linux wrote: > Hi, > > As I've already fed back to Sascha about this, this patch on its own > does

Re: [PATCH] [repost] Drivers: hv: vmbus: Offload the handling of channels to two workqueues

2018-12-02 Thread gre...@linuxfoundation.org
On Sun, Dec 02, 2018 at 08:47:03AM +, Dexuan Cui wrote: > Hi Greg, > Please use the attached patch: I rebased the patch to today's char-misc's > char-misc-linus branch. It can also cleanly apply to Linus's master branch > today. I can't use an attached patch, you know better. Please fix up

Re: [PATCH] ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt

2018-12-02 Thread Arnd Bergmann
On Sun, Dec 2, 2018 at 12:12 PM Lubomir Rintel wrote: > > cpu_is_mmp2() was equivalent to cpu_is_pj4(), wouldn't be correct for > multiplatform kernels. Fix it by also considering mmp_chip_id, as is > done for cpu_is_pxa168() and cpu_is_pxa910() above. > > Moreover, it is only available with

Re: [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init

2018-12-02 Thread Greg Kroah-Hartman
On Sun, Dec 02, 2018 at 10:17:32AM -0500, Sasha Levin wrote: > On Fri, Nov 30, 2018 at 04:18:43PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Nov 30, 2018 at 04:15:54PM +0100, Greg Kroah-Hartman wrote: > > > On Thu, Nov 29, 2018 at 02:28:18PM +, Russell King - ARM Linux wrote: > > > > Hi, > >

Re: [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()

2018-12-02 Thread Bartosz Golaszewski
niedz., 2 gru 2018 o 13:29 Marc Zyngier napisał(a): > > On Fri, 30 Nov 2018 23:26:25 +0100 > Linus Walleij wrote: > > > On Thu, Nov 29, 2018 at 7:14 PM Bartosz Golaszewski wrote: > > > > > Thomas, Linus: after commit fa38869b0161 ("gpiolib: Don't support irq > > > sharing for userspace") some

Re: [PATCH 09/13 v2] gpio: Add devm_gpiod_unhinge()

2018-12-02 Thread Bartosz Golaszewski
sob., 1 gru 2018 o 16:53 Linus Walleij napisał(a): > > This adds a function named devm_gpiod_unhinge() that removes > the resource management from a GPIO descriptor. > > I am not sure if this is the best anglosaxon name for the > function, no other managed resources have an equivalent >

[PULL REQUEST] dmaengine fixes for v4.20-rc5

2018-12-02 Thread Vinod Koul
Hi Linus, Here is the pull request for v4.20-rc5. It contains two fixes (cced stable) to fix serial dma memory leak on at_hdmac dma The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at:

Re: [PATCH] drop silly "static inline asmlinkage" from dump_stack()

2018-12-02 Thread Joey Pabalinas
On Sun, Dec 02, 2018 at 12:02:54PM +0300, Alexey Dobriyan wrote: > Empty function will be inlined so asmlinkage doesn't do anything. Yes, that is an example of a perfect explanation to have in the commit message :) Ack from me after that addition. Acked-by: Joey Pabalinas -- Cheers, Joey

[PATCH v6 1/2] misc: cardreader: add new Alcor Micro Cardreader PCI driver

2018-12-02 Thread Oleksij Rempel
This driver provides support for Alcor Micro AU6601 and AU6621 card readers. This is single LUN HW and it is expected to work with following standards: - Support SDR104 / SDR50 - MultiMedia Card (MMC) - Memory Stick (MS) - Memory Stick PRO (MS_Pro) Since it is a PCIe controller, it should work

[PATCH v6 2/2] mmc: add new Alcor Micro Cardreader SD/MMC driver

2018-12-02 Thread Oleksij Rempel
This driver provides support for Alcor Micro AU6601 and AU6621 SD/MMC controller. Signed-off-by: Oleksij Rempel --- drivers/mmc/host/Kconfig |7 + drivers/mmc/host/Makefile |1 + drivers/mmc/host/alcor.c | 1165 + 3 files changed, 1173 insertions(+)

Re: [PATCH v2 06/15] m68k: define syscall_get_arch()

2018-12-02 Thread Geert Uytterhoeven
Hi Dmitry, On Tue, Nov 20, 2018 at 1:15 AM Dmitry V. Levin wrote: > syscall_get_arch() is required to be implemented on all architectures > in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO > request. > > Signed-off-by: Dmitry V. Levin Reviewed-by: Geert Uytterhoeven

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Sudip Mukherjee
Hi Greg, On Sun, Dec 2, 2018 at 8:51 AM Richard Weinberger wrote: > > Greg, > > Am Donnerstag, 29. November 2018, 09:09:23 CET schrieb Greg KH: > > On Mon, Nov 26, 2018 at 11:38:42AM +0100, Martin Kepplinger wrote: > > > From: Richard Weinberger > > > > > > [ Upstream commit

Re: [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()

2018-12-02 Thread Marc Zyngier
On Fri, 30 Nov 2018 23:26:25 +0100 Linus Walleij wrote: > On Thu, Nov 29, 2018 at 7:14 PM Bartosz Golaszewski wrote: > > > Thomas, Linus: after commit fa38869b0161 ("gpiolib: Don't support irq > > sharing for userspace") some libgpiod tests are failing because we can > > no longer depend on

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 04:02:47PM +0100, Richard Weinberger wrote: Sasha, Am Sonntag, 2. Dezember 2018, 15:35:43 CET schrieb Sasha Levin: On Sun, Dec 02, 2018 at 11:50:33AM +, Sudip Mukherjee wrote: >> > Now queued up for 4.14.y, thanks. >> >> can you *please* slow a little down? > >True.

Re: [PATCH v5 02/15] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()

2018-12-02 Thread Andy Shevchenko
On Sun, Dec 02, 2018 at 03:56:06PM +, Jonathan Cameron wrote: > On Wed, 28 Nov 2018 13:45:22 +0200 > Andy Shevchenko wrote: > > In the future i2c_acpi_new_device() will return error pointer in some cases. > > Prepare intel_cht_int33fe driver to support that. > > > > Signed-off-by: Andy

Re: [PATCHv3] ARM: dspi: Provide support for DSPI slave mode operation (Vybryd vf610)

2018-12-02 Thread Lukasz Majewski
Dear All, > The NXP's Vybryd vf610 can work as a SPI slave device (the CS and > clock signals are provided by master). > > It is possible to specify a single device to work in that mode. As we > do use DMA for transferring data, the RX channel must be prepared for > incoming data. > Moreover, in

RE: [PATCH] [repost] Drivers: hv: vmbus: Offload the handling of channels to two workqueues

2018-12-02 Thread Dexuan Cui
> From: gre...@linuxfoundation.org > Sent: Saturday, December 1, 2018 11:34 PM > To: Dexuan Cui > Cc: KY Srinivasan ; Haiyang Zhang > ; Stephen Hemminger > ; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org; a...@canonical.com; vkuznets > ; o...@aepfle.de; jasow...@redhat.com;

Re: linux-next: manual merge of the selinux tree with the vfs tree

2018-12-02 Thread Ondrej Mosnacek
On Sat, Dec 1, 2018 at 10:32 PM Ondrej Mosnacek wrote: > On Thu, Nov 29, 2018 at 11:07 AM Ondrej Mosnacek wrote: > > On Wed, Nov 28, 2018 at 10:52 PM Paul Moore wrote: > > > On Tue, Nov 27, 2018 at 6:50 AM Stephen Rothwell > > > wrote: > > > > Hi Ondrej, > > > > > > > > On Tue, 27 Nov 2018

Re: [PATCH 1/3] iio: add IIO_MASSCONCENTRATION channel type

2018-12-02 Thread Matt Ranostay
On Sat, Dec 1, 2018 at 5:48 PM Jonathan Cameron wrote: > > On Sun, 25 Nov 2018 16:44:23 +0100 > Tomasz Duszynski wrote: > > > On Sun, Nov 25, 2018 at 06:14:44AM -0800, Matt Ranostay wrote: > > > On Sun, Nov 25, 2018 at 6:03 AM Jonathan Cameron > > > wrote: > > > > > > > > On Sun, 25 Nov 2018

Re: [PATCH] mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it

2018-12-02 Thread Boris Brezillon
Should be [PATCH v4] On Sun, 2 Dec 2018 03:33:58 -0500 Yangtao Li wrote: > DEFINE_SHOW_ATTRIBUTE macro can help us simplify the code,so change > to it.And change the DEBUGFS_RO_ATTR macro defined in some file to a > standard macro. You still don't put spaces after commas or periods > >

Re: [PATCH 1/1] stackleak: Register the 'stackleak_cleanup' pass before the 'mach' pass

2018-12-02 Thread kbuild test robot
Hi Alexander, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.20-rc4 next-20181130] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it

2018-12-02 Thread Frank Lee
On Sun, Dec 2, 2018 at 4:40 PM Boris Brezillon wrote: > > Should be [PATCH v4] > > On Sun, 2 Dec 2018 03:33:58 -0500 > Yangtao Li wrote: > > > DEFINE_SHOW_ATTRIBUTE macro can help us simplify the code,so change > > to it.And change the DEBUGFS_RO_ATTR macro defined in some file to a > >

Re: [PATCH v6 1/2] misc: cardreader: add new Alcor Micro Cardreader PCI driver

2018-12-02 Thread Oleksij Rempel
knowledge of HW internals. > > Signed-off-by: Oleksij Rempel Forgot to add a changelog for this patchset: 20181202 v6: - split one patch to two patches: cardreader and mmc - use SIMPLE_DEV_PM_OPS in mmc driver - use ida_simple_get/remove - move DRV_NAME_ALCOR_PCI to cardreader driver. Other defi

[PATCH] ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt

2018-12-02 Thread Lubomir Rintel
cpu_is_mmp2() was equivalent to cpu_is_pj4(), wouldn't be correct for multiplatform kernels. Fix it by also considering mmp_chip_id, as is done for cpu_is_pxa168() and cpu_is_pxa910() above. Moreover, it is only available with CONFIG_CPU_MMP2 and thus doesn't work on DT-based MMP2 machines.

Re: [PATCH v5 15/15] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper

2018-12-02 Thread Jonathan Cameron
+CC linux-iio mostly so I can track it and because others may care. On Wed, 28 Nov 2018 13:45:35 +0200 Andy Shevchenko wrote: > ACPI provides a generic helper to get I2C Serial Bus resources. > Use it instead of open coded variant. > > Signed-off-by: Andy Shevchenko > Reviewed-by: Hans de

Re: [PATCH v2 5/5] x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()

2018-12-02 Thread Dan Williams
On Sat, Dec 1, 2018 at 10:43 PM Sasha Levin wrote: > > On Fri, Nov 30, 2018 at 04:35:32PM -0800, Dan Williams wrote: > >Commit f77084d96355 "x86/mm/pat: Disable preemption around > >__flush_tlb_all()" addressed a case where __flush_tlb_all() is called > >without preemption being disabled. It also

Re: [PATCH v3] mtd: remove DEBUGFS_RO_ATTR()

2018-12-02 Thread Frank Lee
On Sun, Dec 2, 2018 at 4:15 PM Boris Brezillon wrote: > > Looks like getting rid of DEBUGFS_RO_ATTR() is just one of the change > you do. I think you should change the subject line: > > "mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it" > > This way it covers all of your changes. > > On

[PATCH] MAINTAINERS: update entry for MMP platform

2018-12-02 Thread Lubomir Rintel
Move Eric Miao and Haojian Zhuang over to CREDITS, since they're AWOL for some time already. The git trees have gone away too. I'm adding myself as a reviewer. I'd like to be Cc'd on patches and will be able to test them, but I don't possess a data sheet thus there might be things I'll be unable

[PATCH] ARM: mmp2: DT: be compatible with mrvl,mmp2

2018-12-02 Thread Lubomir Rintel
There are more boards that can work with mmp2-dt than just Brownstone. The OLPC XO-1.75 device tree root is compatible with "mrvl,mmp2" only. The "mrvl,mmp2-brownstone" string is safe to remove: the Brownstone device tree contains the "mrvl,mmp2" compatible string too. Signed-off-by: Lubomir

Re: Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)

2018-12-02 Thread Hans de Goede
Hi, On 01-11-18 07:55, Mogens Jensen wrote: ‐‐‐ Original Message ‐‐‐ On Wednesday, October 31, 2018 9:29 AM, Hans de Goede wrote: Hi, On 31-10-18 07:02, Mogens Jensen wrote: ‐‐‐ Original Message ‐‐‐ On Tuesday, October 30, 2018 7:10 PM, Hans de Goede hdego...@redhat.com

[PATCH 2/2] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451

2018-12-02 Thread Z.q. Hou
From: Hou Zhiqiang When LX2 PCIe controller is sending multiple split completions and ACK latency expires indicating that ACK should be send at priority. But because of large number of split completions and FC update DLLP, the controller does not give priority to ACK transmission. This results

[PATCH 0/2] PCI: ls_pcie_g4: add 2 workarounds

2018-12-02 Thread Z.q. Hou
From: Hou Zhiqiang This patchset adds 2 workarounds for NXP Layerscape Gen4 PCIe controller driver. Hou Zhiqiang (2): PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577 PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451 depends on patchset:

Re: [PATCH v5 02/15] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()

2018-12-02 Thread Jonathan Cameron
On Wed, 28 Nov 2018 13:45:22 +0200 Andy Shevchenko wrote: > In the future i2c_acpi_new_device() will return error pointer in some cases. > Prepare intel_cht_int33fe driver to support that. > > Signed-off-by: Andy Shevchenko > Reviewed-by: Hans de Goede Really trivial comment inline. I

Re: [PATCH v5 06/15] platform/x86: intel_cht_int33fe: Get rid of obsolete conditional

2018-12-02 Thread Jonathan Cameron
On Wed, 28 Nov 2018 13:45:26 +0200 Andy Shevchenko wrote: > Now, when i2c_acpi_new_device() never returns NULL, there is no point to check > for it. Besides that, i2c_acpi_new_device() returns -EPROBE_DEFER directly and > caller doesn't need to guess is better. > > Signed-off-by: Andy

Re: [PATCH v2] signal: add procfd_signal() syscall

2018-12-02 Thread Christian Brauner
On Sat, Dec 01, 2018 at 12:52:24PM +1300, Christian Brauner wrote: > On November 30, 2018 1:28:15 AM GMT+13:00, Florian Weimer > wrote: > >Disclaimer: I'm looking at this patch because Christian requested it. > >I'm not a kernel developer. > > Given all your expertise this really doesn't

linux-next: Signed-off-by missing for commit in the drm-msm tree

2018-12-02 Thread Stephen Rothwell
Hi Rob, Commit a288ee6eb8d0 ("drm/msm: validate display and event threads") is missing a Signed-off-by from its committer. -- Cheers, Stephen Rothwell pgpBbmV9joR9Y.pgp Description: OpenPGP digital signature

[PATCH 1/2] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577

2018-12-02 Thread Z.q. Hou
From: Hou Zhiqiang PCIe configuration access to non-existent function triggered SERROR interrupt exception. Workaround: Disable error reporting on AXI bus during the Vendor ID read transactions in enumeration. This ERRATA is only for LX2160A Rev1.0, and it will be fixed in Rev2.0.

ERROR: "__udivdi3" [drivers/md/dm-thin-pool.ko] undefined!

2018-12-02 Thread kbuild test robot
Hi Joe, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 4b78317679c4f3782a3cff0ddb269c1fcfde7621 commit: 3ab91828166895600efd9cdc3a0eb32001f7204a dm thin metadata: try to avoid ever aborting transactions date: 3

Re: XFS patches for stable

2018-12-02 Thread Christoph Hellwig
As someone who has done xfs stable backports for a while I really don't think the autoselection is helpful at all. Someone who is vaguely familiar with the code needs to manually select the commits and QA them, which takes a fair amount of time, but just needs some manual help if it should work

Re: [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 05:15:35PM +0100, Greg Kroah-Hartman wrote: On Sun, Dec 02, 2018 at 10:17:32AM -0500, Sasha Levin wrote: On Fri, Nov 30, 2018 at 04:18:43PM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 30, 2018 at 04:15:54PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Nov 29, 2018 at

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 11:50:33AM +, Sudip Mukherjee wrote: Hi Greg, On Sun, Dec 2, 2018 at 8:51 AM Richard Weinberger wrote: Greg, Am Donnerstag, 29. November 2018, 09:09:23 CET schrieb Greg KH: > On Mon, Nov 26, 2018 at 11:38:42AM +0100, Martin Kepplinger wrote: > > From: Richard

Re: ERROR: "__udivdi3" [drivers/md/dm-thin-pool.ko] undefined!

2018-12-02 Thread Geert Uytterhoeven
On Sun, Dec 2, 2018 at 3:06 PM kbuild test robot wrote: > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 4b78317679c4f3782a3cff0ddb269c1fcfde7621 > commit: 3ab91828166895600efd9cdc3a0eb32001f7204a dm thin

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Sudip Mukherjee
On Sun, Dec 2, 2018 at 2:35 PM Sasha Levin wrote: > > On Sun, Dec 02, 2018 at 11:50:33AM +, Sudip Mukherjee wrote: > >Hi Greg, > > > >On Sun, Dec 2, 2018 at 8:51 AM Richard Weinberger wrote: > >> > >> Greg, > >> > >> Am Donnerstag, 29. November 2018, 09:09:23 CET schrieb Greg KH: > >> > On

Re: [PATCH 3/3] iio: chemical: sps30: add device tree support

2018-12-02 Thread Tomasz Duszynski
On Sun, Nov 25, 2018 at 08:59:39AM +, Jonathan Cameron wrote: > On Sat, 24 Nov 2018 23:14:15 +0100 > Tomasz Duszynski wrote: > > > Add device tree support for Sensirion SPS30 particulate > > matter sensor. > > > > Signed-off-by: Tomasz Duszynski > one comment inine, around the fact we are

Re: [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init

2018-12-02 Thread Sasha Levin
On Sun, Dec 02, 2018 at 09:11:50PM +0100, Greg Kroah-Hartman wrote: On Sun, Dec 02, 2018 at 11:25:32AM -0500, Sasha Levin wrote: On Sun, Dec 02, 2018 at 05:15:35PM +0100, Greg Kroah-Hartman wrote: > On Sun, Dec 02, 2018 at 10:17:32AM -0500, Sasha Levin wrote: > > On Fri, Nov 30, 2018 at

Cocci spatch "ifnullfree" - v4.20-rc4

2018-12-02 Thread Thomas Meyer
NULL check before some freeing functions is not needed. Found by coccinelle spatch "free/ifnullfree.cocci" Run against version v4.20-rc4 P.S. If you find this email unwanted, set up a procmail rule junking on the header: X-Patch: Cocci

[PATCH] scsi: qla2xxx: NULL check before some freeing functions is not needed.

2018-12-02 Thread Thomas Meyer
NULL check before some freeing functions is not needed. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c @@ -4191,12 +4191,10 @@ fail_free_nvram:

Re: [PATCH 0/6] 32-bit Meson: add the ARM TWD and Global Timers

2018-12-02 Thread Martin Blumenstingl
Hi Kevin, On Fri, Nov 23, 2018 at 8:53 PM Martin Blumenstingl wrote: > > The 32-bit Meson SoCs use Cortex-A9 or Cortex-A5 cores. These come > with the ARM TWD ("Timer Watchdog") which contains a timer and a > watchdog as well as the ARM Global Timer. > > This enables the corresponding configs

Re: [patch set 4.19.6] BFS updates

2018-12-02 Thread Tigran Aivazian
just wanted to add: although the subject says "4.19.6" the patches apply perfectly to the top of "torvalds/linux" tree from github. On Sun, 2 Dec 2018 at 21:01, Tigran Aivazian wrote: > > Hi Linus, > > I attached two incremental patches for BFS: > > 1. Make inode bitmap allocation static (applies

[PATCH 0/3] - clk: meson8b: add the (read-only) video clock trees

2018-12-02 Thread Martin Blumenstingl
This is the Meson8b variant of Neil's series from [0] called "- clk: meson: Add video clocks path". GXBB and newer use a -- vid_pll divider IP block which doesn't exist on the 32-bit SoCs. Instead the 32-bit SoCs use three simple dividers, a few muxes and some fixed dividers. I used Neil's GXBB

[PATCH 1/3] clk: meson: meson8b: fix the offset of vid_pll_dco's N value

2018-12-02 Thread Martin Blumenstingl
Unlike the other PLLs on Meson8b the N value "vid_pll_dco" (a better name would be hdmi_pll_dco or - as the datasheet calls it - HPLL) is located at HHI_VID_PLL_CNTL[14:10] instead of [13:9]. This results in an incorrect calculation of the rate of this PLL because the value seen by the kernel is

[PATCH 3/3] clk: meson: meson8b: add the read-only video clock trees

2018-12-02 Thread Martin Blumenstingl
Add all clocks to give us the final video clocks within the Meson8, Meson8b and Meson8m2 SoCs. The final video clocks are: - cts_enct - cts_encl - cts_encp - cts_enci - cts_vdac0 - hdmi_tx_pixel - hdmi_sys Add multiple clocks in between which are needed to implement these clocks: - Opposed to

[PATCH 2/3] clk: meson: meson8b: add the fractional divider for vid_pll_dco

2018-12-02 Thread Martin Blumenstingl
This "vid_pll_dco" (which should be named HDMI_PLL or - as the datasheet calls it - HPLL) has a 12-bit wide fractional parameter at HHI_VID_PLL_CNTL2[11:0]. Add this so we correctly calculate the rate of this PLL when u-boot is configured for a video mode which uses this fractional parameter.

Re: [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()

2018-12-02 Thread Uwe Kleine-König
Hello, On Thu, Nov 29, 2018 at 07:14:45PM +0100, Bartosz Golaszewski wrote: > We're getting too much into details of how to handle simulated > interrupts and we can continue discussing it, but meanwhile I'd like > to address a different thing: > > Thomas, Linus: after commit fa38869b0161

[PATCH v5 2/2] rtc: support for the Amlogic Meson RTC

2018-12-02 Thread Martin Blumenstingl
Add support for the RTC block on the 32-bit Amlogic Meson6, Meson8, Meson8b and Meson8m2 SoCs. The RTC is split in to two parts, which are both managed by this driver: - the AHB front end - and a simple serial connection to the actual registers The RTC_COUNTER register which holds the time is

[PATCH v5 0/2] Amlogic Meson6/8/8b/8m2 SoC RTC driver

2018-12-02 Thread Martin Blumenstingl
This series adds support for the RTC on the 32-bit Amlogic Meson SoCs. The series does not have any build dependencies, but does require device-tree entries for the relevant boards. The series is tested by myself on the Meson8b EC-100 board. Earlier versions of this series were tested on an

[PATCH v5 1/2] dt-bindings: rtc: add device-tree bindings for the Amlogic Meson RTC

2018-12-02 Thread Martin Blumenstingl
The 32-bit Amlogic Meson SoCs (Meson6, Meson8, Meson8b and Meson8m2) have a built-in RTC block. It has the following inputs: - an 32.768kHz crystal oscillator - an interrupt line - a reset line - 0.9V voltage input Signed-off-by: Ben Dooks [resurrected patches from Ben after 2 years]

linux-next: manual merge of the reset tree with the arm-soc tree

2018-12-02 Thread Stephen Rothwell
Hi Philipp, Today's linux-next merge of the reset tree got a conflict in: arch/arm/mach-socfpga/socfpga.c between commit: 8f6f8c77fc4d ("reset: socfpga: add an early reset driver for SoCFPGA") from the arm-soc tree and commit: 48e2bab90d8e ("ARM: socfpga: Clean unused functions") from

Re: [PATCH] ubi: fastmap: Check each mapping only once

2018-12-02 Thread Richard Weinberger
Greg, Am Donnerstag, 29. November 2018, 09:09:23 CET schrieb Greg KH: > On Mon, Nov 26, 2018 at 11:38:42AM +0100, Martin Kepplinger wrote: > > From: Richard Weinberger > > > > [ Upstream commit 34653fd8c46e771585fce5975e4243f8fd401914 ] > > > > This commit got merged along with commit

Re: [PATCH v2] signal: add procfd_signal() syscall

2018-12-02 Thread Christian Brauner
On Sat, Dec 01, 2018 at 09:28:47AM -0600, Eric W. Biederman wrote: > > It just occurs to me that the simple way to implement > procfd_sigqueueinfo info is like: > > int copy_siginfo_from_user_any(kernel_siginfo_t *info, siginfo_t *uinfo) > { > #ifdef CONFIG_COMPAT > if (in_compat_syscall)

Re: [PATCH] drop silly "static inline asmlinkage" from dump_stack()

2018-12-02 Thread Alexey Dobriyan
On Sat, Dec 01, 2018 at 09:33:38PM -1000, Joey Pabalinas wrote: > On Sat, Nov 24, 2018 at 12:35:30PM +0300, Alexey Dobriyan wrote: > > -static inline asmlinkage void dump_stack(void) > > +static inline void dump_stack(void) > > Why is it "silly"? An explanation in the commit message would be

Get passports, resident cards WhatsApp +19173008136 (puredocumentat...@gmail.com)

2018-12-02 Thread mixkoz1
Get passports, resident cards WhatsApp +19173008136 (puredocumentat...@gmail.com) -- Sent from: http://linux-kernel.2935.n7.nabble.com/

Get passports, resident cards WhatsApp +19173008136 (puredocumentat...@gmail.com)

2018-12-02 Thread mixkoz1
Another motivation to utilize Whatsapp..+1(917)-300-8136 a Netherlands Passports for Sale cover is close to home security. Enterprise travelers more often than not go to some remote spots where pickpockets and cheats are numerous. Covering your passport with a masterful and colorful plan will

Re: [PATCH] printk: Add caller information to printk() output.

2018-12-02 Thread Tetsuo Handa
On 2018/12/01 23:44, Tetsuo Handa wrote: > On 2018/12/01 0:40, Petr Mladek wrote: >>> Some examples for console output: >>> >>> [0.293000] [T1] smpboot: CPU0: Intel(R) Core(TM) i5-4440S CPU @ >>> 2.80GHz (family: 0x6, model: 0x3c, stepping: 0x3) >>> [0.299733] [T1] Performance Events:

Waiting for your response

2018-12-02 Thread Morris Sydor
-- Dear Fund owner, Do you have any pending fund transfer? Or difficulties in receiving money to your account from abroad? World bank has setup a committee to help you. Reply for details Morris Sydor Auditor General

Re: [PATCH] docs: Extend trusted keys documentation for TPM 2.0

2018-12-02 Thread Mimi Zohar
On Fri, 2018-11-30 at 15:46 -0800, Jarkko Sakkinen wrote: > On Fri, Nov 30, 2018 at 03:45:07PM -0800, Jarkko Sakkinen wrote: > > On Tue, Nov 06, 2018 at 01:17:34PM -0500, Mimi Zohar wrote: > > > On Tue, 2018-11-06 at 09:46 -0700, Jerry Snitselaar wrote: > > > > On Fri Oct 19 18, Stefan Berger

Re: XFS patches for stable

2018-12-02 Thread Sasha Levin
On Sat, Dec 01, 2018 at 11:09:05AM +0200, Amir Goldstein wrote: >> It's getting to the point that with the amount of known issues with XFS >> on LTS kernels it makes sense to mark it as CONFIG_BROKEN. > >Really? Where are the bug reports? In 'git log'! You report these every time you fix

Re: Regression: very quiet speakers on Thinkpad T570s

2018-12-02 Thread Jeremy Cline
On 12/1/18 9:44 AM, Takashi Iwai wrote: > On Fri, 30 Nov 2018 17:51:33 +0100, > Jeremy Cline wrote: >> >> On 11/30/18 11:00 AM, Takashi Iwai wrote: >>> On Fri, 30 Nov 2018 15:49:17 +0100, >>> Jeremy Cline wrote: Hi, Some folks have reported on the Fedora bug tracker[0] that the

[PATCH] staging: iio: ad5933: add binding doc for ad5933

2018-12-02 Thread Marcelo Schmitt
Add a devicetree documentation for the ad5933 and ad5934 impedance converter, network analyzer. Co-Developed-by: Gabriel Capella Signed-off-by: Marcelo Schmitt Signed-off-by: Gabriel Capella --- .../iio/impedance-analyzer/ad5933.txt | 23 +++ 1 file changed, 23

Re: [PATCH 4.19.6] BFS: static inode bitmap and extra sanity checking

2018-12-02 Thread Greg KH
On Sun, Dec 02, 2018 at 06:57:10PM +, Tigran Aivazian wrote: > Hello, > > Please find a patch attached which contains the following changes: > > 1. Simplifies inode bitmap allocation by making it static. > 2. Supersedes the changes to BFS that went into 4.19.6 with stronger checking. > 3.

[PATCH 4/5] ARM: dts: imx6ul-pico-hobbit: Extend peripherals support

2018-12-02 Thread Otavio Salvador
From: Fabio Estevam This adds following peripherals support: - ADC - GPIO LED - GPIOs Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 30 1 file changed, 30 insertions(+) diff --git

[PATCH 5/5] ARM: dts: imx6ul-pico: Add the imx6ul-pico-pi variant

2018-12-02 Thread Otavio Salvador
From: Fabio Estevam The imx6ul-pico-pi contains a imx6ul-pico SoM and a pi baseboard: https://www.technexion.com/products/pico-baseboards/detail/PICO-PI Add support for it. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/Makefile | 1 +

linux-next: manual merge of the arm-soc tree with the kbuild tree

2018-12-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the arm-soc tree got a conflict in: arch/arm/mach-socfpga/Kconfig between commit: 2eac9c2dfb2b ("PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options") from the kbuild tree and commit: fbc125afdc50 ("ARM: socfpga: Turn on ARM

Re: [PATCH] docs: Extend trusted keys documentation for TPM 2.0

2018-12-02 Thread Jarkko Sakkinen
On Sun, Dec 02, 2018 at 10:10:36AM -0500, Mimi Zohar wrote: > Are you asking about coordinating staging the trusted key patches to > be upstreamed or about moving portions of the encrypted keys code out > of the keyring subsystem? > > I'm not sure there needs to be a separate encrypted-keys pull

Re: [PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF

2018-12-02 Thread Dave Chinner
On Sat, Dec 01, 2018 at 02:49:09AM -0500, Sasha Levin wrote: > On Sat, Dec 01, 2018 at 08:50:05AM +1100, Dave Chinner wrote: > >On Fri, Nov 30, 2018 at 05:14:41AM -0500, Sasha Levin wrote: > >>On Fri, Nov 30, 2018 at 09:22:03AM +0100, Greg KH wrote: > >>>On Fri, Nov 30, 2018 at 09:40:19AM +1100,

Re: [PATCH] staging: iio: ad5933: add binding doc for ad5933

2018-12-02 Thread Joe Perches
On Mon, 2018-12-03 at 00:20 +0530, Himanshu Jha wrote: > On Sun, Dec 02, 2018 at 02:57:12PM -0200, Marcelo Schmitt wrote: > > Add a devicetree documentation for the ad5933 and ad5934 impedance > > converter, network analyzer. > > > > Co-Developed-by: Gabriel Capella > > checkpatch spits out: >

Re: [PATCH v2 2/8] phy: mvebu-cp110-comphy: fix port check in ->xlate()

2018-12-02 Thread Russell King - ARM Linux
On Sun, Dec 02, 2018 at 08:35:09PM +0100, Miquel Raynal wrote: > Hi Russell, > > Russell King - ARM Linux wrote on Fri, 30 Nov > 2018 19:00:31 +: > > > On Fri, Nov 30, 2018 at 03:47:37PM +0100, Miquel Raynal wrote: > > > So far the PHY ->xlate() callback was checking if the port was > > >

Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry

2018-12-02 Thread Matthias Brugger
On 16/10/2018 16:57, Matthias Brugger wrote: > Add IRC channel and URL of the wiki. > Also add soc drivers folder and regex to catch more > mediatek components. > > Signed-off-by: Matthias Brugger > --- Any comments on this patch? Through which tree should it go? Regards, Matthias >

Re: [PATCH AUTOSEL 4.14 25/35] iomap: sub-block dio needs to zeroout beyond EOF

2018-12-02 Thread Greg KH
On Sat, Dec 01, 2018 at 08:45:48AM +1100, Dave Chinner wrote: > > > Right now the XFS developers don't have the time or resources > > > available to validate stable backports are correct and regression > > > fre because we are focussed on ensuring the upstream fixes we've > > > already made (and

Re: [PATCH 3.18 14/83] ARM: make lookup_processor_type() non-__init

2018-12-02 Thread Greg Kroah-Hartman
On Sun, Dec 02, 2018 at 11:25:32AM -0500, Sasha Levin wrote: > On Sun, Dec 02, 2018 at 05:15:35PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Dec 02, 2018 at 10:17:32AM -0500, Sasha Levin wrote: > > > On Fri, Nov 30, 2018 at 04:18:43PM +0100, Greg Kroah-Hartman wrote: > > > > On Fri, Nov 30, 2018

Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry

2018-12-02 Thread Matthias Brugger
On 02/12/2018 21:03, Olof Johansson wrote: > On Sun, Dec 2, 2018 at 11:41 AM Matthias Brugger > wrote: >> >> >> >> On 16/10/2018 16:57, Matthias Brugger wrote: >>> Add IRC channel and URL of the wiki. >>> Also add soc drivers folder and regex to catch more >>> mediatek components. >>> >>>

[PATCH 1/5] ARM: dts: imx6ul-pico-hobbit: Switch to SPDX identifier

2018-12-02 Thread Otavio Salvador
From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 52 1 file changed, 7 insertions(+), 45 deletions(-) diff

[PATCH 2/5] ARM: dts: imx6ul-pico-hobbit: Move SoM related part to imx6ul-pico.dtsi

2018-12-02 Thread Otavio Salvador
From: Fabio Estevam imx6ul-pico-hobbit board contains: - One SoM board (imx6ul pico) - One base board (hobbit). In order to make it easier for adding support for other board variants, move the commom SoM part to the imx6ul-pico.dtsi file. Signed-off-by: Fabio Estevam Signed-off-by: Otavio

[PATCH] PM / AVS: SmartReflex: NULL check before some freeing functions is not needed.

2018-12-02 Thread Thomas Meyer
NULL check before some freeing functions is not needed. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/power/avs/smartreflex.c b/drivers/power/avs/smartreflex.c --- a/drivers/power/avs/smartreflex.c +++ b/drivers/power/avs/smartreflex.c @@ -1010,8 +1010,7 @@ static int

[PATCH] scsi: megaraid_sas: NULL check before some freeing functions is not needed.

2018-12-02 Thread Thomas Meyer
NULL check before some freeing functions is not needed. Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c --- a/drivers/scsi/megaraid/megaraid_mbox.c +++ b/drivers/scsi/megaraid/megaraid_mbox.c @@ -1243,8 +1243,7 @@

[PATCH 3/5] ARM: dts: imx6ul-pico-hobbit: Make the child led nodes standard

2018-12-02 Thread Otavio Salvador
From: Fabio Estevam Use the same child led node and label name as used in the imx7d-pico-hobbit board. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 0/5] Improvements for i.MX6UL PICO SoM and its baseboards

2018-12-02 Thread Otavio Salvador
This patchset rework the imx6ul-pico SoM, its Hobbit baseboard and add the Pi baseboard support as well. Fabio Estevam (5): ARM: dts: imx6ul-pico-hobbit: Switch to SPDX identifier ARM: dts: imx6ul-pico-hobbit: Move SoM related part to imx6ul-pico.dtsi ARM: dts: imx6ul-pico-hobbit: Make

Re: [PATCH RFC 14/15] lib: replace **** with a hug

2018-12-02 Thread Tobin C. Harding
On Fri, Nov 30, 2018 at 11:27:23AM -0800, Jarkko Sakkinen wrote: > In order to comply with the CoC, replace with a hug. > > Signed-off-by: Jarkko Sakkinen > --- > lib/vsprintf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/vsprintf.c b/lib/vsprintf.c >

Re: [regression, bisected] Keyboard not responding after resuming from suspend/hibernate

2018-12-02 Thread Pavel Machek
On Fri 2018-11-30 15:44:55, Numan Demirdöğen wrote: > Sun, 28 Oct 2018 22:06:54 +0300 tarihinde > Numan Demirdöğen yazdı: > > >Thu, 25 Oct 2018 09:49:03 +0200 tarihinde > >Pavel Machek yazdı: > > > >> Hi! > >> > >> Here's problem bisected down to: > >> > >> commit

Re: [PATCH v4 0/20] MMP platform fixes

2018-12-02 Thread Pavel Machek
Hi! > > > The patch set has been tested on an OLPC XO-1.75 laptop. > > > > Excellent! > > OOooh, I have one of those... somewhere. Time to find it :-). It is still pretty great machine, can last 8? hours on battery, sunlight readable screen, and if you meet a tiger you can hit him on the head

Re: [PATCH v3 0/7] zram idle page writeback

2018-12-02 Thread Joey Pabalinas
On Tue, Nov 27, 2018 at 02:54:22PM +0900, Minchan Kim wrote: > Inherently, swap device has many idle pages which are rare touched since > it was allocated. It is never problem if we use storage device as swap. > However, it's just waste for zram-swap. > > This patchset supports zram idle page

  1   2   3   4   5   6   7   >