[uml-devel] [PATCH] mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM

2017-01-01 Thread Randy Dunlap
From: Randy Dunlap Fix build errors on arch/um, which does not support HAS_IOMEM, while the oxnas_nand.c driver uses interfaces that are supplied by HAS_IOMEM. (loadable module build:) ERROR: "devm_ioremap_resource" [drivers/mtd/nand/oxnas_nand.ko] undefined! or (built-in build:) dri

Re: [uml-devel] [PATCH] um: Fix out-of-tree build

2015-07-01 Thread Randy Dunlap
t; generated header files. > > Signed-off-by: Richard Weinberger Works for me. Please merge so that linux-next builds stop failing. Acked-by: Randy Dunlap Thanks. > --- > arch/um/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arc

Re: [uml-devel] mmotm 2013-11-20-16-13 uploaded (arch/um/kernel/sysrq.c)

2013-11-21 Thread Randy Dunlap
On 11/20/13 16:14, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2013-11-20-16-13 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm

Re: [uml-devel] [PATCH] um: Rename print_stack_trace to do_stack_trace

2013-11-21 Thread Randy Dunlap
On 11/21/13 00:31, Richard Weinberger wrote: > We cannot use print_stack_trace because the name conflicts > with linux/stacktrace.h. > > Reported-by: Randy Dunlap > Signed-off-by: Richard Weinberger Acked-by: Randy Dunlap Thanks. > --- > arch/um/kernel/sysrq.c | 4 ++--

Re: [uml-devel] linux-next: Tree for Sept 4 (uml + execve)

2012-09-04 Thread Randy Dunlap
On 09/04/2012 12:13 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120824: > UML on x86_64 (defconfig): fs/built-in.o: In function `kernel_execve': fs/exec.c:2342: multiple definition of `kernel_execve' arch/um/kernel/built-in.o:arch/um/kernel/syscall.c:57: first defined here fs/bui

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-21 Thread Randy Dunlap
On 08/19/2012 07:51 PM, Rusty Russell wrote: > On Tue, 14 Aug 2012 10:41:42 -0700, Randy Dunlap wrote: >> On 08/14/2012 08:17 AM, Richard Weinberger wrote: >> >>> Am 14.08.2012 17:15, schrieb David Howells: >>>> How about this then? >>>> >>&

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-14 Thread Randy Dunlap
S_USE_ELF_RELA >> >> config RWSEM_XCHGADD_ALGORITHM >> def_bool X86_XADD && 64BIT > > Looks sane. > > Acked-by: Richard Weinberger Acked-by: Randy Dunlap Thanks. -- ~Randy

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-08-13 Thread Randy Dunlap
On 07/26/2012 08:18 AM, Randy Dunlap wrote: > On 07/25/2012 10:04 PM, Stephen Rothwell wrote: > >> Hi all, >> >> Please do not add anything to linux-next included branches/series that is >> destined for v3.7 until after v3.6-rc1 is released. >> >> Re

Re: [uml-devel] linux-next: Tree for July 26 (uml)

2012-07-26 Thread Randy Dunlap
On 07/25/2012 10:04 PM, Stephen Rothwell wrote: > Hi all, > > Please do not add anything to linux-next included branches/series that is > destined for v3.7 until after v3.6-rc1 is released. > > Reminder: do not rebase your branches before asking Linus to pull them ... > > Changes since 20120725

Re: [uml-devel] linux-next: Tree for Feb 17 (uml)

2012-02-17 Thread Randy Dunlap
On 02/16/2012 09:50 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120216: uml on x86_64 (defconfig): CC arch/um/kernel/asm-offsets.s In file included from linux-next-20120217/include/linux/slab.h:12:0, from linux-next-20120217/include/linux/crypto.h:23,

Re: [uml-devel] linux-next: Tree for Jan 19 (uml)

2012-01-18 Thread Randy Dunlap
On 01/18/2012 05:59 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120118: > > Linus' tree gained a build failure for which I applied a patch. Building uml on x86_64 gives: CC arch/um/kernel/asm-offsets.s In file included from /next/linux-next-20120119/arch/um/include/shared

Re: [uml-devel] Is register_cpu() now obligatory?

2012-01-08 Thread Randy Dunlap
On 01/08/2012 05:00 PM, Richard Weinberger wrote: > Hi! > > In Linus' tree as of today UML is broken. > It's crashing because get_cpu_device() in topology_add_dev() > returns a device with an invalid kobj (address is 0x10). > > The code seems to assume that each arch has to register their CPUs >

Re: [uml-devel] [PATCH] UserModeLinux-HOWTO.txt: remove ^H characters

2011-08-12 Thread Randy Dunlap
gt; --- > Documentation/virtual/uml/UserModeLinux-HOWTO.txt | 530 ++-- > 1 files changed, 265 insertions(+), 265 deletions(-) I like the patch, although the text file seems to be quite old and it appears to be a generated file (from where?). Acked-by: Randy Dunlap --

Re: [uml-devel] linux-next: Tree for July 22 (uml)

2011-07-22 Thread Randy Dunlap
richard > > --- > > From b9ec24beb55276d74fdf4f9f9607c69fc8662b72 Mon Sep 17 00:00:00 2001 > From: Richard Weinberger > Date: Fri, 22 Jul 2011 20:46:32 +0200 > Subject: [PATCH] um: Make rwsem.S depend on CONFIG_RWSEM_XCHGADD_ALGORITHM > > rwsem.S can only be used with CONFIG_RW

