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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 5982EC6778F for ; Thu, 26 Jul 2018 16:38:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1487A20893 for ; Thu, 26 Jul 2018 16:38:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1487A20893 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=davemloft.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732841AbeGZRzm (ORCPT ); Thu, 26 Jul 2018 13:55:42 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:42108 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730413AbeGZRzm (ORCPT ); Thu, 26 Jul 2018 13:55:42 -0400 Received: from localhost (c-24-20-22-31.hsd1.or.comcast.net [24.20.22.31]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 6FE6D108D97FF; Thu, 26 Jul 2018 09:38:05 -0700 (PDT) Date: Thu, 26 Jul 2018 09:38:04 -0700 (PDT) Message-Id: <20180726.093804.2252464862352891320.davem@davemloft.net> To: anders.roxell@linaro.org Cc: shuah@kernel.org, davejwatson@fb.com, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] selftests/net: add tls to .gitignore From: David Miller In-Reply-To: <20180726095358.30534-1-anders.roxell@linaro.org> References: <20180726095358.30534-1-anders.roxell@linaro.org> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 26 Jul 2018 09:38:05 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Anders Roxell Date: Thu, 26 Jul 2018 11:53:58 +0200 > Add the tls binary to .gitignore > > Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets") > Signed-off-by: Anders Roxell Applied to net-next, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem at davemloft.net (David Miller) Date: Thu, 26 Jul 2018 09:38:04 -0700 (PDT) Subject: [PATCH] selftests/net: add tls to .gitignore In-Reply-To: <20180726095358.30534-1-anders.roxell@linaro.org> References: <20180726095358.30534-1-anders.roxell@linaro.org> Message-ID: <20180726.093804.2252464862352891320.davem@davemloft.net> From: Anders Roxell Date: Thu, 26 Jul 2018 11:53:58 +0200 > Add the tls binary to .gitignore > > Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets") > Signed-off-by: Anders Roxell Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Thu, 26 Jul 2018 09:38:04 -0700 (PDT) Subject: [PATCH] selftests/net: add tls to .gitignore In-Reply-To: <20180726095358.30534-1-anders.roxell@linaro.org> References: <20180726095358.30534-1-anders.roxell@linaro.org> Message-ID: <20180726.093804.2252464862352891320.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" Message-ID: <20180726163804.NehShj6lJuUduiaudtVsdCNKTsxTMdE84k4MBO6Fw6Q@z> From: Anders Roxell Date: Thu, 26 Jul 2018 11:53:58 +0200 > Add the tls binary to .gitignore > > Fixes: 7f657d5bf507 ("selftests: tls: add selftests for TLS sockets") > Signed-off-by: Anders Roxell Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html