Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp628838imu; Fri, 11 Jan 2019 06:27:44 -0800 (PST) X-Google-Smtp-Source: ALg8bN6+1je/P40hZVdUFWbFisGKziOIcbqtp5NhJj6dyk/G5w/bw0m6hWGBhuaSAfwbIDNEfJJs X-Received: by 2002:a62:5c41:: with SMTP id q62mr15060186pfb.171.1547216864494; Fri, 11 Jan 2019 06:27:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547216864; cv=none; d=google.com; s=arc-20160816; b=t1B4a3ta8kgVRkr9MJ0ZkSuD6vuguL+ICwSjzr0ObvaW6nlyQNIzod/7nzgEmXrIwX NnkFM1ZSZXoHsQbKKx+Gy2WT5Q8GFV+58Cn4evBwvRkfIpoR9Mwws75hB/8R4OTy4EHX ZWaMxK+ERJAkWPrW1Xd5a22OiuuKVVjTKXDtusHyeSc/j7urE+/bCGAV4tE/pKpPn1JI HKTnTR8QXaUQsakEqe3y2cQCZSK9c18OCJuqWCyLpHmI026TLAwmF1GIVBclAleaQdmc vfvVRbQ5Nu63kZc07BNpFxk763FAjxn7uacIfa8aVNcAyoPEAv8cy8pxCNMNwIpjikoG bBNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=HK6EEG29Q8X7iBp1bxmvw0oB0xmViMyl/UQUPgRHyg8=; b=qtHamcIfEpajvJhubbzt3VdSEOkv8fMGn5U7psKC3Wf3qtncw8JK9ar99Dx0RFm9Xi 3V6zvpxvVySygx257A6xKo5hAx9mCKxldt2OQRmvHKwZV2mdeDF8xlp6o4//xVNCxAQr hXsK/lcW6jYK2oRT0P75VgV0ItmLeWc44YF/XEiVIntb645teszY+bqkn3HJ1+4fHA71 yJxJSch3f/6tLl8in12V6YVySPuP4qb9qsd8nnmq3pzz/NMwPPqbkOrI03LGYJJC8WW/ vwSQsDrVDmEEpxvUZrAr56u77Ryn5HeLFE3kEpHyOqMKqeNq3DH7Pn1WfodwfdmVP17x kXGQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GbeMoYZm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c24si74013977pgk.269.2019.01.11.06.27.29; Fri, 11 Jan 2019 06:27:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=GbeMoYZm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732895AbfAKOWo (ORCPT + 99 others); Fri, 11 Jan 2019 09:22:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:35966 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730968AbfAKOTL (ORCPT ); Fri, 11 Jan 2019 09:19:11 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 284932183F; Fri, 11 Jan 2019 14:19:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547216350; bh=OBdc61lQxiXNHbBuOCVX8JL08GRm5mznpK2z/dGS9A0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GbeMoYZmU8Ds7FaeLTiWAUK75CbwvWj6nSzEujnd97nZBJ/FroTTx0RD/cHXaoXqC wbyCF+aAM6To20Acyk9lV96IHUoxTKm77FvBCNdV6pEqk3trGL4BNqWeZTN0siWwbf nmg87kBYRBZmD2qtR7fH5IPSdXmrfWlBGEJfy9js= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Pavel Tikhomirov , Vasily Averin , NeilBrown , "J. Bruce Fields" , stable@kernel.org Subject: [PATCH 4.4 68/88] sunrpc: fix cache_head leak due to queued request Date: Fri, 11 Jan 2019 15:08:37 +0100 Message-Id: <20190111131057.402185567@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190111131045.137499039@linuxfoundation.org> References: <20190111131045.137499039@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Vasily Averin commit 4ecd55ea074217473f94cfee21bb72864d39f8d7 upstream. After commit d202cce8963d, an expired cache_head can be removed from the cache_detail's hash. However, the expired cache_head may be waiting for a reply from a previously submitted request. Such a cache_head has an increased refcounter and therefore it won't be freed after cache_put(freeme). Because the cache_head was removed from the hash it cannot be found during cache_clean() and can be leaked forever, together with stalled cache_request and other taken resources. In our case we noticed it because an entry in the export cache was holding a reference on a filesystem. Fixes d202cce8963d ("sunrpc: never return expired entries in sunrpc_cache_lookup") Cc: Pavel Tikhomirov Cc: stable@kernel.org # 2.6.35 Signed-off-by: Vasily Averin Reviewed-by: NeilBrown Signed-off-by: J. Bruce Fields Signed-off-by: Greg Kroah-Hartman --- net/sunrpc/cache.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -54,6 +54,11 @@ static void cache_init(struct cache_head h->last_refresh = now; } +static void cache_fresh_locked(struct cache_head *head, time_t expiry, + struct cache_detail *detail); +static void cache_fresh_unlocked(struct cache_head *head, + struct cache_detail *detail); + struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, struct cache_head *key, int hash) { @@ -95,6 +100,7 @@ struct cache_head *sunrpc_cache_lookup(s if (cache_is_expired(detail, tmp)) { hlist_del_init(&tmp->cache_list); detail->entries --; + cache_fresh_locked(tmp, 0, detail); freeme = tmp; break; } @@ -110,8 +116,10 @@ struct cache_head *sunrpc_cache_lookup(s cache_get(new); write_unlock(&detail->hash_lock); - if (freeme) + if (freeme) { + cache_fresh_unlocked(freeme, detail); cache_put(freeme, detail); + } return new; } EXPORT_SYMBOL_GPL(sunrpc_cache_lookup);