Message ID | 20230228223838.3794807-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-cifs-owner@vger.kernel.org> 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 415BCC64EC7 for <linux-cifs@archiver.kernel.org>; Tue, 28 Feb 2023 22:39:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229827AbjB1Wjf (ORCPT <rfc822;linux-cifs@archiver.kernel.org>); Tue, 28 Feb 2023 17:39:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229945AbjB1Wj3 (ORCPT <rfc822;linux-cifs@vger.kernel.org>); Tue, 28 Feb 2023 17:39:29 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53D8D15571 for <linux-cifs@vger.kernel.org>; Tue, 28 Feb 2023 14:38:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1677623926; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=EJkMR1yW1VwQXrb2e38VKDBxR+/bnLnE1QvDu6Bz41c=; b=aaiHvzyo5dKac1bZEMqVsUFiJ4VQSG/qoFP/7ffHSNLbMgacJirH0JA9tyJ8Dz9G9v88Xf h9jXeq/tD4CJTqgvf220CCE67a/WYBQnfx9m7NBgRh7kMXU6cqhoM3n3+II86pRb7vixUc LgH8dm8AC3C402z9orexybRrbsvKADg= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-201-BVQoJkQ5ObCj-2C6iWfEpw-1; Tue, 28 Feb 2023 17:38:43 -0500 X-MC-Unique: BVQoJkQ5ObCj-2C6iWfEpw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5AFCF3810B07; Tue, 28 Feb 2023 22:38:42 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0E66E2026D4B; Tue, 28 Feb 2023 22:38:40 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Steve French <smfrench@gmail.com> Cc: David Howells <dhowells@redhat.com>, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Tom Talpey <tom@talpey.com>, Stefan Metzmacher <metze@samba.org>, Jeff Layton <jlayton@kernel.org>, linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/1] smb3: Memory leak/page refcount overflow fix Date: Tue, 28 Feb 2023 22:38:37 +0000 Message-Id: <20230228223838.3794807-1-dhowells@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: <linux-cifs.vger.kernel.org> X-Mailing-List: linux-cifs@vger.kernel.org |
Series |
smb3: Memory leak/page refcount overflow fix
|
expand
|