Re: [PATCH v4 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL

2015-08-03 Thread Peter Zijlstra
On Mon, Aug 03, 2015 at 12:09:42PM -0700, Davidlohr Bueso wrote: > On Mon, 2015-08-03 at 20:37 +0200, Peter Zijlstra wrote: > > OK, so there's no 'fix'? The patch claims we can loose a wakeup and I > > just don't see how that is true. > > Taking another look, I think you could hit something like

[PATCH V2] checkpatch: Emit an error on formats with 0x%

2015-08-03 Thread Joe Perches
Using 0x%d is wrong. Emit a message when it happens. Miscellanea: improve the %Lu warning to match formats like %16Lu Signed-off-by: Joe Perches --- Resend with better email client scripts/checkpatch.pl | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

Re: perf eBPF patch ordering. was: Re: perf test LLVM was: Re: [GIT PULL 00/39] perf tools: filtering events using eBPF programs

2015-08-03 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 03, 2015 at 01:11:16PM -0300, Arnaldo Carvalho de Melo escreveu: > > > ERROR:unable to compile ./foo.c > > > Hint:Check error message shown above. > > > LLVM 3.7 or newer is required. Which can be found from > > > http://llvm.org > > > You may want to try git

Re: [PATCH] drm/amdgpu: increment queue when iterating on this variable.

2015-08-03 Thread Alex Deucher
On Sat, Aug 1, 2015 at 9:55 AM, Nicolas Iooss wrote: > gfx_v7_0_print_status contains a for loop on variable queue which does > not update this variable between each iteration. This is bug is > reported by clang while building allmodconfig LLVMLinux on x86_64: > >

Re: [PATCH] trace-cmd: annotate function durations like the kernel

2015-08-03 Thread Steven Rostedt
On Wed, 29 Jul 2015 10:20:15 -0700 Omar Sandoval wrote: > On Mon, Jul 13, 2015 at 02:43:19PM -0400, Steven Rostedt wrote: > > On Wed, 24 Jun 2015 11:36:54 -0700 > > Omar Sandoval wrote: > > > > > Since kernel commit, 8e1e1df29d83 ("tracing: Add additional marks to > > > signal very large time

Re: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event

2015-08-03 Thread Alexei Starovoitov
On 7/31/15 3:18 AM, Wangnan (F) wrote: However with the newest llvm + clang the DWARF info is still incorrect: $ objdump --dwarf=info ./out.o ... <1><3f>: Abbrev Number: 3 (DW_TAG_structure_type) <40> DW_AT_name: (indirect string, offset: 0x0): clang version 3.8.0

RE: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Thomas Gleixner
On Mon, 3 Aug 2015, Jake Oshins wrote: > I do have a question about your last point, though. If I build this > into the kernel, it will need to depend on sending and receiving > messages through the hv_vmbus driver, which isn't built in. It Fair enough. I missed that detail. > seemed like the

Re: [PATCH] [4.2 fix] x86, mpx: do not set ->vm_ops on mpx VMAs

2015-08-03 Thread Kirill A. Shutemov
On Mon, Aug 03, 2015 at 09:19:14AM -0700, Greg KH wrote: > On Mon, Aug 03, 2015 at 01:34:28PM +0300, Kirill A. Shutemov wrote: > > Greg KH wrote: > > > On Mon, Jul 20, 2015 at 02:29:58PM -0700, Dave Hansen wrote: > > > > > > > > (sorry for the spam, I screwed up the stable@ address). > > > > > >

Re: [PATCH] usb: ehci-platform: Fix using multiple controllers from OF

2015-08-03 Thread Alan Stern
On Mon, 3 Aug 2015, Alban Bedel wrote: > When using OF defined controllers the platform data struct is shared > between all devices, so it can't be used for device specific settings. > However it is currently used for the OF properties > needs-reset-on-resume and has-transaction-translator. > >

Re: [PATCH v3 5/5] arm: qcom: dts: Enable NAND node on IPQ8064 AP148 platform

2015-08-03 Thread Andy Gross
On Mon, Aug 03, 2015 at 10:38:18AM +0530, Archit Taneja wrote: > Enable the NAND controller node on the AP148 platform. Provide pinmux > information. > > Cc: devicet...@vger.kernel.org > > Signed-off-by: Archit Taneja > --- > arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 36 >

Re: [RFC PATCH 2/2] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions

2015-08-03 Thread Richard Weinberger
Am 03.08.2015 um 15:39 schrieb Andrea Scian: >>> I think I can find some time to do some performance tests on real hardware. >>> Can you please help me in finding: >>> - which benchmark to use (currently I'm using bonnie++ on UBIFS, maybe I >>> can you just mtd_speedtest) >>> - where to implement

Re: [PATCH 3/3] serial: 8250: omap: restore registers on shutdown

2015-08-03 Thread Peter Hurley
On 08/03/2015 12:54 PM, Sebastian Andrzej Siewior wrote: > On 08/03/2015 06:34 PM, Peter Hurley wrote: >> Hi Sebastian, > > Hi Peter, > >>> struct old_serial_port { >>> diff --git a/drivers/tty/serial/8250/8250_omap.c >>> b/drivers/tty/serial/8250/8250_omap.c >>> index

Re: [PATCH] thermal/cpu_cooling: remove local cooling state variable

2015-08-03 Thread Radivoje Jovanovic
On Mon, 3 Aug 2015 08:43:25 +0530 Viresh Kumar wrote: > On 01-08-15, 17:04, Viresh Kumar wrote: > > On 31-07-15, 08:30, Radivoje Jovanovic wrote: > > > > I agree with you that this patch is trivial for the current > > > implementation since the notifier, as it is currently, will > > > enforce

Re: [PATCH 11/18] perf script: Switch from perf.data's kallsyms to perf's symbol resolver

2015-08-03 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 03, 2015 at 04:00:09PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Aug 03, 2015 at 07:41:13PM +0200, Jiri Olsa escreveu: > > Missing separate debuginfos, use: dnf debuginfo-install > > glibc-2.21-7.fc22.x86_64 > > [Thread debugging using libthread_db enabled] > >

Re: [PATCH -v2 6/8] jump_label: Add a new static_key interface

2015-08-03 Thread Steven Rostedt
On Mon, 3 Aug 2015 21:18:16 +0200 Peter Zijlstra wrote: > On Mon, Aug 03, 2015 at 03:03:59PM -0400, Steven Rostedt wrote: > > > I wonder if static_branch_set_false() would be a better name to > > understand. What does "disable" / "enable" mean? > > "make false" / "make true" ? Check a local

Re: [Ksummit-discuss] Kernel Summit 2015: Call for Proposals

2015-08-03 Thread Josh Poimboeuf
On Mon, Aug 03, 2015 at 02:52:58PM -0400, Josh Boyer wrote: > On Mon, Aug 3, 2015 at 2:44 PM, Theodore Ts'o wrote: > > The Kernel Summit call for proposals/topics was sent out a month ago: > > > > http://lists.linuxfoundation.org/pipermail/ksummit-discuss/2015-July/001242.html > > > > In that

[RT] oops in 4.1.3-rt3

2015-08-03 Thread Clark Williams
Sebastian, Below is a traceback I hit while running 4.1.3-rt3 on my Lenovo T530. I was doing my normal, play music, copy files over the lan, do compiles, do email, etc., so I I can't really point you at a reproducer. The graphics system stayed up somewhat but the actual trace I hit scrolled off.

[GIT PULL] ARM: berlin: Initial Marvell Berlin ARM64 support

2015-08-03 Thread Sebastian Hesselbarth
Hi Arnd, Kevin, Olof, this is initial Marvell Berlin4CT ARM64 support for v4.3. It contains minimum SoC dtsi and basic dts for the development board. The patches have been posted by Marvell's Jisheng Zhang a while ago on the lists. Please pull. The following changes since commit

[PATCH 1/2] arm64: Enable Marvell Berlin SoC family in Kconfig

2015-08-03 Thread Sebastian Hesselbarth
From: Jisheng Zhang This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in Kconfig. Signed-off-by: Jisheng Zhang Signed-off-by: Sebastian Hesselbarth --- As discussed with Olof on IRC, this is Jisheng's Kconfig patch for ARM64 Berlin. Olof agreed to rework this to finally

[PATCH 2/2] arm64: Enable Marvell Berlin SoC family in defconfig

2015-08-03 Thread Sebastian Hesselbarth
From: Jisheng Zhang Enable Marvell Berlin SoC family in arm64 defconfig. Signed-off-by: Jisheng Zhang Signed-off-by: Sebastian Hesselbarth --- Also discussed with Olof on IRC, this is the defconfig changes singled out from Jisheng's original patch. Sebastian --- arch/arm64/configs/defconfig

Re: [PATCH] usb: ehci-platform: Fix using multiple controllers from OF

2015-08-03 Thread Sergei Shtylyov
On 08/03/2015 10:12 PM, Alban Bedel wrote: When using OF defined controllers the platform data struct is shared between all devices, so it can't be used for device specific settings. However it is currently used for the OF properties needs-reset-on-resume and has-transaction-translator. To

You have been approved by Kushi Aole-UK the sum of 850000.00 GBP

2015-08-03 Thread dice . ardila
You have been approved by Kushi Aole-UK the sum of 85.00 GBP with draw number: 22330KHO577345 and Serial number 675345. Reply for more details Contact us via claimsdpt2...@outlook.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

RE: [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-08-03 Thread Jake Oshins
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Sunday, August 2, 2015 1:47 AM > To: Jake Oshins > Cc: gre...@linuxfoundation.org; KY Srinivasan ; LKML > ; de...@linuxdriverproject.org; > o...@aepfle.de; a...@canonical.com; vkuzn...@redhat.com; linux- >

Re: [PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Sergei Shtylyov
On 08/03/2015 10:04 PM, Tomer Barletz wrote: Please don't top-post. I see how it makes sense to add a tab to align with the previous line of code, as it will always look similar in all editors, no matter how their tab character is set up to be. However, adding more tabs will just mess up

Re: [PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime

2015-08-03 Thread Willy Tarreau
On Mon, Aug 03, 2015 at 12:06:12PM -0700, Andy Lutomirski wrote: > On Mon, Aug 3, 2015 at 12:01 PM, Willy Tarreau wrote: (...) > > I feel like it's probably part of a larger project then. Do you think > > we should step back and only support 0/1 for now ? I also have the > > patch available. > >

Re: [PATCH] pinctrl/mediatek: fix spelling mistake in dev_err error message

2015-08-03 Thread Hongzhou Yang
On Mon, 2015-08-03 at 00:10 +0100, Colin King wrote: > From: Colin Ian King > > Trivial change, fix spelling mistake 'invaild' -> 'invalid' in > dev_err message. > > Signed-off-by: Colin Ian King > --- > drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH -v2 6/8] jump_label: Add a new static_key interface

2015-08-03 Thread Peter Zijlstra
On Mon, Aug 03, 2015 at 03:03:59PM -0400, Steven Rostedt wrote: > I wonder if static_branch_set_false() would be a better name to > understand. What does "disable" / "enable" mean? "make false" / "make true" ? Check a local dictionary. http://lmgtfy.com/?q=enable "2. computing: make (a device

[PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Tomer Barletz
The variable spd0 might be used uninitialized when pdc20621_i2c_read() fails. This also generates a compilation warning with gcc 5.1. Signed-off-by: Tomer Barletz --- drivers/ata/sata_sx4.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] ARM/PCI: set MPS before pci_bus_add_devices()

2015-08-03 Thread Russell King - ARM Linux
On Tue, Jul 21, 2015 at 05:35:19PM -0400, Murali Karicheri wrote: > The MPS configuration should be done *before* pci_bus_add_devices(). > After pci_bus_add_devices(), drivers may be bound to devices, and > the PCI core shouldn't touch device configuration while a driver > owns the device. > >

[PATCH] usb: ehci-platform: Fix using multiple controllers from OF

2015-08-03 Thread Alban Bedel
When using OF defined controllers the platform data struct is shared between all devices, so it can't be used for device specific settings. However it is currently used for the OF properties needs-reset-on-resume and has-transaction-translator. To fix this issue move setting hcd->has_tt to the

Re: [PATCH 06/27] misc: eeprom: Export I2C module alias information in missing drivers

2015-08-03 Thread Javier Martinez Canillas
Hello Jean, On 08/03/2015 06:50 PM, Jean Delvare wrote: > Le Monday 03 August 2015 à 16:07 +0200, Javier Martinez Canillas a > écrit : >> Hello Jean, >> >> On 08/03/2015 01:05 PM, Jean Delvare wrote: >>> Hi Javier, >>> >>> On Thu, 30 Jul 2015 18:18:31 +0200, Javier Martinez Canillas wrote:

Re: [PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 12:04 -0700, Tomer Barletz wrote: > I see how it makes sense to add a tab to align with the previous line > of code, as it will always look similar in all editors, no matter how > their tab character is set up to be. > However, adding more tabs will just mess up editors that

Re: [PATCH v4 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL

2015-08-03 Thread Davidlohr Bueso
On Mon, 2015-08-03 at 20:37 +0200, Peter Zijlstra wrote: > OK, so there's no 'fix'? The patch claims we can loose a wakeup and I > just don't see how that is true. Taking another look, I think you could hit something like this: CPU0 (lock):CPU1 (unlock):

Re: [PATCH 08/10] posix-cpu-timers: Migrate to use new tick dependency mask model

2015-08-03 Thread Peter Zijlstra
On Mon, Aug 03, 2015 at 07:39:37PM +0200, Frederic Weisbecker wrote: > On Mon, Aug 03, 2015 at 07:12:43PM +0200, Peter Zijlstra wrote: > > On Fri, Jul 31, 2015 at 04:49:55PM +0200, Frederic Weisbecker wrote: > > > Instead of doing a per signal dependency, I'm going to use a per task > > > one. > >

Re: [PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime

2015-08-03 Thread Andy Lutomirski
On Mon, Aug 3, 2015 at 12:01 PM, Willy Tarreau wrote: > On Mon, Aug 03, 2015 at 11:45:24AM -0700, Andy Lutomirski wrote: >> I'm not entirely convinced that the lock bit should work this way. At >> some point, we might want a setting for "32-bit only" or even "32-bit, >> present, not

Re: [PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Tomer Barletz
I see how it makes sense to add a tab to align with the previous line of code, as it will always look similar in all editors, no matter how their tab character is set up to be. However, adding more tabs will just mess up editors that are not set up with 8-space width tabs. Is this a bug in

Re: [PATCH -v2 6/8] jump_label: Add a new static_key interface

2015-08-03 Thread Steven Rostedt
On Wed, 29 Jul 2015 10:49:06 +0200 Peter Zijlstra wrote: > On Wed, Jul 29, 2015 at 09:19:22AM +0200, Vlastimil Babka wrote: > > > How would one define a static key that's e.g. expected to be mostly false, > > but > > with initial value of true, e.g. during boot? > >

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

2015-08-03 Thread Shuah Khan
On 08/03/2015 10:17 AM, Greg Kroah-Hartman wrote: > On Sat, Aug 01, 2015 at 12:42:02PM +0530, Sudip Mukherjee wrote: >> 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

Re: [PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime

2015-08-03 Thread Willy Tarreau
On Mon, Aug 03, 2015 at 11:45:24AM -0700, Andy Lutomirski wrote: > I'm not entirely convinced that the lock bit should work this way. At > some point, we might want a setting for "32-bit only" or even "32-bit, > present, not non-conforming only" (like we do unconditionally for > set_thread_area).

Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

2015-08-03 Thread santosh.shilim...@oracle.com
On 8/3/15 11:50 AM, Murali Karicheri wrote: On 08/03/2015 02:30 PM, santosh.shilim...@oracle.com wrote: On 8/3/15 11:22 AM, Murali Karicheri wrote: On 08/03/2015 02:11 PM, Murali Karicheri wrote: Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. MDIO is part of the ethss

Re: [PATCH 11/18] perf script: Switch from perf.data's kallsyms to perf's symbol resolver

2015-08-03 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 03, 2015 at 07:41:13PM +0200, Jiri Olsa escreveu: > Missing separate debuginfos, use: dnf debuginfo-install > glibc-2.21-7.fc22.x86_64 > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > Detaching after fork

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-03 Thread Pali Rohár
On Monday 03 August 2015 20:48:28 Jarkko Nikula wrote: > On 08/03/2015 09:17 PM, Pali Rohár wrote: > > On Monday 03 August 2015 20:03:16 Jarkko Nikula wrote: > >> Hi > >> > >> On 08/01/2015 01:18 PM, Pali Rohár wrote: > >>> On Saturday 25 July 2015 15:17:13 Lars-Peter Clausen wrote: > >>> Hello,

Re: [PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Sergei Shtylyov
On 08/03/2015 09:46 PM, Tomer Barletz wrote: The variable spd0 might be used uninitialized when pdc20621_i2c_read() fails. This also generates a compilation warning with gcc 5.1. Signed-off-by: Tomer Barletz --- drivers/ata/sata_sx4.c | 16 1 file changed, 12

Re: [Ksummit-discuss] Kernel Summit 2015: Call for Proposals

2015-08-03 Thread Josh Boyer
On Mon, Aug 3, 2015 at 2:44 PM, Theodore Ts'o wrote: > The Kernel Summit call for proposals/topics was sent out a month ago: > > http://lists.linuxfoundation.org/pipermail/ksummit-discuss/2015-July/001242.html > > In that call, I asked that people send nominations (including self > nominations)

Re: [PATCH 1/2] mfd: s2mps11: Add manual shutdown method for Odroid XU3

2015-08-03 Thread Anand Moon
Hi Krzysztof, On 3 August 2015 at 18:07, Krzysztof Kozlowski wrote: > On Odroid XU3 board (with S2MPS11 PMIC) the PWRHOLD bit in CTRL1 > register must be manually set to 0 before initiating power off sequence. > > One of usual power down methods for Exynos based devices looks like: > 1. PWRHOLD

Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

2015-08-03 Thread Murali Karicheri
On 08/03/2015 02:30 PM, santosh.shilim...@oracle.com wrote: On 8/3/15 11:22 AM, Murali Karicheri wrote: On 08/03/2015 02:11 PM, Murali Karicheri wrote: Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. MDIO is part of the ethss and the clock should be clkcpgmac.

Re: 4.0.8->4.1.3 : after resume from s2ram both internal and external display of a docked ThinkPad ate black

2015-08-03 Thread Toralf Förster
On 08/03/2015 11:53 AM, Toralf Förster wrote: > A quick look at the latest 4.1.3+hardened just shows that the power button at > the docking station does not produce an ACPI event. This is fixed between 4.1.3 and 4.1.4 - would be helpful to know the commit id for the following bisecting of the

Re: [PATCH 1/2] sysctl: add a new generic strategy to make permanent changes on negative values

2015-08-03 Thread Willy Tarreau
On Mon, Aug 03, 2015 at 11:33:30AM -0700, Andy Lutomirski wrote: > On Mon, Aug 3, 2015 at 11:23 AM, Willy Tarreau wrote: > > The new function is proc_dointvec_minmax_negperm(), it refuses to change > > the value if the current one is already negative. This will be used to > > lock down some

Re: [REGRESSION] Re: i915 driver crashes on T540p if docking station attached

2015-08-03 Thread Theodore Ts'o
On Mon, Aug 03, 2015 at 10:24:53AM -0700, Linus Torvalds wrote: > On Mon, Aug 3, 2015 at 9:25 AM, Theodore Ts'o wrote: > > > > I've just tried pulling in your updated fixes-stuff, and it avoids the > > oops and allows external the monitor to work correctly. > > Good. Have either of you tested

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-03 Thread Jarkko Nikula
On 08/03/2015 09:17 PM, Pali Rohár wrote: > On Monday 03 August 2015 20:03:16 Jarkko Nikula wrote: >> Hi >> >> On 08/01/2015 01:18 PM, Pali Rohár wrote: >>> On Saturday 25 July 2015 15:17:13 Lars-Peter Clausen wrote: >>> Hello, your patch did not helped. Problem is still there... >> >> For me

[PATCH] sata_sx4: Check return code from pdc20621_i2c_read()

2015-08-03 Thread Tomer Barletz
The variable spd0 might be used uninitialized when pdc20621_i2c_read() fails. This also generates a compilation warning with gcc 5.1. Signed-off-by: Tomer Barletz --- drivers/ata/sata_sx4.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git

[tip:locking/core 19/20] lib/test_static_keys.c:23:19: sparse: symbol 'old_true_key' was not declared. Should it be static?

2015-08-03 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core head: 412758cb26704e5087ca2976ec3b28fb2bdbfad4 commit: 2bf9e0ab08c64ac56067555911a1ae81ebff5f96 [19/20] locking/static_keys: Provide a selftest reproduce: # apt-get install sparse git checkout

[PATCH tip] locking/static_keys: verify_keys() can be static

2015-08-03 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- test_static_keys.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test_static_keys.c b/lib/test_static_keys.c index 81d8105..c61b299 100644 --- a/lib/test_static_keys.c +++ b/lib/test_static_keys.c @@ -70,7 +70,7 @@ static void

Re: [PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime

2015-08-03 Thread Andy Lutomirski
On Mon, Aug 3, 2015 at 11:23 AM, Willy Tarreau wrote: > For distros who prefer not to take the risk of completely disabling the > modify_ldt syscall using CONFIG_MODIFY_LDT_SYSCALL, this patch adds a > sysctl to enable, temporarily disable, or permanently disable it at > runtime, and proposes to

Re: [Ksummit-discuss] Kernel Summit 2015: Call for Proposals

2015-08-03 Thread Theodore Ts'o
The Kernel Summit call for proposals/topics was sent out a month ago: http://lists.linuxfoundation.org/pipermail/ksummit-discuss/2015-July/001242.html In that call, I asked that people send nominations (including self nominations) and topic suggestions by the end of July since the program

Re: [PATCH -next] staging: most: fix aim-sound build errors

2015-08-03 Thread Christian Gromm
tian Gromm > Cc: Christian Gromm > --- > drivers/staging/most/aim-sound/Kconfig |1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20150803.orig/drivers/staging/most/aim-sound/Kconfig > +++ linux-next-20150803/drivers/staging/most/aim-sound/Kconfig > @

Re: [PATCH 2/2] sched: Trace point sched_stat_sleep should cover iowait case

2015-08-03 Thread Peter Zijlstra
On Mon, Aug 03, 2015 at 01:35:28PM -0400, Steven Rostedt wrote: > On Mon, 27 Jul 2015 09:11:52 -0400 > yangoliver wrote: > > > Per sched_stat_sleep definition in sched.h, it should include > > iowait case. This can also relect the design of sum_sleep_runtime > > statistic, as this counter also

Re: [PATCH v4 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL

2015-08-03 Thread Peter Zijlstra
On Mon, Aug 03, 2015 at 11:22:09AM -0700, Davidlohr Bueso wrote: > On Sun, 2015-08-02 at 00:29 +0200, Peter Zijlstra wrote: > > That's just gibberish, even in the same cacheline stuff can get > > reordered. > > true dat > > > > > So either

Re: [PATCH v4 2/7] locking/pvqspinlock: Add pending bit support

2015-08-03 Thread Davidlohr Bueso
On Fri, 2015-07-31 at 22:21 -0400, Waiman Long wrote: > /* > + * Try to acquire the lock and wait using the pending bit > + */ > +static int pv_pending_lock(struct qspinlock *lock, u32 val) Sorry but, why did yo not rewrite the function as we had previously discussed. This is very confusing to

[PATCH -next] staging: most: fix hdm-dim2 build error

2015-08-03 Thread Randy Dunlap
to `most_deliver_netinfo' Signed-off-by: Randy Dunlap Cc: Jain Roy Ambi Cc: Andrey Shvetsov --- drivers/staging/most/hdm-dim2/Kconfig |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-next-20150803.orig/drivers/staging/most/hdm-dim2/Kconfig +++ linux-next-20150803/drivers/staging/most

[PATCH -next] staging: most: fix aim-sound build errors

2015-08-03 Thread Randy Dunlap
): undefined reference to `snd_pcm_lib_get_vmalloc_page' Signed-off-by: Randy Dunlap Cc: Christian Gromm --- drivers/staging/most/aim-sound/Kconfig |1 + 1 file changed, 1 insertion(+) --- linux-next-20150803.orig/drivers/staging/most/aim-sound/Kconfig +++ linux-next-20150803/drivers/staging

Re: [PATCH 1/2] sysctl: add a new generic strategy to make permanent changes on negative values

2015-08-03 Thread Andy Lutomirski
On Mon, Aug 3, 2015 at 11:23 AM, Willy Tarreau wrote: > The new function is proc_dointvec_minmax_negperm(), it refuses to change > the value if the current one is already negative. This will be used to > lock down some settings such as sensitive system calls. > > Signed-off-by: Willy Tarreau >

Re: [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer in the benchmark

2015-08-03 Thread Steven Rostedt
On Tue, 28 Jul 2015 16:39:27 +0200 Petr Mladek wrote: > @@ -384,7 +389,7 @@ static int ring_buffer_consumer_thread(void *arg) > > static int ring_buffer_producer_thread(void *arg) > { > - while (!kthread_should_stop() && !kill_test) { > + while (!break_test()) { >

[PATCH 0/2] x86: allow to enable/disable modify_ldt at run time

2015-08-03 Thread Willy Tarreau
This is the second version. It adds a strategy for the sysctls so that we can reject any change to a value that was already negative. This way it's possible to disable modify_ldt temporarily or permanently (eg: lock down a server) as suggested by Kees. Willy Tarreau (2): sysctl: add a new

Re: [RFC][PATCH] ecryptfs: Allow only one instance per lower path

2015-08-03 Thread Richard Weinberger
Tyler, Am 03.08.2015 um 07:27 schrieb Tyler Hicks: >> So ecryptfs definitely supports mounting the same lower path multiple times? >> What is the benefit of that behavior? > > No, it doesn't support that in a way that provides consistency among all > of the eCryptfs mounts. Okay, then I'd

Re: [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark

2015-08-03 Thread Steven Rostedt
On Tue, 28 Jul 2015 16:39:26 +0200 Petr Mladek wrote: > It looks strange to initialize the completions repeatedly. > > This patch uses static initialization. It simplifies the code > and even helps to get rid of two memory barriers. There was a reason I did it this way and did not use static

Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

2015-08-03 Thread santosh.shilim...@oracle.com
On 8/3/15 11:22 AM, Murali Karicheri wrote: On 08/03/2015 02:11 PM, Murali Karicheri wrote: Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. MDIO is part of the ethss and the clock should be clkcpgmac. Signed-off-by: Murali Karicheri --- arch/arm/boot/dts/keystone.dtsi |

Re: [PATCH 4.1 000/267] 4.1.4-stable review

2015-08-03 Thread Shuah Khan
On 07/31/2015 01:37 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.1.4 release. > There are 267 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

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

2015-08-03 Thread Shuah Khan
On 07/31/2015 01:40 PM, 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 know. > > Responses

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

2015-08-03 Thread Shuah Khan
On 07/31/2015 01:40 PM, 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. > > Responses

Re: [PATCH] x86, acpi: Handle lapic/x2apic entries in MADT

2015-08-03 Thread Lukasz Anaczkowski
Hi Marc, > You haven't ever tried compiling this, have you? I *thought* I tried, but obviously I did it wrong. This time I made sure it compiles. Thanks for poiting this out. Sending v2 of the patch with fixed arm64 compilation. Cheers, Lukasz -- To unsubscribe from this list: send the line

[PATCH] x86, acpi: Handle lapic/x2apic entries in MADT

2015-08-03 Thread Lukasz Anaczkowski
v2: Fixed ARM64 syntax error >From the ACPI spec: "Logical processors with APIC ID values less than 0xFF (whether in XAPIC or X2APIC mode) must use the Processor LAPIC structure [...]. Logical processors with APIC ID values 0xFF and greater must use the Processor Local x2APIC structure." Because

[PATCH 4/6] CRIS v32: add ARTPEC-3 and P1343 device trees

2015-08-03 Thread Rabin Vincent
Add a device tree for the Axis P1343 with the ARTPEC-3 SoC and on-board LEDs and RTC. Signed-off-by: Rabin Vincent --- arch/cris/boot/dts/artpec3.dtsi | 46 + arch/cris/boot/dts/p1343.dts| 76 + 2 files changed, 122

[PATCH 1/6] CRIS v32: increase NR_IRQS

2015-08-03 Thread Rabin Vincent
Increase NR_IQRS so we can fit in GPIO interrupts. Signed-off-by: Rabin Vincent --- arch/cris/arch-v32/kernel/irq.c | 4 ++-- arch/cris/include/arch-v32/arch/irq.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/cris/arch-v32/kernel/irq.c

[PATCH 1/2] sysctl: add a new generic strategy to make permanent changes on negative values

2015-08-03 Thread Willy Tarreau
The new function is proc_dointvec_minmax_negperm(), it refuses to change the value if the current one is already negative. This will be used to lock down some settings such as sensitive system calls. Signed-off-by: Willy Tarreau --- kernel/sysctl.c | 36 1

[PATCH 2/2] x86/ldt: allow to disable modify_ldt at runtime

2015-08-03 Thread Willy Tarreau
For distros who prefer not to take the risk of completely disabling the modify_ldt syscall using CONFIG_MODIFY_LDT_SYSCALL, this patch adds a sysctl to enable, temporarily disable, or permanently disable it at runtime, and proposes to temporarily disable it by default. This can be a safe

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-03 Thread Jarkko Nikula
Hi On 08/01/2015 01:18 PM, Pali Rohár wrote: > 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: >>> >>> [

Re: [PATCH 3/3] MIPS: ath79: Add the reset controller to the AR9132 dtsi

2015-08-03 Thread Ralf Baechle
On Mon, Aug 03, 2015 at 07:23:53PM +0200, Alban Bedel wrote: Acked-by: Ralf Baechle Philipp, Feel free to take this through the reset tree. Or I can carry this in the MIPS tree which is probably better for testing. Just lemme know. Ralf -- To unsubscribe from this list: send the line

Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

2015-08-03 Thread Murali Karicheri
On 08/03/2015 02:11 PM, Murali Karicheri wrote: Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. MDIO is part of the ethss and the clock should be clkcpgmac. Signed-off-by: Murali Karicheri --- arch/arm/boot/dts/keystone.dtsi | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH v4 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL

2015-08-03 Thread Davidlohr Bueso
On Sun, 2015-08-02 at 00:29 +0200, Peter Zijlstra wrote: > That's just gibberish, even in the same cacheline stuff can get > reordered. true dat > > So either we insert > > +* memory barrier here and in the corresponding pv_wait_head()

Re: [PATCH 3/9] x86/intel_rdt: Cache Allocation documentation and cgroup usage guide

2015-08-03 Thread Vikas Shivappa
Hello Marcelo/Martin, Like I mentioned let me modify the documentation to better help understand the usage. Things like updating each package bitmask is already in the patches. Lets discuss offline and come up a well defined proposal for change if any and then update that in next series. We

[PATCH 5/6] CRIS v32: remove I2C bitbanging driver

2015-08-03 Thread Rabin Vincent
Now that we have a gpiolib GPIO driver, the generic i2c-gpio driver provides this functionality. Signed-off-by: Rabin Vincent --- arch/cris/arch-v32/drivers/Kconfig | 18 - arch/cris/arch-v32/drivers/Makefile | 1 - arch/cris/arch-v32/drivers/i2c.c| 751

Re: [PATCH v4 1/8] atomics: add acquire/release/relaxed variants of some atomic operations

2015-08-03 Thread Will Deacon
On Mon, Aug 03, 2015 at 06:26:58PM +0100, Peter Zijlstra wrote: > On Mon, Aug 03, 2015 at 06:02:24PM +0100, Will Deacon wrote: > > +/* > > + * The idea here is to build acquire/release variants by adding explicit > > + * barriers on top of the relaxed variant. In the case where the relaxed > > + *

[PATCH 2/6] CRIS: add dt-bindings symlink

2015-08-03 Thread Rabin Vincent
Add a dt-bindings symlink to get DT include files, as on other architectures. See c58299a ("kbuild: create an "include chroot" for DT bindings") for the details. Signed-off-by: Rabin Vincent --- arch/cris/boot/dts/include/dt-bindings | 1 + 1 file changed, 1 insertion(+) create mode 12

[PATCH 6/6] CRIS v32: remove old GPIO and LEDs code

2015-08-03 Thread Rabin Vincent
Since we now have a gpiolib driver, remove this code: The gpio-etraxfs driver (along with things like gpio-keys-polled for polling support) replaces the GIO driver implementations in mach-a3 and mach-fs. The various generic external chip drivers replace the "virtual gpio" parts. The generic

[PATCH 3/6] CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensor

2015-08-03 Thread Rabin Vincent
Add the GPIO driver to the device tree and, using it, support for the LEDs and the RTC chip (via I2C-GPIO), as well as the temperature sensor (via SPI-GPIO). Signed-off-by: Rabin Vincent --- arch/cris/boot/dts/dev88.dts| 49 +

Re: [PATCH] ARM/PCI: set MPS before pci_bus_add_devices()

2015-08-03 Thread Murali Karicheri
On 07/23/2015 10:59 AM, Bjorn Helgaas wrote: On Tue, Jul 21, 2015 at 05:35:19PM -0400, Murali Karicheri wrote: The MPS configuration should be done *before* pci_bus_add_devices(). After pci_bus_add_devices(), drivers may be bound to devices, and the PCI core shouldn't touch device configuration

Re: Nokia N900 - audio TPA6130A2 problems

2015-08-03 Thread Pali Rohár
On Monday 03 August 2015 20:03:16 Jarkko Nikula wrote: > Hi > > On 08/01/2015 01:18 PM, Pali Rohár wrote: > > 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

[PATCH 2/2] ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file

2015-08-03 Thread Murali Karicheri
Currently mdio bindings are defined in keystone.dtsi and this results in incorrect unit address for the node on K2E and K2L SoCs. Fix this by moving them to SoC specific DTS file. Signed-off-by: Murali Karicheri --- arch/arm/boot/dts/k2e.dtsi | 15 +++

[PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

2015-08-03 Thread Murali Karicheri
Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. MDIO is part of the ethss and the clock should be clkcpgmac. Signed-off-by: Murali Karicheri --- arch/arm/boot/dts/keystone.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] proc: change proc_subdir_lock to a rwlock

2015-08-03 Thread Eric W. Biederman
Waiman Long writes: > On 07/30/2015 10:16 PM, Waiman Long wrote: >> On 07/29/2015 06:21 PM, Eric W. Biederman wrote: >>> Two quick questions. >>> >>> - What motivates this work? Are you seeing lots of >>>parallel reads on proc? >> >> The micro-benchmark that I used was artificial, but it

Re: [PATCH 23/26] clk: tegra: Convert to clk_hw based provider APIs

2015-08-03 Thread Stephen Boyd
On 08/03, Tero Kristo wrote: > On 07/31/2015 08:04 PM, Stephen Boyd wrote: > >We're removing struct clk from the clk provider API, so switch > >this code to using the clk_hw based provider APIs. > > > > Subject should be clk: ti: ... > > Other than that, seems ok to me. Also, gave clk-next +

Linux 3.14.49

2015-08-03 Thread Greg KH
I'm announcing the release of the 3.14.49 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

Linux 4.1.4

2015-08-03 Thread Greg KH
I'm announcing the release of the 4.1.4 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:

Re: Linux 3.14.49

2015-08-03 Thread Greg KH
diff --git a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt index 01ef408e205f..8faff12e7014 100644 --- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt +++

Linux 3.10.85

2015-08-03 Thread Greg KH
I'm announcing the release of the 3.10.85 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 3.10.85

2015-08-03 Thread Greg KH
diff --git a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt index 01ef408e205f..8faff12e7014 100644 --- a/Documentation/devicetree/bindings/pinctrl/marvell,armada-370-pinctrl.txt +++

Re: [lm-sensors] MAINTAINERS/s5p: Kamil Debski no longer with Samsung?

2015-08-03 Thread Joe Perches
On Mon, 2015-08-03 at 19:06 +0200, Jean Delvare wrote: > Hi Bartlomiej, > > Le Monday 03 August 2015 à 17:33 +0200, Bartlomiej Zolnierkiewicz a > écrit : > > Hi, > > > > On Sunday, August 02, 2015 01:40:40 PM Joe Perches wrote: > > > On Sun, 2015-08-02 at 20:31 +, Mail Delivery System wrote:

Re: [PATCH v3 24/24] pmem: convert to generic memremap

2015-08-03 Thread Dan Williams
On Mon, Aug 3, 2015 at 10:21 AM, Ross Zwisler wrote: > On Thu, 2015-07-30 at 12:55 -0400, Dan Williams wrote: >> Update memremap_pmem() to query the architecture for the mapping type of >> the given persistent memory range and then pass those flags to generic >> memremap().

Re: [PATCH 08/10] posix-cpu-timers: Migrate to use new tick dependency mask model

2015-08-03 Thread Frederic Weisbecker
On Mon, Aug 03, 2015 at 11:59:07AM -0400, Chris Metcalf wrote: > On 07/31/2015 10:49 AM, Frederic Weisbecker wrote: > >Instead of doing a per signal dependency, I'm going to use a per task > >one. Which means that if a per-process timer is enqueued, every thread > >of that process will have the

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