"Greg" == Greg KH gregkh@linuxfoundation.org writes:
On Wed, Nov 05, 2025 at 01:36:19PM +0100, Ivan Vera wrote:
From: Peter Korsgaard peter@korsgaard.com
Commit 29be47fcd6a0 ("nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanup") changed the driver to expect the device pointer to be passed as the "context", but in nvmem the context parameter comes from nvmem_config.priv which is never set - Leading to null pointer exceptions when the device is accessed.
Fixes: 29be47fcd6a0 ("nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanup") Cc: stable@vger.kernel.org Signed-off-by: Peter Korsgaard peter@korsgaard.com Reviewed-by: Michal Simek michal.simek@amd.com Tested-by: Michal Simek michal.simek@amd.com Signed-off-by: Srinivas Kandagatla srini@kernel.org State: upstream (c708bbd57d158d9f20c2fcea5bcb6e0afac77bef) (cherry picked from commit 94c91acb3721403501bafcdd041bcd422c5b23c4)
Neither of these git ids are valid, where did you get them from?
git describe --contains c708bbd57d158d9f20c2fcea5bcb6e0afac77bef next-20250505~21^2~1^2
I guess it should have been fe8abdd175d7b547ae1a612757e7902bcd62e9cf instead, E.G. what ended up in master?