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=-1.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, T_DKIMWL_WL_MED,URIBL_BLOCKED autolearn=unavailable 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 85A68C04A6B for ; Wed, 8 May 2019 08:11:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 525C7214C6 for ; Wed, 8 May 2019 08:11:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=nexedi.com header.i=kirr@nexedi.com header.b="IW+d8qjE"; dkim=pass (1024-bit key) header.d=mandrillapp.com header.i=@mandrillapp.com header.b="QjPuaOYm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726931AbfEHILC (ORCPT ); Wed, 8 May 2019 04:11:02 -0400 Received: from mail133-31.atl131.mandrillapp.com ([198.2.133.31]:47199 "EHLO mail133-31.atl131.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726082AbfEHILB (ORCPT ); Wed, 8 May 2019 04:11:01 -0400 X-Greylist: delayed 1801 seconds by postgrey-1.27 at vger.kernel.org; Wed, 08 May 2019 04:11:00 EDT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=mandrill; d=nexedi.com; h=From:Subject:To:Cc:Message-Id:References:In-Reply-To:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; i=kirr@nexedi.com; bh=k6xxt/3kcIYL7oHUmKqKRsF4bdAZAtMRpKsnmgM5468=; b=IW+d8qjEwQLiRgF1R0fpdH+E0syL0FeSIXjYIdGcoqsXvBqswEsnEONUtBbhrc4mz2GrLcQEM+55 89sVT7w9PSq3rS+fPc9nsZLkv8H5MVr+h6UYBbaxBeFAjK3jfR6DrK+jQst7yanxBNpG/bTrL5zz fqXgxqyy8GyD+VHDR2o= Received: from pmta02.mandrill.prod.atl01.rsglab.com (127.0.0.1) by mail133-31.atl131.mandrillapp.com id hqa7h81sar8r for ; Wed, 8 May 2019 07:40:58 +0000 (envelope-from ) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mandrillapp.com; i=@mandrillapp.com; q=dns/txt; s=mandrill; t=1557301258; h=From : Subject : To : Cc : Message-Id : References : In-Reply-To : Date : MIME-Version : Content-Type : Content-Transfer-Encoding : From : Subject : Date : X-Mandrill-User : List-Unsubscribe; bh=k6xxt/3kcIYL7oHUmKqKRsF4bdAZAtMRpKsnmgM5468=; b=QjPuaOYmbFNdd3rQYgdgpjdY/b5tnKtpVWuncfR7KaxxD9/3MyIa/+68WW8FGWDsbn6T5T 2tUc+nxAKjVsef8d5jWvrK6tRZIapMWA9U/AEyRrjWk76eyRheLwPIJoxmZUB1TqFofcD/A5 6Gn2oW9jUw1l9HY2UHlS1+ppKoPuA= From: Kirill Smelkov Subject: Re: [PATCH 0/3] stream_open bits for Linux 5.2 Received: from [87.98.221.171] by mandrillapp.com id f2b1a75a65bd42d4b7976fd4d60cb28b; Wed, 08 May 2019 07:40:58 +0000 To: Linus Torvalds Cc: Al Viro , Arnd Bergmann , Christoph Hellwig , Greg Kroah-Hartman , Pavel Machek , Rasmus Villemoes , Miklos Szeredi , linux-fsdevel , Linux List Kernel Mailing Message-Id: <20190508074048.GA2907@deco.navytux.spb.ru> References: <20190507190939.GA12729@deco.navytux.spb.ru> In-Reply-To: X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=31050260.f2b1a75a65bd42d4b7976fd4d60cb28b X-Mandrill-User: md_31050260 Date: Wed, 08 May 2019 07:40:58 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 07, 2019 at 12:18:03PM -0700, Linus Torvalds wrote: > On Tue, May 7, 2019 at 12:09 PM Kirill Smelkov wrote: > > > > I've pushed corresponding gpg-signed tag (stream_open-5.2) to my tree. I > > did not go the gpg way initially because we do not have a gpg-trust > > relation established and so I thought that signing was useless. > > Ok, since I hadn't pushed out my pull yet, I just re-did it with your > signature, so that the key is visible in the git tree. Thanks.