linux-um archives
 help / color / mirror / Atom feed
* [GIT PULL] UML changes for v3.18-rc1
@ 2014-10-13 20:09 Richard Weinberger
  0 siblings, 0 replies; only message in thread
From: Richard Weinberger @ 2014-10-13 20:09 UTC (permalink / raw)
  To: linus Torvalds, linux-kernel@vger.kernel.org; +Cc: user-mode-linux-devel, sahne

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

Linus,

The following changes since commit c798360cd1438090d51eeaa8e67985da11362eba:

  Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu (2014-10-10 07:26:02 -0400)

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 5f786595a291092d20fafe10c5a30378971a8cc3:

  um: net: Eliminate NULL test after alloc_bootmem (2014-10-13 21:46:26 +0200)

----------------------------------------------------------------
Besides of fixes this contains also support for CONFIG_STACKTRACE
by Daniel Walter.
----------------------------------------------------------------

Daniel Walter (1):
      um: Add support for CONFIG_STACKTRACE

Himangi Saraogi (1):
      um: net: Eliminate NULL test after alloc_bootmem

Honggang Li (2):
      um: remove csum_partial_copy_generic_i386 to clean up exception table
      um: delete unnecessary bootmem struct page array

Thorsten Knabe (1):
      um: ubd: Fix for processes stuck in D state forever

 arch/um/Kconfig.common            |   3 +-
 arch/um/drivers/net_kern.c        |   4 -
 arch/um/drivers/ubd_kern.c        |   5 +-
 arch/um/include/asm/stacktrace.h  |  42 +++++++
 arch/um/include/shared/mem_user.h |   2 +-
 arch/um/kernel/Makefile           |   1 +
 arch/um/kernel/physmem.c          |  32 +----
 arch/um/kernel/stacktrace.c       |  80 +++++++++++++
 arch/um/kernel/sysrq.c            |  69 +++--------
 arch/um/kernel/um_arch.c          |   7 +-
 arch/x86/um/checksum_32.S         | 239 --------------------------------------
 11 files changed, 153 insertions(+), 331 deletions(-)
 create mode 100644 arch/um/include/asm/stacktrace.h
 create mode 100644 arch/um/kernel/stacktrace.c

Thanks,
//richard


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-13 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 20:09 [GIT PULL] UML changes for v3.18-rc1 Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox