|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
seq_file: add function to write binary data
Andrew Morton wrote: On Mon, 05 May 2008 17:24:37 +0200 Peter Oberparleiter <peter.oberparleiter(a)de.ibm.com> wrote: From: Peter Oberparleiter <peter.oberparleiter(a)de.ibm.com> Index: linux-2.6.26-rc1/fs/seq_file.c =================================================================== --- linux-2.6.26... 7 May 2008 14:53
NULL pointer dereference in uart_write_room().
> (5) uart_remove_one_port() is called by serial8250_register_port() since ttyS0 is already in use but it is requested to be once removed. That means 8250_pnp is taking over and then trying to delete the console, so its breakage in the serial layer glue. Perhaps Russell has some ideas as its hard to tell wh... 7 May 2008 14:53
AIM7 40% regression with 2.6.26-rc1
Comparing with kernel 2.6.25, AIM7 (use tmpfs) has more than 40% with 2.6.26-rc1 on my 8-core stoakley, 16-core tigerton, and Itanium Montecito. Bisect located below patch. 64ac24e738823161693bf791f87adc802cf529ff is first bad commit commit 64ac24e738823161693bf791f87adc802cf529ff Author: Matthew Wilcox <matth... 7 May 2008 14:53
ACPI: kmemcheck: Caught 16-bit read from freed memory (f7c12ec6)
Hi, Running kmemcheck on top of v2.6.26-rc1 gives the following (never before seen) warning: Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered kmemcheck: Caught 16-bit read from freed memory (f7c12ec6) Pid: 1, comm: swapper Not tainted (2.6.26-rc1-00010-g7966... 7 May 2008 14:53
nopage to fault
Hello; I'm trying to compile a module and am a bit confused with what I should do. The module is using nopage, but since nopage was converted to fault, I have no choice but to see if the module will compile with fault. One of the areas that I'm lost with is NOPAGE_SIGBUS for a return value. in mm.h The only option... 7 May 2008 14:53
: improved strnicmp in lib/string.c
On Wed, May 07, 2008 at 11:51:09PM +0530, Soumyadip Das Mahapatra wrote: This is somewhat improved version of strnicmp() function in lib/string.c. Familiarize youself with coding style before sending patches, see kernel/sched.c , fs/dcache.c for good examples. I have implemented binary comparison rather ... 7 May 2008 14:53
lib: vsprintf.c remove macros defining strict string functions
On Wed, May 07, 2008 at 11:25:29AM -0700, Harvey Harrison wrote: Directly code the strict string conversion functions rather than using defining macros. Pull out a small helper to check the strict conditions required at the end of a string (nul-terminated or newline). Add additional checks in strict_strt... 7 May 2008 14:53
isdn: use the common ascii hex helpers
On 02.05.2008 21:01, Harvey Harrison wrote: Signed-off-by: Harvey Harrison <harvey.harrison(a)gmail.com> Acked-by: Tilman Schmidt <tilman(a)imap.cc> Thanks, Tilman --- drivers/isdn/gigaset/isocdata.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/isdn/gigaset/... 7 May 2008 14:53
sound/video: fix sound/i2c/other/tea575x-tuner.c build bug
On Wed, 30 Apr 2008 12:41:52 +0200 Takashi Iwai <tiwai(a)suse.de> wrote: Takashi, I'm assuming that you're handing this issue, right? Index: linux/sound/pci/Kconfig =================================================================== --- linux.orig/sound/pci/Kconfig +++ linux/sound/pci/Kconfig... 7 May 2008 14:53
video: fix build bugs in drivers/media/video/stk-webcam.c
On Wed, 30 Apr 2008 08:11:08 +0100 "Jaime Velasco" <jsagarribay(a)gmail.com> wrote: 2008/4/29 Ingo Molnar <mingo(a)elte.hu>: x86.git randconfig testing found these build bugs in current -git: drivers/media/video/stk-webcam.c: In function 'stk_create_sysfs_files': drivers/media/video/stk-... 7 May 2008 14:53
[PATCH 1/3] Move hugetlb_acct_memory()
A later patch in this set needs to call hugetlb_acct_memory() before it is defined. This patch moves the function without modification. This makes later diffs easier to read. Signed-off-by: Mel Gorman <mel(a)csn.ul.ie> --- mm/hugetlb.c | 82 +++++++++++++++++++++++++++--------------------------- 1 file cha... 7 May 2008 14:53
[PATCH 0/3] Guarantee faults for processes that call mmap(MAP_PRIVATE) on hugetlbfs v2
MAP_SHARED mappings on hugetlbfs reserve huge pages at mmap() time. This guarantees all future faults against the mapping will succeed. This allows local allocations at first use improving NUMA locality whilst retaining reliability. MAP_PRIVATE mappings do not reserve pages. This can result in an application bei... 7 May 2008 14:53
2.6.26, PAT and AMD family 6
Good day. On 2.6.25 and below, my /proc/cpuinfo looks like: processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 7 model name : AMD Duron(tm) Processor stepping : 1 cpu MHz : 1312.969 cache size : 64 KB fdiv_bug : no hlt_bug : no... 7 May 2008 14:04
Oops with strace_test
* Eric Sesterhenn (snakebyte(a)gmx.de) wrote: hi, running the strace_test from ltp 20080229 (ltp.sf.net) gives me two different oopses, so far i was not able to pinpoint to a specific testcase (propably because the strace uses the rng to decided what fails and what not) one oops is in iret_exc(), the o... 7 May 2008 14:04
x86 fixes
On Sun, May 04, 2008 at 09:35:42PM +0200, Ingo Molnar wrote: ... Thomas Gleixner (2): ... x86: olpc build fix ... --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1661,6 +1661,7 @@ config GEODE_MFGPT_TIMER config OLPC bool "One Laptop Per Child support" + depends on MGEODE_L... 7 May 2008 14:04
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11