From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB8A0C433E0 for ; Tue, 9 Jun 2020 17:30:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7EB9C207C3 for ; Tue, 9 Jun 2020 17:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591723825; bh=DVunaG+n2u65W+TwJo2ooX4ed7ttrxWIXRbMtcEGuek=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ukTTk1s4rnujIQX5cFcasXeqYtRDrFe2zsIoDrBBXicdIblBc7U7TCE/Aw+VTEHQR QlzwM5aqTrGtebTyeon28FU6VJKHNftMaKGA3BijYk8JbqHiCeTiR9LM7O7j21yHtO rAPN9/eFYfpIpNDjfZ4CLMltda8+4dcrN1mI+fos= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731797AbgFIRaU (ORCPT ); Tue, 9 Jun 2020 13:30:20 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:37300 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727837AbgFIRaT (ORCPT ); Tue, 9 Jun 2020 13:30:19 -0400 Received: by mail-pg1-f196.google.com with SMTP id d10so10608176pgn.4; Tue, 09 Jun 2020 10:30:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=A8DHGMTd1sHPkNgYIyz/0Ui2MJBr+K+YUNJeV5ms+EI=; b=igOUtULtAknXZjK+aFhId66cBEhCE3CGvTmixBp0iMPwrCGonD99peN8q+oBuwoWw7 PH3d5WAefviBxWL29Q6m03OQaTHStcig1EUG/ytKg1+pp7hDKycMjZNaYopqiTSnEcSL O790CcktcvXwW9fIur2Ds4jXiM74KQKn06dV4uEur6QHGO3SxOljB0tAv3f8Ijl74XN7 MqXYbYlSR1GIuTmVq/4rL3t0gFmU9CZ539e7ibsYuo2s4Ge/cXeO+z576u6pusRch97z orpLvAedPbja2v1mTSlPnhjTOpx+1mv4sjiqKKCP9N/biaUMMUIXZeqWb2QCZK665e7p JwDw== X-Gm-Message-State: AOAM533n4a+Bkmh+ne0kOJbdfhbDzZf13aF0TSlA2XBcBtE3pHTy2HRW gNvuS9V0jHIdIc13t8SmpxY= X-Google-Smtp-Source: ABdhPJwsI+1paYwGaFzDwlAO14eiQ4fYT9LWvjXVci//0s0p1BVhw2EugH1zomzKfGcgbezrP3ENSA== X-Received: by 2002:a62:2cd7:: with SMTP id s206mr18998392pfs.305.1591723819138; Tue, 09 Jun 2020 10:30:19 -0700 (PDT) Received: from 42.do-not-panic.com (42.do-not-panic.com. [157.230.128.187]) by smtp.gmail.com with ESMTPSA id 85sm10545242pfz.145.2020.06.09.10.30.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Jun 2020 10:30:17 -0700 (PDT) Received: by 42.do-not-panic.com (Postfix, from userid 1000) id 630E3403AB; Tue, 9 Jun 2020 17:30:17 +0000 (UTC) Date: Tue, 9 Jun 2020 17:30:17 +0000 From: Luis Chamberlain To: Christoph Hellwig Cc: Alexander Viro , Kees Cook , Iurii Zaikin , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: two more fixes for sysctl Message-ID: <20200609173017.GQ11244@42.do-not-panic.com> References: <20200609170819.52353-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200609170819.52353-1-hch@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Jun 09, 2020 at 07:08:17PM +0200, Christoph Hellwig wrote: > Hi Al, > > two more fixes for the kernel pointers in the sysctl handlers. Acked-by: Luis Chamberlain Luis