Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757889AbZGFIZX (ORCPT ); Mon, 6 Jul 2009 04:25:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757605AbZGFIZA (ORCPT ); Mon, 6 Jul 2009 04:25:00 -0400 Received: from mail-qy0-f193.google.com ([209.85.221.193]:42903 "EHLO mail-qy0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757930AbZGFIY7 convert rfc822-to-8bit (ORCPT ); Mon, 6 Jul 2009 04:24:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=S4a60MJw71xG0JdCXcfSd8BBiWJHSuZBzKV51jNdpKFa5r4LyfEUHtxY7ubOSQrygb kYUJJCgAAMWdgr2XCBf/HO5X5LvBnde0ZPyw/5QO+U40684I/peUOpkMSPMAW48mmuvW Taln+v0sHaE94a4HT+4rsww2tY/Vpl6o1toSg= MIME-Version: 1.0 In-Reply-To: <4A51B204.4090501@petalogix.com> References: <1245850289-6673-1-git-send-email-vapier@gentoo.org> <200906241724.30947.arnd@arndb.de> <8bd0f97a0906241243k1d4a6d25x3216e940b356d2ca@mail.gmail.com> <200906251255.06984.arnd@arndb.de> <4A51B204.4090501@petalogix.com> From: Mike Frysinger Date: Mon, 6 Jul 2009 04:24:42 -0400 Message-ID: <8bd0f97a0907060124t7a2641b8k8fe28f78f70fd3cf@mail.gmail.com> Subject: Re: [PATCH] add checksum selftest To: michal.simek@petalogix.com Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 24 On Mon, Jul 6, 2009 at 04:12, Michal Simek wrote: > Arnd Bergmann wrote: >> On Wednesday 24 June 2009, Mike Frysinger wrote: >>> ok, i can see that for the result, but how do i handle the functions >>> that also take a __wsum ?  do i just always pass them 0 to avoid >>> implementation issues ? >> >> No, any __wsum you pass in there should be fine, because that one >> gets folded in in the end. > > Mike do you have any updated patch? I would like to check it on > Microblaze too. the latest code i have is here: http://git.kernel.org/?p=linux/kernel/git/vapier/blackfin.git;a=shortlog;h=asm-generic but i havent finished integrating the tests and i think they currently fail on Blackfin due to it -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/