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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43A75C00140 for ; Mon, 8 Aug 2022 20:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233498AbiHHUC3 (ORCPT ); Mon, 8 Aug 2022 16:02:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbiHHUC1 (ORCPT ); Mon, 8 Aug 2022 16:02:27 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1CACC61 for ; Mon, 8 Aug 2022 13:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=xuax5FyxMCBfCamXC1AuNaZFuy6ezKIaQY6pnyKYcso=; b=IRN6WZOMm6dCI/ccr00IejCv6/ /tVF28vIrIA8iQhtKe/6nom6TDYAaQ35bzRvPEXvhAbO2wvYmua+HuflQ+DecYn/vwzC267zjNNiw YeC+dmkF87c9kWP8yxMmnM0VpkQ3Y/4/k1+pGFyOHA5Y5eZ+/Wo4QvDq1Glmnt0aSGYI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oL8xE-00CksP-FY; Mon, 08 Aug 2022 22:02:24 +0200 Date: Mon, 8 Aug 2022 22:02:24 +0200 From: Andrew Lunn To: Mahendra SP Cc: netdev@vger.kernel.org Subject: Re: TAHI IPv6 test failures on 4.19 LTS Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Aug 08, 2022 at 10:17:24AM +0530, Mahendra SP wrote: > Hi, > > We are seeing a total 18 failures when TAHI IPv6 conformance test tool > is run against kernel version 4.19 ( specifically 4.19.29 ) It is unlikely anybody will help you with 4.19.29. You might get some help if you reported problems against the latest 4.19, i.e. currently 4.19.254. Andrew