Message ID | 87abe81a-1c6f-76b9-6e58-1302a0fada0f@virtuozzo.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 277DE1399 for <patchwork-linux-nfs@patchwork.kernel.org>; Thu, 20 Dec 2018 13:56:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 12CA220602 for <patchwork-linux-nfs@patchwork.kernel.org>; Thu, 20 Dec 2018 13:56:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0375E288D2; Thu, 20 Dec 2018 13:56:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9C65220602 for <patchwork-linux-nfs@patchwork.kernel.org>; Thu, 20 Dec 2018 13:56:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733179AbeLTN42 (ORCPT <rfc822;patchwork-linux-nfs@patchwork.kernel.org>); Thu, 20 Dec 2018 08:56:28 -0500 Received: from relay.sw.ru ([185.231.240.75]:44424 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728803AbeLTN42 (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Thu, 20 Dec 2018 08:56:28 -0500 Received: from [172.16.24.21] by relay.sw.ru with esmtp (Exim 4.91) (envelope-from <vvs@virtuozzo.com>) id 1gZyoH-0004xK-Gq; Thu, 20 Dec 2018 16:56:21 +0300 From: Vasily Averin <vvs@virtuozzo.com> Subject: [PATCH v2 0/4] use-after-free in svc_process_common() To: Trond Myklebust <trond.myklebust@hammerspace.com>, Anna Schumaker <anna.schumaker@netapp.com> Cc: "J. Bruce Fields" <bfields@fieldses.org>, Jeff Layton <jlayton@kernel.org>, Chuck Lever <chuck.lever@oracle.com>, linux-nfs@vger.kernel.org, Evgenii Shatokhin <eshatokhin@virtuozzo.com> Message-ID: <87abe81a-1c6f-76b9-6e58-1302a0fada0f@virtuozzo.com> Date: Thu, 20 Dec 2018 16:56:20 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series | use-after-free in svc_process_common() | expand |