From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 AE14174047; Tue, 2 Jul 2024 07:35:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719905712; cv=none; b=VgtTnHJH+d3w8hEnTvVLNAZOAHuQQnoe2v1u81YOeQQHLYceUneV+epPaVwSXLNW9nIWKZug2LA+66sFrfIktSifbOy9bbciq8cTkWmdNPrQQckmlxyH2KtWaWdl57fhK3jRmO8drMaLA0D0nLl681zvwxwOP1vEBCFEaiYfThA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719905712; c=relaxed/simple; bh=0yNWfrktYXxBCVqkz3LsRguM6Od88HtvY6n70FtxqUI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K1UM1Bnr07nwHu6GgUWRb9T/6B7ueMTDwxk6aXC2hSbt8DI0tngvAK/6Rk2IW/fjGW4LDof4mNzWoBi8ypJQ3MeKMm73gHLie4uJBoBj+EuWeHXXTiHubRJsVrALQ2a844j2wjr8z/Uqm21PKozPz98bpPmx7pwYRUyXkCZBgFQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 9631968AFE; Tue, 2 Jul 2024 09:35:04 +0200 (CEST) Date: Tue, 2 Jul 2024 09:35:04 +0200 From: Christoph Hellwig To: Andrew Morton Cc: Christian =?iso-8859-1?Q?K=F6nig?= , Christoph Hellwig , Thorsten Blum , jack@suse.cz, surenb@google.com, linux-kernel@vger.kernel.org, Sumit Semwal , linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org Subject: Re: [PATCH] dma-buf: Remove unnecessary kmalloc() cast Message-ID: <20240702073504.GA29323@lst.de> References: <20240630011215.42525-1-thorsten.blum@toblux.com> <20240701232634.0bddb542ddea123b48dcabdf@linux-foundation.org> <20240702064017.GA24838@lst.de> <20240702003357.6bfd1d918c56d536bb664c37@linux-foundation.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240702003357.6bfd1d918c56d536bb664c37@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Jul 02, 2024 at 12:33:57AM -0700, Andrew Morton wrote: > Dang, yes, that was a regrettable change. But hardly the end of the > world. I do think each such alteration should have included a comment > to prevent people from going and cleaning them up. .. or we should have never merged that utter mess ..