mbox series

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

Message ID 20191003111211.483-1-julien.grall@arm.com
Headers show
Series arm64/cpufeature: Fix + doc update | expand

Message

Julien Grall Oct. 3, 2019, 11:12 a.m. UTC
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 ascending
    value
  docs/arm64: elf_hwcaps: Document HWCAP_SB
  docs/arm64: cpu-feature-registers: Documents missing visible fields

 Documentation/arm64/cpu-feature-registers.rst |  4 ++
 Documentation/arm64/elf_hwcaps.rst            | 67 ++++++++++++++-------------
 arch/arm64/kernel/cpufeature.c                |  1 +
 3 files changed, 40 insertions(+), 32 deletions(-)

-- 
2.11.0

Comments

Will Deacon Oct. 4, 2019, 10:37 a.m. UTC | #1
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 <will@kernel.org>


Catalin can take them for 5.5, since I don't think they're urgent.

Will
Catalin Marinas Oct. 4, 2019, 4:29 p.m. UTC | #2
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: Will Deacon <will@kernel.org>

> 

> Catalin can take them for 5.5, since I don't think they're urgent.


Queued. Thanks.

-- 
Catalin