Re: [ANNOUNCE] qgit-2.1 and qgit-1.5.8

2007-12-31 Thread Boaz Harrosh
On Mon, Dec 31 2007 at 20:07 +0200, "Marco Costalba" <[EMAIL PROTECTED]> wrote: > On Dec 31, 2007 6:47 PM, Boaz Harrosh <[EMAIL PROTECTED]> wrote: >> On Mon, Dec 31 2007 at 13:58 +0200, "Marco Costalba" <[EMAIL PROTECTED]> >> wrote: >>> On Dec 31, 2007 11:59 AM, Filippo Zangheri <[EMAIL PROTECTED]

[Patch 8/8] Remove 'TOPDIR' from the Top Makefile

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, thus can be removed. This patch removes TOPDIR from the top Makefile. Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/Makefile b/Makefile index fbb8dfc..c892d14 100644 --- a/Makefile +++ b/Makefile @@ -148,15 +148,13 @@ _all

[Patch 7/8] FS: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all fs/ Makefiles. Cc: Alexander Viro <[EMAIL PROTECTED]> Cc: Tim Shimmin <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/fs/smbfs/Makefile b/fs/smbfs/M

[Patch 6/8] FRV: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all frv Makefiles. Cc: David Howells <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile index dc6f038..d93f

[Patch 5/8] INFINIBAND: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all infiniband Makefiles. Cc: Sam Ravnborg <[EMAIL PROTECTED]> Cc: Roland Dreier <[EMAIL PROTECTED]> Cc: Sean Hefty <[EMAIL PROTECTED]> Cc: Hal Rosenstock <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> ---

[Patch 4/8] CRIS: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all Cris Makefiles. Cc: Mikael Starvik <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/cris/arch-v32/boot/compressed/Makefile b/arch/cris/arch-v32

[Patch 3/8] S390: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all s390 Makefiles. Cc: Martin Schwidefsky <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile index 5

[Patch 2/8] MIPS: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all Mips Makefiles. Cc: Ralf Baechle <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/mips/lasat/image/Makefile b/arch/mips/lasat/image/Makefile ind

[Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all UML Makefiles. Cc: Jeff Dike <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/um/Makefile b/arch/um/Makefile index ba6813a..57491af 100644 --- a

[Patch 0/8] Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use srctree or objtree instead. This patch set removes all the TOPDIR use in the whole source tree and finally drops it in the top Makefile. They're against the current linus-tree. Note that Patch [8/8] should be applied _after_ all the previous patches are applied. Regards.

Re: [RFC] [patch 1/2] add non_init_kernel_text_address

2007-12-31 Thread Srinivasa Ds
Rusty Russell wrote: Subject: Don't report discarded init pages as kernel text. Current code could cause a bug in symbol_put_addr() if an arch used kmalloc module text: we might think the symbol belongs to the core kernel. The downside is that this might make backtraces through (discarded) in

Re: [PATCH 25/26] atl1: add NAPI support

2007-12-31 Thread Joonwoo Park
2008/1/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > From: Jay Cliburn <[EMAIL PROTECTED]> > > Add support for NAPI, styled after the e1000 NAPI implementation. That we > follow the e1000 for NAPI shouldn't come as much of a surprise, since the > entire atl1 driver is based heavily upon it. > > Sign

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Theodore Tso
On Tue, Jan 01, 2008 at 04:45:21AM +0100, Bodo Eggert wrote: > > udev-free != embedded. > > But UNIX=m == waste RAM and have an effectively b0rken system until the > module is loaded. Well, the system isn't necessarily totally broken. If you don't use udev, then system will be crippled, but no

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Bodo Eggert
On Mon, 31 Dec 2007, David Miller wrote: > From: Bodo Eggert <[EMAIL PROTECTED]> > > The big question is: Is there any non-embedded system where you have > > to aim for a small kernel image? > > One some platforms, due to bootloader restrictions or whatever, > there are hard limits on how large t

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread David Miller
From: Bodo Eggert <[EMAIL PROTECTED]> Date: Tue, 1 Jan 2008 04:45:21 +0100 (CET) > The big question is: Is there any non-embedded system where you have > to aim for a small kernel image? One some platforms, due to bootloader restrictions or whatever, there are hard limits on how large the main ke

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Bodo Eggert
On Mon, 31 Dec 2007, Al Viro wrote: > On Mon, Dec 31, 2007 at 03:03:20PM +0100, Bodo Eggert wrote: > > On Mon, 31 Dec 2007, David Miller wrote: > > > From: Bodo Eggert <[EMAIL PROTECTED]> > > > > As suggested by Adrian Bunk, UNIX domain sockets should always be built > > > > in > > > > on normal

Re: [PATCH][RFC] Simple tamper-proof device filesystem.

2007-12-31 Thread Tetsuo Handa
Hello. Thank you for reviewing. Serge E. Hallyn wrote: > > This time, I'm implementing this filesystem as an extension to tmpfs > > because what this filesystem does are nothing but check filename and > > its attributes in addition to what tmpfs does. > > To integrate this nicer into tmpfs, at l

Re: SATA kernel-buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)

