Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-22 Thread Jacek Anaszewski
On 06/21/2016 05:05 PM, Mark Rutland wrote: On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: Cc: Joseph Jezak Cc: Nico Macrionitis Cc: Jörg Sommer Signed-off-by: Stephan Linz --- Documentation/devicetree/bindings/leds/common.txt| 2 +- Documentation/devicetree/bindings/le

[PATCH v6 1/5] thermal: Add support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
From: Sascha Hauer This adds support for hardware-tracked trip points to the device tree thermal sensor framework. The framework supports an arbitrary number of trip points. Whenever the current temperature is updated, the trip points immediately below and above the current temperature are found

[PATCH v6 0/5] Thermal: Support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
# cat /proc/version Linux version 4.7.0-rc4-next-20160622-06645-g5cba085 (wxt@nb) --- There are five pathes in this series. thermal: Add support for hardware-tracked trip point thermal: of: implement .set_trips for device tree thermal zones thermal: streamline get_trend callbacks thermal: bang

Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-22 Thread Mark Rutland
On Wed, Jun 22, 2016 at 09:55:43AM +0200, Jacek Anaszewski wrote: > On 06/21/2016 05:05 PM, Mark Rutland wrote: > >On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: > >>Cc: Joseph Jezak > >>Cc: Nico Macrionitis > >>Cc: Jörg Sommer > >>Signed-off-by: Stephan Linz > >>--- > >> Docume

Re: [PATCH v5 0/5] Thermal: Support for hardware-tracked trip points

2016-06-22 Thread Caesar Wang
On 2016年06月22日 11:25, Zhang Rui wrote: On 二, 2016-06-21 at 09:42 +0800, Caesar Wang wrote: Do you have other ideas for the following patches? :-) Even if only took two weeks feel after a long time. 9157919 New [v5,1/5] thermal: Add support for hardware- tracked trip points 9157917 New

Re: [kernel-hardening] [PATCH v7 0/9] x86/mm: memory area address KASLR

2016-06-22 Thread Jason Cooper
Hey Kees, On Tue, Jun 21, 2016 at 05:46:57PM -0700, Kees Cook wrote: > Notable problems that needed solving: ... > - Reasonable entropy is needed early at boot before get_random_bytes() >is available. This series is targetting x86, which typically has RDRAND/RDSEED instructions. Are you ref

[PATCHv5 2/8] EDAC, altera: Add panic flag check to A10 IRQ

2016-06-22 Thread tthayer
From: Thor Thayer In preparation for additional memory module ECCs, the IRQ function will check a panic flag before doing a kernel panic on double bit errors. OCRAM uncorrectable errors cause a panic because sleep/resume functions and FPGA contents during sleep are stored in OCRAM. ECCs on peri

[PATCHv5 0/8] Add Ethernet EDAC & peripheral init functions

2016-06-22 Thread tthayer
From: Thor Thayer This patch set adds the Ethernet EDAC and memory initialization functions for Altera's Arria10 peripherals. The ECC memory init functions are common to all the peripheral memory buffers (to follow in later patches). Version 5 corrects a misunderstanding of the phandle name for

[PATCHv5 1/8] EDAC, altera: Check parent status for Arria10 EDAC block

2016-06-22 Thread tthayer
From: Thor Thayer In preparation for the Arria10 ECC modules, check the status of the parent in the device tree to ensure the block is enabled. Skip if no parent phandle is set in the device tree. Signed-off-by: Thor Thayer --- v2 No change v3 Move check into validate_parent_available(). v4

[PATCHv5 7/8] EDAC, altera: Add Arria10 Ethernet EDAC support

2016-06-22 Thread tthayer
From: Thor Thayer Add Altera Arria10 Ethernet FIFO memory EDAC support. Update to support a common compatibility string for all Ethernet FIFOs in the DT. Signed-off-by: Thor Thayer --- v2 Remove (void *) cast from altr_edac_device_of_match[] Addition of panic flag to ethernet private data.

[PATCHv5 5/8] Documentation: dt: socfpga: Add Arria10 Ethernet binding

