From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 566BAFBF5 for ; Sat, 25 Nov 2023 13:06:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RpM+OA4r" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D42EC433C8; Sat, 25 Nov 2023 13:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700917560; bh=zN2kg7T1x/yzMzUk9rg3IuB3e5b0pJ9xdV6CwEdltlw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RpM+OA4rGklyAAcdhgUH/8gk6C/5Z/HIGTVF0/t3JWHBPT8aDmVZd02aOUE8QToV0 vANr5amDRmH5AxS5lBkRLYnVHscQzYVROW3mIURI252hyNOuyQPGBjEecJI3vZTv48 qlhR/If0ZNdUJpaIL/JiKSyEVb28RTsXEJY0E4otGYZrDW2lH+zcaNFw9sRBgXChlt 5/SAasKYLa+/Yug+2n7Z4iQnytXEwAE1Uzx6mfERJ6PEkFmBegE1lAQcNX1EN/QuHe TKjtMmG+NrMB+nG3H9aO4qTp/shjo1kTiXscP6vnAbyyJHcKQdNjv9xc3CYXNNOUoH sYT3owJIc4EAQ== Date: Sat, 25 Nov 2023 14:05:56 +0100 From: Christian Brauner To: Linus Torvalds Cc: Omar Sandoval , David Howells , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] vfs fixes Message-ID: <20231125-blitzen-kugel-5159d574881b@brauner> References: <20231124-vfs-fixes-3420a81c0abe@brauner> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: > Because we could just say "read zeroes from KCORE_VMALLOC" and be done > with it that way. Let's try to do that and see what happens. If we get away with it then great, if not we can think about fixing this.