All of lore.kernel.org
 help / color / mirror / Atom feed
* Stable Release policy?
@ 2005-03-29 11:39 Nicholas Lee
  0 siblings, 0 replies; 8+ messages in thread
From: Nicholas Lee @ 2005-03-29 11:39 UTC (permalink / raw)
  To: xen-devel

What is the stable release policy going to be is there is a securty
hole that a later (than current) kernel fixes?

For instance 2.0.5 has 2.6.10, whereas both 2.6.11.2 and 2.6.11 have
mentions of security related patches.

Nicholas

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

* RE: Stable Release policy?
@ 2005-03-29 21:27 Ian Pratt
  2005-03-29 21:33 ` Mark Williamson
  2005-03-30  3:07 ` Rik van Riel
  0 siblings, 2 replies; 8+ messages in thread
From: Ian Pratt @ 2005-03-29 21:27 UTC (permalink / raw)
  To: Nicholas Lee, xen-devel

> What is the stable release policy going to be is there is a securty
> hole that a later (than current) kernel fixes?
> 
> For instance 2.0.5 has 2.6.10, whereas both 2.6.11.2 and 2.6.11 have
> mentions of security related patches.

You'll find that the vast majority of Linux security patches will apply
cleanly to one of our arch-xen kernels. 

Now that mainstream Linux has moved over to a point release scheme I
guess we could modify our build procedure to go looking to see whether
there are updates available. 
It'll just be a pain on the very rare ocasions where this breaks the
build.

It's really an issue for whoever is doing the packaging. In the
not-so-long-term, this will hopefully be an issue for the vendor of your
favourite distribution rather than us.

Ian

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

* Re: Stable Release policy?
  2005-03-29 21:27 Ian Pratt
@ 2005-03-29 21:33 ` Mark Williamson
  2005-03-31  9:03   ` Nicholas Lee
  2005-03-30  3:07 ` Rik van Riel
  1 sibling, 1 reply; 8+ messages in thread
From: Mark Williamson @ 2005-03-29 21:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Pratt, Nicholas Lee

> > What is the stable release policy going to be is there is a securty
> > hole that a later (than current) kernel fixes?
> >
> > For instance 2.0.5 has 2.6.10, whereas both 2.6.11.2 and 2.6.11 have
> > mentions of security related patches.
>
> You'll find that the vast majority of Linux security patches will apply
> cleanly to one of our arch-xen kernels.

From what I've seen of the new stable patches, they rarely modify 
arch-dependent code.

Have you tried just applying them?  The only problematic changes are ones 
under arch/i386.

Cheers,
Mark

> Now that mainstream Linux has moved over to a point release scheme I
> guess we could modify our build procedure to go looking to see whether
> there are updates available.
> It'll just be a pain on the very rare ocasions where this breaks the
> build.
>
> It's really an issue for whoever is doing the packaging. In the
> not-so-long-term, this will hopefully be an issue for the vendor of your
> favourite distribution rather than us.
>
> Ian
>
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* RE: Stable Release policy?
  2005-03-29 21:27 Ian Pratt
  2005-03-29 21:33 ` Mark Williamson
@ 2005-03-30  3:07 ` Rik van Riel
  1 sibling, 0 replies; 8+ messages in thread
From: Rik van Riel @ 2005-03-30  3:07 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel, Nicholas Lee

On Tue, 29 Mar 2005, Ian Pratt wrote:

> It's really an issue for whoever is doing the packaging. In the
> not-so-long-term, this will hopefully be an issue for the vendor of
> your favourite distribution rather than us.

Absolutely.  This isn't something an upstream project should
spend too much time on, IMHO.

-- 
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

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

* Re: Stable Release policy?
  2005-03-29 21:33 ` Mark Williamson
@ 2005-03-31  9:03   ` Nicholas Lee
  2005-03-31 13:14     ` Mark Williamson
  0 siblings, 1 reply; 8+ messages in thread
From: Nicholas Lee @ 2005-03-31  9:03 UTC (permalink / raw)
  To: Mark Williamson; +Cc: Ian Pratt, xen-devel

