From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (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 999051BDD8 for ; Tue, 19 Dec 2023 14:44:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="drhoG56F" Received: by mail.gandi.net (Postfix) with ESMTPSA id 00BB840002; Tue, 19 Dec 2023 14:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1702997084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vcC1UPq/cCcwskYFv7lgPr4ovzsPPufTTXEYRTZJPi8=; b=drhoG56F5u53THaINE7HgunFSjNNF7X9b6BJxp9dNLp2azlG6tks0evoML1e2Z0jdEQEGZ LV7IilQ9oqIzjaXs8Ir8XtmwQAShLAQf+Ojn9ClGoMftbo58jAr+OPyzAN/oq/DwrV1ZpF 7LOOSNqlw0MJyZpsjo3b6qNYc78LfFilWxqUQ2hma523rQOp2mV+srpeS3M2oqsfBnCi6K l7r6YqiZlfAQwylz0S2lCL77iiKhgMIaZg4lhH7//ujtuswrpAy+CUZP8ADQ/dg2O1rxga ZtxJOWsTfLneD4xAAJmHwgsI51vAl8cXkUm+C8MGTl5GG43LJo0NH0XRMSBU3Q== Date: Tue, 19 Dec 2023 15:44:38 +0100 From: Miquel Raynal To: ZhaoLong Wang Cc: Richard Weinberger , Vignesh Raghavendra , Artem Bityutskiy , dpervushin , linux-mtd , linux-kernel , chengzhihao1 , yi zhang , yangerkun Subject: Re: [PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier Message-ID: <20231219154438.2bc1820e@xps-13> In-Reply-To: <04b4c375-d890-9458-5d62-0a9ba74b8c68@huawei.com> References: <20231027012033.50280-1-wangzhaolong1@huawei.com> <20231027194026.1bc32dfe@xps-13> <174426702.13324.1698438610904.JavaMail.zimbra@nod.at> <20231029145033.0ad2682a@xps-13> <142222867.20038.1698593973984.JavaMail.zimbra@nod.at> <04b4c375-d890-9458-5d62-0a9ba74b8c68@huawei.com> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.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=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com Hi ZhaoLong, wangzhaolong1@huawei.com wrote on Tue, 19 Dec 2023 22:36:50 +0800: > Friendly ping... >=20 > I'd like to know what the current status of this patch is. Is there a nee= d for further programme improvements? Easy, see below. >=20 > Bast regards, > ZhaoLong Wang >=20 >=20 > > ----- Urspr=C3=BCngliche Mail ----- =20 > >> Von: "Miquel Raynal" > >> Ack. I'll queue this once the log fixed and your official Ack-by > >> received for mtd/next after -rc1 is out. =20 Here I depict two conditions. > > Acked-by: Richard Weinberger And here one of them is fulfilled, which means the other one is still not AFAIK :) Thanks, Miqu=C3=A8l