2007-12-31 Thread Alan Cox
> rate began falling and at 128k block-reads-at-a-time or larger, it drops > below > 20MB/s (again, only on buffered SATA). It's hard to imagine what would > slow down buffered SATA reads but not ATA and SCSI reads of the same > size. I'm using the 'cfq' scheduler with everything running at def

[PATCH 22/26] atl1: update netpoll

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Rename atl1_poll_controller() to atl1_netpoll() and update to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletion

[PATCH 26/26] atl1: remove experimental tag and clean up comments

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> All major netdevice functionality is now present in the atl1 driver. As a result, remove the EXPERIMENTAL Kconfig tag in the main driver, but leave it in the NAPI driver. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/Kconfig |4 ++--

[PATCH 14/26] atl1: move stray defines to header file

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Move some stray defines out to a header file. Improve indentation from ghastly to horrid. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 29 - drivers/net/atlx/atl1.h |6 ++ 2 files changed

[PATCH 20/26] atl1: update change mtu

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update atl1_change_mtu() to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 39 ++- 1 files changed, 22 insertions(+), 17 deletions(-)

[PATCH 21/26] atl1: update atl1_close

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update atl1_close() to conform with current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/net/atlx/atl

[PATCH 18/26] atl1: make function static

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Make atl1_reset() a static function. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 6432956

[PATCH 16/26] atl1: modernize check link function

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update atl1_check_link() to conform with the current vendor driver version 1.2.40.2. Clean up vertical spacing, indentation, and remove dead code. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 65 +++-

[PATCH 12/26] atl1: refactor atl1_probe

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Refactor atl1_probe to conform with current vendor driver version 1.2.40.2. Also reorder functions to minimize the need for forward declarations. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 1397 +++---