On Tue, 29 Mar 2005 22:33:11 +0100, Mark Williamson
<mark.williamson@cl.cam.ac.uk> wrote:
> Have you tried just applying them?  The only problematic changes are ones
> under arch/i386.

[nic@stateless:/usr/src/linux-2.6.11.6] patch -p1 -s  <
../xen/xen-2.0.bk/patch-2.6.10-xen0
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n]
3 out of 3 hunks ignored -- saving rejects to file include/linux/skbuff.h.rej
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej

>From the looks of include/linux/skbuff.h it should be fine to ignore
skbuff.h.rej.

I assume that everything else should be fine.

Nicholas

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

* Re: Stable Release policy?
  2005-03-31  9:03   ` Nicholas Lee
@ 2005-03-31 13:14     ` Mark Williamson
  2005-04-01  4:46       ` Nicholas Lee
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Williamson @ 2005-03-31 13:14 UTC (permalink / raw)
  To: xen-devel, Nicholas Lee; +Cc: Ian Pratt

> [nic@stateless:/usr/src/linux-2.6.11.6] patch -p1 -s  <
> ../xen/xen-2.0.bk/patch-2.6.10-xen0
> Reversed (or previously applied) patch detected!  Assume -R? [n]
> Apply anyway? [n]
> 3 out of 3 hunks ignored -- saving rejects to file
> include/linux/skbuff.h.rej 1 out of 1 hunk FAILED -- saving rejects to file
> Makefile.rej
>
> >From the looks of include/linux/skbuff.h it should be fine to ignore
>
> skbuff.h.rej.

This may be because one of the Xen support patches has been intergrated into 
the mainline (anyone know if this is the case?).  If so, then it's fine.

> I assume that everything else should be fine.

FYI, the 2.6.11.6 patch applies fine to 2.6.11-xen0 in the 2.0-testing tree 
(ie. the only reject is on the top level makefile).

Cheers,
Mark

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* Re: Stable Release policy?
  2005-03-31 13:14     ` Mark Williamson
@ 2005-04-01  4:46       ` Nicholas Lee
  0 siblings, 0 replies; 8+ messages in thread
From: Nicholas Lee @ 2005-04-01  4:46 UTC (permalink / raw)
  To: Mark Williamson; +Cc: Ian Pratt, xen-devel

On Apr 1, 2005 1:14 AM, Mark Williamson <mark.williamson@cl.cam.ac.uk> wrote:
> FYI, the 2.6.11.6 patch applies fine to 2.6.11-xen0 in the 2.0-testing tree
> (ie. the only reject is on the top level makefile).

How stable is -testing at the moment?  Had some compile issues with my
patch. Which I haven't had a chance to track down.

Nicholas

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

* RE: Stable Release policy?
@ 2005-04-01  8:58 Ian Pratt
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Pratt @ 2005-04-01  8:58 UTC (permalink / raw)
  To: Nicholas Lee, Mark Williamson; +Cc: xen-devel

 

> On Apr 1, 2005 1:14 AM, Mark Williamson 
> <mark.williamson@cl.cam.ac.uk> wrote:
> > FYI, the 2.6.11.6 patch applies fine to 2.6.11-xen0 in the 
> 2.0-testing 
> > tree (ie. the only reject is on the top level makefile).
> 
> How stable is -testing at the moment?  Had some compile 
> issues with my patch. Which I haven't had a chance to track down.

-testing is generally very stable since it's mainly bug fixes to the
previous release, plus certain new features that look 'safe'.

Having said that, it went through a wobble yesterday while the correct
fix to the blk device performance problem was being found, but that was
the first time in ages.

Ian 

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

end of thread, other threads:[~2005-04-01  8:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 11:39 Stable Release policy? Nicholas Lee
  -- strict thread matches above, loose matches on Subject: below --
2005-03-29 21:27 Ian Pratt
2005-03-29 21:33 ` Mark Williamson
2005-03-31  9:03   ` Nicholas Lee
2005-03-31 13:14     ` Mark Williamson
2005-04-01  4:46       ` Nicholas Lee
2005-03-30  3:07 ` Rik van Riel
2005-04-01  8:58 Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.