linux-next: build warnings after merge of the net tree
Hi Dave, After merging the net tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: In file included from drivers/usb/gadget/ether.c:123: drivers/usb/gadget/rndis.c: In function 'gen_ndis_query_resp': drivers/usb/gadget/rndis.c:197: warning: assignment from incompatible pointer type I... 16 Jun 2010 03:26
[ANNOUNCE] MDB - Merkey Debugger 2.6.34-06-15-2010
http://merkeydebugger.googlecode.com/files/mdb-2.6.34-06-15-2010.patch Some more fixes for 2.6.34 after testing on a 4 x Opteron HP Proliant FIXES: Fixed Crash in display_process added more X86_64 support for register parser fixed keyboard interrupt lockup with keyboard while debugger is active on Compaq ba... 16 Jun 2010 00:11
[PATCH 1/2] arm: msm: Add gpiolib support for MSM7200A-family chips.
Add support for uniprocessor MSM chips whose TLMM/GPIO design is the same as the MSM7200A. This includes, but is not necessarily limited to, the: MSM7200A, MSM7x25, MSM7x27, MSM7x30, QSD8x50, QSD8x50A Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- arch/arm/mach-msm/Kconfig | 7 ++ arch/arm/... 15 Jun 2010 23:07
[PATCH 0/2] arm: msm: Add gpiolib support for MSM7200A-family chips.
Hi folks: Here is a proposed driver which adds gpio and irq support to all currently-supported arm-msm SoCs. Feedback is greatly appreciated. This is the second submission after it was decided that this code belongs in mach-msm instead of the generic drivers/gpio. It did receive some reviewing while submitted t... 15 Jun 2010 23:07
module: initialize module dynamic debug later
On Wed, 16 Jun 2010 09:56:37 am Yehuda Sadeh wrote: We should initialize the module dynamic debug datastructures only after determining that the module is not loaded yet. This fixes a bug that introduced in 2.6.35-rc2, where when a trying to load a module twice, we also load it's dynamic printing data tw... 2 Jul 2010 23:24
virtio_blk: support barriers without FLUSH feature
On Tue, 15 Jun 2010 10:13:48 pm Christoph Hellwig wrote: If we want to support barriers with the cache=writethrough mode in qemu we need to tell the block layer that we only need queue drains to implement a barrier. Follow the model set by SCSI and IDE and assume that there is no volatile write cache if th... 15 Jun 2010 22:01
[PATCH] acpi: fix unused function warning
Len, Is this known issue? ========================================================= When CONFIG_ACPI_PROCFS=n, processor_idle.c makes following warning. drivers/acpi/processor_idle.c:83: warning: 'us_to_pm_timer_ticks' defined but not used. This patch fixes it. Cc: Venkatesh Pallipadi <venki(a)google.co... 15 Jun 2010 22:01
net: NET_SKB_PAD should depend on L1_CACHE_BYTES
From: Eric Dumazet <eric.dumazet(a)gmail.com> Date: Mon, 14 Jun 2010 14:57:14 +0200 [PATCH net-next-2.6] net: NET_SKB_PAD should depend on L1_CACHE_BYTES In old kernels, NET_SKB_PAD was defined to 16. Then commit d6301d3dd1c2 (net: Increase default NET_SKB_PAD to 32), and commit 18e8c134f4e9 (net: ... 15 Jun 2010 22:01
Does the kernel page the CFS's red-black tree nodes?
Dear Linus Torvalds et all: I read a recently published article on the ACM website, which discusses the effect virtual memory pressure has on certain algorithms and explains that data structures need to be designed in such a way that they minimize such effects: http://queue.acm.org/detail.cfm?id=1814327 The... 17 Jun 2010 04:37
[PATCH 1/1] module: initialize module dynamic debug later
We should initialize the module dynamic debug datastructures only after determining that the module is not loaded yet. This fixes a bug that introduced in 2.6.35-rc2, where when a trying to load a module twice, we also load it's dynamic printing data twice which causes all sorts of nasty issues. Also handle the dy... 15 Jun 2010 20:56