[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

Nick Desaulniers via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 25 14:18:50 PST 2022


nickdesaulniers added a comment.

In D117928#3264795 <https://reviews.llvm.org/D117928#3264795>, @labath wrote:

> If this is a problem with PTRACE_SETREGSET(NT_FPREGSET), then we might be able to work around it by using PTRACE_POKEUSER instead. But it'd definitely be good to confirm this, so that we can report the bug to kernel devs.

Oleg Nesterov <oleg at redhat.com> is the kernel maintainer for PTRACE; it seems there's no mailing list for PTRACE AFAICT.

> I submitted a patch to the kernel mailing list. See the kernel bug tracker for discussion.

link: https://lore.kernel.org/lkml/20220125022015.874422-1-contact@lsferreira.net/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117928/new/

https://reviews.llvm.org/D117928



More information about the lldb-commits mailing list