Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'kbuild-fixes-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

- Update MAINTAINERS with Nathan and Nicolas as new Kbuild reviewers

- Increment the debian revision for deb-pkg builds

* tag 'kbuild-fixes-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: Restore .version auto-increment behaviour for Debian packages
MAINTAINERS: Add linux-kbuild's patchwork
MAINTAINERS: Remove Michal Marek from Kbuild maintainers
MAINTAINERS: Add Nathan and Nicolas to Kbuild reviewers

+9 -2
+4
CREDITS
··· 2452 2452 S: San Jose, CA 95110 2453 2453 S: USA 2454 2454 2455 + N: Michal Marek 2456 + E: michal.lkml@markovi.net 2457 + D: Kbuild Maintainer 2009-2017 2458 + 2455 2459 N: Martin Mares 2456 2460 E: mj@ucw.cz 2457 2461 W: http://www.ucw.cz/~mj/
+4 -1
MAINTAINERS
··· 11035 11035 M: Masahiro Yamada <masahiroy@kernel.org> 11036 11036 L: linux-kbuild@vger.kernel.org 11037 11037 S: Maintained 11038 + Q: https://patchwork.kernel.org/project/linux-kbuild/list/ 11038 11039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig 11039 11040 F: Documentation/kbuild/kconfig* 11040 11041 F: scripts/Kconfig.include ··· 11093 11092 11094 11093 KERNEL BUILD + files below scripts/ (unless maintained elsewhere) 11095 11094 M: Masahiro Yamada <masahiroy@kernel.org> 11096 - M: Michal Marek <michal.lkml@markovi.net> 11095 + R: Nathan Chancellor <nathan@kernel.org> 11097 11096 R: Nick Desaulniers <ndesaulniers@google.com> 11097 + R: Nicolas Schier <nicolas@fjasle.eu> 11098 11098 L: linux-kbuild@vger.kernel.org 11099 11099 S: Maintained 11100 + Q: https://patchwork.kernel.org/project/linux-kbuild/list/ 11100 11101 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git 11101 11102 F: Documentation/kbuild/ 11102 11103 F: Makefile
+1 -1
scripts/package/mkdebian
··· 90 90 packageversion=$KDEB_PKGVERSION 91 91 revision=${packageversion##*-} 92 92 else 93 - revision=$(cat .version 2>/dev/null||echo 1) 93 + revision=$($srctree/init/build-version) 94 94 packageversion=$version-$revision 95 95 fi 96 96 sourcename=$KDEB_SOURCENAME