public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* stable mailing list?
@ 2011-10-10 23:56 Steven Rostedt
  2011-10-11  0:07 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Steven Rostedt @ 2011-10-10 23:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: H. Peter Anvin, LKML

I received a bounce from stable@kernel.org. What should we be Ccing to?

-- Steve



-------- Forwarded Message --------
From: Mail Administrator <Postmaster@mail.rr.com>
Reply-to: <Postmaster@mail.rr.com>
To: rostedt@goodmis.org
Subject: Mail System Error - Returned Mail
Date: Mon, 10 Oct 2011 22:41:38 +0000

This Message was undeliverable due to the following reason:

Each of the following recipients was rejected by a remote mail server.
The reasons given by the server are included to help you determine why
each recipient was rejected.

    Recipient: <stable@kernel.org>
    Reason:    5.1.1 <stable@kernel.org>: Recipient address rejected: User unknown in local recipient table





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

* Re: stable mailing list?
  2011-10-10 23:56 stable mailing list? Steven Rostedt
@ 2011-10-11  0:07 ` Greg KH
  2011-10-11  0:11   ` H. Peter Anvin
  2011-10-11  0:29   ` Steven Rostedt
  0 siblings, 2 replies; 7+ messages in thread
From: Greg KH @ 2011-10-11  0:07 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: H. Peter Anvin, LKML

On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
> I received a bounce from stable@kernel.org. What should we be Ccing to?

You should be marking your patch with a:
	Cc: stable <stable@kernel.org>

and when it hits Linus's tree, I properly pick it up.  Right now, the
mailing list isn't working, and I am considering just having it point to
a vger list as that makes more sense.  I'll ask Dave to set this up when
I land as I'm traveling at the moment...

thanks,

greg k-h

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

* Re: stable mailing list?
  2011-10-11  0:07 ` Greg KH
@ 2011-10-11  0:11   ` H. Peter Anvin
  2011-10-11  3:05     ` David Miller
  2011-10-11  5:27     ` Greg KH
  2011-10-11  0:29   ` Steven Rostedt
  1 sibling, 2 replies; 7+ messages in thread
From: H. Peter Anvin @ 2011-10-11  0:11 UTC (permalink / raw)
  To: David S. Miller; +Cc: Greg KH, Steven Rostedt, LKML

On 10/10/2011 05:07 PM, Greg KH wrote:
> On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
>> I received a bounce from stable@kernel.org. What should we be Ccing to?
> 
> You should be marking your patch with a:
> 	Cc: stable <stable@kernel.org>
> 
> and when it hits Linus's tree, I properly pick it up.  Right now, the
> mailing list isn't working, and I am considering just having it point to
> a vger list as that makes more sense.  I'll ask Dave to set this up when
> I land as I'm traveling at the moment...
> 

Hi Dave,

Can you set up <stable@vger.kernel.org> and we'll point
<stable@kernel.org> to it?

	-hpa


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

* Re: stable mailing list?
  2011-10-11  0:07 ` Greg KH
  2011-10-11  0:11   ` H. Peter Anvin
@ 2011-10-11  0:29   ` Steven Rostedt
  1 sibling, 0 replies; 7+ messages in thread
From: Steven Rostedt @ 2011-10-11  0:29 UTC (permalink / raw)
  To: Greg KH; +Cc: H. Peter Anvin, LKML

On Mon, 2011-10-10 at 17:07 -0700, Greg KH wrote:
> On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
> > I received a bounce from stable@kernel.org. What should we be Ccing to?
> 
> You should be marking your patch with a:
> 	Cc: stable <stable@kernel.org>

I actually marked it with:

   Cc: stable@kernel.org

I hope that's the same. Anyway, when I send via quilt mail, it picks up
all the Cc's and sends it out. Which is how I found this.

-- Steve



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

* Re: stable mailing list?
  2011-10-11  0:11   ` H. Peter Anvin
