Re: [PATCH 0/5] arm64: cpufeature: Fixes for 4.4-rc1

2015-11-26 Thread Catalin Marinas
On Wed, Nov 18, 2015 at 05:03:53PM +, Suzuki K. Poulose wrote: > This series contains fixes for two issues. > > Patches 1 - 3: Handling of unsigned feature values, issu reported > by AKASHI Takahiro. > > Patches 4 - 5: Adds a check to make sure all the secondary CP

[PATCH 0/5] arm64: cpufeature: Fixes for 4.4-rc1

2015-11-18 Thread Suzuki K. Poulose
This series contains fixes for two issues. Patches 1 - 3: Handling of unsigned feature values, issu reported by AKASHI Takahiro. Patches 4 - 5: Adds a check to make sure all the secondary CPUs have compatible ASIDBits to prevent system crashes. Suzuki K. Poulos