mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@karaya.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] UML build changes
Date: Mon, 30 Dec 2002 22:53:01 -0500	[thread overview]
Message-ID: <200212310353.WAA04772@ccure.karaya.com> (raw)

Please pull either
	http://uml.bkbits.net/build-2.5
or	http://jdike.stearns.org:5000/build-2.5

This patch updates the UML build -
	if possible, UML is built as a normal, dynamic binary rather than
a statically linked one
	there is an option to force a static link when UML would otherwise have
been built shared
	the mode-specific build stuff has been separated out somewhat
	fixed a readonly string segfault caused by the linker script changes
	fixed a unresolved symbol problem

				Jeff

 arch/um/Kconfig                           |   43 ++++-
 arch/um/Makefile                          |   95 +++++++----
 arch/um/Makefile-skas                     |   20 ++
 arch/um/Makefile-tt                       |    7 
 arch/um/drivers/line.c                    |   12 +
 arch/um/drivers/port_kern.c               |   11 -
 arch/um/dyn.lds.S                         |  241 ++++++++++++++++++++++++++++++
 arch/um/dyn_link.ld.in                    |  214 ++++++++++++++++++++++++++
 arch/um/include/skas_ptrace.h             |   36 ++++
 arch/um/include/sysdep-i386/ptrace.h      |    7 
 arch/um/include/user_util.h               |    1 
 arch/um/kernel/Makefile                   |   11 -
 arch/um/kernel/ptrace.c                   |    2 
 arch/um/kernel/skas/include/mode_kern.h   |    2 
 arch/um/kernel/skas/include/skas_ptrace.h |   36 ----
 arch/um/kernel/skas/tlb.c                 |    8 
 arch/um/kernel/tlb.c                      |    6 
 arch/um/kernel/tt/Makefile                |   17 +-
 arch/um/kernel/tt/include/mode_kern.h     |    1 
 arch/um/kernel/tt/mem_user.c              |   50 ++++++
 arch/um/kernel/tt/tlb.c                   |    2 
 arch/um/kernel/tt/unmap.c                 |   34 ++++
 arch/um/kernel/unmap.c                    |   34 ----
 arch/um/kernel/user_util.c                |   25 ---
 arch/um/sys-i386/util/mk_thread_kern.c    |    3 
 arch/um/uml.lds.S                         |    8 
 26 files changed, 759 insertions(+), 167 deletions(-)

ChangeSet@1.988, 2002-12-29 21:28:59-05:00, jdike@uml.karaya.com
  Merge uml.karaya.com:/home/jdike/linux/2.5/build-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/build-2.5-linus

ChangeSet@1.951.9.7, 2002-12-29 15:27:19-05:00, jdike@uml.karaya.com
  Fixed the archmrproper rule to not delete linker script sources.

ChangeSet@1.951.9.6, 2002-12-29 15:21:40-05:00, jdike@uml.karaya.com
  Fixed handling of the linker script.

ChangeSet@1.951.9.5, 2002-12-29 15:05:58-05:00, jdike@uml.karaya.com
  Pulled in a number of other fixes which were needed to bring the
  build up to date.

ChangeSet@1.951.9.4, 2002-12-29 12:10:51-05:00, jdike@uml.karaya.com
  Moved the segment remapping code under arch/um/kernel/tt.

ChangeSet@1.951.9.3, 2002-12-28 22:35:25-05:00, jdike@uml.karaya.com
  Moved skas_ptrace.h.

ChangeSet@1.951.9.2, 2002-12-28 22:06:40-05:00, jdike@uml.karaya.com
  Merged the 2.4 build changes which split the mode-specific stuff
  into separate Makefiles and add the ability to build a dynamically
  loaded binary.

ChangeSet@1.951.9.1, 2002-12-28 11:50:51-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/doc-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.4, 2002-12-28 11:42:00-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/updates-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5

ChangeSet@1.951.8.3, 2002-12-28 11:32:32-05:00, jdike@uml.karaya.com
  Fixed a merge conflict in port_kern.c

ChangeSet@1.951.8.1, 2002-12-28 11:12:47-05:00, jdike@uml.karaya.com
  Merge http://jdike.stearns.org:5000/mconfig-2.5
  into uml.karaya.com:/home/jdike/linux/2.5/uml-2.5


                 reply	other threads:[~2002-12-31  3:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212310353.WAA04772@ccure.karaya.com \
    --to=jdike@karaya.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome