Re: [patch] enable userspace cpu core voltage control with acpi-cpufreq

2007-09-02 Thread Arjan van de Ven
On Sun, 2 Sep 2007 16:41:32 +0200 (CEST) <[EMAIL PROTECTED]> wrote: > please add me as CC to any answear to that post. > > > Hello, > i want to make a patch known that provides a userspace interface to > control the core voltage of a computer processor(s). (of course doing this scares the beje

Re: [PATCH -mm] sb16: Shut up uninitialized var build warning

2007-09-02 Thread Rene Herman
On 09/02/2007 10:15 PM, Satyam Sharma wrote: sound/isa/sb16/sb16.c: In function ‘snd_sb16_isa_probe’: Blah. Your message has: Content-Type: TEXT/PLAIN; charset=iso-2022-jp This apparently is caused by a combination of GCC using groovy UTF tickmarks in its error messages when in a UT

Re: [ANNOUNCE] GIT 1.5.3

2007-09-02 Thread Junio C Hamano
Sean <[EMAIL PROTECTED]> writes: > On Sun, 02 Sep 2007 10:57:03 +0100 > "H. Peter Anvin" <[EMAIL PROTECTED]> wrote: > >> From the looks of it, there is still a git-p4, it just moved to contrib >> and uses fast-import, so removing its rpm package was probably broken in >> the first place. > ...

Re: [PATCH -mm] sisusbvga: Fix bug and build warnings

2007-09-02 Thread Satyam Sharma
On Mon, 3 Sep 2007, Satyam Sharma wrote: > > On Sun, 2 Sep 2007, Alistair John Strachan wrote: > > > > The encoding is set to ISO-2022-JP, this is probably breaking things. > > ??? I have no clue how/why/when that suddenly happened. > > I clearly see "Content-Type: TEXT/PLAIN; charset=us-asci

Re: PROBLEM: 2.6.23-rc "NETDEV WATCHDOG: eth0: transmit timed out"

2007-09-02 Thread Michal Piotrowski
Hi, On 01/09/07, Karl Meyer <[EMAIL PROTECTED]> wrote: > This is what happened today: > > Sep 1 21:08:01 frege NETDEV WATCHDOG: eth0: transmit timed out > frege ~ # uname -r > 2.6.22.5-cfs-v20.5 Can you reproduce this on 2.6.22 (not 2.6.22.x - it might be a -stable regression)? Regards, Michal

Re: Hang in 2.6.23-rc5

2007-09-02 Thread Jesper Juhl
On Monday 03 September 2007 00:05:15 Richard Mittendorfer wrote: > Also sprach "Alessandro Suardi" <[EMAIL PROTECTED]> (Sun, 2 Sep 2007 22:38:28 > +0200): > > On 9/2/07, charles gagalac <[EMAIL PROTECTED]> wrote: > > > On 9/2/07, daryll q wrote: > > > > Upgraded my kernel from 2.6.23-rc2 to 2.6.23

Re: [PATCH -mm] es18xx: Shut up uninitialized var build warning

2007-09-02 Thread Rene Herman
On 09/02/2007 10:21 PM, Satyam Sharma wrote: sound/isa/es18xx.c: In function ‘snd_es18xx_isa_probe’: sound/isa/es18xx.c:2251: warning: ‘err’ may be used uninitialized in this function gcc is a sad, sad compiler. This warning is bogus so let's shut it up. Same situation, same comment (and sam

Re: [PATCH -mm] sb16: Shut up uninitialized var build warning

2007-09-02 Thread Satyam Sharma
On Mon, 3 Sep 2007, Rene Herman wrote: > > On 09/02/2007 10:15 PM, Satyam Sharma wrote: > > > sound/isa/sb16/sb16.c: In function ‘snd_sb16_isa_probe’: > > Blah. Your message has: > > Content-Type: TEXT/PLAIN; charset=iso-2022-jp > > This apparently is caused by a combination of GCC usi

Re: PROBLEM: 2.6.23-rc "NETDEV WATCHDOG: eth0: transmit timed out"

2007-09-02 Thread Karl Meyer
Hi, am am looking for this issue for some time now, but there where no errors in 2.6.22-r2 (gentoo speak, I guess this is 2.6.22.2 officially), I also ran git-bisect (for more information see the older messages in this thread). 2007/9/3, Michal Piotrowski <[EMAIL PROTECTED]>: > Hi, > > On 01/09/0

Re: [PATCH -mm] IPS SCSI driver: Check return of scsi_add_host()

2007-09-02 Thread Satyam Sharma
On Sun, 2 Sep 2007, Jeff Garzik wrote: > Satyam Sharma wrote: > > drivers/scsi/ips.c: In function ‘ips_register_scsi’: > > drivers/scsi/ips.c:6869: > > warning: ignoring return value of ‘scsi_add_host’, declared with attribute > > warn_unused_result > > > > scsi_add_host() is __must_check, so l

Re: Hang in 2.6.23-rc5

2007-09-02 Thread Satyam Sharma
On Mon, 3 Sep 2007, Alexey Dobriyan wrote: > > Try this from net-2.6 tree: > > --- a/net/ipv4/tcp_input.c > +++ b/net/ipv4/tcp_input.c > @@ -560,7 +560,7 @@ static u32 tcp_rto_min(struct sock *sk) > struct dst_entry *dst = __sk_dst_get(sk); > u32 rto_min = TCP_RTO_MIN; > > - i

Re: [4/4] 2.6.23-rc4: known regressions

2007-09-02 Thread Michal Piotrowski
Hi, On 30/08/07, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > On Wed, 2007-08-29 at 17:27 +0200, Michal Piotrowski wrote: > > > Power management > > > > Subject : something broke resume from s2ram on mbp c1d (??? :)) > > References : http://lkml.org/lkml/2007/8/28/67 > > Last known

