[<prev] [next>] [day] [month] [year] [list]
Message-ID: <543C317E.5040408@nod.at>
Date: Mon, 13 Oct 2014 22:09:34 +0200
From: Richard Weinberger <richard@....at>
To: linus Torvalds <torvalds@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: user-mode-linux-devel <user-mode-linux-devel@...ts.sourceforge.net>,
sahne@...0.at
Subject: [GIT PULL] UML changes for v3.18-rc1
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
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists