Hello: This patch was applied to andersson/remoteproc.git (refs/heads/for-next): On Mon, 18 Jan 2021 16:59:04 +0000 you wrote: > From: Daniele Alessandrelli <daniele.alessandrelli@xxxxxxxxx> > > rproc_alloc_firmware() (called by rproc_alloc()) can allocate > rproc->firmware using kstrdup_const() and therefore should be freed > using kfree_const(); however, rproc_set_firmware() frees it using the > simple kfree(). This causes a kernel oops if a constant string is passed > to rproc_alloc() and rproc_set_firmware() is subsequently called. > > [...] Here is the summary with links: - remoteproc: core: Fix rproc->firmware free in rproc_set_firmware() https://git.kernel.org/andersson/remoteproc/c/43d3f2c715ce You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html