From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) (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 EA1C2156F48 for ; Mon, 17 Jun 2024 14:32:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.201.40.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718634731; cv=none; b=oY0Ne6c50y7YiyvRG8Y06lDDZ87AraNmUBAuNByLtScES5USArM1VAgEy57cJ7fdgdyc0pL9uVWIADJMuMFSahb04WYHJ5gwrql2IMxVYliApqqeWZ8/VzFlIeugjF8YSIwjfhUM1XZ6DjHNkY1PIAtzdx+j7Wkq8qQGDia3Jas= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718634731; c=relaxed/simple; bh=VJKpdFQPUIW4FN3QIA7aSVbuR+6jevqlt/U/f+yPoRI=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=dkpBSJkekQpWV6Vso5N+Q5UVBpYarHOe5BmCypzGgLlRIGAKIJ8yN80eYKRoGOKxhw5r2IO0Ibc3uTFxorydMGhjHG7jL2G0SgIUJD7BbiQjlw/XQkJDeLW+ZnaEqEK5+7GvLvl7ZCBnhP/oJPiYZeodEULL7dL3XiymyUV0WuM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at; spf=fail smtp.mailfrom=nod.at; arc=none smtp.client-ip=195.201.40.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=nod.at Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E1DD161966BD; Mon, 17 Jun 2024 16:31:59 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ylp9hY2GKHJa; Mon, 17 Jun 2024 16:31:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 8404561966BE; Mon, 17 Jun 2024 16:31:59 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id JW9koqa3rudw; Mon, 17 Jun 2024 16:31:59 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 5CC9861966BD; Mon, 17 Jun 2024 16:31:59 +0200 (CEST) Date: Mon, 17 Jun 2024 16:31:59 +0200 (CEST) From: Richard Weinberger To: Gagan Sidhu Cc: ZhaoLong Wang , Artem Bityutskiy , chengzhihao1 , dpervushin , linux-kernel , linux-mtd , Miquel Raynal , Vignesh Raghavendra , yangerkun , yi zhang Message-ID: <976649573.251318.1718634719216.JavaMail.zimbra@nod.at> In-Reply-To: References: Subject: Re: [PATCH v2] ubi: gluebi: Fix NULL pointer dereference caused by ftl notifier 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: gluebi: Fix NULL pointer dereference caused by ftl notifier Thread-Index: mFBxGNSof92Nq/KN5lgnAM/4Uq7Bqw== ----- Urspr=C3=BCngliche Mail ----- > Von: "Gagan Sidhu" > An: "ZhaoLong Wang" > i have attached a log of this behaviour. and by removing mr wang=E2=80=99= s =E2=80=9Cfixes=E2=80=9D, it > mounts as we would expect. >=20 > this change must be reverted. extremely surprised the openwrt team has no= t > raised issues over this by now. No need to be offended, sometimes use-cases are forgotten. Thanks for your report, we'll look into it. Thanks, //richard