LWN.net Logo

Bring UML up to 2.5.40

From:  Jeff Dike <jdike@karaya.com>
To:  torvalds@transmeta.com
Subject:  [PATCH] Bring UML up to 2.5.40
Date:  Wed, 02 Oct 2002 17:20:52 -0400
Cc:  linux-kernel@vger.kernel.org

Please pull http://jdike.stearns.org:5000/updates-2.5

It makes a number of small changes to make the 2.5.40 UML build and run -
	fixes a Makefile bug
	changes queue_task to schedule_task
	fixes some compilation buglets in the ubd driver
	changes sigcontext_struct to sigcontext
	changes sigmask_lock to sig->siglock

				Jeff

 arch/um/Makefile                        |    5 -----
 arch/um/drivers/chan_kern.c             |    2 +-
 arch/um/drivers/ubd_kern.c              |    7 ++++---
 arch/um/include/sysdep-ppc/sigcontext.h |    4 ++--
 arch/um/kernel/signal_kern.c            |   20 ++++++++++----------
 arch/um/kernel/trap_user.c              |    2 +-
 6 files changed, 18 insertions(+), 22 deletions(-)

ChangeSet@1.665, 2002-10-02 10:14:48-04:00, jdike@uml.karaya.com
  Small changes to bring UML up to date with 2.5.40.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2002, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds