Hey I'm hitting unexpected behavior when I use the "trailer" command. Here is what I see. 1. Locally I'm standing on the most resent version of "sysctl: Remove sentinel elements from networking" https://lore.kernel.org/arll/20240501-jag-sysctl_remset_net-v6-0-370b702b6b4a@samsung.com 2. I do a `b4 trailers -u -F "20240501-jag-sysctl_remset_net-v6-0-370b702b6b4a@samsung.com"` to bring in all the trailers from v6. 3. It adds the following trailers: Reviewed-by: Sabrina Dubroca Acked-by: Chuck Lever Reviewed-by: Jeffrey Layton Acked-by: Allison Henderson Tested-by: Valentin Schneider Reviewed-by: Valentin Schneider Reviewed-by: Muchun Song Reviewed-by: Miaohe Lin Acked-by: Kees Cook 4. The first 4 are valid trailers for "20240501-jag-sysctl_remset_net-v6-0-370b702b6b4a@samsung.com" But the last 5 are not. 5. Here is where I think the others came from: 5.1 "Acked-by: Kees Cook ": can be found here https://lore.kernel.org/all/202404150906.C37D8D9DA1@keescook/ but it is part of "[PATCH 0/7] sysctl: Remove sentinel elements from misc directories" 5.2 "Reviewed-by: Muchun Song " "Reviewed-by: Miaohe Lin " can be found here https://lore.kernel.org/all/0e35e88d-3ea1-4f62-77e4-eb12e9f51583@huawei.com/ and here https://lore.kernel.org/all/8E19B519-9035-42E0-92DC-7C21471543D8@linux.dev/ but it is part of "[PATCH 0/7] sysctl: Remove sentinel elements from misc directories" 5.3 "Tested-by: Valentin Schneider " "Reviewed-by: Valentin Schneider " can be found here https://lore.kernel.org/all/xhsmhil0qaoz7.mognet@vschneid-thinkpadt14sgen2i.remote.csb/ but is part of "[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir" 6. b4 --version -> 0.13.0 My expectation is that only the first 4 trailers be brought in. Not sure why the others are leaking into my command. Please get back to me if you need me to do further testing. BTW: I'm loving the b4 workflow!. Best -- Joel Granados