On Tue, Sep 10, 2024 at 12:51:01PM +0200, Matthieu Baerts wrote: > Hi Greg, > > -Cc netdev devs for this issue, not to create confusions. > > On 10/09/2024 11:30, Greg Kroah-Hartman wrote: > > [ Upstream commit 23e89e8ee7be73e21200947885a6d3a109a2c58d ] > > I just noticed that your scripts stripped the simple quotes from the > subject: "Don't" -> "Dont". It's not a big issue, because the commit > titles are correct in the Git tree: > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-6.10.y&id=5b05b62f9376 > > > The subject is also correct in the queue: > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.10/tcp-don-t-drop-syn-ack-for-simultaneous-connect.patch > > > So it is only an issue in the emails, just confusing not to find this > patch in lore when looking at the subject with the quote :) > > > https://lore.kernel.org/stable/?q=s%3A%22tcp%3A+Don%27t+drop+SYN%2BACK+for+simultaneous+connect%28%29.%22 Thanks for pointing it out. Given that we are taking raw patches, turning them into commits using 'git quiltimport' and then exporting them using 'quilt mail --mbox' and then splitting them apart using a perl script, it's amazing it all works at all :) Something somewhere along the line is doing the cleanup, if I get a chance I'll try to figure it out. If you are curious, here's the horrid script that does it all if you are bored: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/scripts/quilt-mail thanks, greg k-h