Received: by 2002:a17:90a:1609:0:0:0:0 with SMTP id n9csp854271pja; Wed, 1 Apr 2020 09:53:36 -0700 (PDT) X-Google-Smtp-Source: APiQypLOuJNbKGLiHCZj09MjyiG3ZZlkDLDnH/pBrjC+xS9ZAXS0PcnMa9LGc4t++xEL36npU9ZI X-Received: by 2002:aca:1812:: with SMTP id h18mr3705734oih.107.1585760015948; Wed, 01 Apr 2020 09:53:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585760015; cv=none; d=google.com; s=arc-20160816; b=wd9d8CF+opyibYa1zhn73xtA12PYb2ZbfAOOzWW19nLi3//ibuuR+03fy3L+GOq1Zl USbbQYFoZYqiZD5+GGHbitpJ3OQnLJFxJOB4vp9yXsr0J1pDOtF+0eYcS/N+Nb3tQ5ER AwX5/eqSBFLE73GTyLh0dXwSA+mkW6KncLtNnY3Raq4kBCxm/NtuSUsy2lY+GtxNaz+w Tz/8Q14iOrSxyW87sLZy9bbv170RDkunqY5f53TSsgAmUtwoMSYuZcpdubdeYrRq+7w2 rPtcN4WjDCYrDKuEK4QlSnm9GM+bB1/GgWHtkUj6vh5EG7Uu5UHO4vl4ka3kGtq5/C24 jrkg== 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=QF7J1/udcCXK4B9rZI26DVbXx2GBpzfVNXuP++RPLI0=; b=DP9d2P8BAg01UNt/XB5EE6jsLOZuWgUIMJ0oIOa3uz507yATWx4aaKuYWxXCRpXpt1 qcOxcInI/mNePfeXJCMAFMeR1myS7iaQuzlAB0hs3xXmj5k3bEhMi1a78ZhlDaB4qORe v6b/9gRMegqs29ASwAf1dO+fSCvaogRAOb0gxy7FpHbeT+3ZNd4d38iunaHWgdPV+OqT T2Lb4/IOPcCfTbLTUSaG/N4lve3f3d3fuuV4jVdTsdHIb3cA4bKF49o47/6cBqVvjLrF 8WiA6r2Unm/ocLgcdSdPJF2MEvdDTOkKM0kxUKSwCWftCGPWaHVrmgC7gpwOa21F6jEF 2c9w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BdvhjNMW; 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 g8si1256050otn.56.2020.04.01.09.53.23; Wed, 01 Apr 2020 09:53:35 -0700 (PDT) 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=BdvhjNMW; 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 S2388760AbgDAQfk (ORCPT + 99 others); Wed, 1 Apr 2020 12:35:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:34356 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388322AbgDAQff (ORCPT ); Wed, 1 Apr 2020 12:35:35 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 79A6B20BED; Wed, 1 Apr 2020 16:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585758934; bh=Y48+j7XGhXX/OxaFoe8wgA3dfctoxSz/8JfDkwkdkEQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BdvhjNMWniCG3Phvqz/tI7UpfAuLzP3ULOt/Opdo9/Gwg8PhsCWkK1qol/p17dnAf mNJ1QiZ7YMjpShvBTUYgB52PVisPy+eLhfzdPkKlaDceY2bvOByKmuUX/ki3GExgfZ ge0vcYiL7+FrSR6uK6bAN2BPvD5wHOlih3DyzYOA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jann Horn , Linus Torvalds Subject: [PATCH 4.9 025/102] mm: slub: be more careful about the double cmpxchg of freelist Date: Wed, 1 Apr 2020 18:17:28 +0200 Message-Id: <20200401161537.757657267@linuxfoundation.org> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200401161530.451355388@linuxfoundation.org> References: <20200401161530.451355388@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Linus Torvalds commit 5076190daded2197f62fe92cf69674488be44175 upstream. This is just a cleanup addition to Jann's fix to properly update the transaction ID for the slub slowpath in commit fd4d9c7d0c71 ("mm: slub: add missing TID bump.."). The transaction ID is what protects us against any concurrent accesses, but we should really also make sure to make the 'freelist' comparison itself always use the same freelist value that we then used as the new next free pointer. Jann points out that if we do all of this carefully, we could skip the transaction ID update for all the paths that only remove entries from the lists, and only update the TID when adding entries (to avoid the ABA issue with cmpxchg and list handling re-adding a previously seen value). But this patch just does the "make sure to cmpxchg the same value we used" rather than then try to be clever. Acked-by: Jann Horn Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- mm/slub.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/mm/slub.c +++ b/mm/slub.c @@ -2935,11 +2935,13 @@ redo: barrier(); if (likely(page == c->page)) { - set_freepointer(s, tail_obj, c->freelist); + void **freelist = READ_ONCE(c->freelist); + + set_freepointer(s, tail_obj, freelist); if (unlikely(!this_cpu_cmpxchg_double( s->cpu_slab->freelist, s->cpu_slab->tid, - c->freelist, tid, + freelist, tid, head, next_tid(tid)))) { note_cmpxchg_failure("slab_free", s, tid);