|
First
|
Prev |
Next
|
Last
Pages: 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408
x86: remove printk compiling warning CC: Randy Dunlap <rdunlap(a)xenotime.net> Shen Feng wrote: Since size is unsigned long, the format string is changed from zd to lu. Signed-off-by: Shen Feng <shen(a)cn.fujitsu.com> --- arch/x86/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/... 7 May 2008 11:47
Horrendous Audio Stutter - current git On Friday 02 May 2008, Peter Zijlstra wrote: Under kernel compilation load (make -j8) audio is very much unusable on current linux-2.6.git - The stutter is so bad I can hardly tell what song I am listening to :) Even with make -j4 it still skips but not that badly. What's the current status here?... 7 May 2008 05:05
[GIT PATCH] UDF fixes Hi Linus, would you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6.git for_linus to get two bugfixes and one patch I've accidentally ommitted from the previous merge. Diffstat and shortlog is below. Thanks. Honza fs/udf/namei.c | 145 ++++++++... 7 May 2008 04:18
[PATCH] x86: remove printk compiling warning Since size is unsigned long, the format string is changed from zd to lu. Signed-off-by: Shen Feng <shen(a)cn.fujitsu.com> --- arch/x86/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index cc6f5eb..c0c68c1 100644 --- a/... 7 May 2008 04:18
audio skipping on 2.6.26-rc1 On a T60 I get occasional (but very annoying) audio skips while compiling kernels. No kernels (as long as I remeber) prior to this had any similar problems. It's reproducible, but takes some minutes to get reliably. Please don't tell me to bisect it :) Config attached. Thanks, Miklos # # Automaticall... 7 May 2008 05:06
build issue #493 for v2.6.26-rc1-110-ga153063 :undefined reference to `pnp_get_resource' On Wed, May 07, 2008 at 09:47:35AM +0200, Toralf Förster wrote: the build (.config attached) failed, make ends with : ... CHECK include/video/sisfb.h CHECK include/video/edid.h GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/versi... 7 May 2008 04:18
Please pull git390 'for-linus' branch Please pull from 'for-linus' branch of git://git390.osdl.marist.edu/pub/scm/linux-2.6.git for-linus to receive the following updates: Documentation/s390/CommonIO | 11 -- arch/s390/Kconfig | 7 + arch/s390/kernel/compat_wrapper.S | 2 +- arch/s390/kernel/entry.S | ... 7 May 2008 04:18
[PATCH] x86: update mptable v2 make mptable to be consistent to acpi routing, so we could 1. kexec kernel with acpi=off 2. workaround BIOS that acpi routing is working, but mptable is not right. so can use kernel/kexec to start other os that doesn't have good acpi support command line: update_mptable v2: add alloc_mptable for mptable t... 7 May 2008 04:18
build issue #493 for v2.6.26-rc1-110-ga153063 :undefined reference to `pnp_get_resource' the build (.config attached) failed, make ends with : ... CHECK include/video/sisfb.h CHECK include/video/edid.h GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD vmlinux drivers/built-in.o: In function... 7 May 2008 04:18
[PATCH] more ZERO_PAGE handling in follow_page() Rewrote the description of patch. (no changes in the logic.) Thank you for all help. -Kame == follow_page() is called from get_user_pages(), which returns specified user page. follow_page() can return 1) a page or 2) NULL or 3)ZERO_PAGE. If NULL, handle_mm_fault() is called. Now, follow_page() to unused pte ... 7 May 2008 03:31 |