[PATCH v5 5/7] s390: mm/gup: add gup trace points

2015-12-09 Thread Yang Shi
Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux-s...@vger.kernel.org Signed-off-by: Yang Shi --- arch/s390/mm/gup.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/s390/mm/gup.c b/arch/s390/mm/gup.c index 12bbf0e..a1d5db7 100644 --- a/arch/s390/mm/gup.c +++

[PATCH v5 6/7] sh: mm/gup: add gup trace points

2015-12-09 Thread Yang Shi
Cc: linux...@vger.kernel.org Signed-off-by: Yang Shi --- arch/sh/mm/gup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/sh/mm/gup.c b/arch/sh/mm/gup.c index e7af6a6..dc80480 100644 --- a/arch/sh/mm/gup.c +++ b/arch/sh/mm/gup.c @@ -14,6 +14,8 @@ #include #include +#include

[PATCH v5 7/7] sparc64: mm/gup: add gup trace points

2015-12-09 Thread Yang Shi
Cc: "David S. Miller" Cc: sparcli...@vger.kernel.org Signed-off-by: Yang Shi --- arch/sparc/mm/gup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/sparc/mm/gup.c b/arch/sparc/mm/gup.c index 2e5c4fc..5a06c34 100644 --- a/arch/sparc/mm/gup.c +++ b/arch/sparc/mm/gup.c @@ -12,6

[PATCH v5 4/7] mips: mm/gup: add gup trace points

2015-12-09 Thread Yang Shi
Cc: linux-m...@linux-mips.org Acked-by: Ralf Baechle Signed-off-by: Yang Shi --- arch/mips/mm/gup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/mips/mm/gup.c b/arch/mips/mm/gup.c index 349995d..7d90883 100644 --- a/arch/mips/mm/gup.c +++ b/arch/mips/mm/gup.c @@ -15,6 +15,8 @@

Re: [RFC][PATCH] misc: Introduce reboot_reason driver

2015-12-09 Thread John Stultz
On Wed, Dec 9, 2015 at 12:50 AM, Sascha Hauer wrote: > On Tue, Dec 08, 2015 at 04:13:35PM -0800, John Stultz wrote: >> >> Is there a better way? Are enums for array indexes out of fashion? > > They are not, but you have declared a variable (reason_types) which you > don't use. You probably meant

Re: [PATCH v8 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2015-12-09 Thread kbuild test robot
Hi Jake, [auto build test WARNING on pci/next] [also build test WARNING on v4.4-rc4 next-20151209] url: https://github.com/0day-ci/linux/commits/jakeo-microsoft-com/PCI-hv-New-paravirtual-PCI-front-end-for-Hyper-V-VMs/20151210-035122 base: https://git.kernel.org/pub/scm/linux/kernel/git

Re: [PATCH 1/8] kernfs: Add API to generate relative kernfs path

2015-12-09 Thread Tejun Heo
Hello, Serge. On Wed, Dec 09, 2015 at 01:28:54PM -0600, serge.hal...@ubuntu.com wrote: > +/* kernfs_node_depth - compute depth from @from to @to */ > +static size_t kernfs_depth(struct kernfs_node *from, struct kernfs_node *to) ... > +char *kernfs_path(struct kernfs_node *kn, char *buf, size_t

Re: [PATCH V4 5/6] cpufreq: governor: replace per-cpu delayed work with timers

2015-12-09 Thread Rafael J. Wysocki
On Wednesday, December 09, 2015 07:34:42 AM Viresh Kumar wrote: > cpufreq governors evaluate load at sampling rate and based on that they > update frequency for a group of CPUs belonging to the same cpufreq > policy. > > This is required to be done in a single thread for all policy->cpus, but >

Re: [PATCH V2 2/3] PM / OPP: Parse 'opp-supported-hw' binding

2015-12-09 Thread Rafael J. Wysocki
On Wednesday, December 09, 2015 08:04:20 AM Viresh Kumar wrote: > On 09-12-15, 02:15, Rafael J. Wysocki wrote: > > If there are only the two patches, why don't you ask Lee to include them > > into the series he's working on? The dependency would be clear then too. > > His series was already out,

Re: [PATCH v1 5/8] clk: rockchip: allow more than 2 parents for cpuclk

2015-12-09 Thread Heiko Stuebner
Am Mittwoch, 9. Dezember 2015, 17:04:10 schrieb Jeffy Chen: > RK3228's armclk has 3 parents, so allow cpuclk to have > more than 2 parents. > > Signed-off-by: Jeffy Chen applied to my clk branch for 4.5 Thanks Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2015-12-09 Thread Andy Lutomirski
On Fri, Jun 13, 2014 at 2:39 AM, Michal Marek wrote: > Based on a x86-only patch by Andy Lutomirski > > With modular kernels, 'make install' is going to need the installed > modules at some point to generate the initramfs. > > Signed-off-by: Michal Marek > --- > Makefile | 6 ++ > 1 file

Re: [PATCH v2] RTC: RK808: Work around hardware bug on November 31st

2015-12-09 Thread Julius Werner
> Thinking about all this: these's actually a totally different > alternative approach we could take if you wanted. It would fix S5 and > avoid all the anchor stuff, unless I'm crazy. > > Basically totally give up on the RTC time reflecting reality. Add a > "real time to rk808" and "rk808 time

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

2015-12-09 Thread Mike Marshall
Hi all... I'm having a chicken-and-egg moment here... I think "posix acls: Remove duplicate xattr name definitions" got into linux-next after Linus committed Linux 4.4-rc4. Unless I merge my for-next with Linus' tree at the current (arbitrary) point, I need to wait until I can merge with rc5

Re: [tip:locking/core] sched/wait: Fix signal handling in bit wait helpers

2015-12-09 Thread NeilBrown
On Wed, Dec 09 2015, Peter Zijlstra wrote: > On Wed, Dec 09, 2015 at 12:06:33PM +1100, NeilBrown wrote: >> On Tue, Dec 08 2015, Peter Zijlstra wrote: >> >> >> >> > >> > *sigh*, so that patch was broken.. the below might fix it, but please >> > someone look at it, I seem to have a less than

Re: [PATCH] ARM: pxa: mark ezx structures as __maybe_unused

2015-12-09 Thread Arnd Bergmann
On Wednesday 09 December 2015 21:46:30 Robert Jarzmik wrote: > Arnd Bergmann writes: > > > The ezx platform contains multiple machine descriptors, but not all > > of them use all of the data structures, and it's possible to disable > > all of the machines, which produces some harmless warnings:

Re: [PATCH v4 3/7] x86: mm/gup: add gup trace points

2015-12-09 Thread Shi, Yang
On 12/9/2015 1:07 PM, Steven Rostedt wrote: On Wed, 9 Dec 2015 09:29:20 -0800 Yang Shi wrote: Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x...@kernel.org Signed-off-by: Yang Shi --- arch/x86/mm/gup.c | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH v1 6/8] ARM: rockchip: enable support for RK3228 SoCs

2015-12-09 Thread Heiko Stuebner
Am Mittwoch, 9. Dezember 2015, 17:04:11 schrieb Jeffy Chen: > Add a rockchip,rk3228 compatible. > > Signed-off-by: Jeffy Chen applied to my soc branch for 4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread kbuild test robot
Hi Geyslan, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.4-rc4 next-20151209] url: https://github.com/0day-ci/linux/commits/Geyslan-G-Bem/usb-host-ehci-h-cleanup-header-file/20151210-040115 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb

