# < git ls-remote git://fs.ozlabs.ibm.com/home/kernel/upstream refs/heads/master # < git rev-parse tmp/linus remote == local, skipping fetch # < git rev-parse tmp/linus Upstream revision is e9e70bc14ea5974e21f5baecf95a123844c412b9 Head not built, building # < git reset --mixed # git branch -D linus Deleted branch linus (was e9e70bc). # git checkout -q -f -b linus tmp/linus # < git ls-files --others --modified # git ls-files --others --modified cmd.log # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/i386-linux/bin/i386-linux- -f kisskb-version.mk makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 # < /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/i386-linux/bin/i386-linux- randconfig makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 # /scratch/kisskb/prod/kisskb/kisskb3/backend/makewrap.py ARCH=i386 O=/scratch/kisskb/prod/kisskb/kisskb3/backend/build/linus_i386-randconfig_i386 CROSS_COMPILE=/opt/crosstool/gcc-4.4.3-nolibc/i386-linux/bin/i386-linux- makewrap: Added distcc to CROSS_COMPILE makewrap: Distcc hosts = sprygo/32 localhost/32 makewrap: Added ccache to CROSS_COMPILE makewrap: Using -j factor 128 GEN /scratch/kisskb/build/linus_i386-randconfig_i386/Makefile scripts/kconfig/conf -s arch/x86/Kconfig * * Restart config... * * * Processor type and features * Tickless System (Dynamic Ticks) (NO_HZ) [N/y/?] n High Resolution Timer Support (HIGH_RES_TIMERS) [N/y/?] n Symmetric multi-processing support (SMP) [N/y/?] n Support sparse irq numbering (SPARSE_IRQ) [N/y/?] n Support for extended (non-PC) x86 platforms (X86_EXTENDED_PLATFORM) [Y/n/?] y AMD Elan (X86_ELAN) [Y/n/?] y Moorestown MID platform (X86_MRST) [Y/n/?] y RDC R-321x SoC (X86_RDC321X) [N/y/?] n Single-depth WCHAN output (SCHED_OMIT_FRAME_POINTER) [Y/n/?] y paravirt-ops debugging (PARAVIRT_DEBUG) [Y/n/?] y Memtest (MEMTEST) [Y/n/?] y HPET Timer Support (HPET_TIMER) [N/y/?] n Enable DMI scanning (DMI) [Y/n/?] y Preemption Model > 1. No Forced Preemption (Server) (PREEMPT_NONE) 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY) 3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT) choice[1-3]: 1 Local APIC support on uniprocessors (X86_UP_APIC) [Y/n/?] y IO-APIC support on uniprocessors (X86_UP_IOAPIC) [Y/n/?] y Reroute for broken boot IRQs (X86_REROUTE_FOR_BROKEN_BOOT_IRQS) [Y/n/?] y Machine Check / overheating reporting (X86_MCE) [Y/n/?] y Intel MCE features (X86_MCE_INTEL) [N/y/?] n AMD MCE features (X86_MCE_AMD) [Y/n/?] y Support for old Pentium 5 / WinChip machine checks (X86_ANCIENT_MCE) [Y/n/?] y Machine check injector support (X86_MCE_INJECT) [Y/n/?] y Enable VM86 support (VM86) [Y/n/?] y Toshiba Laptop support (TOSHIBA) [Y/n/?] y Dell laptop support (I8K) [Y/n/?] y Enable X86 board specific fixups for reboot (X86_REBOOTFIXUPS) [Y/n/?] y /dev/cpu/microcode - microcode support (MICROCODE) [Y/n/?] y Intel microcode patch loading support (MICROCODE_INTEL) [Y/n/?] y AMD microcode patch loading support (MICROCODE_AMD) [N/y/?] n /dev/cpu/*/msr - Model-specific register support (X86_MSR) [N/y/?] n /dev/cpu/*/cpuid - CPU information support (X86_CPUID) [N/y/?] n High Memory Support 1. off (NOHIGHMEM) > 2. 4GB (HIGHMEM4G) 3. 64GB (HIGHMEM64G) choice[1-3]: 2 Enable KSM for page merging (KSM) [N/y/?] n Low address space to protect from user allocation (DEFAULT_MMAP_MIN_ADDR) [4096] 4096 Enable recovery from hardware memory errors (MEMORY_FAILURE) [N/y/?] n Allocate 3rd-level pagetables from highmem (HIGHPTE) [N/y/?] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make[3]: *** [silentoldconfig] Error 1 make[2]: *** [silentoldconfig] Error 2 make[1]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. make: *** [sub-make] Error 2 make failed, trying to bisect .. ## bisect start Last known good revision c80d292f137275a1ed88e6ed515ecb457051f1a4 # < git symbolic-ref HEAD # < git merge-base c80d292f137275a1ed88e6ed515ecb457051f1a4 e9e70bc14ea5974e21f5baecf95a123844c412b9 # < git ls-files --others --modified # git ls-files --others --modified cmd.log # git bisect reset linus We are not bisecting. # git bisect start won't bisect on seeked tree Traceback (most recent call last): File "/scratch/kisskb/prod/kisskb/kisskb3/backend/backend.py", line 151, in _do_build self.bisect() File "/scratch/kisskb/prod/kisskb/kisskb3/backend/backend.py", line 211, in bisect call('git bisect start', self.log) File "/scratch/kisskb/prod/kisskb/kisskb3/backend/utils.py", line 50, in call raise CommandFailedException(cmd, status) CommandFailedException: Failed running "git bisect start" (1)