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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69252C001DB for ; Sat, 5 Aug 2023 08:13:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229907AbjHEINN (ORCPT ); Sat, 5 Aug 2023 04:13:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbjHEINL (ORCPT ); Sat, 5 Aug 2023 04:13:11 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60C5910FC; Sat, 5 Aug 2023 01:13:10 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 0099668AA6; Sat, 5 Aug 2023 10:13:06 +0200 (CEST) Date: Sat, 5 Aug 2023 10:13:06 +0200 From: Christoph Hellwig To: Sergey Senozhatsky Cc: Christoph Hellwig , minchan@kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Dusty Mabe Subject: Re: [PATCH] zram: take device and not only bvec offset into account Message-ID: <20230805081306.GA29615@lst.de> References: <20230805055537.147835-1-hch@lst.de> <20230805074645.GA907732@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230805074645.GA907732@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 05, 2023 at 04:46:45PM +0900, Sergey Senozhatsky wrote: > > Fixes: af8b04c63708 ("zram: simplify bvec iteration in __zram_make_request") > > Reported-by: Dusty Mabe > > Signed-off-by: Christoph Hellwig > > Acked-by: Sergey Senozhatsky Btw, are there any interesting test suites you want me to run on a > 4K page size system now that I do have this setup available?