On Wed, Nov 30, 2022 at 03:27:04PM -0800, Tim Harvey wrote: > That's the same head that I based them off of and I just did the > following and it worked fine: > cd /tmp > git clone git://git.denx.de/u-boot.git > cd u-boot > wget https://patchwork.ozlabs.org/series/330704/mbox/ -O mbox > git am mbox > > Looks like only the last patch failed right?
Yeah, only the last patch failed. I converted them again to mbox format using my super awkward procmail-based mail-to-mbox scripts, and now it seems that git-am eats them just fine. I had taken a look at the last patch context, and it looked identical to what was in tree, so I didn't understand what was wrong. Anyway, I just wanted to make sure that the dsa sandbox tests still pass, which they do. I'm away from my boards right now, so I won't be able to change U-Boot remotely to do a live check.