Intel Core Duo/Solo Temperature Monitoring Working On Intel DG965 Motherboard

2007-03-10 Thread Justin Piszcz
DISCLAIMER: This patch is still experimental. AUTHOR: Rudolf Marek has written the coretemp module for Intel Core Duo/Solo processors. Without this patch, you cannot monitor your CPU temperature, at least not on a DG965 motherboard. From the readme (second patch): +Kernel driver coretemp

Re: [PATCH] tcp_cubic: use 32 bit math

2007-03-10 Thread Willy Tarreau
On Wed, Mar 07, 2007 at 07:51:35PM -0800, David Miller wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Wed, 07 Mar 2007 19:10:47 -0800 > > > David Miller wrote: > > > What about Willy Tarreau's supposedly even faster variant? > > > Or does this incorporate that set of improvements? >

Re: [PATCH][RSDL-mm 0/6] Rotating Staircase DeadLine scheduler for -mm

2007-03-10 Thread Nicolas Mailhot
Oops ⇒ http://bugzilla.kernel.org/show_bug.cgi?id=8166 -- Nicolas Mailhot signature.asc Description: Ceci est une partie de message numériquement signée

Re: [PATCH][RSDL-mm 0/6] Rotating Staircase DeadLine scheduler for -mm

2007-03-10 Thread Con Kolivas
On Saturday 10 March 2007 18:25, Con Kolivas wrote: > What follows this email is a series of patches for the RSDL cpu scheduler > as found in 2.6.21-rc3-mm1. This series is for 2.6.21-rc3-mm2 and has some > bugfixes for the issues found so far. While it is not clear that I've > attended to all the

Re: [2/6] 2.6.21-rc2: known regressions

2007-03-10 Thread Stefan Seyfried
On Sat, Mar 10, 2007 at 10:01:21AM +0100, Ingo Molnar wrote: > > * Pavel Machek <[EMAIL PROTECTED]> wrote: > > s2ram should be able to work around this, it has parts from > > radeontool. (suspend.sf.net). > > i'm wondering, do you have any idea how Windows handles the > suspend/resume quirks

Re: libata-acpi: allow _GTF on SATA, but disable on PATA for now

2007-03-10 Thread Jeff Garzik
Linux Kernel Mailing List wrote: Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df33c77e3981e71afc8727ee5c432ba1a1bba68c Commit: df33c77e3981e71afc8727ee5c432ba1a1bba68c Parent: 908e0a8a265fe8057604a9a30aec3f0be7bb5ebb Author: Kristen

[patch] kobject: kobject_shadow_add cleanup

2007-03-10 Thread Dmitriy Monakhov
- correct function name in comments - parrent assignment does metter only inside "if" block, so move it inside this block. Signed-off-by: Monakhov Dmitriy <[EMAIL PROTECTED]> diff --git a/lib/kobject.c b/lib/kobject.c index b94f208..e4b477d 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread William Lee Irwin III
On Sat, 10 Mar 2007 00:26:46 -0800, William Lee Irwin III <[EMAIL PROTECTED]> wrote: >> Oh dear. Could we bit a bit more idiomatic here? For instance, >> something like: On Sat, Mar 10, 2007 at 12:29:44AM -0800, David Miller wrote: > Ok I pulled the sparc32 patch back out until there is some >

Re: Sleeping thread not receive signal until it wakes up

2007-03-10 Thread Luong Ngo
On 3/10/07, Sergey Vlasov <[EMAIL PROTECTED]> wrote: On Fri, 9 Mar 2007 16:10:29 -0800 Luong Ngo wrote: > Thanks Parav, adding singal_allow(SIGALRM) wakeup the blocking > interruptible_sleep_on and checking the signal_pending would return > true now. This means that there is also a bug in your

Re: PATCH: Fix VMI and COMPAT_VDSO for 2.6.21

2007-03-10 Thread Zachary Amsden
Ingo Molnar wrote: makes sense. We can do Jan's relocatable-COMPAT_VDSO thing in v2.6.22, but for v2.6.21 that's way too intrusive. Agree. I think we can clean up some of the strange build magic though, by adding boot time ELF magic instead. We'll see which works out better. Zach - To

Re: dead(?) header files in the source tree

2007-03-10 Thread Armin Schindler
On Fri, 9 Mar 2007, Robert P. J. Day wrote: > > following up on an earlier post by stefan richter, i wrote a > brute-force little script that scanned the source tree, looking for > header files that weren't included from *anywhere* in the tree. what > turned up was the following: > >

Re: dead(?) header files in the source tree

2007-03-10 Thread Robert P. J. Day
On Sat, 10 Mar 2007, Armin Schindler wrote: > On Fri, 9 Mar 2007, Robert P. J. Day wrote: > > > > following up on an earlier post by stefan richter, i wrote a > > brute-force little script that scanned the source tree, looking for > > header files that weren't included from *anywhere* in the

Re: 2.6.21-rc3-mm2 (+hotfixes) -- BUG: atomic counter underflow at: [] show_trace_log_lvl+0x1a/0x2f

