First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
12fdff3fc2483f906ae6404a6e8dcf2550310b6f - Add a dummy printk function for the maintenance of unused printks
Hi David, you forget to remove no_printk() from mm/nommu.c in subject commit. I expect that same problen on all noMMU platforms. Error message: mm/nommu.c:41: error: conflicting types for 'no_printk' include/linux/kernel.h:314: error: previous definition of 'no_printk' was here mm/nommu.c: In function '... 13 Aug 2010 07:02
mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
On Fri, 2010-08-13 at 11:24 +0200, Uwe Kleine-König wrote: This fixes a build breakage introduced by 4c2ef25 (mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume) Cc: Maxim Levitsky <maximlevitsky(a)gmail.com> Cc: David Brownell <david-b(a)pacbell.net> Cc: Alan Stern <ste... 13 Aug 2010 07:02
[PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configurations
When a mutlifunctional gadget has more than 1 configuration, Windows does not use its generic driver for multifunctional USB devices. This commit adds an INF file that will load the required Windows driver as well as a short description in gadget_multi.txt Signed-off-by: Dries Van Puymbroeck <dries.vanpuymbroec... 13 Aug 2010 05:58
crash (maybe kmemleak related)
Hi Maxim, Could you please send us your .config file as well? Maxim Levitsky <maximlevitsky(a)gmail.com> wrote: I am getting this crash on boot very often on git master of Linus tree. (Note that I use kmemleak, but disable its scan thread using 'echo "scan=off" > /sys/kernel/debug/kmemleak' in rc... 13 Aug 2010 10:18
[PATCH v3] perf symbols: fix symbol offset breakage with separated debug
Fixed a minor error in v2 where a check was erronueously done twice. Original commit message follows: Applies to 2.6.35 (git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6.git perf/core branch) The new patch loads the ELF section headers from a separate file if necessary, to avoid getting confuse... 13 Aug 2010 05:58
[PATCH] mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
This fixes a build breakage introduced by 4c2ef25 (mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume) Cc: Maxim Levitsky <maximlevitsky(a)gmail.com> Cc: David Brownell <david-b(a)pacbell.net> Cc: Alan Stern <stern(a)rowland.harvard.edu> Cc: linux-mmc(a)vger.kernel.org Cc: Andrew Morton <... 13 Aug 2010 05:58
Support MSI Poulsbo netbook U110/U115
Hi Matthew, Dennis help me to ported this patch to 2.6.35, and it works as expected. Could you please give me any suggestions for this patch? Thank's a lot! Joey Lee 於 二,2010-07-13 於 15:54 +0800,Lee, Chun-Yi 提到: The MSI U110/U115's DSDT have opregion declare, but i915 drm driver does not support Pou... 13 Aug 2010 05:58
[PATCH] kvm: destroy workqueue on kvm_create_pit() failures
kernel needs to destroy workqueue if kvm_create_pit() fails, otherwise after pit is freed, the workqueue is leaked. Signed-off-by: Xiaotian Feng <dfeng(a)redhat.com> Cc: Avi Kivity <avi(a)redhat.com> Cc: Marcelo Tosatti <mtosatti(a)redhat.com> Cc: Thomas Gleixner <tglx(a)linutronix.de> Cc: Ingo Molnar <mingo(a)redhat.com... 13 Aug 2010 04:54
[MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35
On Wed, Aug 11, 2010 at 07:00:27PM -0700, Greg KH wrote: On Thu, Aug 12, 2010 at 09:13:24AM +0800, Wang, Qi wrote: Please express yours. Why do you feel you need these to be ioctls? What exactly are they doing? Where is the documentation for them all? You forgot to answer this. I recently i... 13 Aug 2010 04:54
kvm: fix poison overwritten caused by using wrong xstate size
On Friday 13 August 2010 15:19:11 Xiaotian Feng wrote: fpu.state is allocated from task_xstate_cachep, the size of task_xstate_cachep is xstate_size. xstate_size is set from cpuid instruction, which is often smaller than sizeof(struct xsave_struct). kvm is using sizeof(struct xsave_struct) to fill in/out fp... 13 Aug 2010 04:54
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22