blackfin: use use asm-generic/scatterlist.h
On Mon, Apr 5, 2010 at 19:52, FUJITA Tomonori wrote: Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Mike Frysinger <vapier(a)gentoo.org> ---  arch/blackfin/include/asm/scatterlist.h |   22 +---------------------  1 files changed, 1 insertions(+), 21 deletions(-) diff --git a/arch/... 8 Apr 2010 01:48
BUG? boot failed with "crashkernel=256M@32M", but "crashkernel=256M@64M" can work
Hi all, I have setup kdump on my box, but failed on booting with "crashkernel=256M(a)32M". Then I tried "crashkernel=256M(a)64M" and succeeded. Is it a bug of kernel? thanks, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel... 8 Apr 2010 00:42
linux-next: build failure after merge of the drm tree
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/ttm/ttm_page_alloc.c: In function 'ttm_page_pool_free': drivers/gpu/drm/ttm/ttm_page_alloc.c:311: error: implicit declaration of function 'kmalloc' drivers/gpu/drm/ttm/ttm_page_alloc.c:312: war... 8 Apr 2010 12:35
reported regressions
here is a bug report that was issued for 2.6.31 that still is there with the latest: https://bugzilla.kernel.org/show_bug.cgi?id=14429 attached is a patch that fixed it for me please have the proper people look at so we can close this. -- Justin P. Mattock -- To unsubscribe from this list: send the line "un... 7 Apr 2010 23:36
posix-cpu-timers: avoid "task->signal != NULL" checks
Acked-by: Roland McGrath <roland(a)redhat.com> Thanks, Roland -- 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/ ... 7 Apr 2010 22:31
+ x86-fix-handling-of-the-reservetop-boot-option.patch added to -mm tree
On Wed, Apr 07, 2010 at 04:52:03PM -0700, Yinghai wrote: On 04/07/2010 03:00 PM, akpm(a)linux-foundation.org wrote: The patch titled x86: fix handling of the 'reservetop' boot option has been added to the -mm tree. Its filename is x86-fix-handling-of-the-reservetop-boot-option.patch ... 8 Apr 2010 06:09
USB: testusb: testusb compatibility with FunctionFS gadget
On Wed, Apr 07, 2010 at 03:41:35PM +0200, Michal Nazarewicz wrote: The FunctionFS gadget may provide the source/sink interface not as the first interface (with id == 0) but some different interface hence a code to find the interface number is required. (Note that you will still configure the gadget t... 7 Apr 2010 21:25
USB: testusb: imported David Brownell's USB testing application
On Wed, Apr 07, 2010 at 03:41:34PM +0200, Michal Nazarewicz wrote: The testusb application can be used to test various USB gadget that implment the source/sink intrerface. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Kyungmin Park <kyungmin.park(a)samsung.com> Cc: Marek Szyprowski <m... 8 Apr 2010 02:54
[PATCH] input: mt: introduce MT event slots
With the rapidly increasing number of intelligent multi-contact and multi-user devices, the need to send digested, filtered information from a set of different sources within the same device is imminent. This patch adds the concept of slots to the MT protocol. The slots enumerate a set of identified sources, such t... 7 Apr 2010 21:25
x86: Reserve legacy VGA MMIO area for x86_64 as well as x86_32
On Wed, Apr 07, 2010 at 04:43:44PM -0700, H. Peter Anvin wrote: or you can add boot_params.screen_info.orig_video_isVGA == 1 or double check scan pci tree to see if video is there or not Perhaps boot_params.screen_info.orig_video_isVGA != 1 because he's not booting in a text mode? It's a pre... 12 Apr 2010 17:02