Re: [PATCH] Chinese translation of Documentation/HOWTO

2007-06-19 Thread Greg KH
On Wed, Jun 20, 2007 at 05:22:49AM +, dave young wrote: > Hi, > 2007/6/20, Li Yang-r58472 <[EMAIL PROTECTED]>: > > > -Original Message- > > > From: dave young [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, June 20, 2007 9:58 AM > > > To: WANG Cong > > > Cc: Li Yang-r58472;

[RFC PATCH 4/4] Directory listing support for union mounted directories.

2007-06-19 Thread Bharata B Rao
From: Bharata B Rao <[EMAIL PROTECTED]> Subject: Directory listing support for union mounted directories. Modifies readdir()/getdents() to support union mounted directories. This patch adds support to readdir()/getdents() to read directory entries from all the directories of the union stack, and

[RFC PATCH 3/4] Lookup changes to support union mount.

2007-06-19 Thread Bharata B Rao
From: Bharata B Rao <[EMAIL PROTECTED]> Subject: Lookup changes to support union mount. Adds support for looking up dentries inside a union mount point. This patch modifies the do_lookup() routine to look beyond the top layer for union mount points/directories. Union mount versions of dcache and

[RFC PATCH 2/4] Mount changes to support union mount.

2007-06-19 Thread Bharata B Rao
From: Bharata B Rao <[EMAIL PROTECTED]> Subject: Mount changes to support union mount. Adds union mount support. This patch adds a new mount type for union mount (MNT_UNION) and changes the mount path to build a union stack during mount. The routines for supporting the creation, traversal and

[RFC PATCH 1/4] Union mount documentation.

2007-06-19 Thread Bharata B Rao
From: Bharata B Rao <[EMAIL PROTECTED]> Subject: Union mount documentation. Adds union mount documentation. Signed-off-by: Bharata B Rao <[EMAIL PROTECTED]> --- Documentation/union-mounts.txt | 232 + 1 files changed, 232 insertions(+) --- /dev/null +++

[RFC PATCH 0/4] New approach to VFS based union mount

2007-06-19 Thread Bharata B Rao
Hi, The earlier approach to VFS based union mounts posted here didn't work for all cases of mounts (specially bind mounts). Hence, I have worked on this new approach which is more generic and hopefully should work in most cases. This approach fundamentally changes the way union stacks are

can't suspend on vaio sz (rc4 and rc5 are ok) [was Re: 2.6.22-rc4-mm2]

2007-06-19 Thread Mattia Dongili
On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/ Hello, on this vaio sz72b I can't suspend if usb-storage is loaded. Bisecting is becoming troublesome as different sets have slightly

Re: [PATCH] Chinese translation of Documentation/HOWTO

2007-06-19 Thread dave young
Hi, 2007/6/20, Li Yang-r58472 <[EMAIL PROTECTED]>: > -Original Message- > From: dave young [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 20, 2007 9:58 AM > To: WANG Cong > Cc: Li Yang-r58472; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; TripleX Chung; > Maggie Chen; Tejun Heo;

RE: [PATCH] Chinese translation of Documentation/HOWTO

2007-06-19 Thread Li Yang-r58472
> -Original Message- > From: dave young [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 20, 2007 9:58 AM > To: WANG Cong > Cc: Li Yang-r58472; linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; TripleX Chung; > Maggie Chen; Tejun Heo; Fengguang Wu; Chen Li-jun > Subject: Re: [PATCH]

Re: [PATCH] Chinese translation of Documentation/HOWTO

2007-06-19 Thread WANG Cong
On Wed, Jun 20, 2007 at 12:14:59AM +0800, Li Yang-r58472 wrote: >Hi Wangcong, > >Thanks for your comments. Most of the comments are literal. I don't >believe all of them are necessary as language is a matter of personal >preference. :) I will consider your suggestions carefully and pick up

Re: Some thoughts on memory policies

2007-06-19 Thread Christoph Lameter
On Wed, 20 Jun 2007, Paul Mundt wrote: > There's quite a bit of room for improving and extending the existing > code, and those options should likely be exhausted first. There is a confusing maze of special rules if one goes beyond the simple process address space case. There are no clean rules

Re: Versioning file system

2007-06-19 Thread H. Peter Anvin
Trond Myklebust wrote: >> >> I assume NetApp flags the directory specially so that a POSIX directory >> read doesn't get it. I've seen that done elsewhere. > > No. The directory is quite visible with a standard 'ls -a'. Instead, > they simply mark it as a separate volume/filesystem: i.e. the

Re: Change in default vm_dirty_ratio

2007-06-19 Thread Andrew Morton
On Wed, 20 Jun 2007 00:24:34 -0400 Dave Jones <[EMAIL PROTECTED]> wrote: > On Mon, Jun 18, 2007 at 04:47:11PM -0700, Andrew Morton wrote: > > > Frankly, I find it very depressing that the kernel defaults matter. These > > things are trivially tunable and you'd think that after all these

Re: [PATCH 7/12] acpi: fix another compile warning

2007-06-19 Thread Len Brown
On Tuesday 19 June 2007 23:51, Randy Dunlap wrote: > On Tue, 19 Jun 2007 20:49:34 -0700 Randy Dunlap wrote: > > > On Tue, 19 Jun 2007 23:38:02 -0400 Len Brown wrote: > > > > > On Tuesday 19 June 2007 18:50, Andreas Herrmann wrote: > > > > Avoid compile warning if !ACPI_BLACKLIST_YEAR > > > > >

Re: [PATCH] remove usage of memmem from scripts/kallsyms.c

2007-06-19 Thread Mike Frysinger
On Tuesday 19 June 2007, Satyam Sharma wrote: > On 6/19/07, Paulo Marques <[EMAIL PROTECTED]> wrote: > > The only in-kernel user of "memmem" is scripts/kallsyms.c and it only > > uses it to find tokens that are 2 bytes in size. It is trivial to > > replace it with a simple function that finds

Re: [PATCH 12/12] acpi: select ACPI_EC for SONY_LAPTOP

2007-06-19 Thread Mattia Dongili
On Wed, Jun 20, 2007 at 12:52:25AM +0200, Andreas Herrmann wrote: > Fix kernel build problem as SONY_LAPTOP depends on ACPI_EC. The same questions about ACPI_SYSTEM and ACPI_POWER surviving oldconfig hold here. See also http://lkml.org/lkml/2007/5/15/168 and following for a previous report. In

Re: Change in default vm_dirty_ratio

2007-06-19 Thread Dave Jones
On Mon, Jun 18, 2007 at 04:47:11PM -0700, Andrew Morton wrote: > Frankly, I find it very depressing that the kernel defaults matter. These > things are trivially tunable and you'd think that after all these years, > distro initscripts would be establishing the settings, based upon expected >

Re: [patch] add printk_ratelimit to atkbd_interrupt

2007-06-19 Thread Dmitry Torokhov
On Tuesday 19 June 2007 21:17, Qi Yong wrote: > Add printk_ratelimit() to atkbd_interrupt(). I get "Spurious ACK" messages > flushing on my > screen. This patch helps to read the screen. > Will apply, thank you. Do you have any idea why you are getting spurios ACK messages? Do you have an

[PATCH] Workaround change_page_attr() and global_flush_tlb() df_list inconsistency on i386

2007-06-19 Thread Mathieu Desnoyers
* Mathieu Desnoyers ([EMAIL PROTECTED]) wrote: > Looking more closely into the code to find the cause of the > change_page_addr()/global_flush_tlb() inconsistency, I see where the > problem could be: > > In arch/i386/mm/pageattr.c: > __change_page_attr adds the page to the df_list for deferred

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Dave Neuer
On 6/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: it was the ability of the linux kernel to adapt to vastly different hardware (including embeded hardware) that made Linux what it is today. Which is why NetBSD is currently poised to take over the world... Dave - To unsubscribe from

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Dave Neuer
On 6/19/07, Al Boldi <[EMAIL PROTECTED]> wrote: Scott Preece wrote: > On 6/19/07, Al Boldi <[EMAIL PROTECTED]> wrote: > > Nicolas Mailhot wrote: > > > Tivo didn't make the Linux success. More Tivos can definitely undo it. > > > > I don't think so. > > > > First, it's not Linux that made success,

Re: Some thoughts on memory policies

2007-06-19 Thread Paul Mundt
On Mon, Jun 18, 2007 at 01:22:08PM -0700, Christoph Lameter wrote: > 1. Memory policies must be attachable to a variety of objects > > - System policies. The system policy is currently not > modifiable. It may be useful to be able to set this. > Small NUMA systems may want to run with

Please pull from 'for_linus' branch

2007-06-19 Thread Kumar Gala
Linus, Please pull from 'for_linus' branch at master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_linus To get a fix for 2.6.22 to the rheap allocator that was causing multiple instances of the UCC ethernet driver to fail because it was running out of memory due to wasting

Re: [PATCH 7/12] acpi: fix another compile warning

2007-06-19 Thread Randy Dunlap
On Tue, 19 Jun 2007 20:49:34 -0700 Randy Dunlap wrote: > On Tue, 19 Jun 2007 23:38:02 -0400 Len Brown wrote: > > > On Tuesday 19 June 2007 18:50, Andreas Herrmann wrote: > > > Avoid compile warning if !ACPI_BLACKLIST_YEAR > > > > > > CC drivers/acpi/blacklist.o > > >

Re: [PATCH 7/12] acpi: fix another compile warning

2007-06-19 Thread Randy Dunlap
On Tue, 19 Jun 2007 23:38:02 -0400 Len Brown wrote: > On Tuesday 19 June 2007 18:50, Andreas Herrmann wrote: > > Avoid compile warning if !ACPI_BLACKLIST_YEAR > > > > CC drivers/acpi/blacklist.o > > drivers/acpi/blacklist.c:76:5: warning: "CONFIG_ACPI_BLACKLIST_YEAR" is > > not defined

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Benjamin Herrenschmidt
On Tue, 2007-06-19 at 19:15 -0700, Davide Libenzi wrote: > Ok, why instead don't we go for something like the attached patch? > We exclude sync signals from signalfd, but we don't limit signalfd to > shared signals. Ie, we should be able to fetch a signal sent with > sys_tkill() to threads

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread david
On Wed, 20 Jun 2007, Al Boldi wrote: Scott Preece wrote: On 6/19/07, Al Boldi <[EMAIL PROTECTED]> wrote: Nicolas Mailhot wrote: Tivo didn't make the Linux success. More Tivos can definitely undo it. I don't think so. First, it's not Linux that made success, but rather GNU that uses Linux

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread david
On Tue, 19 Jun 2007, Alexandre Oliva wrote: On Jun 19, 2007, [EMAIL PROTECTED] wrote: if you also make the assumption that the company won't use propriatary software instead then I think you would get agreement. Ah, good point. When I posed the one of the two cases of the inicial scenario

Re: [-RT] multiple streams have degraded performance

2007-06-19 Thread Vernon Mauery
On Monday 18 June 2007 10:12:21 pm Vernon Mauery wrote: > In looking at the performance characteristics of my network I found that > 2.6.21.5-rt15 suffers from degraded thoughput with multiple threads. The > test that I did this with is simply invoking 1, 2, 4, and 8 instances of > netperf at a

Re: [PATCH 7/12] acpi: fix another compile warning

2007-06-19 Thread Len Brown
On Tuesday 19 June 2007 18:50, Andreas Herrmann wrote: > Avoid compile warning if !ACPI_BLACKLIST_YEAR > > CC drivers/acpi/blacklist.o > drivers/acpi/blacklist.c:76:5: warning: "CONFIG_ACPI_BLACKLIST_YEAR" is not > defined How were you able to produce a .config with

Re: [PATCH 5/12] acpi: fix compile error with ACPI && !ACPI_SYSTEM

2007-06-19 Thread Len Brown
On Tuesday 19 June 2007 18:49, Andreas Herrmann wrote: > Fix build error if ACPI && !ACPI_SYSTEM as > bus.c depended on event.c How were you able to get ACPI & !ACPI_SYSTEM to survive "make oldconfig"? -Len > Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> > --- > drivers/acpi/bus.c |

Re: [PATCH 3/12] acpi: fix compile error with ACPI && !ACPI_POWER

2007-06-19 Thread Len Brown
On Tuesday 19 June 2007 18:48, Andreas Herrmann wrote: > Fix compile error with ACPI && !ACPI_POWER as bus.c > depends on power.c How were you able to set CONFIG_ACPI_POWER=n to cause this compile error? When I do that, "make oldconfig" forces it to =y. -Len > Signed-off-by: Andreas Herrmann

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Dave Neuer
On 6/19/07, Jan Harkes <[EMAIL PROTECTED]> wrote: You keep referring to the four freedoms so I googled for them and found http://www.gnu.org/philosophy/free-sw.html So which of the freedoms did Tivo take away? * The freedom to run the program, for any purpose (freedom 0). * The

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Al Boldi
Scott Preece wrote: > On 6/19/07, Al Boldi <[EMAIL PROTECTED]> wrote: > > Nicolas Mailhot wrote: > > > Tivo didn't make the Linux success. More Tivos can definitely undo it. > > > > I don't think so. > > > > First, it's not Linux that made success, but rather GNU that uses Linux > > as its kernel.

Re: JIT emulator needs

2007-06-19 Thread Albert Cahalan
On 6/19/07, William Lee Irwin III <[EMAIL PROTECTED]> wrote: On Fri, Jun 08, 2007 at 02:35:22AM -0400, Albert Cahalan wrote: Right now, Linux isn't all that friendly to JIT emulators. Here are the problems and suggestions to improve the situation. There is an SE Linux execmem restriction that

Re: [PATCH, RFD]: Unbreak no-mmu mmap

2007-06-19 Thread Bryan Wu
On Wed, 2007-06-20 at 12:00 +0900, Paul Mundt wrote: > On Fri, Jun 08, 2007 at 03:53:49PM +0200, Bernd Schmidt wrote: > > diff --git a/mm/nommu.c b/mm/nommu.c > > index 2b16b00..7480a95 100644 > > --- a/mm/nommu.c > > +++ b/mm/nommu.c > [snip] > > + /* > > +* Must always set the

Re: [PATCH, RFD]: Unbreak no-mmu mmap

2007-06-19 Thread Paul Mundt
On Fri, Jun 08, 2007 at 03:53:49PM +0200, Bernd Schmidt wrote: > diff --git a/mm/nommu.c b/mm/nommu.c > index 2b16b00..7480a95 100644 > --- a/mm/nommu.c > +++ b/mm/nommu.c [snip] > + /* > + * Must always set the VM_SPLIT_PAGES flag for single-page allocations, > + * to avoid trying

Re: [PATCH] Chinese translation of Documentation/HOWTO

2007-06-19 Thread Bryan Wu
On Tue, 2007-06-19 at 22:21 +0800, Li Yang wrote: > This is a Chinese translated version of Documentation/HOWTO. > Currently > Chinese involvement in Linux kernel is very low, especially comparing > to > its largest population base. Language could be the main obstacle. > Hope > this document

Re: Versioning file system

2007-06-19 Thread Kyle Moffett
On Jun 19, 2007, at 03:58:57, Bron Gondwana wrote: On Mon, Jun 18, 2007 at 11:10:42PM -0400, Kyle Moffett wrote: On Jun 18, 2007, at 13:56:05, Bryan Henderson wrote: The question remains is where to implement versioning: directly in individual filesystems or in the vfs code so all filesystems

Re: [PATCH, RFD]: Unbreak no-mmu mmap

2007-06-19 Thread Bryan Wu
On Tue, 2007-06-19 at 19:26 -0400, Robin Getz wrote: > On Fri 8 Jun 2007 09:53, Bernd Schmidt pondered: > > Here's a patch to move nommu mmap/munmap ever so slightly closer to mmu > > behaviour. The motivation for this is to be able to deselect uClibc's > > UCLIBC_UCLINUX_BROKEN_MUNMAP config

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Scott Preece
On 6/19/07, Al Boldi <[EMAIL PROTECTED]> wrote: Nicolas Mailhot wrote: > > Tivo didn't make the Linux success. More Tivos can definitely undo it. > I don't think so. First, it's not Linux that made success, but rather GNU that uses Linux as its kernel. And, believe it or not, when people say

Re: [RFC][Patch 2/3]integrity: IMA as an integrity service provider

2007-06-19 Thread James Morris
On Mon, 18 Jun 2007, Mimi Zohar wrote: > +/* what could we exclude > + * - non-executable/non-library files ? > + * - /proc /dev ? > + * Only measure files opened for read-only or execute > + */ > +static int skip_measurement(struct inode *inode, int mask) > +{ > + if

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Davide Libenzi
On Wed, 20 Jun 2007, Benjamin Herrenschmidt wrote: > On Tue, 2007-06-19 at 16:49 -0700, Davide Libenzi wrote: > > > Actually, I think signalfd is fine as is, with Ben's patch applied. > > Signalfd should only fetch shared signals, not specific ones (in any > > case). > > The only advantage of

Re: [rtc-linux] [PATCH 1/2] rtc: add rtc-m41txx driver

2007-06-19 Thread Atsushi Nemoto
On Wed, 20 Jun 2007 00:28:28 +0200, Alessandro Zummo <[EMAIL PROTECTED]> wrote: > I'd prefer if you change the name in rtc-m41t80 and add > the names of the supported chips in the Kconfig entry. OK, I will do. I thought M41ST94 also can be supported but that was wrong. From datasheets, the

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, "Josh Williams" <[EMAIL PROTECTED]> wrote: > On 6/18/07, Alexandre Oliva <[EMAIL PROTECTED]> wrote: >> Free Software is not about freedom of choice. That's an OSI slogan >> for "if you like, you can shoot your own foot, regardless of whether >> the shrapnel hurts people around

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Jan Harkes
On Tue, Jun 19, 2007 at 06:20:24PM -0300, Alexandre Oliva wrote: > On Jun 19, 2007, Jan Harkes <[EMAIL PROTECTED]> wrote: > > and which will most likely make GPLv3 software unusable for various > > applications ranging from medical equipment to financial transaction > > systems (and probably

Re: Problem with global_flush_tlb() on i386 in 2.6.22-rc4-mm2

2007-06-19 Thread Mathieu Desnoyers
* Anthony Liguori ([EMAIL PROTECTED]) wrote: > This is actually very conservative seeing as how disabling CR4.PGE > should be sufficient to flush global pages on modern processors. I > suspect you're getting preempted while it's running. > Sorry, I just realized that I rejected your

Re: 2.6.22-rc5 regression

2007-06-19 Thread Wang Zhenyu
On 2007.06.20 09:15:21 +, Wang Zhenyu wrote: > > I think for i965 we could have following patch to fix this, we may > fail if no IGD device got detected. > oops, missing 946G, what a name... Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]> --- diff --git a/drivers/char/agp/intel-agp.c

Freezes on sata_uli hd

2007-06-19 Thread TommyDrum
Hello everyone! I've got this problem from a while, and maybe this time I've nailed a portion of it; here goes: I'm running Gentoo Linux, latest stable gentoo-sources (2.6.20-r8). I'm having random freezes of the system, including no mouse or keyboard interaction (SysRq not working), all

[patch] add printk_ratelimit to atkbd_interrupt

2007-06-19 Thread Qi Yong
Add printk_ratelimit() to atkbd_interrupt(). I get "Spurious ACK" messages flushing on my screen. This patch helps to read the screen. Signed-off-by: Qi Yong <[EMAIL PROTECTED]> -- diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index be1fe46..13e6bd4 100644 ---

Re: GIT Packages for Debian Etch

2007-06-19 Thread Kyle Moffett
On Jun 19, 2007, at 19:37:51, Jeffrey Hundstad wrote: I'm just not going to let this go. Stable is synonymous with, well ummm, "stable." That means that I don't have 3000 changes a month, it's secure and the unexpected doesn't happen. It means I can write a lecture explaining how git

Re: Problem with global_flush_tlb() on i386 in 2.6.22-rc4-mm2

2007-06-19 Thread Mathieu Desnoyers
* Anthony Liguori ([EMAIL PROTECTED]) wrote: > Mathieu Desnoyers wrote: > >Hi, > > > >Trying to test my "Text Edit Lock" patches, I ran into a problem related > >to global_flush_tlb() not doing its job at updating the page flags when, > >it seems, the page has been recently accessed. Therefore, it

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Benjamin Herrenschmidt
On Tue, 2007-06-19 at 16:49 -0700, Davide Libenzi wrote: > Actually, I think signalfd is fine as is, with Ben's patch applied. > Signalfd should only fetch shared signals, not specific ones (in any > case). The only advantage of that additional patch is that it will allow any thread to fetch

Re: [PATCH] relay-file-read-start-pos-fix.patch

2007-06-19 Thread Masami Hiramatsu
Tom Zanussi wrote: > Hi, > > I haven't had a chance to test it myself yet, but it looks ok to me, > except for one problem noted below... Hi, Thank you so much! I'm preparing how it can reproduce. I'll send it as soon as possible. > Thanks for fixing it. > >> Signed-off-by: Masami Hiramatsu

Re: Problem with global_flush_tlb() on i386 in 2.6.22-rc4-mm2

2007-06-19 Thread Anthony Liguori
Mathieu Desnoyers wrote: Hi, Trying to test my "Text Edit Lock" patches, I ran into a problem related to global_flush_tlb() not doing its job at updating the page flags when, it seems, the page has been recently accessed. Therefore, it can only be reproduced by doing a couple of iterations. I

Re: 2.6.22-rc5 regression

2007-06-19 Thread Wang Zhenyu
On 2007.06.20 01:37:16 +, Carlo Wood wrote: > The result of this patch is that the kernel starts to print > "agpgart: Detected an Intel 965G Chipset." again with the usual > disastrous results. Now, that doesn't mean that this patch is > wrong - but it explains why the problem returns after

Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls

2007-06-19 Thread Arjan van de Ven
On Tue, 2007-06-19 at 16:34 -0700, Christoph Lameter wrote: > On Tue, 19 Jun 2007, Arjan van de Ven wrote: > > > > Otherwise you are locked into the use of GFP_ATOMIC. > > > > all callers pretty much are either in irq context or with spinlocks held. > > Good > > luck. it's also called

Re: [PATCH 2/12] acpi: select ACPI_EC for THINKPAD_ACPI

2007-06-19 Thread Henrique de Moraes Holschuh
On Wed, 20 Jun 2007, Andreas Herrmann wrote: > Fix kernel build problem: > > thinkpad_acpi.c:(.text+0x7486a): undefined reference to `ec_write' > > (as THINKPAD_ACPI depends on ACPI_EC) > > Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> > --- > drivers/misc/Kconfig |1 + > 1 files

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, Daniel Hazelton <[EMAIL PROTECTED]> wrote: > Company X has requirement for restriction Y > => License on product Z disallows restriction Y > => Product Z loses Company X and the exposure use in their product gives > => License on product Z is bad for the product >

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, [EMAIL PROTECTED] wrote: > if you also make the assumption that the company won't use propriatary > software instead then I think you would get agreement. Ah, good point. When I posed the one of the two cases of the inicial scenario as "no tivoization", I meant Free Software

Re: mea culpa on the meaning of Tivoization

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, Hans-Jürgen Koch <[EMAIL PROTECTED]> wrote: >> >> Let's just hope it never is, or that some influx of >> >> long-sighted comes in >> >> > Kernel programmers are short-sighted? What kind of arrogance is that? >> >> It's just stating the obvious. The upgrade path is a

Re: Versioning file system

2007-06-19 Thread Trond Myklebust
On Tue, 2007-06-19 at 16:35 -0700, Bryan Henderson wrote: > >We don't need a new special character for every > >> new feature. We've got one, and it's flexible enough to do what you > want, > >> as proven by NetApp's extremely successful implementation. > > I don't know NetApp's

Re: [linux-lvm] 2.6.22-rc5 XFS fails after hibernate/resume

2007-06-19 Thread David Chinner
On Tue, Jun 19, 2007 at 10:24:23AM +0100, David Greaves wrote: > David Greaves wrote: > so I cd'ed out of /scratch and umounted. > > I then tried the xfs_check. > > haze:~# xfs_check /dev/video_vg/video_lv > ERROR: The filesystem has valuable metadata changes in a log which needs to > be

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Josh Williams
On 6/18/07, Alexandre Oliva <[EMAIL PROTECTED]> wrote: ... derived from the Debian Free Software Guidelines, engineered to reflect the Free Software definition ... Yes, that's true, but it was modified in several key points. OSS and FS developers have a very similar approach to developing

[patch 0/2] HFS+: custom dentry hash and comparison operations

2007-06-19 Thread Duane Griffin
The HFS+ filesystem is case-insensitive and does automatic unicode decomposition by default, but does not provide custom dentry operations. This can lead to multiple dentries being cached for lookups on a filename with varying case and/or character (de)composition. These patches add custom dentry

[patch 1/2] HFS+: Refactor ASCII to unicode conversion routine for later reuse

2007-06-19 Thread Duane Griffin
Refactor existing HFS+ ASCII to unicode string conversion routine to split out character conversion functionality. This will be reused by the custom dentry hash and comparison routines. This approach avoids unnecessary memory allocation compared to using the string conversion routine directly in

[patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-19 Thread Duane Griffin
Add custom dentry hash and comparison operations for HFS+ filesystems that are case-insensitive and/or do automatic unicode decomposition. The new operations reuse the existing HFS+ ASCII to unicode conversion, unicode decomposition and case folding functionality. Signed-off-by: Duane Griffin

Re: 2.6.22-rc5 regression

2007-06-19 Thread Linus Torvalds
On Wed, 20 Jun 2007, Carlo Wood wrote: > On Mon, Jun 18, 2007 at 03:57:51PM -0700, Linus Torvalds wrote: > > > I'll redo the bisect with this new git. > > > > Thanks, > > Linus > > Well, I did a new 'git bisect' - and if you ask me - it is still broken. > > It's conclusion was

Re: xfs freeze/umount problem

2007-06-19 Thread David Chinner
On Tue, Jun 19, 2007 at 09:10:08AM +0100, David Greaves wrote: > David Chinner wrote: > > FWIW, I'm on record stating that "sync" is not sufficient to quiesce an > XFS > > filesystem for a suspend/resume to work safely and have argued that the > only > > safe thing to do is freeze the filesystem

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread david
On Tue, 19 Jun 2007, Alexandre Oliva wrote: Subject: Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 On Jun 19, 2007, [EMAIL PROTECTED] wrote: if a company doesn't care about tivoizing then they won't do it, it takes time and money to tivoize some product and it will cause headaches

Re: [Intel IOMMU 05/10] Intel IOMMU driver

2007-06-19 Thread Christoph Lameter
On Tue, 19 Jun 2007, Keshavamurthy, Anil S wrote: > Memory allocated during driver init is very less and not much benefit > with the suggested changes I think. Please correct me If I am wrong. If its just a small amount of memory then the benefit will not be large. You are likely right. > The

Re: [Intel IOMMU 05/10] Intel IOMMU driver

2007-06-19 Thread Keshavamurthy, Anil S
On Tue, Jun 19, 2007 at 04:32:23PM -0700, Christoph Lameter wrote: > On Tue, 19 Jun 2007, Keshavamurthy, Anil S wrote: > > > +static inline void *alloc_pgtable_page(void) > > +{ > > + return (void *)get_zeroed_page(GFP_ATOMIC); > > +} > > Need to pass gfp_t parameter. Repeates a couple of

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Daniel Hazelton
On Tuesday 19 June 2007 19:49:24 [EMAIL PROTECTED] wrote: > On Tue, 19 Jun 2007, Alexandre Oliva wrote: > > On Jun 19, 2007, [EMAIL PROTECTED] wrote: > >> remember, not all tivo models are locked down, > > > > Only the earliest that you can't find for sale any more, right? > > > >> as a result of

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread david
On Tue, 19 Jun 2007, Alexandre Oliva wrote: On Jun 19, 2007, [EMAIL PROTECTED] wrote: On Tue, 19 Jun 2007, Alexandre Oliva wrote: You're losing all that. based on the knowledge shown by these users you aren't loosing much. Remember, the sample is biased, the hackers who'd like to hack

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, "David Schwartz" <[EMAIL PROTECTED]> wrote: >> Right to control what software runs on the hardware is no different. >> For any hardware on which I can run the software, I'm a user there, >> and I'm entitled to the rights granted by the license. > Exactly. However, that right

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Davide Libenzi
On Tue, 19 Jun 2007, Oleg Nesterov wrote: > The commited "Fix signalfd interaction with thread-private signals" > (commit caec4e8dc85e0644ec24aeb36285e1ba02da58cc) doesn't implement > this. > > We can do something like > > int signalfd_dequeue_signal(struct task_struct *tsk, sigset_t

Re: 2.6.22-rc5 regression

2007-06-19 Thread Dave Jones
On Wed, Jun 20, 2007 at 01:37:16AM +0200, Carlo Wood wrote: > Personally I am convinced that the real problem is with > 985144db8f4cb7e56154b31bdf233d3550bf > > [AGPGART] intel_agp: fix device probe > > This patch trys to fix device probe in two cases. First we should >

Problem with global_flush_tlb() on i386 in 2.6.22-rc4-mm2

2007-06-19 Thread Mathieu Desnoyers
Hi, Trying to test my "Text Edit Lock" patches, I ran into a problem related to global_flush_tlb() not doing its job at updating the page flags when, it seems, the page has been recently accessed. Therefore, it can only be reproduced by doing a couple of iterations. I run on a Pentium 4 with the

Re: 2.6.22-rc5 regression

2007-06-19 Thread Carlo Wood
On Mon, Jun 18, 2007 at 03:57:51PM -0700, Linus Torvalds wrote: > > I'll redo the bisect with this new git. > > Thanks, > Linus Well, I did a new 'git bisect' - and if you ask me - it is still broken. It's conclusion was this time: hikaru:/usr/src/kernel/git/linux-2.6>git bisect

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, [EMAIL PROTECTED] wrote: > if a company doesn't care about tivoizing then they won't do it, it > takes time and money to tivoize some product and it will cause > headaches for the company. > their reasons for wanting to tivoize a product may be faulty, but they > think that the

Re: GIT Packages for Debian Etch

2007-06-19 Thread Jeffrey Hundstad
Christoph Lameter wrote: On Tue, 19 Jun 2007, Thomas Glanzmann wrote: The other choice that we developers usually make is to run either testing or unstable. "stable" is a synonym for obsolete ;-). I'm just not going to let this go. Stable is synonymous with, well ummm, "stable."

Re: Versioning file system

2007-06-19 Thread Bryan Henderson
>We don't need a new special character for every >> new feature. We've got one, and it's flexible enough to do what you want, >> as proven by NetApp's extremely successful implementation. I don't know NetApp's implementation, but I assume it is more than just a choice of special character.

Re: [Intel IOMMU 05/10] Intel IOMMU driver

2007-06-19 Thread Christoph Lameter
On Tue, 19 Jun 2007, Keshavamurthy, Anil S wrote: > +static inline void *alloc_pgtable_page(void) > +{ > + return (void *)get_zeroed_page(GFP_ATOMIC); > +} Need to pass gfp_t parameter. Repeates a couple of times. > + addr &= (((u64)1) << addr_width) - 1; > + parent = domain->pgd; >

Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls

2007-06-19 Thread Christoph Lameter
On Tue, 19 Jun 2007, Arjan van de Ven wrote: > > Otherwise you are locked into the use of GFP_ATOMIC. > > all callers pretty much are either in irq context or with spinlocks held. Good > luck. it's also called primarily from the PCI DMA API which doesn't take a > gfp_t argument in the first

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Alexandre Oliva
On Jun 19, 2007, [EMAIL PROTECTED] wrote: > On Tue, 19 Jun 2007, Alexandre Oliva wrote: >> You're losing all that. > based on the knowledge shown by these users you aren't loosing much. Remember, the sample is biased, the hackers who'd like to hack it are less likely to buy it, and some might

Re: 2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip

2007-06-19 Thread Bjorn Helgaas
On Saturday 16 June 2007 10:38:56 am Andrey Borzenkov wrote: > it appears that quirk is not even applied because PnP tells us device is not > active: > > [ 571.118483] pnp: PnP ACPI init > [ 571.118611] ACPI: bus type pnp registered > [ 571.158828] quirk_smc_enable: active = 0 > [

Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls

2007-06-19 Thread Arjan van de Ven
Christoph Lameter wrote: On Tue, 19 Jun 2007, Keshavamurthy, Anil S wrote: So far in our test scenario, we were unable to create any memory allocation failure inside dma map api calls. All these functions should have gfp_t flags passed to them. why? Otherwise you are locked into the use

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Daniel Hazelton
On Tuesday 19 June 2007 13:06:17 Alexandre Oliva wrote: > On Jun 19, 2007, Daniel Hazelton <[EMAIL PROTECTED]> wrote: > > On Tuesday 19 June 2007 04:04:52 Alexandre Oliva wrote: > >> On Jun 19, 2007, Daniel Hazelton <[EMAIL PROTECTED]> wrote: > >> > On Tuesday 19 June 2007 02:44:32 Alexandre Oliva

Re: [Intel IOMMU 06/10] Avoid memory allocation failures in dma map api calls

2007-06-19 Thread Christoph Lameter
On Tue, 19 Jun 2007, Keshavamurthy, Anil S wrote: > So far in our test scenario, we were unable to create > any memory allocation failure inside dma map api calls. All these functions should have gfp_t flags passed to them. Otherwise you are locked into the use of GFP_ATOMIC. If this is a

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Benjamin Herrenschmidt
On Tue, 2007-06-19 at 18:06 +0400, Oleg Nesterov wrote: > On 06/19, Benjamin Herrenschmidt wrote: > > > > On Tue, 2007-06-19 at 13:14 +0400, Oleg Nesterov wrote: > > > > > The commited "Fix signalfd interaction with thread-private signals" > > > (commit caec4e8dc85e0644ec24aeb36285e1ba02da58cc)

Re: [PATCH, RFD]: Unbreak no-mmu mmap

2007-06-19 Thread Robin Getz
On Fri 8 Jun 2007 09:53, Bernd Schmidt pondered: > Here's a patch to move nommu mmap/munmap ever so slightly closer to mmu > behaviour. The motivation for this is to be able to deselect uClibc's > UCLIBC_UCLINUX_BROKEN_MUNMAP config option, which speeds up malloc a > fair bit. I'm interested in

Re: Fix signalfd interaction with thread-private signals

2007-06-19 Thread Davide Libenzi
On Wed, 20 Jun 2007, Oleg Nesterov wrote: > Well, I think the kernel doesn't make any assumptions on that. It can't > guarantee the signal will be actually dequeued, to begin with. > > (That said, I probably missed something, in that case I'd like to be > educated. This is the real reason why I

Re: [patch 26/26] SLUB: Place kmem_cache_cpu structures in a NUMA aware way.

2007-06-19 Thread Christoph Lameter
Some fixups to this patch: Fix issues with per cpu kmem_cache_cpu arrays. 1. During cpu bootstrap we also need to bootstrap the per cpu array for the cpu in SLUB. kmem_cache_init is called while only a single cpu is marked online. 2. The size determination of the kmem_cache array is

Re: Versioning file system

2007-06-19 Thread H. Peter Anvin
Jan Harkes wrote: > > Still, anything that depends on increasing the length of file or path > names to refer to different versions will encounter problems for long > file names and deep paths because there is an upper limit on file and > path name lengths. > Then you have the Solaris variant --

[PATCH 9/12] sound: fix compile error (wrong declaration of devinitdata)

2007-06-19 Thread Andreas Herrmann
Fix compile error: CC sound/pci/ice1712/prodigy192.o sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a section type conflict ... but __initdata cannot be "const". Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> --- sound/pci/ice1712/prodigy192.c |2 +- 1

Re: Versioning file system

2007-06-19 Thread Jan Harkes
On Tue, Jun 19, 2007 at 03:13:33PM -0700, H. Peter Anvin wrote: > [EMAIL PROTECTED] wrote: > > > > the only trouble I ever had with the .snapshot approach is when tar or > > find would decend down into the .snapshot when I didn't really intend > > for it to do so. > > > > Netapp optionally made

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-19 Thread Al Boldi
Nicolas Mailhot wrote: > > Tivo didn't make the Linux success. More Tivos can definitely undo it. > I don't think so. First, it's not Linux that made success, but rather GNU that uses Linux as its kernel. And, believe it or not, when people say Linux, they really mean GNU. People could care

[PATCH 10/12] SLOB: fix build error if SLOB && !NUMA

2007-06-19 Thread Andreas Herrmann
Fix build error: LD .tmp_vmlinux1 arch/x86_64/kernel/built-in.o: In function `__cpu_up': : undefined reference to `kmalloc_node' kernel/built-in.o: In function `build_sched_domains': sched.c:(.text+0x41e7): undefined reference to `kmalloc_node' sched.c:(.text+0x42b5): undefined

[PATCH 6/12] acpi: fix compile warnings

2007-06-19 Thread Andreas Herrmann
Fix compile warnings: drivers/acpi/bus.c: In function 'acpi_bus_get_power': drivers/acpi/bus.c:162: warning: implicit declaration of function 'acpi_power_get_inferred_state' drivers/acpi/bus.c: In function 'acpi_bus_set_power': drivers/acpi/bus.c:232: warning: implicit declaration of

[PATCH 12/12] acpi: select ACPI_EC for SONY_LAPTOP

2007-06-19 Thread Andreas Herrmann
Fix kernel build problem as SONY_LAPTOP depends on ACPI_EC. Signed-off-by: Andreas Herrmann <[EMAIL PROTECTED]> --- drivers/misc/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0d6f369..463fa41 100644 ---

  1   2   3   4   5   6   7   8   9   10   >