[git pull] m68k updates for 2.6.38

2011-01-10 Thread Geert Uytterhoeven
__user annotations m68knommu: Need to check __get_user()/__put_user() result Geert Uytterhoeven (1): m68k/sun3: Kill pte_unmap() warnings arch/m68k/include/asm/sun3_pgtable.h |5 +- arch/m68k/include/asm/thread_info.h |1 + arch/m68k/include/asm/unistd.h

Re: build warnings

2011-01-16 Thread Geert Uytterhoeven
,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that.                                 -- Linus Torvalds

Re: build warnings

2011-01-17 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that.                                 -- Linus Torvalds -- To unsubscribe

Re: build warnings

2011-01-18 Thread Geert Uytterhoeven
On Tue, Jan 18, 2011 at 02:18, Michael Schmitz schmitz...@googlemail.com wrote: On Tue, Jan 18, 2011 at 9:14 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Mon, Jan 17, 2011 at 20:50, Michael Schmitz schmitz...@googlemail.com wrote: The only patch that has been missed, but may

[PATCH] m68k/block: amiflop - Remove superfluous amiga_chip_alloc() cast

2011-01-23 Thread Geert Uytterhoeven
amiga_chip_alloc() returns a void *, so we don't need a cast. Also clean up coding style while we're at it. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/block/amiflop.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/block/amiflop.c b

[PATCH 1/4] m68k/atari: ARAnyM - Remove bogus line from Kconfig help

2011-01-23 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- arch/m68k/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 18b7465..3880154 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k

[PATCH 2/4] m68k/atari: ARAnyM - Prepare nfblock for submission

