2.6.35-rc2 compilation error on Alpha
When compiling 2.6.35-rc2 for Alpha architecture the following compiler error is seen: CC arch/alpha/kernel/asm-offsets.s In file included from include/linux/kernel.h:17, from include/linux/sched.h:54, from arch/alpha/kernel/asm-offsets.c:9: include/linux/bitops.h: I... 8 Jun 2010 13:43
OMAP video compile error; regression from 2.6.33-rc4 onward (including current master)
This doesn't even build, so I don't know how it was tested... Reverting the offending commit (simple, but does require conflict resolution) at least lets it compile, but I haven't tested whether it alone is enough to work in practise yet... hoping Tomi might provide a real fix. Maybe even in time for 2.6.35 fin... 7 Jun 2010 13:00
BUG kmalloc-4096: Poison overwritten (2.6.35-rc2)
On 06/06/2010 11:06 PM, Justin P. Mattock wrote: On 06/05/2010 11:27 PM, Jiri Slaby wrote: On 06/06/2010 08:12 AM, Justin P. Mattock wrote: ============================================================================= [ 0.002046] BUG kmalloc-4096: Poison overwritten [ 0.002051] ... 7 Jun 2010 00:57
Trafik Karayolu Yönetmeliği,
T.MERKEZ� HER T�RL� KAMYON, KAMYONET, OTOB�S,M�N�B�S,�EK�C�, YARI R�MORK, TANKER V.B. ARA�LARI KULLANAN S�R�C�LER, 10.06.2010 TAR�H�NE KADAR SRC VE PS�KOTEKN�K BELGES� ALMAK ZORUNDADIRLAR. (25.02.2003 EHL�YETE VE SSK G�R���NE SAH�P OLANLAR, SRC BELGES�N� E��T�ME VE SINAVA KATILMAKSIZIN DO�RUDAN ALMA HAKKINA SAH�PT... 6 Jun 2010 18:16
460EX on-chip SATA driver<kernel 2.6.33><resubmission>
On Fri, Jun 04, 2010 at 05:56:17PM +0530, Rupjyoti Sarmah wrote: This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. Signed-off-by: Rupjyoti Sarmah <rsarmah(a)appliedmicro.com> Signed-off-by: Mark Miesfeld <mmiesfeld(a)appliedmicro.com> Signed-off-by: Prodyut Hazarika <phazar... 29 Jun 2010 09:38
Device tree update for the 460ex DWC SATA<resubmission>
On Fri, Jun 04, 2010 at 03:33:12PM +0530, Rupjyoti Sarmah wrote: Device tree update for the Applied micro processor 460ex on-chip SATA Signed-off-by: Rupjyoti Sarmah <rsarmah(a)amcc.com> You sent this same patch twice. Mistake, or was there supposed to be a difference? josh -- To unsubscribe from this li... 6 Jun 2010 14:55
Add a target to use the Coccinelle checker
On Sun, Jun 06, 2010 at 05:15:01PM +0200, Nicolas Palix wrote: A 'coccicheck' target is added. It can be called with four different modes. Each one generates a different kind of output, i.e. context, patch, org, report, according to the corresponding mode to be activated. The new target calls the 'co... 2 Jul 2010 17:57
schedule inside spin_lock_irqsave
On 06/06/2010 02:43 PM, Richard Zidlicky wrote: Hi, I have done a minimaly invasive patch for the stable 2.6.34 kernel and stress-tested it for many hours, definitely seems to improve the behaviour. I have left out your beautification suggestion for now, want to do more playing with other aspect... 6 Jul 2010 08:57
VFS: add memory barrier to sb_mark_clean and sb_mark_dirty
On Sun, 2010-06-06 at 17:50 +0300, Artem Bityutskiy wrote: void sb_mark_dirty(struct super_block *sb); static inline void sb_mark_clean(struct super_block *sb) { sb->s_dirty = 0; + /* + * Normally FSes first unset the sb->s_dirty flag, and then start + * synchronizing the SB. The memory barr... 9 Jun 2010 13:05
[PATCH 0/1] ptrace: x86: stepping in a signal handler leaks X86_EFLAGS_TF
On 06/02, Oleg Nesterov wrote: I am starting to think we should fix this per arch. As for x86, perhaps we should start with this one-liner spin_unlock_irq(&current->sighand->siglock); tracehook_signal_handler(sig, info, ka, regs, - test_thread_flag(TIF_SINGLESTEP)); + test_and_c... 6 Jun 2010 13:49