All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] switch default kernel to 2.6.32
@ 2010-06-17 13:25 Jeremy Fitzhardinge
  2010-07-20 10:08 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 11+ messages in thread
From: Jeremy Fitzhardinge @ 2010-06-17 13:25 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Xen-devel

Use 2.6.32 now.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
--- a/buildconfigs/mk.linux-2.6-pvops	Tue Jun 15 13:27:14 2010 +0100
+++ b/buildconfigs/mk.linux-2.6-pvops	Thu Jun 17 14:24:17 2010 +0100
@@ -10,7 +10,7 @@
 else
 XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
 endif
-XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
+XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
 
 EXTRAVERSION ?=

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-06-17 13:25 [PATCH] switch default kernel to 2.6.32 Jeremy Fitzhardinge
@ 2010-07-20 10:08 ` Pasi Kärkkäinen
  2010-07-27  3:06   ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 11+ messages in thread
From: Pasi Kärkkäinen @ 2010-07-20 10:08 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Keir Fraser

On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
> Use 2.6.32 now.
> 

Hello,

How about xen-4.0-testing.hg ? 
It seems to be still using 'xen/master' ..

-- Pasi

> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> 
> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
> --- a/buildconfigs/mk.linux-2.6-pvops	Tue Jun 15 13:27:14 2010 +0100
> +++ b/buildconfigs/mk.linux-2.6-pvops	Thu Jun 17 14:24:17 2010 +0100
> @@ -10,7 +10,7 @@
>  else
>  XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  endif
> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>  
>  EXTRAVERSION ?=
>  
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-07-20 10:08 ` Pasi Kärkkäinen
@ 2010-07-27  3:06   ` Jeremy Fitzhardinge
  2010-07-27  6:46     ` Keir Fraser
  0 siblings, 1 reply; 11+ messages in thread
From: Jeremy Fitzhardinge @ 2010-07-27  3:06 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Xen-devel, Keir Fraser

  On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
>> Use 2.6.32 now.
>>
> Hello,
>
> How about xen-4.0-testing.hg ?
> It seems to be still using 'xen/master' ..

Keir, did you switch it over too?

Thanks,
     J

> -- Pasi
>
>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
>>
>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
>> --- a/buildconfigs/mk.linux-2.6-pvops	Tue Jun 15 13:27:14 2010 +0100
>> +++ b/buildconfigs/mk.linux-2.6-pvops	Thu Jun 17 14:24:17 2010 +0100
>> @@ -10,7 +10,7 @@
>>   else
>>   XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>   endif
>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>>
>>   EXTRAVERSION ?=
>>
>>
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-07-27  3:06   ` Jeremy Fitzhardinge
@ 2010-07-27  6:46     ` Keir Fraser
  2010-07-27  6:51       ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 11+ messages in thread
From: Keir Fraser @ 2010-07-27  6:46 UTC (permalink / raw)
  To: Jeremy Fitzhardinge, Pasi Kärkkäinen; +Cc: Xen-devel

Done. I assume just changing the REMOTEBRANCH tag will work.

 K.

On 27/07/2010 04:06, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:

>   On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
>> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
>>> Use 2.6.32 now.
>>> 
>> Hello,
>> 
>> How about xen-4.0-testing.hg ?
>> It seems to be still using 'xen/master' ..
> 
> Keir, did you switch it over too?
> 
> Thanks,
>      J
> 
>> -- Pasi
>> 
>>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
>>> 
>>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
>>> --- a/buildconfigs/mk.linux-2.6-pvops Tue Jun 15 13:27:14 2010 +0100
>>> +++ b/buildconfigs/mk.linux-2.6-pvops Thu Jun 17 14:24:17 2010 +0100
>>> @@ -10,7 +10,7 @@
>>>   else
>>>   XEN_LINUX_GIT_URL ?=
>>> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>>   endif
>>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
>>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>>> 
>>>   EXTRAVERSION ?=
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
> 

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-07-27  6:46     ` Keir Fraser
@ 2010-07-27  6:51       ` Jeremy Fitzhardinge
  2010-07-27  7:05         ` Keir Fraser
  2010-07-30 10:34         ` Keir Fraser
  0 siblings, 2 replies; 11+ messages in thread
From: Jeremy Fitzhardinge @ 2010-07-27  6:51 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Xen-devel

  On 07/26/2010 11:46 PM, Keir Fraser wrote:
