glibc pkeys test fail on powerpc
Bug #1776967 reported by
Thadeu Lima de Souza Cascardo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bionic |
New
|
Undecided
|
Unassigned | ||
Cosmic |
Won't Fix
|
Undecided
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
Undecided
|
Thadeu Lima de Souza Cascardo | ||
Bionic |
Invalid
|
Undecided
|
Unassigned | ||
Cosmic |
Fix Released
|
Undecided
|
Thadeu Lima de Souza Cascardo |
Bug Description
powerpc introduced protection keys support, now present on 4.17 kernel.
glibc has a tst-pkey that fails on powerpc, and that needs further investigation.
Changed in linux (Ubuntu Cosmic): | |
status: | New → Confirmed |
assignee: | nobody → Thadeu Lima de Souza Cascardo (cascardo) |
Changed in glibc (Ubuntu Cosmic): | |
status: | New → Confirmed |
tags: | added: hwe-userspace |
Changed in linux (Ubuntu Bionic): | |
status: | New → Invalid |
Changed in linux (Ubuntu Cosmic): | |
status: | Confirmed → Fix Committed |
Changed in glibc (Ubuntu Cosmic): | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.
Upstream bug: https:/ /sourceware. org/bugzilla/ show_bug. cgi?id= 23202
There are three issues here: The kernel implementation in 4.17 was buggy: pkey_set and pkey_get weren't implement in glibc, and the misc/tst-pkeys has some incorrect test expectations.