[Bug 1859713] Re: ARM v8.3a pauth not working

2020-05-23 Thread Philippe Mathieu-Daudé
Apparently this fixed bug is the official CVE-2020-10702: https://security-tracker.debian.org/tracker/CVE-2020-10702 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-10702 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-04-30 Thread Laurent Vivier
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1859713 Title: ARM v8.3a pauth not working Status in QEMU: Fix Released Bug

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-01-23 Thread Richard Henderson
Now upstream as commit de0b1bae6461f67243282555475f88b2384a1eb9. ** Changed in: qemu Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1859713 Title: ARM

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-01-16 Thread Richard Henderson
Oops again. The test case has the parts of the key the wrong way around. I'll submit the pair of patches to the mailing list. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1859713 Title: ARM

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-01-16 Thread Richard Henderson
Ooof. Good catch on the sbox error. That said, how did you test pauth_computepac? I still do not get the C5 result above, but 0x99d88f4472f3be39. The following test case sets up the parameters. ** Patch added: "test case"

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-01-16 Thread Vincent Dehors
Hi, Here is a patch for this bug. The sbox function was using "b+=16" instead of "b+=4". Also, you check test vector using : ```c uint64_t P = 0xfb623599da6e8127ull; uint64_t T = 0x477d469dec0b8762ull; uint64_t w0 = 0x84be85ce9804e94bull; uint64_t k0 = 0xec2802d4e0a488e9ull;

[Bug 1859713] Re: ARM v8.3a pauth not working

2020-01-14 Thread Richard Henderson
** Changed in: qemu Status: New => Confirmed ** Changed in: qemu Assignee: (unassigned) => Richard Henderson (rth) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1859713 Title: ARM