unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Carlos' patchwork queue.
@ 2020-02-23 18:06 Carlos O'Donell
  2020-02-27 12:40 ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos O'Donell @ 2020-02-23 18:06 UTC (permalink / raw)
  To: GNU C Library

In priority order:
https://patchwork.sourceware.org/bundle/codonell/enhance-glibcsyscalls.h/

Anyone else have a clean patchwork queue where I can put patches on my
review queue?

Cheers,
Carlos.


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

* Re: Carlos' patchwork queue.
  2020-02-23 18:06 Carlos' patchwork queue Carlos O'Donell
@ 2020-02-27 12:40 ` Florian Weimer
  2020-02-27 14:15   ` Carlos O'Donell
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2020-02-27 12:40 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: GNU C Library

* Carlos O'Donell:

> In priority order:
> https://patchwork.sourceware.org/bundle/codonell/enhance-glibcsyscalls.h/

This doesn't seem to work, neither with nor without being logged into
Patchwork.

Florian


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

* Re: Carlos' patchwork queue.
  2020-02-27 12:40 ` Florian Weimer
@ 2020-02-27 14:15   ` Carlos O'Donell
  2020-02-27 14:30     ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos O'Donell @ 2020-02-27 14:15 UTC (permalink / raw)
  To: Florian Weimer; +Cc: GNU C Library

On 2/27/20 7:40 AM, Florian Weimer wrote:
> * Carlos O'Donell:
> 
>> In priority order:
>> https://patchwork.sourceware.org/bundle/codonell/enhance-glibcsyscalls.h/
> 
> This doesn't seem to work, neither with nor without being logged into
> Patchwork.

I renamed it and that breaks the link. I renamed it to use 001-NNN prefixes
and keep my patches in review order.

Can you view my own queue here?
https://patchwork.sourceware.org/user/bundles/


-- 
Cheers,
Carlos.


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

* Re: Carlos' patchwork queue.
  2020-02-27 14:15   ` Carlos O'Donell
@ 2020-02-27 14:30     ` Florian Weimer
  2020-02-27 14:57       ` Carlos O'Donell
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2020-02-27 14:30 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: GNU C Library

* Carlos O'Donell:

> On 2/27/20 7:40 AM, Florian Weimer wrote:
>> * Carlos O'Donell:
>> 
>>> In priority order:
>>> https://patchwork.sourceware.org/bundle/codonell/enhance-glibcsyscalls.h/
>> 
>> This doesn't seem to work, neither with nor without being logged into
>> Patchwork.
>
> I renamed it and that breaks the link. I renamed it to use 001-NNN prefixes
> and keep my patches in review order.
>
> Can you view my own queue here?
> https://patchwork.sourceware.org/user/bundles/

It says: You have no bundles.

Thanks,
Florian


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

* Re: Carlos' patchwork queue.
  2020-02-27 14:30     ` Florian Weimer
@ 2020-02-27 14:57       ` Carlos O'Donell
  2020-02-27 18:52         ` Tulio Magno Quites Machado Filho
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos O'Donell @ 2020-02-27 14:57 UTC (permalink / raw)
  To: Florian Weimer; +Cc: GNU C Library

On 2/27/20 9:30 AM, Florian Weimer wrote:
> * Carlos O'Donell:
> 
>> On 2/27/20 7:40 AM, Florian Weimer wrote:
>>> * Carlos O'Donell:
>>>
>>>> In priority order:
>>>> https://patchwork.sourceware.org/bundle/codonell/enhance-glibcsyscalls.h/
>>>
>>> This doesn't seem to work, neither with nor without being logged into
>>> Patchwork.
>>
>> I renamed it and that breaks the link. I renamed it to use 001-NNN prefixes
>> and keep my patches in review order.
>>
>> Can you view my own queue here?
>> https://patchwork.sourceware.org/user/bundles/
> 
> It says: You have no bundles.

Disappointing.

I have 3 public bundles sorted by me in review order.

http://patchwork.sourceware.org/bundle/codonell/01-enhance-glibcsyscalls.h/
http://patchwork.sourceware.org/bundle/codonell/02-dt-audit/
http://patchwork.sourceware.org/bundle/codonell/03-tldsec-reservation/

I like the concept of a public review queue. It makes me more accountable
to all of you for what I'm working on and the order.

In my own weekly review I account for who and which organizations I'm
reviewing patches for, just to make sure I'm trying to keep my review
queue open to new submitters.

-- 
Cheers,
Carlos.


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

* Re: Carlos' patchwork queue.
  2020-02-27 14:57       ` Carlos O'Donell
@ 2020-02-27 18:52         ` Tulio Magno Quites Machado Filho
  0 siblings, 0 replies; 6+ messages in thread
From: Tulio Magno Quites Machado Filho @ 2020-02-27 18:52 UTC (permalink / raw)
  To: Carlos O'Donell, Florian Weimer; +Cc: GNU C Library

Carlos O'Donell <carlos@redhat.com> writes:

> I have 3 public bundles sorted by me in review order.
>
> http://patchwork.sourceware.org/bundle/codonell/01-enhance-glibcsyscalls.h/
> http://patchwork.sourceware.org/bundle/codonell/02-dt-audit/
> http://patchwork.sourceware.org/bundle/codonell/03-tldsec-reservation/

I can access these bundles.  The previous links were not working.

-- 
Tulio Magno

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

end of thread, other threads:[~2020-02-27 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23 18:06 Carlos' patchwork queue Carlos O'Donell
2020-02-27 12:40 ` Florian Weimer
2020-02-27 14:15   ` Carlos O'Donell
2020-02-27 14:30     ` Florian Weimer
2020-02-27 14:57       ` Carlos O'Donell
2020-02-27 18:52         ` Tulio Magno Quites Machado Filho

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 read-only IMAP folder(s) and NNTP newsgroup(s).