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
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
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
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 ++--
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
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?
>>>>
>>&
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
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
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
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,
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
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
>
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
--
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
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
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
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
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
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
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
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
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
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
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(+),
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
25 matches
Mail list logo