[PATCH] D41723: Introduce the "retpoline" x86 mitigation technique for variant #2 of the speculative execution vulnerabilities disclosed today, specifically identified by CVE-2017-5715, "Branch Target Injection", and is one of the two halves to Spectre..

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 05:25:39 PST 2018


smeenai added a comment.

In https://reviews.llvm.org/D41723#968188, @chandlerc wrote:

> In https://reviews.llvm.org/D41723#968179, @royger wrote:
>
> > Thanks! I'm however not seeing the updated commit message that contains the usage documentation of the new option in the differential revision.
>
>
> Yeah, not sure why phab does't update that -- it will be updated when it lands.


Phabricator keeps the summary field of a revision independent of the commit message (beyond the initial upload). You can use `arc diff --verbatim` to force the summary to be re-copied from the commit message. However, running that will also update the Reviewers and Subscribers fields with their values in the commit message, which would probably drop a lot of subscribers in this case, so I wouldn't recommend it. You can always Edit Revision and update the summary manually if you really want.


https://reviews.llvm.org/D41723





More information about the llvm-commits mailing list