On Wed, Sep 11, 2019 at 11:47:21AM +0100, Mark Brown wrote: > On Wed, Sep 11, 2019 at 12:15:30PM +0200, Lukas Wunner wrote: > > Extend the BCM2835 SPI driver to handle simplex transfers internally, > > thereby reducing their latency and CPU usage and obviating the need to > > have the SPI core convert to full-duplex via SPI_CONTROLLER_MUST_TX/RX. > > Whatever you're doing to send these is still not sending the > patches in order: I use "git format-patch --thread=shallow", then use a Perl script to change the Date: header and send out the raw messages with msmtp. I suspect the incorrect order may be because all messages use the same Date: header and you're using "sort_aux=date-sent" in Mutt. I'll change my workflow to use incremental Date: headers. Sorry for the inconvenience. You can work around the incorrect order by limiting to messages from me (type "l", enter "~f lukas@xxxxxxxxx"), then ordering by subject (type "o", then "s"). Thanks, Lukas