@ 2011-10-11  3:05     ` David Miller
  2011-10-11  3:59       ` Greg KH
  2011-10-11  5:27     ` Greg KH
  1 sibling, 1 reply; 7+ messages in thread
From: David Miller @ 2011-10-11  3:05 UTC (permalink / raw)
  To: hpa; +Cc: gregkh, rostedt, linux-kernel

From: "H. Peter Anvin" <hpa@zytor.com>
Date: Mon, 10 Oct 2011 17:11:17 -0700

> On 10/10/2011 05:07 PM, Greg KH wrote:
>> On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
>>> I received a bounce from stable@kernel.org. What should we be Ccing to?
>> 
>> You should be marking your patch with a:
>> 	Cc: stable <stable@kernel.org>
>> 
>> and when it hits Linus's tree, I properly pick it up.  Right now, the
>> mailing list isn't working, and I am considering just having it point to
>> a vger list as that makes more sense.  I'll ask Dave to set this up when
>> I land as I'm traveling at the moment...
>> 
> 
> Hi Dave,
> 
> Can you set up <stable@vger.kernel.org> and we'll point
> <stable@kernel.org> to it?

Done.

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

* Re: stable mailing list?
  2011-10-11  3:05     ` David Miller
@ 2011-10-11  3:59       ` Greg KH
  0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-10-11  3:59 UTC (permalink / raw)
  To: David Miller; +Cc: hpa, rostedt, linux-kernel

On Mon, Oct 10, 2011 at 11:05:00PM -0400, David Miller wrote:
> From: "H. Peter Anvin" <hpa@zytor.com>
> Date: Mon, 10 Oct 2011 17:11:17 -0700
> 
> > On 10/10/2011 05:07 PM, Greg KH wrote:
> >> On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
> >>> I received a bounce from stable@kernel.org. What should we be Ccing to?
> >> 
> >> You should be marking your patch with a:
> >> 	Cc: stable <stable@kernel.org>
> >> 
> >> and when it hits Linus's tree, I properly pick it up.  Right now, the
> >> mailing list isn't working, and I am considering just having it point to
> >> a vger list as that makes more sense.  I'll ask Dave to set this up when
> >> I land as I'm traveling at the moment...
> >> 
> > 
> > Hi Dave,
> > 
> > Can you set up <stable@vger.kernel.org> and we'll point
> > <stable@kernel.org> to it?
> 
> Done.

Wonderful, thanks for doing this.

greg k-h

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

* Re: stable mailing list?
  2011-10-11  0:11   ` H. Peter Anvin
  2011-10-11  3:05     ` David Miller
@ 2011-10-11  5:27     ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-10-11  5:27 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: David S. Miller, Steven Rostedt, LKML

On Mon, Oct 10, 2011 at 05:11:17PM -0700, H. Peter Anvin wrote:
> On 10/10/2011 05:07 PM, Greg KH wrote:
> > On Mon, Oct 10, 2011 at 07:56:23PM -0400, Steven Rostedt wrote:
> >> I received a bounce from stable@kernel.org. What should we be Ccing to?
> > 
> > You should be marking your patch with a:
> > 	Cc: stable <stable@kernel.org>
> > 
> > and when it hits Linus's tree, I properly pick it up.  Right now, the
> > mailing list isn't working, and I am considering just having it point to
> > a vger list as that makes more sense.  I'll ask Dave to set this up when
> > I land as I'm traveling at the moment...
> > 
> 
> Hi Dave,
> 
> Can you set up <stable@vger.kernel.org> and we'll point
> <stable@kernel.org> to it?

The list is set up, Peter, can you point stable@kernel.org to it now?

thanks,

greg k-h

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

end of thread, other threads:[~2011-10-11  5:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 23:56 stable mailing list? Steven Rostedt
2011-10-11  0:07 ` Greg KH
2011-10-11  0:11   ` H. Peter Anvin
2011-10-11  3:05     ` David Miller
2011-10-11  3:59       ` Greg KH
2011-10-11  5:27     ` Greg KH
2011-10-11  0:29   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox