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 4C200C433EF for ; Mon, 13 Jun 2022 07:54:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234392AbiFMHyR (ORCPT ); Mon, 13 Jun 2022 03:54:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233074AbiFMHyP (ORCPT ); Mon, 13 Jun 2022 03:54:15 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C94D0101E1 for ; Mon, 13 Jun 2022 00:54:13 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id gc3-20020a17090b310300b001e33092c737so5191273pjb.3 for ; Mon, 13 Jun 2022 00:54:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=hpn8xKMupt7XEX09PSz3ZuublRBIDfWXnEUdq5eq7AQ=; b=jwz/9Uk3Ukruh/+3uCLAl0gN3fxTRTLdBUpi+YVjuDbuusyyV8T4wbhCc9VD5/SWKL sm0zDWivrhxKYz//Sr5nA7xCCh3B1MTPcaW+HstFWXokn/73hRaJweY2+O+Jm+k/pjRH LX60j1nsUXZyL7aHw9XFZhrjKpa/Mx4tsfgjg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hpn8xKMupt7XEX09PSz3ZuublRBIDfWXnEUdq5eq7AQ=; b=myWVZzhGmDgOYmgAMjxlno3DVVrU29m8YPwngSHjnpIFv5iv0LYPbVqXdvyAaW0/e0 QZZrbvZJZHtFmHMtMGbNImVC5jx3vPAY3iVGsRmXAren6WlMFN4Gr4FFuDOotVJc1yMy wNuinS03UDNwu9nSCs3Qj9guQpsOAVtKOZVqpsi3rd1DjqZQeqNMXAbtuUUqC8u5J6BP TFn2CRgbipJ4A+USzacePyUa8ha9EVR7mBMKI8thWu02FLn4hzZQnADMNUkjT64tFnpY mhB1TWdVZdHPt8JvEVhByTL76Cn7G4KA6FucX7MDHrM7WKonTcRq+n7b0HoC/2Hf17uX geaw== X-Gm-Message-State: AOAM533ou090xrRIbmrBA4vBD9ORZettoueEE/sUPVqh5oST/r1nyf5Q ZBdjiuxJ4sVuj4zXHV3ivr3Ucg== X-Google-Smtp-Source: ABdhPJzw+r+KZp6HaFIa0h8yS/hJIq5Vjwc0cbEbPxqFKY3UeaK9n504TSuqOw+3dgCtnHVK0EF1Eg== X-Received: by 2002:a17:902:dac5:b0:164:13b2:4916 with SMTP id q5-20020a170902dac500b0016413b24916mr58042646plx.32.1655106853304; Mon, 13 Jun 2022 00:54:13 -0700 (PDT) Received: from google.com ([240f:75:7537:3187:de22:3777:8b31:5148]) by smtp.gmail.com with ESMTPSA id m12-20020a17090a414c00b001ea6a20d354sm4538957pjg.2.2022.06.13.00.54.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jun 2022 00:54:12 -0700 (PDT) Date: Mon, 13 Jun 2022 16:54:07 +0900 From: Sergey Senozhatsky To: Naresh Kamboju Cc: Sergey Senozhatsky , Minchan Kim , open list , linux-fsdevel@vger.kernel.org, Linux ARM , "open list:KERNEL SELFTEST FRAMEWORK" , linux-block , regressions@lists.linux.dev, Jens Axboe , Nitin Gupta Subject: Re: qemu-arm: zram: mkfs.ext4 : Unable to handle kernel NULL pointer dereference at virtual address 00000140 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hello, On (22/06/12 20:56), Naresh Kamboju wrote: > > I have tested this patch and the reported issue got resolved [1]. > Many thanks for the tests. Quite honestly I was hoping that the patch would not help :) Well, ok, we now know that it's mapping area lock and the lockdep part of its memory is zero-ed out. The question is - "why?" It really should not be zeroed out.