From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (mailout.nod.at [116.203.167.152]) (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 02B212652AF for ; Tue, 10 Jun 2025 12:54:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.167.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749560063; cv=none; b=RlfTBMrPrgxGi+/0C1v6YHVwkOAhBmCfuA+CHyK7qb3jyz4HV19JcIHDpQZFIs9oZGdBnqLvJ1xHgy0MCxet39Cu6X7lHDFn04e6DW0CanJBm5bZJWu8PEyz2+Hf9JlrgrMd4GkEtJvtTOw52KotIxhhdsGCvoZAcAxZObqzjTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749560063; c=relaxed/simple; bh=exyrFs2tLRjKZJJRGP84bEPbsp2IHltaGUJWqGXhjKQ=; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type; b=U/8xtRnEyZAkUspoScuL7AA2hDe8HbcNvuMccE58/aGXs4GVo1/mOmdQXJVJ3HY9I5cJutghu/XJXMWUPXfMYD1H/pfkPe+1zGceljrnaiJaATGZTDNnmWBgi4ZPbLRAEUHfiXJV4cgQazjKGKIv6TRfWDxnG89SgiuvAMH/O5o= 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=116.203.167.152 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 834F9298566; Tue, 10 Jun 2025 14:54:17 +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 DCYGTvMI3Iu6; Tue, 10 Jun 2025 14:54:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 2E6D1298567; Tue, 10 Jun 2025 14:54:17 +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 zw_wcXX2ljw5; Tue, 10 Jun 2025 14:54:17 +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 E4391298566; Tue, 10 Jun 2025 14:54:16 +0200 (CEST) Date: Tue, 10 Jun 2025 14:54:16 +0200 (CEST) From: Richard Weinberger To: Alexander Usyskin Cc: Guenter Roeck , Miquel Raynal , Vignesh Raghavendra , Lucas De Marchi , Thomas =?utf-8?Q?Hellstr=C3=B6m?= , Rodrigo Vivi , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Karthik Poosa , Reuven Abliyev , Oren Weil , linux-mtd , DRI mailing list , intel-gfx , linux-kernel Message-ID: <130790886.134361099.1749560056731.JavaMail.zimbra@nod.at> In-Reply-To: References: <20250302140921.504304-1-alexander.usyskin@intel.com> <87ikl5xnbc.fsf@bootlin.com> <4d55ac06-c357-4d78-b8b8-5b26486ce529@roeck-us.net> <2e5ebbdd-2a57-4f1f-85c6-7c2dff127b50@roeck-us.net> <1176847729.134356549.1749504429656.JavaMail.zimbra@nod.at> Subject: Re: [PATCH v6 01/11] mtd: core: always create master device 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 - FF139 (Linux)/8.8.12_GA_3809) Thread-Topic: core: always create master device Thread-Index: AQHbi35N9ptLZMK+/0+KHmcJoUKk0bP5FNKAgABXSdCAANahSoAAWdKAgACSaAOAACUigIAAFAQAgAAhxhCAAAxMAIAAXViAgADet1B87pkdBw== ----- Urspr=C3=BCngliche Mail ----- > Von: "Alexander Usyskin" > Richard, I've reproduced your setup (modulo that I must load mtdram manua= lly) > and patch provided in this thread helps to fix the issue. > Can you apply and confirm? Yes, it fixes the issue here! :-) Thanks, //richard