Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1091567imu; Fri, 4 Jan 2019 12:56:08 -0800 (PST) X-Google-Smtp-Source: ALg8bN7zUV6IRZZbek6t00OTSYxHYX9SrkWI2qbUTKmxMif6JZ/9qyVSq35nlg2Qc6PO3QHhHrRY X-Received: by 2002:a65:6417:: with SMTP id a23mr50110716pgv.236.1546635368079; Fri, 04 Jan 2019 12:56:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546635368; cv=none; d=google.com; s=arc-20160816; b=fJRgNJZwU62QLtTGlzATk+uGOedNKE240A6yc+w4igkcwiXqv3f15r/zUF2LcHKsST CUdBBge8RwG8Ad82g+dtIM4cUD87TDGT6XZBe2fGwekXSbYNMRoHawQJOZ2Q9cG3oQzn u9FIJsghH5CJiPqJlz19sRKko1gZFTzMfD5YmQNQdOsw6jQ5rxBvNCacMCZEXWBMzEQx Tyxc1N82YExjh0aAmulrtXTpa2PoO8np9jX8M/HMjAALrEPrirh4HqKQBZJtb5H4oKcU 8fnJeJN6ti+HhBPmg5wFfn8KiI+rY5wu/LYsBRJEgw2+5EPUkj8c4zv8phetSnna/bjM UIEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=cSP5EAimxmg6mOWHW9iCNnhcs1bHov1NW3G/mTj/U10=; b=kNxXqP6j6R/jMOqGyUgyECHIKPUm1Op+NhkiK4hAKnplcxla+bomIiuPBR8gI89Srn wLGiCbYEHmU7CoIoEtVvwZHkhK9qCri+LBInalMn7RxigNluIlY55fcp3uXpf14W6XO8 Jc1cBqNd6ejfIa/kvwFFIGsOuXcVmgCj72U5Vowb3BS1pHogLMDuFPlsc0N2zgTYrlnV TkuFDruSu4zn/p0hRDPwWgg3FpksNpMv7kHfH9hHB4vE5Bid//bSc8O+cG6H3G3QW7A6 w2TY+f6HUh3FaBqmSTHIT55KZnA+2oheandMxfFh4QkNpwYbRa6jLI3+K9imXHK8HSYn 7l5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t4si23206201pgg.110.2019.01.04.12.55.52; Fri, 04 Jan 2019 12:56:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726235AbfADUyh (ORCPT + 99 others); Fri, 4 Jan 2019 15:54:37 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:48616 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbfADUyf (ORCPT ); Fri, 4 Jan 2019 15:54:35 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (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 ABB2C14C5C7FE; Fri, 4 Jan 2019 12:54:34 -0800 (PST) Date: Fri, 04 Jan 2019 12:54:34 -0800 (PST) Message-Id: <20190104.125434.2239560197580981867.davem@davemloft.net> To: ap420073@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, daniel@iogearbox.net, ast@kernel.org, mcgrof@kernel.org Subject: Re: [PATCH net 0/4] net: bpfilter: fix two bugs in bpfilter From: David Miller In-Reply-To: <20181230163045.20813-1-ap420073@gmail.com> References: <20181230163045.20813-1-ap420073@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Fri, 04 Jan 2019 12:54:34 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Taehee Yoo Date: Mon, 31 Dec 2018 01:30:45 +0900 > This patches fix two bugs in the bpfilter_umh which are related in > iptables command. ... I am still thinking about these patches, sorry for taking so long to give a response. Thank you.