Conor Dooley <conor@xxxxxxxxxx> writes: > Hey Andy, > > On Fri, Feb 24, 2023 at 05:01:08PM +0000, Andy Chiu wrote: >> From: Greentime Hu <greentime.hu@xxxxxxxxxx> >> >> This patch adds task switch support for vector. It also supports all >> lengths of vlen. >> >> [guoren@xxxxxxxxxxxxxxxxx: First available porting to support vector >> context switching] >> [nick.knight@xxxxxxxxxx: Rewrite vector.S to support dynamic vlen, xlen and >> code refine] >> [vincent.chen@xxxxxxxxxx: Fix the might_sleep issue in riscv_v_vstate_save, >> riscv_v_vstate_restore] >> [andrew@xxxxxxxxxx: Optimize task switch codes of vector] >> [ruinland.tsai@xxxxxxxxxx: Fix the arch_release_task_struct free wrong >> datap issue] >> [vineetg: Fixed lkp warning with W=1 build] >> [andy.chiu: Use inline asm for task switches] > > Can we *please* get rid of these silly changelogs in the commit messages? > Either someone did something worthy of being a co-developer on the > patch, or this belongs under the --- line. > It's a bit ridiculous I think to have a 15 word commit message for the > patch, but have like 8 different bits of per-version changelogs... Yes, please! And not only for this patch, but for the series in general. The series needs a respin for various reasons, so now would be a good opportunity to clean up the changelog. Simply move it to the cover letter, or below --- as Conor suggests.