search for: zbrid

Displaying 17 results from an estimated 17 matches for "zbrid".

2020 May 11
3
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...at 12:01 PM Zola Bridges via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Here is a link to the patch: https://reviews.llvm.org/D79348 >>> >>> Zola Bridges >>> >>> >>> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> wrote: >>> >>>> Hi everyone, >>>> >>>> I would like to delete this folder of svn to git migration tools. >>>> https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn >>>> >>>> My understan...
2020 May 15
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...gt; >> Zola Bridges >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> >>>>>> <zbrid at google.com><mailto:zbrid at google.com> <zbrid at google.com> wrote: >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> Hi everyone...
2020 May 12
3
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...via llvm-dev < > > llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: > > > > Here is a link to the patch: https://reviews.llvm.org/D79348 > > > > Zola Bridges > > > > > > On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com><mailto:zbrid at google.com> wrote: > > > > Hi everyone, > > > > I would like to delete this folder of svn to git migration tools. > > https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn > > > > My understanding of the...
2020 May 12
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...dev at lists.llvm.org>> wrote: >> >> >> >> Here is a link to the patch: https://reviews.llvm.org/D79348 >> >> >> >> Zola Bridges >> >> >> >> >> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> <zbrid at google.com><mailto:zbrid at google.com> <zbrid at google.com> wrote: >> >> >> >> Hi everyone, >> >> >> >> I would like to delete this folder of svn to git migration tools. >> https://github...
2020 May 12
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...> On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> >> Here is a link to the patch: https://reviews.llvm.org/D79348 >> >> Zola Bridges >> >> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> <zbrid at google.com> wrote: >> >> >> Hi everyone, >> >> I would like to delete this folder of svn to git migration tools.https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn >> >> My understanding of these tools is th...
2020 May 12
6
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...atch: https://reviews.llvm.org/D79348 >> >> >> >> >> >> >> >> Zola Bridges >> >> >> >> >> >> >> >> >> >> >> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> >> <zbrid at google.com><mailto:zbrid at google.com> <zbrid at google.com> wrote: >> >> >> >> >> >> >> >> Hi everyone, >> >> >> >> >> >> >> >> I...
2020 May 13
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...;> >> >> >> >> >> >> Zola Bridges >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> >> >> <zbrid at google.com><mailto:zbrid at google.com> <zbrid at google.com> wrote: >> >> >> >> >> >> >> >> >> >> >> >> Hi everyone, >> >> >> >>...
2020 May 04
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
...at least one explicit: Sounds good to me. On Mon, May 4, 2020 at 12:01 PM Zola Bridges via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Here is a link to the patch: https://reviews.llvm.org/D79348 > > Zola Bridges > > > On Mon, May 4, 2020 at 11:50 AM Zola Bridges <zbrid at google.com> wrote: > >> Hi everyone, >> >> I would like to delete this folder of svn to git migration tools. >> https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn >> >> My understanding of these tools is that they were useful for when we...
2020 Mar 25
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
...don't have high performance >> needs. As mentioned in the documentation this is not necessarily foolproof, >> but it's as close as we can get to closing all side channels. >> >> Zola Bridges >> >> >> On Wed, Mar 18, 2020 at 2:03 PM Zola Bridges <zbrid at google.com> wrote: >> >>> Hi everyone, >>> >>> Scott and I have been working to make our patches upstreamable. I'd like >>> to hear more feedback. >>> >>> I would only upstream my patches if the community felt it would be >&gt...
2020 Jun 18
2
[RFC] LLVM Security Group and Process
...(mattdr at google.com) would be the right person to be involved here. Sorry about the confusion. I'd like to withdraw my request. Thanks again to everyone involved! I'm glad to see this becoming a part of how LLVM works. :) Zola Bridges On Wed, Jun 17, 2020 at 4:52 PM Zola Bridges <zbrid at google.com> wrote: > Hi JF, > > Thanks for the quick response! > > The biggest reason I think the mailing list would make sense is to avoid a > single point of failure within Google. While folks like me and kcc will be > the active participants in the group, the mailing...
2020 Apr 23
3
[cfe-dev] More verbose -mspeculative-load-hardening
...about what is really a gadget among the code instrumented by SLH. It really tries to be comprehensive and to avoid missing anything even when that means protecting things that can't realistically be used for a Spectre v1 gadget. Zola Bridges On Thu, Apr 23, 2020 at 12:59 PM Zola Bridges <zbrid at google.com> wrote: > Hi milsegv, > > I work on SLH. I haven't thought about the feature you'd like to see. It > sounds pretty interesting. What would you like to use it for? Are you > trying to learn more about how SLH works or are you hoping to use this > feature f...
2020 Mar 20
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
...nst speculative execution vulnerabilities as a whole and who don't have high performance needs. As mentioned in the documentation this is not necessarily foolproof, but it's as close as we can get to closing all side channels. Zola Bridges On Wed, Mar 18, 2020 at 2:03 PM Zola Bridges <zbrid at google.com> wrote: > Hi everyone, > > Scott and I have been working to make our patches upstreamable. I'd like > to hear more feedback. > > I would only upstream my patches if the community felt it would be > beneficial/desirable. It would be nice to have more discus...
2020 May 04
2
RFC: Deleting git-svn folder (git-llvm, git-svnrevert, git-svnup)
Hi everyone, I would like to delete this folder of svn to git migration tools. https://github.com/llvm/llvm-project/tree/master/llvm/utils/git-svn My understanding of these tools is that they were useful for when we were migrating between Git and SVN, but now, since the migration is complete, they can be deleted as they are either unnecessary or there are other more common workflow options (ie
2020 Mar 10
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
Hi everyone, Some Intel processors have a newly disclosed vulnerability named Load Value Injection. One pager on Load Value Injection: https://software.intel.com/security-software-guidance/software-guidance/load-value-injection Deep dive on Load Value Injection: https://software.intel.com/security-software-guidance/insights/deep-dive-load-value-injection I wrote this compiler pass that can
2020 Jun 17
2
[RFC] LLVM Security Group and Process
...e they’re not all unavailable at the same time Mailing lists tend to attract chatter and lose focus That being said, there’s certainly convenience to having a list. I’m not sure that convenience warrants the tradeoffs :) LMK what you think! JF > On Jun 17, 2020, at 3:52 PM, Zola Bridges <zbrid at google.com> wrote: > > Hi everyone! > > I'm very glad this is moving forward! Just a week or two ago there was an SLH bug that really should've been sent to a group like the one that's being created here. Thanks a bunch, JF, for driving this! > > I'd like...
2020 Apr 22
3
[cfe-dev] More verbose -mspeculative-load-hardening
Hi I think llvm-dev list (CC'ed) have more visibility in this. On Wed, 22 Apr 2020 at 22:18, milsegv via cfe-dev <cfe-dev at lists.llvm.org> wrote: > Hello everyone, > > It may not be the best place to ask this but I found nothing on the > internet about it. > I'm working on Spectre V1 detection and stumbled upon the mitigation > provided by clang, the
2020 Jun 15
2
[RFC] LLVM Security Group and Process
Great idea! Sign me up, please! On Fri, 12 Jun 2020 at 16:59, JF Bastien via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Great! On the Apple side, we’ll propose Oliver Hunt (clang team) and Scotty Bolin (product security team), CC’ed to this email. > > > On Jun 12, 2020, at 6:50 AM, Kristof Beyls <Kristof.Beyls at arm.com> wrote: > > Thank you for progressing