git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] GPG running out of pipes fixes
@ 2013-01-31  2:01 Stephen Boyd
  2013-01-31  2:01 ` [PATCH 1/3] gpg: Close stderr once finished with it in verify_signed_buffer() Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Stephen Boyd @ 2013-01-31  2:01 UTC (permalink / raw)
  To: git

While running --show-signatures on the linux kernel I noticed that after
a while git failed with an error message indicating it had run out of 
file descriptors. The first patch fixes this problem, and the next
two are randmom bits since I was in the area.

Stephen Boyd (3):
  gpg: Close stderr once finished with it in verify_signed_buffer()
  run-command: Be more informative about what failed
  gpg: Allow translation of more error messages

 gpg-interface.c | 8 +++++---
 run-command.c   | 8 ++++++--
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-01-31 23:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31  2:01 [PATCH 0/3] GPG running out of pipes fixes Stephen Boyd
2013-01-31  2:01 ` [PATCH 1/3] gpg: Close stderr once finished with it in verify_signed_buffer() Stephen Boyd
2013-01-31  5:50   ` Jeff King
2013-01-31 18:06     ` Stephen Boyd
2013-01-31 18:18     ` [PATCHv2 " Stephen Boyd
2013-01-31 22:37       ` Jeff King
2013-01-31  2:01 ` [PATCH 2/3] run-command: Be more informative about what failed Stephen Boyd
2013-01-31 16:24   ` Junio C Hamano
2013-01-31 18:05     ` Stephen Boyd
2013-01-31 22:35     ` Jeff King
2013-01-31 23:57       ` Junio C Hamano
2013-01-31  2:01 ` [PATCH 3/3] gpg: Allow translation of more error messages Stephen Boyd
2013-01-31 18:20   ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).