RE:high speed fully automatic flatbed die cutting machine and rotary die cutting tools/rotary die cutting system

2016-05-04 Thread SKM
Hello, friends This is SKM MACHINE CO.,LTD is a professional manufacturer which specialized in high speed fully automatic flatbed die cutting machine and rotary die cutting tools/rotary die cutting system.SKM is mainly engaged in R&D,manufacturing,marketing and customer service in die cutting a

Re: [PATCH] fix infoleak in mm

2016-05-04 Thread Catalin Marinas
On Tue, May 03, 2016 at 04:36:08PM -0400, Kangjie Lu wrote: > The stack object “si” has a total size of 128; however, only 20 > bytes are initialized. The remaining uninitialized bytes are sent > to userland via send_signal > > Signed-off-by: Kangjie Lu > --- > arch/arm64/mm/fault.c | 1 + > 1 f

[PATCH] rtc:add support for maxim rtc max6916

2016-05-04 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc max6916 Signed-off-by:Venkat Prashanth B U --- Kconfig | 9 Makefile | 6 +++ rtc-max6916.c | 133 ++ 3 files changed, 148 insertions(+) create mode 1

Re: [PATCH 2/3] x86/sysfb_efi: Fix valid BAR address range check

2016-05-04 Thread Matt Fleming
On Wed, 04 May, at 12:23:40PM, Ingo Molnar wrote: > > * Matt Fleming wrote: > > > On Wed, 04 May, at 08:35:24AM, Ingo Molnar wrote: > > > > > > * Matt Fleming wrote: > > > > > > > From: Wang YanQing > > > > > > > > We can't just break out when meet start is equal to zero, > > > > > > Hm, w

Re: [PATCH v7 2/2] memory: atmel-ebi: add DT bindings documentation

2016-05-04 Thread Jean-Jacques Hiblot
2016-05-03 21:11 GMT+02:00 Rob Herring : > On Tue, May 3, 2016 at 11:51 AM, Boris Brezillon > wrote: >> Hi Rob, >> >> On Tue, 3 May 2016 11:40:19 -0500 >> Rob Herring wrote: >> >>> On Thu, Apr 28, 2016 at 02:03:27PM +0200, Boris Brezillon wrote: >>> > The EBI (External Bus Interface) is used to a

Re: [PATCH 2/3] x86/sysfb_efi: Fix valid BAR address range check

2016-05-04 Thread Ingo Molnar
* Matt Fleming wrote: > On Wed, 04 May, at 08:35:24AM, Ingo Molnar wrote: > > > > * Matt Fleming wrote: > > > > > From: Wang YanQing > > > > > > We can't just break out when meet start is equal to zero, > > > > Hm, wot? > > The existing code treats address 0x0 as invalid for a PCI BAR ran

Re: [RFC PATCH 0/0] VFS:userns: support portable root filesystems

2016-05-04 Thread Djalal Harouni
Hi Josh, Thanks for the reply! I'll resend this RFC soon, as it seems that I receive from mailing lists but can't send... probably some filters... my domain was dead for a short period... On Tue, May 03, 2016 at 05:41:07PM -0700, Josh Triplett wrote: > On Wed, May 04, 2016 at 01:21:46AM +0200, Dj

Re: [PATCH] rtc: rv3029: hide unused i2c device table

2016-05-04 Thread Alexandre Belloni
On 04/05/2016 at 11:50:02 +0200, Arnd Bergmann wrote : > The added support for SPI mode made it possible to configure the driver > when I2C is disabled, leaving an unused device table: > > drivers/rtc/rtc-rv3029c2.c:794:29: error: 'rv3029_id' defined but not used > [-Werror=unused-variable] > >

