Applied "regulator: fan53555: Export I2C module alias information" to the regulator tree

2015-08-01 Thread Mark Brown
The patch regulator: fan53555: Export I2C module alias information has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [PATCH 14/15] mm: Drop unlikely before IS_ERR(_OR_NULL)

2015-08-01 Thread Viresh Kumar
On 31-07-15, 11:00, Joe Perches wrote: > On Fri, 2015-07-31 at 16:36 +0530, Viresh Kumar wrote: > > On 31-07-15, 03:28, Joe Perches wrote: > > > If it's all fixed, then it's unlikely to be needed in checkpatch. > > > > I thought checkpatch is more about not committing new mistakes, rather than > >

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-01 Thread Viresh Kumar
On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig > index 659879a..bf6d596 100644 > --- a/drivers/cpufreq/Kconfig > +++ b/drivers/cpufreq/Kconfig > @@ -191,6 +191,7 @@ config CPUFREQ_DT > # if CPU_THERMAL is on and THERMAL=m,

Re: [PATCH v3 5/5] cpufreq: remove no longer needed CPU_FREQ_BOOST_SW config option

2015-08-01 Thread Viresh Kumar
On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > Remove no longer needed CPU_FREQ_BOOST_SW config option. > > As a result scaling_boost_freqs sysfs attribute is available > when cpufreq-dt driver is used and boost support is enabled. > > Cc: Viresh Kumar > Cc: Thomas Abraham > Cc: Javier

Re: [PATCH] regmap: remove redundant $(CONFIG_REGMAP) in Makefile

2015-08-01 Thread Mark Brown
On Sat, Aug 01, 2015 at 04:42:27AM +0900, Masahiro Yamada wrote: > Kbuild descends into drivers/base/regmap/ only when CONFIG_REGMAP > is enabled. (see drivers/base/Makefile) > > $(CONFIG_REGMAP) in drivers/base/regmap/Makefile always evaluates > to 'y'. > -obj-$(CONFIG_REGMAP) += regmap.o regcac

Re: [PATCH v2 6/6] stop_machine: kill stop_cpus_lock and lg_double_lock/unlock()

2015-08-01 Thread Oleg Nesterov
Hi Peter, Thanks for looking. I'll try to reply on Monday, just one note... On 07/30, Peter Zijlstra wrote: > > On Tue, Jul 21, 2015 at 09:22:47PM +0200, Oleg Nesterov wrote: > > > +static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, > > + int

Re: v4.2-rc dcache regression, probably 75a6f82a0d10