> Done. I assume just changing the REMOTEBRANCH tag will work.

Hm, perhaps.  I had to do that other git magic to make it work, and I'm 
guessing that didn't make it into 4.0-testing?  I'll check tomorrow...

     J

>   K.
>
> On 27/07/2010 04:06, "Jeremy Fitzhardinge"<jeremy@goop.org>  wrote:
>
>>    On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
>>> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
>>>> Use 2.6.32 now.
>>>>
>>> Hello,
>>>
>>> How about xen-4.0-testing.hg ?
>>> It seems to be still using 'xen/master' ..
>> Keir, did you switch it over too?
>>
>> Thanks,
>>       J
>>
>>> -- Pasi
>>>
>>>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
>>>>
>>>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
>>>> --- a/buildconfigs/mk.linux-2.6-pvops Tue Jun 15 13:27:14 2010 +0100
>>>> +++ b/buildconfigs/mk.linux-2.6-pvops Thu Jun 17 14:24:17 2010 +0100
>>>> @@ -10,7 +10,7 @@
>>>>    else
>>>>    XEN_LINUX_GIT_URL ?=
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>>>    endif
>>>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
>>>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>>>>
>>>>    EXTRAVERSION ?=
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-07-27  6:51       ` Jeremy Fitzhardinge
@ 2010-07-27  7:05         ` Keir Fraser
  2010-07-30 10:34         ` Keir Fraser
  1 sibling, 0 replies; 11+ messages in thread
From: Keir Fraser @ 2010-07-27  7:05 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel

On 27/07/2010 07:51, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:

>   On 07/26/2010 11:46 PM, Keir Fraser wrote:
>> Done. I assume just changing the REMOTEBRANCH tag will work.
> 
> Hm, perhaps.  I had to do that other git magic to make it work, and I'm
> guessing that didn't make it into 4.0-testing?  I'll check tomorrow...

That's fine. There won't be another RC tag this week I think.

 K.

>      J
> 
>>   K.
>> 
>> On 27/07/2010 04:06, "Jeremy Fitzhardinge"<jeremy@goop.org>  wrote:
>> 
>>>    On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
>>>> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
>>>>> Use 2.6.32 now.
>>>>> 
>>>> Hello,
>>>> 
>>>> How about xen-4.0-testing.hg ?
>>>> It seems to be still using 'xen/master' ..
>>> Keir, did you switch it over too?
>>> 
>>> Thanks,
>>>       J
>>> 
>>>> -- Pasi
>>>> 
>>>>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
>>>>> 
>>>>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
>>>>> --- a/buildconfigs/mk.linux-2.6-pvops Tue Jun 15 13:27:14 2010 +0100
>>>>> +++ b/buildconfigs/mk.linux-2.6-pvops Thu Jun 17 14:24:17 2010 +0100
>>>>> @@ -10,7 +10,7 @@
>>>>>    else
>>>>>    XEN_LINUX_GIT_URL ?=
>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>>>>    endif
>>>>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
>>>>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>>>>> 
>>>>>    EXTRAVERSION ?=
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Xen-devel mailing list
>>>>> Xen-devel@lists.xensource.com
>>>>> http://lists.xensource.com/xen-devel
>> 
> 

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

* Re: [PATCH] switch default kernel to 2.6.32
  2010-07-27  6:51       ` Jeremy Fitzhardinge
  2010-07-27  7:05         ` Keir Fraser
@ 2010-07-30 10:34         ` Keir Fraser
  2010-08-12 16:27           ` [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg Pasi Kärkkäinen
  1 sibling, 1 reply; 11+ messages in thread
From: Keir Fraser @ 2010-07-30 10:34 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel

On 27/07/2010 07:51, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:

>   On 07/26/2010 11:46 PM, Keir Fraser wrote:
>> Done. I assume just changing the REMOTEBRANCH tag will work.
> 
> Hm, perhaps.  I had to do that other git magic to make it work, and I'm
> guessing that didn't make it into 4.0-testing?  I'll check tomorrow...

Actually I just noticed that I omitted to push the changeset that changes
the REMOTEBRANCH tag. Since you're not totally sure it will work anyway
without other adjustments, please test and send a complete working patch for
4.0-testing, and I'll then check it in.

 Thanks,
 Keir

>      J
> 
>>   K.
>> 
>> On 27/07/2010 04:06, "Jeremy Fitzhardinge"<jeremy@goop.org>  wrote:
>> 
>>>    On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
>>>> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
>>>>> Use 2.6.32 now.
>>>>> 
>>>> Hello,
>>>> 
>>>> How about xen-4.0-testing.hg ?
>>>> It seems to be still using 'xen/master' ..
>>> Keir, did you switch it over too?
>>> 
>>> Thanks,
>>>       J
>>> 
>>>> -- Pasi
>>>> 
>>>>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
>>>>> 
>>>>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
>>>>> --- a/buildconfigs/mk.linux-2.6-pvops Tue Jun 15 13:27:14 2010 +0100
>>>>> +++ b/buildconfigs/mk.linux-2.6-pvops Thu Jun 17 14:24:17 2010 +0100
>>>>> @@ -10,7 +10,7 @@
>>>>>    else
>>>>>    XEN_LINUX_GIT_URL ?=
>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>>>>>    endif
>>>>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
>>>>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
>>>>> 
>>>>>    EXTRAVERSION ?=
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Xen-devel mailing list
>>>>> Xen-devel@lists.xensource.com
>>>>> http://lists.xensource.com/xen-devel
>> 
> 

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

* Re: [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg
  2010-07-30 10:34         ` Keir Fraser
