View previous topic :: View next topic |
Author |
Message |
389292 Guru
Joined: 26 Mar 2019 Posts: 504
|
Posted: Wed Oct 07, 2020 11:32 am Post subject: where can I find menuconfig entries relocation |
|
|
I know the old place of an entry, and the new one. But I don't know in which kernel version it have been moved.. I want to update the wiki with the addition for the new location, but can't specify the kernel version.. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23055
|
Posted: Wed Oct 07, 2020 4:42 pm Post subject: |
|
|
The most straightforward approach would be to use git blame on the new kernel source to find when the line was added in its current location, then use git describe to learn in which Linus kernel the change first appeared. |
|
Back to top |
|
|
|