Loan Application

2014-03-05 Thread Loans
Loan Application at a low rate of 0.5% send your Name,Amount,Phone and country 
to standar...@56788.com

Note: $5,000.00 USD minimum and $100,000,000 Maximum.
--
To unsubscribe from this list: send the line unsubscribe linux-m68k in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] m68k: skip futex_atomic_cmpxchg_inatomic() test

2014-03-05 Thread Geert Uytterhoeven
On Tue, Mar 4, 2014 at 8:28 AM, Finn Thain fth...@telegraphics.com.au wrote:
 The futex_atomic_cmpxchg_inatomic() test in futex_init() causes a fatal
 exception on 68030 (and presumably 68020 also).

Thanks!

 Signed-off-by: Finn Thain fth...@telegraphics.com.au

Acked-by: Geert Uytterhoeven ge...@linux-m68k.org

 ---

 Ingo Molnar has committed Heiko Carstens' patch to the -tip repo:

You mean Thomas Gleixner? ;-)

 http://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?id=03b8c7b623c80af264c4c8d6111e5c6289933666

 I downloaded that patch and tested it along with the patch below, and
 together these fix the boot crash.

 What's the best way to merge this? Perhaps it should be sent on to the
 -tip maintainers?

Yes, please.

And when it's in Linus' tree, we'll have to invoke -stable.

 Index: linux-m68k/arch/m68k/Kconfig
 ===
 --- linux-m68k.orig/arch/m68k/Kconfig
 +++ linux-m68k/arch/m68k/Kconfig
 @@ -17,6 +17,7 @@ config M68K
 select FPU if MMU
 select ARCH_WANT_IPC_PARSE_VERSION
 select ARCH_USES_GETTIMEOFFSET if MMU  !COLDFIRE
 +   select HAVE_FUTEX_CMPXCHG if MMU  FUTEX
 select HAVE_MOD_ARCH_SPECIFIC
 select MODULES_USE_ELF_REL
 select MODULES_USE_ELF_RELA

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 or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-m68k in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[no subject]

2014-03-05 Thread Diane_P_Cleland/FSU%FERRIS
Your email as been awarded sum of 500,000.00 GBP as charity Compensation from 
Qatar Foundation,contact(
morgananderso...@sbcglobal.net)
--
To unsubscribe from this list: send the line unsubscribe linux-m68k in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] m68k/atari - ide: do not register interrupt if host-get_lock is set

2014-03-05 Thread Michael Schmitz

Thanks Dave,

On m68k, host-get_lock is used to both lock and register the 
interrupt

that the IDE host shares with other device drivers. Registering the
IDE interrupt handler in ide-probe.c results in duplicating the
interrupt registered (once via host-get lock, and also via 
init_irq()),
and may result in IDE accepting interrupts even when another driver 
has

locked the interrupt hardware. This opens the whole locking scheme up
to races.

host-get_lock is set on m68k only, so other drivers' behaviour is not
changed.

Signed-off-by: Michael Schmitz schm...@debian.org


It's a bit kludgy, but minimal and correct.


Would you have preferred to use a host flag instead?


Applied, thank you.


Thanks again,

Michael

--
To unsubscribe from this list: send the line unsubscribe linux-m68k in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html