Re: [BUG] pata_ali not working on a 64 bit system

2007-09-02 Thread Luca Tettamanti
Il Fri, Jul 06, 2007 at 10:01:36PM +0200, Luca Tettamanti ha scritto: > Il Fri, Jul 06, 2007 at 06:44:02PM +0100, Alan Cox ha scritto: > > On Fri, 6 Jul 2007 19:36:05 +0200 > > Luca Tettamanti <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I found out that pata_ali is not working with a 64 bi

Re: Hang in 2.6.23-rc5

2007-09-02 Thread Alessandro Suardi
On 9/3/07, Satyam Sharma <[EMAIL PROTECTED]> wrote: > > > On Mon, 3 Sep 2007, Alexey Dobriyan wrote: > > > > Try this from net-2.6 tree: > > > > --- a/net/ipv4/tcp_input.c > > +++ b/net/ipv4/tcp_input.c > > @@ -560,7 +560,7 @@ static u32 tcp_rto_min(struct sock *sk) > > struct dst_entry *dst

Re: [ANNOUNCE] GIT 1.5.3

2007-09-02 Thread Sean
On Sun, 02 Sep 2007 15:13:09 -0700 Junio C Hamano <[EMAIL PROTECTED]> wrote: Hi Junio, > For majority of general public, I thought the spec file _I_ > ship, along with RPM files _I_ build, are contrib status > already. Don't distro people do their own RPM packages, instead > of using what I plac

Get source and destination info

2007-09-02 Thread Shahbaz Khan
Hi, I am trying to figure out what part in the kernel code is the point from where I can get source and destination ip-address, port, security labels (selinux etc) from a packet before I export it to application space for my needs. Any hints? Shaz. - To unsubscribe from this list: send the line "

Re: Get source and destination info

2007-09-02 Thread Casey Schaufler
--- Shahbaz Khan <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to figure out what part in the kernel code is the point > from where I can get source and destination ip-address, port, security > labels (selinux etc) from a packet before I export it to application > space for my needs. Any hint

Re: Oops in pwc v4l driver

2007-09-02 Thread Michal Piotrowski
Hi Alex, On 02/09/07, Alex Smith <[EMAIL PROTECTED]> wrote: > Hi, > > I found an old Philips Askey VC010 webcam and attempted to get it > working on Linux (latest git, x86_64). Is this a regression? Does 2.6.22 work fine? Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ - To unsubsc

Re: BUG: scheduling while atomic: ifconfig/0x00000002/4170