[PATCH 03/26] atl1: fix broken TSO

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> The L1 tx packet descriptor expects TCP Header Length to be expressed as a number of 32-bit dwords. The atl1 driver uses tcp_hdrlen() to populate the field, but tcp_hdrlen() returns the header length in bytes, not in dwords. Add a shift to convert tcp_hdrlen(

[PATCH 15/26] atl1: tidy up ring management

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Check for null pointers and such in ring handling functions. Make needlessly global functions static. Clean up some comments and indentation. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 20 +++- 1 files ch

[PATCH 25/26] atl1: add NAPI support

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Add support for NAPI, styled after the e1000 NAPI implementation. That we follow the e1000 for NAPI shouldn't come as much of a surprise, since the entire atl1 driver is based heavily upon it. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/K

[PATCH 24/26] atl1: update wake-on-lan

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update wake-on-lan to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 140 --- 1 files changed, 84 insertions(+), 56 deletions(

[PATCH 08/26] atl1: additional DMA engine configuration

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Add DMA engine configuration tweaks per current vendor atl1 driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 10 ++ drivers/net/atlx/atlx.h |6 ++ 2 files changed, 16 insertions(+), 0 del

[PATCH 00/26] atl1: divide and modernize

2007-12-31 Thread jacliburn
Hello Jeff, Happy New Year to you and all. In preparation for a future atl2 driver for the Atheros L2 10/100 chip, we propose to move the existing atl1 driver to a new directory (drivers/net/atlx), then split out functions and definitions that both atl1 and atl2 can share. The final structure w

[PATCH 23/26] atl1: update shutdown and remove functions

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update shutdown and remove functions to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 31 +++ 1 files changed, 23 insertions(+), 8 deletions

[PATCH 11/26] atl1: refactor initialization and startup

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Refactor atl1 initialization and startup to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 507 --- drivers/net/atlx/atl1.h |

[PATCH 17/26] atl1: update phy config function

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update atl1_phy_config() to conform with current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/dr

[PATCH 09/26] atl1: refactor tx processing

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Refactor tx processing to use a less convoluted tx packet descriptor and to conform generally with the vendor's current version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 265 +-

[PATCH 07/26] atl1: clarify max rx frame size

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> When we initially set max rx frame size, we don't explicitly allow room for the VLAN header; it's done later in a somewhat obscure fashion. Let's make it clear from the top that we've allowed enough room for the VLAN header. Signed-off-by: Jay Cliburn <[EMAI

[PATCH 10/26] atl1: use csum_start

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Use skb->csum_start for tx checksum offload preparation. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/

[PATCH 04/26] atl1: add ethtool register dump

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Add the ethtool register dump option to the atl1 driver. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 53 +++ drivers/net/atlx/atl1.h |1 + 2 files changed, 54 insertions(+), 0

[PATCH 13/26] atl1: refactor interrupt handling

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Refactor interrupt handling to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 196 ++- drivers/net/atlx/atl1.h | 25 +-

[PATCH 19/26] atl1: modernize down/up functions

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update atl1_down() and atl1_up() to conform with the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 21 - drivers/net/atlx/atl1.h |1 - drivers/net/atlx/atlx.c |

[PATCH 01/26] atl1: relocate atl1 driver to /drivers/net/atlx

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> In preparation for a future Atheros L2 NIC driver (called atl2), relocate the atl1 driver into a new /drivers/net/atlx directory that will ultimately be shared with the future atl2 driver. Signed-off-by: Chris Snook <[EMAIL PROTECTED]> Signed-off-by: Jay Clib

[PATCH 06/26] atl1: update initialization parameters

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Update initialization parameters to match the current vendor driver version 1.2.40.2. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net

[PATCH 05/26] atl1: print debug info if rrd error

2007-12-31 Thread jacliburn
From: Jay Cliburn <[EMAIL PROTECTED]> Add some debug dev_printks if we encounter a bad receive return descriptor. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/atlx/atl1.c | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/drivers/net/a

Re: SATA kernel-buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)

2007-12-31 Thread Holger Hoffstaette
On Mon, 31 Dec 2007 16:19:26 -0800, Linda Walsh wrote: > [snip] > Another new "problem" (not as important) -- even though SATA disks are > called with "sdX", my ATA disks that *were* at hda-hdc are now at hde-hdg. > Devices hda-hdd are not populated in my dev directory on bootup. Of I think

Re: [PATCH 1/2] ssb: add 'ssb_pcihost_set_power_state' function

2007-12-31 Thread Michael Buesch
On Tuesday 01 January 2008 01:16:46 Miguel Botón wrote: > This patch adds the 'ssb_pcihost_set_power_state' function. > > This function allows us to set the power state of a PCI device > (for example b44 ethernet device). > > Signed-off-by: Miguel Botón <[EMAIL PROTECTED]> Acked-by: Michael Bue

Re: Recursive variable `KBUILD_CFLAGS' references itself (eventually).

2007-12-31 Thread Sam Ravnborg
On Mon, Dec 31, 2007 at 11:10:21AM -0500, Dave Jones wrote: > On Mon, Dec 31, 2007 at 02:16:19PM +0100, Sam Ravnborg wrote: > > > > Trying to do a 32bit build on a 64bit machine. > > > I did.. > > > make ARCH=i386 oldconfig > > > make ARCH=i386 arch/x86/ > > > > Walking through my mailb

Re: SATA kernel-buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)

2007-12-31 Thread Robert Hancock
Linda Walsh wrote: Robert Hancock wrote: Have you tried using a different block size to see how that effects the results? There might be some funny interaction there. There is some interaction with the large block size (but only on the SATA disk). Counts were adjusted to keep the read

[PATCH 1/2] ssb: add 'ssb_pcihost_set_power_state' function

2007-12-31 Thread Miguel Botón
This patch adds the 'ssb_pcihost_set_power_state' function. This function allows us to set the power state of a PCI device (for example b44 ethernet device). Signed-off-by: Miguel Botón <[EMAIL PROTECTED]> diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index a21ab29..aa70fd0 100

[PATCH 2/2] b44: power down PHY when interface down

2007-12-31 Thread Miguel Botón
This is just this patch (http://lkml.org/lkml/2007/7/1/51) but adapted to the 'b44' ssb driver. Signed-off-by: Miguel Botón <[EMAIL PROTECTED]> diff --git a/drivers/net/b44.c b/drivers/net/b44.c index 49e9172..ea2a2b5 100644 --- a/drivers/net/b44.c +++ b/drivers/net/b44.c @@ -128,6 +128,8 @@ stat

Re: SATA kernel-buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)

2007-12-31 Thread Linda Walsh
Robert Hancock wrote: Have you tried using a different block size to see how that effects the results? There might be some funny interaction there. There is some interaction with the large block size (but only on the SATA disk). Counts were adjusted to keep the read near 2G (~2x physi

[PATCH] alsa: fix compilation warning in GCC

2007-12-31 Thread Miguel Botón
This is just a little patch to shut up GCC. 'snd_shutdown_f_ops' is not a pointer so its address will never be NULL. GCC will complain because 'fops_get' will do an unnecessary check because '&snd_shutdown_f_ops' is always true. Signed-off-by: Miguel Botón <[EMAIL PROTECTED]> diff --git a/sound/

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread H. Peter Anvin
Alan Cox wrote: However, assuming a bus clock of 6 MHz should be safe (167 ns). Agreed - or ISA timings directly. Boxes using WD80x3 are not going to have a TSC so might as well stick with port 0x80 as they have done just fine for the past 15 years. None of this really helps with *memory-mappe

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread Alan Cox
> However, assuming a bus clock of 6 MHz should be safe (167 ns). Agreed - or ISA timings directly. Boxes using WD80x3 are not going to have a TSC so might as well stick with port 0x80 as they have done just fine for the past 15 years. > None of this really helps with *memory-mapped* 8390, though

Re: getting rid of filp search in fs_may_remount_ro()

2007-12-31 Thread Dave Hansen
On Mon, 2007-12-31 at 11:54 -0800, Dave Hansen wrote: > On Wed, 2007-12-26 at 15:12 +0100, Christoph Hellwig wrote: > > Btw, I just noticed in current -mm fs_may_remount_ro() is still around > > and not replaced by ther per-sb writers count. That surely sounds like > > some kind of mismerge.. > >

[PATCH] [2.6.24] Add PPC nvram ioctls to compat_ioctl

2007-12-31 Thread Olof Johansson
Fix the following console warning when running 'nvsetenv', and makes setting of new variables work again: ioctl32(nvsetenv:4022): Unknown cmd fd(3) cmd(20007043){t:'p';sz:0} arg(0003) on /dev/nvram That's the IOC_NVRAM_SYNC call. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git

Re: [PATCH -mm] crypto: scatterwalk.h needs sched.h

2007-12-31 Thread Herbert Xu
On Mon, Dec 31, 2007 at 10:05:39AM -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > When CONFIG_PREEMPT_NONE=y, scatterwalk.h still uses cond_resched() > so it needs to include sched.h: Thanks. This is already in cryptodev-2.6. -- Visit Openswan at http://www.openswan.org

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Jan Engelhardt
On Dec 31 2007 18:43, Patrick Mau wrote: > >May I ask something that might be obvious for most of the >development community: > >Modules have to be loaded in seperate pages, right ? That seems to be the case, judging from /proc/modules always ending in 000, meaning each module is aligned at 0x100

Re: [PATCH 1/2] configfs: dir.c fix possible recursive locking

2007-12-31 Thread Joel Becker
On Wed, Dec 26, 2007 at 12:09:57PM +0900, Joonwoo Park wrote: > configfs_register_subsystem() with default_groups triggers recursive locking. > it seems that mutex_lock_nested is needed. Thanks for the work, I've added these to my tree. Joel >

Re: 2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage

2007-12-31 Thread Paul Moore
On Monday 31 December 2007 4:46:09 pm James Morris wrote: > On Mon, 31 Dec 2007, Paul Moore wrote: > > I'm pretty certain this is an uninitialized value problem now and not a > > use-after-free issue. The invalid/garbage ->iif value seems to only > > happen on packets that are generated locally an

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread H. Peter Anvin
Alan Cox wrote: What about HP PCLan 16/TP+ cards? I have one that runs 24/7 in a 486 box (2.6.20.6 kernel) and one spare. It has some VLSI HP chip and also ST-NIC DP83902AV - is that a good candidate for testing? What are you trying to test. The documentation explicitly says you need the delay

Re: 2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage

2007-12-31 Thread James Morris
On Mon, 31 Dec 2007, Paul Moore wrote: > I'm pretty certain this is an uninitialized value problem now and not a > use-after-free issue. The invalid/garbage ->iif value seems to only happen > on packets that are generated locally and sent back into the stack for local > consumption, e.g. loopb

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread Alan Cox
> What about HP PCLan 16/TP+ cards? I have one that runs 24/7 in a 486 box > (2.6.20.6 kernel) and one spare. It has some VLSI HP chip and also ST-NIC > DP83902AV - is that a good candidate for testing? What are you trying to test. The documentation explicitly says you need the delays and that t

IDE/ACPI related hibernation regression: Second attempt fails

2007-12-31 Thread Mikko Vinni
Hi, I noticed my ancient laptop (HP nx9005) fails to hibernate (suspend to disk) more than once while running recent 2.6.24-rc kernels. First hibernation succeeds happily, but when I try to do it again after resuming, the machine hangs immediately after the familiar two pops from the speakers."

Re: [linux-usb-devel] 2.6.24-rc3-mm1: usb mouse doesn't work

2007-12-31 Thread Alan Stern
On Fri, 23 Nov 2007, Kirill A. Shutemov wrote: > On [Thu, 22.11.2007 21:51], Alan Stern wrote: > > On Thu, 22 Nov 2007, Marin Mitov wrote: > > > > > > > > I've had some strangenesses with USB lately. Sometimes running > > > > > > `lsusb' > > > > > > makes the USB system notice a newly attached

[x86] get rid of checkpatch.pl complains on apm_32.c

2007-12-31 Thread Cyrill Gorcunov
This patch eliminates most of code-style errors discovered by checkpatch.pl on arch/x86/kernel/apm_32.c Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- Any comments are welcome arch/x86/kernel/apm_32.c | 368 +- 1 files changed, 197 insertions

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread Ondrej Zary
On Monday 31 December 2007 16:56:00 Alan Cox wrote: > > Okay. Am about to go stuff my face with new years celebrations but will > > definitely try to make that old WD8003 hickup. > > Have fun. Is it an 8390 or an 83905 ? > What about HP PCLan 16/TP+ cards? I have one that runs 24/7 in a 486 box (

Re: kexec refuses to boot latest -mm

2007-12-31 Thread Dhaval Giani
On Mon, Dec 31, 2007 at 10:06:58AM -0500, Vivek Goyal wrote: > On Sat, Dec 29, 2007 at 11:11:13AM +0530, Dhaval Giani wrote: > > On Fri, Dec 28, 2007 at 09:27:39AM -0500, Vivek Goyal wrote: > > > On Fri, Dec 28, 2007 at 06:15:32PM +0530, Dhaval Giani wrote: > > > > Hi Vivek, > > > > > > > > I can'

Re: 2.6.24-rc6-mm1

2007-12-31 Thread Torsten Kaiser
On Dec 30, 2007 4:34 AM, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > On Dec 30, 2007 2:30 AM, Herbert Xu <[EMAIL PROTECTED]> wrote: > > On Sat, Dec 29, 2007 at 05:51:13PM +0100, Torsten Kaiser wrote: > > > > > > > > The cause, why I am resending this: I just got a crash with > > > > > 2.6.24-rc6-mm

Re: 2.6.24-rc6-mm1 (driver core/sysfs)

2007-12-31 Thread Randy Dunlap
On Sat, 22 Dec 2007 23:30:56 -0800 Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc6/2.6.24-rc6-mm1/ With CONFIG_BLOCK=n: LD drivers/block/built-in.o /local/linsrc/linux-2.6.24-rc6-mm1/drivers/base/core.c: In function 'device_add_class_sy

Re: 2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage

2007-12-31 Thread Paul Moore
On Monday 31 December 2007 12:13:32 pm Paul Moore wrote: > On Wednesday 26 December 2007 4:52:03 pm James Morris wrote: > > On Thu, 26 Dec 2007, Paul Moore wrote: > > > As James said I'm away right now and computer access is limited. > > > However, I'm stuck in the airport right now and spent some

Re: Can't disconnect a USB sound device and connect another

2007-12-31 Thread Alan Stern
On Tue, 25 Dec 2007, Andrew Morton wrote: > On Sun, 23 Dec 2007 23:36:11 +0100 Victor Hahn <[EMAIL PROTECTED]> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > ... because it causes lsusb to freeze and gives me this in > > /var/log/messages: > > Has this always happened,

Re: [RFC][PATCH] byteorder: introduce le32_add_cpu & friends to core

2007-12-31 Thread Marcin Slusarz
On Mon, Dec 31, 2007 at 11:38:01AM -0800, Mark Fasheh wrote: > On Sun, Dec 30, 2007 at 08:06:34PM +0100, Marcin Slusarz wrote: > > There are many places where these functions would be useful. > > (just look at: grep -r 'cpu_to_[ble12346]*([ble12346]*_to_cpu.*[-+]' > > linux-src/) > > What do you t

Re: [PATCH][RFC] Simple tamper-proof device filesystem.

2007-12-31 Thread Serge E. Hallyn
Quoting Tetsuo Handa ([EMAIL PROTECTED]): > Hello. > > Thank you for attending discussion for previous posting > (starting from http://lkml.org/lkml/2007/12/16/23 ). > > The previous posting was for feasibility test to know > whether this kind of trivial filesystem is acceptable for mainline. >

getting rid of filp search in fs_may_remount_ro()

2007-12-31 Thread Dave Hansen
On Wed, 2007-12-26 at 15:12 +0100, Christoph Hellwig wrote: > Btw, I just noticed in current -mm fs_may_remount_ro() is still around > and not replaced by ther per-sb writers count. That surely sounds like > some kind of mismerge.. I was actually leaving that for later. Getting rid of the filp s

Re: [RFC][PATCH] byteorder: introduce le32_add_cpu & friends to core

2007-12-31 Thread Mark Fasheh
On Mon, Dec 31, 2007 at 09:17:32AM +, Christoph Hellwig wrote: > > be32_add is shorter than be32_add_cpu but I think it's not clear > > whether second parameter is in native byte order or not. > > Then again adding foreing endian values doesn't make much sense. > > If you insist on your namin

Re: [RFC][PATCH] byteorder: introduce le32_add_cpu & friends to core

2007-12-31 Thread Mark Fasheh
On Sun, Dec 30, 2007 at 08:06:34PM +0100, Marcin Slusarz wrote: > There are many places where these functions would be useful. > (just look at: grep -r 'cpu_to_[ble12346]*([ble12346]*_to_cpu.*[-+]' > linux-src/) > What do you think? > > ps: this patch depends on http://lkml.org/lkml/2007/12/25/35

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Al Viro
On Mon, Dec 31, 2007 at 03:03:20PM +0100, Bodo Eggert wrote: > On Mon, 31 Dec 2007, David Miller wrote: > > From: Bodo Eggert <[EMAIL PROTECTED]> > > > > As suggested by Adrian Bunk, UNIX domain sockets should always be built > > > in > > > on normal systems. This is especially true since udev n

Re: [PATCH] ocfs2: convert byte order of constant instead of variable

2007-12-31 Thread Mark Fasheh
On Tue, Dec 25, 2007 at 03:52:59PM +0100, Marcin Slusarz wrote: > convert byte order of constant instead of variable > it will be done at compile time (vs run time) > remove unused le32_and_cpu Ok, this looks good. I'll put it in ocfs2.git later today. --Mark -- Mark Fasheh Principal Soft

Re: [usb regression] Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2007-12-31 Thread Greg KH
On Mon, Dec 31, 2007 at 12:49:52PM -0500, Alan Stern wrote: > On Sun, 30 Dec 2007, Greg KH wrote: > > > > It looks like Greg misused the debugfs API -- which is ironic, because > > > he wrote debugfs in the first place! :-) > > > > Oh crap, sorry, I did mess that up :( > > > > > Let me know if

Re: [PATCH 0/3 -mm] kexec jump -v8

2007-12-31 Thread Vivek Goyal
On Sat, Dec 29, 2007 at 10:00:44AM +0800, Huang, Ying wrote: > On Fri, 2007-12-28 at 16:33 -0500, Vivek Goyal wrote: > > On Fri, Dec 21, 2007 at 03:33:19PM +0800, Huang, Ying wrote: > > > This patchset provides an enhancement to kexec/kdump. It implements > > > the following features: > > > > > >

[PATCH -mm] gpio: fix x86 build problem: gpio_keys

2007-12-31 Thread Randy Dunlap
On Mon, 31 Dec 2007 10:40:27 -0800 David Brownell wrote: > On Monday 31 December 2007, Randy Dunlap wrote: > > CC drivers/input/keyboard/gpio_keys.o > > In file included from > > /local/linsrc/linux-2.6.24-rc6-mm1/drivers/input/keyboard/gpio_keys.c:27: > > include2/asm/gpio.h:4:18: error:

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Michael Krufky wrote: > Randy Dunlap wrote: > >> MODPOST 120 modules >> ERROR: "i2c_attach_client" [drivers/media/video/v4l2-common.ko] undefined! >> make[2]: *** [__modpost] Error 1 >> >> --- >> ~Randy >> desserts: http://www.xenotime.net/linux/recipes/ >> > > I fixed this problem in th

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Michael Buesch
On Monday 31 December 2007 19:37:43 Torsten Kaiser wrote: > The base problem is that there already are many options to break > external modules. (CONFIG_MODULES=n ;) ) Exactly. There already are enough ways to break external modules. No need to introduce more. ;) > The question I can't answer in

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Randy Dunlap wrote: > MODPOST 120 modules > ERROR: "i2c_attach_client" [drivers/media/video/v4l2-common.ko] undefined! > make[2]: *** [__modpost] Error 1 > > --- > ~Randy > desserts: http://www.xenotime.net/linux/recipes/ I fixed this problem in this changeset: http://linuxtv.org/hg/v4l-dvb/re

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread Mike Frysinger
Use __asm__ and __volatile__ in code that is exported to userspace. Wrap kernel functions with __KERNEL__ so they get scrubbed. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index ba4b314..664a2fa 100644 --- a/include/asm-x86/msr.

[PATCH] Warn about attempts to register/unregister devices during system suspend

2007-12-31 Thread Alan Stern
This patch (as1030) prints warning messages in the system log when drivers try to register or unregister devices during a system sleep transition. These actions are now illegal and will either fail or block (likely leading to deadlock). Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- This pat

Re: 2.6.24-rc6-mm1 (build problem: gpio_keys)

2007-12-31 Thread David Brownell
On Monday 31 December 2007, Randy Dunlap wrote: > CC drivers/input/keyboard/gpio_keys.o > In file included from > /local/linsrc/linux-2.6.24-rc6-mm1/drivers/input/keyboard/gpio_keys.c:27: > include2/asm/gpio.h:4:18: error: gpio.h: No such file or directory Find whatever broken patch select

Re: [PATCH] Force UNIX domain sockets to be built in

2007-12-31 Thread Torsten Kaiser
On Dec 31, 2007 6:18 PM, Michael Buesch <[EMAIL PROTECTED]> wrote: > On Monday 31 December 2007 17:38:03 Alan Cox wrote: > > On Mon, 31 Dec 2007 17:17:19 +0100 > > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > > > a) this could be disabled during development if you want this > > > b) this would