2015-08-01 Thread Dominique Martinet
Dominique Martinet wrote on Sat, Aug 01, 2015: > I had to adapt a bit because using an old kernel (4bf46a272), will try > again with a recent master to doublecheck There have been more changes than what I thought, can't seem to reproduce in a while on linus' HEAD with that fix (it fell in that che

Re: [PATCH v3 4/5] cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support

2015-08-01 Thread Viresh Kumar
Cc'ing Rafael, please keep him in loop for such patches and better use get_maintainers to get the cc list automatically. On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > Exynos4x12 based platforms have switched over to use generic > cpufreq driver for cpufreq functionality. So the Exynos >

Re: [PATCH v3 2/5] ARM: dts: Exynos4x12: add CPU OPP and regulator supply property

2015-08-01 Thread Viresh Kumar
On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > For Exynos4x12 platforms, add CPU operating points (using > opp-v2 bindings) and CPU regulator supply properties for > migrating from Exynos specific cpufreq driver to using > generic cpufreq driver. > > Based on the earlier work by Thomas Abr

Re: [PATCH 03/11] ocfs2: Less checks in ocfs2_rename() after error detection

2015-08-01 Thread SF Markus Elfring
>> From: Markus Elfring >> Date: Sat, 4 Jul 2015 15:30:18 +0200 >> >> Skip checks for a few variables in three error handling cases within >> the ocfs2_rename() function by adjustment of a few jump targets >> according to the Linux coding style convention. >> >> Signed-off-by: Markus Elfring > >

Re: v4.2-rc dcache regression, probably 75a6f82a0d10

2015-08-01 Thread Dominique Martinet
Al Viro wrote on Sat, Aug 01, 2015: > And that has turned the check done to an inode that *was* ours at some > point (i.e. fetching it had been followed by checking that ->d_seq had > been still valid) into something completely unprotected. Suppose we > are in lazy mode and somebody had evicted nd

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-01 Thread Pali Rohár
On Saturday 25 July 2015 15:17:13 Lars-Peter Clausen wrote: > On 07/25/2015 12:28 PM, Pali Rohár wrote: > > Hello, > > > > sometimes after rebooting Nokia N900 initializing alsa audio fails. > > Here output from dmesg log when it happen: > > > > [6.925140] tpa6130a2 2-0060: Write failed > > [

Re: [PATCH 1/1] linux-next: drivers: staging: most: Fix return value

2015-08-01 Thread Christian Gromm
On Fri, 31 Jul 2015 22:18:17 +0200 Michael Hornung wrote: > * Fix sparse warning "Using plain integer as NULL pointer" > > Signed-off-by: Michael Hornung Acked-by: Christian Gromm > --- > drivers/staging/most/aim-network/networking.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH] x86: serialize LVTT and TSC_DEADLINE write

2015-08-01 Thread Thomas Gleixner
On Fri, 31 Jul 2015, Shaohua Li wrote: > @@ -336,6 +336,22 @@ static void __setup_APIC_LVTT(unsigned int clocks, int > oneshot, int irqen) > apic_write(APIC_LVTT, lvtt_value); > > if (lvtt_value & APIC_LVT_TIMER_TSCDEADLINE) { > + u64 msr; > + > + /* > +

[tip:timers/core] clockevents: Drop redundant cpumask check in tick_check_new_device()

2015-08-01 Thread tip-bot for Luiz Capitulino
Commit-ID: d74892c5b291c0010295d26d6b1e11cd70451722 Gitweb: http://git.kernel.org/tip/d74892c5b291c0010295d26d6b1e11cd70451722 Author: Luiz Capitulino AuthorDate: Wed, 29 Jul 2015 15:14:17 -0400 Committer: Thomas Gleixner CommitDate: Sat, 1 Aug 2015 12:00:13 +0200 clockevents: Drop red

Re: [RFC] arm64:change jump_label to use branch instruction, not use NOP instr

2015-08-01 Thread yalin wang
> 在 2015年7月31日,18:14,Will Deacon 写道: > > On Fri, Jul 31, 2015 at 10:33:55AM +0100, Peter Zijlstra wrote: >> On Fri, Jul 31, 2015 at 05:25:02PM +0800, yalin wang wrote: On Jul 31, 2015, at 15:52, Peter Zijlstra wrote: On Fri, Jul 31, 2015 at 03:41:37PM +0800, yalin wang wrote: > Th

[Git pull] irq updates for 4.2

2015-08-01 Thread Thomas Gleixner
Linus, please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus Just two updates to the maintainers file. Thanks, tglx --> Thomas Gleixner (2): MAINTAINERS: Appoint Marc Zyngier

!

2015-08-01 Thread Rita
When and What time can i Call you? Respond ASAP -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[GIT PULL] x86 fixes

2015-08-01 Thread Ingo Molnar
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus # HEAD: 37868fe113ff2ba814b3b4eb12df214df555f8dc x86/ldt: Make modify_ldt synchronous Fallout from the recent NMI fixes: make x86 LDT handling

Re: [PATCH 3.10 00/89] 3.10.85-stable review

2015-08-01 Thread Sudip Mukherjee
On Fri, Jul 31, 2015 at 12:40:42PM -0700, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.10.85 release. > There are 89 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

Re: [tip:x86/asm] x86/vm86: Clean up vm86.h includes

2015-08-01 Thread Ingo Molnar
* Brian Gerst wrote: > On Fri, Jul 31, 2015 at 10:04 AM, tip-bot for Brian Gerst > wrote: > > Commit-ID: ba3e127ec105e790eeec4034d9769e018e4a1b54 > > Gitweb: > > http://git.kernel.org/tip/ba3e127ec105e790eeec4034d9769e018e4a1b54 > > Author: Brian Gerst > > AuthorDate: Wed, 29 Jul 201

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-01 Thread Krzysztof Kozlowski
W dniu 01.08.2015 o 03:49, Bartlomiej Zolnierkiewicz pisze: > The new CPU clock type allows the use of generic CPUfreq driver. > Switch Exynos4x12 to using generic cpufreq driver. > > Also make CPUFREQ_DT config option select Exynos thermal driver > if Exynos platform support is enabled. Why? I t

Re: v4.2-rc dcache regression, probably 75a6f82a0d10

2015-08-01 Thread Al Viro
On Fri, Jul 31, 2015 at 03:52:38PM -0700, Linus Torvalds wrote: > Is that correct? Maybe, I haven't checked. And maybe it's a big bad > bug. Regardless, it sure as hell isn't just changing the order of the > access to those fields. That "DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU" > clearing came from __

Re: [PATCH v2] kthread: Export kthread functions

2015-08-01 Thread Thomas Gleixner
On Sat, 1 Aug 2015, yalin wang wrote: > size built-in.o* > text data bss dec hex filename > 743937 50786 56008 850731 cfb2b built-in.o// with the > patch > 744069 50786 56008 850863 cfbaf built-in.o_old // with out the > patch Not al

Re: [PATCH v2] kthread: Export kthread functions

2015-08-01 Thread yalin wang
> 在 2015年7月31日,22:14,Thomas Gleixner 写道: > > > On Fri, 31 Jul 2015, Thomas Gleixner wrote: > >> On Fri, 31 Jul 2015, yalin wang wrote: >>> it is optimised to 2 instructions , >>> >>> this is my patch, hope can be merged : >> >> We are not exposing the internals of kthread management. Period.

Re: [PATCH 3.14 000/125] 3.14.49-stable review

2015-08-01 Thread Sudip Mukherjee
On Sat, Aug 01, 2015 at 12:39:25PM +0530, Sudip Mukherjee wrote: > On Fri, Jul 31, 2015 at 12:40:00PM -0700, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.14.49 release. > > There are 125 patches in this series, all will be posted as a response > > to this one

Re: [PATCH 3.14 000/125] 3.14.49-stable review

2015-08-01 Thread Sudip Mukherjee
On Fri, Jul 31, 2015 at 12:40:00PM -0700, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.14.49 release. > There are 125 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 kno

[patch 1/2] dma: ipu: Prepare irq handlers for irq argument removal

2015-08-01 Thread Thomas Gleixner
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor. Search and update was done with coccinelle and the invaluable help of Julia Lawall. Signed-o

[patch 2/2] dma: ipu: Consolidate duplicated irq handlers

2015-08-01 Thread Thomas Gleixner
The functions irq_irq_err and ipu_irq_fn are identical plus/minus the comments. Remove one. Signed-off-by: Thomas Gleixner Cc: Vinod Koul Cc: Dan Williams Cc: dmaeng...@vger.kernel.org --- drivers/dma/ipu/ipu_irq.c | 46 -- 1 file changed, 4 insert

[patch 0/2] dma: ipu: Preparation for API change and consolidation

2015-08-01 Thread Thomas Gleixner
The first patch prepares the interrupt handlers for removal of the irq argument. While doing that I noticed that the handler functions are identical. Consolidate them. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

<    1   2   3   4