From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from srv5.dvmed.net ([207.36.208.214]:63979 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S932188AbWJERUT (ORCPT ); Thu, 5 Oct 2006 13:20:19 -0400 Message-ID: <45253ECF.8080709@garzik.org> Date: Thu, 05 Oct 2006 13:20:15 -0400 From: Jeff Garzik MIME-Version: 1.0 Subject: Re: [PATCH] Consolidate check_signature References: <11600679551209-git-send-email-matthew@wil.cx> <11600679552794-git-send-email-matthew@wil.cx> In-Reply-To: <11600679552794-git-send-email-matthew@wil.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: Matthew Wilcox Cc: Linus Torvalds , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Matthew Wilcox List-ID: Matthew Wilcox wrote: > There's nothing arch-specific about check_signature(), so move it to > . Use a cross between the Alpha and i386 implementations > as the generic one. > > Signed-off-by: Matthew Wilcox IMO this isn't 2.6.19-rc1 material. Much more appropriate for 2.6.20, after living in -mm for a while. Jeff