Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Ray Lee
On 5/9/07, Nick Piggin <[EMAIL PROTECTED]> wrote: Ray Lee wrote: > On 5/9/07, Nick Piggin <[EMAIL PROTECTED]> wrote: > >> You said it helped with the updatedb problem. That says we should look at >> why it is going bad first, and for example improve use-once algorithms. >> After we do that, then

Re: [PATCH -mm] timer: parenthesis fix in tbase_get_deferrable() etc.

2007-05-09 Thread Jarek Poplawski
On Wed, May 09, 2007 at 11:59:39PM +0530, Satyam Sharma wrote: > On 5/9/07, Pallipadi, Venkatesh <[EMAIL PROTECTED]> wrote: > > > >>-Original Message- > >>From: Jarek Poplawski [mailto:[EMAIL PROTECTED] > >>Sent: Tuesday, May 08, 2007 10:32 PM > >>To: Andrew Morton > >>Cc: Pallipadi,

Different scheduler behavior between 2.4 and 2.6

2007-05-09 Thread Quan Sun
Hi, Recently I met a problem on different scheduler behavior between 2.4.22 and 2.6.18.8. The application works as a proxy, it listen on an interface, connect through another interface. This application works on a box with two Xeon cpu, each of them is hyper-threading. On 2.4.22, CPU0 serve

Re: [GIT PULL] MMC updates

2007-05-09 Thread Pierre Ossman
Russell King wrote: > See the comments immediately above and below its use. > > Welcome to buggy hardware. > > I've read through the erratum, and to me it seems like the bug affects all long replies, not just these codes. So I think the code should be fixed to look at the response flag, not

Re: Section mismatch warnings (was Re: [PATCH] early_pfn_to_nid needs to be __meminit)

2007-05-09 Thread Yasunori Goto
Add to CC: Sam-san. :-) > On Wed, 2007-05-09 at 14:45 -0500, Linas Vepstas wrote: > > On Wed, May 09, 2007 at 06:51:15PM +0200, Gabriel Paubert wrote: > > > On Thu, May 10, 2007 at 02:25:52AM +1000, Stephen Rothwell wrote: > > > > This removes a section mismatch warning in those circumstances. >

Re: [PATCH 2/3] Add hard_irq_disable()

2007-05-09 Thread Andrew Morton
On Thu, 10 May 2007 15:25:58 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > --- linux-cell.orig/include/linux/interrupt.h 2007-05-10 14:51:22.0 > +1000 > +++ linux-cell/include/linux/interrupt.h 2007-05-10 15:18:04.0 > +1000 > @@ -241,6 +241,16 @@ static inline

Re: [PATCH 3/3] stop_machine() now uses hard_irq_disable

2007-05-09 Thread Rusty Russell
On Thu, 2007-05-10 at 15:25 +1000, Benjamin Herrenschmidt wrote: > Add a call to hard_irq_disable() to stop_machine so that we make sure > IRQs are really disabled and not only lazy-disabled on archs like > powerpc as some users of stop_machine() may rely on that. > > Signed-off-by: Benjamin

Re: [patch 7/9] lguest: the net driver

