Prev: procfs: Use generic_file_llseek in /proc/kmsg
Next: [PATCH] rcu: more careful check for the last non-dyntick-idle CPU
From: Arnd Bergmann on 30 Mar 2010 06:40 On Tuesday 30 March 2010, Frederic Weisbecker wrote: > /proc/vmcore has no llseek and then falls down to use default_llseek. > This is racy against read_vmcore() that directly manipulates fpos > but it doesn't hold the bkl there so using it in llseek doesn't > protect anything. > > Let's use generic_file_llseek() instead. > Acked-by: Arnd Bergmann <arnd(a)arndb.de> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |