search for: benhamilton

Displaying 6 results from an estimated 6 matches for "benhamilton".

2024 Mar 08
6
[Bug 3670] New: [ssh-agent] 100% CPU spin in cleanup_handler signal handler
...r Product: Portable OpenSSH Version: 9.6p1 Hardware: amd64 OS: Mac OS X Status: NEW Severity: enhancement Priority: P5 Component: ssh-agent Assignee: unassigned-bugs at mindrot.org Reporter: benhamilton at google.com On macOS 13.3, I got the following 100% CPU spin in `ssh-agent`'s `cleanup_handler()`: ``` 8438 _sigtramp (in libsystem_platform.dylib) + 29 [0x7ff819a3e5ed] 8438 cleanup_handler (in ssh-agent) + 9 [0x10d0c5429]...
2017 Nov 23
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
On Thu, Nov 23, 2017 at 12:58 AM Ben Hamilton <benhamilton at google.com> wrote: > Absolutely — I should have mentioned that we would keep the main rL > project and continue to use it. > Your original email said "Moving forward, only LLVM commits will be identified with the prefix rL (as in https://reviews.llvm.org/rL12345) — each projec...
2017 Nov 27
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
...a single repository, as you noticed (from the closest .arcconfig to where the arc command was invoked). However, when commits land, they will be imported under either one (rL for LLVM diffs) or two (rL + rC for e.g. Clang diffs) repositories. Ben On Mon, Nov 27, 2017 at 10:00 AM Ben Hamilton <benhamilton at google.com> wrote: > Good point, and sorry for the confusion. > > Following the monorepo setup instructions > <https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo>, > diffs sent out from a monorepo will use llvm/.arcconfig > <https:...
2018 Jan 10
0
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
...gt; (from the closest .arcconfig to where the arc command was invoked). > > However, when commits land, they will be imported under either one (rL for > LLVM diffs) or two (rL + rC for e.g. Clang diffs) repositories. > > Ben > > On Mon, Nov 27, 2017 at 10:00 AM Ben Hamilton <benhamilton at google.com> > wrote: > >> Good point, and sorry for the confusion. >> >> Following the monorepo setup instructions >> <https://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo>, >> diffs sent out from a monorepo will use ll...
2017 Nov 22
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
+llvm-dev, so we get wider input :) Given how unfortunate reviews that are started without cc'ing the right list are (basically folks need to re-send the review from scratch), I support this idea. Ben, couldn't rL still be available for all projects? (and be the main project for LLVM). On Tue, Nov 21, 2017 at 5:18 PM Ben Hamilton via cfe-dev < cfe-dev at lists.llvm.org> wrote:
2017 Nov 27
2
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
Hi Ben, (+llvm-dev since the email I'm replying to wasn't sent there) 2017-11-21 17:18 GMT+01:00 Ben Hamilton via cfe-dev <cfe-dev at lists.llvm.org> : > OK. I confirmed that Stephan's process to send out cross-repo diffs from > the monorepo is not affected by my proposal. > > I'm a bit late to the party, and I might just not have comprehended this correctly.