Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754578AbYHMLFS (ORCPT ); Wed, 13 Aug 2008 07:05:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751951AbYHMLFF (ORCPT ); Wed, 13 Aug 2008 07:05:05 -0400 Received: from mail.suse.de ([195.135.220.2]:46627 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751934AbYHMLFD (ORCPT ); Wed, 13 Aug 2008 07:05:03 -0400 Date: Wed, 13 Aug 2008 13:05:01 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for August 13 In-Reply-To: <20080813172452.14b0775c.sfr@canb.auug.org.au> References: <20080813172452.14b0775c.sfr@canb.auug.org.au> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1870 Lines: 56 At Wed, 13 Aug 2008 17:24:52 +1000, Stephen Rothwell wrote: > > Hi all, > > Changes since next-20080812: > > The ide tree lost its build fix patch. > > The slab tree gained a conflict against linus' tree. > > The kmemcheck tree gained 3 conflicts against the slab tree. > > The ttydev tree lost a conflict. > > I remerged Linus' tree at the end to reduce the size of the patches > (since -rc3 had been released). > > I have also applied the following patches for known problems: > > Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target > xen-balloon: fix up sysfs issues > ath9k: work around gcc ICE again > usb: fix up use of usb_dbg I got a problem regarding tty with today's tree. When re-starting X, it complains that it cannot change to VT7. Via strace, open("/dev/tty0", O_WRONLY) = 7 ioctl(7, VIDIOC_QUERYCAP or VT_OPENQRY, 0x81e80c4) = 0 close(7) = 0 write(0, "(--) using VT number 7\n\n", 24) = 24 getppid() = 3240 getpgid(0xca8) = 3240 setpgid(0, 3240) = 0 setsid() = 3241 open("/dev/vc/7", O_RDWR|O_NONBLOCK) = -1 ENOENT (No such file or directory) open("/dev/tty7", O_RDWR|O_NONBLOCK) = -1 EIO (Input/output error) write(2, "\nFatal server error:\n", 21) = 21 A similar error can be seen at shutdown, complains about the tty error and the halt process hangs up. Unfortunately it's hard to bisect since Aug 11 and Aug 12 trees don't boot, and Aug 8 tree has a problem regarding cred... thanks, Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/