From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757805AbYG3BUI (ORCPT ); Tue, 29 Jul 2008 21:20:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753358AbYG3BT5 (ORCPT ); Tue, 29 Jul 2008 21:19:57 -0400 Received: from qb-out-0506.google.com ([72.14.204.233]:4355 "EHLO qb-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671AbYG3BT4 (ORCPT ); Tue, 29 Jul 2008 21:19:56 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=f7YioxzllvUMn7fOYmq/xlns5KMtIQEC/XcusJ+FUKKY/yFED2/6F1sjKMJkrDdywy ZVpPPGHi1UadXfilkZjpiY/n+TgV1kheGfTSBT3A+uw1XD0aK/pZUuIHyUG/9gUAEpAt GU77rkTs+DGFXsaC8ZrWXit2cGhRqYvmQcXS0= Message-ID: Date: Wed, 30 Jul 2008 09:19:55 +0800 From: "Jeff Chua" To: "Eli Collins" Subject: Re: please revert commit 53f1b1433da7eac2607a4a0898a221a4485fd732 (rtc: push the BKL down into the driver ioctl method) Cc: petr@vmware.com, "H. Peter Anvin" , lkml , "Alan Cox" , "Linus Torvalds" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4889F78B.9090202@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 30, 2008 at 7:21 AM, Eli Collins wrote: > The module fixes for 2.6.26+ kernels are in upcoming releases and should > get backported to older ones. Thanks, just let me know when it'll be available and I'll be more than happy to test it out for you. At the mean time, I've worked around the problem by adding back .ioctl that vmware is can work in 2.6.27-rc1. Thanks, Jeff.