All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	user-mode-linux-devel
	<user-mode-linux-devel@lists.sourceforge.net>
Subject: [uml-devel] [GIT PULL] UML changes for 3.13-rc1
Date: Sun, 17 Nov 2013 13:51:14 +0100	[thread overview]
Message-ID: <5288BBC2.1040101@nod.at> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Linus,

The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus

for you to fetch changes up to 33a7d42999b1857d4494f6ad6367e3aef0ae8137:

  um: Remove unused declarations from <as-layout.h> (2013-11-17 11:39:22 +0100)

- ----------------------------------------------------------------
This pile contains a nice defconfig cleanup,
a rewritten stack unwinder and various cleanups.

- ----------------------------------------------------------------
Geert Uytterhoeven (1):
      um: Remove unused declarations from <as-layout.h>

Michael Opdenacker (1):
      um: remove used STDIO_CONSOLE Kconfig param

Ramkumar Ramachandra (2):
      arch/um: make it work with defconfig and x86_64
      um/vdso: add .gitignore for a couple of targets

Richard Weinberger (4):
      um: Rewrite show_stack()
      um: Make stack trace reliable against kernel mode faults
      um: Get rid of thread_struct->saved_task
      um: Make kstack_depth_to_print conform to arch/x86

 arch/um/Kconfig.char                    |   4 -
 arch/um/Kconfig.common                  |   5 -
 arch/um/Makefile                        |  11 +
 arch/um/configs/i386_defconfig          |  76 +++
 arch/um/configs/x86_64_defconfig        |  75 +++
 arch/um/defconfig                       | 899 --------------------------------
 arch/um/drivers/mconsole_kern.c         |   6 +-
 arch/um/include/asm/processor-generic.h |   2 +-
 arch/um/include/shared/as-layout.h      |   3 -
 arch/um/include/shared/os.h             |   1 +
 arch/um/kernel/process.c                |  15 +-
 arch/um/kernel/sysrq.c                  | 102 ++--
 arch/um/kernel/trap.c                   |  14 +-
 arch/um/kernel/um_arch.c                |   2 +-
 arch/um/os-Linux/signal.c               |   8 +
 arch/x86/um/Kconfig                     |   5 +
 arch/x86/um/asm/processor_32.h          |   5 +
 arch/x86/um/asm/processor_64.h          |   5 +
 arch/x86/um/sysrq_32.c                  |  66 ---
 arch/x86/um/sysrq_64.c                  |   8 +-
 arch/x86/um/vdso/.gitignore             |   2 +
 21 files changed, 273 insertions(+), 1041 deletions(-)
 create mode 100644 arch/um/configs/i386_defconfig
 create mode 100644 arch/um/configs/x86_64_defconfig
 delete mode 100644 arch/um/defconfig
 create mode 100644 arch/x86/um/vdso/.gitignore

Thanks,
//richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSiLvCAAoJEN9758yqZn9eSnwH/3/0e+3VcWl5+yxUhD+j/xJi
dmcO2LLONpHye1KIWn75AlNt91fkc2dauphhg/SRBqi6mVB0NWUUCtFRvWr4Wzht
5F1aYlPzBmZvChN/1S2QYnldg/EJw7okQEjnFFbWgs1Bh47m3zXU98arbI34JYQA
WisaUsApY1hejTUPtZM5ixF2+cJtXe0vkXDfdrn188pMxcqfD0hRuWBjmsIHFZC3
h65exYi3NQUG9kwRNKYYhPMc8ACQ0OEePt5CBDeJytH4LVodhpGd0i55ljWQhhHo
JQnBnU3eekUcAetLixUTAsRKsCX1xY+xrqFk/MKK/EXzOAfw4F1/90bLtal7OkA=
=Q9AM
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


WARNING: multiple messages have this Message-ID (diff)
From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	user-mode-linux-devel
	<user-mode-linux-devel@lists.sourceforge.net>
