Re: [PATCH 0/4] arm64/cpufeature: Fix + doc update

2019-10-04 Thread Catalin Marinas
On Fri, Oct 04, 2019 at 11:37:22AM +0100, Will Deacon wrote: > On Thu, Oct 03, 2019 at 12:12:07PM +0100, Julien Grall wrote: > > This patch fix an issue related to exposing the FRINT capability to > > userspace (see patch #1). The rest is documentation update. > > > For patches 2-4: > > Acked-by:

Re: [PATCH 0/4] arm64/cpufeature: Fix + doc update

2019-10-04 Thread Will Deacon
On Thu, Oct 03, 2019 at 12:12:07PM +0100, Julien Grall wrote: > This patch fix an issue related to exposing the FRINT capability to > userspace (see patch #1). The rest is documentation update. > For patches 2-4: Acked-by: Will Deacon Catalin can take them for 5.5, since I don't think they're ur

[PATCH 0/4] arm64/cpufeature: Fix + doc update

2019-10-03 Thread Julien Grall
Hi all, This patch fix an issue related to exposing the FRINT capability to userspace (see patch #1). The rest is documentation update. Cheers, Julien Grall (4): arm64: cpufeature: Effectively expose FRINT capability to userspace docs/arm64: elf_hwcaps: sort the HWCAP{,2} documentation by as