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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 9F38CC433DF for ; Wed, 14 Oct 2020 00:22:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51CEA20797 for ; Wed, 14 Oct 2020 00:22:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602634929; bh=LrRHWxAmu53K+XRuzJU2+I0WmRKHk+eGQsEh2cbtxlA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=nUpIqX9gs4Lv8BBr+BU1I3KAqPXBQu3CLQ8n6RpU6wjdeq0VOtOoYeuVueEK+Mbze rnIRYLBVTBH9RHaa+tQfpXsi9ibsTDHNWGWJLgBe45WteIYapRzmdw2b3RWzWnnZE+ TdDhv34MpsdhXyFvxKui4eNiYn5yNxn0yoBN0Nko= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730429AbgJNAWI (ORCPT ); Tue, 13 Oct 2020 20:22:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:50428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727122AbgJNAWH (ORCPT ); Tue, 13 Oct 2020 20:22:07 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 333B72078A; Wed, 14 Oct 2020 00:22:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602634927; bh=LrRHWxAmu53K+XRuzJU2+I0WmRKHk+eGQsEh2cbtxlA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MGUFzumryJ98wz/psgeB/bdqiEMxawJO+hjX5AIG/kdvAPm8ZwqRDj71XYMwXp1va fG150i6KwG5Aux1EThQWxLHzLC1F5QbVPbL8Vq3cfZYoKXLtNDPczexm3C68p0aecz zptLIyzV7p/auj93cThm9VaZ+BD3hBWaHLlMuSYk= Date: Tue, 13 Oct 2020 17:22:05 -0700 From: Jakub Kicinski To: Deepa Dinamani Cc: Willem de Bruijn , Christian Eggers , "David S . Miller" , Christoph Hellwig , Network Development , linux-kernel Subject: Re: [PATCH net v2 1/2] socket: fix option SO_TIMESTAMPING_NEW Message-ID: <20201013172205.4fa0d90d@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20201012093542.15504-1-ceggers@arri.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Oct 2020 22:10:31 -0700 Deepa Dinamani wrote: > > On Mon, Oct 12, 2020 at 5:36 AM Christian Eggers wrote: > > > v2: > > > ----- > > > - integrated proposal from Willem de Bruijn > > > - added Reviewed-by: from Willem and Deepa > > You may add my > Acked-by: Deepa Dinamani Applied both, thanks everyone!