From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FBFCC433B4 for ; Sat, 10 Apr 2021 12:09:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B093611BF for ; Sat, 10 Apr 2021 12:09:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234392AbhDJMKA (ORCPT ); Sat, 10 Apr 2021 08:10:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:57436 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231279AbhDJMJ7 (ORCPT ); Sat, 10 Apr 2021 08:09:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B560D611AF; Sat, 10 Apr 2021 12:09:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618056585; bh=ZnQfVUJlE/hyrfgDFzqUZAHEdNuh2Ys/CDqf/79/Vl4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oPaF0A6B+VWseOzTBs5PhQccHCzxoAYjsGaEBcaRskDQfpQ6GMK6LZEEh1ms0BmtH 4TKcMYCGyP7x3twJVuDIYbIbTWKxofA+Jgl3RWVb/ZqEdJPoDoKOgHQo/MD1JA4fM7 z05MaURqUHeD2JPoJ3daINyzKku8j59OZhMd7ziY= Date: Sat, 10 Apr 2021 14:09:42 +0200 From: Greg KH To: Christophe JAILLET Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 3/3] staging: rtl8712: Use existing arc4 implementation Message-ID: References: <7e16c40d5baa007dca81a12b967a597ed00d8dd7.1618055514.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Sat, Apr 10, 2021 at 01:56:57PM +0200, Christophe JAILLET wrote: > Use functions provided by instead of hand writing them. > > The implementations are slightly different, but are equivalent. It has > been checked with a test program which compares the output of the 2 sets of > functions. > > Signed-off-by: Christophe JAILLET I can not see patch 2/3 of this series, what happened to it? thanks, greg k-h