first bad commit: 1f36f774 Switch !O_CREAT case to use of do_last()
On Wed, Mar 24, 2010 at 06:04:56PM +0200, Boaz Harrosh wrote: Bloody impressive... Does that happen to underlying fs or to what you are seeing via NFS? Only via NFS. All local access is fine. After the corruption above I can cd to the local mount cp a fresh copy of .git/index file and play a... 24 Mar 2010 13:30
move_task_off_dead_cpu: take rq->lock around select_fallback_rq()
On Mon, 2010-03-15 at 10:10 +0100, Oleg Nesterov wrote: static void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p) { + struct rq *rq = cpu_rq(dead_cpu); + int needs_cpu, dest_cpu; + unsigned long flags; again: + local_irq_save(flags); + + raw_spin... 26 Mar 2010 05:47
signals-clear-signal-tty-when-the-last-thread-exits.fix
On Wed, 24 Mar 2010 15:23:48 +0100 Oleg Nesterov <oleg(a)redhat.com> wrote: (fixup for signals-clear-signal-tty-when-the-last-thread-exits.patch) I didn't get this warning, but the old gcc complains kernel/exit.c: In function 'release_task': kernel/exit.c:85: warning: 'tty' may be used uninitializ... 24 Mar 2010 13:30
[PATCH -mm] signals-clear-signal-tty-when-the-last-thread-exits.fix
(fixup for signals-clear-signal-tty-when-the-last-thread-exits.patch) I didn't get this warning, but the old gcc complains kernel/exit.c: In function 'release_task': kernel/exit.c:85: warning: 'tty' may be used uninitialized in this function This clearly wrong, to the point it blames release_task() instead ... 24 Mar 2010 11:10
wm8994: playback => capture
On Wed, 2010-03-24 at 14:58 +0300, Dan Carpenter wrote: Sparse caught that initialize "playback" two times instead of initializing "capture". Signed-off-by: Dan Carpenter <error27(a)gmail.com> Acked-by: Liam Girdwood <lrg(a)slimlogic.co.uk> -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Re... 24 Mar 2010 11:10
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
On 03/24/2010 08:57 PM, Alexey Dobriyan wrote: On Wed, Mar 24, 2010 at 1:00 PM, Pekka Enberg <penberg(a)cs.helsinki.fi> wrote: How do we get this merged before we grow more implicit dependencies? Send it to Linus and cross fingers. ;-) I'll wait a couple of days and if nobody objects, I'll push it to li... 24 Mar 2010 10:00
I sent you emails but you did not reply.
I sent you emails but you did not reply. However, I have instructed my attorney, Kelvin walter to give you the 10 million pounds because doctor said I may not survive this final surgery. Call +447024053809 or email him on kwalter77(a)hotmail.com for help. Margie -- To unsubscribe from this list: send the line "... 24 Mar 2010 10:00
[tip:irq/urgent] genirq: Move two IRQ functions from .init.text to .text
Commit-ID: 6e43ad17ba1d689defa032f4dc5c4ae4af876495 Gitweb: http://git.kernel.org/tip/6e43ad17ba1d689defa032f4dc5c4ae4af876495 Author: Henrik Kretzschmar <henne(a)nachtwindheim.de> AuthorDate: Wed, 24 Mar 2010 12:59:20 +0100 Committer: Thomas Gleixner <tglx(a)linutronix.de> CommitDate: Wed, 24 Mar 2010 14:04... 24 Mar 2010 10:00
hwmon: f71882fg: code cleanup
On Wed, 24 Mar 2010 10:09:01 +0100, Giel van Schijndel wrote: Some code cleanup: properly using previously defined functions, rather than duplicating their code. Signed-off-by: Giel van Schijndel <me(a)mortis.eu> --- drivers/hwmon/f71882fg.c | 18 ++++++------------ 1 files changed, 6 insertions(... 24 Mar 2010 09:59
[PATCH] x86: Add a platform_type helper
Various x86 drivers for embedded stuff will need to know the platform they are running on to do runtime setup. Having them all grovelling around at boot_params.hdr.hardware_subarch seems a bad idea, so export it as an inline function that hides all the details of how the value arrives. Signed-off-by: Alan Cox <al... 24 Mar 2010 08:51