WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xen-patches-2.6.31-11.tar.bz2

To: <andrew.lyon@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xen-patches-2.6.31-11.tar.bz2
From: Mike Viau <viaum@xxxxxxxxxxxxxxx>
Date: Mon, 22 Feb 2010 12:22:26 -0500
Cc:
Delivery-date: Mon, 22 Feb 2010 09:26:52 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I was attempting to apply the xen patches to 2.6.31.12 kernel source with this script:


#!/bin/bash
for P in `ls ../xen-patches-2.6.31-11/6*.patch1 | sort `
do
patch -p1 -s -i $P
if [ $? = 0 ]; then
echo $P applied
else
echo "Error processing "$P
exit 1
fi
done


During execution (while in the top level directory of the kernel source) I was presented with:


root@localhost:/usr/local/src/linux-2.6.31.12-xen# sh xen-patching.sh
The text leading up to this was:
--------------------------
|Subject: add console_use_vt
|From: kraxel@xxxxxxx
|Patch-mainline: no
|
|$subject says all
|
|---
| drivers/char/tty_io.c   |    7 ++++++-
| include/linux/console.h |    1 +
| 2 files changed, 7 insertions(+), 1 deletion(-)
|
|--- head-2009-10-06.orig/drivers/char/tty_io.c 2009-10-06 14:51:58.000000000 +0200
|+++ head-2009-10-06/drivers/char/tty_io.c      2009-10-06 14:55:34.000000000 +0200
--------------------------
File to patch:


>> I was wondering what information I should provide on the console after the  "File to patch:" line?

Thanks.

 
-M




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>