[PATCH 3/4] edac: Add DDR3 LRDIMM support, entries in edac_mem_types[]

2014-09-18 Thread Aravind Gopalakrishnan
F15hM60h adds support for DDR4 and DDR3 LRDIMMS. Adding them here. Signed-off-by: Aravind Gopalakrishnan aravind.gopalakrish...@amd.com --- drivers/edac/edac_mc.c | 3 +++ include/linux/edac.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/drivers/edac/edac_mc.c

[PATCH 2/4] x86, amd_nb: Add device IDs to NB tables for F15h M60h

2014-09-18 Thread Aravind Gopalakrishnan
Add F3 and F4 PCI device IDs to amd_nb_misc_ids[] and amd_nb_link_ids[] respectively. We need this to cache the Northbridges. Signed-off-by: Aravind Gopalakrishnan aravind.gopalakrish...@amd.com --- arch/x86/kernel/amd_nb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 4/4] edac, amd64_edac: Add F15h M60h support

2014-09-18 Thread Aravind Gopalakrishnan
This patch adds support for ECC error decoding for F15h M60h processor. Aside from the usual changes, the patch adds support for some new features in the processor: - DDR4(unbuffered, registered); LRDIMM DDR3 support - relevant debug messages have been modified/added to report these

Re: [PATCHv4 04/12] usb: dwc2: Add the appropriate init calls in platform code

2014-09-18 Thread Dinh Nguyen
On 09/12/2014 11:18 AM, Bartlomiej Zolnierkiewicz wrote: [ added linux-kernel ML to cc: ] Hi, On Tuesday, August 26, 2014 11:19:55 AM dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Add the proper init calls for either host, gadget or both in

Re: [PATCH] firmware_class: make sure fw requests contain a name

2014-09-18 Thread Sasha Levin
On 09/18/2014 02:25 PM, Kees Cook wrote: An empty firmware request name will trigger warnings when building device names. Make sure this is caught earlier and rejected. The warning was visible via the test_firmware.ko module interface: echo -ne \x00

[PATCH 1/1] staging: rtl8192u: Move ieee80211_crypto_* declarations to ieee80211/ieee80211.h

2014-09-18 Thread Ragnar B. Johannsson
Move ieee80211_crypto*_init and _exit prototype declarations from r8192U_core.c to ieee80211/ieee80211.h. This fixes the following sparse warnings: drivers/staging/rtl8192u/ieee80211/ieee80211_crypt.c:203:12: warning: symbol 'ieee80211_crypto_init' was not declared. Should it be static?

Re: x86, microcode: BUG: microcode update that changes x86_capability

2014-09-18 Thread H. Peter Anvin
We should, but this is also part of why we want the early ucode capability. On September 18, 2014 12:53:28 PM PDT, Chuck Ebbert cebbert.l...@gmail.com wrote: On Thu, 18 Sep 2014 12:14:59 -0700 Andy Lutomirski l...@amacapital.net wrote: On 09/18/2014 06:52 AM, Henrique de Moraes Holschuh wrote:

[PATCH] [v2] x86: update memory map about hypervisor-reserved area

2014-09-18 Thread Dave Hansen
changes from v1: * fix the actual address since the reserved area is larger than the guard hole -- From: Dave Hansen dave.han...@linux.intel.com Peter Anvin says: 0x8800 is the lowest usable address because we have agreed to leave 0x8000-0x8800 for the

Re: [PATCH] staging: lustre: lustre: libcfs: debug.c: Cleaning up unnecessary use of memset in conjunction with strncpy

2014-09-18 Thread Rickard Strandqvist
2014-09-18 10:51 GMT+02:00 Dan Carpenter dan.carpen...@oracle.com: On Thu, Sep 18, 2014 at 12:12:42AM +0200, Rickard Strandqvist wrote: Hi Dan Ok, I have made two suggestions for strncpy function that also guarantees a terminating null character. 1) retunerar number of characters to be

Re: x86, microcode: BUG: microcode update that changes x86_capability