Re: Bad escriptions in Kconfig

2007-12-31 Thread Bodo Eggert
On Mon, 31 Dec 2007, Douglas Gilbert wrote: > Matthew Wilcox wrote: > > On Mon, Dec 31, 2007 at 10:16:43AM -0500, Douglas Gilbert wrote: > >> Bodo Eggert wrote: (Kicking netdev from CC) > >>> --- > >>> SCSI target support (SCSI_TGT) [N/m/y/?] (NEW) ? > >>> > >>> If you want to use SCSI target mod

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread Robert Hancock
Alan Cox wrote: "You plug in PCI DEBUG card and it overclocks your machine" is bad scenario.. (I don't know if it does... can PCI card emulate ISA timings?) Easily. Its a bit more restricted by later spec revisions but it can halt your box of a week or two if it wants. Video cards used to pull

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override

2007-12-31 Thread H. Peter Anvin
Alan Cox wrote: On Sun, 30 Dec 2007 16:23:20 -0800 "H. Peter Anvin" <[EMAIL PROTECTED]> wrote: continuing to investigate for a cause. It would be nice if it were a BIOS-fixable problem. It would be even nicer if the BIOS were GPL... If it was an SMM trap, I would expect it to be trapped in t

RE: [PATCH] sh: sh7712 clock support

2007-12-31 Thread Andrew Murray
Hello, Yes you are correct. Here is an updated patch. Happy New Year. --- From: Andrew Murray <[EMAIL PROTECTED]> This patch provides specific clock support for the SH7712. (This is my first ever patch, so apologies if I've not followed the procedure correctly!) Signed-off-by: Andrew Murray <[

Re: 2.6.24-rc6-mm1 (build problem: gpio/W1)

2007-12-31 Thread Randy Dunlap
CC drivers/w1/masters/w1-gpio.o In file included from /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c:19: include2/asm/gpio.h:4:18: error: gpio.h: No such file or directory /local/linsrc/linux-2.6.24-rc6-mm1/drivers/w1/masters/w1-gpio.c: In function 'w1_gpio_write_bit_dir':

Re: 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Randy Dunlap
MODPOST 120 modules ERROR: "i2c_attach_client" [drivers/media/video/v4l2-common.ko] undefined! make[2]: *** [__modpost] Error 1 --- ~Randy desserts: http://www.xenotime.net/linux/recipes/ config-v4l-i2c Description: Binary data

Re: 2.6.24-rc6-mm1 (build problem: gpio_keys)

2007-12-31 Thread Randy Dunlap
CC drivers/input/keyboard/gpio_keys.o In file included from /local/linsrc/linux-2.6.24-rc6-mm1/drivers/input/keyboard/gpio_keys.c:27: include2/asm/gpio.h:4:18: error: gpio.h: No such file or directory /local/linsrc/linux-2.6.24-rc6-mm1/drivers/input/keyboard/gpio_keys.c: In function 'gpio_

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread H. Peter Anvin
Mike Frysinger wrote: --- Use __asm__ and __volatile__ in code that is exported to userspace. Wrap kernel functions with __KERNEL__ so they get scrubbed. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index ba4b314..ffb9319 1006

asm-x86/byteorder.h: clean up for userspace

2007-12-31 Thread Mike Frysinger
Since asm-x86/byteorder.h is exported to userspace, use __asm__ rather than asm in its code. Signed-Off-By: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/asm-x86/byteorder.h b/include/asm-x86/byteorder.h index 1f2d6d5..fe2f2e5 100644 --- a/include/asm-x86/byteorder.h +++ b/include/as

Re: asm-x86/msr.h for sanitized headers: clean it or punt it

2007-12-31 Thread Mike Frysinger
On Monday 31 December 2007, Andi Kleen wrote: > > can you enumerate which functions need to actually go to userspace then ? > > the > > rdtscl/rdtscll/rdpmc primarily i'll just mark out the useless C funcs then > > __KERNEL__ markings are a crapshoot at the moment. you must also be > > jumping

Re: [ANNOUNCE] qgit-2.1 and qgit-1.5.8

2007-12-31 Thread Marco Costalba
On Dec 31, 2007 6:47 PM, Boaz Harrosh <[EMAIL PROTECTED]> wrote: > On Mon, Dec 31 2007 at 13:58 +0200, "Marco Costalba" <[EMAIL PROTECTED]> > wrote: > > On Dec 31, 2007 11:59 AM, Filippo Zangheri <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> I git-cloned qgit-2.1 from your repository, then ran `qm

  1   2   >