Re: [uml-devel] linux-next: Tree for July 22 (uml)

2011-07-22 Thread Randy Dunlap
On Fri, 22 Jul 2011 16:42:37 +1000 Stephen Rothwell wrote: > Hi all, uml build on i386 fails with: arch/um/sys-i386/built-in.o: In function `call_rwsem_down_read_failed': linux-next-20110722/arch/um/sys-i386/../../x86/lib/rwsem.S:93: undefined reference to `rwsem_down_read_failed' arch/um/sys-i

Re: [uml-devel] linux-next: Tree for June 27 (uml)

2011-06-27 Thread Randy Dunlap
On Mon, 27 Jun 2011 17:42:59 +0100 Al Viro wrote: > On Mon, Jun 27, 2011 at 06:30:43PM +0200, Richard Weinberger wrote: > > Am Montag 27 Juni 2011, 17:27:33 schrieb Randy Dunlap: > > > On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote: > > > > Hi all, > &g

Re: [uml-devel] linux-next: Tree for June 27 (uml)

2011-06-27 Thread Randy Dunlap
On Mon, 27 Jun 2011 16:16:56 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20110624: uml defconfig builds on x86 (32-bit and 64-bit) fail with: fs/hostfs/hostfs_kern.c:756: error: 'mask' undeclared (first use in this function) --- ~Randy *** Remember to use Documentation/SubmitC

Re: [uml-devel] [PATCH] um: Clean up vm-flags.h

2011-06-16 Thread Randy Dunlap
un...@oracle.com Acked-by: Randy Dunlap Thanks. > CC: mho...@suse.cz > CC: torva...@linux-foundation.org > --- > arch/um/sys-x86_64/Makefile |2 +- > arch/um/sys-x86_64/mem.c| 16 > arch/um/sys-x86_64/shared/sysdep/vm-fl

[uml-devel] [PATCH] uml: fix hppfs build

2011-04-19 Thread Randy Dunlap
From: Randy Dunlap Make HoneyPot ProcFS depend on CONFIG_PROC_FS so that it will build. Recommended by Christoph Hellwig. Fixes kernel bugzilla #33692: https://bugzilla.kernel.org/show_bug.cgi?id=33692 Reported-by: Simon Danner Signed-off-by: Randy Dunlap Cc: Jeff Dike Cc: Richard

[uml-devel] [PATCH -next] uml: fix tty interface warnings

2011-03-15 Thread Randy Dunlap
From: Randy Dunlap Fix tty interface warnings in arch/um: arch/um/drivers/stdio_console.c:122: warning: initialization from incompatible pointer type arch/um/drivers/ssl.c:139: warning: initialization from incompatible pointer type Signed-off-by: Randy Dunlap Cc: Jeff Dike Cc: user

[uml-devel] [PATCH] uml: mmapper_kern needs MODULE_LICENSE

2010-12-14 Thread Randy Dunlap
From: Randy Dunlap Add missing MODULE_LICENSE(): WARNING: modpost: missing MODULE_LICENSE() in arch/um/drivers/mmapper_kern.o Signed-off-by: Randy Dunlap Cc: Greg Lonnon --- arch/um/drivers/mmapper_kern.c |1 + 1 file changed, 1 insertion(+) --- linux-next-20101214.orig/arch/um/drivers

Re: [uml-devel] [PATCH 2/2] UML - Add stack usage monitoring

2007-06-19 Thread Randy Dunlap
On Tue, 19 Jun 2007 15:50:03 -0400 Jeff Dike wrote: > Add a machanism to see how much of a kernel stack is used. This > allocates zeroed stacks and sees where the lowest non-zero byte is on > process exit. It keeps track of the lowest value and logs values as > they get lower. > > Signed-off-by

Re: [uml-devel] [PATCH 4/5] Fix Linuxdoc comment

2007-05-07 Thread Randy Dunlap
On Mon, 7 May 2007 16:20:19 -0400 Jeff Dike wrote: > A linuxdoc comment had fallen out of date - it refers to an argument > which no longer exists. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> > -- > kernel/irq/handle.c |1 - > 1 file changed, 1 deletion(-) > > Index: linux-2.6.21-mm/ke

Re: [uml-devel] [PATCH 4/8] UML - audio driver formatting

2007-01-01 Thread Randy Dunlap
On Tue, 02 Jan 2007 02:52:33 +0100 Richard Knutsson wrote: > Jeff Dike wrote: > > Whitespace and style fixes. > > > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> > > -- > > arch/um/drivers/hostaudio_kern.c | 160 > > +-- > > 1 file changed, 73 insertions(+),

Re: [uml-devel] [PATCH 1/6] UML - Console locking fixes

2006-12-29 Thread Randy Dunlap
On Fri, 29 Dec 2006 18:41:27 -0500 Jeff Dike wrote: > arch/um/drivers/line.c | 188 > ++-- > arch/um/drivers/stdio_console.c |6 - > arch/um/include/line.h | 14 +- > 3 files changed, 135 insertions(+), 73 deletions(-) > > Index: linu