Message ID | 20240227155533.298617-1-mjeanson@efficios.com |
---|---|
Headers | show |
Series | Extend rseq support | expand |
On 2024-02-27 10:55, Michael Jeanson wrote: > This series rebases the standalone "Add rseq extensible ABI" patch on > current master and addresses many review comments documented in each > patch commit message. > > The accelerated getcpu() implementation using the rseq extensible ABI > was split in a different patch series while we figure out the best way > to interface with the librseq project as an upstream. This should be v9, sorry about the noise. Michael
On 2/27/24 10:55, Michael Jeanson wrote: > This series rebases the standalone "Add rseq extensible ABI" patch on > current master and addresses many review comments documented in each > patch commit message. Michael, Just a quick update here since we discussed this series in the weekly patch queue review. I'm looking to find a second reviewer for this series since it touches ABI artifacts that we want to get right. $ git-pw series apply 31373 Applying: nptl: fix potential merge of __rseq_* relro symbols Applying: Add rseq extensible ABI support Using index info to reconstruct a base tree... M sysdeps/generic/ldsodefs.h M sysdeps/unix/sysv/linux/dl-parse_auxv.h M sysdeps/unix/sysv/linux/sched_getcpu.c Falling back to patching base and 3-way merge... Auto-merging sysdeps/unix/sysv/linux/sched_getcpu.c Auto-merging sysdeps/unix/sysv/linux/dl-parse_auxv.h Auto-merging sysdeps/generic/ldsodefs.h Applying: nptl: Add public __rseq_feature_size symbol Applying: nptl: Add features to internal 'struct rseq_area' The series still applies, but there have been some changes here, would you mind posting a rebase to support the review?
On 2024-03-25 10:01, Carlos O'Donell wrote: > On 2/27/24 10:55, Michael Jeanson wrote: >> This series rebases the standalone "Add rseq extensible ABI" patch on >> current master and addresses many review comments documented in each >> patch commit message. > > Michael, > > Just a quick update here since we discussed this series in the weekly > patch queue review. > > I'm looking to find a second reviewer for this series since it touches > ABI artifacts that we want to get right. > > $ git-pw series apply 31373 > Applying: nptl: fix potential merge of __rseq_* relro symbols > Applying: Add rseq extensible ABI support > Using index info to reconstruct a base tree... > M sysdeps/generic/ldsodefs.h > M sysdeps/unix/sysv/linux/dl-parse_auxv.h > M sysdeps/unix/sysv/linux/sched_getcpu.c > Falling back to patching base and 3-way merge... > Auto-merging sysdeps/unix/sysv/linux/sched_getcpu.c > Auto-merging sysdeps/unix/sysv/linux/dl-parse_auxv.h > Auto-merging sysdeps/generic/ldsodefs.h > Applying: nptl: Add public __rseq_feature_size symbol > Applying: nptl: Add features to internal 'struct rseq_area' > > The series still applies, but there have been some changes here, > would you mind posting a rebase to support the review? > Hi Carlos, I've just sent v10 rebased on current master. Cheers, Michael