Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp311229pxu; Thu, 15 Oct 2020 04:44:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwWR3oN0LHvZLGL+h8jsAjAyatPxevjB040EJcpXs+cLnW68Omfn3O34WclvaxtyBfh9Ljd X-Received: by 2002:a05:6402:209:: with SMTP id t9mr4095507edv.208.1602762292173; Thu, 15 Oct 2020 04:44:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602762292; cv=none; d=google.com; s=arc-20160816; b=k9l/sGsKd1pZ+P71+GvJOHj9HCNDdkcRkPJDFnNenLpLaT6JOZ7q3VdYcByeRRRkld Eq3AQcG+yx6RmB2Jrl/EOJAwJYj9y0487pzGtOKSnGurjB/nUNDd87bI02XTlH6mX5ik tP9D/xKhyzfWhquN2AlXKXFk0GowxaX7NZH+cTesuAoYRIq5DNMvk40PvqiRnOK5tN7M dSMglxSRySJFDCMzeRNkV5W71VmuolfojfcQzf884AMxwscwg4kldDolh7HroJ/eBgKH XUgnrVZlkT6GmZSXV6Nu8+nJvYSwX9PGsItj77+z22lcMAVJQXoVBTu98Pkm7LCxV2lj +O/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=tGEzPNYVARGylVbZFe+tUZyfbSEBMyCiHHiaX4PlNaM=; b=qlKTLRtEvpX1igv6eN9APjvI1OOhKYrOiJk9zb1kOv7dwxnrK78kIcx+5SFPEDPTk8 ZVATpyrmUYm+2MkUJS1aYaLvU6KT+mARpC2L6peqB2L8S2uzLHTXvi7qmBkDyccERbs0 Jh5M9rGscpAzQ9kl7Ug5GGgHxK9JgUH58wUt2uz3WLdYn/hc3ZC83mQMCUv9b+sk6Nvd pi4jcwUZi/OFycRQuJLEeyKGUyYeliXC+QNJreY3tolbxW+HiqWBSFM5D8Z12W4G6AMo 2fAXXI2LVGa50BKFliIaCH+KactZq+M5Di8vFCI/o/ylvwLFvrotpLxjNclWJBzdqRh4 u/yA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o10si1837348eja.154.2020.10.15.04.44.29; Thu, 15 Oct 2020 04:44:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388889AbgJOJoV (ORCPT + 99 others); Thu, 15 Oct 2020 05:44:21 -0400 Received: from mx2.suse.de ([195.135.220.15]:34558 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388793AbgJOJoV (ORCPT ); Thu, 15 Oct 2020 05:44:21 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 74692ACF6; Thu, 15 Oct 2020 09:44:19 +0000 (UTC) Subject: Re: [PATCH v3 0/3] Actually fix freelist pointer vs redzoning To: Christopher Lameter , Kees Cook Cc: Andrew Morton , Waiman Long , Marco Elver , Pekka Enberg , David Rientjes , Joonsoo Kim , Roman Gushchin , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org References: <20201015033712.1491731-1-keescook@chromium.org> From: Vlastimil Babka Message-ID: <1e43fd23-e9f1-9c5d-3ee2-17171642877f@suse.cz> Date: Thu, 15 Oct 2020 11:44:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/15/20 10:23 AM, Christopher Lameter wrote: > On Wed, 14 Oct 2020, Kees Cook wrote: > >> Note on patch 2: Christopher NAKed it, but I actually think this is a >> reasonable thing to add -- the "too small" check is only made when built >> with CONFIG_DEBUG_VM, so it *is* actually possible for someone to trip >> over this directly, even if it would never make it into a released >> kernel. I see no reason to just leave this foot-gun in place, though, so >> we might as well just fix it too. (Which seems to be what Longman was >> similarly supporting, IIUC.) > > Well then remove the duplication of checks. The NAK was there because it > seems that you were not aware of the existing checks. > >> Anyway, if patch 2 stays NAKed, that's fine. It's entirely separable, >> and the other 2 can land. :) > > Just deal with the old checks too and it will be fine. Yeah, the existing check is under CONFIG_DEBUG_VM, which means it's not active on some configurations. Creating a cache is not exactly fast path operation, so I would remove this guard. As for the minimum size check, I would probably remove it (but watch out if SLAB/SLOB can handle it). It's not effective to use slab cache for 4-byte objects, but why make it an error.