[PATCHv2] ARM: dts: Add EMAC AXI settings for Arria10

2017-02-02 Thread thor . thayer
From: Thor Thayer Add the device tree entries needed to support the EMAC AXI bus settings on the Arria10 SoCFPGA chip. Signed-off-by: Thor Thayer --- v2 Add the AXI configuration to the other DW EMACs in the chip. --- arch/arm/boot/dts/socfpga_arria10.dtsi | 9 + 1 file changed, 9 inse

Re: [PATCH v4 2nd 2/4] pstore: support multiple pmsg instances

2017-02-02 Thread Mark Salyzyn
On 01/30/2017 05:58 PM, Nobuhiro Iwamatsu wrote: diff --git a/include/linux/pstore.h b/include/linux/pstore.h index 0da29cae009b..7a5db4833b8a 100644 --- a/include/linux/pstore.h +++ b/include/linux/pstore.h @@ -55,6 +55,7 @@ struct pstore_info { size_t bufsize; struct mu

Re: [PATCH V11 3/3] irqchip: qcom: Add IRQ combiner driver

2017-02-02 Thread Agustin Vega-Frias
Hi Andy, On 2017-01-25 19:44, Andy Shevchenko wrote: On Fri, Jan 20, 2017 at 4:34 AM, Agustin Vega-Frias wrote: Driver for interrupt combiners in the Top-level Control and Status Registers (TCSR) hardware block in Qualcomm Technologies chips. An interrupt combiner in this block combines a set

Re: [PATCH 11/14] serial: 8250_dw: simplify optional reset handling

2017-02-02 Thread Andy Shevchenko
On Mon, Jan 30, 2017 at 1:41 PM, Philipp Zabel wrote: > As of commit bb475230b8e5 ("reset: make optional functions really > optional"), the reset framework API calls use NULL pointers to describe > optional, non-present reset controls. Eventually! FWIW: Reviewed-by: Andy Shevchenko > > This al

[tip:WIP.sched/core 61/63] sound/oss/dmasound/dmasound_core.c:635:4: error: implicit declaration of function 'signal_pending'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 851f7523d850c32dc63b04cacf3a447e1b08e1e9 [61/63] sched/headers: Move signal wakeup & sigpending methods from into config: m68k-multi_defconfig (attached a

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Stephen Rothwell
Hi Mauro, On Tue, 31 Jan 2017 11:55:05 +1100 Stephen Rothwell wrote: > > After merging the v4l-dvb tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > In file included from arch/arm/mach-omap2/pdata-quirks.c:15:0: > arch/arm/mach-omap2/pdata-quirks.c:536:49: error: '

[tip:WIP.sched/core 61/63] arch/s390/crypto/prng.c:460:8: error: implicit declaration of function 'signal_pending'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 851f7523d850c32dc63b04cacf3a447e1b08e1e9 [61/63] sched/headers: Move signal wakeup & sigpending methods from into config: s390-default_defconfig (attached

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-02 Thread Russell King - ARM Linux
On Thu, Feb 02, 2017 at 11:12:41AM -0800, Steve Longerbeam wrote: > Here is the current .queue_setup() op in imx-media-capture.c: > > static int capture_queue_setup(struct vb2_queue *vq, >unsigned int *nbuffers, >unsigned int *nplanes

Re: linux-next: build failure after merge of the regulator tree

2017-02-02 Thread Stephen Rothwell
Hi Mark, On Wed, 1 Feb 2017 10:03:43 + Mark Brown wrote: > > On Wed, Feb 01, 2017 at 01:42:21PM +1100, Stephen Rothwell wrote: > > > Caused by commit > > > > 524d339a9d6b ("regulator: anatop-regulator: constify regulator_ops > > structure") > > > > I can only assume that this patch has

Re: [PATCH v3 20/24] media: imx: Add Camera Interface subdev driver

2017-02-02 Thread Russell King - ARM Linux
On Fri, Jan 06, 2017 at 06:11:38PM -0800, Steve Longerbeam wrote: > +struct camif_priv { > + struct device *dev; > + struct video_devicevfd; You can't do this. > +static struct video_device camif_videodev = { > + .fops = &camif_fops, > + .ioctl_ops = &ca

[tip:WIP.sched/core 58/63] fs/affs/super.c:199:14: error: incompatible types when assigning to type 'kuid_t' from type 'int'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 8bda2af585fe321f2915cc8312fe4b14f8a2e602 [58/63] sched/headers: Remove inclusion from config: m68k-sun3_defconfig (attached as .config) compiler: m68k-linu

Re: linux-next: manual merge of the vfs-miklos tree with the overlayfs tree and build failure

2017-02-02 Thread Stephen Rothwell
Hi Miklos, On Tue, 31 Jan 2017 11:16:56 +1100 Stephen Rothwell wrote: > > Today's linux-next merge of the vfs-miklos tree got a conflict in: > > fs/read_write.c > > between commit: > > 97e147358bea ("vfs: wrap write f_ops with file_{start,end}_write()") > > from the overlayfs tree and va

Re: [PATCH V10 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping

2017-02-02 Thread Agustin Vega-Frias
Hi Rafael, On 2017-01-31 17:10, Rafael J. Wysocki wrote: On Wed, Jan 18, 2017 at 5:46 PM, Agustin Vega-Frias wrote: ACPI extended IRQ resources may contain a ResourceSource to specify an alternate interrupt controller. Introduce acpi_irq_get and use it to implement ResourceSource/IRQ domain ma

[tip:WIP.sched/core 58/63] arch/mips/kernel/mips-mt-fpaff.c:48:28: error: implicit declaration of function 'current_cred'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 8bda2af585fe321f2915cc8312fe4b14f8a2e602 [58/63] sched/headers: Remove inclusion from config: mips-malta_kvm_defconfig (attached as .config) compiler: mips

[GIT PULL][PATCH] tracing/kprobes: Fix __init annotation

2017-02-02 Thread Steven Rostedt
Linus, Simple fix of s/static struct __init/static __init struct/ This time I made sure to push the tag. :-/ Please pull the latest trace-v4.10-rc2-2 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git trace-v4.10-rc2-2 Tag SHA1: 35ca4c1b77c4

Re: [PATCH v3 16/24] media: Add i.MX media core driver

2017-02-02 Thread Russell King - ARM Linux
On Fri, Jan 06, 2017 at 06:11:34PM -0800, Steve Longerbeam wrote: > +struct imx_media_dev { > + struct media_device md; > + struct v4l2_device v4l2_dev; This is similarly buggy. struct v4l2_device { struct device *dev; #if defined(CONFIG_MEDIA_CONTROLLER) struct media_dev

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Mauro Carvalho Chehab
Em Fri, 3 Feb 2017 09:24:46 +1100 Stephen Rothwell escreveu: > Hi Mauro, > > On Tue, 31 Jan 2017 11:55:05 +1100 Stephen Rothwell > wrote: > > > > After merging the v4l-dvb tree, today's linux-next build (arm > > multi_v7_defconfig) failed like this: > > > > In file included from arch/arm/mach

Re: [PATCH 0/7] mm: vmscan: fix kswapd writeback regression v2

2017-02-02 Thread Andrew Morton
On Thu, 2 Feb 2017 14:19:50 -0500 Johannes Weiner wrote: > here are some minor updates to the series. It's nothing functional, > just code comments and updates to the changelogs from the mailing list > discussions. Since we don't have a good delta system for changelogs > I'm resending the entire

Re: [PATCH v3 16/24] media: Add i.MX media core driver

2017-02-02 Thread Russell King - ARM Linux
On Fri, Jan 06, 2017 at 06:11:34PM -0800, Steve Longerbeam wrote: > +/* register an internal subdev as a platform device */ > +static struct imx_media_subdev * > +add_internal_subdev(struct imx_media_dev *imxmd, > + const struct internal_subdev *isd, > + int ipu_id)

[tip:WIP.sched/core 117/122] drivers/misc/vmw_vmci/vmci_host.c:321:9: error: implicit declaration of function 'get_current_cred'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: bcdc18d4a46bc321d73fa769cfe294cf3cdae07d [117/122] sched/headers: Remove inclusion from config: x86_64-randconfig-s4-02030507 (attached as .config) compile

Re: [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {}

2017-02-02 Thread Joe Perches
On Sun, 2017-01-29 at 17:43 +0100, Bjørn Mork wrote: > Greg KH writes: > > > Please take some time, and go read Documentation/SubmittingPatches. > > That's quickly done nowadays: > > bjorn@miraculix:/usr/local/src/git/linux$ cat Documentation/SubmittingPatches > This file has moved to process

[tip:WIP.sched/core 118/122] arch/sh/kernel/process.c:24:18: error: implicit declaration of function 'task_pt_regs'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 9633bad92da4f12d249b2d76618302a2af367f4a [118/122] sched/headers: Remove various unrelated headers from config: sh-allyesconfig (attached as .config) compil

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Stephen Rothwell
Hi Mauro, On Thu, 2 Feb 2017 20:46:20 -0200 Mauro Carvalho Chehab wrote: > > Gah, forgot to push the fix on the -next branch. Should be ok now. What I fetch for the v4l-dvb tree is the master branch of git://linuxtv.org/mchehab/media-next.git -- Cheers, Stephen Rothwell

Re: [PATCH V6 2/5] PCI: Adapt pci_register_io_range() for indirect-IO and PCI I/O translation

2017-02-02 Thread Rafael J. Wysocki
On Thu, Feb 2, 2017 at 6:36 PM, John Garry wrote: > Hi Rafael, > > Could you kindly check the minor changes to drivers/acpi/pci_root.c? It > would also be appreciated if you could review the ACPI-relevant parts in > lib/extio.c, in [PATCH V5 5/5] LPC: Add the ACPI LPC support If you want patches

[ANNOUNCE] Git v2.11.1

2017-02-02 Thread Junio C Hamano
The latest maintenance release Git v2.11.1 is now available at the usual places. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.11.1' tag and the 'maint' branch that the tag points at: url = https://kern

[tip:WIP.sched/core 59/63] arch/sh/include/asm/fpu.h:11:6: error: dereferencing pointer to incomplete type 'struct pt_regs'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 153c06f705c75814624e6855e4a8d0ab29d4ba5b [59/63] sched/headers: Remove various unrelated headers from config: sh-titan_defconfig (attached as .config) compi

[tip:WIP.sched/core 59/63] arch/mips/oprofile/../../../drivers/oprofile/cpu_buffer.c:338:16: error: implicit declaration of function 'user_mode'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: 7f79b5e3727bae36481c9bc5587291d88742291f commit: 153c06f705c75814624e6855e4a8d0ab29d4ba5b [59/63] sched/headers: Remove various unrelated headers from config: mips-fuloong2e_defconfig (attached as .config)

[PATCH] bcm2835: cleanup: remove deprecated include

2017-02-02 Thread Seraphime Kirkovski
This replaces the last occurrence of the deprecated include in the staging directory with the newer Signed-off-by: Seraphime Kirkovski --- drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835-vch

Re: [PATCH v4 3/4] device property: constify property arrays values

2017-02-02 Thread Rafael J. Wysocki
On Thu, Feb 2, 2017 at 7:38 PM, Dmitry Torokhov wrote: > On Thu, Feb 02, 2017 at 07:52:58PM +0200, Andy Shevchenko wrote: >> On Thu, 2017-02-02 at 09:07 -0800, Dmitry Torokhov wrote: >> > On February 2, 2017 8:48:30 AM PST, Andy Shevchenko > > @linux.intel.com> wrote: >> > > On Thu, 2017-02-02 at

[git pull] drm fixes for 4.10-rc7

2017-02-02 Thread Dave Airlie
Hi Linus, Another fixes pull for v4.10, it's a bit big due to the backport of the VMA fixes for i915 that should fix the oops on shutdown problems that you've worked around. There are also two drm core connector registration fixes, a bunch of nouveau regression fixes and two AMD fixes. Dave. Th

RE: [PATCHv3 5/7] tap: Extending tap device create/destroy APIs

2017-02-02 Thread Grandhi, Sainath
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, January 31, 2017 9:51 AM > To: Grandhi, Sainath > Cc: net...@vger.kernel.org; mah...@bandewar.net; linux- > ker...@vger.kernel.org > Subject: Re: [PATCHv3 5/7] tap: Extending tap device create/destroy

[PATCH V12 1/3] ACPI: Generic GSI: Do not attempt to map non-GSI IRQs during bus scan

2017-02-02 Thread Agustin Vega-Frias
ACPI extended IRQ resources may contain a Resource Source field to specify an alternate interrupt controller, attempting to map them as GSIs is incorrect, so just disable the platform resource. Since this field is currently ignored, we make this change conditional on CONFIG_ACPI_GENERIC_GSI to kee

[PATCH V12 3/3] irqchip: qcom: Add IRQ combiner driver

2017-02-02 Thread Agustin Vega-Frias
Driver for interrupt combiners in the Top-level Control and Status Registers (TCSR) hardware block in Qualcomm Technologies chips. An interrupt combiner in this block combines a set of interrupts by OR'ing the individual interrupt signals into a summary interrupt signal routed to a parent interrup

[PATCH V12 0/3] irqchip: qcom: Add IRQ combiner driver

2017-02-02 Thread Agustin Vega-Frias
Add support for IRQ combiners in the Top-level Control and Status Registers (TCSR) hardware block in Qualcomm Technologies chips. The first patch prevents the ACPI core from attempting to map IRQ resources with a valid ResourceSource as GSIs. The second patch adds support for ResourceSource/IRQ d

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Mauro Carvalho Chehab
Em Fri, 3 Feb 2017 09:59:34 +1100 Stephen Rothwell escreveu: > Hi Mauro, > > On Thu, 2 Feb 2017 20:46:20 -0200 Mauro Carvalho Chehab > wrote: > > > > Gah, forgot to push the fix on the -next branch. Should be ok now. > > What I fetch for the v4l-dvb tree is the master branch of > git://linu

[PATCH V12 2/3] ACPI: Add support for ResourceSource/IRQ domain mapping

2017-02-02 Thread Agustin Vega-Frias
ACPI extended IRQ resources may contain a ResourceSource to specify an alternate interrupt controller. Introduce acpi_irq_get and use it to implement ResourceSource/IRQ domain mapping. The new API is similar to of_irq_get and allows re-initialization of a platform resource from the ACPI extended I

[PATCH 2/4] selftests, x86, protection_keys: remove dead code

2017-02-02 Thread Dave Hansen
From: Shuah Khan Remove commented out calls to pkey_get(). Signed-off-by: Shuah Khan Signed-off-by: Dave Hansen --- b/tools/testing/selftests/x86/protection_keys.c | 10 -- 1 file changed, 10 deletions(-) diff -puN tools/testing/selftests/x86/protection_keys.c~selftests-x86-prot

[PATCH 3/4] selftests, x86, protection_keys: fix uninitialized variable warning

2017-02-02 Thread Dave Hansen
From: Dave Hansen 'orig_pkru' might have been uninitialized here. Fix it. Signed-off-by: Dave Hansen --- b/tools/testing/selftests/x86/protection_keys.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN tools/testing/selftests/x86/protection_keys.c~pkeys-selftests-cleanru

[PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Dave Hansen
From: Shuah Khan Fix unused variable compile warnings in protection_keys.c Signed-off-by: Shuah Khan Signed-off-by: Dave Hansen --- b/tools/testing/selftests/x86/protection_keys.c |5 - 1 file changed, 5 deletions(-) diff -puN tools/testing/selftests/x86/protection_keys.c~selftest

[PATCH 4/4] selftests, x86, protection_keys: fix wrong offset in siginfo

2017-02-02 Thread Dave Hansen
From: Dave Hansen The siginfo contains a bunch of information about the fault. For protection keys, it tells us which protection key's permissions were violated. The wrong offset in here leads to reading garbage and thus failures in the tests. We should probably eventually move this over to us

[PATCH 0/4] selftests, x86: updates for x86 protection keys self tests

2017-02-02 Thread Dave Hansen
The memory protection keys selftests are spewing warnings. This fixes them up. Thanks, Shuah, for sending these first two a few weeks ago! I wrongly assumed they would get picked up somewhere. I also included a fix that affected the 32-bit version of the pkeys test case. It was parsing the sig

Re: [PATCH v2] staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)

2017-02-02 Thread Joe Perches
On Thu, 2017-02-02 at 08:06 +0200, Martin Karamihov wrote: > On 02/01/2017 08:11 PM, Joe Perches wrote: > > ...and clarifying the code for a > > human reader is much more important than making a > > file not have any checkpatch warnings. > > I agree. I respect the developers' own coding style and

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Shuah Khan
On 02/02/2017 04:28 PM, Dave Hansen wrote: > From: Shuah Khan > > Fix unused variable compile warnings in protection_keys.c > > Signed-off-by: Shuah Khan > Signed-off-by: Dave Hansen Hi Dave, This patches is already in linux-kselftest next for 4.11 Is there a reason why you chose to resend

Re: [PATCH] regulator: cpcap: Add basic regulator support

2017-02-02 Thread Tony Lindgren
* Rob Herring [170201 09:15]: > On Mon, Jan 30, 2017 at 04:12:41PM -0800, Tony Lindgren wrote: > > +Example: > > + > > +cpcap_regulator: regulator@600 { > > unit-address with no reg prop. Oops thanks for spotting that. Will resend v2 shortly. Regards, Tony

Re: [PATCH 2/4] selftests, x86, protection_keys: remove dead code

2017-02-02 Thread Shuah Khan
On 02/02/2017 04:28 PM, Dave Hansen wrote: > From: Shuah Khan > > Remove commented out calls to pkey_get(). > > Signed-off-by: Shuah Khan > Signed-off-by: Dave Hansen Hi Dave, This patches is already in linux-kselftest next for 4.11 Is there a reason why you chose to resend these. -- Shuah

[tip:WIP.sched/core 101/122] drivers/misc/cxl/fault.c:228:10: warning: assignment makes pointer from integer without a cast

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 18722d63da35b5846c7d79eedd1b35f46eefea07 [101/122] sched/headers, signals: Separate out task_struct::signal and task_struct::sighand types and accessors int

[PATCH] drm/panel: simple: ensure Sharp lq123p1jx31 isn't turned off too soon

2017-02-02 Thread Douglas Anderson
The Sharp lq123p1jx31 has a requirement that the VDD is on for at least 300 ms before being turned off. At the moment nothing anywhere in the kernel is ensuring this. The simplest way to ensure this is to add a "disable" timing of 150 ms. With this the we know that there will be at least 300 ms

Re: [PATCH 00/12] Cqm2: Intel Cache quality monitoring fixes

2017-02-02 Thread Luck, Tony
On Thu, Feb 02, 2017 at 12:22:42PM -0800, David Carrillo-Cisneros wrote: > There is no need to change perf(1) to support > # perf stat -I 1000 -e intel_cqm/llc_occupancy {command} > > the PMU can work with resctrl to provide the support through > perf_event_open, with the advantage that tools oth

[PATCHv2] regulator: cpcap: Add basic regulator support

2017-02-02 Thread Tony Lindgren
Many Motorola phones like droid 4 are using a custom PMIC called CPCAP or 6556002. This PMIC is used with several SoCs, I've noticed at least omap3, omap4 and Tegra2 based Motorola phones and tablets using it. Cc: devicet...@vger.kernel.org Cc: Marcel Partap Cc: Michael Scott Cc: Rob Herring Si

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Dave Hansen
On 02/02/2017 03:36 PM, Shuah Khan wrote: > This patches is already in linux-kselftest next for 4.11 > > Is there a reason why you chose to resend these. Oh, my apologies! I didn't realize it had been picked up elsewhere. Ingo had mentioned a few times in the last few days that he'd noticed the

Re: [PATCH 1/4] selftests, x86, protection_keys: fix unused variable compile warnings

2017-02-02 Thread Shuah Khan
On 02/02/2017 04:45 PM, Dave Hansen wrote: > On 02/02/2017 03:36 PM, Shuah Khan wrote: >> This patches is already in linux-kselftest next for 4.11 >> >> Is there a reason why you chose to resend these. > > Oh, my apologies! I didn't realize it had been picked up elsewhere. > Ingo had mentioned a

[tip:WIP.sched/core 117/122] drivers/misc/eeprom/eeprom.c:99:2: note: in expansion of macro 'if'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: bcdc18d4a46bc321d73fa769cfe294cf3cdae07d [117/122] sched/headers: Remove inclusion from config: i386-randconfig-sb0-02030321 (attached as .config) compiler

Re: [PATCH v2] EDAC: mpc85xx: Add T2080 l2-cache support

2017-02-02 Thread Michael Ellerman
Borislav Petkov writes: > On Wed, Feb 01, 2017 at 11:46:23PM +, Chris Packham wrote: >> >> diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c >> >> index 8f66cbed70b7..67f7bc3fe5b3 100644 >> >> --- a/drivers/edac/mpc85xx_edac.c >> >> +++ b/drivers/edac/mpc85xx_edac.c >> >>

[tip:WIP.sched/core 104/122] arch/powerpc/kernel/swsusp_64.c:17:2: error: implicit declaration of function 'touch_softlockup_watchdog'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 370156b19d7226a19a04691d550ee5121847abcd [104/122] sched/headers, softlockup: Move softlockup detector watchdog methods to config: powerpc-allmodconfig (att

[tip:WIP.sched/core 120/122] drivers/i2c/busses/i2c-ibm_iic.c:438:17: error: implicit declaration of function 'signal_pending'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 88d0fe4cbc5e74cda2764df63cb369f32746af54 [120/122] sched/headers: Move signal wakeup & sigpending methods from into config: powerpc-ppc44x_defconfig (atta

[tip:WIP.sched/core 120/122] arch/powerpc/platforms/83xx/suspend.c:271:7: error: implicit declaration of function 'signal_pending'

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 88d0fe4cbc5e74cda2764df63cb369f32746af54 [120/122] sched/headers: Move signal wakeup & sigpending methods from into config: powerpc-mpc83xx_defconfig (att

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Stephen Rothwell
Hi Mauro, On Thu, 2 Feb 2017 21:24:40 -0200 Mauro Carvalho Chehab wrote: > > I actually push the patches on a different tree: > git://linuxtv.org/media_tree.git > > At the branches "master" and "fixes", where > > master - for rolling develoment patches > fixes - for bug fixes against cur

RE: [PATCH 9/9] staging: fsl-mc: dprc: drop unused APIs

2017-02-02 Thread Stuart Yoder
> --- a/drivers/staging/fsl-mc/include/dprc.h > +++ b/drivers/staging/fsl-mc/include/dprc.h > @@ -42,20 +42,6 @@ > > struct fsl_mc_io; > > -/** > - * Set this value as the icid value in dprc_cfg structure when creating a > - * container, in case the ICID is not selected by the user and should be

RE: [PATCH 3/9] staging: fsl-mc: add device release callback

2017-02-02 Thread Stuart Yoder
> -Original Message- > From: upstream-release-boun...@linux.freescale.net [mailto:upstream-release- > boun...@linux.freescale.net] On Behalf Of laurentiu.tu...@nxp.com > Sent: Wednesday, February 01, 2017 5:43 AM > To: gre...@linuxfoundation.org > Cc: de...@driverdev.osuosl.org; a...@arndb

RE: [PATCH 4/9] staging: fsl-mc: don't use devres api for refcounted objects

2017-02-02 Thread Stuart Yoder
> -Original Message- > From: laurentiu.tu...@nxp.com [mailto:laurentiu.tu...@nxp.com] > Sent: Wednesday, February 01, 2017 5:43 AM > To: gre...@linuxfoundation.org > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org; ag...@suse.de; > a...@arndb.de; Ioana > Ciornei ; Ruxandra I

[PATCH] remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()

2017-02-02 Thread Sarangdhar Joshi
SCM call to check whether Peripheral Authentication Service (PAS) is supported returns false for ADSP. Drop this call from the driver so that the probe() function succeeds for ADSP PIL device. Signed-off-by: Sarangdhar Joshi --- drivers/remoteproc/qcom_adsp_pil.c | 5 - 1 file changed, 5 del

Re: [PATCH] staging: fbtft: change 'gamma' array to u32

2017-02-02 Thread Joe Perches
On Thu, 2017-02-02 at 15:43 +0100, Arnd Bergmann wrote: > Having a local variable of 1024 bytes on 64-bit architectures is a bit > too much, and I ran into this warning while trying to see what functions > use the largest stack: > > drivers/staging/fbtft/fbtft-sysfs.c: In function 'store_gamma_cur

[tip:WIP.sched/core 116/122] include/linux/sched/autogroup.h:13:74: warning: 'struct seq_file' declared inside parameter list

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 248481ca482f2c70a5cdb016f45d2a001e2ce041 [116/122] kasan, sched/headers: Remove from and uninline kasan_enable/disable_current() config: tile-allmodconfig

Re: [PATCH v4 3/4] device property: constify property arrays values

2017-02-02 Thread Dmitry Torokhov
On Fri, Feb 03, 2017 at 12:16:29AM +0100, Rafael J. Wysocki wrote: > On Thu, Feb 2, 2017 at 7:38 PM, Dmitry Torokhov > wrote: > > On Thu, Feb 02, 2017 at 07:52:58PM +0200, Andy Shevchenko wrote: > >> On Thu, 2017-02-02 at 09:07 -0800, Dmitry Torokhov wrote: > >> > On February 2, 2017 8:48:30 AM PS

Re: [PATCH v2] EDAC: mpc85xx: Add T2080 l2-cache support

2017-02-02 Thread Chris Packham
On 03/02/17 12:55, Michael Ellerman wrote: > Chris if you want to send a patch to add the compatible string to the > l2cache.txt I would merge that, but honestly it doesn't achieve much > other than possibly catching a typo in the compatible name. I think catching a typo might be worthwhile. It's

Re: regression for m68k/coldfire

2017-02-02 Thread Greg Ungerer
Hi Waldemar, On 03/02/17 06:15, Waldemar Brodkorb wrote: > your commit 80cca775cdc4f8555612d2943a2872076b33e0ff breaks Linux > booting in qemu-system-m68k: > > qemu-system-m68k -nographic -M mcf5208evb -cpu m5208 -kernel > qemu-m68k-mcf5208-initramfspiggyback-kernel [snip] > [3.46] ColdF

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-02 Thread Mauro Carvalho Chehab
Em Fri, 3 Feb 2017 11:01:17 +1100 Stephen Rothwell escreveu: > Hi Mauro, > > On Thu, 2 Feb 2017 21:24:40 -0200 Mauro Carvalho Chehab > wrote: > > > > I actually push the patches on a different tree: > > git://linuxtv.org/media_tree.git > > > > At the branches "master" and "fixes", where >

Your secret pin code is ML0757985

2017-02-02 Thread PROMO AWARD
Congratulations! Your e-mail account has just won £750.000 GBP in the ongoing microsoft promotion. For claims and more info, please send an e-mail: jamesbarry...@qq.com Please Note: This is the third time we have been trying to contact you. Online Coordinator James Barry(Msc)

Re: regression for m68k/coldfire

2017-02-02 Thread John Paul Adrian Glaubitz
On 02/03/2017 01:10 AM, Greg Ungerer wrote: > This is a limitation in the FEC support in QEMU. > This works on real ColdFire hardware (which do support the > FEC MIB stats registers from offset 0x200 - so not 5272). > I sent this patch to the qemu dev list a couple of weeks > back which fixes qemu:

Re: [PATCH v4 3/4] device property: constify property arrays values

2017-02-02 Thread Rafael J. Wysocki
On Fri, Feb 3, 2017 at 1:16 AM, Dmitry Torokhov wrote: > On Fri, Feb 03, 2017 at 12:16:29AM +0100, Rafael J. Wysocki wrote: >> On Thu, Feb 2, 2017 at 7:38 PM, Dmitry Torokhov >> wrote: >> > On Thu, Feb 02, 2017 at 07:52:58PM +0200, Andy Shevchenko wrote: >> >> On Thu, 2017-02-02 at 09:07 -0800, D

[PATCH] Documentation: powerpc/fsl: Update compatible for l2cache binding

2017-02-02 Thread Chris Packham
List all the current valid compatible strings for the l2cache binding. This should stop checkpatch.pl from complaining and will hopefully save someone from having to debug a typo in their dts. Signed-off-by: Chris Packham --- .../devicetree/bindings/powerpc/fsl/l2cache.txt| 42 ++

[tip:WIP.sched/core 116/122] include/linux/sched/autogroup.h:13:74: warning: 'struct seq_file' declared inside parameter list will not be visible outside of this definition or declaration

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 248481ca482f2c70a5cdb016f45d2a001e2ce041 [116/122] kasan, sched/headers: Remove from and uninline kasan_enable/disable_current() config: alpha-allyesconfi

Re: [PATCH] staging: lustre: remove CLASSERT macro

2017-02-02 Thread Dilger, Andreas
On Feb 2, 2017, at 04:26, Arnd Bergmann wrote: > > lustre uses a fake switch() statement as a compile-time assert, but > unfortunately > each use of that causes a warning when building with clang: > > drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c:2907:2: warning: no case > matching const

Re: [RFC/PATCH 2/3] security: Add the Timgad module

2017-02-02 Thread James Morris
On Thu, 2 Feb 2017, Djalal Harouni wrote: > *) The per-process prctl() settings are: > prctl(PR_TIMGAD_OPTS, PR_TIGMAD_SET_MOD_RESTRICT, value, 0, 0) > > Where value means: > > 0 - Classic module load and unload permissions, nothing changes. > > 1 - The current process must have CAP_SYS

Re: [PATCH v4 3/4] device property: constify property arrays values

2017-02-02 Thread Dmitry Torokhov
On Fri, Feb 03, 2017 at 01:37:25AM +0100, Rafael J. Wysocki wrote: > On Fri, Feb 3, 2017 at 1:16 AM, Dmitry Torokhov > wrote: > > On Fri, Feb 03, 2017 at 12:16:29AM +0100, Rafael J. Wysocki wrote: > >> On Thu, Feb 2, 2017 at 7:38 PM, Dmitry Torokhov > >> wrote: > >> > On Thu, Feb 02, 2017 at 07:5

[PATCH] USB: cp210x: add new IDs for GE Bx50v3 boards

2017-02-02 Thread Ken Lin
Add new USB IDs for cp2104/5 devices on Bx50v3 boards due to the design change Signed-off-by: Ken Lin --- drivers/usb/serial/cp210x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index fff718352e0c..691e3e5f0e61 100644 --- a/driv

[tip:WIP.sched/core 120/122] drivers/mtd/tests/mtd_test.h:7:27: sparse: not a function

2017-02-02 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.sched/core head: a69a38e26e87ddbe993e33b55f693405cd62c76f commit: 88d0fe4cbc5e74cda2764df63cb369f32746af54 [120/122] sched/headers: Move signal wakeup & sigpending methods from into reproduce: # apt-get install s

Re: [PATCH] gpio: dwapb: Add support for next generation of X-Gene SoC

2017-02-02 Thread Hoan Tran
Resend with plain text mode. Hi Andy, On Thu, Feb 2, 2017 at 11:47 AM, Andy Shevchenko wrote: > On Tue, Jan 31, 2017 at 9:43 PM, Hoan Tran wrote: >> Next generation of X-Gene SoC's GPIO hardware register map is very >> similar to DW GPIO. It only differs by a few register addresses. >> This pat

[PATCH] ARM: dts: imx6q-bx50v3/imx6q-b450v3/imx6q-b650v3: change pca953x GPIO default settings

2017-02-02 Thread Ken Lin
Leave pca953x P06,P07 pins on b850v3 platform and P06 pin on b450v3/b650v3 unconfigured in the kernel space since they could be configured as DP1_RST and DP2_RST by the applications for the DP FW update support Signed-off-by: Ken Lin --- arch/arm/boot/dts/imx6q-b450v3.dts | 7 +++ arch/a

Re: Kworker with high cpu usage (~80%)

2017-02-02 Thread Alexandre Vicenzi
Hi, Any ideas? Regards, Alexandre Vicenzi 2017-01-19 0:13 GMT-02:00 Alexandre Vicenzi : > Hello, > > It has been a while that I noticed that kworker/0:1 eats a lot of CPU > on my computer, about ~80%. > > I never found the real problem, but googling the solution was to > disable some GPE interr

Re: [PATCH v5 1/4] mm/migration: make isolate_movable_page() return int type

2017-02-02 Thread Yisheng Xie
hi Minchan, Thanks for your reviewing. On 2017/2/1 17:46, Minchan Kim wrote: > On Wed, Feb 01, 2017 at 08:59:24AM +0100, Michal Hocko wrote: >> On Wed 01-02-17 15:48:21, Minchan Kim wrote: >>> Hi Yisheng, >>> >>> On Tue, Jan 31, 2017 at 09:06:18PM +0800, ys...@foxmail.com wrote: From: Yisheng

[PATCH 0/1] Load OpenSSL config if present in sign-file.c

2017-02-02 Thread Antony Vennard
sign-file documentation on kernel.org advertises the fact that sign-file can use OpenSSL loadable engine support using pkcs#11 uri syntax (rfc 7512) for loading private keys from hardware tokens, if openssl loadable engine support is present. Unfortunately, if openssl configuration files are no

[PATCH 1/1] Load OpenSSL config if present in sign-file.c

2017-02-02 Thread Antony Vennard
This patch modifies scripts/sign-file.c such that custom engine configurations can be loaded for signing kernel modules. Signed-off-by: Antony Vennard --- scripts/sign-file.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/sign-file.c b/scripts/sign-file

Re: [PATCH 00/12] Cqm2: Intel Cache quality monitoring fixes

2017-02-02 Thread David Carrillo-Cisneros
On Thu, Feb 2, 2017 at 3:41 PM, Luck, Tony wrote: > On Thu, Feb 02, 2017 at 12:22:42PM -0800, David Carrillo-Cisneros wrote: >> There is no need to change perf(1) to support >> # perf stat -I 1000 -e intel_cqm/llc_occupancy {command} >> >> the PMU can work with resctrl to provide the support thro

[PATCH v5 4/4] i2c: allow specify device properties in i2c_board_info

2017-02-02 Thread Dmitry Torokhov
With many drivers converting to using generic device properties, it is useful to provide array of device properties when instantiating new i2c client via i2c_board_info and have them automatically added to the device in question. Signed-off-by: Dmitry Torokhov --- drivers/i2c/i2c-core.c | 16 +++

[PATCH v5 3/4] device property: export code duplicating array of property entries

2017-02-02 Thread Dmitry Torokhov
When augmenting ACPI-enumerated devices with additional property data based on DMI info, a module has often several potential property sets, with only one being active on a given box. In order to save memory it should be possible to mark everything and __initdata or __initconst, execute DMI match e

[PATCH v5 2/4] device property: constify property arrays values

2017-02-02 Thread Dmitry Torokhov
Data that is fed into property arrays should not be modified, so let's mark relevant pointers as const. This will allow us making source arrays as const/__initconst. Signed-off-by: Dmitry Torokhov --- drivers/base/property.c | 10 +- include/linux/property.h | 12 ++-- 2 files c

[PATCH v5 0/4] Export APIs to copy device properties & more

2017-02-02 Thread Dmitry Torokhov
Hi, Here is the refreshed series exporting APIs to copy statically declared device properties. The reason is that we want to augment ACPI-based devices with properties, and drivers usually have a largish DMI table for multiple models, so it is desirable to mark everything as __initdata/__initconst

[PATCH v5 1/4] device property: allow to constify properties

2017-02-02 Thread Dmitry Torokhov
There is no reason why statically defined properties should be modifiable, so let's make device_add_properties() and the rest of pset_*() functions to take const pointers to properties. This will allow us to mark properties as const/__initconst at definition sites. Signed-off-by: Dmitry Torokhov

Re: [PATCH v5 1/4] mm/migration: make isolate_movable_page() return int type

2017-02-02 Thread Yisheng Xie
Hi Minchan Thanks for reviewing. On 2017/2/2 15:28, Minchan Kim wrote: > On Wed, Feb 01, 2017 at 11:00:23AM +0100, Michal Hocko wrote: >> On Wed 01-02-17 18:46:36, Minchan Kim wrote: >>> On Wed, Feb 01, 2017 at 08:59:24AM +0100, Michal Hocko wrote: On Wed 01-02-17 15:48:21, Minchan Kim wrote:

Re: [PATCHv7 5/8] printk: report lost messages in printk safe/nmi contexts

2017-02-02 Thread Sergey Senozhatsky
On (02/02/17 09:34), Steven Rostedt wrote: > On Thu, 2 Feb 2017 11:02:57 +0900 > Sergey Senozhatsky wrote: > > > On (02/01/17 11:37), Steven Rostedt wrote: > > > This looks fine, but I'm curious if you tested it. That is, added a > > > bunch of printks to overflow the buffer. IIRC, I did it to th

linux-next: manual merge of the rcu tree with the powerpc tree

2017-02-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the rcu tree got a conflict in: arch/powerpc/Kconfig between commit: d6c569b99558 ("powerpc/64: Move HAVE_CONTEXT_TRACKING from pseries to common Kconfig") from the powerpc tree and commit: c7327406b3c3 ("rcu: Make arch select smp_mb__after_unlock_lo

Re: [PATCHv7 4/8] printk: always use deferred printk when flush printk_safe lines

2017-02-02 Thread Sergey Senozhatsky
On (02/02/17 16:52), Petr Mladek wrote: [..] > > I am still learning how to manage the patches in the printk.git tree. > > > > I would like to add Steven's Reviewed-by tags, links to the mails, > > and list of CC-ed people. IMHO, the only way is to rebase the for-4.11 > > and for-next branches. Th

linux-next: manual merge of the rcu tree with the netfilter-next tree

2017-02-02 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the rcu tree got a conflict in: net/netfilter/nf_conntrack_core.c between commit: a9e419dc7be6 ("netfilter: merge ctinfo into nfct pointer storage area") from the netfilter-next tree and commit: 55f619e5c322 ("mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TY

Re: [PATCH 1/2] net: ethernet: bgmac: init sequence bug

2017-02-02 Thread Rafał Miłecki
On 2017-02-02 01:31, Zac Schroff wrote: How about BCMA_IOCTL_PRESERVE_ACROSS_INIT? I think wireless drivers may still set some these bits during init. I've a simpler idea: make it bgmac specific. Call it sth like BGMAC_BCMA_IOCTL_PRESERVE BGMAC_BCMA_IOCTL_RESERVED BGMAC_BCMA_IOCTL_DONT_TOUCH

Re: [PATCH 00/12] Cqm2: Intel Cache quality monitoring fixes

2017-02-02 Thread David Carrillo-Cisneros
Something to be aware is that CAT cpus don't work the way CPU filtering works in perf: If I have the following CAT groups: - default group with task TD - group GC1 with CPU0 and CLOSID 1 - group GT1 with no CPUs and task T1 and CLOSID2 - TD and T1 run on CPU0. Then T1 will use CLOSID2 and TD

Re: [PATCH v2] ACPI/IORT: Fix iort_node_get_id() mapping entries indexing

2017-02-02 Thread Hanjun Guo
On 01/10/2017 08:00 PM, Lorenzo Pieralisi wrote: Commit 618f535a6062 ("ACPI/IORT: Add single mapping function") introduced a function (iort_node_get_id()) to retrieve ids for IORT named components. The iort_node_get_id() takes an index as input to refer to a specific mapping entry in the named c

Re: [PATCH v8 15/15] irqchip: mbigen: Add ACPI support

2017-02-02 Thread Hanjun Guo
On 01/18/2017 08:55 PM, Hanjun Guo wrote: From: Hanjun Guo With the preparation of platform msi support and interrupt producer in DSDT, we can add mbigen ACPI support now. We are using Interrupt resource type in _CRS methd to indicate number of irq pins instead of num_pins in DT to avoid _DSD

[PATCH] KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice

2017-02-02 Thread Shanker Donthineni
The IRQFD framework calls the architecture dependent function twice if the corresponding GSI type is edge triggered. For ARM, the function kvm_set_msi() is getting called twice whenever the IRQFD receives the event signal. The rest of the code path is trying to inject the MSI without any validation

Re: [kbuild-all] [PATCH 1/3] pinctrl: intel: Add support for hardware debouncer

2017-02-02 Thread Ye Xiaolong
On 01/27, Mika Westerberg wrote: >On Fri, Jan 27, 2017 at 07:51:03PM +0800, kbuild test robot wrote: >> Hi Mika, >> >> [auto build test ERROR on pinctrl/for-next] >> [also build test ERROR on v4.10-rc5 next-20170125] >> [if your patch is applied to the wrong git tree, please drop us a note to >>

<    2   3   4   5   6   7   8   >