@ 2010-08-12 16:27           ` Pasi Kärkkäinen
  2010-08-12 18:20             ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 11+ messages in thread
From: Pasi Kärkkäinen @ 2010-08-12 16:27 UTC (permalink / raw)
  To: Keir Fraser; +Cc: Jeremy Fitzhardinge, Xen-devel

On Fri, Jul 30, 2010 at 11:34:36AM +0100, Keir Fraser wrote:
> On 27/07/2010 07:51, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:
> 
> >   On 07/26/2010 11:46 PM, Keir Fraser wrote:
> >> Done. I assume just changing the REMOTEBRANCH tag will work.
> > 
> > Hm, perhaps.  I had to do that other git magic to make it work, and I'm
> > guessing that didn't make it into 4.0-testing?  I'll check tomorrow...
> 
> Actually I just noticed that I omitted to push the changeset that changes
> the REMOTEBRANCH tag. Since you're not totally sure it will work anyway
> without other adjustments, please test and send a complete working patch for
> 4.0-testing, and I'll then check it in.
> 

I'm still nagging about this so we get it proper for Xen 4.0.1 release :)

-- Pasi

>  Thanks,
>  Keir
> 
> >      J
> > 
> >>   K.
> >> 
> >> On 27/07/2010 04:06, "Jeremy Fitzhardinge"<jeremy@goop.org>  wrote:
> >> 
> >>>    On 07/20/2010 03:08 AM, Pasi Kärkkäinen wrote:
> >>>> On Thu, Jun 17, 2010 at 02:25:05PM +0100, Jeremy Fitzhardinge wrote:
> >>>>> Use 2.6.32 now.
> >>>>> 
> >>>> Hello,
> >>>> 
> >>>> How about xen-4.0-testing.hg ?
> >>>> It seems to be still using 'xen/master' ..
> >>> Keir, did you switch it over too?
> >>> 
> >>> Thanks,
> >>>       J
> >>> 
> >>>> -- Pasi
> >>>> 
> >>>>> Signed-off-by: Jeremy Fitzhardinge<jeremy.fitzhardinge@citrix.com>
> >>>>> 
> >>>>> diff -r b9c541d9c138 buildconfigs/mk.linux-2.6-pvops
> >>>>> --- a/buildconfigs/mk.linux-2.6-pvops Tue Jun 15 13:27:14 2010 +0100
> >>>>> +++ b/buildconfigs/mk.linux-2.6-pvops Thu Jun 17 14:24:17 2010 +0100
> >>>>> @@ -10,7 +10,7 @@
> >>>>>    else
> >>>>>    XEN_LINUX_GIT_URL ?=
> >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> >>>>>    endif
> >>>>> -XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.31.x
> >>>>> +XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
> >>>>> 
> >>>>>    EXTRAVERSION ?=
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> _______________________________________________
> >>>>> Xen-devel mailing list
> >>>>> Xen-devel@lists.xensource.com
> >>>>> http://lists.xensource.com/xen-devel
> >> 
> > 
> 
> 

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

* Re: [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg
  2010-08-12 16:27           ` [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg Pasi Kärkkäinen
@ 2010-08-12 18:20             ` Jeremy Fitzhardinge
  2010-08-13 12:51               ` Ian Jackson
  0 siblings, 1 reply; 11+ messages in thread
From: Jeremy Fitzhardinge @ 2010-08-12 18:20 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Xen-devel, Keir Fraser

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

  On 08/12/2010 09:27 AM, Pasi Kärkkäinen wrote:
> On Fri, Jul 30, 2010 at 11:34:36AM +0100, Keir Fraser wrote:
>> On 27/07/2010 07:51, "Jeremy Fitzhardinge"<jeremy@goop.org>  wrote:
>>
>>>    On 07/26/2010 11:46 PM, Keir Fraser wrote:
>>>> Done. I assume just changing the REMOTEBRANCH tag will work.
>>> Hm, perhaps.  I had to do that other git magic to make it work, and I'm
>>> guessing that didn't make it into 4.0-testing?  I'll check tomorrow...
>> Actually I just noticed that I omitted to push the changeset that changes
>> the REMOTEBRANCH tag. Since you're not totally sure it will work anyway
>> without other adjustments, please test and send a complete working patch for
>> 4.0-testing, and I'll then check it in.
>>
> I'm still nagging about this so we get it proper for Xen 4.0.1 release :)

OK, here's three patches.  The first two update the git pull stuff and 
the kernel to stable-2.6.32.x for the Xen 4.0 branch.  The third fixes a 
shell syntax thingy that should be applied to xen-4 and to unstable.

Thanks,
     J


[-- Attachment #2: update-git-pull --]
[-- Type: text/plain, Size: 1389 bytes --]

Update git pull machinery

This is needed to pull a non-default branch, and to allow the test
infrastructure's bisection machinery to work.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

diff -r 8e8dd38374e9 buildconfigs/src.git-clone
--- a/buildconfigs/src.git-clone	Wed Aug 11 16:44:03 2010 +0100
+++ b/buildconfigs/src.git-clone	Thu Aug 12 10:42:45 2010 -0700
@@ -13,19 +13,20 @@
 .ERROR: XEN_LINUX_GIT_REMOTEBRANCH not specified
 endif
 
-XEN_LINUX_GIT_LOCALBRANCH ?= master
+XEN_GIT_ORIGIN ?= xen
+
+XEN_LINUX_GIT_LOCALBRANCH ?= $(XEN_LINUX_GIT_REMOTEBRANCH)
 
 # Set XEN_LINUX_GITREV to update to a particlar revision.
-XEN_LINUX_GITREV  ?= 
+XEN_LINUX_GITREV  ?= $(XEN_GIT_ORIGIN)/$(XEN_LINUX_GIT_REMOTEBRANCH)
 
 $(LINUX_SRCDIR)/.valid-src: $(__XEN_LINUX_UPDATE)
 	set -ex; \
 	if ! [ -d $(LINUX_SRCDIR) ]; then \
 		rm -rf $(LINUX_SRCDIR) $(LINUX_SRCDIR).tmp; \
 		mkdir $(LINUX_SRCDIR).tmp; rmdir $(LINUX_SRCDIR).tmp; \
-		$(GIT) clone $(XEN_LINUX_GIT_URL) $(LINUX_SRCDIR).tmp; \
-		cd $(LINUX_SRCDIR).tmp; \
-		$(GIT) checkout $(XEN_LINUX_GIT_REMOTEBRANCH); \
-		cd ..; mv $(LINUX_SRCDIR).tmp $(LINUX_SRCDIR); \
+		$(GIT) clone -o $(XEN_GIT_ORIGIN) -n $(XEN_LINUX_GIT_URL) $(LINUX_SRCDIR).tmp; \
+		(cd $(LINUX_SRCDIR).tmp; git checkout -b $(XEN_LINUX_GIT_LOCALBRANCH) $(XEN_LINUX_GITREV) ); \
+		mv $(LINUX_SRCDIR).tmp $(LINUX_SRCDIR); \
 	fi
 	touch $@

[-- Attachment #3: update-default-kernel --]
[-- Type: text/plain, Size: 523 bytes --]

Update default kernel to 2.6.32.x

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

diff -r 8e8dd38374e9 buildconfigs/mk.linux-2.6-pvops
--- a/buildconfigs/mk.linux-2.6-pvops	Wed Aug 11 16:44:03 2010 +0100
+++ b/buildconfigs/mk.linux-2.6-pvops	Thu Aug 12 10:42:45 2010 -0700
@@ -10,7 +10,7 @@
 else
 XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
 endif
-XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master
+XEN_LINUX_GIT_REMOTEBRANCH ?= xen/stable-2.6.32.x
 
 EXTRAVERSION ?=
 

[-- Attachment #4: fix-config-quoting --]
[-- Type: text/plain, Size: 910 bytes --]

Fix quoting error

Prevent shell syntax error if $(XEN_LINUX_CONFIG) is empty.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

diff -r 650fc0e08631 -r 80125f40a748 buildconfigs/mk.linux-2.6-common
--- a/buildconfigs/mk.linux-2.6-common	Thu Aug 12 10:42:46 2010 -0700
+++ b/buildconfigs/mk.linux-2.6-common	Thu Aug 12 11:11:10 2010 -0700
@@ -75,7 +75,7 @@
 	# tree. Finally attempt to use make defconfig.
 	set -e ; \
 	CONFIG_VERSION=$$(sed -ne 's/$$(XENGUEST)//; s/^EXTRAVERSION = //p' $(LINUX_SRCDIR)/Makefile); \
-	if [ ! -z "$(XEN_LINUX_CONFIG)" -a -r $(XEN_LINUX_CONFIG) ]; then \
+	if [ ! -z "$(XEN_LINUX_CONFIG)" -a -r "$(XEN_LINUX_CONFIG)" ]; then \
 	  cp $(XEN_LINUX_CONFIG) $(CONFIG_FILE); \
 	elif [ -r $(DESTDIR)/boot/config-$(LINUX_VER3)$$CONFIG_VERSION$(EXTRAVERSION) ] ; then \
 	  cp $(DESTDIR)/boot/config-$(LINUX_VER3)$$CONFIG_VERSION$(EXTRAVERSION) $(CONFIG_FILE) ; \

[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

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

* Re: [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg
  2010-08-12 18:20             ` Jeremy Fitzhardinge
@ 2010-08-13 12:51               ` Ian Jackson
  2010-08-13 18:16                 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 11+ messages in thread
From: Ian Jackson @ 2010-08-13 12:51 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: Xen-devel, Keir Fraser

Jeremy Fitzhardinge writes ("Re: [Xen-devel] [PATCH] switch default kernel to 2.6.32 in	xen-4.0-testing.hg"):
> OK, here's three patches.  The first two update the git pull stuff and 
> the kernel to stable-2.6.32.x for the Xen 4.0 branch.  The third fixes a 
> shell syntax thingy that should be applied to xen-4 and to unstable.
...
Re the third patch:

> Fix quoting error
> 
> Prevent shell syntax error if $(XEN_LINUX_CONFIG) is empty.
> 
> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

I haven't reviewed the other two.  Is the first patch (update the git
pull stuff) a backport of the corresponding changes from
xen-unstable ?  If so, great.

Ian.

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

* Re: [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg
  2010-08-13 12:51               ` Ian Jackson
@ 2010-08-13 18:16                 ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 11+ messages in thread
From: Jeremy Fitzhardinge @ 2010-08-13 18:16 UTC (permalink / raw)
  To: Ian Jackson; +Cc: Xen-devel, Keir Fraser

 On 08/13/2010 05:51 AM, Ian Jackson wrote:
>> Fix quoting error
>>
>> Prevent shell syntax error if $(XEN_LINUX_CONFIG) is empty.
>>
>> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
>
> I haven't reviewed the other two.  Is the first patch (update the git
> pull stuff) a backport of the corresponding changes from
> xen-unstable ?  If so, great.

Yes, they're just a copy of the xen-unstable version of the file.

    J

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

end of thread, other threads:[~2010-08-13 18:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-17 13:25 [PATCH] switch default kernel to 2.6.32 Jeremy Fitzhardinge
2010-07-20 10:08 ` Pasi Kärkkäinen
2010-07-27  3:06   ` Jeremy Fitzhardinge
2010-07-27  6:46     ` Keir Fraser
2010-07-27  6:51       ` Jeremy Fitzhardinge
2010-07-27  7:05         ` Keir Fraser
2010-07-30 10:34         ` Keir Fraser
2010-08-12 16:27           ` [PATCH] switch default kernel to 2.6.32 in xen-4.0-testing.hg Pasi Kärkkäinen
2010-08-12 18:20             ` Jeremy Fitzhardinge
2010-08-13 12:51               ` Ian Jackson
2010-08-13 18:16                 ` Jeremy Fitzhardinge

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.