From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752096Ab1LUFlT (ORCPT ); Wed, 21 Dec 2011 00:41:19 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:60900 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750924Ab1LUFlQ (ORCPT ); Wed, 21 Dec 2011 00:41:16 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=fyo4YYzEj1Z1wRMzkY7EJCQFCL5rS9GI yvEWmAX2M+ks7no3uNF+LtQUM8glpatDZzhoqkdrfThgSiK/DTzwvb25bTZbotmR dt0EBUft8F0W4C1BC70ofBueRRTLxtDOFxQGZ0B7yIXzwCA128rvk3V1d+XAg71U KEwkYFtjlUw= From: Junio C Hamano To: Linus Torvalds Cc: "Theodore Ts'o" , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] ext4 bugfixes for 3.2-rc5 References: Date: Tue, 20 Dec 2011 21:41:12 -0800 In-Reply-To: (Linus Torvalds's message of "Wed, 14 Dec 2011 18:50:07 -0800") Message-ID: <7v4nwuiirr.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 656A793A-2B96-11E1-AEC8-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds writes: > On Wed, Dec 14, 2011 at 11:20 AM, Theodore Ts'o wrote: >> >> There is a signed tag tytso-for-linus-20111214 covering these patches, >> which fix a potential hang, crash (on big endian), and data corruption >> bugs which show up when using fsx and/or Hugh's kernel compile/mm >> torture test. > > Ok, since I build my own git versions, I have one that can pull signed > tags and automatically verifies them and saves the signed tag > information as part of the commit object. Just a note. The new feature was broken when the pull has conflict that needs to be resolved and concluded with "git commit". The version of git from 'master' as of today should have a fix, but older ones forgot to record the mergetag in the resulting commit object.