[PATCH] gigaset: turn nonsense checks into WARN_ON

2015-12-09 Thread Alan Cox
These checks do nothing useful to protect the code from races. On the other hand if the old code has been masking a real bug we would like to know about it. The check for tiocmset is kept because it is valid for a tty driver to have a NULL tiocmset method. That in itself is probably a mistake

Re: [PATCH] x86/entry/64: Remove duplicate syscall table for fast path

2015-12-09 Thread Andy Lutomirski
On Wed, Dec 9, 2015 at 1:08 PM, Brian Gerst wrote: > On Wed, Dec 9, 2015 at 1:53 PM, Andy Lutomirski wrote: >> On Wed, Dec 9, 2015 at 5:02 AM, Brian Gerst wrote: >>> Instead of using a duplicate syscall table for the fast path, create stubs >>> for >>> the syscalls that need pt_regs that save

Re: [PATCHv2] printf: Add format for 8-byte EUI-64 type

2015-12-09 Thread Joe Perches
On Wed, 2015-12-09 at 14:09 -0700, Keith Busch wrote: > MAC addresses may be formed using rules based on EUI-64, which is 2 bytes > longer than a typical 6-byte MAC. This patch adds a long specifier to > the %pM format to support the extended unique identifier. > > Since there are now two cases

n_tty: Check the other end of pty pair before returning EAGAIN on a read()

2015-12-09 Thread Marc Aurele La France
Greetings. The following four commits are some of the changes that have been made to the tty layer since kernel version 3.11: 1) f95499c3030fe1bfad57745f2db1959c5b43dca8 n_tty: Don't wait for buffer work in read() loop 2) f8747d4a466ab2cafe56112c51b3379f9fdb7a12 tty: Fix pty master

Re: [PATCH 3/4] firmware: actually return NULL on failed request_firmware_nowait()

2015-12-09 Thread Kees Cook
On Tue, Dec 8, 2015 at 6:38 PM, Brian Norris wrote: > The kerneldoc for request_firmware_nowait() says that it may call the > provided cont() callback with @fw == NULL, if the firmware request > fails. However, this is not the case when called with an empty string > (""). This case is

Re: [PATCH 1/4] test: firmware_class: report errors properly on failure

2015-12-09 Thread Kees Cook
On Tue, Dec 8, 2015 at 6:38 PM, Brian Norris wrote: > request_firmware() failures currently won't get reported at all (the > error code is discarded). What's more, we get confusing messages, like: > > # echo -n notafile > > /sys/devices/virtual/misc/test_firmware/trigger_request > [