2007-05-09 Thread Jeff Garzik
Rusty Russell wrote: Hi Jeff, Thanks for your review. Questions below. On Wed, 2007-05-09 at 08:28 -0400, Jeff Garzik wrote: [EMAIL PROTECTED] wrote: +static void transfer_packet(struct net_device *dev, ... + hcall(LHCALL_SEND_DMA, peer_key(info,peernum), __pa(), 0); __pa()

Re: [patch 1/7] libata: check for AN support

2007-05-09 Thread Andrew Morton
On Thu, 10 May 2007 01:14:38 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > >> + *@dev: Device to which command will be sent > >> + * > >> + *Issue SET FEATURES - SATA FEATURES command to device @dev > >> + *on port @ap. > >> + * > >> + *

[PATCH 1/3] powerpc: Fixup hard_irq_disable semantics

2007-05-09 Thread Benjamin Herrenschmidt
This patch renames the raw hard_irq_{enable,disable} into __hard_irq_{enable,disable} and introduces a higher level hard_irq_disable() function that can be used by any code to enforce that IRQs are fully disabled, not only lazy disabled. The difference with the __ versions is that it will update

[PATCH 2/3] Add hard_irq_disable()

2007-05-09 Thread Benjamin Herrenschmidt
Some architectures, like powerpc, implement lazy disabling of interrupts. That means that on those, local_irq_disable() doesn't actually disable interrupts on the CPU, but only sets some per CPU flag which cause them to be disabled only if an interrupt actually occurs. However, in some cases,

[PATCH 3/3] stop_machine() now uses hard_irq_disable

2007-05-09 Thread Benjamin Herrenschmidt
Add a call to hard_irq_disable() to stop_machine so that we make sure IRQs are really disabled and not only lazy-disabled on archs like powerpc as some users of stop_machine() may rely on that. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> kernel/stop_machine.c |2 ++ 1 file

Re: [PATCH 2.6.21] m32r: Fix switch_to macro to push/pop frame pointer if needed

2007-05-09 Thread Andrew Morton
On Thu, 10 May 2007 13:58:36 +0900 Hirokazu Takata <[EMAIL PROTECTED]> wrote: > +#if defined(CONFIG_FRAME_POINTER) > +|| !defined(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER) hm, I didn't know that the preprocessor permitted that. I'll stick a \ in there to be safe. - To unsubscribe from this

Re: [patch 1/7] libata: check for AN support

2007-05-09 Thread Jeff Garzik
Andrew Morton wrote: + * @dev: Device to which command will be sent + * + * Issue SET FEATURES - SATA FEATURES command to device @dev + * on port @ap. + * + * LOCKING: + * PCI/etc. bus probe sem. + * + * RETURNS: + * 0 on success, AC_ERR_* mask otherwise. + */ ooh,

Re: [patch 06/10] Linux Kernel Markers - Non optimized architectures

2007-05-09 Thread Alexey Dobriyan
On Wed, May 09, 2007 at 09:56:01PM -0400, Mathieu Desnoyers wrote: > This patch also includes marker code for non optimized architectures. > include/asm-alpha/marker.h | 13 + > include/asm-arm/marker.h | 13 + > include/asm-arm26/marker.h | 13

Re: [patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-09 Thread Alexey Dobriyan
On Wed, May 09, 2007 at 09:55:57PM -0400, Mathieu Desnoyers wrote: > --- /dev/null > +++ linux-2.6-lttng/include/linux/marker.h > @@ -0,0 +1,124 @@ > +#ifdef __KERNEL__ Just don't add this file to include/linux/Kbuild and remove __KERNEL__ ifdef. > ---

Re: Kconfig warnings on latest GIT

2007-05-09 Thread Simon Horman
On Tue, May 08, 2007 at 03:11:52PM -0500, Timur Tabi wrote: > Kim Phillips wrote: > >On Tue, 8 May 2007 00:04:14 +0300 > >Ismail Dönmez <[EMAIL PROTECTED]> wrote: > >>drivers/net/Kconfig:2279:warning: 'select' used by config symbol 'UCC_GETH' > >>refers to undefined symbol 'UCC_FAST' > >looks

Re: [patch 1/7] libata: check for AN support

2007-05-09 Thread Andrew Morton
On Wed, 9 May 2007 16:38:09 -0700 Kristen Carlson Accardi <[EMAIL PROTECTED]> wrote: > /** > + * ata_dev_set_AN - Issue SET FEATURES - SATA FEATURES > + * with sector count set to indicate > + * Asynchronous Notification feature I think kenreldoc

Re: [PATCH 2/2] Use write_trylock_irqsave in ptrace_attach

2007-05-09 Thread Sripathi Kodi
On Thursday 10 May 2007 07:20, Andrew Morton wrote: > On Wed, 9 May 2007 14:13:27 +0530 Sripathi Kodi <[EMAIL PROTECTED]> wrote: > > Hi, > > > > This patch makes ptrace_attach use write_trylock_irqsave. > > > > Signed-off-by: Sripathi Kodi <[EMAIL PROTECTED]> > > > > --- > > kernel/ptrace.c |

[PATCH 2.6.21] m32r: Fix switch_to macro to push/pop frame pointer if needed

2007-05-09 Thread Hirokazu Takata
Hello, This patch fixes a rarely-happened but severe scheduling problem of the recent m32r kernel of 2.6.17-rc3 or later. In the following previous m32r patch, the switch_to macro was modified not to do unnecessary push/pop operations for tuning. > [PATCH] m32r: update switch_to macro for tuning

[PATCH 2.6.21] m32r: Fix tme_handler to check _PAGE_PRESENT bit

2007-05-09 Thread Hirokazu Takata
Fix the tlb-miss handler (tme_handler) to check _PAGE_PRESENT bit in order to handle file-mapped or swapped-out pages correctly. This patch is required to fix unexpected page errors for m32r. Signed-off-by: Hitoshi Yamamoto <[EMAIL PROTECTED]> Signed-off-by: Hirokazu Takata <[EMAIL PROTECTED]>

[PATCH 2.6.21] m32r: Fix pte_to_pgoff(), pgoff_to_pte() and __swp_type() macros

2007-05-09 Thread Hirokazu Takata
This patch is required to handle file-mapped or swapped-out pages correctly. - Fix pte_to_pgoff() and pgoff_to_pte() macros not to include _PAGE_PROTNONE bit of PTE. Mask value for { ACCESSED, N, (R, W, X), L, G } is not 0xef but 0x7f. - Fix __swp_type() macro for MAX_SWAPFILES_SHIFT(=5),

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Adrian Bunk
On Thu, May 10, 2007 at 12:23:53AM -0400, Jeff Garzik wrote: > Adrian Bunk wrote: >> It had been sent twice to both linux-kernel and netdev, and when going >> through old linux-kernel emails I considered it trivial enough (people >> might argue about dead email addresses, but not about dead

Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-09 Thread Balbir Singh
Paul Jackson wrote: > Balbir wrote: >> Thanks for the script. Would you like to contribute this script to >> LTP for wider availability and testing? > > Sounds good - though I'm a tad lazy, and don't know how to contribute > this to the LTP. > > You're welcome to contribute it yourself, if

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Adrian Bunk
On Thu, May 10, 2007 at 12:22:59AM -0400, Jeff Garzik wrote: > Adrian Bunk wrote: >> I thought it was just an informal tag to mark which people did agree with >> the patch (and the line between your "Makes good sense to me." and a "Feel >> free to add my ACK to this" is really thin). > > No, the

Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-09 Thread Paul Jackson
Balbir wrote: > Thanks for the script. Would you like to contribute this script to > LTP for wider availability and testing? Sounds good - though I'm a tad lazy, and don't know how to contribute this to the LTP. You're welcome to contribute it yourself, if that's easier for you, or to point me

Re: [BUG][debian-2.6.20-1-686] bridging + vlans + "vconfig rem" == stuck kernel

2007-05-09 Thread Kyle Moffett
On May 10, 2007, at 00:25:54, Ben Greear wrote: Kyle Moffett wrote: vconfig D 83CCD8CE 0 16564 16562 (NOTLB) efdd7e7c 0086 ee120afb 83ccd8ce 98f00788 b7083ffa 5384b49a c76c0b05 9ebaf791 0004 efdd7e4e 0007 f1468a90 2ab74174 0362

Re: [PATCH (trivial)] Fix wrong identifier name in Documentation/kref.txt

2007-05-09 Thread Satyam Sharma
Hi Adrian, Nobody seems to have picked this up -- I didn't see it in the other trivial stuff you pushed to Linus earlier today (my mistake, I hadn't copied you in the original post), and it's not in the latest git either. If somebody can please pick this up for upstream ... Thanks, Satyam

Re: Announcing free software drivers for the new Intel® 965GM Express Chipset

2007-05-09 Thread Jeff Garzik
Great news. Here's hoping that Intel produces a standalone video card eventually, to further take away market share from closed source competitors. Jeff, not biased at all... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [BUG][debian-2.6.20-1-686] bridging + vlans + "vconfig rem" == stuck kernel

2007-05-09 Thread Ben Greear
Kyle Moffett wrote: vconfig D 83CCD8CE 0 16564 16562 (NOTLB) efdd7e7c 0086 ee120afb 83ccd8ce 98f00788 b7083ffa 5384b49a c76c0b05 9ebaf791 0004 efdd7e4e 0007 f1468a90 2ab74174 0362 0326 f1468b9c c180e420 0001 0286

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Jeff Garzik
Adrian Bunk wrote: It had been sent twice to both linux-kernel and netdev, and when going through old linux-kernel emails I considered it trivial enough (people might argue about dead email addresses, but not about dead URLs). I could send such patches to Andrew for that he includes them in

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Jeff Garzik
Adrian Bunk wrote: I thought it was just an informal tag to mark which people did agree with the patch (and the line between your "Makes good sense to me." and a "Feel free to add my ACK to this" is really thin). No, the line is easy and obvious: if there is any doubt, DO NOT ASSUME. If

RE: Definition of fairness (was Re: [patch] CFS scheduler, -v11)

2007-05-09 Thread David Schwartz
> Ex: consider two equally important tasks T1 and T2 running on > same CPU and > whose execution nature is: > > T1 = 100% cpu hog > T2 = 60% cpu hog (run for 600ms, sleep for 400ms) > > Over a arbitrary observation period of 10 sec, > > T1 was ready to run for all 10sec >

Re: [ckrm-tech] [PATCH 1/9] Containers (V9): Basic container framework

2007-05-09 Thread Balbir Singh
Paul Jackson wrote: > Balbir wrote: > > 1) Testing batch schedulers against cpusets: > > I doubt that the batch scheduler developers would be able to > extract a cpuset test from their tests, or be able to share it if > they did. Their tests tend to be large tests of batch

Re: [PATCH 5/6] UML - Monitor stack usage

2007-05-09 Thread Andrew Morton
On Wed, 9 May 2007 16:27:22 -0400 Jeff Dike <[EMAIL PROTECTED]> wrote: > In preparation for reducing stack size, add a machanism to see how > much of a kernel stack is used. This fills a new stack with 0x6b on > allocation and sees where the lowest non-0x6b byte is on process > exit. It keeps

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Adrian Bunk
On Thu, May 10, 2007 at 01:04:24AM +0200, Jesper Juhl wrote: > On 10/05/07, Jeff Garzik <[EMAIL PROTECTED]> wrote: >> Linux Kernel Mailing List wrote: >> > Gitweb: >> http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c2a8c531e953c753b06605c8ad6a9161ca527fa >> >

Re: [patch] removes MAX_ARG_PAGES

2007-05-09 Thread Ollie Wild
On 5/9/07, Rob Landley <[EMAIL PROTECTED]> wrote: Just FYI, a really really quick and dirty way of testing this sort of thing on more architectures and you're likely to physically have? Does this properly emulate caching? On parisc, cache coherency was the main issue we ran into. I suspect

Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Con Kolivas
On Thursday 10 May 2007 13:48, Ray Lee wrote: > On 5/9/07, Nick Piggin <[EMAIL PROTECTED]> wrote: > > You said it helped with the updatedb problem. That says we should look at > > why it is going bad first, and for example improve use-once algorithms. > > After we do that, then swap prefetching

Re: remove broken URLs from net drivers' output

2007-05-09 Thread Adrian Bunk
On Wed, May 09, 2007 at 06:41:22PM -0400, Jeff Garzik wrote: > Linux Kernel Mailing List wrote: >> Gitweb: >> http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c2a8c531e953c753b06605c8ad6a9161ca527fa >> Commit: 2c2a8c531e953c753b06605c8ad6a9161ca527fa >>

Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Nick Piggin
Ray Lee wrote: On 5/9/07, Nick Piggin <[EMAIL PROTECTED]> wrote: You said it helped with the updatedb problem. That says we should look at why it is going bad first, and for example improve use-once algorithms. After we do that, then swap prefetching might still help, which is fine. Nick,

[PATCH] net: trivial MLX4_DEBUG dependency fix.

2007-05-09 Thread Paul Mundt
First SLUB_DEBUG, and now this.. CONFIG_MLX4_DEBUG works out to a def_bool y for those that have CONFIG_EMBEDDED set. Make it depend on MLX4_CORE.. I'll let someone else wonder why debugging output is default enabled, this seems to be a worrying trend as of late. Signed-off-by: Paul Mundt

Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Ray Lee
On 5/9/07, Nick Piggin <[EMAIL PROTECTED]> wrote: You said it helped with the updatedb problem. That says we should look at why it is going bad first, and for example improve use-once algorithms. After we do that, then swap prefetching might still help, which is fine. Nick, if you're

Re: [rfc] optimise unlock_page

2007-05-09 Thread Nick Piggin
On Wed, May 09, 2007 at 08:33:15PM +0100, Hugh Dickins wrote: > > Not good enough, I'm afraid. It looks like Ben's right and you need > a count - and counts in the page struct are a lot harder to add than > page flags. > > I've now played around with the hangs on my three 4CPU machines > (all

Re: [PATCH 1/2] Introduce write_trylock_irqsave

2007-05-09 Thread Satyam Sharma
On 5/9/07, Sripathi Kodi <[EMAIL PROTECTED]> wrote: Hi, I am trying to fix the BUG I mentioned here: http://lkml.org/lkml/2007/04/20/41. I noticed that an elegant way to solve this problem is to have a write_trylock_irqsave helper function. Since we don't have this now, the code in

[PATCH 2/3] v4l: saa7134: enable ir-remote for 10moons TM300 card

2007-05-09 Thread Tony Wan
Enable the IR-remote of the 10moons TM300 card and add the key-codes for it's remote. But to enable all the keys, "IR_KEYTAB_SIZE", the size of code tables should be at least 256. It has been tested using lirc. All the key codes are accepted. This patch depends on the "[PATCH 1/3] v4l: Support

[PATCH 3/3] v4l: enlarge the size of ir-key table to 256

2007-05-09 Thread Tony Wan
Some IR-remote will produce key codes larger than 128. Enlarge the size IR_KEYTAB_SIZE to 256 to enable all the keys. Signed-off-by: Tony Wan <[EMAIL PROTECTED]> --- include/media/ir-common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/media/ir-common.h

Re: [Bugme-new] [Bug 8462] New: applications under wine freezes

2007-05-09 Thread Andrew Morton
On Wed, 9 May 2007 19:37:05 -0700 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8462 Let's do this via emailed reply-to-all, please. bugzilla is more appropriate for tracking of longer-term bugs. >Summary: applications under wine freezes > Kernel

[PATCH 1/3] v4l: saa7134: add support for 10moons TM300 card

2007-05-09 Thread Tony Wan
Support the 10moons TM300 TV card (so called TV Master 3), which is a 10moons saa7130 based board. Here not include features for the IR-remote. It has been tested using TVTIME. The card was auto-detected and all the input sources worked correct with sound. Signed-off-by: Tony Wan <[EMAIL

Re: [PATCH 1/6] IB/ehca: Serialize hypervisor calls in ehca_register_mr()

2007-05-09 Thread Roland Dreier
thanks, it all looks fine... I'll apply when I'm back from my trip on Monday. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[BUG][debian-2.6.20-1-686] bridging + vlans + "vconfig rem" == stuck kernel

2007-05-09 Thread Kyle Moffett
I've managed to fairly reliably trigger a deadlock in some portion of the linux networking code on my Debian test box (using the debian kernel linux-image-2.6.20-1-686). I'm pretty sure that it's a race condition of some sort as it doesn't trigger if I ifdown the interfaces one by one,

[patch 04/10] Linux Kernel Markers - PowerPC optimized version

2007-05-09 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Cc: Paul Mackerras <[EMAIL PROTECTED]> Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- arch/powerpc/kernel/Makefile |1 arch/powerpc/kernel/marker.c | 25

[patch 05/10] Linux Kernel Markers - i386 optimized version

2007-05-09 Thread Mathieu Desnoyers
[EMAIL PROTECTED]: marker exports must be EXPORT_SYMBOL_GPL] Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- arch/i386/kernel/Makefile |1 arch/i386/kernel/marker.c | 99

[patch 07/10] Linux Kernel Markers - Documentation

2007-05-09 Thread Mathieu Desnoyers
Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- Documentation/marker.txt | 266 +++ 1 file changed, 266

[patch 08/10] Defines the linker macro EXTRA_RWDATA for the marker data section.

2007-05-09 Thread Mathieu Desnoyers
Defines the linker macro EXTRA_RWDATA for the marker data section. It puts the marker data in a separate section that will not pollute the normal .data section, which minimize the cache impact. Markers need such a special section because they define a lot of spreaded and small data structures at

Re: [patch 00/10] Linux Kernel Markers for 2.6.21-mm2

2007-05-09 Thread Andrew Morton
On Wed, 09 May 2007 21:55:55 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > He is an updated, folded, version of the Linux Kernel Markers. It replaces the > version found in 2.6.21-mm2 at the exact same spot in the series file. urgh. That basically takes us back to square one with

Re: + fix-spellings-of-slab-allocator-section-in-init-kconfig.patch added to -mm tree

2007-05-09 Thread Matt Mackall
On Thu, May 10, 2007 at 11:00:17AM +1000, Nick Piggin wrote: > Andrew Morton wrote: > >On Wed, 09 May 2007 12:02:29 +1000 > >Nick Piggin <[EMAIL PROTECTED]> wrote: > > > > > >>BTW, we _really_ should be doing RCU properly in slob, because you > >>technically can't noop RCU on UP (even though the

[PATCH] libata: add human-readable error value decoding

2007-05-09 Thread Robert Hancock
This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure out the meaning of the bits in these registers when

[patch 10/10] Port of blktrace to the Linux Kernel Markers.

2007-05-09 Thread Mathieu Desnoyers
Here is a proof of concept patch, for demonstration purpose, of moving blktrace to the markers. A few remarks : this patch has the positive effect of removing some code from the block io tracing hot paths, minimizing the i-cache impact in a system where the io tracing is compiled in but inactive.

[patch 09/10] Linux Kernel Markers - Use EXTRA_RWDATA in architectures

2007-05-09 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- arch/alpha/kernel/vmlinux.lds.S|1 + arch/arm/kernel/vmlinux.lds.S |1 + arch/arm26/kernel/vmlinux-arm26-xip.lds.in |1 +

[patch 02/10] Linux Kernel Markers, architecture independent code.

2007-05-09 Thread Mathieu Desnoyers
[EMAIL PROTECTED]: marker exports must be EXPORT_SYMBOL_GPL] Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- include/asm-generic/vmlinux.lds.h | 13 + include/linux/marker.h|

[patch 06/10] Linux Kernel Markers - Non optimized architectures

2007-05-09 Thread Mathieu Desnoyers
This patch also includes marker code for non optimized architectures. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- include/asm-alpha/marker.h | 13 + include/asm-arm/marker.h | 13 +

[patch 01/10] Linux Kernel Markers - Add kconfig menus for the marker code

2007-05-09 Thread Mathieu Desnoyers
With the increasing complexity of today's user-space application and the wide deployment of SMP systems, the users need an increasing understanding of the behavior and performance of a system across multiple processes/different execution contexts/multiple CPUs. In applications such as large

[patch 03/10] Allow userspace applications to use marker.h to parse the markers section in the kernel binary.

2007-05-09 Thread Mathieu Desnoyers
One of the things I'm starting to work on is adding support for your kernel markers to systemtap. I know the marker stuff is still in a bit of flux because you are trying to meet the (sometimes conflicting) requirements of the people on lkml. One of the things systemtap is going to need is to be

[patch 00/10] Linux Kernel Markers for 2.6.21-mm2

2007-05-09 Thread Mathieu Desnoyers
Hi Andrew, He is an updated, folded, version of the Linux Kernel Markers. It replaces the version found in 2.6.21-mm2 at the exact same spot in the series file. Main changes : - It renames the MARK() trace_mark(), as suggested by Christoph Hellwig. - It now defines the structures contained out

Re: [PATCH] time locale in gen_initramfs_list.sh

2007-05-09 Thread Rob Landley
On Wednesday 09 May 2007 8:09 pm, Andrew Morton wrote: > hm, --time-style sounds rather gnu-specific and perhaps we'd rather not > add that requirement. Or perhaps we already require gnu ls, dunno. Running this sort of thing with busybox instead of the gnu tools is why I sent the gawk/awk

Announcing free software drivers for the new Intel® 965GM Express Chipset

2007-05-09 Thread Keith Packard
The Intel® 965GM Express Chipset represents the first mobile product that implements fourth generation Intel graphics architecture. Designed to support advanced rendering features in modern graphics APIs, this chipset includes support for programmable vertex, geometry, and fragment shaders.

Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Nick Piggin
Con Kolivas wrote: On Thursday 10 May 2007 10:05, Nick Piggin wrote: I'm not the gatekeeper and it is completely up to you whether you want to work on something or not... but I'm sure you understand where I was coming from when I suggested it doesn't get merged yet. No matter how you spin

Re: Please revert 5b479c91da90eef605f851508744bfe8269591a0 (md partition rescan)

2007-05-09 Thread Linus Torvalds
On Thu, 10 May 2007, Neil Brown wrote: > > Hi Linus, > Could you please revert > > 5b479c91da90eef605f851508744bfe8269591a0 Done. (But Andrew never saw your email, I suspect: "[EMAIL PROTECTED]" is probably some strange mixup of Andrew Morton and Andi Kleen in your mind ;)

Re: [PATCH 2/2] Use write_trylock_irqsave in ptrace_attach

2007-05-09 Thread Andrew Morton
On Wed, 9 May 2007 14:13:27 +0530 Sripathi Kodi <[EMAIL PROTECTED]> wrote: > Hi, > > This patch makes ptrace_attach use write_trylock_irqsave. > > Signed-off-by: Sripathi Kodi <[EMAIL PROTECTED]> > > --- > kernel/ptrace.c |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) > >

[patch 1/1] powerpc prom.c - Remove #undef printk

2007-05-09 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- arch/powerpc/kernel/prom.c |2 -- 1 file changed, 2 deletions(-) Index: linux-2.6-lttng/arch/powerpc/kernel/prom.c === --- linux-2.6-lttng.orig/arch/powerpc/kernel/prom.c

[patch 0/1] Remove #undef printk in powerpc prom.c

2007-05-09 Thread Mathieu Desnoyers
Hi Paul, Is there a reason why there is a #undef printk in arch/powerpc/kernel/prom.c ? It looks a little odd... Mathieu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 - To

[git patch] move USB net drivers to drivers/net

2007-05-09 Thread Jeff Garzik
This was ACK'd by Greg, as you see in the sign-offs. See the commit below for rationale. USB is now treated like other buses, for network drivers: * USB network driver patches should go to me and netdev * Just like in PCI or PCMCIA land, bus-specific code may originate from the USB side of

Re: swap-prefetch: 2.6.22 -mm merge plans

2007-05-09 Thread Con Kolivas
On Thursday 10 May 2007 10:05, Nick Piggin wrote: > Con Kolivas wrote: > > Well how about that? That was the difference with a swap _file_ as I > > said, but I went ahead and checked with a swap partition as I used to > > have. I didn't notice, but somewhere in the last few months, swap > >

Re: lguest re-review

2007-05-09 Thread Rusty Russell
On Wed, 2007-05-09 at 17:50 -0700, Andrew Morton wrote: > On Thu, 10 May 2007 10:24:08 +1000 > Rusty Russell <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-05-09 at 02:51 -0700, Andrew Morton wrote: > > > Some concern was expressed over the lguest review status, so I shall send > > > the patches

Re: 2.6.21-git10/11: files getting truncated on xfs? or maybe an nlink problem?

2007-05-09 Thread David Chinner
On Wed, May 09, 2007 at 05:54:09PM -0700, Jeremy Fitzhardinge wrote: > David Chinner wrote: > > Suspend-resume, eh? > > > > There's an immediate suspect. Can you test this specifically for us? > > i.e. download a known good file set, do some stuff, suspend, resume, > > then check the files? If it

[patch 1/1] x86_64 : fix default_do_nmi() missing return after a if ()

2007-05-09 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> Index: linux-2.6-lttng/arch/x86_64/kernel/traps.c === --- linux-2.6-lttng.orig/arch/x86_64/kernel/traps.c 2007-05-09 17:29:51.0 -0400 +++

[patch 0/1] Fix default_do_nmi on x86_64 in 2.6.21-mm2

2007-05-09 Thread Mathieu Desnoyers
Hi Andrew, I guess it's the expected behavior for default_do_nmi on x86_64 : there is a new case tested in the -mm tree but it lacks the appropriate return. It applies at the end of the 2.6.21-mm2 patch series. Mathieu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole

Re: lguest re-review

2007-05-09 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > I don't get it. Does lguest no longer need this code, or will > it be reintroduced with an lguest merge, or something else? No longer needed. For the short term lguest has a separate entry point. For the long term 2.6.23 we will rev the boot

Re: [patch] removes MAX_ARG_PAGES

2007-05-09 Thread Rob Landley
On Wednesday 09 May 2007 4:48 pm, Andrew Morton wrote: > On Sun, 6 May 2007 01:51:34 -0700 > "Ollie Wild" <[EMAIL PROTECTED]> wrote: > > > A while back, I sent out a preliminary patch > > (http://thread.gmane.org/gmane.linux.ports.hppa/752) to remove the > > MAX_ARG_PAGES limit on command line

Re: + fix-spellings-of-slab-allocator-section-in-init-kconfig.patch added to -mm tree

2007-05-09 Thread Nick Piggin
Andrew Morton wrote: On Wed, 09 May 2007 12:02:29 +1000 Nick Piggin <[EMAIL PROTECTED]> wrote: BTW, we _really_ should be doing RCU properly in slob, because you technically can't noop RCU on UP (even though the current users may be safe...). Patch attached to do that. Does it work?

Re: [PATCH 1/5] fallocate() implementation in i86, x86_64 and powerpc

2007-05-09 Thread David Chinner
On Wed, May 09, 2007 at 09:31:02PM +0530, Amit K. Arora wrote: > I have the updated patches ready which take care of Andrew's comments. > Will run some tests and post them soon. > > But, before submitting these patches, I think it will be better to finalize > on certain things which might be

Re: 2.6.21-git10/11: files getting truncated on xfs? or maybe an nlink problem?

2007-05-09 Thread Jeremy Fitzhardinge
David Chinner wrote: > Suspend-resume, eh? > > There's an immediate suspect. Can you test this specifically for us? > i.e. download a known good file set, do some stuff, suspend, resume, > then check the files? If it doesn't show up the first time, can > you do it a few times just to rule it out?

Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage

2007-05-09 Thread yhlu
On 5/9/07, Gerd Hoffmann <[EMAIL PROTECTED]> wrote: Refine SCREEN_INFO sanity check for vgacon initialization. Checking video mode field only to see whenever SCREEN_INFO is initialized is not enougth, in some cases it is zero although a vga card is present. Lets additionally check cols and

Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage

2007-05-09 Thread Eric W. Biederman
"H. Peter Anvin" <[EMAIL PROTECTED]> writes: > Obviously not, but it was more of a comment on the apparent assumption > that doing so would be simple. Reasonable comment then. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: lguest re-review

2007-05-09 Thread Andrew Morton
On Thu, 10 May 2007 10:24:08 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > On Wed, 2007-05-09 at 02:51 -0700, Andrew Morton wrote: > > Some concern was expressed over the lguest review status, so I shall send > > the patches out again for people to review, to test, to make observations > >

Re: 2.6.21-git10/11: files getting truncated on xfs? or maybe an nlink problem?

2007-05-09 Thread David Chinner
On Wed, May 09, 2007 at 05:04:36PM -0700, Jeremy Fitzhardinge wrote: > David Chinner wrote: > > Seems very unlikely. Have you unmounted and mounted the filesystem > > (or rebooted or suspended) between the files being seen good and > > the files being seen bad? > > > > There was definitely a

Re: [patch] ACPI: fix oops after dock driver fails to initialize

2007-05-09 Thread Andrew Morton
On Tue, 08 May 2007 18:39:55 -0400 Chuck Ebbert <[EMAIL PROTECTED]> wrote: > You didn't write much. Oh, it was an attachment. thwap. > ACPI: fix oops after dock driver fails to initialize > > The driver tests the dock_station pointer for nonnull > to check whether it has initialized

Re: + fix-spellings-of-slab-allocator-section-in-init-kconfig.patch added to -mm tree

2007-05-09 Thread Andrew Morton
On Wed, 09 May 2007 12:02:29 +1000 Nick Piggin <[EMAIL PROTECTED]> wrote: > BTW, we _really_ should be doing RCU properly in slob, because you > technically can't noop RCU on UP (even though the current users may be > safe...). > > Patch attached to do that. Does it work? - To unsubscribe from

[git patches] libata fixes, minor updates

2007-05-09 Thread Jeff Garzik
Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: Documentation/kernel-parameters.txt |8 --- drivers/ata/libata-acpi.c |3 +- drivers/ata/libata-core.c |

Please revert 5b479c91da90eef605f851508744bfe8269591a0 (md partition rescan)

2007-05-09 Thread Neil Brown
Hi Linus, Could you please revert 5b479c91da90eef605f851508744bfe8269591a0 It causes an oops when auto-detecting raid arrays, and it doesn't seem easy to fix. The array may not be 'open' when do_md_run is called, so bdev->bd_disk might be NULL, so bd_set_size can oops. I cannot really open

PCMCIA on ppc64, and the joys of io port ranges on mmio-only platforms

2007-05-09 Thread Olof Johansson
Hi, We've got a very simple CF interface on our eval board, sitting on localbus with a couple of gpios for control. mem and i/o port ranges are mapped to two mmio ranges, i.e. 0xf000 and 0xf100 in our case. I've got a pcmcia driver for the slot to handle all the probing, etc. It

Re: lguest re-review

2007-05-09 Thread Rusty Russell
On Wed, 2007-05-09 at 02:51 -0700, Andrew Morton wrote: > Some concern was expressed over the lguest review status, so I shall send > the patches out again for people to review, to test, to make observations > about the author's personal appearance, etc. Thanks Andrew, This means I can

Re: 2.6.21-git11: BUG in loop.ko

2007-05-09 Thread Jeremy Fitzhardinge
Andrew Morton wrote: > On Wed, 09 May 2007 16:52:41 -0700 > Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > > >> Seems to be getting a 0 refcount. I don't see anything in the recent >> changes which might cause this, but this is relatively new behaviour. >> It was working for me in the

Re: [git patches] libata updates

2007-05-09 Thread Jeff Garzik
Jesse Barnes wrote: On Sunday, April 29, 2007 9:15 am Jeff Garzik wrote: Noteworthy changes: * remove combined mode PCI quirk. IDE driver selection (libata or old-IDE) is now determined purely by module load order. * new driver API, that is far more like other kernel APIs:

Re: [PATCH] sata_nv: fix ADMA freeze/thaw/irq_clear issues

2007-05-09 Thread Jeff Garzik
Robert Hancock wrote: This patch fixes some problems with ADMA-capable controllers with regard to freeze, thaw and irq_clear libata callbacks. Freeze and thaw didn't switch the ADMA-specific interrupts on or off, and more critically the irq_clear function didn't respect the restriction that

Re: [patch 4/9] lguest: the asm offsets

2007-05-09 Thread Rusty Russell
On Wed, 2007-05-09 at 22:46 +0200, Sam Ravnborg wrote: > On Wed, May 09, 2007 at 02:51:36AM -0700, [EMAIL PROTECTED] wrote: > > From: Rusty Russell <[EMAIL PROTECTED]> > > > > This is the structure offsets required by lg.ko's switcher.S. > > > > Unfortunately we don't have infrastructure for

Re: [PATCH] time locale in gen_initramfs_list.sh

2007-05-09 Thread Andrew Morton
On Tue, 8 May 2007 07:55:26 +0200 Florian Fainelli <[EMAIL PROTECTED]> wrote: > I noticed that some zsh users who forced their ls formatting to something non > standard could not generate the initramfs file list. Forcing the locale to C > while generating seems not to be enough. Adding

Re: [bisect] NFS regression breaks X

2007-05-09 Thread Trond Myklebust
On Wed, 2007-05-09 at 15:52 -0700, Andrew Morton wrote: > It's a bit rough that Jeff spent a large amount of time hunting down an > already-known bug. That's normally my job :( The bug was reported by Florin Iucha (on lkml!) on Saturday. It has only just been debugged, and I was in fact in the

Re: [PATCH] libata: fallback to the other IDENTIFY on device error

2007-05-09 Thread Jeff Garzik
Tejun Heo wrote: It seems the world isn't as frank as we thought and some devices lie about who they are. Fallback to the other IDENTIFY if IDENTIFY fails with device error. As this is the strategy used by IDE for a long time, it shouldn't cause too much problem. Signed-off-by: Tejun Heo

Re: 2.6.21-git10/11: files getting truncated on xfs? or maybe an nlink problem?

2007-05-09 Thread Jeremy Fitzhardinge
David Chinner wrote: > Seems very unlikely. Have you unmounted and mounted the filesystem > (or rebooted or suspended) between the files being seen good and > the files being seen bad? > There was definitely a suspend-resume, and maybe a reboot. I'll try again later on. J - To

  1   2   3   4   5   6   7   8   9   10   >