2007-09-02 Thread Michal Piotrowski
Hi, [Adding netdev and wireless to CC] On 02/09/07, Florian Lohoff <[EMAIL PROTECTED]> wrote: > > Hi, > with current git i got this when "ifconfig eth1" down. eth1 had a mac > address which looked really like an eth1394 ethernet although the module > was not loaded. Something is really broken in

Re: [ANNOUNCE] GIT 1.5.3

2007-09-02 Thread Junio C Hamano
Sean <[EMAIL PROTECTED]> writes: > On Sun, 02 Sep 2007 15:13:09 -0700 > Junio C Hamano <[EMAIL PROTECTED]> wrote: > ... >> For majority of general public, I thought the spec file _I_ >> ship, along with RPM files _I_ build, are contrib status >> already. Don't distro people do their own RPM packa

Re: regarding sysfs/kobject separation

2007-09-02 Thread Eric W. Biederman
Tejun Heo <[EMAIL PROTECTED]> writes: > * Automatic symlink handling. Symlink names can be formatted with the > name of its target. e.g. if the symlink name is specified as > "link-%1:%0" and points to "devices/mybus0/mydev0", its name becomes > "link-mybus0-mydev0" && the symlink will be automa

Re: v2.6.23-rc4-rt1 / new project URL

2007-09-02 Thread Steven Rostedt
On Sat, 1 Sep 2007, Thomas Gleixner wrote: > On Fri, 2007-08-31 at 17:01 -0700, Daniel Walker wrote: > > > > I'm not sure which latency tracing fixes these are, but Steven's > > get_monotonic_cycles() changes are racy .. It might be a little > > premature to include them .. It at least fouls late

RE: GPL weasels and the atheros stink

2007-09-02 Thread David Schwartz
> Letting aside the legality of that change, why would such a change > be needed ? The licensing is perfectly clear: the file is available > under the ISC licence, OR the GPL licence. This doesn't cause any > problem for the linux kernel. The ISC licence is perfectly compatible > with the GPL (no

RE: That whole "Linux stealing our code" thing

2007-09-02 Thread David Schwartz
> - If you receive dual licensed code, you may not delete the license > you don't like and then distribute it. It has to stay, because you > may not edit someone's else's license -- which is a three-part legal > document (For instance: Copyright notice, BSD, followed by GPL). This is absol

RE: Fwd: That whole "Linux stealing our code" thing

2007-09-02 Thread David Schwartz
Alan Cox wrote: > The ath5k C file in question (not the headers) seems to give recipients > permission to further convey the work under a choice of two licences. Correct. > It doesn't say they must redistribute under both. Correct. They need the right to redistribute the work, and they may obt

Re: [lm-sensors] [PATCH] hwmon: Add power meters to Documentation/hwmon/sysfs-interface

2007-09-02 Thread Henrique de Moraes Holschuh
On Sun, 02 Sep 2007, Jean Delvare wrote: > On Sat, 1 Sep 2007 16:44:17 -0300, Henrique de Moraes Holschuh wrote: > > On Sat, 01 Sep 2007, Shem Multinymous wrote: > > > > Should we add power?_10sec_avg_input? IIRC thinkpads export that, > > > > too. > > > > I'd say it is enough to know it is an ave

[GIT PULL -mm] Unionfs/fsstack/eCryptfs updates/cleanups/fixes

2007-09-02 Thread Josef 'Jeff' Sipek
The following is a series of patches related to Unionfs, which include three small VFS/fsstack patches and one eCryptfs patch; the rest are Unionfs patches. The patches here represent several months of work and testing under various conditions, especially low-memory, SMP, and preemption situations

[PATCH 16/32] Unionfs: minor file_release updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/commonfops.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c inde

[PATCH 22/32] Unionfs: handling lower vfsmount fixes

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Properly increase/release lower vfsmounts. Validate proper use of unionfs mntget/put. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/dentry.c |6 -- fs/unionfs/inode.c | 11 +++

[PATCH 02/32] VFS/fsstack: remove 3rd argument to fsstack_copy_attr_all

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Unionfs needs a special fan-out version of fsstack_copy_attr_all. A single-level stackable file systems such as eCryptfs can therefore use a simplified fsstack_copy_attr_all function; remove its 3rd argument, which was never used by eCryptfs and was only used b