2007-03-10 Thread Andrew Morton
> On Sat, 10 Mar 2007 01:26:19 -0800 "Miles Lane" <[EMAIL PROTECTED]> wrote: > [ 36.623291] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network > Driver, 1.2.0kdmprq > [ 36.623297] ipw2200: Copyright(c) 2003-2006 Intel Corporation > [ 36.623975] ACPI: PCI Interrupt :01:06.0[A] -> GSI 18

Re: [PATCH] Complain about missing system calls.

2007-03-10 Thread Martin Schwidefsky
On Fri, 2007-03-09 at 20:00 +0100, Andi Kleen wrote: > > Not everybody has a simple indexed list of pointers :) For example, > > for vax-linux, we use a struct per syscall with the expected number of > > on-stack longwords for the call. > > > > So if something "new" is coming up, please keep in

Re: [PATCH 1/4]: ufs2 more correct work with time

2007-03-10 Thread Christoph Hellwig
On Sat, Mar 10, 2007 at 12:30:02PM +0300, Evgeniy Dushistov wrote: > This patch corrects work with time in UFS2 case. > > 1)According to UFS2 disk layout modification/access and so on "time" > should be hold in two variables one 64bit for seconds and another > 32bit for nanoseconds, > > at now

Re: [PATCH] Complain about missing system calls.

2007-03-10 Thread Martin Schwidefsky
On Fri, 2007-03-09 at 19:54 +0100, Andi Kleen wrote: > > We need additional gunk for syscalls that can be called from SPEs on > > cell > > Can that gunk not be auto generated? > > I know s390 does in some cases, but it looks quite auto generatable to me. The system call tables and the compat

Re: [PATCH] Fix building kernel under Solaris 11_snv

2007-03-10 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 11:23:32PM +0100, Sam Ravnborg wrote: > > >> === > > >> --- linux-2.6.21-rc3.orig/scripts/kallsyms.c 2007-03-07 > > >> 05:41:20.0 +0100 > > >> +++ linux-2.6.21-rc3/scripts/kallsyms.c 2007-03-07

[PATCH 3/4]: ufs: zeroize the rest of block in truncate

2007-03-10 Thread Evgeniy Dushistov
This patch fix behaviour in such test scenario: lseek(fd, BIG_OFFSET) write(fd, buf, sizeof(buf)) truncate(BIG_OFFSET) truncate(BIG_OFFSET + sizeof(buf)) read(fd, buf...) Because of if file big enough(BIG_OFFSET) we start allocate space by block, ordinary block size > page size, so we should

[PATCH 4/4]: ufs2 tindirect truncate fix

2007-03-10 Thread Evgeniy Dushistov
During modification of code to support UFS2 writing, the case with "three indirect" blocks in truncate path was missed, this patch fixes this situation. Signed-off-by: Evgeniy Dushistov <[EMAIL PROTECTED]> --- Index: linux-2.6.21-rc3-git6/fs/ufs/truncate.c

[PATCH 1/4]: ufs2 more correct work with time

2007-03-10 Thread Evgeniy Dushistov
This patch corrects work with time in UFS2 case. 1)According to UFS2 disk layout modification/access and so on "time" should be hold in two variables one 64bit for seconds and another 32bit for nanoseconds, at now for some unknown reason we suppose that "inode time" holds in three variables

[PATCH 2/4]: ufs: prepare write + change blocks on the fly

2007-03-10 Thread Evgeniy Dushistov
This patch fixes "change blocks numbers on the fly" in case when "prepare write page" is in the call chain, in this case some buffers may be not uptodate and not mapped, we should care to map them and load from disk. This patch was tested with: ufs regressions simple tests fsx-linux ltp(20060306)

2.6.21-rc3-mm2 (+hotfixes) -- BUG: atomic counter underflow at: [] show_trace_log_lvl+0x1a/0x2f

2007-03-10 Thread Miles Lane
[ 36.623291] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0kdmprq [ 36.623297] ipw2200: Copyright(c) 2003-2006 Intel Corporation [ 36.623975] ACPI: PCI Interrupt :01:06.0[A] -> GSI 18 (level, low) -> IRQ 18 [ 36.624119] ipw2200: Detected Intel PRO/Wireless 2200BG

Re: [patch 2/3] fs: introduce perform_write aop

2007-03-10 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 03:33:01PM -0800, Mark Fasheh wrote: > ->kernel_write() as opposed to genericizing ->perform_write() would be fine > with me. Just so long as we get rid of ->prepare_write and ->commit_write in > that other kernel code doesn't call them directly. That interface just >

Re: [PATCH] dvb-core: Fix several locking related problems.

2007-03-10 Thread Mauro Carvalho Chehab
Em Sáb, 2007-03-10 às 02:49 +0100, Johannes Stezenbach escreveu: > On Sun, Mar 04, 2007 at 05:45:54PM +, Simon Arlott wrote: > > Fix several instances of dvb-core functions using mutex_lock_interruptible > > and returning -ERESTARTSYS where the calling function will either never > > retry or