Subject: [GIT PULL] UML changes for 3.13-rc1
Date: Sun, 17 Nov 2013 13:51:14 +0100	[thread overview]
Message-ID: <5288BBC2.1040101@nod.at> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Linus,

The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus

for you to fetch changes up to 33a7d42999b1857d4494f6ad6367e3aef0ae8137:

  um: Remove unused declarations from <as-layout.h> (2013-11-17 11:39:22 +0100)

- ----------------------------------------------------------------
This pile contains a nice defconfig cleanup,
a rewritten stack unwinder and various cleanups.

- ----------------------------------------------------------------
Geert Uytterhoeven (1):
      um: Remove unused declarations from <as-layout.h>

Michael Opdenacker (1):
      um: remove used STDIO_CONSOLE Kconfig param

Ramkumar Ramachandra (2):
      arch/um: make it work with defconfig and x86_64
      um/vdso: add .gitignore for a couple of targets

Richard Weinberger (4):
      um: Rewrite show_stack()
      um: Make stack trace reliable against kernel mode faults
      um: Get rid of thread_struct->saved_task
      um: Make kstack_depth_to_print conform to arch/x86

 arch/um/Kconfig.char                    |   4 -
 arch/um/Kconfig.common                  |   5 -
 arch/um/Makefile                        |  11 +
 arch/um/configs/i386_defconfig          |  76 +++
 arch/um/configs/x86_64_defconfig        |  75 +++
 arch/um/defconfig                       | 899 --------------------------------
 arch/um/drivers/mconsole_kern.c         |   6 +-
 arch/um/include/asm/processor-generic.h |   2 +-
 arch/um/include/shared/as-layout.h      |   3 -
 arch/um/include/shared/os.h             |   1 +
 arch/um/kernel/process.c                |  15 +-
 arch/um/kernel/sysrq.c                  | 102 ++--
 arch/um/kernel/trap.c                   |  14 +-
 arch/um/kernel/um_arch.c                |   2 +-
 arch/um/os-Linux/signal.c               |   8 +
 arch/x86/um/Kconfig                     |   5 +
 arch/x86/um/asm/processor_32.h          |   5 +
 arch/x86/um/asm/processor_64.h          |   5 +
 arch/x86/um/sysrq_32.c                  |  66 ---
 arch/x86/um/sysrq_64.c                  |   8 +-
 arch/x86/um/vdso/.gitignore             |   2 +
 21 files changed, 273 insertions(+), 1041 deletions(-)
 create mode 100644 arch/um/configs/i386_defconfig
 create mode 100644 arch/um/configs/x86_64_defconfig
 delete mode 100644 arch/um/defconfig
 create mode 100644 arch/x86/um/vdso/.gitignore

Thanks,
//richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSiLvCAAoJEN9758yqZn9eSnwH/3/0e+3VcWl5+yxUhD+j/xJi
dmcO2LLONpHye1KIWn75AlNt91fkc2dauphhg/SRBqi6mVB0NWUUCtFRvWr4Wzht
5F1aYlPzBmZvChN/1S2QYnldg/EJw7okQEjnFFbWgs1Bh47m3zXU98arbI34JYQA
WisaUsApY1hejTUPtZM5ixF2+cJtXe0vkXDfdrn188pMxcqfD0hRuWBjmsIHFZC3
h65exYi3NQUG9kwRNKYYhPMc8ACQ0OEePt5CBDeJytH4LVodhpGd0i55ljWQhhHo
JQnBnU3eekUcAetLixUTAsRKsCX1xY+xrqFk/MKK/EXzOAfw4F1/90bLtal7OkA=
=Q9AM
-----END PGP SIGNATURE-----

             reply	other threads:[~2013-11-17 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-17 12:51 Richard Weinberger [this message]
2013-11-17 12:51 ` [GIT PULL] UML changes for 3.13-rc1 Richard Weinberger

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=5288BBC2.1040101@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 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.