On Thu, 1 Sep 2005 09:03:38 +0200, Jean Delvare <[EMAIL PROTECTED]> wrote:
Hi Jean,
>Hi Grant,
>
>> adm9240 i2c still broken, spamming debug with:
>> (...)
>> Aug 23 18:48:40 peetoo kernel: [ 1591.151834] i2c_adapter i2c-0: Transaction
>> (pre): CNT=08, CMD=2c, ADD=5a, DAT0=00, DAT1=00
>> Aug 23
Hi Grant,
> adm9240 i2c still broken, spamming debug with:
> (...)
> Aug 23 18:48:40 peetoo kernel: [ 1591.151834] i2c_adapter i2c-0: Transaction
> (pre): CNT=08, CMD=2c, ADD=5a, DAT0=00, DAT1=00
> Aug 23 18:48:40 peetoo kernel: [ 1591.170515] i2c_adapter i2c-0: Transaction
> (post): CNT=08, CMD
hi
On Wednesday 31 August 2005 14.12, Marc Ballarin wrote:
> Hi,
>
> -rc6-mm2 breaks USB unplug for me. Happens with every USB device,
> gcc-3.3.5 and gcc-3.4.4 as well as preempt and non-preempt and is 100%
> reproducible.
> -rc6-mm1 seems fine.
>
> Reverting the following part of
> driver-core
up(&dev->sem);
return ret;
dmesg and OOPS below (-laptop is just CONFIG_LOCALVERSION):
Linux version 2.6.13-rc6-mm2-laptop ([EMAIL PROTECTED]) (gcc-Version 3.4.4
(Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)) #1 PREEMPT Wed Aug 31 12:05:38
CEST 2005
BIOS-provided physi
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
diff -urNp --exclude-from=/home/mdomsch/excludes --minimal
linux-2.6.13-rc6-mm2.orig/drivers/net/ppp_mppe.c
linux-2.6.13-rc6-mm2/drivers/net/
[PATCH] v9fs: remove sparse bitwise warnings
Fixed a bunch of cast conversions to remove -Wbitwise warnings from
sparse.
Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]>
---
commit fec4b0831dba7e27e9531d0566eec1a5646f3e79
tree dfc14f433354a8dcdb049bc8137e7f31d7cbda3e
parent 67fefd3d8da2c41
[PATCH] v9fs: Fix Plan9port example in v9fs documentation.
Resend: to fix typo that I should have caught first time around.
Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]>
---
commit 678b78b5268b253e21aa818fac25ea13291eafff
tree fc3d94d10d23fedee95091e372c51e1156a0360f
parent 06e00e56fdf2
On Saturday 27 August 2005 16:39, Mattia Dongili wrote:
> On Sat, Aug 27, 2005 at 05:09:04PM -0300, Rog???rio Brito wrote:
> > Hi, Andrew.
> >
> > I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled
> > (which, according to Linus, is one of the "usua
On Sun, Aug 28, 2005 at 04:10:50PM -0500, Eric Van Hensbergen wrote:
> [PATCH] v9fs: Fix Plan9port example in v9fs documentation.
> --- a/Documentation/filesystems/v9fs.txt
> +++ b/Documentation/filesystems/v9fs.txt
> - mount -t 9P /tmp/ns.root.:0/acme/acme /mnt/9 proto=unix,name=$USER
> +
On Sun, Aug 28, 2005 at 04:43:27PM -0500, Eric Van Hensbergen wrote:
> On 8/28/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote:
> > On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote:
> > > [PATCH] v9fs: use standard kernel byteswapping routines
> > >
> > > Originally suggested by hc
On 8/28/05, Alexey Dobriyan <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote:
> > [PATCH] v9fs: use standard kernel byteswapping routines
> >
> > Originally suggested by hch, we have removed our byteswap code
> > and replaced it with calls to the stan
On Sun, Aug 28, 2005 at 04:05:07PM -0500, Eric Van Hensbergen wrote:
> [PATCH] v9fs: use standard kernel byteswapping routines
>
> Originally suggested by hch, we have removed our byteswap code
> and replaced it with calls to the standard kernel byteswapping code.
> - buf->p[0] = val;
> -
[PATCH] v9fs: Fix Plan9port example in v9fs documentation.
Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]>
---
commit 678b78b5268b253e21aa818fac25ea13291eafff
tree fc3d94d10d23fedee95091e372c51e1156a0360f
parent 06e00e56fdf2c3e230ff60f6fdab6db789f16e73
author Eric Van Hensbergen <[EMAIL PR
[PATCH] v9fs: use standard kernel byteswapping routines
Originally suggested by hch, we have removed our byteswap code
and replaced it with calls to the standard kernel byteswapping code.
Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]>
---
commit 06e00e56fdf2c3e230ff60f6fdab6db789f16e73
t
[PATCH] v9fs: fix handling of malformed 9P messages
This patch attempts to do a better job of cleaning up after detecting
errors on the transport. This should also improve error reporting on
broken connections to servers.
Signed-off-by: Latchesar Ionkov <[EMAIL PROTECTED]>
Signed-off-by: Eric Va
LANL reported some issues with random crashes during mount of
legacy protocol servers (9P2000 versus 9P2000.u) -- crash was always
happening in readlink (which should never happen in legacy mode). Added
some sanity conditionals to the get_inode code which should prevent the
errors LANL was seeing.
On Sat, Aug 27, 2005 at 03:31:57PM -0700, Andrew Morton wrote:
> Rogério Brito <[EMAIL PROTECTED]> wrote:
> >
> > Hi, Andrew.
> >
> > I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled
> > (which, according to Linus, is one of the &quo
Rogério Brito <[EMAIL PROTECTED]> wrote:
>
> Hi, Andrew.
>
> I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled
> (which, according to Linus, is one of the "usual suspects") and the
> problem still occurred.
>
> On the other hand, with kerne
On Sat, Aug 27, 2005 at 05:09:04PM -0300, Rog???rio Brito wrote:
> Hi, Andrew.
>
> I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled
> (which, according to Linus, is one of the "usual suspects") and the
> problem still occurred.
see here
http://marc.
Hi, Andrew.
I just tested the USB mouse with 2.6.13-rc6-mm2 and ACPI disabled
(which, according to Linus, is one of the "usual suspects") and the
problem still occurred.
On the other hand, with kernel 2.6.13-rc5-mm1 (which I am running now),
I didn't have any problems plugging and
Hi there.
I just got myself a new USB mouse and it seems that kernel
2.6.13-rc6-mm2 (which is the kernel I am using right now) doesn't like
it.
I get an Oops (attached to this message) and it suddenly stops
working. I still don't know if this is reproducible or if it occurs
with oth
On Wed, Aug 24, 2005 at 01:10:35PM +0200, Adrian Bunk wrote:
> auxiliary-vector-cleanups.patch broke compilation on the xtensa
> architecture because it doesn't add an asm/auxvec.h on this
> architecture.
>
This added asm-frv/auxvec.h and asm-xtensa/auxvec.h.
H.J.
---
--- linux/include/asm-al
auxiliary-vector-cleanups.patch broke compilation on the xtensa
architecture because it doesn't add an asm/auxvec.h on this
architecture.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
2.6.13-rc6-mm2 failed building with this problem (gcc 4.0.1):
CC [M] drivers/net/s2io.o
In file included from drivers/net/s2io.c:65:
drivers/net/s2io.h: In function 'readq':
drivers/net/s2io.h:765: error: invalid lvalue in assignment
drivers/net/s2io.h:766: error: invalid lvalue in
i'm compiling 2.6.13-rc6-mm2 atm and noticed that xfs is having lots of
warnings while compiling. recently i switched to gcc 4.0.1 - maybe it's
because of this.
details:
fs/xfs/xfs_acl.c: In function 'xfs_acl_access':
fs/xfs/xfs_acl.c:445: warning: 'matched.ae_perm
lockd eeprom
> sunrpc ipv6 iptable_filter binfmt_misc reiser4 zlib_de
> flate zlib_inflate dm_mod video thermal processor fan button ac tpm_nsc
> i2c_i801 sky2 e100 sr_mod
> Aug 23 19:44:51 tornado kernel: CPU:1
> Aug 23 19:44:51 tornado kernel: EIP:0060:[]Not tainted VLI
Andrew,
On Tue, Aug 23, 2005 at 02:51:51PM +0200, Rafael J. Wysocki wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc6/2.6.13-rc6-mm2/
> >
> > - Various updates. Nothing terribly noteworthy.
>
> It hangs solig during boot
On Tuesday, 23 of August 2005 06:30, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc6/2.6.13-rc6-mm2/
>
> - Various updates. Nothing terribly noteworthy.
It hangs solig during boot (after starting kjournald) on Asus L5D (non-SMP
x8
Hi,
On 23/08/2005 4:30 p.m., Andrew Morton wrote:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc6/2.6.13-rc6-mm2/
- Various updates. Nothing terribly noteworthy.
Yup, seems to be generally good...
Noticed this in the log earlier tonight:
Aug 23 19:44:51 tornado
ide_cd
cdrom
Pid: 80, comm: khubd Not tainted 2.6.13-rc6-mm2
RIP: 0010:[] {_spin_lock+0}
RSP: 0018:81001fc75d80 EFLAGS: 00010296
RAX: 81001c08cdb0 RBX: 810019f5f8f8 RCX: 81001c4b14e8
RDX: 0070 RSI: 8040cfcc RDI:
RBP: 810019f5f8a0 R08
On Mon, 22 Aug 2005 21:30:21 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote:
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc6/2.6.13-rc6-mm2/
>
>- Various updates. Nothing terribly noteworthy.
adm9240 i2c still broken, spamming debug with:
Aug
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc6/2.6.13-rc6-mm2/
- Various updates. Nothing terribly noteworthy.
- This kernel still spits a bunch of scheduling-while-atomic warnings from
the scsi code. Please ignore.
Changes since 2.6.13-rc6-mm1:
linus.patch
32 matches
Mail list logo