From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Fsquy-0000tH-5m for user-mode-linux-devel@lists.sourceforge.net; Tue, 20 Jun 2006 17:50:04 -0700 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Fsqux-0002gi-E7 for user-mode-linux-devel@lists.sourceforge.net; Tue, 20 Jun 2006 17:50:04 -0700 Date: Tue, 20 Jun 2006 20:49:30 -0400 From: Jeff Dike Message-ID: <20060621004930.GA8274@ccure.user-mode-linux.org> References: <200606202225.k5KMP3U5006871@ccure.user-mode-linux.org> <20060620225522.GK22737@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20060620225522.GK22737@sequoia.sous-sol.org> Subject: Re: [uml-devel] [stable] [-stable PATCH] UML - fix uptime List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Chris Wright Cc: stable@kernel.org, user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org On Tue, Jun 20, 2006 at 03:55:22PM -0700, Chris Wright wrote: > * Jeff Dike (jdike@addtoit.com) wrote: > > The use of unsigned instead of unsigned here broke the calculations on > ^^^^^^^^ ^^^^^^^^ > Hard to imagine how that would cause a problem ;-) Heh, feel free to fix. > Queued for -stable, thanks. Thanks. Jeff _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751880AbWFUAuS (ORCPT ); Tue, 20 Jun 2006 20:50:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751886AbWFUAuS (ORCPT ); Tue, 20 Jun 2006 20:50:18 -0400 Received: from saraswathi.solana.com ([198.99.130.12]:7132 "EHLO saraswathi.solana.com") by vger.kernel.org with ESMTP id S1751880AbWFUAuR (ORCPT ); Tue, 20 Jun 2006 20:50:17 -0400 Date: Tue, 20 Jun 2006 20:49:30 -0400 From: Jeff Dike To: Chris Wright Cc: stable@kernel.org, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [stable] [-stable PATCH] UML - fix uptime Message-ID: <20060621004930.GA8274@ccure.user-mode-linux.org> References: <200606202225.k5KMP3U5006871@ccure.user-mode-linux.org> <20060620225522.GK22737@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060620225522.GK22737@sequoia.sous-sol.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 20, 2006 at 03:55:22PM -0700, Chris Wright wrote: > * Jeff Dike (jdike@addtoit.com) wrote: > > The use of unsigned instead of unsigned here broke the calculations on > ^^^^^^^^ ^^^^^^^^ > Hard to imagine how that would cause a problem ;-) Heh, feel free to fix. > Queued for -stable, thanks. Thanks. Jeff