Re: undefined reference to `nf_conntrack_untracked'

2015-12-09 Thread Pablo Neira Ayuso
On Sun, Dec 06, 2015 at 12:47:10PM +0800, kbuild test robot wrote: > Hi Pablo, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: a2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 > commit:

Re: [PATCH v3 0/5] Make cpuid <-> nodeid mapping persistent.

2015-12-09 Thread Yasuaki Ishimatsu
Hi Tang, I applied your patches into linux-4.4.0-rc4 and tried to boot up the system with mem= boot option, but system does not boot up. Unfortunately boot messages were not shown. So I cannot find out the reason. The reason of using the mem= boot option is to limit memory and create memoryless

Re: [PATCH 4/4] selftests: firmware: add empty string and async tests

2015-12-09 Thread Kees Cook
On Tue, Dec 8, 2015 at 6:38 PM, Brian Norris wrote: > Now that we've added a 'trigger_async_request' knob to test the > request_firmware_nowait() API, let's use it. Also add tests for the > empty ("") string, since there have been a couple errors in that > handling already. > > Since we know have

Re: [PATCH v2 1/3] dt-binding: power: Add otg regulator binding

2015-12-09 Thread Rob Herring
On Wed, Dec 9, 2015 at 1:59 PM, Bjorn Andersson wrote: > On Wed 09 Dec 06:36 PST 2015, Rob Herring wrote: > >> On Wed, Dec 9, 2015 at 6:55 AM, Tim Bird wrote: >> > On 12/08/2015 08:11 PM, Rob Herring wrote: >> >> On Tue, Dec 08, 2015 at 04:40:16PM -0800, Tim Bird wrote: >> >>> Add a binding for

[PATCHv2] printf: Add format for 8-byte EUI-64 type

2015-12-09 Thread Keith Busch
MAC addresses may be formed using rules based on EUI-64, which is 2 bytes longer than a typical 6-byte MAC. This patch adds a long specifier to the %pM format to support the extended unique identifier. Since there are now two cases that use the default ':' separator, this initializes the

Re: [PATCH 2/4] test: firmware_class: add asynchronous request trigger

2015-12-09 Thread Kees Cook
On Tue, Dec 8, 2015 at 6:38 PM, Brian Norris wrote: > We might want to test for bugs like that found in commit f9692b2699bd > ("firmware: fix possible use after free on name on asynchronous > request"), where the asynchronous request API had race conditions. > > Let's add a simple file that will

Re: [PATCH] x86/entry/64: Remove duplicate syscall table for fast path

2015-12-09 Thread Brian Gerst
On Wed, Dec 9, 2015 at 1:53 PM, Andy Lutomirski wrote: > On Wed, Dec 9, 2015 at 5:02 AM, Brian Gerst wrote: >> Instead of using a duplicate syscall table for the fast path, create stubs >> for >> the syscalls that need pt_regs that save the extra registers if a flag for >> the >> slow path is

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread kbuild test robot
Hi Geyslan, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.4-rc4 next-20151209] url: https://github.com/0day-ci/linux/commits/Geyslan-G-Bem/usb-host-ehci-h-cleanup-header-file/20151210-040115 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb

Re: [PATCH 2/2] perf/x86/intel/uncore: Add Knights Landing uncore PMU support

2015-12-09 Thread Harish Chegondi
On 12/08/2015 01:07 AM, Peter Zijlstra wrote: > On Mon, Dec 07, 2015 at 02:32:32PM -0800, Harish Chegondi wrote: >> @@ -981,6 +990,8 @@ static int __init uncore_pci_init(void) >> break; >> case 61: /* Broadwell */ >> ret = bdw_uncore_pci_init(); >> +case 87: /*

Re: [PATCH linux-next (v2) 3/3] mtd: brcmnand: Add support for the BCM6368

2015-12-09 Thread Florian Fainelli
Le 09/12/2015 12:43, Simon Arlott a écrit : > The BCM6368 has a NAND interrupt register with combined status and enable > registers. > > As the BCM6328, BCM6362 and BCM6368 all use v2.1 controllers, the first > variant that will work with this driver is the BCM63268 using a v4.0 > controller. >

Re: [PATCH] staging: drop kbuild workaround dummy module from top dir

2015-12-09 Thread Paul Gortmaker
[Re: [PATCH] staging: drop kbuild workaround dummy module from top dir] On 18/11/2015 (Wed 09:53) Greg Kroah-Hartman wrote: > On Wed, Nov 18, 2015 at 06:45:11PM +0100, Michal Marek wrote: > > Dne 17.11.2015 v 01:58 Paul Gortmaker napsal(a): > > > This is essentially a revert of

Re: [PATCH v4 3/7] x86: mm/gup: add gup trace points

2015-12-09 Thread Steven Rostedt
On Wed, 9 Dec 2015 09:29:20 -0800 Yang Shi wrote: > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x...@kernel.org > Signed-off-by: Yang Shi > --- > arch/x86/mm/gup.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/x86/mm/gup.c b/arch/x86/mm/gup.c

Re: [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

2015-12-09 Thread Arnd Bergmann
On Wednesday 09 December 2015 15:01:07 Johannes Weiner wrote: > On Wed, Dec 09, 2015 at 05:32:39PM +0100, Arnd Bergmann wrote: > > The change to move the kmem accounting into the normal memcg > > code means we can no longer use memcg with slob, which lacks > > the memcg_params member in its struct

Re: [PATCH linux-next (v2) 2/3] mtd: brcmnand: Request and enable the clock if present

2015-12-09 Thread Florian Fainelli
Le 09/12/2015 12:42, Simon Arlott a écrit : > Attempt to enable a clock named "nand" as some SoCs have a clock for the > controller that needs to be enabled. > > Signed-off-by: Simon Arlott Reviewed-by: Florian Fainelli > --- > Resend, no changes. > > drivers/mtd/nand/brcmnand/brcmnand.c |

Re: [PATCH linux-next (v2) 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding

2015-12-09 Thread Florian Fainelli
Le 09/12/2015 12:40, Simon Arlott a écrit : > Add device tree binding for NAND on the BCM6368. > > The BCM6368 has a NAND interrupt register with combined status and enable > registers. It also requires a clock, so add an optional clock to the > common brcmnand binding. > Reviewed-by: Florian

[GIT PULL] DeviceTree fixes for 4.4

2015-12-09 Thread Rob Herring
Hi Linus, Please pull DT fixes for 4.4. I think this should be all for 4.4. Rob The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8: Linux 4.4-rc3 (2015-11-29 18:58:26 -0800) are available in the git repository at:

Re: [PATCH] ARM: pxa: cm-x2xx: avoid duplicate macro warnings

2015-12-09 Thread Robert Jarzmik
Arnd Bergmann writes: > In an old commit, we worked around the duplicate definition of > GPIO24_SSP1_SFRM in cm-x2xx.c, which includes files for both > pxa25x and pxa27x. Apparently the problem has come back and we > now have four additional duplicate symbols that cause warnings: > > In file

Re: [PATCH 1/4] usb: host: ehci.h: cleanup header file

2015-12-09 Thread Geyslan G. Bem
2015-12-09 17:09 GMT-03:00 Greg Kroah-Hartman : > On Wed, Dec 09, 2015 at 04:57:30PM -0300, Geyslan G. Bem wrote: >> This patch silences >> - A coccinelle warning 'scripts/coccinelle/misc/compare_const_fl.cocci' >> - All the errors and many warnings shown by checkpatch > > "all" is a lot.

Re: [PATCH] net: emac: emac gigabit ethernet controller driver

2015-12-09 Thread David Miller
From: Fabio Estevam Date: Wed, 9 Dec 2015 18:37:35 -0200 > On Wed, Dec 9, 2015 at 6:09 PM, Timur Tabi wrote: > >>> +/* set MAC address */ >>> +void emac_mac_addr_clear(struct emac_adapter *adpt, u8 *addr) >>> +{ >>> + u32 sta; >>> + >>> + /* for example: 00-A0-C6-11-22-33 >>> +

[PATCH] pcmcia: vrc4173: delete obsolete driver

2015-12-09 Thread Julia Lawall
This driver contains a call to INIT_WORK with three arguments. Such a call has not been valid since Linux 2.6.19, so it is not likely that anyone is using the current version of this driver. Signed-off-by: Julia Lawall --- drivers/pcmcia/Kconfig |4 drivers/pcmcia/Makefile

Re: [PATCH v2 1/3] mm, printk: introduce new format string for flags

2015-12-09 Thread Vlastimil Babka
On 12/09/2015 12:29 PM, Arnd Bergmann wrote: > On Friday 04 December 2015 16:16:33 Vlastimil Babka wrote: >> --- a/include/linux/mmdebug.h >> +++ b/include/linux/mmdebug.h >> @@ -2,15 +2,20 @@ >> #define LINUX_MM_DEBUG_H 1 >> >> #include >> +#include >> +#include > > 8<- > Subject: mm:

Re: [PATCH] ARM: pxa: mark ezx structures as __maybe_unused

2015-12-09 Thread Robert Jarzmik
Arnd Bergmann writes: > The ezx platform contains multiple machine descriptors, but not all > of them use all of the data structures, and it's possible to disable > all of the machines, which produces some harmless warnings: > > mach-pxa/ezx.c:53:26: warning: 'ezx_pwm_lookup' defined but not

[PATCH linux-next (v2) 2/3] mtd: brcmnand: Request and enable the clock if present

2015-12-09 Thread Simon Arlott
Attempt to enable a clock named "nand" as some SoCs have a clock for the controller that needs to be enabled. Signed-off-by: Simon Arlott --- Resend, no changes. drivers/mtd/nand/brcmnand/brcmnand.c | 64 1 file changed, 50 insertions(+), 14 deletions(-)

[PATCH linux-next (v2) 3/3] mtd: brcmnand: Add support for the BCM6368

2015-12-09 Thread Simon Arlott
The BCM6368 has a NAND interrupt register with combined status and enable registers. As the BCM6328, BCM6362 and BCM6368 all use v2.1 controllers, the first variant that will work with this driver is the BCM63268 using a v4.0 controller. Set up the device by disabling and acking all interrupts,

Applied "regmap: cache: To suppress the noise of checkpatch" to the regmap tree

2015-12-09 Thread Mark Brown
The patch regmap: cache: To suppress the noise of checkpatch has been applied to the regmap tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

Applied "regmap: cache: Add 64-bit mode support" to the regmap tree

2015-12-09 Thread Mark Brown
The patch regmap: cache: Add 64-bit mode support has been applied to the regmap tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Re: [PATCH v2] of/address: replace printk() with pr_debug() / pr_err()

2015-12-09 Thread Joe Perches
On Wed, 2015-12-09 at 22:36 +0200, Andy Shevchenko wrote: [] > wondering if _NATIVE is better? I think CPU is better myself and it's already in use like: include/linux/iio/iio.h-enum iio_endian { include/linux/iio/iio.h:IIO_CPU, include/linux/iio/iio.h-IIO_BE,

Re: [Questions] perf c2c: What's the current status of perf c2c?

2015-12-09 Thread Joe Mario
On 12/09/2015 12:15 PM, Stephane Eranian wrote: If I recall the c2c tool is giving you more than the bouncing line. It shows you the offset inside the line and the participating CPUs. Correct. It shows much more than the bouncing line. Appended below is the output for running "perf c2c" on

[PATCH linux-next (v2) 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding

2015-12-09 Thread Simon Arlott
Add device tree binding for NAND on the BCM6368. The BCM6368 has a NAND interrupt register with combined status and enable registers. It also requires a clock, so add an optional clock to the common brcmnand binding. Signed-off-by: Simon Arlott --- Changed "nand-intr-base" reg name to

Re: [PATCH] spi-fsl-dspi: Fix CTAR Register access

2015-12-09 Thread Mark Brown
On Wed, Dec 09, 2015 at 11:51:39AM +0530, Bhuvanchandra DV wrote: > DSPI instances in Vybrid have a different amount of chip selects > and CTARs (Clock and transfer Attributes Register). In case of > DSPI1 we only have 2 CTAR registers and 4 CS. In present driver This doesn't apply against,

[GIT PULL] clk: fixes for 4.4

2015-12-09 Thread Stephen Boyd
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to

Re: [PATCH] ARM: pxa: use PWM lookup table for all machines

2015-12-09 Thread Robert Jarzmik
Arnd Bergmann writes: > The recent change to use a pwm lookup table for the ezx machines > was incomplete and only changed the a780 model, but not the > other ones in the same file. > > This adds the missing calls to pwm_add_table(). > > Signed-off-by: Arnd Bergmann > Fixes: c3322022897c ("ARM:

Re: [PATCH] net: emac: emac gigabit ethernet controller driver

2015-12-09 Thread Fabio Estevam
On Wed, Dec 9, 2015 at 6:09 PM, Timur Tabi wrote: >> +/* set MAC address */ >> +void emac_mac_addr_clear(struct emac_adapter *adpt, u8 *addr) >> +{ >> + u32 sta; >> + >> + /* for example: 00-A0-C6-11-22-33 >> +* 0<-->C6112233, 1<-->00A0. >> +*/ > > /* > * Multi-line

Re: [PATCH v2] of/address: replace printk() with pr_debug() / pr_err()

2015-12-09 Thread Andy Shevchenko
On Wed, Dec 9, 2015 at 10:17 PM, Rasmus Villemoes wrote: > On Wed, Dec 09 2015, Andy Shevchenko wrote: >> On Wed, Dec 9, 2015 at 9:28 PM, Joe Perches wrote: >>> +enum { >>> + DUMP_TYPE_CPU = 0, >> >> And still open this, do we need it? I think you may just mention in >> the documentation

[PATCH linux-next 2/2] MIPS: bmips: Add bcm6345-l1 interrupt controller

2015-12-09 Thread Simon Arlott
this driver. Signed-off-by: Simon Arlott --- Rebased against linux-next-20151209, no other changes. MAINTAINERS | 1 + arch/mips/Kconfig| 1 + arch/mips/bmips/irq.c| 10 +- drivers/irqchip/Kconfig | 5 + drivers/irqchip/Makefile

[RFC PATCH] mm: memcontrol: reign in CONFIG space madness

2015-12-09 Thread Johannes Weiner
Hey guys, there has been quite a bit of trouble that stems from dividing our CONFIG space and having to provide real code and dummy functions correctly in all possible combinations. This is amplified by having the legacy mode and the cgroup2 mode in the same file sharing code. The socket memory

[PATCH linux-next 1/2] irqchip: Add brcm,bcm6345-l1-intc device tree binding

2015-12-09 Thread Simon Arlott
Add device tree binding for the BCM6345 interrupt controller. This controller is similar to the SMP-capable BCM7038 and the BCM3380 but with packed interrupt registers. Signed-off-by: Simon Arlott --- Corrected example device name to be "interrupt-controller".

Re: [PATCH 1/2] net: thunderx: HW TSO support for pass-2 hardware

2015-12-09 Thread David Miller
From: Pavel Fedin Date: Wed, 09 Dec 2015 15:05:01 +0300 > Hello! > >> -Original Message- >> From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On >> Behalf Of Sunil >> Goutham >> Sent: Wednesday, December 09, 2015 2:38 PM >> To: net...@vger.kernel.org >> Cc:

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread Sergei Shtylyov
On 12/09/2015 11:15 PM, Geyslan G. Bem wrote: This patch removes the return of the default switch case, since 'ehci_port_speed()' already has the same default return. Signed-off-by: Geyslan G. Bem --- drivers/usb/host/ehci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread Greg Kroah-Hartman
On Wed, Dec 09, 2015 at 05:15:43PM -0300, Geyslan G. Bem wrote: > 2015-12-09 17:10 GMT-03:00 Sergei Shtylyov > : > > Hello. > > > > On 12/09/2015 10:57 PM, Geyslan G. Bem wrote: > > > >> This patch removes the return of the default switch case, since > >> 'ehci_port_speed()' already has the same

Re: [PATCH 2/4] usb: host: ehci.h: cleanup header file

2015-12-09 Thread Geyslan G. Bem
2015-12-09 17:11 GMT-03:00 Sergei Shtylyov : > Hello. > > On 12/09/2015 10:57 PM, Geyslan G. Bem wrote: > >> This patch does align function/macro definitions. >> >> Signed-off-by: Geyslan G. Bem > > > USB code just uses different alignment style (2 tabs) than the other > kernel parts (like

Re: [PATCH V3 2/2] ASoC: img: Add driver for Pistachio internal DAC

2015-12-09 Thread Mark Brown
On Wed, Dec 09, 2015 at 04:30:09PM +, Damien Horsley wrote: > +static const struct snd_kcontrol_new pistachio_internal_dac_snd_controls[] = > { > + SOC_SINGLE("Mute Switch", PISTACHIO_INTERNAL_DAC_CTRL, 2, 1, 0) > +}; This would normally be called "Playback Switch" and (presumably) have

Re: [PATCH v2] of/address: replace printk() with pr_debug() / pr_err()

2015-12-09 Thread Rasmus Villemoes
On Wed, Dec 09 2015, Andy Shevchenko wrote: > On Wed, Dec 9, 2015 at 9:28 PM, Joe Perches wrote: >> --- >> include/linux/printk.h | 7 +++ >> lib/hexdump.c | 39 +++ >> 2 files changed, 38 insertions(+), 8 deletions(-) >> >> diff --git

Re: Linux 4.3.1

2015-12-09 Thread Greg KH
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 0815eac5b185..e12f3448846a 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -35,6 +35,8 @@ Optional properties:

Re: Linux 4.2.7

2015-12-09 Thread Greg KH
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 0815eac5b185..e12f3448846a 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -35,6 +35,8 @@ Optional properties:

Re: Linux 3.14.58

2015-12-09 Thread Greg KH
diff --git a/Makefile b/Makefile index 51ee14329c47..48a4d0b37c10 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 57 +SUBLEVEL = 58 EXTRAVERSION = NAME = Remembering Coco diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index

Linux 4.1.14

2015-12-09 Thread Greg KH
I'm announcing the release of the 4.1.14 kernel. All users of the 4.1 kernel series must upgrade. The updated 4.1.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.y and can be browsed at the normal kernel.org git web browser:

Linux 4.3.1

2015-12-09 Thread Greg KH
I'm announcing the release of the 4.3.1 kernel. All users of the 4.3 kernel series must upgrade. The updated 4.3.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.3.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread Geyslan G. Bem
2015-12-09 17:10 GMT-03:00 Sergei Shtylyov : > Hello. > > On 12/09/2015 10:57 PM, Geyslan G. Bem wrote: > >> This patch removes the return of the default switch case, since >> 'ehci_port_speed()' already has the same default return. >> >> Signed-off-by: Geyslan G. Bem >> --- >>

Linux 4.2.7

2015-12-09 Thread Greg KH
I'm announcing the release of the 4.2.7 kernel. All users of the 4.2 kernel series must upgrade. The updated 4.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.2.y and can be browsed at the normal kernel.org git web browser:

Linux 3.10.94

2015-12-09 Thread Greg KH
I'm announcing the release of the 3.10.94 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web

Re: Linux 4.1.14

2015-12-09 Thread Greg KH
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index c3b6b301d8b0..749b7bae0c00 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -140,7 +140,8 @@ Table 1-1: Process specific entries in /proc stat Process

Linux 3.14.58

2015-12-09 Thread Greg KH
I'm announcing the release of the 3.14.58 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web

Re: Linux 3.10.94

2015-12-09 Thread Greg KH
diff --git a/Makefile b/Makefile index 6944160a5631..f73ae0748cbc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 10 -SUBLEVEL = 93 +SUBLEVEL = 94 EXTRAVERSION = NAME = TOSSUG Baby Fish diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c index

Re: [PATCH for 4.4 0/2] DT/dmaengine: edma: Convert 16bit arrays to 32bit

2015-12-09 Thread Tony Lindgren
* Peter Ujfalusi [151209 00:19]: > Hi, > > Based on the discussion regarding to (convert am33xx to use the new eDMA > bindings): > https://www.mail-archive.com/linux-omap@vger.kernel.org/msg122117.html > > This two patch will convert the new eDMA binding to not use 16bit arrays for > memcpy

Re: [PATCH v1 4/8] dt-bindings: add documentation of rk3228 clock controller

2015-12-09 Thread Rob Herring
On Wed, Dec 09, 2015 at 05:04:09PM +0800, Jeffy Chen wrote: > Add the devicetree binding for the cru on the rk3228 which quite similar > structured as previous clock controllers. > > Signed-off-by: Jeffy Chen Seems like there is a lot of duplication across Rockchip cru bindings. Perhaps they

Re: [PATCH 2/4] usb: host: ehci.h: cleanup header file

2015-12-09 Thread Sergei Shtylyov
Hello. On 12/09/2015 10:57 PM, Geyslan G. Bem wrote: This patch does align function/macro definitions. Signed-off-by: Geyslan G. Bem USB code just uses different alignment style (2 tabs) than the other kernel parts (like networking). MBR, Sergei -- To unsubscribe from this list:

Re: [PATCH 1/1] fs.h: import umode to DT conversion

2015-12-09 Thread Greg Kroah-Hartman
On Wed, Dec 09, 2015 at 08:47:28PM +0100, Fabian Frederick wrote: > The same umode -> DT calculation existed in different > filesystems. > > Signed-off-by: Fabian Frederick > --- > fs/configfs/dir.c | 8 +--- > fs/kernfs/dir.c| 8 +--- > fs/libfs.c | 9 ++--- >

Re: [PATCH 3/4] usb: host: ehci.h: remove duplicated return

2015-12-09 Thread Sergei Shtylyov
Hello. On 12/09/2015 10:57 PM, Geyslan G. Bem wrote: This patch removes the return of the default switch case, since 'ehci_port_speed()' already has the same default return. Signed-off-by: Geyslan G. Bem --- drivers/usb/host/ehci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH v2] of/address: replace printk() with pr_debug() / pr_err()

2015-12-09 Thread Joe Perches
On Wed, 2015-12-09 at 22:02 +0200, Andy Shevchenko wrote: > On Wed, Dec 9, 2015 at 9:28 PM, Joe Perches wrote: [] > > > > diff --git a/lib/hexdump.c b/lib/hexdump.c > > > > index 992457b..49113aa 100644 > > > > --- a/lib/hexdump.c > > > > +++ b/lib/hexdump.c > > > > @@ -81,6 +81,7 @@

Re: [PATCH] cpufreq: tegra: add regulator dependency for T124

2015-12-09 Thread Mark Brown
On Wed, Dec 09, 2015 at 05:33:33PM +, Jon Hunter wrote: > On 09/12/15 14:47, Mark Brown wrote: > > If changes implemented by the clock driver are trashing the regulator > > settings I would expect the clock driver to be responsible for fixing > > things up rather than another driver that

Re: [PATCH for 4.4 2/2] dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type

2015-12-09 Thread Rob Herring
On Wed, Dec 09, 2015 at 10:18:11AM +0200, Peter Ujfalusi wrote: > This change makes the DT file to be easier to read since the reserved slots > array does not need the '/bits/ 16' to be specified, which might confuse > some people. > > Signed-off-by: Peter Ujfalusi This too should have info on

Re: [PATCH v1 1/8] pinctrl: rockchip: add support for the rk3228

2015-12-09 Thread Rob Herring
On Wed, Dec 09, 2015 at 05:04:06PM +0800, Jeffy Chen wrote: > The pinctrl of rk3228 is much the same as rk3288's, but > without pmu. > > Signed-off-by: Jeffy Chen > > --- > > .../bindings/pinctrl/rockchip,pinctrl.txt | 3 +- For the binding: Acked-by: Rob Herring >

Re: [PATCH] net: emac: emac gigabit ethernet controller driver

2015-12-09 Thread Timur Tabi
So first of all, thanks for posting this. I know it's missing a bunch of stuff that's necessary for Qualcomm's Server chip, but it's a start. Unfortunately, 6,000 lines is a lot to review at once. Any chance you can break up the next version into smaller patches? On Mon, Dec 7, 2015 at 4:58

Re: [PATCH 1/4] usb: host: ehci.h: cleanup header file

2015-12-09 Thread Greg Kroah-Hartman
On Wed, Dec 09, 2015 at 04:57:30PM -0300, Geyslan G. Bem wrote: > This patch silences > - A coccinelle warning 'scripts/coccinelle/misc/compare_const_fl.cocci' > - All the errors and many warnings shown by checkpatch "all" is a lot. Please break down each type of change to a separate patch.

Re: module: preserve Elf information for livepatch modules

2015-12-09 Thread Jessica Yu
+++ Josh Poimboeuf [08/12/15 12:32 -0600]: On Mon, Nov 30, 2015 at 11:21:15PM -0500, Jessica Yu wrote: For livepatch modules, copy Elf section, symbol, and string information from the load_info struct in the module loader. Livepatch uses special relocation sections in order to be able to patch

Re: [RFC PATCH 0/3] debugfs: implement 'debugfs_create_dir_with_tmpfiles()'

2015-12-09 Thread Roman Peniaev
On Tue, Dec 8, 2015 at 12:49 PM, Greg Kroah-Hartman wrote: > On Tue, Dec 08, 2015 at 10:51:03AM +0100, Roman Pen wrote: >> Hello. >> >> Here is an attempt to solve annoying race, which exists between two >> operations >> on debugfs entries: write (setting a request) and read (reading a

[PATCH] crypto: asymmetric_keys/signature.c does not need

2015-12-09 Thread Paul Gortmaker
This file does not contain any modular related function calls. So get rid of module.h since it drags in a lot of other headers and adds to the preprocessing load. It does export some symbols though, so we'll need to ensure it has export.h present instead. Cc: Herbert Xu Cc: "David S. Miller"

Re: [PATCH for 4.4 1/2] dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type

2015-12-09 Thread Rob Herring
On Wed, Dec 09, 2015 at 02:02:00PM -0600, Rob Herring wrote: > On Wed, Dec 09, 2015 at 10:18:10AM +0200, Peter Ujfalusi wrote: > > This change makes the DT file to be easier to read since the memcpy > > channels array does not need the '/bits/ 16' to be specified, which might > > confuse some

Re: [PATCH 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding

2015-12-09 Thread Brian Norris
On Fri, Dec 04, 2015 at 09:29:55PM -, Simon Arlott wrote: > On Fri, December 4, 2015 16:04, Jonas Gorski wrote: > > On Thu, Dec 3, 2015 at 12:41 AM, Simon Arlott wrote: > >> + * "brcm,nand-bcm6368" > >> + - compatible: should contain "brcm,nand-bcm", > >> "brcm,nand-bcm6368" > >> +

Re: [PATCH net-next] cgroup: fix sock_cgroup_data initialization on earlier compilers

2015-12-09 Thread David Miller
From: Tejun Heo Date: Wed, 9 Dec 2015 12:30:46 -0500 > sock_cgroup_data is a struct containing an anonymous union. > sock_cgroup_set_prioidx() and sock_cgroup_set_classid() were > initializing a field inside the anonymous union as follows. > > struct sock_ccgroup_data skcd_buf = { .val = VAL

Re: [PATCH v2] of/address: replace printk() with pr_debug() / pr_err()

2015-12-09 Thread Andy Shevchenko
On Wed, Dec 9, 2015 at 9:28 PM, Joe Perches wrote: > On Wed, 2015-12-09 at 14:03 +0200, Andy Shevchenko wrote: >> On Wed, Dec 9, 2015 at 2:03 AM, Joe Perches wrote: >> > On Tue, 2015-12-08 at 15:28 -0600, Rob Herring wrote: >> > > On Tue, Dec 8, 2015 at 11:03 AM, Joe Perches wrote: >> > > > On

Re: [PATCH for 4.4 1/2] dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type

2015-12-09 Thread Rob Herring
On Wed, Dec 09, 2015 at 10:18:10AM +0200, Peter Ujfalusi wrote: > This change makes the DT file to be easier to read since the memcpy > channels array does not need the '/bits/ 16' to be specified, which might > confuse some people. Why? I don't see the point of this change and plus you are

Re: [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

2015-12-09 Thread Steven Rostedt
On Thu, 3 Dec 2015 13:16:58 +0900 Joonsoo Kim wrote: > On Tue, Nov 24, 2015 at 10:45:28AM +0900, Joonsoo Kim wrote: > > On Mon, Nov 23, 2015 at 09:26:04AM -0500, Steven Rostedt wrote: > > > On Mon, 23 Nov 2015 17:28:05 +0900 > > > Joonsoo Kim wrote: > > > > > > > On Fri, Nov 20, 2015 at

Re: [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

2015-12-09 Thread Johannes Weiner
On Wed, Dec 09, 2015 at 05:32:39PM +0100, Arnd Bergmann wrote: > The change to move the kmem accounting into the normal memcg > code means we can no longer use memcg with slob, which lacks > the memcg_params member in its struct kmem_cache: > > ../mm/slab.h: In function 'is_root_cache': >

Re: [PATCH v2 1/3] dt-binding: power: Add otg regulator binding

2015-12-09 Thread Bjorn Andersson
On Wed 09 Dec 06:36 PST 2015, Rob Herring wrote: > On Wed, Dec 9, 2015 at 6:55 AM, Tim Bird wrote: > > On 12/08/2015 08:11 PM, Rob Herring wrote: > >> On Tue, Dec 08, 2015 at 04:40:16PM -0800, Tim Bird wrote: > >>> Add a binding for the regulator which controls the OTG chargepath switch. > >>>

<    1   2   3   4   5   6   7   8   9   10   >