From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261309AbVFNTlR (ORCPT ); Tue, 14 Jun 2005 15:41:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261312AbVFNTlR (ORCPT ); Tue, 14 Jun 2005 15:41:17 -0400 Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:29095 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S261309AbVFNTlO (ORCPT ); Tue, 14 Jun 2005 15:41:14 -0400 Date: Tue, 14 Jun 2005 12:41:03 -0700 (PDT) Message-Id: <20050614.124103.23013433.davem@davemloft.net> To: qboosh@pld-linux.org Cc: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [PATCH 2.4][SPARC64] fix sys32_utimes(somefile, NULL) From: "David S. Miller" In-Reply-To: <20050614192306.GC13702@fngna.oyu> References: <20050614192306.GC13702@fngna.oyu> X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Jakub Bogusz Date: Tue, 14 Jun 2005 21:23:06 +0200 > This patch fixes utimes(somefile, NULL) syscalls on sparc64 kernel with > 32-bit userland - use of uninitialized value resulted in making random > timestamps, which confused e.g. sudo. > It has been already fixed (by davem) in linux-2.6 tree 30 months ago. > > Signed-off-by: Jakub Bogusz Thanks a lot Jakub, I'll push this to Marcelo as soon as he opens up his 2.4.x GIT tree.