From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754921Ab0GJAZm (ORCPT ); Fri, 9 Jul 2010 20:25:42 -0400 Received: from terminus.zytor.com ([198.137.202.10]:33804 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751837Ab0GJAZk (ORCPT ); Fri, 9 Jul 2010 20:25:40 -0400 Message-ID: <4C37BDFC.2090909@zytor.com> Date: Fri, 09 Jul 2010 17:25:32 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5 MIME-Version: 1.0 To: Dmitry Torokhov CC: werner@sys-linux.yi.org, linux-kernel@vger.kernel.org Subject: Re: 2.6.35-rc2,3 -- Problem with PS2 keyboard and mouse driver References: <1278618295.14439@sys-linux.yi.org> <201007081622.04777.dmitry.torokhov@gmail.com> <4C37AA80.90203@zytor.com> <201007091624.47920.dmitry.torokhov@gmail.com> In-Reply-To: <201007091624.47920.dmitry.torokhov@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/09/2010 04:24 PM, Dmitry Torokhov wrote: > On Friday, July 09, 2010 04:02:24 pm H. Peter Anvin wrote: >> On 07/08/2010 04:22 PM, Dmitry Torokhov wrote: >>> On Thursday, July 08, 2010 12:44:55 pm werner@sys-linux.yi.org wrote: >>>> For produce dmesg files, I rebooted with 2.6.26.2 , 2.6.35-rc4-git2 , >>>> 2.6.35-rc1 ; only the second case had the problem that the PS2 keyboard >>>> and mouse dont work. >>>> >>>> Below the dmesg files. >>>> >>>> Added is also the config file for all 3 kernels, incl. 2.6.35-rc4-git2 >>>> (unchanged since -rc3-git1). Its this whats now in /boot , so that it >>>> was used during all these 3 boots (although the original configuration >>>> of the two other kernels was different) >>> >>> OK, here is your problem: >>>> CONFIG_X86_MRST=y >>> >>> Disable it for now (you do not have Moorestown platfrom) and PS/2 >>> subsystem should be back. >> >> The recent patchset from Feng should take care of this, right? > > Right, but Werner is not on Moorestown anyway so disabling X86_MRST should > be acceptable workaround for him. > Yes, but it would be nice to know if it got fixed properly as opposed to worked around, so Werner, if you're willing to test it it would be great. -hpa