Re: [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver

2016-05-04 Thread Andy Shevchenko
On Wed, May 4, 2016 at 12:51 PM, Bryan O'Donoghue wrote: > On Wed, 2016-05-04 at 12:42 +0300, Andy Shevchenko wrote: >> On Wed, May 4, 2016 at 12:31 PM, Bryan O'Donoghue >> wrote: >> > Andy, >> > >> > If you are going to start removing working PCI devices from the PCI >> > config table in favour

Re: [PATCH v7 16/24] i2c: allow adapter drivers to override the adapter locking

2016-05-04 Thread Peter Rosin
Hi! On 2016-05-03 23:38, Wolfram Sang wrote: > On Wed, Apr 20, 2016 at 05:17:56PM +0200, Peter Rosin wrote: >> Add i2c_lock_bus() and i2c_unlock_bus(), which call the new lock_bus and >> unlock_bus ops in the adapter. These funcs/ops take an additional flags >> argument that indicates for what pur

Re: [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces

2016-05-04 Thread Aleksa Sarai
However, I agree with James that this patchset isn't ideal (it was my first rough attempt). I think I'll get to work on properly virtualising /sys/fs/cgroup, which will allow for a new cgroup namespace to modify subtrees (but without allowing for cgroup escape) -- by pinning what pid namespace the

Re: [PATCH v3] mmc: sdhci-of-arasan: fix set_clock when a phy is supported

2016-05-04 Thread Adrian Hunter
On 04/05/16 04:43, Shawn Lin wrote: > commit 61b914eb81f8 ("mmc: sdhci-of-arasan: add phy support for > sdhci-of-arasan") introduce phy support for arasan. According to > the vendor's databook, we should make sure the phy is in poweroff > status before we configure the clk stuff. Otherwise it may c

Re: Kernel docs: muddying the waters a bit

2016-05-04 Thread Jani Nikula
On Wed, 04 May 2016, Markus Heiser wrote: > but I think this will not by very helpful, as long as you miss > a similar ".tmpl" workflow for reST documents. > > I'am working on a reST directive (named: "kernel-doc") to provide a > similar ".tmpl" workflow within plain reST. The first step towards

Re: [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver

2016-05-04 Thread Bryan O'Donoghue
On Wed, 2016-05-04 at 12:42 +0300, Andy Shevchenko wrote: > On Wed, May 4, 2016 at 12:31 PM, Bryan O'Donoghue > wrote: > > Andy, > > > > If you are going to start removing working PCI devices from the PCI > > config table in favour of a shim in SERIAL_8250_LPSS then the very > > minimum should be

[PATCH] rtc: rv3029: hide unused i2c device table

2016-05-04 Thread Arnd Bergmann
The added support for SPI mode made it possible to configure the driver when I2C is disabled, leaving an unused device table: drivers/rtc/rtc-rv3029c2.c:794:29: error: 'rv3029_id' defined but not used [-Werror=unused-variable] This moves the table inside of the #ifdef section that has the only u

Re: [PATCH v2] cgroup: allow management of subtrees by new cgroup namespaces

2016-05-04 Thread Aleksa Sarai
Perhaps what you should to be arguing then that the default permissions of the cgroup directories need to be all rwx for everyone and then your patch becomes unnecessary? I don't think that would be the nicest way of dealing with this (then a process can make very large numbers of cgroups all ov

Re: [PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark

2016-05-04 Thread Andy Shevchenko
On Wed, May 4, 2016 at 1:55 AM, Greg Kroah-Hartman wrote: > On Wed, Apr 27, 2016 at 04:48:03PM +0300, Andy Shevchenko wrote: >> This is combined series of two things: >> - split out the Intel LPSS specific driver from 8250_pci into 8250_lpss >> - enable DMA support on Intel Quark UART >> >> The pa

Re: [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver

2016-05-04 Thread Andy Shevchenko
On Wed, May 4, 2016 at 12:31 PM, Bryan O'Donoghue wrote: > On Wed, 2016-04-27 at 16:48 +0300, Andy Shevchenko wrote: >> Intel Quark has DesignWare UART. Move the code from 8250_pci to >> 8250_lpss. >> >> Signed-off-by: Andy Shevchenko >> --- >> drivers/tty/serial/8250/8250_lpss.c | 11 ++

Re: [PATCH v7 2/2] memory: atmel-ebi: add DT bindings documentation

2016-05-04 Thread Boris Brezillon
Hi Rob, On Tue, 3 May 2016 14:11:04 -0500 Rob Herring wrote: > On Tue, May 3, 2016 at 11:51 AM, Boris Brezillon > wrote: > > Hi Rob, > > > > On Tue, 3 May 2016 11:40:19 -0500 > > Rob Herring wrote: > > > >> On Thu, Apr 28, 2016 at 02:03:27PM +0200, Boris Brezillon wrote: > >> > The EBI (Extern

Re: [PATCH] [for 4.7] arm-ccn: Enable building as module

2016-05-04 Thread Suzuki K Poulose
On 28/04/16 16:05, Suzuki K Poulose wrote: arm-ccn driver uses irq_set_affinity, which is not exported and hence cannot be built as a module, eventhough we have all the bits ready. This patch makes use of the exported helper irq_set_affinity_hint() instead. Also, the __free_irq expects the affini

Re: Kernel docs: muddying the waters a bit

2016-05-04 Thread Markus Heiser
Hi all, (hi Jonathan, please take note of my offer below) Am 03.05.2016 um 16:31 schrieb Daniel Vetter : > Hi all, > > So sounds like moving ahead with rst/sphinx is the option that should > allow us to address everyone's concerns eventually? Of course the > first one won't have it all (media se

Re: [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver

2016-05-04 Thread Bryan O'Donoghue
On Wed, 2016-04-27 at 16:48 +0300, Andy Shevchenko wrote: > Intel Quark has DesignWare UART. Move the code from 8250_pci to > 8250_lpss. > > Signed-off-by: Andy Shevchenko > --- > drivers/tty/serial/8250/8250_lpss.c | 11 +++ > drivers/tty/serial/8250/8250_pci.c | 15 +-- >

Re: [PATCH] efi/capsule: Make efi_capsule_pending() lockless

2016-05-04 Thread Borislav Petkov
On Tue, May 03, 2016 at 03:12:01PM +0100, Matt Fleming wrote: > We can find ourselves in the reboot code even if the admin has not > executed the reboot command. The trace above shows we entered because > the kernel panic()'d and it was booted with panic=-1. I knew you were gonna say something lik

[PATCH] usb: Remove unnecessary space before operator ','.

2016-05-04 Thread Sandhya Bankar
Remove unnecessary space before operator ','. Signed-off-by: Sandhya Bankar --- drivers/usb/phy/phy-twl6030-usb.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/phy/phy-twl6030-usb.c b/drivers/usb/phy/phy-twl6030-usb.c index 014dbbd7..24e2b3c 100644 -

Re: [PATCH v2] mmc: sdhci-of-arasan: fix set_clock when a phy is supported

2016-05-04 Thread Shawn Lin
在 2016/5/4 16:35, Heiko Stuebner 写道: Am Mittwoch, 4. Mai 2016, 09:48:55 schrieb Shawn Lin: 在 2016/4/28 18:38, Ulf Hansson 写道: On 28 April 2016 at 10:38, Shawn Lin wrote: commit 61b914eb81f8 ("mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan") introduce phy support for arasan. Accordi

Re: [PATCH 2/3] x86/sysfb_efi: Fix valid BAR address range check

2016-05-04 Thread Matt Fleming
On Wed, 04 May, at 08:35:24AM, Ingo Molnar wrote: > > * Matt Fleming wrote: > > > From: Wang YanQing > > > > We can't just break out when meet start is equal to zero, > > Hm, wot? The existing code treats address 0x0 as invalid for a PCI BAR range start address, but 0x0 is actually possible

Re: [PATCH 6/6] mm/page_owner: use stackdepot to store stacktrace

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 11:35:00, Joonsoo Kim wrote: [...] > Oops... I think more deeply and change my mind. In recursion case, > stack is consumed more than 1KB and it would be a problem. I think > that best approach is using preallocated per cpu entry. It will also > close recursion detection issue by pa

Re: [PATCH v10 0/8] Add MT8173 Video Encoder Driver and VPU Driver

2016-05-04 Thread tiffany lin
Hi Hans, On Wed, 2016-05-04 at 10:25 +0200, Hans Verkuil wrote: > > On 05/04/2016 10:19 AM, tiffany lin wrote: > > Hi Hans, > > > > On Wed, 2016-05-04 at 09:32 +0200, Hans Verkuil wrote: > >> Hi Tiffany, > >> > >> On 05/03/2016 12:11 PM, Tiffany Lin wrote: > >>> == > >>> Introductio

Re: [PATCH 6/6] mm/page_owner: use stackdepot to store stacktrace

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 11:14:50, Joonsoo Kim wrote: > On Tue, May 03, 2016 at 10:53:56AM +0200, Michal Hocko wrote: > > On Tue 03-05-16 14:23:04, Joonsoo Kim wrote: [...] > > > Memory saving looks as following. (Boot 4GB memory system with page_owner) > > > > > > 92274688 bytes -> 25165824 bytes > > > >

Re: [PATCH v2 2/6] mmc: core: add mmc-hs400-enhanced-strobe support

2016-05-04 Thread Shawn Lin
On 2016/5/4 16:12, Ulf Hansson 写道: On 29 April 2016 at 04:46, Shawn Lin wrote: This patch introduce mmc-hs400-enhanced-strobe for platforms which want to enable enhanced strobe function from DT if the mmc host controller claims to support enhanced strobe. Signed-off-by: Shawn Lin --- Change

[PATCH] usb: Remove unnecessary space before open square bracket.

2016-05-04 Thread Sandhya Bankar
Remove unnecessary space before open square bracket. Signed-off-by: Sandhya Bankar --- drivers/usb/isp1760/isp1760-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/isp1760/isp1760-if.c b/drivers/usb/isp1760/isp1760-if.c index 264be4d..9535b28 100644 --- a/driv

[PATCH] mmc: block: improve logging of handling emmc timeouts

2016-05-04 Thread Amit Pundir
From: Ken Sumrall Add some logging to make it clear just how the emmc timeout was handled. Cc: Ulf Hansson Cc: Adrian Hunter Cc: Shawn Lin Cc: Jon Hunter Cc: Grant Grundler Cc: Luca Porzio Cc: Android Kernel Team Cc: Sumit Semwal Cc: John Stultz Signed-off-by: Ken Sumrall [AmitP: cherr

Re: [RFC PATCH 1/7] ALSA: ac97: split out the generic ac97 registers

2016-05-04 Thread Mark Brown
On Tue, May 03, 2016 at 09:22:05PM +0200, Robert Jarzmik wrote: > Mark Brown writes: > > On Sat, Apr 30, 2016 at 11:15:33PM +0200, Robert Jarzmik wrote: > >> Split out from the ac97_codec.h the ac97 generic registers, which can be > >> used by a codec, typically a generic ac97 codec, and by the

Re: [PATCH 09/18] ASoC: sti: Update DT example to match the driver code

2016-05-04 Thread Arnd Bergmann
On Wednesday 04 May 2016 09:52:19 Arnaud Pouliquen wrote: > hello Arnd, peter, > > On 04/26/2016 01:44 PM, Arnd Bergmann wrote: > > On Tuesday 26 April 2016 12:15:32 Peter Griffin wrote: > >>> > If not what would you recommend instead? > >>> > >>> It's still not clear to me what that bit in

Re: [PATCH net-next v2] block/drbd: use nla_put_u64_64bit()

2016-05-04 Thread Lars Ellenberg
On Tue, May 03, 2016 at 12:05:56PM -0400, David Miller wrote: > From: Lars Ellenberg > Date: Tue, 3 May 2016 12:06:44 +0200 > > > Please just NOT use an additional "field", > > but always use 0 to pad. > > You can't, it doesn't work. I did, and it *did* work. At least, it appeared to. I'm not

Re: [PATCH 0/6] Intel Secure Guard Extensions

2016-05-04 Thread Dr. Greg Wettstein
On Tue, May 03, 2016 at 05:38:40PM +0200, Pavel Machek wrote: > Hi! Good morning, I hope everyone's day is starting out well. > > I told my associates the first time I reviewed this technology that > > SGX has the ability to be a bit of a Pandora's box and it seems to be > > following that cours

Re: [PATCH 14/14] mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 15:27:48, Joonsoo Kim wrote: > On Wed, Apr 20, 2016 at 03:47:27PM -0400, Michal Hocko wrote: [...] > > +bool compaction_zonelist_suitable(struct alloc_context *ac, int order, > > + int alloc_flags) > > +{ > > + struct zone *zone; > > + struct zoneref *z; > > + > > +

Re: v4.6-rc1 regression bisected, Problem loading in-kernel X.509 certificate (-2)

2016-05-04 Thread David Howells
Tadeusz Struk wrote: > I think the problem is that pkcs1pad template needs CRYPTO_MANAGER, but > your configuration doesn't enable CRYPTO_MANAGER. Could you try this > please: > > diff --git a/crypto/Kconfig b/crypto/Kconfig > index 93a1fdc..1d33beb 100644 > --- a/crypto/Kconfig > +++ b/crypto/K

Re: Regression in v4.6-rc due to SCSI multipath change

2016-05-04 Thread Hannes Reinecke
On 05/04/2016 08:51 AM, Paul Mackerras wrote: > Current upstream kernels fail to boot on my POWER8 server with > multipath SCSI disks and IPR host bus adapters. What happens is that > the system finds each disk twice (as normal) and then prints messages > like this: > > [2.827761] sd 1:2:4:0:

[GIT PULL] Security subsystem - IMA fix for v4.6

2016-05-04 Thread James Morris
Please pull this fix for the IMA code. The following changes since commit 83858a701cf3271f81dd321c2a81e5666c6ca8f4: Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2016-05-03 18:02:38 -0700) are available in the git repository at: git

Re: [RESEND PATCH v10 4/4] power: wm831x_power: Support USB charger current limit management

2016-05-04 Thread Mark Brown
On Wed, May 04, 2016 at 08:59:23AM +0530, Manish Badarkhe wrote: > > They're in the silicon, it's just a table of values that were put into > > the silicon at design time. The defines would just be TABLE_ENTRY_1 or > > whatever. > Thanks for the clarification, In that case, comments/documentatio

Re: [PATCH 12/14] mm, oom: protect !costly allocations some more

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 15:31:12, Joonsoo Kim wrote: > On Wed, May 04, 2016 at 03:01:24PM +0900, Joonsoo Kim wrote: > > On Wed, Apr 20, 2016 at 03:47:25PM -0400, Michal Hocko wrote: [...] > > > @@ -3408,6 +3456,17 @@ __alloc_pages_slowpath(gfp_t gfp_mask, unsigned > > > int order, > > >

Re: [PATCH 12/14] mm, oom: protect !costly allocations some more

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 15:01:24, Joonsoo Kim wrote: > On Wed, Apr 20, 2016 at 03:47:25PM -0400, Michal Hocko wrote: [...] Please try to trim your responses it makes it much easier to follow the discussion > > +static inline bool > > +should_compact_retry(unsigned int order, enum compact_result > > comp

Re: [PATCH 0.14] oom detection rework v6

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 10:12:43, Vlastimil Babka wrote: > On 05/04/2016 07:45 AM, Joonsoo Kim wrote: > >I still don't agree with some part of this patchset that deal with > >!costly order. As you know, there was two regression reports from Hugh > >and Aaron and you fixed them by ensuring to trigger compac

Re: [PATCH v6 09/12] usb: gadget: udc: adapt to OTG core

2016-05-04 Thread Peter Chen
On Wed, May 04, 2016 at 11:40:56AM +0300, Roger Quadros wrote: > On 04/05/16 11:03, Jun Li wrote: > > Hi > > > >> -Original Message- > >> From: Roger Quadros [mailto:rog...@ti.com] > >> Sent: Wednesday, May 04, 2016 2:37 PM > >> To: Peter Chen > >> Cc: Jun Li ; st...@rowland.harvard.edu;

Re: [PATCH 0.14] oom detection rework v6

2016-05-04 Thread Michal Hocko
On Wed 04-05-16 14:45:02, Joonsoo Kim wrote: > On Wed, Apr 20, 2016 at 03:47:13PM -0400, Michal Hocko wrote: > > Hi, > > > > This is v6 of the series. The previous version was posted [1]. The > > code hasn't changed much since then. I have found one old standing > > bug (patch 1) which just got mu

Re: [RFC PATCH v2 17/18] livepatch: change to a per-task consistency model

2016-05-04 Thread Petr Mladek
On Thu 2016-04-28 15:44:48, Josh Poimboeuf wrote: > Change livepatch to use a basic per-task consistency model. This is the > foundation which will eventually enable us to patch those ~10% of > security patches which change function or data semantics. This is the > biggest remaining piece needed

[PATCH v3 2/2] MAINTAINERS: Update the files to include the Qualcomm DMA folder

2016-05-04 Thread Pramod Gurav
Recently all qcom dma drivers were moved a separate directory. Update the files to include the same Signed-off-by: Pramod Gurav --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d826f1b..2327f92 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1407

[PATCH v3 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-04 Thread Pramod Gurav
Adds pm_runtime support for BAM DMA so that clock is enabled only when there is a transaction going on to help save power. Signed-off-by: Pramod Gurav --- Changes in v2: - Handled return values of pm_runtime_get_sync to return error - Rework remove function drivers/dma/qcom/bam_dma.c | 98 +

Re: [PATCH v6 09/12] usb: gadget: udc: adapt to OTG core

2016-05-04 Thread Roger Quadros
On 04/05/16 11:03, Jun Li wrote: > Hi > >> -Original Message- >> From: Roger Quadros [mailto:rog...@ti.com] >> Sent: Wednesday, May 04, 2016 2:37 PM >> To: Peter Chen >> Cc: Jun Li ; st...@rowland.harvard.edu; ba...@kernel.org; >> gre...@linuxfoundation.org; peter.c...@freescale.com; >> d

Re: [PATCH v2] mmc: sdhci-of-arasan: fix set_clock when a phy is supported

2016-05-04 Thread Heiko Stuebner
Am Mittwoch, 4. Mai 2016, 09:48:55 schrieb Shawn Lin: > 在 2016/4/28 18:38, Ulf Hansson 写道: > > On 28 April 2016 at 10:38, Shawn Lin wrote: > >> commit 61b914eb81f8 ("mmc: sdhci-of-arasan: add phy support for > >> sdhci-of-arasan") introduce phy support for arasan. According to > >> the vendor's da

Re: sound: deadlock involving snd_hrtimer_callback

2016-05-04 Thread Dmitry Vyukov
On Mon, May 2, 2016 at 1:54 PM, Dmitry Vyukov wrote: > On Sun, Apr 24, 2016 at 11:31 PM, Takashi Iwai wrote: >> On Sun, 24 Apr 2016 19:09:48 +0200, >> Dmitry Vyukov wrote: >>> >>> On Sun, Apr 24, 2016 at 6:16 PM, Takashi Iwai wrote: >>> > On Sun, 24 Apr 2016 17:16:32 +0200, >>> > Dmitry Vyukov w

Re: [PATCH for v4.6] lib/stackdepot: avoid to return 0 handle

2016-05-04 Thread Alexander Potapenko
On Tue, May 3, 2016 at 7:13 AM, wrote: > From: Joonsoo Kim > > Recently, we allow to save the stacktrace whose hashed value is 0. > It causes the problem that stackdepot could return 0 even if in success. > User of stackdepot cannot distinguish whether it is success or not so we > need to solve

Re: [PATCH 0.14] oom detection rework v6

2016-05-04 Thread Joonsoo Kim
On Wed, May 04, 2016 at 10:12:43AM +0200, Vlastimil Babka wrote: > On 05/04/2016 07:45 AM, Joonsoo Kim wrote: > >I still don't agree with some part of this patchset that deal with > >!costly order. As you know, there was two regression reports from Hugh > >and Aaron and you fixed them by ensuring t

Re: [PATCH v10] mtd: spi-nor: add hisilicon spi-nor flash controller driver

2016-05-04 Thread Jiancheng Xue
Hi Cyrille, On 2016/4/27 19:55, Cyrille Pitchen wrote: > Hi Jiancheng, > > Le 19/04/2016 09:27, Jiancheng Xue a écrit : >> From: Jiancheng Xue >> >> Add hisilicon spi-nor flash controller driver > > [...] >> +enum hifmc_iftype { >> +IF_TYPE_STD, >> +IF_TYPE_DUAL, >> +IF_TYPE_DIO, >>

Re: [PATCH v10 0/8] Add MT8173 Video Encoder Driver and VPU Driver

2016-05-04 Thread Hans Verkuil
On 05/04/2016 10:19 AM, tiffany lin wrote: > Hi Hans, > > On Wed, 2016-05-04 at 09:32 +0200, Hans Verkuil wrote: >> Hi Tiffany, >> >> On 05/03/2016 12:11 PM, Tiffany Lin wrote: >>> == >>> Introduction >>> == >>> >>> The purpose of this series is to add the driver for vid

[PATCH v2] mmc: omap: Use dma_request_chan() for requesting DMA channel

2016-05-04 Thread Peter Ujfalusi
With the new dma_request_chan() the client driver does not need to look for the DMA resource and it does not need to pass filter_fn anymore. By switching to the new API the driver can now support deferred probing against DMA. Signed-off-by: Peter Ujfalusi CC: Ulf Hansson CC: Jarkko Nikula --- H

Re: [PATCH v10 0/8] Add MT8173 Video Encoder Driver and VPU Driver

2016-05-04 Thread tiffany lin
Hi Hans, On Wed, 2016-05-04 at 09:32 +0200, Hans Verkuil wrote: > Hi Tiffany, > > On 05/03/2016 12:11 PM, Tiffany Lin wrote: > > == > > Introduction > > == > > > > The purpose of this series is to add the driver for video codec hw embedded > > in the Mediatek's MT8173 S

[PATCH 4.4 000/163] 4.4.9-stable review

2016-05-04 Thread Sedat Dilek
>From [1]... [ QUOTE ] This is the start of the stable review cycle for the 4.4.9 release. There are 163 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 should be made by Thu May 5 00:04:47 UT

RE: [PATCH v6 09/12] usb: gadget: udc: adapt to OTG core

2016-05-04 Thread Jun Li
Hi > -Original Message- > From: Roger Quadros [mailto:rog...@ti.com] > Sent: Wednesday, May 04, 2016 2:37 PM > To: Peter Chen > Cc: Jun Li ; st...@rowland.harvard.edu; ba...@kernel.org; > gre...@linuxfoundation.org; peter.c...@freescale.com; > dan.j.willi...@intel.com; jun...@freescale.co

Re: [PATCH 1/2] usb: configfs: allow UDC binding rule configured as binding to *any* UDC

2016-05-04 Thread Krzysztof Opasiak
On 05/03/2016 05:04 AM, changbin...@intel.com wrote: > From: "Du, Changbin" > > On most platforms, there is only one device controller available. > In this case, we desn't care the UDC's name. So let's ignore the > name by setting 'UDC' to 'any'. Hmm libubsgx allows to do this for a very long

Re: [PATCH 0.14] oom detection rework v6

2016-05-04 Thread Vlastimil Babka
On 05/04/2016 07:45 AM, Joonsoo Kim wrote: I still don't agree with some part of this patchset that deal with !costly order. As you know, there was two regression reports from Hugh and Aaron and you fixed them by ensuring to trigger compaction. I think that these show the problem of this patchset

Re: [PATCH v2 2/6] mmc: core: add mmc-hs400-enhanced-strobe support

2016-05-04 Thread Ulf Hansson
On 29 April 2016 at 04:46, Shawn Lin wrote: > This patch introduce mmc-hs400-enhanced-strobe for platforms > which want to enable enhanced strobe function from DT if the > mmc host controller claims to support enhanced strobe. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - switch to

Re: [PATCH V6 01/13] pci, acpi, x86, ia64: Move ACPI host bridge device companion assignment to core code.

2016-05-04 Thread Tomasz Nowicki
On 27.04.2016 04:45, Bjorn Helgaas wrote: [question for Rafael below] On Fri, Apr 15, 2016 at 07:06:36PM +0200, Tomasz Nowicki wrote: Currently we have two platforms (x86 & ia64) capable of PCI ACPI host bridge initialization. They both use arch-specific sysdata to pass down parent device refer

Re: [PATCH] leds-pca963x: add bindings to invert polarity

2016-05-04 Thread Olliver Schinagl
Hey Jacek, On 04-05-16 09:55, Anders Darander wrote: Hi, Thanks for the info. * Jacek Anaszewski [160504 09:28]: Please note that there has already been an attempt to add the support for inverted output polarity to this driver and related discussion [1]. This thread remains quiet for around

Re: [PATCH] usb: gadget: f_fs: Fix kernel panic for SuperSpeed

2016-05-04 Thread Jim Lin
On 2016年04月29日 19:57, Felipe Balbi wrote: * PGP Signed by an unknown key Hi, Jim Lin writes: On 2016年04月28日 20:21, Felipe Balbi wrote: I also attach git log of system/core/adb/usb_linux_client.cpp of Android N for your reference. " Author: Badhri Jagan Sridharan Date: Mon Oct 5 13:04:03

Re: [PATCH] usb: xhci-mtk: fixup mouse wakeup failure during system suspend

2016-05-04 Thread Felipe Balbi
Hi, chunfeng yun writes: > On Tue, 2016-05-03 at 12:33 +0300, Felipe Balbi wrote: >> Hi, >> >> chunfeng yun writes: >> >> chunfeng yun writes: >> >> > On Thu, 2016-04-21 at 10:04 +0800, Chunfeng Yun wrote: >> >> >> Click mouse after xhci suspend completion but before system suspend >> >> >> c

Re: [PATCH v6 09/12] usb: gadget: udc: adapt to OTG core

2016-05-04 Thread Peter Chen
On Wed, May 04, 2016 at 09:37:29AM +0300, Roger Quadros wrote: > Peter, > > On 04/05/16 06:35, Peter Chen wrote: > > On Tue, May 03, 2016 at 06:44:46PM +0300, Roger Quadros wrote: > >> Hi, > >> > >> On 03/05/16 10:06, Jun Li wrote: > >>> Hi > >>> > >>> /** > >>> + * usb_gadget_sta

Re: [PATCH] drivers: usb: dwc3 : Configure DMA properties and ops from DT

2016-05-04 Thread Felipe Balbi
Hi, Rajesh Bhagat writes: > On certain platforms (e.g. ARM64) the dma_ops needs to be explicitly set > to be able to do DMA allocations, so use the of_dma_configure() helper > to populate the dma properties and assign an appropriate dma_ops. > > Signed-off-by: Rajesh Bhagat > Reviewed-by: Yang-

Re: [REGRESSION] asix: Lots of asix_rx_fixup() errors and slow transmissions

2016-05-04 Thread Dean Jenkins
On 04/05/16 01:28, David B. Robins wrote: Here is the code snippet from the patch with my annotations between # #, I will try to explain my intentions. Feel free to point out any flaws: if (rx->remaining && (rx->remaining + sizeof(u32) <= skb->len)) { # Only runs when rx->remainin

Re: [PATCH] leds-pca963x: add bindings to invert polarity

2016-05-04 Thread Anders Darander
Hi, Thanks for the info. * Jacek Anaszewski [160504 09:28]: > Please note that there has already been an attempt to add > the support for inverted output polarity to this driver and related > discussion [1]. This thread remains quiet for around two weeks. Ah, nice coincidence! Unfortunately, I

Re: [PATCH 09/18] ASoC: sti: Update DT example to match the driver code

2016-05-04 Thread Arnaud Pouliquen
hello Arnd, peter, On 04/26/2016 01:44 PM, Arnd Bergmann wrote: > On Tuesday 26 April 2016 12:15:32 Peter Griffin wrote: >>> If not what would you recommend instead? >>> >>> It's still not clear to me what that bit in the syscfg register >>> is for. Given the error message about "sti-audio-c

Re: [PATCH 2/2] irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratum

2016-05-04 Thread Marc Zyngier
On 04/05/16 00:47, Ray Jui wrote: > Alex Barba discovered Broadcom NS2 GICv2m > implementation has an erratum where the MSI data needs to be the SPI > number subtracted by an offset of 32, for the correct MSI interrupt to > be triggered. > > We are aware that APM X-Gene GICv2m has a similar errat

Re: Regression in inv_mpu6050: 4.6.0-rc5

2016-05-04 Thread Jonathan Cameron
On 03/05/16 19:54, Crestez Dan Leonard wrote: > On 05/01/2016 10:58 PM, Jonathan Cameron wrote: >> On 27/04/16 16:56, One Thousand Gnomes wrote: >>> On Tue, 26 Apr 2016 18:07:55 -0500 >>> Michael Welling wrote: >>> On Tue, Apr 26, 2016 at 11:26:51PM +0100, One Thousand Gnomes wrote: > >>>

Re: [v9, 6/7] MAINTAINERS: add entry for Freescale SoC driver

2016-05-04 Thread Ulf Hansson
On 4 May 2016 at 05:24, Yangbo Lu wrote: > Add maintainer entry for Freescale SoC driver including > the QE library and the GUTS driver now. Also add maintainer > for QE library. > > Signed-off-by: Yangbo Lu So I need an ack from Scott and Qiang for this one, then I intend to queue up the series

Re: [PATCH] usb: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support

2016-05-04 Thread Johan Hovold
On Tue, May 03, 2016 at 01:46:51PM +0200, Mathieu OTHACEHE wrote: > > No, I was trying to say that the we should not attempt to load a > > firmware on the "ti_usb-v%04x-p%04x.fw" format before loading the moxa > > firmware. > > For MTS devices (mts_*.fw) and for devices using generic firmware (ti_

Re: [PATCH v4 1/1] mfd: intel-lpss: save register context on suspend

2016-05-04 Thread Lee Jones
On Mon, 02 May 2016, Heikki Krogerus wrote: > Hi Lee, > > On Mon, Apr 25, 2016 at 12:41:28PM +0100, Lee Jones wrote: > > On Mon, 18 Apr 2016, Andy Shevchenko wrote: > > > > > From: Heikki Krogerus > > > > > > All configurations are lost and the registers will have > > > default values when the

Re: [PATCH v10 0/8] Add MT8173 Video Encoder Driver and VPU Driver

2016-05-04 Thread Hans Verkuil
Hi Tiffany, On 05/03/2016 12:11 PM, Tiffany Lin wrote: > == > Introduction > == > > The purpose of this series is to add the driver for video codec hw embedded > in the Mediatek's MT8173 SoCs. > Mediatek Video Codec is able to handle video encoding of in a range of > fo

Re: [PATCH] mmc: omap: Use dma_request_chan() for requesting DMA channel

2016-05-04 Thread Ulf Hansson
On 4 May 2016 at 05:59, Peter Ujfalusi wrote: > On 05/03/2016 11:00 PM, Peter Ujfalusi wrote: @@ -1382,29 +1379,31 @@ static int mmc_omap_probe(struct platform_device *pdev) goto err_free_iclk; } - dma_cap_zero(mask); - dma_ca

Re: [PATCH] arm64: tegra: fix compatible string for Tegra132 fuse node

2016-05-04 Thread Wei Ni
On 2016年05月04日 10:25, Wei Ni wrote: > > > On 2016年05月03日 23:21, Thierry Reding wrote: >> * PGP Signed by an unknown key >> >> On Tue, May 03, 2016 at 05:09:37PM +0800, Wei Ni wrote: >>> This patch changes the compatible of Tegra132 fuse node >>> to "nvidia,tegra132-efuse", instead of "nvidia,te

Re: [RESEND PATCH 1/3] rfkill: Create "rfkill-airplane-mode" LED trigger

2016-05-04 Thread Pavel Machek
Hi! > This creates a new LED trigger to be used by platform drivers as a > default trigger for airplane-mode indicator LEDs. > > By default this trigger will fire when RFKILL_OP_CHANGE_ALL is called > for all types (RFKILL_TYPE_ALL), setting the LED brightness to LED_FULL > when the changing the

Re: [PATCH] leds-pca963x: add bindings to invert polarity

2016-05-04 Thread Jacek Anaszewski
Hi Anders, Thanks for the patch. Please note that there has already been an attempt to add the support for inverted output polarity to this driver and related discussion [1]. This thread remains quiet for around two weeks. Cc Olliver and Ricardo. [1] https://lkml.org/lkml/2016/4/19/95 Best reg

Re: [PATCH v4 2/3] USB: serial: cp210x: Got rid of magic numbers in CRTSCTS flag code.

2016-05-04 Thread Johan Hovold
On Tue, May 03, 2016 at 07:52:23PM -0500, Konstantin Shkolnyy wrote: > Replaced magic numbers used in the CRTSCTS flag code with symbolic names > from the chip specification. > > Signed-off-by: Konstantin Shkolnyy This patch does not even compile. Please be more careful when resubmitting. There

Re: [PATCH] cpu/hotplug: handle unbalanced hotplug enable/disable

2016-05-04 Thread Lianwei Wang
On Mon, May 2, 2016 at 1:11 AM, Thomas Gleixner wrote: > On Fri, 29 Apr 2016, Lianwei Wang wrote: >> On Thu, Apr 28, 2016 at 5:44 PM, Thomas Gleixner wrote: >> > Wrong. This is the symptom. The root cause is in #1. Therefor you are >> > trying >> > to fix the symptom and not the root cause >> >

[tip:x86/platform] x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodes

2016-05-04 Thread tip-bot for Dimitri Sivanich
Commit-ID: f68376fc9e6dc15a08e16f08c95e503f19ad8e34 Gitweb: http://git.kernel.org/tip/f68376fc9e6dc15a08e16f08c95e503f19ad8e34 Author: Dimitri Sivanich AuthorDate: Fri, 29 Apr 2016 16:54:23 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:51 +0200 x86/platform/UV: Fix inc

[tip:x86/platform] x86/platform/UV: Remove Obsolete GRU MMR address translation

2016-05-04 Thread tip-bot for Dimitri Sivanich
Commit-ID: 40bfb8eedf1e7fa0535c685ff1000c05bcf7a637 Gitweb: http://git.kernel.org/tip/40bfb8eedf1e7fa0535c685ff1000c05bcf7a637 Author: Dimitri Sivanich AuthorDate: Fri, 29 Apr 2016 16:54:22 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:51 +0200 x86/platform/UV: Remove

[tip:x86/platform] x86/platform/UV: Update physical address conversions for UV4

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: c85375cd19966d5dd854cd8b8eada9be8f21fac1 Gitweb: http://git.kernel.org/tip/c85375cd19966d5dd854cd8b8eada9be8f21fac1 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:21 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:50 +0200 x86/platform/UV: Update physi

[tip:x86/platform] x86/platform/UV: Build GAM reference tables

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 6e27b91cf46834391c59062d3f26d277cc299f4b Gitweb: http://git.kernel.org/tip/6e27b91cf46834391c59062d3f26d277cc299f4b Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:20 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:50 +0200 x86/platform/UV: Build GAM re

[tip:x86/platform] x86/platform/UV: Add obtaining GAM Range Table from UV BIOS

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: ef93bf803999445985acb25f4ed8772e1aa81221 Gitweb: http://git.kernel.org/tip/ef93bf803999445985acb25f4ed8772e1aa81221 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:18 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:50 +0200 x86/platform/UV: Add obtainin

[tip:x86/platform] x86/platform/UV: Support UV4 socket address changes

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 1de329c10d9fbac4031f8eb30c4921c6efbf9faa Gitweb: http://git.kernel.org/tip/1de329c10d9fbac4031f8eb30c4921c6efbf9faa Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:19 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:50 +0200 x86/platform/UV: Support UV4

[tip:x86/platform] x86/platform/UV: Fold blade info into per node hub info structs

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 906f3b20da8c6ec3eeef81753b4af9b6780e2edc Gitweb: http://git.kernel.org/tip/906f3b20da8c6ec3eeef81753b4af9b6780e2edc Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:16 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:49 +0200 x86/platform/UV: Fold blade i

[tip:x86/platform] x86/platform/UV: Add UV4 addressing discovery function

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 405422d88c686e88b4241c0201fd96b61ab8bd77 Gitweb: http://git.kernel.org/tip/405422d88c686e88b4241c0201fd96b61ab8bd77 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:17 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:49 +0200 x86/platform/UV: Add UV4 addr

[tip:x86/platform] x86/platform/UV: Allocate common per node hub info structs on local node

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 3edcf2ff7ae50d1096030fab9a1bafb421e07d4c Gitweb: http://git.kernel.org/tip/3edcf2ff7ae50d1096030fab9a1bafb421e07d4c Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:15 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:49 +0200 x86/platform/UV: Allocate com

[tip:x86/platform] x86/platform/UV: Move blade local processor ID to the per cpu info struct

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 5627a8251f7861175b193a44dc3d8cb478d1135a Gitweb: http://git.kernel.org/tip/5627a8251f7861175b193a44dc3d8cb478d1135a Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:14 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:49 +0200 x86/platform/UV: Move blade l

[tip:x86/platform] x86/platform/UV: Move scir info to the per cpu info struct

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: d38bb135d814e96811e1a0778564d7a2df922e28 Gitweb: http://git.kernel.org/tip/d38bb135d814e96811e1a0778564d7a2df922e28 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:13 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:49 +0200 x86/platform/UV: Move scir in

[tip:x86/platform] x86/platform/UV: Create per cpu info structs to replace per hub info structs

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: 0045ddd23f21ad1964c01228257bc6c692e1c2f9 Gitweb: http://git.kernel.org/tip/0045ddd23f21ad1964c01228257bc6c692e1c2f9 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:12 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:48 +0200 x86/platform/UV: Create per c

[tip:x86/platform] x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: a2f28e6950cec75320a8c3c8747a6e3ad08cfd2b Gitweb: http://git.kernel.org/tip/a2f28e6950cec75320a8c3c8747a6e3ad08cfd2b Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:11 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:48 +0200 x86/platform/UV: Update MMIOH

[tip:x86/platform] x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitions

2016-05-04 Thread tip-bot for Mike Travis
Commit-ID: b608f87fe886d3ef7f9f8eb8ba58f45beb61c286 Gitweb: http://git.kernel.org/tip/b608f87fe886d3ef7f9f8eb8ba58f45beb61c286 Author: Mike Travis AuthorDate: Fri, 29 Apr 2016 16:54:10 -0500 Committer: Ingo Molnar CommitDate: Wed, 4 May 2016 08:48:48 +0200 x86/platform/UV: Clean up red

Re: [PATCH v2 0/4] Patches to allow consistent mmc / mmcblk numbering w/ device tree

2016-05-04 Thread Pavel Machek
On Fri 2016-04-29 19:12:48, Russell King - ARM Linux wrote: > On Fri, Apr 29, 2016 at 10:32:15AM -0700, Douglas Anderson wrote: > > This series picks patches from various different places to produce what > > I consider the best solution to getting consistent mmc and mmcblk > > ordering. > > > > Wh

[RFC PATCH] sched: reflect sched_entity movement into task_group's utilization

2016-05-04 Thread Vincent Guittot
Ensure that changes of the utilization of a sched_entity will be reflected in the task_group hierarchy down to the root cfs. This patch tries another way than the flat utilization hierarchy proposal to ensure that the changes will be propagated down to the root cfs. The way to compute the sched a

<    4   5   6   7   8   9   10   >