2011-01-23 Thread Geert Uytterhoeven
- Make needlessly global functions static, - Make struct block_device_operations const, - Use pr_*(), - Propagate error code from register_blkdev(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- arch/m68k/emu/nfblock.c | 14

[PATCH 3/4] m68k/atari: ARAnyM - Prepare nfcon for submission

2011-01-23 Thread Geert Uytterhoeven
- Break too long lines, - Make needlessly global functions static, - Use pr_*(), - Extract nfputs(), to avoid code duplication in nfcon_write() and nfcon_tty_write(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- arch/m68k/emu/nfcon.c

Re: Atari console corruption

2011-01-30 Thread Geert Uytterhoeven
? Nothing related to that got fixed. I'm still seeing it on 2.6.38-rc2. You must use an Atari interleaved bitplanes mode to see it, though. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations

Re: build warnings

2011-01-30 Thread Geert Uytterhoeven
for SLUB. I'd just replace the Debian default for the m68k kernels If switching from SLUB to SLAB fixes the problem, please enable CONFIG_SLUB_DEBUG and bring it up on lkml/with the SLUB people. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: Atari console corruption

2011-01-31 Thread Geert Uytterhoeven
On Sun, Jan 30, 2011 at 20:15, Thorsten Glaser t...@mirbsd.de wrote: Geert Uytterhoeven dixit: You must use an Atari interleaved bitplanes mode to see it, though. That might have been the thing I didn’t, probably. I actually don’t know what video mode it uses, except the colours are reversed

[PATCH 1/2] input: atari - Propagate the return value of atari_keyb_init()

2011-01-31 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- To be folded into commit 2af13478ec1672a3aa7ea05d11fc2a15d1a406aa (m68k: Fix atarimouse init) drivers/input/keyboard/atakbd.c |5 +++-- drivers/input/mouse/atarimouse.c |5 +++-- 2 files changed, 6 insertions(+), 4 deletions

Early crash (was: Re: module: show version information for built-in modules in sysfs)

2011-02-01 Thread Geert Uytterhoeven
] kernel_init+0x0/0x136 [0002794e] printk+0x0/0x1a [2b52] kernel_thread+0x3a/0x4e Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when

Re: Early crash (was: Re: module: show version information for built-in modules in sysfs)

2011-02-01 Thread Geert Uytterhoeven
On Tue, Feb 1, 2011 at 22:09, Dmitry Torokhov d...@vmware.com wrote: On Tue, Feb 01, 2011 at 12:33:29PM -0800, Geert Uytterhoeven wrote: On Mon, Jan 24, 2011 at 11:59, Linux Kernel Mailing List linux-ker...@vger.kernel.org wrote: Gitweb:     http://git.kernel.org/linus

Re: Early crash (was: Re: module: show version information for built-in modules in sysfs)

2011-02-02 Thread Geert Uytterhoeven
On Tue, Feb 1, 2011 at 23:26, Dmitry Torokhov d...@vmware.com wrote: On Tue, Feb 01, 2011 at 02:03:23PM -0800, Geert Uytterhoeven wrote: On Tue, Feb 1, 2011 at 22:09, Dmitry Torokhov d...@vmware.com wrote: On Tue, Feb 01, 2011 at 12:33:29PM -0800, Geert Uytterhoeven wrote: On Mon, Jan 24

Re: [PATCH 4/4] m68k/atari: ARAnyM - Prepare nfeth for submission

2011-02-05 Thread Geert Uytterhoeven
On Sun, Jan 23, 2011 at 17:31, Geert Uytterhoeven ge...@linux-m68k.org wrote:  - Add missing MODULE_LICENSE. Sorry, this one was bogus: there's already one hidden in the middle of the file. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

[PATCH 0/4] m68k/atari: Add ARAnyM support

2011-02-06 Thread Geert Uytterhoeven
+++ arch/m68k/include/asm/natfeat.h | 22 +++ arch/m68k/kernel/setup.c|5 + 9 files changed, 775 insertions(+), 0 deletions(-) Thanks in advance! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

[PATCH 1/4] m68k/atari: Initial ARAnyM support

2011-02-06 Thread Geert Uytterhoeven
From: Michael Schmitz schm...@opal.biophys.uni-duesseldorf.de Should be signed off by Petr, really. [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- Changelog: - Export native feature API, - Remove bogus line from

[PATCH 2/4] m68k/atari: ARAnyM - Add support for block access

2011-02-06 Thread Geert Uytterhoeven
From: Roman Zippel zip...@linux-m68k.org Signed-off-by: Roman Zippel zip...@linux-m68k.org [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- Changelog: - Wrap natfeat calls Add wrappers with proper prototypes

[PATCH 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-06 Thread Geert Uytterhoeven
From: Michael Schmitz schm...@opal.biophys.uni-duesseldorf.de Should be signed off by Milan and Petr, really. [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz Cc: Milan Jurik m.ju...@sh.cvut.cz Cc: net...@vger.kernel.org

Re: [PATCH 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-10 Thread Geert Uytterhoeven
On Sun, Feb 6, 2011 at 20:17, David Miller da...@davemloft.net wrote: From: Geert Uytterhoeven ge...@linux-m68k.org Date: Sun,  6 Feb 2011 11:51:09 +0100 +     dev-trans_start = jiffies; Device drivers no longer make this operation, the generic code does it (see net/core

Re: [PATCH] m68k: remove arch specific non-optimized memcmp()

2011-02-10 Thread Geert Uytterhoeven
; -} -EXPORT_SYMBOL(memcmp); Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: [PATCH] m68k: remove arch specific non-optimized memcmp()

2011-02-15 Thread Geert Uytterhoeven
have no memcmp() function defined, since there is none in the m68knommu/lib functions. Signed-off-by: Greg Ungerer g...@uclinux.org Go ahead! Acked-by: Geert Uytterhoeven ge...@linux-m68k.org ---  arch/m68k/include/asm/string.h |    4 +---  arch/m68k/lib/string.c         |   11

Re: [PATCH 1/3] module: deal with alignment issues in built-in module versions

2011-02-17 Thread Geert Uytterhoeven
On Tue, Feb 8, 2011 at 22:12, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Feb 8, 2011 at 01:02, Dmitry Torokhov d...@vmware.com wrote: On m68k natural alignment is 2-byte boundary but we are trying to align structures in __modver section on sizeof(void *) boundary. This causes

Re: merge of m68knommu and m68k arch branches?

2011-02-18 Thread Geert Uytterhoeven
On Fri, Feb 18, 2011 at 12:27, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Fri, Feb 18, 2011 at 01:07, Greg Ungerer g...@snapgear.com wrote: I would like to put up for discussion a merge of the m68knommu and m68k arch branches. Attached is a script and patch that does a kind of brute

Re: merge of m68knommu and m68k arch branches?

2011-02-19 Thread Geert Uytterhoeven
On Fri, Feb 18, 2011 at 23:12, Greg Ungerer g...@snapgear.com wrote: On 19/02/11 01:24, Geert Uytterhoeven wrote: On Fri, Feb 18, 2011 at 12:27, Geert Uytterhoevenge...@linux-m68k.org  wrote: On Fri, Feb 18, 2011 at 01:07, Greg Ungererg...@snapgear.com  wrote: I would like to put up

[PATCH v2 2/4] m68k/atari: ARAnyM - Add support for block access

2011-02-21 Thread Geert Uytterhoeven
From: Roman Zippel zip...@linux-m68k.org [geert: Cleanups and updates] Signed-off-by: Roman Zippel zip...@linux-m68k.org Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Acked-by: Petr Stehlik psteh...@sophics.cz --- v2: No changes v1: - Wrap natfeat calls Add wrappers with proper

[PATCH v2 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-21 Thread Geert Uytterhoeven
From: Milan Jurik milan.ju...@xylab.cz [petr: Second author] [michael, geert: Cleanups and updates] Signed-off-by: Milan Jurik milan.ju...@xylab.cz Signed-off-by: Petr Stehlik psteh...@sophics.cz Signed-off-by: Michael Schmitz schm...@debian.org Signed-off-by: Geert Uytterhoeven ge...@linux

[PATCH v2 3/4] m68k/atari: ARAnyM - Add support for console access

2011-02-21 Thread Geert Uytterhoeven
From: Roman Zippel zip...@linux-m68k.org [geert: Cleanups and updates] Signed-off-by: Roman Zippel zip...@linux-m68k.org Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Acked-by: Petr Stehlik psteh...@sophics.cz --- v2: No changes v1: - early_param() does not exist in the modular case

Re: merge of m68knommu and m68k arch branches?

2011-02-21 Thread Geert Uytterhoeven
task to migrate m68k than it was/is to migrate sparc32. It would be _very_ nice to get the last two architectures migrated to genirq. Aren't your forgetting s390? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

[git pull] m68k updates for 2.6.39

2011-03-16 Thread Geert Uytterhoeven
/kernel/git/geert/linux-m68k.git for-linus Andreas Schwab (1): m68k: Allow all kernel traps to be handled via exception fixups Geert Uytterhoeven (3): m68k/amiga: Reclaim Chip RAM for PPC exception handlers m68k: Kconfig - Remove unneeded default n m68k/block: amiflop - Remove

serial167 (was: Re: [RFC 0/5] tty: move stuff around)

2011-03-17 Thread Geert Uytterhoeven
On Fri, Sep 3, 2010 at 22:32, Alan Cox a...@lxorguk.ukuu.org.uk wrote: On Fri, 3 Sep 2010 22:08:38 +0200 Geert Uytterhoeven ge...@linux-m68k.org wrote: On Fri, Sep 3, 2010 at 17:29, Arnd Bergmann a...@arndb.de wrote: amiserial,nozomi,synclink, rocket,ipwireless cyclades,moxa,mxser

Re: serial167 (was: Re: [RFC 0/5] tty: move stuff around)

2011-03-17 Thread Geert Uytterhoeven
. It has no reference counting and it doesn't use tty_port objects. [...] Many thanks for your elaborate (and valid) explanation! I'll let the VME users sort it out... Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: merge of m68knommu and m68k arch branches?

2011-03-18 Thread Geert Uytterhoeven
,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that.                                 -- Linus Torvalds

[PATCH] m68k/atari: SCC - Move Atari serial driver to staging

2011-03-20 Thread Geert Uytterhoeven
Cfr. commit 4c37705877e74c02c968735c2eee0f84914cf557 (tty: move obsolete and broken generic_serial drivers to drivers/staging/generic_serial/) Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/char/Makefile |1 - drivers/staging/generic_serial

m68k/atari: SCC - Now phase out the ioctl file pointer for good

2011-03-20 Thread Geert Uytterhoeven
Cfr. commit 6caa76b7786891b42b66a0e61e2c2fff2c884620 (tty: now phase out the ioctl file pointer for good) Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/staging/generic_serial/atari_scc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[no subject]

2011-03-20 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/include/asm/unistd.h |5 - arch/m68k/kernel/entry.S |3 +++ arch/m68knommu/kernel/syscalltable.S |3 +++ 3 files changed, 10 insertions(+), 1 deletions(-) diff --git a/arch/m68k/include/asm

Re: m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime

2011-03-20 Thread Geert Uytterhoeven
Oops, lost the subject On Sun, Mar 20, 2011 at 13:11, Geert Uytterhoeven ge...@linux-m68k.org wrote: Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org ---  arch/m68k/include/asm/unistd.h       |    5 -  arch/m68k/kernel/entry.S             |    3 +++  arch/m68knommu/kernel

[PATCH] m68k,m68knommu: Wire up syncfs

2011-03-23 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- To be folded with the previous one. arch/m68k/include/asm/unistd.h |3 ++- arch/m68k/kernel/entry.S |1 + arch/m68knommu/kernel/syscalltable.S |1 + 3 files changed, 4 insertions(+), 1 deletions(-) diff

Re: [PATCH 0/1] m68k: merge m68k and m68knommu arch directories

2011-03-23 Thread Geert Uytterhoeven
On Wed, Mar 23, 2011 at 23:07, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Mar 22, 2011 at 05:43,  g...@snapgear.com wrote: The following patch merges the m68k and m68knommu arch directories. This patch has been trimmed for review purposes - the automated file moving and mergeing

Re: [PATCH 0/1] m68k: merge m68k and m68knommu arch directories

2011-03-24 Thread Geert Uytterhoeven
On Thu, Mar 24, 2011 at 01:01, Greg Ungerer g...@snapgear.com wrote: Hi Geert, On 24/03/11 08:14, Geert Uytterhoeven wrote: On Wed, Mar 23, 2011 at 23:07, Geert Uytterhoevenge...@linux-m68k.org  wrote: On Tue, Mar 22, 2011 at 05:43, ág...@snapgear.com  wrote: The following patch merges

Re: [PATCH 0/1] m68k: merge m68k and m68knommu arch directories

2011-03-24 Thread Geert Uytterhoeven
Hi Greg, On Thu, Mar 24, 2011 at 00:00, Greg Ungerer g...@snapgear.com wrote: On 24/03/11 08:07, Geert Uytterhoeven wrote: On Tue, Mar 22, 2011 at 05:43,g...@snapgear.com  wrote: slso on the for-next branch in that tree, so will get some testing in the next tree for the next few days

Re: [GIT PULL] Core block IO bits for 2.6.39

2011-03-26 Thread Geert Uytterhoeven
On Sat, Mar 26, 2011 at 07:29, Jens Axboe jax...@fusionio.com wrote: On 2011-03-25 22:35, Geert Uytterhoeven wrote: On Thu, Mar 24, 2011 at 14:43, Jens Axboe jax...@fusionio.com wrote: Jens Axboe (20):      block: remove per-queue plugging This one (commit

Re: [GIT PULL] Core block IO bits for 2.6.39

2011-03-26 Thread Geert Uytterhoeven
On Sat, Mar 26, 2011 at 09:25, Jens Axboe jax...@fusionio.com wrote: On 2011-03-26 08:21, Geert Uytterhoeven wrote: On Sat, Mar 26, 2011 at 07:29, Jens Axboe jax...@fusionio.com wrote: On 2011-03-25 22:35, Geert Uytterhoeven wrote: On Thu, Mar 24, 2011 at 14:43, Jens Axboe jax...@fusionio.com

Re: [regression v2.6.38] Re: [PATCH v2] brk: fix min_brk lower bound computation for COMPAT_BRK

2011-03-26 Thread Geert Uytterhoeven
Hi Jiri, On Fri, Mar 25, 2011 at 11:20, Jiri Kosina jkos...@suse.cz wrote: On Thu, 24 Mar 2011, Geert Uytterhoeven wrote: From: Jiri Kosina jkos...@suse.cz Subject: [PATCH] brk: fix min_brk lower bound computation for COMPAT_BRK Even if CONFIG_COMPAT_BRK is set in the kernel

Re: [PATCH] m68k: fix find_next bitops

2011-03-30 Thread Geert Uytterhoeven
,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [PATCH 1/6] m68k: merge mmu and non-mmu versions of muldi3

2011-03-30 Thread Geert Uytterhoeven
,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [PATCH 6/6] m68k: remove no longer used arch/m68k/lib/string.c

2011-03-30 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that.                                 -- Linus Torvalds -- To unsubscribe

[PATCH 1/2] m68k: bitops - offset == ((long)p - (long)vaddr) * 8

2011-04-03 Thread Geert Uytterhoeven
Hence use offset in find_next_{,zero_}bit(), like is already done for find_next_{,zero_}bit_le() Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Akinobu Mita akinobu.m...@gmail.com Cc: Andreas Schwab sch...@linux-m68k.org --- arch/m68k/include/asm/bitops_mm.h |6 ++ 1 files

[PATCH 2/2] m68k: bitops - Never step beyond the end of the bitmap

2011-04-03 Thread Geert Uytterhoeven
find_next bitops on m68k (find_next_zero_bit, find_next_bit, and find_next_bit_le) may cause out of bounds memory access when the bitmap size in bits % 32 != 0 and offset (the bitnumber to start searching at) is very close to the bitmap size. For example, unsigned long bitmap[2] = { 0, 0

Re: [PATCH 0/6] m68k: merge and clean up files in m68k/lib

2011-04-06 Thread Geert Uytterhoeven
On Wed, Mar 30, 2011 at 20:41, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Greg, On Wed, Mar 30, 2011 at 09:58, Greg Ungerer g...@uclinux.org wrote: The following set of patches cleans up and merges individual files in the arch/m68k/lib directory. Mostly strait forward stuff, I have

[PATCH] m68knommu: Remove obsolete #include linux/sys.h

2011-04-06 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- Janitors: git grep linux/sys.h shows many more. arch/m68k/kernel/entry_no.S |1 - arch/m68k/kernel/syscalltable.S |1 - arch/m68k/platform/68328/entry.S|1 - arch/m68k/platform/68360/entry.S|1 - arch

[PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-04-06 Thread Geert Uytterhoeven
Impact for m68knommu: - The table is now stored in .data instead of .text, - Removed unused padding at the end of the table. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- Not tested on m68knommu Questions: - Why was it .text? - Was NR_syscalls ever larger than the actual

Re: [PATCH] brk: COMPAT_BRK: fix detection of randomized brk (was Re: [regression v2.6.38] Re: [PATCH v2] brk: fix min_brk lower bound computation forCOMPAT_BRK)

2011-04-06 Thread Geert Uytterhoeven
in task_struct to catch the CONFIG_COMPAT_BRK randomize_va_space == 2 case. Signed-off-by: Jiri Kosina jkos...@suse.cz Tested-by: Geert Uytterhoeven ge...@linux-m68k.org --- I am not really happy about introducing the bit flag, but I currently don't see another option. And it's only for the legacy

[PATCH] m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, syncfs

2011-04-12 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Acked-by: Greg Ungerer g...@uclinux.org --- arch/m68k/include/asm/unistd.h |6 +- arch/m68k/kernel/entry_mm.S |4 arch/m68k/kernel/syscalltable.S |4 3 files changed, 13 insertions(+), 1 deletions(-) diff --git

Re: [uClinux-dev] [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-04-13 Thread Geert Uytterhoeven
targets for me. Thanks, I'll move it .rodata. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just

Re: [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-04-13 Thread Geert Uytterhoeven
On Wed, Apr 6, 2011 at 22:33, Geert Uytterhoeven ge...@linux-m68k.org wrote: +#ifndef CONFIG_MMU +#define sys_swapon             sys_ni_syscall +#define sys_swapoff            sys_ni_syscall +#define sys_mprotect           sys_ni_syscall +#define sys_msync              sys_ni_syscall

Re: [uClinux-dev] [PATCH v2 1/6] m68k: merge mmu and non-mmu versions of muldi3

2011-04-20 Thread Geert Uytterhoeven
{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [PATCH 5/5] m68k: merge non-mmu and mmu versions of m68k_ksyms.c

2011-04-21 Thread Geert Uytterhoeven
(__udivsi3); +EXPORT_SYMBOL(__umodsi3);  #endif Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

Re: Fix for SLUB? (was: Fwd: [PATCH v3] mm: make expand_downwards symmetrical to expand_upwards)

2011-04-23 Thread Geert Uytterhoeven
On Sat, Apr 23, 2011 at 1:31 PM, Michael Schmitz schmitz...@googlemail.com wrote: I'll check this out - might well be the correct fix for our problems. Cheers,  Michael On Thu, Apr 21, 2011 at 8:19 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: -- Forwarded message

Debian kernel v2.6.38 (was: Re: Fix for SLUB?)

2011-04-23 Thread Geert Uytterhoeven
be a sufficiently convincing argument for the Debian Kernel Team to accept it in Debian's v2.6.38, 3. If there's anything left that you really need, please tell us, so we can get it in a good shape for v2.6.40. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: Debian kernel v2.6.38

2011-04-23 Thread Geert Uytterhoeven
On Sat, Apr 23, 2011 at 20:13, Thorsten Glaser t...@mirbsd.de wrote: Geert Uytterhoeven dixit:  3. If there's anything left that you really need, please tell us, so we can get it in a good shape for v2.6.40. OK. While I don’t strictly need it, I can think of these: • Reclaim chip RAM on Amiga

Re: Debian kernel v2.6.38

2011-04-24 Thread Geert Uytterhoeven
-RAM only at driver initialization, - dmasound_atari allocates/deallocates ST-RAM on sq_open()/close(), so this will definitely break after a while if the ST-RAM pool doesn't support freeing ST-RAM. What do you think? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven

Number of interrupts on Sun3?

2011-04-27 Thread Geert Uytterhoeven
in commit ebba61d5b05ecfda388dd4c156bafdb78d398055 ([PATCH] m68k: convert sun3 irq code)? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call

Re: [GIT PULL] parisc fixes for 2.6.39-rc5

2011-04-27 Thread Geert Uytterhoeven
on BROKEN || NUMA || !DISCONTIGMEM        bool SLUB (Unqueued Allocator)        help           SLUB is a slab allocator that minimizes cache line usage Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

[git pull] m68k SLUB fix for 2.6.39

2011-04-28 Thread Geert Uytterhoeven
/linux-m68k.git for-2.6.39 Michael Schmitz (1): m68k/mm: Set all online nodes in N_NORMAL_MEMORY arch/m68k/mm/motorola.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Thanks for pulling! Gr{oetje,eeting}s, Geert -- Geert

Re: [PATCH] m68knommu: Use generic show_interrupts()

2011-05-01 Thread Geert Uytterhoeven
On Sun, May 1, 2011 at 01:00, Greg Ungerer g...@snapgear.com wrote: On 01/05/11 07:15, Geert Uytterhoeven wrote: Apart from whitespace differences, /proc/interrupts doesn't change by enabling GENERIC_IRQ_SHOW. Signed-off-by: Geert Uytterhoevenge...@linux-m68k.org Works fine on m68knommu, so

atarimouse (was: Re: [git pull] m68k SLUB fix for 2.6.39)

2011-05-04 Thread Geert Uytterhoeven
, real hardware ;-) Any chance you can try the mouse (e.g. with gpm), and check if http://permalink.gmane.org/gmane.linux.ports.m68k/1867 is needed, so we know if this is an ARAnyM issue or not? Thx! Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux

Re: [PATCH] atomic: add *_dec_not_zero

2011-05-04 Thread Geert Uytterhoeven
-final patches which may also want to use this macro.  arch/m68k/include/asm/atomic.h     |    1 + Acked-by: Geert Uytterhoeven ge...@linux-m68k.org Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH] m68k/atari: Do not use / in interrupt names

2011-05-04 Thread Geert Uytterhoeven
On Wed, May 4, 2011 at 17:00, Andreas Schwab sch...@linux-m68k.org wrote: Geert Uytterhoeven ge...@linux-m68k.org writes: diff --git a/arch/m68k/atari/atakeyb.c b/arch/m68k/atari/atakeyb.c index e1ada31..779efdc 100644 --- a/arch/m68k/atari/atakeyb.c +++ b/arch/m68k/atari/atakeyb.c @@ -572,7

Re: [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-05-05 Thread Geert Uytterhoeven
2001 From: Geert Uytterhoeven ge...@linux-m68k.org Date: Thu, 5 May 2011 20:33:02 +0200 Subject: [PATCH] m68k: unistd - Comment out definitions for unimplemented syscalls Suggested-by: Arnd Bergmann a...@arndb.de Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/include/asm

Re: [PATCH] m68k: Merge mmu and non-mmu versions of sys_call_table

2011-05-07 Thread Geert Uytterhoeven
On Thu, May 5, 2011 at 22:39, Mikael Pettersson mi...@it.uu.se wrote: Geert Uytterhoeven writes:   On Thu, 5 May 2011, Arnd Bergmann wrote:   Did you check the macros in unistd to see if they match the   actual table? I guess it would be a good time to comment out   the ones

Re: atarimouse (was: Re: [git pull] m68k SLUB fix for 2.6.39)

2011-05-08 Thread Geert Uytterhoeven
the mouse down moves the cursor up. The buttons are reversed as well. I'll have to put the actual input interface call in a tasklet perhaps, to shorten the time spent in the mouse interrupt handler. Thanks, will apply and queue for 2.6.40. Gr{oetje,eeting}s,                         Geert -- Geert

[PATCH 0/3] Atari input patches

2011-05-08 Thread Geert Uytterhoeven
Will you take them for 2.6.40, or can I get them in through my m68k tree? Thanks in advance! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: Debian kernel 2.6.38-5

2011-05-08 Thread Geert Uytterhoeven
is called m68k-linux-gnu-gcc, `make ARCH=m68k' should work. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking

Re: Debian kernel 2.6.38-5

2011-05-08 Thread Geert Uytterhoeven
dev_watchdog+0x1ac/0x1cc() [  132.25] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out And a bit later the watchdog kicks in. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations

Re: [PATCH 0/3] Atari input patches

2011-05-09 Thread Geert Uytterhoeven
Hi Dmitry, On Mon, May 9, 2011 at 08:00, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Sun, May 08, 2011 at 11:17:24AM +0200, Geert Uytterhoeven wrote: Here are 3 patches to fix keyboard and mouse on Atari, after conversion to the new (several years old) input framework.   [1/3] input

Re: Debian kernel 2.6.38-5

2011-05-09 Thread Geert Uytterhoeven
] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out Looks a lot like this problem: http://patchwork.ozlabs.org/patch/27774/ Yeah, that's a very likely culprit. Thx! Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

zorro8390 (was: Re: Debian kernel 2.6.38-5)

2011-05-09 Thread Geert Uytterhoeven
. From 7e1d9c48bda247d77e7d478d43fc0b9dd1d6c515 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven ge...@linux-m68k.org Date: Mon, 9 May 2011 22:19:31 +0200 Subject: [PATCH] zorro8390: Fix regression caused during net_device_ops conversion Changeset b6114794a1c394534659f4a17420e48cf23aa922

8390 drivers (was: Re: Debian kernel 2.6.38-5)

2011-05-09 Thread Geert Uytterhoeven
On Mon, May 9, 2011 at 22:25, Christian T. Steigies c...@debian.org wrote: On Mon, May 09, 2011 at 09:16:16AM +0200, Geert Uytterhoeven wrote: On Mon, May 9, 2011 at 01:14, Finn Thain fth...@telegraphics.com.au wrote: On Sun, 8 May 2011, Christian T. Steigies wrote: PS 2.6.28 did not boot

Re: Debian kernel 2.6.38-5

2011-05-10 Thread Geert Uytterhoeven
(for zorro8390, mac8390, hydra)? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

Re: Debian kernel 2.6.38-5

2011-05-10 Thread Geert Uytterhoeven
On Tue, May 10, 2011 at 13:57, Finn Thain fth...@telegraphics.com.au wrote: BTW, ne-h8300 appears to lack the fixes in your patch and mine and so it probably doesn't work properly either. Yep, just like hydra. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's

[PATCH 3/3] ne-h8300: Fix regression caused during net_device_ops conversion

2011-05-12 Thread Geert Uytterhoeven
From: Geert Uytterhoeven ge...@chicken.sonytel.be Changeset dcd39c90290297f6e6ed8a04bb20da7ac2b043c5 (ne-h8300: convert to net_device_ops) broke ne-h8300 by adding 8390.o to the link. That meant that lib8390.c was included twice, once in ne-h8300.c and once in 8390.c, subject to different macros

[PATCH 0/3] Fix 8390 regressions

2011-05-12 Thread Geert Uytterhoeven
for zorro8390, we have good reasons to believe hydra and ne-h8300 are affected as well, as they all include lib8390.c. Hence patches for those are also included, although I could not test them. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

[PATCH 2/3] hydra: Fix regression caused during net_device_ops conversion

2011-05-12 Thread Geert Uytterhoeven
From: Geert Uytterhoeven ge...@chicken.sonytel.be Changeset 5618f0d1193d6b051da9b59b0e32ad24397f06a4 (hydra: convert to net_device_ops) broke hydra by adding 8390.o to the link. That meant that lib8390.c was included twice, once in hydra.c and once in 8390.c, subject to different macros

[PATCH 1/3] zorro8390: Fix regression caused during net_device_ops conversion

2011-05-12 Thread Geert Uytterhoeven
-by: Finn Thain fth...@telegraphics.com.au Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Tested-by: Christian T. Steigies c...@debian.org Cc: sta...@kernel.org --- drivers/net/Makefile|2 +- drivers/net/zorro8390.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions

Re: [PATCH 2/3] hydra: Fix regression caused during net_device_ops conversion

2011-05-12 Thread Geert Uytterhoeven
On Thu, May 12, 2011 at 21:11, Geert Uytterhoeven ge...@linux-m68k.org wrote: From: Geert Uytterhoeven ge...@chicken.sonytel.be Sorry, the above line is bogus. Please remove it. Changeset 5618f0d1193d6b051da9b59b0e32ad24397f06a4 (hydra: convert to net_device_ops) broke hydra by adding 8390.o

Re: [PATCH 3/3] ne-h8300: Fix regression caused during net_device_ops conversion

2011-05-12 Thread Geert Uytterhoeven
On Thu, May 12, 2011 at 21:11, Geert Uytterhoeven ge...@linux-m68k.org wrote: From: Geert Uytterhoeven ge...@chicken.sonytel.be Sorry, the above line is bogus. Please remove it. Changeset dcd39c90290297f6e6ed8a04bb20da7ac2b043c5 (ne-h8300: convert to net_device_ops) broke ne-h8300 by adding

Re: [PATCH 0/3] Fix 8390 regressions

2011-05-12 Thread Geert Uytterhoeven
On Thu, May 12, 2011 at 23:02, David Miller da...@davemloft.net wrote: From: Geert Uytterhoeven ge...@linux-m68k.org Date: Thu, 12 May 2011 19:11:37 + These patches fix regressions in 3 8390-based network drivers:  [1/3] zorro8390: Fix regression caused during net_device_ops conversion

[git pull] m68k updates for 2.6.40

2011-05-19 Thread Geert Uytterhoeven
/kernel/git/geert/linux-m68k.git for-linus Geert Uytterhoeven (8): m68k: bitops - offset == ((long)p - (long)vaddr) * 8 m68k: bitops - Never step beyond the end of the bitmap MAINTAINERS: Roman Zippel has been MIA for several years. m68k: Merge mmu and non-mmu versions

Re: [RFC][PATCH] extable: Make sure all archs define _sdata

2011-05-20 Thread Geert Uytterhoeven
On Fri, May 20, 2011 at 03:34, Steven Rostedt rost...@goodmis.org wrote: Can I get an Acked-by (or comment) from the following Maintainers:  m68k  arch/m68k/kernel/vmlinux-std.lds  |    2 ++  arch/m68k/kernel/vmlinux-sun3.lds |    1 + Acked-by: Geert Uytterhoeven ge...@linux-m68k.org Gr

[PATCH 2/5] m68k/amiga: Chip RAM - Convert from printk() to pr_*()

2011-05-21 Thread Geert Uytterhoeven
and fix a few formattings: - resource sizes are now resource_size_t, use %pR to make it future proof, - use %lu for unsigned long. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/amiga/chipram.c | 28 1 files changed, 8 insertions(+), 20

[PATCH 5/5] m68k/amiga: Chip RAM - Use resource_size() to fix off-by-one error

2011-05-21 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/amiga/chipram.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c index c3fe451..cfd3b7a 100644 --- a/arch/m68k/amiga/chipram.c +++ b/arch/m68k/amiga

[PATCH 1/5] m68k/amiga: Chip RAM - Use tabs for indentation

2011-05-21 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/amiga/chipram.c | 118 +++-- 1 files changed, 61 insertions(+), 57 deletions(-) diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c index dd0447d..e757fff 100644

[PATCH 0/4] resources: Add lookup_resource()

2011-05-21 Thread Geert Uytterhoeven
() and *_free_coherent() - Use lookup_resource() Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists

[PATCH 2/4] resources: Add lookup_resource()

2011-05-21 Thread Geert Uytterhoeven
Add a function to find an existing resource by a resource start address. This allows to implement simple allocators (with a malloc/free-alike API) on top of the resource system. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- include/linux/ioport.h |1 + kernel/resource.c

[PATCH 3/4] m68k/amiga: Chip RAM - Use lookup_resource()

2011-05-21 Thread Geert Uytterhoeven
Replace a custom implementation (which doesn't lock the resource tree) by a call to lookup_resource() Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/amiga/chipram.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/m68k

[PATCH 1/4] sparc: _sparc_find_resource() should check for exact matches

2011-05-21 Thread Geert Uytterhoeven
() and pci32_free_coherent() should be passed an address obtained from sbus_alloc_coherent() resp. pci32_alloc_coherent(), which is always a resource's start address. Hence replace the range check by a check for an exact match. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/sparc

[PATCH 1/3] fbdev/amifb: Correct check for video memory size

2011-05-21 Thread Geert Uytterhoeven
The check should compare the available memory size with the highest allocation value (VIDEOMEMSIZE_*_2M), not with the lowest value (VIDEOMEMSIZE_*_1M). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/video/amifb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[PATCH 2/3] fbdev/amifb: Do not call panic() if there's not enough Chip RAM

2011-05-21 Thread Geert Uytterhoeven
Fail gracefully instead. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/video/amifb.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 603f84f..1b0185c 100644 --- a/drivers/video/amifb.c

<    1   2   3   4   5   6   7   8   9   10   >