2014-09-18 Thread Chuck Ebbert
On Thu, 18 Sep 2014 12:14:59 -0700 Andy Lutomirski l...@amacapital.net wrote: On 09/18/2014 06:52 AM, Henrique de Moraes Holschuh wrote: The new Haswell microcode update[1] removes the hle (hardware lock elision) processor capability. And it is not cosmetic, either: Intel TSX opcodes will

RE: [PATCHv4 01/12] usb: dwc2: Update Kconfig to support dual-role

2014-09-18 Thread Paul Zimmerman
From: Dinh Nguyen [mailto:dingu...@opensource.altera.com] Sent: Thursday, September 18, 2014 8:54 AM On 09/12/2014 10:49 AM, Bartlomiej Zolnierkiewicz wrote: [ added linux-kernel ML to cc: ] Hi, On Tuesday, August 26, 2014 11:19:52 AM dingu...@opensource.altera.com wrote:

[PATCH v2] IIO: add si7020 driver

2014-09-18 Thread David Barksdale
This patch adds support to the Industrial IO subsystem for the Silicon Labs Si7013/20/21 Relative Humidity and Temperature Sensors. Website: http://www.silabs.com/products/sensors/humidity-sensors/Pages/si7013-20-21.aspx These are i2c devices which measure relative humidity and temperature and

Re: [PATCH v3 03/21] powerpc/8xx: exception InstructionAccess does not exist on MPC8xx

2014-09-18 Thread Joakim Tjernlund
christophe leroy christophe.le...@c-s.fr wrote on 2014/09/18 21:11:01: Le 18/09/2014 20:12, Joakim Tjernlund a écrit : leroy christophe christophe.le...@c-s.fr wrote on 2014/09/18 18:42:14: Le 18/09/2014 17:15, Joakim Tjernlund a écrit : Christophe Leroy christophe.le...@c-s.fr wrote

Re: [PATCH] mmc: don't request CD IRQ until mmc_start_host()

2014-09-18 Thread Russell King - ARM Linux
On Thu, Sep 18, 2014 at 10:39:38AM -0600, Stephen Warren wrote: On 09/17/2014 11:25 PM, Adrian Hunter wrote: On 09/17/2014 10:57 PM, Stephen Warren wrote: On 09/17/2014 01:55 PM, Ulf Hansson wrote: On 12 September 2014 19:18, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren

Re: x86, microcode: BUG: microcode update that changes x86_capability

2014-09-18 Thread Henrique de Moraes Holschuh
On Thu, 18 Sep 2014, H. Peter Anvin wrote: We should, but this is also part of why we want the early ucode capability. Well, yes. But that won't help the several stable and LTS distros with kernels without early ucode update support. -- One disk to rule them all, One disk to find them. One

Re: [PATCH v2] power: twl4030-madc-battery: Convert to iio consumer.

2014-09-18 Thread Belisko Marek
Hi Sebastian, On Thu, Aug 14, 2014 at 11:03 PM, Sebastian Reichel s...@kernel.org wrote: Hi Marek, On Mon, Aug 11, 2014 at 09:52:52PM +0200, Belisko Marek wrote: can you please take this series (I'll post update version with removing debug code). Thanks. mh. I will not pull this with

[PATCH] arm, kaslr: randomize module base address

2014-09-18 Thread Kees Cook
While we don't yet have text base address randomization in ARM, we can do module base address randomization. This bumps the module base by up to 4MiB. Signed-off-by: Kees Cook keesc...@chromium.org --- arch/arm/Kconfig | 8 arch/arm/kernel/module.c | 45

Re: fs: INFO: possible irq lock inversion dependency detected in kill_fasync

2014-09-18 Thread Sasha Levin
Ping? On 09/03/2014 08:52 AM, Sasha Levin wrote: Ping? Still seeing it in -next. On 08/18/2014 08:24 PM, Sasha Levin wrote: Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel, I've stumbled on the following spew: [ 1132.334973]

<    8   9   10   11   12   13