2016-06-22 Thread tthayer
From: Thor Thayer Add the device tree bindings needed to support the Altera Ethernet FIFO buffers on the Arria10 chip. Signed-off-by: Thor Thayer --- v2 No Change v3 Change to common compatible string based on maintainer comments Add local IRQ values. v4 Add compatible string for parent

[PATCHv5 6/8] EDAC, altera: Add Arria10 ECC memory init functions

2016-06-22 Thread tthayer
From: Thor Thayer In preparation for additional memory module ECCs, add the memory initialization functions and helper functions used for memory initialization. Signed-off-by: Thor Thayer --- v2: Specify INTMODE selection -> IRQ on each ECC error. Insert functions above memory-specific func

[PATCHv5 8/8] ARM: dts: Add Arria10 Ethernet EDAC devicetree entry

2016-06-22 Thread tthayer
From: Thor Thayer Add the device tree entries needed to support the Altera Ethernet FIFO buffer EDAC on the Arria10 chip. Signed-off-by: Thor Thayer --- v2 No change v3 Add interrupts for SBERR and DBERR. v4 No change v5 Change "parent" phandle to "altr,ecc-parent" --- arch/arm/boot/dts/so

[PATCHv5 4/8] EDAC, altera: Share Arria10 check_deps & IRQ functions

2016-06-22 Thread tthayer
From: Thor Thayer In preparation for additional memory module ECCs, the IRQ and check_deps() functions are being made available to all the memory buffers. Move them outside of the OCRAM only area. Signed-off-by: Thor Thayer --- v2 New patch. Move shared functions outside OCRAM only area. v3 C

[PATCHv5 3/8] EDAC, altera: Make all private data structures static const.

2016-06-22 Thread tthayer
From: Thor Thayer The device private data structures should be converted from const struct edac_device_prv_data to static const struct edac_device_prv_data. Signed-off-by: Thor Thayer --- v4 New patch added for conversion. v5 No change --- drivers/edac/altera_edac.c | 16

Re: [kernel-hardening] [PATCH v7 0/9] x86/mm: memory area address KASLR

2016-06-22 Thread Thomas Garnier
On Wed, Jun 22, 2016 at 5:47 AM, Jason Cooper wrote: > Hey Kees, > > On Tue, Jun 21, 2016 at 05:46:57PM -0700, Kees Cook wrote: >> Notable problems that needed solving: > ... >> - Reasonable entropy is needed early at boot before get_random_bytes() >>is available. > > This series is targettin

Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-22 Thread Stephan Linz
Hi Jacek, Am 22.06.2016 um 09:55 schrieb Jacek Anaszewski: > On 06/21/2016 05:05 PM, Mark Rutland wrote: >> On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: >>> Cc: Joseph Jezak >>> Cc: Nico Macrionitis >>> Cc: Jörg Sommer >>> Signed-off-by: Stephan Linz >>> --- >>> Documentatio

Re: [kernel-hardening] [PATCH v7 0/9] x86/mm: memory area address KASLR

2016-06-22 Thread Kees Cook
On Wed, Jun 22, 2016 at 8:59 AM, Thomas Garnier wrote: > On Wed, Jun 22, 2016 at 5:47 AM, Jason Cooper wrote: >> Hey Kees, >> >> On Tue, Jun 21, 2016 at 05:46:57PM -0700, Kees Cook wrote: >>> Notable problems that needed solving: >> ... >>> - Reasonable entropy is needed early at boot before get

Re: [PATCH v3 2/7] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-22 Thread Jacek Anaszewski
On 06/22/2016 06:05 PM, Stephan Linz wrote: Hi Jacek, Am 22.06.2016 um 09:55 schrieb Jacek Anaszewski: On 06/21/2016 05:05 PM, Mark Rutland wrote: On Thu, Jun 09, 2016 at 12:29:37AM +0200, Stephan Linz wrote: Cc: Joseph Jezak Cc: Nico Macrionitis Cc: Jörg Sommer Signed-off-by: Stephan Linz