[PATCH 26/32] Unionfs: minor remount fixes

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/super.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c index 1de41ea..33

[PATCH 11/32] Unionfs: cache-coherency and fixes for unionfs_rename

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/rename.c | 30 -- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/fs/unionfs/rename.c b/fs/unionfs/

[PATCH 04/32] Unionfs: fixed compilation error

2007-09-02 Thread Josef 'Jeff' Sipek
From: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- include/linux/mm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index d823db0..aee

[PATCH 08/32] Unionfs: cache-coherency - update inode times

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Part of cache-coherency support (as per OLS'07 talk and Documentation/filesystems/unionfs/concepts.txt): update our inode time if lower had changed. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/uni

[PATCH 09/32] Unionfs: cache-coherency - dentries

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Utility functions to check if lower dentries/inodes are newer than upper ones, and purging cached data if lower objects are newer. Also passed flag to our d_revalidate_chain, to tell it if the caller may be writing data or just reading it. [jsipek: changed pu

[PATCH 20/32] Unionfs: lower nameidata support

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Create and free custom nameidata structures, and pass them to lower file systems when needed via vfs_create. (This code will get updated when/if nameidata is split into an intent structure and a VFS-level only structure.) Signed-off-by: Erez Zadok <[EMAIL PRO

[PATCH 01/32] VFS: export release_open_intent symbol

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/namei.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/namei.c b/fs/namei.c index a83160a..b2b7c8e 100644 --- a/fs/namei.c +

[PATCH 06/32] Unionfs: copyright corrections and updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/mmap.c |2 +- fs/unionfs/sioq.c | 13 +++-- fs/unionfs/sioq.h | 13 +++-- 3 files changed, 15 insertions(+), 13 deletions

[PATCH 25/32] Unionfs: readonly branch test fix

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Bug fix to test if a lower branch is readonly, even when given negative dentries. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/union.h | 19 ++- 1 files changed, 14 insert

[PATCH 31/32] Unionfs: debugging and validation of fan-out invariants

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Introduce debugging functionality, Makefile support to turn it on at compile time, and hooks in the main code to verify fan-out invariants. This is very similar to how other file systems provide debugging functionality. This code has been very useful in detec

[PATCH 24/32] Unionfs: remove old nfsro option

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Ensure that a branch set as 'ro' behaves like a real readonly mounted lower file system. This allows us to remove the old 'nfsro' option. Now unionfs handles even an readonly exported NFS file system, which was mounted on the client in readwrite mode. Signed

[PATCH 28/32] Unionfs: use file f_path field

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Start using file->f_path.dentry instead of file->f_dentry Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/commonfops.c | 42 -- fs/unionfs/dirfops.c

[PATCH 13/32] Unionfs: copyup updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Fixes, updates, and better documentation for the file-copyup functionality. Include two additional utility functions useful for copyup code callers. Parent directory copyup updates: create_parents now takes a string name instead of the whole dentry. Signed-off

[PATCH 07/32] Unionfs: cpp endif comments

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Add comments to #endif's to help clarify code. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/copyup.c |2 +- fs/unionfs/inode.c |4 ++-- fs/unionfs/sioq.h |2 +- fs/unionfs/un

[PATCH 14/32] Unionfs: file_revalidate updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Correctly revalidate a file and account for lower mnts, even when branches are updated or inserted. Better info upon file copyup. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/commonfops.c

[PATCH 23/32] Unionfs: mount-time option parsing fix

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/main.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c index bc5c105..ce08

[PATCH 18/32] Unionfs: unionfs_ioctl bug fixes

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Properly update lower objects, and release lower mnts upon ioctl success or failure. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/commonfops.c | 25 +++-- 1 files chan

[PATCH 15/32] Unionfs: implement f/async

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Unionfs needs its own fsync and fasync instead of calling the generic file_fsync, because it may have to sync multiple writable lower branches (not just one). This also allows Unionfs to compile with CONFIG_BLOCK=n. Signed-off-by: Erez Zadok <[EMAIL PROTECTED

[PATCH 27/32] Unionfs: extended attributes fixes

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/copyup.c | 43 +++ fs/unionfs/union.h |6 -- fs/unionfs/xattr.c | 16 ++-- 3 fi

[PATCH 05/32] Unionfs: do not use fsstack_copy_attr_all

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Unionfs needs a special fan-out version of fsstack_copy_attr_all, which is called unionfs_copy_attr_all. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/dentry.c | 12 +--- fs/unionf

[PATCH 30/32] Unionfs: update unionfs version number

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Update version number from 2.0 to 2.1 to reflect the amount of work that had gone in since 2.0 was first released, and also to sync up with Unionfs 2.x releases for earlier kernels. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipe

[PATCH 19/32] Unionfs: partial_lookup update

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Handle new semantics of lookup_backend. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/lookup.c | 22 -- 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/

[PATCH 10/32] Unionfs: cache-coherency - file flush

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Update our inode's time after flush. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/commonfops.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/fs/unionfs/common

[PATCH 32/32] Unionfs: unionfs_create rewrite

2007-09-02 Thread Josef 'Jeff' Sipek
The code was hard to follow and violated some invariants (e.g., never modify a read only branch, and always create on branch 0). Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/inode.c | 207 +++- 1 files changed, 58 insertions

[PATCH 03/32] VFS/fsstack: cpp endif comments

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Add comments to #endif's to help clarify code. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- include/linux/fs_stack.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/l

[PATCH 12/32] Unionfs: documentation updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Details of cache-coherency implementation (as per OLS'07 talk). Also explain new incgen support via remount, not ioctl. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- Documentation/filesystems/unionfs/c

[PATCH 17/32] Unionfs: interpose updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Update unionfs_interpose to handle spliced dentries, which is important for NFS exporting. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/inode.c | 40 +++ fs/unionfs/lookup.c

[PATCH 21/32] Unionfs: mmap fixes

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Most important fixes prevent deadlocks especially under low-memory conditions, when one is not supposed to cause more memory pressure; also handle AOP_WRITEPAGE_ACTIVATE from lower file systems. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Jose

[PATCH 29/32] Unionfs: assorted comment and style updates

2007-09-02 Thread Josef 'Jeff' Sipek
From: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]> --- fs/unionfs/dirhelper.c |2 -- fs/unionfs/fanout.h|9 +++-- fs/unionfs/file.c |6 -- fs/unionfs/inode.c |2 +- fs/unionf

Re: [ANNOUNCE/RFC] Really Fair Scheduler

2007-09-02 Thread Roman Zippel
Hi, On Sun, 2 Sep 2007, Ingo Molnar wrote: > > Did you even try to understand what I wrote? I didn't say that it's a > > "common problem", it's a conceptual problem. The rounding has been > > improved lately, so it's not as easy to trigger with some simple busy > > loops. > > As i mentioned i

Re: GPL weasels and the atheros stink

2007-09-02 Thread Daniel Hazelton
On Sunday 02 September 2007 22:01:17 David Schwartz wrote: > > Letting aside the legality of that change, why would such a change > > be needed ? The licensing is perfectly clear: the file is available > > under the ISC licence, OR the GPL licence. This doesn't cause any > > problem for the linux

Re: Fwd: That whole "Linux stealing our code" thing

2007-09-02 Thread Daniel Hazelton
(by the way, text in caps surrounded by *'s is meant to indicate vocal stress, not volume) On Sunday 02 September 2007 22:01:18 David Schwartz wrote: > > So I appear to have a > > right to convey the work under the GPL to a third party, who from me > > receives no right to use it except under th

Re: [GIT PULL -mm] Unionfs/fsstack/eCryptfs updates/cleanups/fixes

2007-09-02 Thread Al Boldi
Josef 'Jeff' Sipek wrote: > The following is a series of patches related to Unionfs, which include > three small VFS/fsstack patches and one eCryptfs patch; the rest are > Unionfs patches. The patches here represent several months of work and > testing under various conditions, especially low-memo

Re: 2.6.23-rc4-mm1

2007-09-02 Thread Randy Dunlap
On Fri, 31 Aug 2007 21:58:22 -0700 Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ > > Changes since 2.6.23-rc3-mm1: > > git-watchdog.patch on x86_64: drivers/watchdog/core/watchdog_dev.c:84: warning: format '%i' expects type 'i

Re: [-mm PATCH] Memory controller improve user interface (v3)

2007-09-02 Thread Paul Menage
On 9/2/07, Balbir Singh <[EMAIL PROTECTED]> wrote: > - s += sprintf(s, "%lu\n", *val); > + if (read_strategy) > + s += read_strategy(*val, s); > + else > + s += sprintf(s, "%lu\n", *val); This would be better as %llu > + tmp = simple_str

Re: [pre-2.6.23 REGRESSION] 2.6.23-rc3-git1 crash/stuck on VIA CN700 system

2007-09-02 Thread Stefan Becker
Hi, Stefan Becker wrote: while trying to debug a hibernation/rtc_cmos alarm wakeup problem in 2.6.22 (or later) I noticed that the latest kernel crashes (or gets stuck sometimes) during boot after the message: SMP alternatives: switching to UP code Retested with 2.6.23-rc4. Same result.

Re: [4/4] 2.6.23-rc4: known regressions

2007-09-02 Thread Arkadiusz Miskiewicz
On Monday 03 of September 2007, Michal Piotrowski wrote: > Hi, > > On 30/08/07, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-08-29 at 17:27 +0200, Michal Piotrowski wrote: > > > Power management > > > > > > Subject : something broke resume from s2ram on mbp c1d (??? :)) > >

[PATCH] renumbering zone_id for reducing #ifdef.

2007-09-02 Thread KAMEZAWA Hiroyuki
This patch rename zone-ids and removing some amount of #ifdef in functions. == %grep '#ifdef' zone_number.patch We can avoid #ifdef for CONFIG_ZONE_xxx to some extent. + * You can use this function for avoiding #ifdef. + * #ifdef CONFIG_ZONE_DMA -#ifdef CONFIG_HIGHMEM -#ifdef CONFIG_HIGHMEM -#ifde

Re: Oops in pwc v4l driver

2007-09-02 Thread Oliver Neukum
Am Montag 03 September 2007 schrieb Michal Piotrowski: > Hi Alex, > > On 02/09/07, Alex Smith <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I found an old Philips Askey VC010 webcam and attempted to get it > > working on Linux (latest git, x86_64). > > Is this a regression? Does 2.6.22 work fine? 2

Re: [PATCH 03/32] VFS/fsstack: cpp endif comments

2007-09-02 Thread Jan Engelhardt
On Sep 2 2007 22:20, Josef 'Jeff' Sipek wrote: >diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h >index 6b52faf..28543ad 100644 >--- a/include/linux/fs_stack.h >+++ b/include/linux/fs_stack.h >@@ -39,4 +39,4 @@ static inline void fsstack_copy_attr_times(struct inode >*dest, >

Re: [PATCH 05/32] Unionfs: do not use fsstack_copy_attr_all

2007-09-02 Thread Jan Engelhardt
On Sep 2 2007 22:20, Josef 'Jeff' Sipek wrote: >+/* copy a/m/ctime from the lower branch with the newest times */ >+static inline void unionfs_copy_attr_times(struct inode *upper) >+{ > >+ /* XXX: should we notify_change on our upper inode? */ I do not think so. Inotifying should onl

Re: [PATCH 08/32] Unionfs: cache-coherency - update inode times

2007-09-02 Thread Jan Engelhardt
On Sep 2 2007 22:20, Josef 'Jeff' Sipek wrote: >-static ssize_t unionfs_write(struct file * file, const char __user * buf, >+ >+static ssize_t unionfs_write(struct file *file, const char __user *buf, >size_t count, loff_t *ppos) > { > int err = 0; > > union

Re: [PATCH 09/32] Unionfs: cache-coherency - dentries

2007-09-02 Thread Jan Engelhardt
On Sep 2 2007 22:20, Josef 'Jeff' Sipek wrote: >@@ -184,10 +183,92 @@ out: > } > > /* >+ * Determine if the lower inode objects have changed from below the unionfs >+ * inode. Return 1 if changed, 0 otherwise. >+ */ >+int is_newer_lower(const struct dentry *dentry) Could use bool and true/false

<    1   2   3