linux-kernel mailing list

FromSubjectsort iconDate
David
Re: Serious performance regression in Wine applications and ...
OK.. I don't run Windows games, so won't have come across these issues. Hopefully someone with scheduler knowledge might be able to reproduce. David --
Mar 23, 6:59 pm 2008
Kai
Re: Serious performance regression in Wine applications and ...
Originally, it was just about everything -- Wine itself, and most any app I tried to run with it. In my most recent tests, however, it only seems to affect Age of Wonders II and Age of Wonders Shadow Magic, which use very similar engines. On Sun, 23 Mar 2008 10:44:06 +0000, "David" <david@unsolicited.net> --
Mar 23, 6:10 pm 2008
Ray Lee
Re: Serious performance regression in Wine applications and ...
(Please don't top post. If we figure out who to CC: who knows more about this than I do -- which wouldn't be hard -- then they're going to want to see all this in order. Also, please always do a reply-to-all on this list, it's preferred.) What version of X? What version of WINE? Which video driver are you using? Does the speed issue show up with glxgears, or something else that would be much easier for someone else to reproduce (tuxracer, etc.)? Is your system using software or hardware rendering...
Mar 23, 6:22 pm 2008
Roland Dreier
[PATCH for 2.6.25] SVCRDMA: Use only 1 RDMA read scatter ent...
The iWARP protocol limits RDMA read requests to a single scatter entry. NFS/RDMA has code in rdma_read_max_sge() that is supposed to limit the sge_count for RDMA read requests to 1, but the code to do that is inside an #ifdef RDMA_TRANSPORT_IWARP block. In the mainline kernel at least, RDMA_TRANSPORT_IWARP is an enum and not a preprocessor #define, so the #ifdef'ed code is never compiled. In my test of a kernel build with -j8 on an NFS/RDMA mount, this problem eventually leads to trouble starting...
Mar 23, 5:27 pm 2008
Tom Tucker
Re: [PATCH for 2.6.25] SVCRDMA: Use only 1 RDMA read scatter...
Ack. It's actually an _ancient_ remnant when it had to compile against iWARP vs. non-iWARP enabled OFA trees. --
Mar 23, 7:52 pm 2008
Roland McGrath
[PATCH] sparc64 exec PT_DTRACE
The PT_DTRACE flag is meaningless and obsolete. Don't touch it. Signed-off-by: Roland McGrath <roland@redhat.com> --- arch/sparc64/kernel/process.c | 3 --- arch/sparc64/kernel/sys_sparc32.c | 3 --- 2 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c index e116e38..c80d850 100644 --- a/arch/sparc64/kernel/process.c +++ b/arch/sparc64/kernel/process.c @@ -731,9 +731,6 @@ asmlinkage int sparc_execve(struct...
Mar 23, 5:19 pm 2008
Sam Ravnborg
A few words from the kbuild maintainer
Hi all. After a period with pretty high activity with my Linux stuff I have been forced to scale down a lot. Mostly due to my day-time that demands a bit more than a full working week at the moment. But building a new house and some family stuff has also and continue to consume additional time. I do not see the situation improve until autumn this year so until then do not expect too much feedback or activity from me. I have a few patches queued that I actually planned to take a look at this ...
Mar 23, 5:12 pm 2008
Sam Ravnborg
[GIT PULL] one kbuild fix
Hi Linus. Please pull following fix for kbuild. It can be pulled from: ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-linus.git Full patch below. Sam From 4ce6efed48d736e3384c39ff87bda723e1f8e041 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam@uranus.ravnborg.org> Date: Sun, 23 Mar 2008 21:38:54 +0100 Subject: [PATCH] kbuild: soften modpost checks when doing cross builds The module alias support in the kernel have a consistency check where it is checked that ...
Mar 23, 4:50 pm 2008
Bartlomiej Zolnierki...
[PATCH 3/3] ide: remove obsoleted "ide=" kernel parameters
* Remove obsoleted "ide=" kernel parameters. * Remove no longer needed: - ide_setup() - parse_options() - __setup("", ...) - module_param(options, ...) * Use module_{init,exit}() for MODULE=y case and remove MODULE ifdef. * Make ide_*acpi* and ide_doubler variables static. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- drivers/ide/ide-acpi.c | 6 +- drivers/ide/ide-dma.c | 2 drivers/ide/ide.c | 91 ++---------------------------...
Mar 23, 4:29 pm 2008
Bartlomiej Zolnierki...
[PATCH 2/3] ide: add "noacpi" / "acpigtf" / "acpionboot" par...
* Rename ide_noacpi{tfs,onboot} to ide_acpi{gtf,onboot} (+ reverse logic). * Move ide_*acpi* variables to ide-acpi.c and remove unnecessary initializers. * Add "noacpi" / "acpigtf" / "acpionboot" parameters. * Obsolete "ide=noacpi" / "ide=acpigtf" / "ide=acpionboot" kernel parameters. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- drivers/ide/ide-acpi.c | 18 +++++++++++++----- drivers/ide/ide.c | 16 +++++----------- include/linux/ide.h | 3 +++ 3 f...
Mar 23, 4:28 pm 2008
Bartlomiej Zolnierki...
[PATCH 1/3] gayle: add "doubler" parameter
* Add "doubler" parameter to enable support for IDE doublers. * Obsolete "ide=doubler" kernel parameter. Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- Documentation/ide/ide.txt | 9 +++------ drivers/ide/ide.c | 2 +- drivers/ide/legacy/gayle.c | 2 ++ 3 files changed, 6 insertions(+), 7 deletions(-) Index: b/Documentation/ide/ide.txt =============================================================...
Mar 23, 4:27 pm 2008
Daniel Walker
[PATCH 2/2] usb: u132-hcd driver: semaphore to mutex
Signed-off-by: Daniel Walker <dwalker@mvista.com> --- drivers/usb/host/u132-hcd.c | 220 ++++++++++++++++++++++---------------------- 1 file changed, 110 insertions(+), 110 deletions(-) Index: linux-2.6.24/drivers/usb/host/u132-hcd.c =================================================================== --- linux-2.6.24.orig/drivers/usb/host/u132-hcd.c +++ linux-2.6.24/drivers/usb/host/u132-hcd.c @@ -184,7 +184,7 @@ struct u132 { struct kref kref; struct list_head u132_list; struct...
Mar 23, 3:00 am 2008
Daniel Walker
[PATCH 1/2] usb: u132-hcd driver style clean up
I was converting a semaphore in this file to a mutex when I noticed that this file has some fairly rampant style problems. Practically every line has spaces instead of tabs .. Once I cleared that up, checkpatch.pl showed a number of other problem.. I think this file might be a good one to review for new style checks that could be added.. Below are the only two remaining which I didn't remove. #5083: FILE: drivers/usb/host/u132-hcd.c:2907: + error: WARNING: labels should not be i...
Mar 23, 3:00 am 2008
Rafael J. Wysocki
[PATCH] PM: Remove destroy_suspended_device()
From: Rafael J. Wysocki <rjw@sisk.pl> After 2.6.24 there was a plan to make the PM core acquire all device semaphores during a suspend/hibernation to protect itself from concurrent operations involving device objects. That proved to be too heavy-handed and we found a better way to achieve the goal, but before it happened, we had introduced the functions device_pm_schedule_removal() and destroy_suspended_device() to allow drivers to "safely" destroy a suspended device and we had adapted some ...
Mar 23, 3:28 pm 2008
Oleg Nesterov
[PATCH] pids: sys_getsid: make sure we don't return 0 instea...
The task can exit between find_task_by_vpid() and task_session_vnr(), in that unlikely case sys_getsid() returns 0 instead of -ESRCH. The bug was introduced by me in ac9a8e3f0f43d20fc316162e8e5f9186d295ff49. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> --- 25/kernel/sys.c~1_GETSID 2008-03-20 18:21:17.000000000 +0300 +++ 25/kernel/sys.c 2008-03-23 19:25:36.000000000 +0300 @@ -1019,19 +1019,19 @@ asmlinkage long sys_getsid(pid_t pid) if (!pid) return task_session_vnr(current); el...
Mar 23, 1:51 pm 2008
Oleg Nesterov
[PATCH] pids: sys_getpgid: use rcu_read_lock() instead of ta...
Convert sys_getpgid() to use rcu_read_lock() instead of tasklist_lock, make sure we also check the result of task_pgrp_vnr(). Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> --- 25/kernel/sys.c~2_GETPGID 2008-03-23 19:25:36.000000000 +0300 +++ 25/kernel/sys.c 2008-03-23 20:39:03.000000000 +0300 @@ -988,19 +988,19 @@ asmlinkage long sys_getpgid(pid_t pid) if (!pid) return task_pgrp_vnr(current); else { - int retval; + int retval = 0; struct task_struct *p; - read_lock(&am...
Mar 23, 1:51 pm 2008
Alessandro Guido
[PATCH] Allow use of the powersave governor as the default one
Allow use of the powersave cpufreq governor as the default one for EMBEDDED configs. Signed-off-by: Alessandro Guido <alessandro.guido@gmail.com> --- drivers/cpufreq/Kconfig | 9 +++++++++ drivers/cpufreq/cpufreq_powersave.c | 8 ++++++-- include/linux/cpufreq.h | 3 +++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index c159ae6..5f076ae 100644 --- a/drivers/cpufreq/Kconfig +++ b/drive...
Mar 23, 12:43 pm 2008
Christian Kujau
2.6.25-rc6: BUG: soft lockup - CPU#0 stuck for 61s!
Hi, it seems that I have bad luck with 2.6.25 - one problem down, another one is coming up :-\ The box was running 2.6.25-rc6 (+ two patches: [0]+[1]) for a few hours. I was trying to generate some more load on the box and startet "make -j16" on a kernel tree - something must have gone wrong, because when I woke up, the box hung, answering to SYSRQ though - but nothing got written to the disks any more. While I've seen a lot of "CPU# ...stuck for ..s!" on the net, the backtrace of this ...
Mar 23, 12:19 pm 2008
John T.
UTF-8 and Alt key in the console
Hello, It is understood that although the Meta-key sequences work in an xterm with vim on UTF-8, they don't on the linux console. That's because vim and xterm have an understanding about how to function in UTF-8 regarding the Meta key. Xterm translates the would-be ISO-8859 high-bit-char to its UTF-8 representation, and vim catches that. This is the way to move the traditional 8th-bit Meta convention from single-byte encodings to UTF-8. The linux console could function that way too, so that ...
Mar 23, 11:15 am 2008
Jan Engelhardt
Re: UTF-8 and Alt key in the console
They also seem work on the console; I can use Alt-L in mcedit to jump to a line. --
Mar 23, 11:29 am 2008
John T.
Re: UTF-8 and Alt key in the console
That's because you are working in "meta sends ESC" mode. Although this is OK for most applications, for some it isn't. Thus there have always been two modes, "meta sends ESC" and "meta sets 8th bit". (toggled with setmetamode on the console) Vim relies on "meta sets 8th bit". Unfortunatelly the code for this options does not work in UTF-8 in the console. What I'd like to do is make this a viable option in UTF-8. ________________________________________________________________________...
Mar 23, 11:46 am 2008
H. Peter Anvin
Re: UTF-8 and Alt key in the console
No, fix vim instead. "Meta sets 8th bit" is so obviously and totally broken, since it maps onto real characters, and has been doing so for at least 20 years. Meta-L maps onto LATIN CAPITAL LETTER I WITH GRAVE, both in 8-bit mode and in your proposed UTF-8 mode. It just becomes even more obvious how unbelievably broken it is when you try to map it onto UTF-8. Seriously, fix the crap. -hpa --
Mar 23, 12:54 pm 2008
John T.
Re: UTF-8 and Alt key in the console
OK, let's see if I can answer this. Vi has 32 years of ESC key use tradition which doesn't play well with "meta sends ESC". Even though "meta sets 8th bit" is "broken" in your point-of-view, that didn't stop it from being used all these years. The fact that it maps into real characters is not a problem if you can just use a CTRL-V equivalent in bash or vim. Furthermore, it is an _option_. No one is obliged to use it. So it's a question of: .. _forcing_ the end of "meta sets 8th bit" .....
Mar 23, 1:47 pm 2008
H. Peter Anvin
Re: UTF-8 and Alt key in the console
Hardly. vim clearly can deal with the ESC-is-prefix issue anyway, since otherwise it wouldn't be able to use arrow keys. That being said, quite frankly, *both* Meta key conventions are incredibly broken. What I would much prefer is to see would be a brand new convention where different keys (Ctrl, Meta, Super, Hyper, Alt or even in some cases Shift) issues a unique prefix which doesn't conflict with anything else. Emacs has tried to promote such a convention of the format <CAN> @...
Mar 23, 1:55 pm 2008
John T.
Re: UTF-8 and Alt key in the console
There's always the "timeout" hack. It is allright with the arrow and function keys because the second character in these You're right. Many say Unix is also broken compared to Plan 9.. sometimes it's too late. The real fix for this issue seems like it'd be very hard to accomplish. In the meantime, maybe we could do this easy ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. T...
Mar 23, 2:13 pm 2008
Jan Engelhardt
Re: UTF-8 and Alt key in the console
The idea of revamping the escape codes is not all that bad. Thanks to terminfo, this should be easy. Change vt.c, add corresponding terminfo entry and set TERM to something that has not previously existed. About the ESC key, I thought, would it suffice to replace its current output of ^[ with ^[^[? --
Mar 23, 2:46 pm 2008
Ankita Garg
[RT] [PATCH 0/3] Few cleanups and RT updates to sched_debug
Hi, The following 3 patches, o Modify the names of several fields in the rt_rq, to be consistent with the general naming convention. For eg, s/rt_nr_running/nr_running in the rt_rq, 'rt' being implied by being associated with the rt_rq. o Initialize rt.nr_running and rt.nr_uninterruptible fields explicitly. o Update sched_debug to print values of the recently added fields to rt_rq. Some of these changes are not rt specific. But there are bits which are missing from sched-devel latest, lik...
Mar 23, 10:50 am 2008
Ankita Garg
[RT] [PATCH 3/3] Update sched_debug with new RT related stats
Hi, o Update sched_debug to print values of the recently added fields to rt_rq. Signed-off-by: Ankita Garg <ankita@in.ibm.com> Index: linux-2.6.24.3/kernel/sched_debug.c =================================================================== --- linux-2.6.24.3.orig/kernel/sched_debug.c 2008-03-23 19:09:35.000000000 +0530 +++ linux-2.6.24.3/kernel/sched_debug.c 2008-03-23 19:47:52.000000000 +0530 @@ -188,8 +188,12 @@ P(cpu_load[4]); #ifdef CONFIG_PREEMPT_RT /* Print rt related rq s...
Mar 23, 11:09 am 2008
Ankita Garg
[RT] [PATCH 2/3] Initialize rt.nr_running & rt.nr_unterr...
Hi, o Initialize rt.nr_running and rt.nr_uninterruptible fields explicitly. Signed-off-by: Ankita Garg <ankita@in.ibm.com> Index: linux-2.6.24.3/kernel/sched.c =================================================================== --- linux-2.6.24.3.orig/kernel/sched.c 2008-03-23 19:13:16.000000000 +0530 +++ linux-2.6.24.3/kernel/sched.c 2008-03-23 19:13:40.000000000 +0530 @@ -7333,6 +7333,8 @@ rq->cpu = i; rq->migration_thread = NULL; INIT_LIST_HEAD(&rq->migratio...
Mar 23, 10:54 am 2008
Ankita Garg
[RT] [PATCH 1/3] Change the names of rt_rq fields for
Hi, o Modify the names of several fields in the rt_rq, to be consistent with the general naming convention. For eg, s/rt_nr_running/nr_running in the rt_rq, 'rt' being implied by being associated with the rt_rq. Signed-off-by: Ankita Garg <ankita@in.ibm.com> Index: linux-2.6.24.3/kernel/sched.c =================================================================== --- linux-2.6.24.3.orig/kernel/sched.c 2008-03-23 19:07:48.000000000 +0530 +++ linux-2.6.24.3/kernel/sched.c 2008-03-23 19:11...
Mar 23, 10:52 am 2008
Oleg Nesterov
[PATCH] ptrace: it is fun to strace /sbin/init
(re-send with updated changelog) Ptracing of /sbin/init is not allowed. Of course, this is dangerous, but may be useful. Introduce the kernel boot parameter to allow this, so that we can't surprise some special/secured systems. Afaics, with the recent changes there is no kernel problems with ptracing init, it can't lose SIGNAL_UNKILLABLE flag and be killed by accident. However, admin should know what it does, "gdb /sbin/init 1" stops init, it can't reap zombies or take care of /etc/inittab until ...
Mar 23, 9:51 am 2008
Oleg Nesterov
[PATCH 2/3] signals: de_thread: simplify the ->child_reap...
Now that we rely on SIGNAL_UNKILLABLE flag, de_thread() doesn't need the nasty hack to kill the old ->child_reaper during the mt-exec. This also means we can avoid taking tasklist_lock around zap_other_threads(). Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> --- 25/fs/exec.c~2_EXEC_KILL_HACK 2008-03-03 17:01:36.000000000 +0300 +++ 25/fs/exec.c 2008-03-16 15:20:25.000000000 +0300 @@ -757,9 +757,7 @@ static int de_thread(struct task_struct /* * Kill all other threads in the th...
Mar 23, 9:06 am 2008
Oleg Nesterov
[PATCH 0/3] /sbin/init && signals fixes
Re-send, no changes. The series was also reviewed by Roland. Oleg. --
Mar 23, 9:06 am 2008
Oleg Nesterov
[PATCH 1/3] signals: fix /sbin/init protection from unwanted...
The global init has a lot of long standing problems with the unhandled fatal signals. - The "is_global_init(current)" check in get_signal_to_deliver() protects only the main thread. Sub-thread can dequee the fatal signal and shutdown the whole thread group except the main thread. If it dequeues SIGSTOP /sbin/init will be stopped, this is not right too. Note that we can't use is_global_init(->group_leader), this breaks exec and this can't solve other problems we have. - Even i...
Mar 23, 9:06 am 2008
Oleg Nesterov
[PATCH 3/3] signals: allow the kernel to actually kill /sbin...
Currently the buggy /sbin/init hangs if SIGSEGV/etc happens. The kernel sends the signal, init dequeues it and ignores, returns from the exception, repeats the faulting instruction, and so on forever. Imho, such a behaviour is not good. I think that the explicit loud death of the buggy /sbin/init is better than the silent hang. Change force_sig_info() to clear SIGNAL_UNKILLABLE when the task should be really killed. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> --- 25/kernel/signal.c~...
Mar 23, 9:06 am 2008
Thomas Bogendoerfer
[PATCH] CDROM: use kmalloced buffers instead of buffers on s...
If cdrom commands are issued to a scsi drive in most cases the buffer will be filled via dma. This leads to bad stack corruption on non coherent platforms, because the buffers are neither cache line aligned nor is the size a multiple of the cache line size. Using kmalloced buffers avoids this. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- drivers/cdrom/cdrom.c | 274 ++++++++++++++++++++++++++++++++----------------- 1 files changed, 181 insertions(+), 93 deletions(-)...
Mar 23, 7:15 am 2008
Cyrill Gorcunov
Re: [PATCH] CDROM: use kmalloced buffers instead of buffers ...
[Thomas Bogendoerfer - Sun, Mar 23, 2008 at 12:15:32PM +0100] | If cdrom commands are issued to a scsi drive in most cases the buffer | will be filled via dma. This leads to bad stack corruption on non coherent | platforms, because the buffers are neither cache line aligned nor is | the size a multiple of the cache line size. Using kmalloced buffers | avoids this. | | Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> | --- | | drivers/cdrom/cdrom.c | 274 ++++++++++++++++++++...
Mar 23, 7:47 am 2008
CODER-ENTERPRISE.RU
Strange error when mounting
Strange error when mounting /cdrom device twice. First one - everything is ok, and the second one - the system fails to kernel panik! My kernel is 2.6.18.2 --
Mar 23, 6:33 am 2008
CODER-ENTERPRISE.RU
test2
test2 --
Mar 23, 6:21 am 2008
Junio C Hamano
[ANNOUNCE] GIT 1.5.5-rc1
GIT 1.5.5-rc1 was tagged tonight, and it is available from the usual places. http://www.kernel.org/pub/software/scm/git/ git-1.5.5.rc1.tar.{gz,bz2} (tarball) git-htmldocs-1.5.5.rc1.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.5.rc1.tar.{gz,bz2} (preformatted docs) testing/git-*-1.5.5.rc1-1.$arch.rpm (RPM) Attached, please find the draft release notes as of rc1. ---------------------------------------------------------------- GIT v1.5.5 Release Notes ==================...
Mar 23, 6:07 am 2008
Marin Mitov
[PATCH]skge napi->poll() locking bug
Hi all, According to: Documentation/networking/netdevices.txt: <cite> napi->poll: .......... Context: softirq will be called with interrupts disabled by netconsole. </cite> napi->poll() could be called either with interrupts enabled (in softirq context) or disabled (by netconsole), so the irq flag should be preserved. Inspired by Ingo's resent forcedeth patch :-) Regards Marin Mitov Signed-off-by: Marin Mitov <mitov@issp.bas.bg> ==============...
Mar 23, 4:20 am 2008
David Miller
Re: [PATCH]skge napi->poll() locking bug
From: Marin Mitov <mitov@issp.bas.bg> Date: Sun, 23 Mar 2008 10:20:09 +0200 Please send networking things at least CC:'d to netdev as many networking developers do not subscribe to Acked-by: David S. Miller <davem@davemloft.net> --
Mar 23, 6:19 am 2008
Joe Perches
[PATCH 0/148] include/asm-x86: checkpatch cleanups - formatt...
Cleanup to standardize formatting of .h files Checkpatch now reports "mostly" clean. Checkpatch reports errors and warnings that are inappropriate for asm files. Ingo's code-quality script totals for include/asm-x86 Errors LOC Before: 1457 31320 After: 252 31729 Changes: s/__asm__/asm/g s/__volatile__/volatile/g s/__inline__/inline/g 80 columns no spaces before casts do {} while macro formatting No objdump -D code changes in x86 defconfig and allyesco...
Mar 23, 4:01 am 2008
Ingo Molnar
Re: [PATCH 0/148] include/asm-x86: checkpatch cleanups - for...
thanks Joe, this is a good first step. I'll keep the 180 patches separated until it's in x86/testing, to ease bisection in the case of any (unlikely) problems - but after that we'll probably combine them into one single commit to not pollute the changelogs too much. In the future you might want to put them into a git tree and ask me to pull them, to not pollute lkml with 180 patches. (but, this is the least of our problems really) Ingo --
Mar 23, 5:09 am 2008
Joe Perches
[PATCH 148/148] include/asm-x86/xor_64.h: checkpatch cleanup...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/xor_64.h | 294 +++++++++++++++++++++++----------------------- 1 files changed, 149 insertions(+), 145 deletions(-) diff --git a/include/asm-x86/xor_64.h b/include/asm-x86/xor_64.h index 1eee7fc..24957e3 100644 --- a/include/asm-x86/xor_64.h +++ b/include/asm-x86/xor_64.h @@ -24,20 +24,23 @@ */ /* - * x86-64 changes / gcc fixes from Andi Kleen. + * x86-64 changes / gcc fixes from Andi Kleen. * Copyright 2002 A...
Mar 23, 4:04 am 2008
Joe Perches
[PATCH 129/148] include/asm-x86/thread_info.h: checkpatch cl...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/thread_info.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/asm-x86/thread_info.h b/include/asm-x86/thread_info.h index 407b88c..9c93845 100644 --- a/include/asm-x86/thread_info.h +++ b/include/asm-x86/thread_info.h @@ -8,6 +8,7 @@ #ifndef __ASSEMBLY__ extern void arch_task_cache_init(void); extern void free_thread_info(struct thread_info *ti); -extern int arch_dup_task_struct(struc...
Mar 23, 4:03 am 2008
Joe Perches
[PATCH 094/148] include/asm-x86/pgtable_32.h: checkpatch cle...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/pgtable_32.h | 102 ++++++++++++++++++++++-------------------- 1 files changed, 53 insertions(+), 49 deletions(-) diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/pgtable_32.h index 82ba08f..e9c8c3f 100644 --- a/include/asm-x86/pgtable_32.h +++ b/include/asm-x86/pgtable_32.h @@ -40,13 +40,13 @@ void paging_init(void); #ifdef CONFIG_X86_PAE # include <asm/pgtable-3level-defs.h> # define PMD_SIZE (1UL &...
Mar 23, 4:03 am 2008
Joe Perches
[PATCH 102/148] include/asm-x86/ptrace.h: checkpatch cleanup...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/ptrace.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/asm-x86/ptrace.h b/include/asm-x86/ptrace.h index bc44246..e779f2b 100644 --- a/include/asm-x86/ptrace.h +++ b/include/asm-x86/ptrace.h @@ -140,7 +140,8 @@ extern unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs); #ifdef CONFIG_X86_32 -extern void send_sigtrap(struct task_struct *tsk, struc...
Mar 23, 4:03 am 2008
Joe Perches
[PATCH 113/148] include/asm-x86/signal.h: checkpatch cleanup...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/signal.h | 48 +++++++++++++++++++++++----------------------- 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/include/asm-x86/signal.h b/include/asm-x86/signal.h index aee7eca..f15186d 100644 --- a/include/asm-x86/signal.h +++ b/include/asm-x86/signal.h @@ -185,61 +185,61 @@ typedef struct sigaltstack { #define __HAVE_ARCH_SIG_BITOPS -#define sigaddset(set,sig) \ - (__builtin_constantp(sig) ? ...
Mar 23, 4:03 am 2008
Joe Perches
[PATCH 112/148] include/asm-x86/sigcontext.h: checkpatch cle...
Signed-off-by: Joe Perches <joe@perches.com> --- include/asm-x86/sigcontext.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/asm-x86/sigcontext.h b/include/asm-x86/sigcontext.h index d743947..2f9c884 100644 --- a/include/asm-x86/sigcontext.h +++ b/include/asm-x86/sigcontext.h @@ -79,7 +79,7 @@ struct sigcontext { unsigned long flags; unsigned long sp_at_signal; unsigned short ss, __ssh; - struct _fpstate __user * fpstate; + struct _fpstate...
Mar 23, 4:03 am 2008
previous daytodaynext day
March 22, 2008March 23, 2008March 24, 2008