summaryrefslogtreecommitdiff
path: root/scripts/setlocalversion
AgeCommit message (Expand)Author
2010-07-21kbuild: Fix make rpmMichal Marek
2010-07-20kbuild: Make the setlocalversion script POSIX-compliantMichał Górny
2010-06-18kbuild: Clean up and speed up the localversion logicMichal Marek
2009-06-14kbuild: fix delay in setlocalversion on readonly sourceNico Schottelius
2009-05-19Fix scripts/setlocalversion with tagged git commitNico Schottelius
2009-05-01kbuild: fix scripts/setlocalversion with gitNico Schottelius
2009-04-11kbuild: use git svn instead of git-svn in setlocalversionPeter Korsgaard
2009-02-15kbuild,setlocalversion: shorten the make time when using svnMike Frysinger
2008-12-03setlocalversion: add git-svn supportPeter Korsgaard
2008-12-03setlocalversion: print correct subversion revisionPeter Korsgaard
2008-10-29kbuild: tag with git revision when git describe is missingTrent Piepho
2008-10-29kbuild: setlocalversion: dont include svn change countMike Frysinger
2008-07-25setlocalversion: do not describe if there is nothing to describeSebastian Siewior
2008-02-03kbuild: add svn revision information to setlocalversionBryan Wu
2008-01-28kbuild: fix false positive -dirty tag caused by make-kpkgTheodore Ts'o
2008-01-28kbuild: fix scripts/setlocalversion to avoid erroneous -dirty tagTheodore Ts'o
2008-01-28kbuild: change CONFIG_LOCALVERSION_AUTO to use a git-describe-ish formatTheodore Ts'o
2008-01-28kbuild: support mercurial in setlocalversionAron Griffis
2006-06-17kbuild: append -dirty for updated but uncommited changesUwe Zeisberger
2006-06-17kbuild: append git revision for all untagged commitsUwe Zeisberger
2006-01-08kbuild: In setlocalversion change -git_dirty to just -dirtyRyan Anderson
2006-01-06kbuild: Use git in scripts/setlocalversionRene Scharfe
2005-08-10[PATCH] kbuild: automatically append a short string to the version based upon...Ryan Anderson
4. Several build tests were done and a couple of problems were fixed. e.g. lib/decompress_*.c used malloc/free() wrappers around slab APIs requiring slab.h to be added manually. 5. The script was run on all .h files but without automatically editing them as sprinkling gfp.h and slab.h inclusions around .h files could easily lead to inclusion dependency hell. Most gfp.h inclusion directives were ignored as stuff from gfp.h was usually wildly available and often used in preprocessor macros. Each slab.h inclusion directive was examined and added manually as necessary. 6. percpu.h was updated not to include slab.h. 7. Build test were done on the following configurations and failures were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my distributed build env didn't work with gcov compiles) and a few more options had to be turned off depending on archs to make things build (like ipr on powerpc/64 which failed due to missing writeq). * x86 and x86_64 UP and SMP allmodconfig and a custom test config. * powerpc and powerpc64 SMP allmodconfig * sparc and sparc64 SMP allmodconfig * ia64 SMP allmodconfig * s390 SMP allmodconfig * alpha SMP allmodconfig * um on x86_64 SMP allmodconfig 8. percpu.h modifications were reverted so that it could be applied as a separate patch and serve as bisection point. Given the fact that I had only a couple of failures from tests on step 6, I'm fairly confident about the coverage of this conversion patch. If there is a breakage, it's likely to be something in one of the arch headers which should be easily discoverable easily on most builds of the specific arch. Signed-off-by: Tejun Heo <tj@kernel.org> Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com> 2010-01-30block: fix bugs in bio-integrity mempool usageChuck Ebbert Fix two bugs in the bio integrity code: use_bip_pool() always returns 0 because it checks against the wrong limit, causing the mempool to be used only when regular allocation fails. When the mempool is used as a fallback we don't free the data properly. Signed-Off-By: Chuck Ebbert <cebbert@redhat.com> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>