matsuand です。 On Mon, Mar 21, 2022 at 1:42 PM IIJIMA Hiromitsu <delmo****@denno*****> wrote: ... > ここまでは同意します。「個々のpushで」「何を」やったのかはgitで追跡可能です。 > > 一方で当然ですが、「なぜ」その変更をしたのか・しないのか、「過去のどの変更と関係がある」のか、あるいは極端な話、「ある変更が、過去の特定の変更の破棄差し戻しであること」はgitの差分を追うだけでは把握できません。 git log にたくさん書く人もいますよ。 そうすれば、ますます ChangeLog は不要になります。 現時点最新の Linux カーネルログを1コミット分だけ示します: > commit 14702b3b2438e2f2d07ae93b5d695c166e5c83d1 (HEAD -> master, origin/master, origin/HEAD) > Merge: f76da4d5ad51 1447c635802f > Author: Linus Torvalds <torva****@linux*****> > Date: Sat Mar 19 16:36:32 2022 -0700 > > Merge tag 'soc-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc > > Pull ARM SoC fix from Arnd Bergmann: > "Here is one last regression fix for 5.17, reverting a patch that went > into 5.16 as a cleanup that ended up breaking external interrupts on > Layerscape chips. > > The revert makes it work again, but also reintroduces a build time > warning about the nonstandard DT binding that will have to be dealt > with in the future" > > * tag 'soc-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: > Revert "arm64: dts: freescale: Fix 'interrupt-map' parent address cells"