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 8A97C17838C for ; Wed, 11 Dec 2024 23:51:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733961078; cv=none; b=Ah6/XHJhw2JtOGH4t7pNx3ABYjj/woixbqgiNNHQrlTiwamYa32QwWWghxEG/LuJgcF7BoAxAvUmoJSwlAgTv4NGEEHOnKRkwxvuVflMtYN5JwAmSXfPt+kYSkfhoMId3eoxPUW3W1h9p8ZL9tk9FUF1rE8kQkYC1u/ZVotCMv4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733961078; c=relaxed/simple; bh=LEiVvkwba7PibnGd+fN2W+b/yEZjiKqI4Lt26cSZGQo=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=uyXiWkI3BRdZbhlTb+gfuqXyAVGbqqBJcPrzikOLcQ7iDvMmkPEFtBJlXp6hFN3pFdIiPvdu2XJMZa5pnV10TnGmZtVLCscaD6eXpiYyYWcDMbYQWb4liQ3lVzPZ7+NyBain2Xn/9QVr2P+el4oaqpczET3UyS9CqdJhcmgeW5Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=AEjIPwM1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="AEjIPwM1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D140FC4CED2; Wed, 11 Dec 2024 23:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1733961077; bh=LEiVvkwba7PibnGd+fN2W+b/yEZjiKqI4Lt26cSZGQo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AEjIPwM1Qxg5GFjYQxUGliwrUfTKfAojKUy8vXrh/QyWV8T5HPKO3/yc3/dR7cI0a fkhqDfk2raWzG7K/6Ys2iU3rPUM1pExzsIlCv069GtYPVjEDXQLdeWmAhisDyt24EL RiaNZjeJ/whbM/vkgrlP0S17TgmwQY6SXt4bMRWY= Date: Wed, 11 Dec 2024 15:51:16 -0800 From: Andrew Morton To: Sergey Senozhatsky Cc: Minchan Kim , linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6] zram: factor out ZRAM_HUGE write Message-Id: <20241211155116.0da80c5143dfd2e133203144@linux-foundation.org> In-Reply-To: <20241211100638.GA2228457@google.com> References: <20241210105420.1888790-1-senozhatsky@chromium.org> <20241210105420.1888790-6-senozhatsky@chromium.org> <20241211100638.GA2228457@google.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Wed, 11 Dec 2024 19:06:38 +0900 Sergey Senozhatsky wrote: > Andrew, please drop this whole series. I'll resend the combined > series (including zram writeback cond_resched() patch). Gone. Probably it's better to include linux-mm on zram patches?