The quilt patch titled Subject: scripts/decode_stacktrace.sh: nix-ify has been removed from the -mm tree. Its filename was scripts-decode_stacktracesh-nix-ify.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Kent Overstreet <kent.overstreet@xxxxxxxxx> Subject: scripts/decode_stacktrace.sh: nix-ify Date: Sat, 17 Aug 2024 17:50:25 -0400 nix only puts /usr/bin/env at the standard location (as required by posix), so shebangs have to be tweaked. Link: https://lkml.kernel.org/r/20240817215025.161628-1-kent.overstreet@xxxxxxxxx Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> Cc: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> Cc: Elliot Berman <quic_eberman@xxxxxxxxxxx> Cc: Xiong Nandi <xndchn@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/decode_stacktrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/decode_stacktrace.sh~scripts-decode_stacktracesh-nix-ify +++ a/scripts/decode_stacktrace.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: GPL-2.0 # (c) 2014, Sasha Levin <sasha.levin@xxxxxxxxxx> #set -x _ Patches currently in -mm which might be from kent.overstreet@xxxxxxxxx are mm-fix-folio_alloc_noprof.patch