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 11182C433EF for ; Fri, 10 Dec 2021 06:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237056AbhLJGqq (ORCPT ); Fri, 10 Dec 2021 01:46:46 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:54382 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233015AbhLJGqp (ORCPT ); Fri, 10 Dec 2021 01:46:45 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 7F3D7CE29F5; Fri, 10 Dec 2021 06:43:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0E31C00446; Fri, 10 Dec 2021 06:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1639118587; bh=1o9uYn87Vnh04Sc9CImuxM/RMkn6GYPUKWR1WL/rh6o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N/iLusVGSAZC/Fzp7LTmS7jA5GWGfbjsJ/xjBmLrbU3EfQGj47iczvpFhASosdn8c zLSaUiRprLN4O3/UOFSVid8stEtieZHx7pExmfkAdZ8Z4WvZPYTEKLYv6Njqpx5r7A JOQbNYYkyeBDe7qlFakg+h0qIUr62+n0PY16K4nA= Date: Fri, 10 Dec 2021 07:43:00 +0100 From: Greg KH To: Alex Komrakov Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, Hoi Kim Subject: Re: [PATCH 1/1] Calculate the monotonic clock from the timespec clock to genereate pps PPS elapsed realtime event value and stores the result into /sys/class/pps/pps0/assert_elapsed. Message-ID: References: <70960a71e92f34bfa0d0f3cd82fb289d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70960a71e92f34bfa0d0f3cd82fb289d@mail.gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 09, 2021 at 03:28:32PM -0800, Alex Komrakov wrote: > -- > This electronic communication and the information and any files transmitted > with it, or attached to it, are confidential and are intended solely for > the use of the individual or entity to whom it is addressed and may contain > information that is confidential, legally privileged, protected by privacy > laws, or otherwise restricted from disclosure to anyone else. If you are > not the intended recipient or the person responsible for delivering the > e-mail to the intended recipient, you are hereby notified that any use, > copying, distributing, dissemination, forwarding, printing, or copying of > this e-mail is strictly prohibited. If you received this e-mail in error, > please return the e-mail to the sender, delete it from your computer, and > destroy any printed copy of it. Now deleted.