Re: 2.6.21-rc3-mm1

2007-03-10 Thread Greg KH
On Sat, Mar 10, 2007 at 12:58:28AM -0800, Andrew Morton wrote: > > On Sat, 10 Mar 2007 09:33:35 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> > > wrote: > > Hello, > > > > > - The wireless changes in here need a lot of testers, please. It is major > > > rework. > > > > Works for me ... so far

Re: [PATCH 1/1] hotplug cpu: migrate a task within its cpuset

2007-03-10 Thread Ingo Molnar
* Cliff Wickman <[EMAIL PROTECTED]> wrote: > With this patch, migrate the task to: > 1) to any cpu on the same node as the disabled cpu, which is both online > and among that task's cpus_allowed > 2) to any online cpu within the task's cpuset > 3) to any cpu which is both online and among

Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting

2007-03-10 Thread Greg KH
On Fri, Mar 09, 2007 at 10:18:03PM -0800, Greg KH wrote: > -stable review patch. If anyone has any objections, please let us know. > > -- > From: Michal Miroslaw <[EMAIL PROTECTED]> > > [NETFILTER]: nfnetlink_log: fix reference counting > > Fix reference counting (memory leak)

Re: [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Paul Jackson
Sam wrote: > But when you apply this to something like cpusets, it gets a little abstract. Just a tad abstract . Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.925.600.0401 -

Re: [patch] futex: restartable futex_wait

2007-03-10 Thread Ingo Molnar
* Nick Piggin <[EMAIL PROTECTED]> wrote: > LTP test sigaction_16_24 fails, because it expects sem_wait to be > restarted if SA_RESTART is set. sem_wait is implemented with > futex_wait, that currently doesn't support being restarted. Ulrich > confirms that the call should be restartable. > >

Re: [ckrm-tech] [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Sam Vilain
Herbert Poetzl wrote: > On Wed, Mar 07, 2007 at 11:44:58PM -0700, Eric W. Biederman wrote: > >> I really don't much care as long as we don't start redefining >> container as something else. I think the IBM guys took it from >> solaris originally which seems to define a zone as a set of >>

Re: [2/6] 2.6.21-rc2: known regressions

2007-03-10 Thread Ingo Molnar
* Pavel Machek <[EMAIL PROTECTED]> wrote: > > Even if one doesn't use the fb console at all, radeonfb apparently > > is still required on some ThinkPad models to work around BIOS bugs: > > > > http://www.thinkwiki.org/wiki/Problem_with_high_power_drain_in_ACPI_sleep#Radeon_GPU_not_powered_off

[PATCH] JFFS2: Remove superfluous source file fs/jffs2/comprtest.c

2007-03-10 Thread Robert P. J. Day
Delete the obsolete source file fs/jffs2/comprtest.c. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/fs/jffs2/comprtest.c b/fs/jffs2/comprtest.c deleted file mode 100644 index f0fb8be..000 --- a/fs/jffs2/comprtest.c +++ /dev/null @@ -1,307 +0,0 @@ -/* $Id:

Re: 2.6.21-rc3-mm1

2007-03-10 Thread Andrew Morton
> On Sat, 10 Mar 2007 09:33:35 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> > wrote: > Hello, > > > - The wireless changes in here need a lot of testers, please. It is major > > rework. > > Works for me ... so far ;-) Anyway to the point: > > When moving my laptop I reattached the usb

Re: [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Sam Vilain
Paul Jackson wrote: >> But "namespace" has well-established historical semantics too - a way >> of changing the mappings of local * to global objects. This >> accurately describes things liek resource controllers, cpusets, resource >> monitoring, etc. >> > > No! > > Cpusets don't rename or

Re: PATCH: Fix VMI and COMPAT_VDSO for 2.6.21

2007-03-10 Thread Ingo Molnar
* Zachary Amsden <[EMAIL PROTECTED]> wrote: > Zachary Amsden wrote: > >VMI is broken under COMPAT_VDSO, as Xen and other non hardware > >assisted hypervisors will be. I have been working on a fix for this > >which works for older glibcs that panic when the new relocatable VDSO > >is used.

Re: 2.6.21-rc3-mm1

2007-03-10 Thread Mariusz Kozlowski
Hello, > Unable to reproduce so far. Ok I was wrong. Able to reproduce quite easily. Let me know if you need anything more. usb 2-1: new low speed USB device using uhci_hcd and address 11 usb 2-1: new device found, idVendor=046d, idProduct=c00e usb 2-1: new device strings: Mfr=1, Product=2,

Re: question about periodic clocks

2007-03-10 Thread Thomas Gleixner
On Fri, 2007-03-09 at 15:26 -0800, Jeremy Fitzhardinge wrote: > How does the clock period get set on periodic timers? In my clock > driver, I'm seeing a call to ->set_mode(CLOCK_EVT_MODE_PERIODIC, evt), > but then... nothing. I was expecting a call to set_next_event to set > the timer period.

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread David Miller
From: William Lee Irwin III <[EMAIL PROTECTED]> Date: Sat, 10 Mar 2007 00:26:46 -0800 > On Sat, Mar 10, 2007 at 03:17:43AM -0500, Mathieu Desnoyers wrote: > > @@ -348,7 +348,7 @@ void exit_thread(void) > > #ifndef CONFIG_SMP > > if(last_task_used_math == current) { > > #else > > -

Re: 2.6.21-rc3-mm1

2007-03-10 Thread Mariusz Kozlowski
Hello, > - The wireless changes in here need a lot of testers, please. It is major > rework. Works for me ... so far ;-) Anyway to the point: When moving my laptop I reattached the usb mouse. Then I found this in syslog: usb 2-1: new low speed USB device using uhci_hcd and address 3 usb

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread William Lee Irwin III
On Sat, Mar 10, 2007 at 03:17:43AM -0500, Mathieu Desnoyers wrote: > @@ -348,7 +348,7 @@ void exit_thread(void) > #ifndef CONFIG_SMP > if(last_task_used_math == current) { > #else > - if(current_thread_info()->flags & _TIF_USEDFPU) { > +

Re: [PATCH] Fix atomicity of TIF update in flush_thread() for sparc64

2007-03-10 Thread David Miller
From: Mathieu Desnoyers <[EMAIL PROTECTED]> Date: Sat, 10 Mar 2007 03:08:44 -0500 > Fix atomicity of TIF update in flush_thread() for sparc64 Applied, thanks for fixing this up. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread David Miller
From: Mathieu Desnoyers <[EMAIL PROTECTED]> Date: Sat, 10 Mar 2007 03:17:43 -0500 > Fix sparc TIF_USEDFPU flag atomicity Also applied, thanks again. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] Add nForce MCP61 support to i2c-nforce2

2007-03-10 Thread Petr Vandrovec
Hello, patch below adds support for nVidia's SMBus adapter present on Gateway's GT5414E motherboard (ECS's MCP61 PM-AM). Patch is for current Linus's git tree. Thanks, Petr -- Add support

Re: [patch v2] epoll use a single inode ...

2007-03-10 Thread Davide Libenzi
On Sat, 10 Mar 2007, Pavel Machek wrote: > > Heh, this is what Al was saying ;) > > I'm fine with that, but how about counter cycles (going back to zero)? > > Just use u64? Yeah, the second patch was using an u64. I ended up using a "class" name (signalfd, timerfd, asyncfd) as dname entry. An

Re: Sleeping thread not receive signal until it wakes up

2007-03-10 Thread Sergey Vlasov
On Fri, 9 Mar 2007 16:10:29 -0800 Luong Ngo wrote: > Thanks Parav, adding singal_allow(SIGALRM) wakeup the blocking > interruptible_sleep_on and checking the signal_pending would return > true now. This means that there is also a bug in your userspace program - somehow when it invokes ioctl(),

[PATCH] Fix atomicity of TIF update in flush_thread() for powerpc

2007-03-10 Thread Mathieu Desnoyers
Fix atomicity of TIF update in flush_thread() for powerpc Fixes it correctly with *_ti_thread_flag. Race : parent process executing : sys_ptrace() (lock_kernel()) (ptrace_get_task_struct(pid)) arch_ptrace() ptrace_detach() ptrace_disable(child); clear_singlestep(child);

Re: [PATCH/RFC] implement __attribute_discard_text/data__ and use it to leave out PM functions if !CONFIG_PM

2007-03-10 Thread Pavel Machek
Hi! > This patch is the result from the following discussion. > > http://thread.gmane.org/gmane.linux.ide/16475 > > The problem is that CONFIG_PM affects a lot of low level drivers and > scattering CONFIG_PM all over the place is too ugly. This patch... > > * implements

Re: [PATCH] Fix atomicity of TIF update in flush_thread() for powerpc

2007-03-10 Thread Mathieu Desnoyers
Broken patch. Don't apply. Correct one coming. * Mathieu Desnoyers ([EMAIL PROTECTED]) wrote: > Fix atomicity of TIF update in flush_thread() for powerpc > > Race : > > parent process executing : > sys_ptrace() > (lock_kernel()) > (ptrace_get_task_struct(pid)) > arch_ptrace() >

[PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread Mathieu Desnoyers
Fix sparc TIF_USEDFPU flag atomicity Non atomic update of TIF can be very dangerous, except at thread structure creation time. Here I standardize the TIF_USEDFPU usage of the sparc arch. This fix addresses the issue with *_ti_thread_flag(). Applies on 2.6.20. Signed-off-by: Mathieu Desnoyers

Re: [patch v2] epoll use a single inode ...

2007-03-10 Thread Pavel Machek
Hi! > > > @@ -763,15 +767,17 @@ > > >* using the inode number. > > >*/ > > > error = -ENOMEM; > > > - sprintf(name, "[%lu]", inode->i_ino); > > > this.name = name; > > > - this.len = strlen(name); > > > - this.hash = inode->i_ino; > > > + this.len = sprintf(name, "[%p]", ep); > > > +

[PATCH] Fix atomicity of TIF update in flush_thread() for sparc64

2007-03-10 Thread Mathieu Desnoyers
Fix atomicity of TIF update in flush_thread() for sparc64 Fixes correctly the race by using *_ti_thread_flag. Race : parent process executing : sys_ptrace() (lock_kernel()) (ptrace_get_task_struct(pid)) arch_ptrace() ptrace_detach() ptrace_disable(child);

Re: [patch v2] epoll use a single inode ...

2007-03-10 Thread Pavel Machek
Hi! @@ -763,15 +767,17 @@ * using the inode number. */ error = -ENOMEM; - sprintf(name, [%lu], inode-i_ino); this.name = name; - this.len = strlen(name); - this.hash = inode-i_ino; + this.len = sprintf(name, [%p], ep); + this.hash = 0; Please don't

Re: [PATCH] Fix atomicity of TIF update in flush_thread() for powerpc

2007-03-10 Thread Mathieu Desnoyers
Broken patch. Don't apply. Correct one coming. * Mathieu Desnoyers ([EMAIL PROTECTED]) wrote: Fix atomicity of TIF update in flush_thread() for powerpc Race : parent process executing : sys_ptrace() (lock_kernel()) (ptrace_get_task_struct(pid)) arch_ptrace() ptrace_detach()

Re: Sleeping thread not receive signal until it wakes up

2007-03-10 Thread Sergey Vlasov
On Fri, 9 Mar 2007 16:10:29 -0800 Luong Ngo wrote: Thanks Parav, adding singal_allow(SIGALRM) wakeup the blocking interruptible_sleep_on and checking the signal_pending would return true now. This means that there is also a bug in your userspace program - somehow when it invokes ioctl(), it

[PATCH] Fix atomicity of TIF update in flush_thread() for powerpc

2007-03-10 Thread Mathieu Desnoyers
Fix atomicity of TIF update in flush_thread() for powerpc Fixes it correctly with *_ti_thread_flag. Race : parent process executing : sys_ptrace() (lock_kernel()) (ptrace_get_task_struct(pid)) arch_ptrace() ptrace_detach() ptrace_disable(child); clear_singlestep(child);

Re: [patch v2] epoll use a single inode ...

2007-03-10 Thread Davide Libenzi
On Sat, 10 Mar 2007, Pavel Machek wrote: Heh, this is what Al was saying ;) I'm fine with that, but how about counter cycles (going back to zero)? Just use u64? Yeah, the second patch was using an u64. I ended up using a class name (signalfd, timerfd, asyncfd) as dname entry. An

[PATCH] Add nForce MCP61 support to i2c-nforce2

2007-03-10 Thread Petr Vandrovec
Hello, patch below adds support for nVidia's SMBus adapter present on Gateway's GT5414E motherboard (ECS's MCP61 PM-AM). Patch is for current Linus's git tree. Thanks, Petr -- Add support

Re: question about periodic clocks

2007-03-10 Thread Thomas Gleixner
On Fri, 2007-03-09 at 15:26 -0800, Jeremy Fitzhardinge wrote: How does the clock period get set on periodic timers? In my clock driver, I'm seeing a call to -set_mode(CLOCK_EVT_MODE_PERIODIC, evt), but then... nothing. I was expecting a call to set_next_event to set the timer period. Good

[PATCH] JFFS2: Remove superfluous source file fs/jffs2/comprtest.c

2007-03-10 Thread Robert P. J. Day
Delete the obsolete source file fs/jffs2/comprtest.c. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- diff --git a/fs/jffs2/comprtest.c b/fs/jffs2/comprtest.c deleted file mode 100644 index f0fb8be..000 --- a/fs/jffs2/comprtest.c +++ /dev/null @@ -1,307 +0,0 @@ -/* $Id:

Re: [patch] futex: restartable futex_wait

2007-03-10 Thread Ingo Molnar
* Nick Piggin [EMAIL PROTECTED] wrote: LTP test sigaction_16_24 fails, because it expects sem_wait to be restarted if SA_RESTART is set. sem_wait is implemented with futex_wait, that currently doesn't support being restarted. Ulrich confirms that the call should be restartable.

Re: [stable] [patch 12/20] nfnetlink_log: fix reference counting

2007-03-10 Thread Greg KH
On Fri, Mar 09, 2007 at 10:18:03PM -0800, Greg KH wrote: -stable review patch. If anyone has any objections, please let us know. -- From: Michal Miroslaw [EMAIL PROTECTED] [NETFILTER]: nfnetlink_log: fix reference counting Fix reference counting (memory leak) problem in

Re: [PATCH 1/1] hotplug cpu: migrate a task within its cpuset

2007-03-10 Thread Ingo Molnar
* Cliff Wickman [EMAIL PROTECTED] wrote: With this patch, migrate the task to: 1) to any cpu on the same node as the disabled cpu, which is both online and among that task's cpus_allowed 2) to any online cpu within the task's cpuset 3) to any cpu which is both online and among that

2.6.21-rc3-mm2 (+hotfixes) -- BUG: atomic counter underflow at: [c0104d40] show_trace_log_lvl+0x1a/0x2f

2007-03-10 Thread Miles Lane
[ 36.623291] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0kdmprq [ 36.623297] ipw2200: Copyright(c) 2003-2006 Intel Corporation [ 36.623975] ACPI: PCI Interrupt :01:06.0[A] - GSI 18 (level, low) - IRQ 18 [ 36.624119] ipw2200: Detected Intel PRO/Wireless 2200BG Network

Re: [PATCH] Fix building kernel under Solaris 11_snv

2007-03-10 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 11:23:32PM +0100, Sam Ravnborg wrote: === --- linux-2.6.21-rc3.orig/scripts/kallsyms.c 2007-03-07 05:41:20.0 +0100 +++ linux-2.6.21-rc3/scripts/kallsyms.c 2007-03-07 23:46:46.249005000

Re: [PATCH/RFC] implement __attribute_discard_text/data__ and use it to leave out PM functions if !CONFIG_PM

2007-03-10 Thread Pavel Machek
Hi! This patch is the result from the following discussion. http://thread.gmane.org/gmane.linux.ide/16475 The problem is that CONFIG_PM affects a lot of low level drivers and scattering CONFIG_PM all over the place is too ugly. This patch... * implements __attribute_discard_text__

Re: PATCH: Fix VMI and COMPAT_VDSO for 2.6.21

2007-03-10 Thread Ingo Molnar
* Zachary Amsden [EMAIL PROTECTED] wrote: Zachary Amsden wrote: VMI is broken under COMPAT_VDSO, as Xen and other non hardware assisted hypervisors will be. I have been working on a fix for this which works for older glibcs that panic when the new relocatable VDSO is used. However, I

Re: [patch 2/3] fs: introduce perform_write aop

2007-03-10 Thread Christoph Hellwig
On Fri, Mar 09, 2007 at 03:33:01PM -0800, Mark Fasheh wrote: -kernel_write() as opposed to genericizing -perform_write() would be fine with me. Just so long as we get rid of -prepare_write and -commit_write in that other kernel code doesn't call them directly. That interface just doesn't work

[PATCH 1/4]: ufs2 more correct work with time

2007-03-10 Thread Evgeniy Dushistov
This patch corrects work with time in UFS2 case. 1)According to UFS2 disk layout modification/access and so on time should be hold in two variables one 64bit for seconds and another 32bit for nanoseconds, at now for some unknown reason we suppose that inode time holds in three variables 32bit

[PATCH 2/4]: ufs: prepare write + change blocks on the fly

2007-03-10 Thread Evgeniy Dushistov
This patch fixes change blocks numbers on the fly in case when prepare write page is in the call chain, in this case some buffers may be not uptodate and not mapped, we should care to map them and load from disk. This patch was tested with: ufs regressions simple tests fsx-linux ltp(20060306)

[PATCH 3/4]: ufs: zeroize the rest of block in truncate

2007-03-10 Thread Evgeniy Dushistov
This patch fix behaviour in such test scenario: lseek(fd, BIG_OFFSET) write(fd, buf, sizeof(buf)) truncate(BIG_OFFSET) truncate(BIG_OFFSET + sizeof(buf)) read(fd, buf...) Because of if file big enough(BIG_OFFSET) we start allocate space by block, ordinary block size page size, so we should

[PATCH 4/4]: ufs2 tindirect truncate fix

2007-03-10 Thread Evgeniy Dushistov
During modification of code to support UFS2 writing, the case with three indirect blocks in truncate path was missed, this patch fixes this situation. Signed-off-by: Evgeniy Dushistov [EMAIL PROTECTED] --- Index: linux-2.6.21-rc3-git6/fs/ufs/truncate.c

Re: [PATCH] Complain about missing system calls.

2007-03-10 Thread Martin Schwidefsky
On Fri, 2007-03-09 at 19:54 +0100, Andi Kleen wrote: We need additional gunk for syscalls that can be called from SPEs on cell Can that gunk not be auto generated? I know s390 does in some cases, but it looks quite auto generatable to me. The system call tables and the compat wrapper

Re: [PATCH 1/4]: ufs2 more correct work with time

2007-03-10 Thread Christoph Hellwig
On Sat, Mar 10, 2007 at 12:30:02PM +0300, Evgeniy Dushistov wrote: This patch corrects work with time in UFS2 case. 1)According to UFS2 disk layout modification/access and so on time should be hold in two variables one 64bit for seconds and another 32bit for nanoseconds, at now for some

Re: [PATCH] Complain about missing system calls.

2007-03-10 Thread Martin Schwidefsky
On Fri, 2007-03-09 at 20:00 +0100, Andi Kleen wrote: Not everybody has a simple indexed list of pointers :) For example, for vax-linux, we use a struct per syscall with the expected number of on-stack longwords for the call. So if something new is coming up, please keep in mind that it

Re: 2.6.21-rc3-mm2 (+hotfixes) -- BUG: atomic counter underflow at: [c0104d40] show_trace_log_lvl+0x1a/0x2f

2007-03-10 Thread Andrew Morton
On Sat, 10 Mar 2007 01:26:19 -0800 Miles Lane [EMAIL PROTECTED] wrote: [ 36.623291] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0kdmprq [ 36.623297] ipw2200: Copyright(c) 2003-2006 Intel Corporation [ 36.623975] ACPI: PCI Interrupt :01:06.0[A] - GSI 18 (level, low)

Re: dead(?) header files in the source tree

2007-03-10 Thread Robert P. J. Day
On Sat, 10 Mar 2007, Armin Schindler wrote: On Fri, 9 Mar 2007, Robert P. J. Day wrote: following up on an earlier post by stefan richter, i wrote a brute-force little script that scanned the source tree, looking for header files that weren't included from *anywhere* in the tree. what

Re: dead(?) header files in the source tree

2007-03-10 Thread Armin Schindler
On Fri, 9 Mar 2007, Robert P. J. Day wrote: following up on an earlier post by stefan richter, i wrote a brute-force little script that scanned the source tree, looking for header files that weren't included from *anywhere* in the tree. what turned up was the following:

Re: Sleeping thread not receive signal until it wakes up

2007-03-10 Thread Luong Ngo
On 3/10/07, Sergey Vlasov [EMAIL PROTECTED] wrote: On Fri, 9 Mar 2007 16:10:29 -0800 Luong Ngo wrote: Thanks Parav, adding singal_allow(SIGALRM) wakeup the blocking interruptible_sleep_on and checking the signal_pending would return true now. This means that there is also a bug in your

[patch] kobject: kobject_shadow_add cleanup

2007-03-10 Thread Dmitriy Monakhov
- correct function name in comments - parrent assignment does metter only inside if block, so move it inside this block. Signed-off-by: Monakhov Dmitriy [EMAIL PROTECTED] diff --git a/lib/kobject.c b/lib/kobject.c index b94f208..e4b477d 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@

Re: [PATCH][RSDL-mm 0/6] Rotating Staircase DeadLine scheduler for -mm

2007-03-10 Thread Con Kolivas
On Saturday 10 March 2007 18:25, Con Kolivas wrote: What follows this email is a series of patches for the RSDL cpu scheduler as found in 2.6.21-rc3-mm1. This series is for 2.6.21-rc3-mm2 and has some bugfixes for the issues found so far. While it is not clear that I've attended to all the

Re: [PATCH][RSDL-mm 0/6] Rotating Staircase DeadLine scheduler for -mm

2007-03-10 Thread Nicolas Mailhot
Oops ⇒ http://bugzilla.kernel.org/show_bug.cgi?id=8166 -- Nicolas Mailhot signature.asc Description: Ceci est une partie de message numériquement signée

Problem: cat /dev/my_ttyS0 is not blocked

2007-03-10 Thread Mockern
Hi, I have a problem with cat /dev/my_ttyS0 (see strace output below). cat function is not blocked. I don't understand why it is not stopped at read(0, __ and terminated? Thank you -- execve(/bin/cat, [cat], [/* 12

Re: Where is Linux 2.6.20.2?

2007-03-10 Thread Tetsuo Handa
Cong WANG wrote: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.2.tar.bz2 isn't it what you want? It's currently 404 (Not Found) error. http://www2.kernel.org/ page is still showing 2.6.20.1 although it once showed 2.6.20.2 . - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 8/9] Driver core: fix error by cleanup up symlinks properly

2007-03-10 Thread Dmitriy Monakhov
Greg Kroah-Hartman [EMAIL PROTECTED] writes: From: James Simmons [EMAIL PROTECTED] When a device fails to register the class symlinks where not cleaned up. This left a symlink in the /sys/class/device/ directory that pointed to no where. This caused the sysfs_follow_link Oops I reported

PROBLEM: Make nenuconfig does not save parameters.

2007-03-10 Thread Vladimir
Here's the problem: 1. Unpack the kernel sources, run make menuconfig. 2. Mark the necessary options. 3. Pick Save an alternate configuration file, enter a filename (e.g. /root/kernelcfg) 4. Pick Exit. -5. Configurator exits without saving. If type make bzImage, it builtd all the default

[PATCH v2] Bitbanging i2c bus driver using the GPIO API

2007-03-10 Thread Haavard Skinnemoen
This is a very simple bitbanging i2c bus driver utilizing the new arch-neutral GPIO API. Useful for chips that don't have a built-in i2c controller, additional i2c busses, or testing purposes. To use, include something similar to the following in the board-specific setup code: #include

Re: 2.6.21-rc3-mm1

2007-03-10 Thread Mariusz Kozlowski
Hello, iMac G3 build fails: CC drivers/macintosh/adbhid.o drivers/macintosh/adbhid.c: In function 'adbhid_init': drivers/macintosh/adbhid.c:1275: error: too many arguments to function 'register_sysctl_table' make[2]: *** [drivers/macintosh/adbhid.o] Blad 1 make[1]: ***

Re: [PATCH][RSDL-mm 0/6] Rotating Staircase DeadLine scheduler for -mm

2007-03-10 Thread Con Kolivas
On Saturday 10 March 2007 22:49, Nicolas Mailhot wrote: Oops ⇒ http://bugzilla.kernel.org/show_bug.cgi?id=8166 Thanks very much. I can't get your config to boot on qemu, but could you please try this debugging patch? It's not a patch you can really run the machine with but might find where

Re: [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Sam Vilain
Paul Jackson wrote: But namespace has well-established historical semantics too - a way of changing the mappings of local * to global objects. This accurately describes things liek resource controllers, cpusets, resource monitoring, etc. No! Cpusets don't rename or change the mapping

Re: [ckrm-tech] [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Sam Vilain
Herbert Poetzl wrote: On Wed, Mar 07, 2007 at 11:44:58PM -0700, Eric W. Biederman wrote: I really don't much care as long as we don't start redefining container as something else. I think the IBM guys took it from solaris originally which seems to define a zone as a set of isolated

Re: [PATCH 0/2] resource control file system - aka containers on top of nsproxy!

2007-03-10 Thread Paul Jackson
Sam wrote: But when you apply this to something like cpusets, it gets a little abstract. Just a tad abstract grin. Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson [EMAIL PROTECTED] 1.925.600.0401 -

[PATCH] Fix atomicity of TIF update in flush_thread() for sparc64

2007-03-10 Thread Mathieu Desnoyers
Fix atomicity of TIF update in flush_thread() for sparc64 Fixes correctly the race by using *_ti_thread_flag. Race : parent process executing : sys_ptrace() (lock_kernel()) (ptrace_get_task_struct(pid)) arch_ptrace() ptrace_detach() ptrace_disable(child);

[PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread Mathieu Desnoyers
Fix sparc TIF_USEDFPU flag atomicity Non atomic update of TIF can be very dangerous, except at thread structure creation time. Here I standardize the TIF_USEDFPU usage of the sparc arch. This fix addresses the issue with *_ti_thread_flag(). Applies on 2.6.20. Signed-off-by: Mathieu Desnoyers

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread William Lee Irwin III
On Sat, Mar 10, 2007 at 03:17:43AM -0500, Mathieu Desnoyers wrote: @@ -348,7 +348,7 @@ void exit_thread(void) #ifndef CONFIG_SMP if(last_task_used_math == current) { #else - if(current_thread_info()-flags _TIF_USEDFPU) { + if(test_ti_thread_flag(current_thread_info(),

Re: [PATCH] Fix atomicity of TIF update in flush_thread() for sparc64

2007-03-10 Thread David Miller
From: Mathieu Desnoyers [EMAIL PROTECTED] Date: Sat, 10 Mar 2007 03:08:44 -0500 Fix atomicity of TIF update in flush_thread() for sparc64 Applied, thanks for fixing this up. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread David Miller
From: Mathieu Desnoyers [EMAIL PROTECTED] Date: Sat, 10 Mar 2007 03:17:43 -0500 Fix sparc TIF_USEDFPU flag atomicity Also applied, thanks again. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread David Miller
From: William Lee Irwin III [EMAIL PROTECTED] Date: Sat, 10 Mar 2007 00:26:46 -0800 On Sat, Mar 10, 2007 at 03:17:43AM -0500, Mathieu Desnoyers wrote: @@ -348,7 +348,7 @@ void exit_thread(void) #ifndef CONFIG_SMP if(last_task_used_math == current) { #else -

Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity

2007-03-10 Thread William Lee Irwin III
On Sat, 10 Mar 2007 00:26:46 -0800, William Lee Irwin III [EMAIL PROTECTED] wrote: Oh dear. Could we bit a bit more idiomatic here? For instance, something like: On Sat, Mar 10, 2007 at 12:29:44AM -0800, David Miller wrote: Ok I pulled the sparc32 patch back out until there is some consensus

Re: libata-acpi: allow _GTF on SATA, but disable on PATA for now

2007-03-10 Thread Jeff Garzik
Linux Kernel Mailing List wrote: Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df33c77e3981e71afc8727ee5c432ba1a1bba68c Commit: df33c77e3981e71afc8727ee5c432ba1a1bba68c Parent: 908e0a8a265fe8057604a9a30aec3f0be7bb5ebb Author: Kristen

Re: Where is Linux 2.6.20.2?

2007-03-10 Thread Jan Engelhardt
On Mar 10 2007 21:52, Tetsuo Handa wrote: Date: Sat, 10 Mar 2007 21:52:23 +0900 From: Tetsuo Handa [EMAIL PROTECTED] To: [EMAIL PROTECTED], linux-kernel@vger.kernel.org Subject: Re: Where is Linux 2.6.20.2? Cong WANG wrote: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.2.tar.bz2

<    1   2   3   4   5   6   >