* Re: About git-bisect (was: Linux 2.6.28-rc7) [not found] ` <bEGVc-2Bk-11@gated-at.bofh.it> @ 2008-12-02 21:52 ` Francis Moreau 2008-12-03 12:55 ` About git-bisect Renato S. Yamane 0 siblings, 1 reply; 11+ messages in thread From: Francis Moreau @ 2008-12-02 21:52 UTC (permalink / raw) To: Linus Torvalds; +Cc: Sam Ravnborg, Renato S. Yamane, Linux Kernel Mailing List Linus Torvalds <torvalds@linux-foundation.org> writes: > That said, the _best_ way to speed up your compile (whether bisecting or > not) is to simply only compile the drivers and modules you actually need. That's interesting because I recently tried to strip down my kernel configuration but I met a problem: I usually don't know if I really need a feature or not, and that's specially true when configuring the network stuffs, since I'm not a network expert... So I still have 254 modules and after recompiling my kernel, I did: $ touch kernel/sched.c $ time make -j4 [...] MODPOST 254 modules [...] Kernel: arch/x86/boot/bzImage is ready (#109) real 3m23.866s user 0m35.006s sys 0m15.698s and here is the time I get if I recompile the kernel without touching any files: $ time make -j4 CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CHK include/linux/compile.h dnsdomainname: Unknown host CHK include/linux/version.h make[2]: `scripts/unifdef' is up to date. Building modules, stage 2. Kernel: arch/x86/boot/bzImage is ready (#109) MODPOST 254 modules real 0m53.612s user 0m17.996s sys 0m9.752s With these figures, I can confirm that doing bisection, even with 5 reboots, is painful. > It takes me 16 seconds to compile my kernel (if it's all cached), and > that's largely because I do _not_ compile one of the crazy distro kernels > with thousands of totally irrelevant modules for my setup. an other reason is perhaps you're using a computer that most common mortal don't have ;) Care to share your network configuration ;) ? thanks Francis ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect 2008-12-02 21:52 ` About git-bisect (was: Linux 2.6.28-rc7) Francis Moreau @ 2008-12-03 12:55 ` Renato S. Yamane 2008-12-03 16:31 ` Linus Torvalds 2008-12-03 17:24 ` Francis Moreau 0 siblings, 2 replies; 11+ messages in thread From: Renato S. Yamane @ 2008-12-03 12:55 UTC (permalink / raw) To: Linus Torvalds; +Cc: Francis Moreau, Sam Ravnborg, Linux Kernel Mailing List Francis Moreau wrote: > Linus Torvalds writes: >> It takes me 16 seconds to compile my kernel (if it's all cached), and >> that's largely because I do _not_ compile one of the crazy distro kernels >> with thousands of totally irrelevant modules for my setup. > > an other reason is perhaps you're using a computer that most common > mortal don't have ;) > > Care to share your network configuration ;) ? Maybe a repository with .config files used by linux hard-users (as most developers here) can be very interesting to a lot of people get a starter. Best regards, Renato ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect 2008-12-03 12:55 ` About git-bisect Renato S. Yamane @ 2008-12-03 16:31 ` Linus Torvalds 2008-12-03 17:24 ` Francis Moreau 1 sibling, 0 replies; 11+ messages in thread From: Linus Torvalds @ 2008-12-03 16:31 UTC (permalink / raw) To: Renato S. Yamane; +Cc: Francis Moreau, Sam Ravnborg, Linux Kernel Mailing List [-- Attachment #1: Type: TEXT/PLAIN, Size: 2007 bytes --] On Wed, 3 Dec 2008, Renato S. Yamane wrote: > Francis Moreau wrote: > > > > Care to share your network configuration ;) ? > > Maybe a repository with .config files used by linux hard-users (as most > developers here) can be very interesting to a lot of people get a starter. Well, it tends to depend not just on hardware, but on distribution too. Some distros use different features than others. And some people (me) hate modules. I just don't use them if I can avoid it. Some drivers only work as modules, but it's getting happily fairly rare. So if you don't need a lot of flexibility (eg you don't expect to connect a lot of random USB devices), you can make a nonmodular build and just not support random things like tablets etc at all. So here's my .config, if anybody cares. It's for Fedora 9, and obviously for _my_ particular hardware. It's not totally minimal, but it's reasonably so, while not losing any basic functionality I've ever found myself caring about. But it doesn't support (for example) auditing, and thus not SELinux. Those just slow things down for me. So I won't guarantee it's at all useful. But if nothing else, you can use it to benchmark your machine against mine. When I do git clean -dqfx make oldconfig to set up a clean compile with this config, I get: [torvalds@nehalem linux]$ /usr/bin/time make -j16 > ../makes Root device is (253, 3) Setup is 11676 bytes (padded to 11776 bytes). System is 2653 kB CRC 6d0e8080 73.54user 16.53system 0:15.93elapsed 565%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+6070720minor)pagefaults 0swaps and yeah, you need a pretty beefy machine to beat that. Most of them will not fall in the category of "workstation". (IOW, in the timing above, I do _not_ include the time it takes to do the "make oldconfig", and as is obvious from the number of major pagefaults, absolutely everything has been brought into the disk cache - if I do a cold-cache compile it takes over a minute). Linus [-- Attachment #2: Type: TEXT/PLAIN, Size: 55399 bytes --] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-rc7 # Wed Dec 3 08:11:09 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ZONE_DMA32=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_X86_SMP=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_64_SMP=y CONFIG_X86_HT=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_TRAMPOLINE=y # CONFIG_KTIME_SCALAR is not set CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=18 # CONFIG_CGROUPS is not set CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_GROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set CONFIG_USER_SCHED=y # CONFIG_CGROUP_SCHED is not set CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_RELAY=y CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y # CONFIG_COMPAT_BRK is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_ANON_INODES=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y # CONFIG_MARKERS is not set CONFIG_OPROFILE=y # CONFIG_OPROFILE_IBS is not set CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set CONFIG_BLOCK=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_BLK_DEV_BSG=y # CONFIG_BLK_DEV_INTEGRITY is not set CONFIG_BLOCK_COMPAT=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y # CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_CLASSIC_RCU=y # CONFIG_FREEZER is not set # # Processor type and features # CONFIG_TICK_ONESHOT=y # CONFIG_NO_HZ is not set CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_VSMP is not set # CONFIG_PARAVIRT_GUEST is not set # CONFIG_MEMTEST is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set CONFIG_MCORE2=y # CONFIG_GENERIC_CPU is not set CONFIG_X86_CPU=y CONFIG_X86_L1_CACHE_BYTES=64 CONFIG_X86_INTERNODE_CACHE_BYTES=64 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_P6_NOP=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR_64=y CONFIG_X86_DS=y CONFIG_X86_PTRACE_BTS=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y CONFIG_GART_IOMMU=y CONFIG_CALGARY_IOMMU=y # CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT is not set # CONFIG_AMD_IOMMU is not set CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_NR_CPUS=16 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y # CONFIG_X86_MCE_AMD is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y CONFIG_ARCH_PHYS_ADDR_T_64BIT=y # CONFIG_NUMA is not set CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_DISCONTIGMEM_MANUAL is not set CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSEMEM_VMEMMAP=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_RESOURCES_64BIT=y CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_UNEVICTABLE_LRU=y # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW_64K=y CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set CONFIG_X86_PAT=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x200000 CONFIG_RELOCATABLE=y CONFIG_PHYSICAL_ALIGN=0x200000 # CONFIG_HOTPLUG_CPU is not set CONFIG_COMPAT_VDSO=y # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management and ACPI options # CONFIG_PM=y # CONFIG_PM_DEBUG is not set # CONFIG_SUSPEND is not set # CONFIG_HIBERNATION is not set CONFIG_ACPI=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y CONFIG_ACPI_SYSFS_POWER=y # CONFIG_ACPI_PROC_EVENT is not set CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_THERMAL=y CONFIG_ACPI_WMI=y # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_PCI_SLOT is not set CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y # CONFIG_ACPI_SBS is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_DEBUG=y # CONFIG_CPU_FREQ_STAT is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # CPUFreq processor drivers # CONFIG_X86_ACPI_CPUFREQ=y CONFIG_X86_POWERNOW_K8=y CONFIG_X86_POWERNOW_K8_ACPI=y CONFIG_X86_SPEEDSTEP_CENTRINO=y # CONFIG_X86_P4_CLOCKMOD is not set # # shared options # # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set # CONFIG_X86_SPEEDSTEP_LIB is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y # # Memory power savings # # CONFIG_I7300_IDLE is not set # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y # CONFIG_DMAR is not set # CONFIG_INTR_REMAP is not set CONFIG_PCIEPORTBUS=y # CONFIG_HOTPLUG_PCI_PCIE is not set CONFIG_PCIEAER=y # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y CONFIG_PCI_LEGACY=y # CONFIG_PCI_DEBUG is not set # CONFIG_HT_IRQ is not set CONFIG_ISA_DMA_API=y CONFIG_K8_NB=y # CONFIG_PCCARD is not set CONFIG_HOTPLUG_PCI=y # CONFIG_HOTPLUG_PCI_FAKE is not set # CONFIG_HOTPLUG_PCI_ACPI is not set # CONFIG_HOTPLUG_PCI_CPCI is not set # CONFIG_HOTPLUG_PCI_SHPC is not set # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_COMPAT_BINFMT_ELF=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_HAVE_AOUT is not set CONFIG_BINFMT_MISC=y CONFIG_IA32_EMULATION=y # CONFIG_IA32_AOUT is not set CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_SYSVIPC_COMPAT=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_NET_KEY is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set CONFIG_INET_TUNNEL=y CONFIG_INET_XFRM_MODE_TRANSPORT=y CONFIG_INET_XFRM_MODE_TUNNEL=y # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_INET_LRO is not set # CONFIG_INET_DIAG is not set # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_OPTIMISTIC_DAD is not set # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set # CONFIG_IPV6_MIP6 is not set # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET6_TUNNEL is not set # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set # CONFIG_INET6_XFRM_MODE_TUNNEL is not set # CONFIG_INET6_XFRM_MODE_BEET is not set # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set CONFIG_IPV6_SIT=y CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_IPV6_MROUTE is not set # CONFIG_NETLABEL is not set CONFIG_NETWORK_SECMARK=y CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_ADVANCED is not set # # Core Netfilter Configuration # # CONFIG_NETFILTER_NETLINK_LOG is not set CONFIG_NF_CONNTRACK=y # CONFIG_NF_CONNTRACK_SECMARK is not set CONFIG_NF_CONNTRACK_FTP=y # CONFIG_NF_CONNTRACK_IRC is not set # CONFIG_NF_CONNTRACK_SIP is not set # CONFIG_NF_CT_NETLINK is not set CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_TARGET_MARK=y # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set CONFIG_NETFILTER_XT_TARGET_SECMARK=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y CONFIG_NETFILTER_XT_MATCH_MARK=y # CONFIG_NETFILTER_XT_MATCH_POLICY is not set CONFIG_NETFILTER_XT_MATCH_STATE=y # CONFIG_IP_VS is not set # # IP: Netfilter Configuration # CONFIG_NF_DEFRAG_IPV4=y CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_REJECT=y CONFIG_IP_NF_TARGET_LOG=y CONFIG_IP_NF_TARGET_ULOG=y CONFIG_NF_NAT=y CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=y CONFIG_NF_NAT_FTP=y # CONFIG_NF_NAT_IRC is not set # CONFIG_NF_NAT_TFTP is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_SIP is not set CONFIG_IP_NF_MANGLE=y # # IPv6: Netfilter Configuration # CONFIG_NF_CONNTRACK_IPV6=y CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_MATCH_IPV6HEADER=y CONFIG_IP6_NF_TARGET_LOG=y CONFIG_IP6_NF_FILTER=y CONFIG_IP6_NF_TARGET_REJECT=y # CONFIG_IP6_NF_MANGLE is not set # CONFIG_IP_DCCP is not set # CONFIG_IP_SCTP is not set # CONFIG_TIPC is not set # CONFIG_ATM is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set CONFIG_LLC=y # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set CONFIG_NET_SCHED=y # # Queueing/Scheduling # # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_HTB is not set # CONFIG_NET_SCH_HFSC is not set # CONFIG_NET_SCH_PRIO is not set # CONFIG_NET_SCH_MULTIQ is not set # CONFIG_NET_SCH_RED is not set # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_DSMARK is not set # CONFIG_NET_SCH_NETEM is not set # CONFIG_NET_SCH_INGRESS is not set # # Classification # CONFIG_NET_CLS=y # CONFIG_NET_CLS_BASIC is not set # CONFIG_NET_CLS_TCINDEX is not set # CONFIG_NET_CLS_ROUTE4 is not set # CONFIG_NET_CLS_FW is not set # CONFIG_NET_CLS_U32 is not set # CONFIG_NET_CLS_RSVP is not set # CONFIG_NET_CLS_RSVP6 is not set # CONFIG_NET_CLS_FLOW is not set CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_STACK=32 # CONFIG_NET_EMATCH_CMP is not set # CONFIG_NET_EMATCH_NBYTE is not set # CONFIG_NET_EMATCH_U32 is not set # CONFIG_NET_EMATCH_META is not set # CONFIG_NET_EMATCH_TEXT is not set CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=y # CONFIG_NET_ACT_GACT is not set # CONFIG_NET_ACT_MIRRED is not set # CONFIG_NET_ACT_IPT is not set # CONFIG_NET_ACT_NAT is not set # CONFIG_NET_ACT_PEDIT is not set # CONFIG_NET_ACT_SIMP is not set # CONFIG_NET_ACT_SKBEDIT is not set CONFIG_NET_SCH_FIFO=y # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set # CONFIG_PHONET is not set CONFIG_FIB_RULES=y # CONFIG_WIRELESS is not set # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set # CONFIG_CONNECTOR is not set # CONFIG_MTD is not set # CONFIG_PARPORT is not set CONFIG_PNP=y CONFIG_PNP_DEBUG_MESSAGES=y # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set # CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=16384 # CONFIG_BLK_DEV_XIP is not set # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y # CONFIG_IBM_ASM is not set # CONFIG_PHANTOM is not set # CONFIG_EEPROM_93CX6 is not set # CONFIG_SGI_IOC4 is not set # CONFIG_TIFM_CORE is not set # CONFIG_SONY_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_SGI_XP is not set # CONFIG_HP_ILO is not set # CONFIG_SGI_GRU is not set # CONFIG_C2PORT is not set CONFIG_HAVE_IDE=y CONFIG_IDE=y # # Please see Documentation/ide/ide.txt for help/info on IDE drives # CONFIG_IDE_TIMINGS=y # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_IDE_GD=y CONFIG_IDE_GD_ATA=y # CONFIG_IDE_GD_ATAPI is not set CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDEACPI is not set # CONFIG_IDE_TASK_IOCTL is not set CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_PLATFORM is not set CONFIG_BLK_DEV_CMD640=y CONFIG_BLK_DEV_CMD640_ENHANCED=y CONFIG_BLK_DEV_IDEPNP=y # # PCI IDE chipsets support # # CONFIG_BLK_DEV_GENERIC is not set # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_JMICRON is not set # CONFIG_BLK_DEV_SC1200 is not set # CONFIG_BLK_DEV_PIIX is not set # CONFIG_BLK_DEV_IT8213 is not set # CONFIG_BLK_DEV_IT821X is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_TC86C001 is not set # CONFIG_BLK_DEV_IDEDMA is not set # # SCSI device support # # CONFIG_RAID_ATTRS is not set CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set CONFIG_SCSI_NETLINK=y # CONFIG_SCSI_PROC_FS is not set # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set CONFIG_CHR_DEV_SG=y # CONFIG_CHR_DEV_SCH is not set # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_SCAN_ASYNC is not set # # SCSI Transports # # CONFIG_SCSI_SPI_ATTRS is not set CONFIG_SCSI_FC_ATTRS=y # CONFIG_SCSI_ISCSI_ATTRS is not set # CONFIG_SCSI_SAS_ATTRS is not set # CONFIG_SCSI_SAS_LIBSAS is not set # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_ISCSI_TCP is not set # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_ARCMSR is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_SAS is not set # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_MVSAS is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_QLOGIC_1280 is not set # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set # CONFIG_SCSI_LPFC is not set # CONFIG_SCSI_DC395x is not set # CONFIG_SCSI_DC390T is not set # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_SRP is not set # CONFIG_SCSI_DH is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_SATA_SVW is not set CONFIG_ATA_PIIX=y # CONFIG_SATA_MV is not set # CONFIG_SATA_NV is not set # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SX4 is not set # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set # CONFIG_PATA_ACPI is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set # CONFIG_PATA_ARTOP is not set # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_TRIFLEX is not set # CONFIG_PATA_MARVELL is not set # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_SIL680 is not set # CONFIG_PATA_SIS is not set # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # CONFIG_PATA_SCH is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y CONFIG_MD_LINEAR=y CONFIG_MD_RAID0=y # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID10 is not set # CONFIG_MD_RAID456 is not set # CONFIG_MD_MULTIPATH is not set # CONFIG_MD_FAULTY is not set CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set # CONFIG_DM_CRYPT is not set CONFIG_DM_SNAPSHOT=y CONFIG_DM_MIRROR=y CONFIG_DM_ZERO=y # CONFIG_DM_MULTIPATH is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # Enable only one of the two stacks, unless you know what you are doing # # CONFIG_FIREWIRE is not set # CONFIG_IEEE1394 is not set # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y # CONFIG_IFB is not set # CONFIG_DUMMY is not set # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set # CONFIG_PHYLIB is not set CONFIG_NET_ETHERNET=y # CONFIG_MII is not set # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set CONFIG_NET_VENDOR_3COM=y # CONFIG_VORTEX is not set # CONFIG_TYPHOON is not set CONFIG_NET_TULIP=y # CONFIG_DE2104X is not set # CONFIG_TULIP is not set # CONFIG_DE4X5 is not set # CONFIG_WINBOND_840 is not set # CONFIG_DM9102 is not set # CONFIG_ULI526X is not set # CONFIG_HP100 is not set # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_B44 is not set # CONFIG_FORCEDETH is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set # CONFIG_R6040 is not set # CONFIG_SIS900 is not set # CONFIG_EPIC100 is not set # CONFIG_SUNDANCE is not set # CONFIG_TLAN is not set # CONFIG_VIA_RHINE is not set # CONFIG_SC92031 is not set # CONFIG_ATL2 is not set CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set # CONFIG_DL2K is not set CONFIG_E1000=y CONFIG_E1000E=y # CONFIG_IP1000 is not set CONFIG_IGB=y # CONFIG_IGB_LRO is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SKGE is not set # CONFIG_SKY2 is not set # CONFIG_VIA_VELOCITY is not set # CONFIG_TIGON3 is not set # CONFIG_BNX2 is not set # CONFIG_QLA3XXX is not set # CONFIG_ATL1 is not set # CONFIG_ATL1E is not set # CONFIG_JME is not set CONFIG_NETDEV_10000=y # CONFIG_CHELSIO_T1 is not set # CONFIG_CHELSIO_T3 is not set # CONFIG_ENIC is not set # CONFIG_IXGBE is not set # CONFIG_IXGB is not set # CONFIG_S2IO is not set # CONFIG_MYRI10GE is not set # CONFIG_NETXEN_NIC is not set # CONFIG_NIU is not set # CONFIG_MLX4_EN is not set # CONFIG_MLX4_CORE is not set # CONFIG_TEHUTI is not set # CONFIG_BNX2X is not set # CONFIG_QLGE is not set # CONFIG_SFC is not set CONFIG_TR=y # CONFIG_IBMOL is not set # CONFIG_3C359 is not set # CONFIG_TMS380TR is not set # # Wireless LAN # # CONFIG_WLAN_PRE80211 is not set # CONFIG_WLAN_80211 is not set # CONFIG_IWLWIFI_LEDS is not set # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # CONFIG_WAN is not set CONFIG_FDDI=y # CONFIG_DEFXX is not set # CONFIG_SKFP is not set # CONFIG_HIPPI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # CONFIG_NET_FC is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y # CONFIG_INPUT_POLLDEV is not set # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y CONFIG_MOUSE_PS2_ALPS=y CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_VSXXXAA is not set CONFIG_INPUT_JOYSTICK=y # CONFIG_JOYSTICK_ANALOG is not set # CONFIG_JOYSTICK_A3D is not set # CONFIG_JOYSTICK_ADI is not set # CONFIG_JOYSTICK_COBRA is not set # CONFIG_JOYSTICK_GF2K is not set # CONFIG_JOYSTICK_GRIP is not set # CONFIG_JOYSTICK_GRIP_MP is not set # CONFIG_JOYSTICK_GUILLEMOT is not set # CONFIG_JOYSTICK_INTERACT is not set # CONFIG_JOYSTICK_SIDEWINDER is not set # CONFIG_JOYSTICK_TMDC is not set # CONFIG_JOYSTICK_IFORCE is not set # CONFIG_JOYSTICK_WARRIOR is not set # CONFIG_JOYSTICK_MAGELLAN is not set # CONFIG_JOYSTICK_SPACEORB is not set # CONFIG_JOYSTICK_SPACEBALL is not set # CONFIG_JOYSTICK_STINGER is not set # CONFIG_JOYSTICK_TWIDJOY is not set # CONFIG_JOYSTICK_ZHENHUA is not set # CONFIG_JOYSTICK_JOYDUMP is not set # CONFIG_JOYSTICK_XPAD is not set # CONFIG_INPUT_TABLET is not set CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_FUJITSU is not set # CONFIG_TOUCHSCREEN_GUNZE is not set # CONFIG_TOUCHSCREEN_ELO is not set # CONFIG_TOUCHSCREEN_MTOUCH is not set # CONFIG_TOUCHSCREEN_INEXIO is not set # CONFIG_TOUCHSCREEN_MK712 is not set # CONFIG_TOUCHSCREEN_PENMOUNT is not set # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set # CONFIG_TOUCHSCREEN_TOUCHWIN is not set # CONFIG_TOUCHSCREEN_WM97XX is not set # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set CONFIG_INPUT_MISC=y # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_UINPUT is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_GAMEPORT is not set # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set CONFIG_DEVKMEM=y CONFIG_SERIAL_NONSTANDARD=y # CONFIG_COMPUTONE is not set # CONFIG_ROCKETPORT is not set # CONFIG_CYCLADES is not set # CONFIG_DIGIEPCA is not set # CONFIG_MOXA_INTELLIO is not set # CONFIG_MOXA_SMARTIO is not set # CONFIG_ISI is not set # CONFIG_SYNCLINK is not set # CONFIG_SYNCLINKMP is not set # CONFIG_SYNCLINK_GT is not set # CONFIG_N_HDLC is not set # CONFIG_RISCOM8 is not set # CONFIG_SPECIALIX is not set # CONFIG_SX is not set # CONFIG_RIO is not set CONFIG_STALDRV=y # CONFIG_STALLION is not set # CONFIG_ISTALLION is not set # CONFIG_NOZOMI is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_NR_UARTS=32 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_8250_DETECT_IRQ=y CONFIG_SERIAL_8250_RSA=y # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set CONFIG_RTC=y # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y # CONFIG_HPET_MMAP is not set # CONFIG_HANGCHECK_TIMER is not set # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y # CONFIG_I2C is not set # CONFIG_SPI is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y # CONFIG_GPIOLIB is not set # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set # CONFIG_BATTERY_DS2760 is not set CONFIG_HWMON=y # CONFIG_HWMON_VID is not set # CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set # CONFIG_SENSORS_K8TEMP is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set # CONFIG_SENSORS_CORETEMP is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47B397 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_SENSORS_HDAPS is not set # CONFIG_SENSORS_LIS3LV02D is not set # CONFIG_SENSORS_APPLESMC is not set # CONFIG_HWMON_DEBUG_CHIP is not set CONFIG_THERMAL=y # CONFIG_THERMAL_HWMON is not set CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set # # Watchdog Device Drivers # # CONFIG_SOFT_WATCHDOG is not set # CONFIG_ACQUIRE_WDT is not set # CONFIG_ADVANTECH_WDT is not set # CONFIG_ALIM1535_WDT is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_SC520_WDT is not set # CONFIG_EUROTECH_WDT is not set # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set # CONFIG_WAFER_WDT is not set # CONFIG_I6300ESB_WDT is not set # CONFIG_ITCO_WDT is not set # CONFIG_IT8712F_WDT is not set # CONFIG_IT87_WDT is not set # CONFIG_HP_WATCHDOG is not set # CONFIG_SC1200_WDT is not set # CONFIG_PC87413_WDT is not set # CONFIG_60XX_WDT is not set # CONFIG_SBC8360_WDT is not set # CONFIG_CPU5_WDT is not set # CONFIG_SMSC37B787_WDT is not set # CONFIG_W83627HF_WDT is not set # CONFIG_W83697HF_WDT is not set # CONFIG_W83697UG_WDT is not set # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set # CONFIG_MACHZ_WDT is not set # CONFIG_SBC_EPX_C3_WATCHDOG is not set # # PCI-based Watchdog Cards # # CONFIG_PCIPCWATCHDOG is not set # CONFIG_WDTPCI is not set # # USB-based Watchdog Cards # # CONFIG_USBPCWATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # # CONFIG_SSB is not set # # Multifunction device drivers # # CONFIG_MFD_CORE is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_TMIO is not set # CONFIG_REGULATOR is not set # # Multimedia devices # # # Multimedia core support # # CONFIG_VIDEO_DEV is not set # CONFIG_DVB_CORE is not set # CONFIG_VIDEO_MEDIA is not set # # Multimedia drivers # # CONFIG_DAB is not set # # Graphics support # CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set CONFIG_DRM_I915=y # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=y CONFIG_FIRMWARE_EDID=y # CONFIG_FB_DDC is not set CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set # CONFIG_FB_SYS_FILLRECT is not set # CONFIG_FB_SYS_COPYAREA is not set # CONFIG_FB_SYS_IMAGEBLIT is not set # CONFIG_FB_FOREIGN_ENDIAN is not set # CONFIG_FB_SYS_FOPS is not set # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_VESA=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_INTEL is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_LCD_CLASS_DEVICE is not set # CONFIG_BACKLIGHT_CLASS_DEVICE is not set # # Display device support # CONFIG_DISPLAY_SUPPORT=y # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_LOGO_LINUX_CLUT224=y CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_SEQUENCER=y # CONFIG_SND_SEQ_DUMMY is not set CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_RTCTIMER=y CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y # CONFIG_SND_DYNAMIC_MINORS is not set CONFIG_SND_SUPPORT_OLD_API=y # CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y CONFIG_SND_AC97_CODEC=y CONFIG_SND_DRIVERS=y # CONFIG_SND_PCSP is not set # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # CONFIG_SND_AC97_POWER_SAVE is not set CONFIG_SND_PCI=y # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set CONFIG_SND_HDA_INTEL=y # CONFIG_SND_HDA_HWDEP is not set CONFIG_SND_HDA_INPUT_BEEP=y CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y CONFIG_SND_HDA_CODEC_VIA=y CONFIG_SND_HDA_CODEC_ATIHDMI=y # CONFIG_SND_HDA_CODEC_NVHDMI is not set CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CMEDIA=y CONFIG_SND_HDA_CODEC_SI3054=y CONFIG_SND_HDA_GENERIC=y # CONFIG_SND_HDA_POWER_SAVE is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set CONFIG_SND_INTEL8X0=y # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set # CONFIG_SND_VX222 is not set # CONFIG_SND_YMFPCI is not set CONFIG_SND_USB=y # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_USX2Y is not set # CONFIG_SND_USB_CAIAQ is not set # CONFIG_SND_USB_US122L is not set # CONFIG_SND_SOC is not set # CONFIG_SOUND_PRIME is not set CONFIG_AC97_BUS=y CONFIG_HID_SUPPORT=y CONFIG_HID=y # CONFIG_HID_DEBUG is not set # CONFIG_HIDRAW is not set # # USB Input Devices # CONFIG_USB_HID=y CONFIG_HID_PID=y CONFIG_USB_HIDDEV=y # # Special HID drivers # CONFIG_HID_COMPAT=y CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y CONFIG_HID_BRIGHT=y CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y CONFIG_HID_CYPRESS=y CONFIG_HID_DELL=y CONFIG_HID_EZKEY=y CONFIG_HID_GYRATION=y CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y # CONFIG_LOGIRUMBLEPAD2_FF is not set CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y CONFIG_HID_SUNPLUS=y CONFIG_THRUSTMASTER_FF=y # CONFIG_ZEROPLUS_FF is not set CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y # CONFIG_USB_EHCI_TT_NEWSCHED is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_OHCI_HCD is not set CONFIG_USB_UHCI_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_HWA_HCD is not set # # USB Device Class drivers # # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=y # CONFIG_USB_WDM is not set # CONFIG_USB_TMC is not set # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; # # # see USB_STORAGE Help for more information # CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_DPCM is not set # CONFIG_USB_STORAGE_USBAT is not set # CONFIG_USB_STORAGE_SDDR09 is not set # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set # CONFIG_USB_STORAGE_ALAUDA is not set # CONFIG_USB_STORAGE_ONETOUCH is not set # CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # # USB port drivers # # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_ADUTUX is not set # CONFIG_USB_SEVSEG is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_BERRY_CHARGE is not set # CONFIG_USB_LED is not set # CONFIG_USB_CYPRESS_CY7C63 is not set # CONFIG_USB_CYTHERM is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_APPLEDISPLAY is not set # CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_TEST is not set # CONFIG_USB_ISIGHTFW is not set # CONFIG_USB_VST is not set # CONFIG_USB_GADGET is not set # CONFIG_UWB is not set # CONFIG_MMC is not set # CONFIG_MEMSTICK is not set # CONFIG_NEW_LEDS is not set # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set CONFIG_EDAC=y # # Reporting subsystems # # CONFIG_EDAC_DEBUG is not set CONFIG_EDAC_MM_EDAC=y # CONFIG_EDAC_E752X is not set # CONFIG_EDAC_I82975X is not set # CONFIG_EDAC_I3000 is not set # CONFIG_EDAC_X38 is not set # CONFIG_EDAC_I5000 is not set # CONFIG_EDAC_I5100 is not set # CONFIG_RTC_CLASS is not set # CONFIG_DMADEVICES is not set # CONFIG_UIO is not set # CONFIG_STAGING is not set CONFIG_STAGING_EXCLUDE_BUILD=y # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y # CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y CONFIG_FILE_LOCKING=y # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_DNOTIFY=y CONFIG_INOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=y # CONFIG_FUSE_FS is not set CONFIG_GENERIC_ACL=y # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y # CONFIG_UDF_FS is not set # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y # CONFIG_CONFIGFS_FS is not set # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_ECRYPT_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y # CONFIG_NFS_FS is not set # CONFIG_NFSD is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set CONFIG_OSF_PARTITION=y CONFIG_AMIGA_PARTITION=y # CONFIG_ATARI_PARTITION is not set CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y CONFIG_MINIX_SUBPARTITION=y CONFIG_SOLARIS_X86_PARTITION=y CONFIG_UNIXWARE_DISKLABEL=y # CONFIG_LDM_PARTITION is not set CONFIG_SGI_PARTITION=y # CONFIG_ULTRIX_PARTITION is not set CONFIG_SUN_PARTITION=y # CONFIG_KARMA_PARTITION is not set CONFIG_EFI_PARTITION=y # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=2048 CONFIG_MAGIC_SYSRQ=y CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DETECT_SOFTLOCKUP is not set CONFIG_SCHED_DEBUG=y # CONFIG_SCHEDSTATS is not set # CONFIG_TIMER_STATS is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SLUB_STATS is not set # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_LOCK_STAT is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_VIRTUAL is not set # CONFIG_DEBUG_WRITECOUNT is not set CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set CONFIG_FRAME_POINTER=y # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set # CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y # # Tracers # # CONFIG_FUNCTION_TRACER is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_SYSPROF_TRACER is not set # CONFIG_SCHED_TRACER is not set # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_BOOT_TRACER is not set # CONFIG_STACK_TRACER is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_DYNAMIC_PRINTK_DEBUG is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set CONFIG_STRICT_DEVMEM=y # CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_X86_PTDUMP is not set CONFIG_DEBUG_RODATA=y # CONFIG_DIRECT_GBPAGES is not set # CONFIG_DEBUG_RODATA_TEST is not set # CONFIG_IOMMU_DEBUG is not set # CONFIG_MMIOTRACE is not set CONFIG_IO_DELAY_TYPE_0X80=0 CONFIG_IO_DELAY_TYPE_0XED=1 CONFIG_IO_DELAY_TYPE_UDELAY=2 CONFIG_IO_DELAY_TYPE_NONE=3 CONFIG_IO_DELAY_0X80=y # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_DEBUG_BOOT_PARAMS is not set # CONFIG_CPA_DEBUG is not set # CONFIG_OPTIMIZE_INLINING is not set # # Security options # CONFIG_KEYS=y CONFIG_KEYS_DEBUG_PROC_KEYS=y CONFIG_SECURITY=y # CONFIG_SECURITYFS is not set CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set # CONFIG_SECURITY_ROOTPLUG is not set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_MANAGER=y # CONFIG_CRYPTO_GF128MUL is not set # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_CRYPTD is not set # CONFIG_CRYPTO_AUTHENC is not set # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_SEQIV is not set # # Block modes # CONFIG_CRYPTO_CBC=y # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=y # CONFIG_CRYPTO_XTS is not set # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # # Digest # # CONFIG_CRYPTO_CRC32C is not set CONFIG_CRYPTO_CRC32C_INTEL=y # CONFIG_CRYPTO_MD4 is not set CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_RMD128 is not set # CONFIG_CRYPTO_RMD160 is not set # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set # CONFIG_CRYPTO_TGR192 is not set # CONFIG_CRYPTO_WP512 is not set # # Ciphers # # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_AES_X86_64 is not set # CONFIG_CRYPTO_ANUBIS is not set # CONFIG_CRYPTO_ARC4 is not set # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set # CONFIG_CRYPTO_DES is not set # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SALSA20_X86_64 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SERPENT is not set # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_X86_64 is not set # # Compression # # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_LZO is not set # # Random Number Generation # # CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_DEV_HIFN_795X is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y # CONFIG_CRC_CCITT is not set # CONFIG_CRC16 is not set CONFIG_CRC_T10DIF=y # CONFIG_CRC_ITU_T is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set # CONFIG_LIBCRC32C is not set CONFIG_ZLIB_INFLATE=y CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect 2008-12-03 12:55 ` About git-bisect Renato S. Yamane 2008-12-03 16:31 ` Linus Torvalds @ 2008-12-03 17:24 ` Francis Moreau 2008-12-03 17:50 ` About git-bisect (defconfigs) Randy Dunlap 1 sibling, 1 reply; 11+ messages in thread From: Francis Moreau @ 2008-12-03 17:24 UTC (permalink / raw) To: Renato S. Yamane; +Cc: Linus Torvalds, Sam Ravnborg, Linux Kernel Mailing List On Wed, Dec 3, 2008 at 1:55 PM, Renato S. Yamane <yamane@diamondcut.com.br> wrote: > Francis Moreau wrote: >> Linus Torvalds writes: >>> It takes me 16 seconds to compile my kernel (if it's all cached), and >>> that's largely because I do _not_ compile one of the crazy distro kernels >>> with thousands of totally irrelevant modules for my setup. >> >> an other reason is perhaps you're using a computer that most common >> mortal don't have ;) >> >> Care to share your network configuration ;) ? > > Maybe a repository with .config files used by linux hard-users (as most > developers here) can be very interesting to a lot of people get a starter. > Or perhaps just to keep 'make defconfig' uptodate with sane core values which should fit a desktop config ? BTW does anybody what the status of the defconfig files on x86 ? thanks -- Francis ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (defconfigs) 2008-12-03 17:24 ` Francis Moreau @ 2008-12-03 17:50 ` Randy Dunlap 2008-12-04 0:14 ` Nick Andrew 0 siblings, 1 reply; 11+ messages in thread From: Randy Dunlap @ 2008-12-03 17:50 UTC (permalink / raw) To: Francis Moreau Cc: Renato S. Yamane, Linus Torvalds, Sam Ravnborg, Linux Kernel Mailing List, netdev Francis Moreau wrote: > On Wed, Dec 3, 2008 at 1:55 PM, Renato S. Yamane > <yamane@diamondcut.com.br> wrote: >> Francis Moreau wrote: >>> Linus Torvalds writes: >>>> It takes me 16 seconds to compile my kernel (if it's all cached), and >>>> that's largely because I do _not_ compile one of the crazy distro kernels >>>> with thousands of totally irrelevant modules for my setup. >>> an other reason is perhaps you're using a computer that most common >>> mortal don't have ;) >>> >>> Care to share your network configuration ;) ? >> Maybe a repository with .config files used by linux hard-users (as most >> developers here) can be very interesting to a lot of people get a starter. >> > > Or perhaps just to keep 'make defconfig' uptodate with sane core values > which should fit a desktop config ? > > BTW does anybody what the status of the defconfig files on x86 ? I looked at them about 1 week ago. I know that Ingo or the x86 maintainers team update them occasionally, but I'd like to see a few changes or some questions answered: 1. Disable CONFIG_TR. Token ring is antiquated. No reason to be in defconfig. 2. There are several security-related config items that default to =y but the kconfig help says: If unsure, say N here. Like: CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_SELINUX=y Maybe I just don't understand the current meaning/usage of defconfig. eh? Thanks, ~Randy ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (defconfigs) 2008-12-03 17:50 ` About git-bisect (defconfigs) Randy Dunlap @ 2008-12-04 0:14 ` Nick Andrew 0 siblings, 0 replies; 11+ messages in thread From: Nick Andrew @ 2008-12-04 0:14 UTC (permalink / raw) To: Randy Dunlap Cc: Francis Moreau, Renato S. Yamane, Linus Torvalds, Sam Ravnborg, Linux Kernel Mailing List, netdev On Wed, Dec 03, 2008 at 09:50:51AM -0800, Randy Dunlap wrote: > 2. There are several security-related config items that default to =y but the > kconfig help says: If unsure, say N here. Like: > > > CONFIG_NETLABEL=y > CONFIG_NETWORK_SECMARK=y > CONFIG_KEYS=y > CONFIG_SECURITY=y > CONFIG_SECURITY_NETWORK=y > CONFIG_SECURITY_SELINUX=y > > Maybe I just don't understand the current meaning/usage of defconfig. eh? A consistent approach to the Kconfig hints would help. To me, "If unsure, say N" implies that turning off the feature won't break the kernel nor be anything particularly important. The Kconfig hints should follow the defaults (or else why default to 'y'?) for common architectures. Perhaps menuconfig can generate the "If unsure" message itself from the architecture defaults? That will ensure consistency. Nick. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (was: Linux 2.6.28-rc7)
@ 2008-12-02 16:55 Toralf Förster
0 siblings, 0 replies; 11+ messages in thread
From: Toralf Förster @ 2008-12-02 16:55 UTC (permalink / raw)
To: yamane; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
>I need more than 20min to compile each kernel, so is necessary ~260min.
Try to us ccache. It should speed up such compile orgy a lot.
--
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Linux 2.6.28-rc7
@ 2008-12-02 4:11 Linus Torvalds
2008-12-02 12:14 ` Alejandro Riveira Fernández
0 siblings, 1 reply; 11+ messages in thread
From: Linus Torvalds @ 2008-12-02 4:11 UTC (permalink / raw)
To: Linux Kernel Mailing List
I was gone for a week, and it wasn't quite as quiet as I was hoping for,
but there's a new -rc out there now with the merges of the fallout.
Almost all of it is various driver fixes, at least if you ignore the
(bulky) powerpc defconfig updates. The bulk being ACPI, DRM, input and
V4L, but with a smattering of usb, networking, infiniband and firewire.
Oh, and a number of section warning fixes.
The shortlog is about as informative as it gets - it's all about a lot of
small details.
Linus
---
Adhemerval Zanella (1):
powerpc: Fix IRQ assignment for some PCIe devices
Al Viro (31):
meminit section warnings
false __cpuinit positives on alpha
powerpc set_huge_psize() false positive
sparc32 cpuinit flase positives
sparc64 trivial section misannotations
istallion section warnings
fix talitos
icside section warnings
W1_MASTER_DS1WM should depend on HAVE_CLK
advansys fix on ISA-less configs
of_platform_driver noise on sparce
gdth section fixes
rackmeter section fixes
ixgbe section fixes
section misannotation in ibmtr_cs
m32r: section noise in head.S
fix the section noise in sparc head.S
section errors in smc911x/smc91x
rapidio section noise
uninorth-agp section mess
cpuinit fixes in kernel/*
tricky one: hisax sections
alpha: pcibios_resource_to_bus() is callable from normal code
pci_setup() is init, not devinit
enable_IR_x2apic() needs to be __init
kvm_setup_secondary_clock() is cpuinit
xen_setup_vcpu_info_placement() is not init on x86
xen_play_dead() is __cpuinit
get xenbus_driver ->probe() "recognized" by modpost
sn_pci_controller_fixup() should be __init
hotplug_memory_notifier section annotation
Alan Stern (1):
USB: storage: unusual_devs entry for Mio C520-GPS
Alessandro Guido (2):
sony-laptop: brightness regression fix
sony-laptop: printk tweak
Alexey Starikovskiy (2):
ACPI: EC: count interrupts only if called from interrupt handler.
ACPI: battery: Convert discharge energy rate to current properly
Amit Kucheria (1):
ARM: OMAP: Typo fix for clock_allow_idle
Andreas Herrmann (2):
[CPUFREQ] powernow-k8: ignore out-of-range PstateStatus value
x86: fixup config space size of CPU functions for AMD family 11h
Andres Salomon (1):
Input: psmouse - fix incorrect validate_byte check in OLPC protocol
Andrew Morton (1):
drivers/gpu/drm/i915/i915_irq.c: fix warning
Anton Vorontsov (2):
USB: fsl_qe_udc: Report disconnect before unbinding
USB: fsl_usb2_udc: Report disconnect before unbinding
Arjan van de Ven (4):
Input: replace spin_lock_bh with spin_lock_irqsave in ml_ff_playback
toshiba_acpi: close race in toshiba_acpi driver
input: replace spin_lock_bh with spin_lock_irqsave in ml_ff_playback
taint: add missing comment
Arnd Bergmann (3):
powerpc/cell/axon-msi: Retry on missing interrupt
powerpc/mpic: Don't reset affinity for secondary MPIC on boot
powerpc/cell: Fix GDB watchpoints, again
Ben Dooks (2):
spi: fix spi_s3c24xx_gpio device handle lookup
spi: fix spi_s3c24xx_gpio num_chipselect
Benjamin Herrenschmidt (2):
powerpc/44x: Fix 460EX/460GT machine check handling
radeonfb: fix problem with color expansion & alignment
Bob Moore (1):
ACPICA: Allow _WAK method to return an Integer
Christian Borntraeger (2):
[S390] fix/cleanup sched_clock
[S390] pgtable.h: Fix oops in unmap_vmas for KVM processes
Christoph Hellwig (1):
remove __ARCH_WANT_COMPAT_SYS_PTRACE
Coly Li (2):
ocfs2: comments typo fix
ocfs2: fix return value set in init_dlmfs_fs()
Daniel Gimpelevich (1):
Input: cm109 - add keymap for ATCom AU-100 phone
Dave Hansen (1):
powerpc: Fix boot freeze on machine with empty memory node
David Brownell (1):
i2c/isp1301_omap: Build fixes
David Daney (1):
MIPS: Make BUG() __noreturn.
David Howells (1):
frv: fix mmap2 error handling
David Teigland (2):
ocfs2: initialize stack_user lvbptr
ocfs2: fix wake_up in unlock_ast
Davide Libenzi (1):
epoll: introduce resource usage limits
Devin Heitmueller (4):
V4L/DVB (9631): Make s2api work for ATSC support
V4L/DVB (9632): make em28xx aux audio input work
V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner
V4L/DVB (9639): Make dib0700 remote control support work with firmware v1.20
Dmitri Vorobiev (1):
Input: fix the example of an input device driver
Dmitry Baryshkov (1):
fbdev: fix FB console blanking
Dmitry Torokhov (1):
Input: i8042 - add Compal Hel80 laptop to nomux blacklist
Douglas Schilling Landgraf (6):
V4L/DVB (9601): ttusb_dec: Add NULL pointer validation
V4L/DVB (9602): dvb-ttusb-budget: Add NULL pointer validation
V4L/DVB (9603): dvb-ttusb-budget: Add validation for ttusb_alloc_iso_urbs
V4L/DVB (9604): ttusb_dec: fix memory leak
V4L/DVB (9605): usb-urb: fix memory leak
V4L/DVB (9743): em28xx: fix oops audio
Eric Anholt (3):
drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.
drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.
drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.
Eric Dumazet (1):
oprofile: fix an overflow in ppro code
Eric Miao (5):
pxafb: introduce LCD_TYPE_MASK and use it.
pxafb: only initialize the smart panel thread when dealing with a smartpanel
[ARM] pxa: fix I2C controller device being registered twice on Akita
[ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitz
[ARM] pxa/corgi: update default config to exclude tosa from being built
FUJITA Tomonori (1):
DMA-API.txt: fix description of pci_map_sg/dma_map_sg scatterlists handling
Geert Uytterhoeven (1):
parisc: __kernel_time_t is always long
Grant Erickson (1):
powerpc/40x: Limit allocable DRAM during early mapping
Grant Likely (4):
powerpc/mpc5200: fix bestcomm Kconfig dependencies
powerpc/virtex: fix various format/casting printk mismatches
powerpc/52xx: update defconfigs
powerpc/virtex: Update defconfigs
Greg Kroah-Hartman (2):
Revert "USB: improve ehci_watchdog's side effect in CPU power management"
USB: serial: add more Onda device ids to option driver
Guennadi Liakhovetski (1):
[ARM] pxa/pcm990: use negative number for an invalid GPIO in camera data
Hannes Eder (1):
sound/sound_core: Fix sparse warnings
Hans Verkuil (1):
V4L/DVB (9748): em28xx: fix compile warning
Harvey Harrison (1):
V4L/DVB (9635): v4l: s2255drv fix firmware test on big-endian
Heiko Carstens (1):
[S390] Fix alignment of initial kernel stack.
Helge Deller (1):
parisc: fix kernel crash when unwinding a userspace process
Henrik Rydberg (1):
hwmon: applesmc: make applesmc load automatically on startup
Henrique de Moraes Holschuh (1):
ACPI: thinkpad-acpi: fix fan sleep/resume path
Herton Ronaldo Krzesinski (1):
Input: i8042 - add Dell XPS M1530 to nomux list
Ian Campbell (1):
xen: pin correct PGD on suspend
Igor M. Liplianin (1):
V4L/DVB (9608): Fix section mismatch warning for dm1105 during make
Ingo Molnar (3):
irq: fix typo
sched, cpusets: fix warning in kernel/cpuset.c
sched: prevent divide by zero error in cpu_avg_load_per_task, update
Jack Morgenstein (2):
mlx4_core: Save/restore default port IB capability mask
IB/mlx4: Fix MTT leakage in resize CQ
Jan Kara (1):
udf: Fix BUG_ON() in destroy_inode()
Jan Nikitenko (1):
spi: au1550_spi full duplex dma fix
Jan Scholz (1):
HID: Apple ALU wireless keyboards are bluetooth devices
Jarkko Lavinen (2):
i82875p_edac: fix overflow device resource setup
i82875p_edac: fix module remove
Jaya Kumar (2):
[ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other strings
[ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0
Jean Delvare (2):
i2c: Remove i2c clients in reverse order
i2c-parport: Fix misplaced parport_release call
Jean-Francois Moine (3):
V4L/DVB (9689): gspca: Memory leak when disconnect while streaming.
V4L/DVB (9690): gspca: Lock the subdrivers via module_get/put.
V4L/DVB (9691): gspca: Move the video device to a separate area.
Jeff Layton (1):
[CIFS] fix regression in cifs_write_begin/cifs_write_end
Jeremy Kerr (1):
powerpc/spufs: Fix spinning in spufs_ps_fault on signal
Jiri Kosina (3):
HID: fix blacklist entries for greenasia/pantherlord
HID: unignore mouse on unibody macbooks
HID: add USB ID for another dual gameron adapter
Jiri Pirko (1):
Input: atkbd - cancel delayed work before freeing its structure
Jiri Slaby (1):
HID: remove setup mutex, fix possible deadlock
Joachim Fenkes (1):
IB/ehca: Change misleading error message on memory hotplug
Joerg Roedel (1):
x86: always define DECLARE_PCI_UNMAP* macros
Johannes Weiner (1):
vmscan: protect zone rotation stats by lru lock
Jose Alberto Reguero (1):
V4L/DVB (9664): af9015: don't reconnect device in USB-bus
Julia Lawall (1):
arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul
Julien Boibessot (1):
spi: fix spi_imx probe oopsing
KAMEZAWA Hiroyuki (1):
memcg: memory hotplug fix for notifier callback
Kay Sievers (1):
parisc: struct device - replace bus_id with dev_name(), dev_set_name()
Keith Packard (5):
drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.
drm/i915: Subtract total pinned bytes from available aperture size
drm/i915: Always read pipestat in irq_handler
drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT
drm: move drm vblank initialization/cleanup to driver load/unload
Kevin Hao (1):
Add kref to fake tty used by USB console
Lai Jiangshan (1):
ftrace: prevent recursion
Len Brown (2):
Revert "ACPI: don't enable control method power button as wakeup device when Fixed Power button is used"
ACPI: delete OSI(Linux) DMI dmesg spam
Li Zefan (1):
lockdep: consistent alignement for lockdep info
Liming Wang (1):
function tracing: fix wrong position computing of stack_trace
Lin Ming (1):
ACPICA: disable _BIF warning
Linus Torvalds (2):
Revert "of_platform_driver noise on sparce"
Linux 2.6.28-rc7
Manfred Spraul (1):
lib/idr.c: fix rcu related race with idr_find
Marek Vasut (1):
[ARM] pxa/palmtx: misc fixes to use generic GPIO API
Mark Fasheh (2):
ocfs2: Small documentation update
ocfs2: fix regression in ocfs2_read_blocks_sync()
Mark Nelson (1):
genirq: __irq_set_trigger: change pr_warning to pr_debug
Markus Metzger (4):
x86, bts: exclude ds.c from build when disabled
x86, bts: turn macro into static inline function
x86, pebs: fix PEBS record size configuration
x86, bts: fix wrmsr and spinlock over kmalloc
Martin Schwidefsky (2):
[S390] fix system call parameter functions.
[S390] Update default configuration.
Martyn Welch (1):
powerpc: Use generic PHY driver for Marvell 88E1111 PHY on GE Fanuc SBC610
Matthew Garrett (1):
Input: atkbd - add keymap quirk for Inventec Symphony systems
Matthew Ranostay (2):
ALSA: hda: STAC_DELL_M6 EAPD
ALSA: hda: Add STAC_DELL_M4_3 quirk
Mauro Carvalho Chehab (7):
V4L/DVB (9627): em28xx: Avoid i2c register error for boards without eeprom
V4L/DVB (9645): em28xx: Avoid memory leaks if registration fails
V4L/DVB (9646): em28xx: avoid allocating/dealocating memory on every control urb
V4L/DVB (9647): em28xx: void having two concurrent control URB's
V4L/DVB (9668): em28xx: fix a race condition with hald
V4L/DVB (9742): em28xx-alsa: implement another locking schema
em28xx: remove backward compat macro added on a previous fix
Michael Barkowski (1):
powerpc/mpc832x_rdb: fix swapped ethernet ids
Michael Krufky (1):
V4L/DVB (9732): sms1xxx: use new firmware for Hauppauge WinTV MiniStick
Milton Miller (1):
powerpc: Fix build for 32-bit SMP configs
Nick Piggin (1):
mm: vmalloc fix lazy unmapping cache aliasing
Paul Mackerras (1):
powerpc: Fix system calls on Cell entered with XER.SO=1
Pavel Machek (1):
ACPI: scheduling in atomic via acpi_evaluate_integer ()
Pekka Paalanen (2):
x86, mmiotrace: fix buffer overrun detection
tracing, doc: update mmiotrace documentation
Peng Li (1):
drm/i915: Save/restore HWS_PGA on suspend/resume
Phil Sutter (2):
[libata] pata_rb532_cf: fix and rename register definitions
[libata] pata_rb532_cf: fix signature of the xfer function
Ping Cheng (1):
Input: wacom - add support for new USB Tablet PCs
Rafael J. Wysocki (1):
ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resume
Rakib Mullick (2):
x86: fix __cpuinit/__init tangle in init_thread_xstate()
x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()
Randy Dunlap (3):
irq.h: fix missing/extra kernel-doc
kernel-doc: handle varargs cleanly
ntfs: don't fool kernel-doc
Robert Jarzmik (2):
[ARM] pxa/MioA701: fix memory corruption.
[ARM] pxa/MioA701: bluetooth resume fix
Robert P. J. Day (1):
MN10300: Tighten up the code using case ranges
Robin Getz (1):
[CPUFREQ] Documentation: Add Blackfin to list of supported processors
Russell King (1):
Allow architectures to override copy_user_highpage()
Shane Huang (1):
USB: fix SB600 USB subsystem hang bug
Stefan Richter (4):
ieee1394: sbp2: another iPod mini quirk entry
firewire: fw-sbp2: another iPod mini quirk entry
ieee1394: fix list corruption (reported at module removal)
ieee1394: sbp2: fix race condition in state change
Stefan Roscher (1):
IB/ehca: Fix problem with generated flush work completions
Stefano Babic (1):
spi: mpc52xx_psc_spi chipselect bugfix
Steven Rostedt (2):
x86: use limited register constraint for setnz
sched: prevent divide by zero error in cpu_avg_load_per_task
Takashi Iwai (7):
ALSA: hda - Add a quirk for Dell Studio 15
ALSA: hda - Fix caching of SPDIF status bits
ALSA: hda - Fix AFG power management on IDT 92HD* codecs
ALSA: hda - No 'Headphone as Line-out' swich without line-outs
ALSA: hda - mark Dell studio 1535 quirk
ALSA: hda - Check model for Dell 92HD73xx laptops
parport_serial: fix array overflow
Tejun Heo (2):
ata_piix: add borked Tecra M4 to broken suspend list
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
Tero Kristo (1):
ARM: OMAP: Fixes for suspend / resume GPIO wake-up handling
Thomas Gleixner (4):
genirq: keep affinities set from userspace across free/request_irq()
genirq: fix the affinity setting in setup_irq
x86: apic honour irq affinity which was set in early boot
x86: revert irq number limitation
Tobias Kunze Briseño (1):
USB: usb-storage: unusual_devs entry for Nikon D2H
Tony Lindgren (1):
ARM: OMAP: Remove broken LCD driver for SX1
Trent Piepho (1):
powerpc/85xx: L2 cache size wrong in 8572DS dts
Vitaliy Gusev (1):
UBI: Don't exit from ubi_thread until kthread_should_stop() is true
Vojtech Pavlik (1):
Input: elo - fix format string in elo driver
Will Newton (1):
drivers/char/tty_io.c: Avoid panic when no console is configured.
Wolfgang Ocker (1):
spi: avoid spidev crash when device is removed
Yuri Tikhonov (1):
xsysace: Fix driver to use resource_size_t instead of unsigned long
Zoltan Sogor (1):
UBI: fix EBADMSG handling
frans (1):
Trivial Documentation/filesystems/ramfs-rootfs-initramfs.txt fix
roel kluin (1):
spi documentation: use __initdata on struct
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Linux 2.6.28-rc7 2008-12-02 4:11 Linux 2.6.28-rc7 Linus Torvalds @ 2008-12-02 12:14 ` Alejandro Riveira Fernández 2008-12-02 15:50 ` Linus Torvalds 0 siblings, 1 reply; 11+ messages in thread From: Alejandro Riveira Fernández @ 2008-12-02 12:14 UTC (permalink / raw) To: Linus Torvalds; +Cc: Linux Kernel Mailing List El Mon, 1 Dec 2008 20:11:55 -0800 (PST) Linus Torvalds <torvalds@linux-foundation.org> escribió: > > I was gone for a week, and it wasn't quite as quiet as I was hoping for, > but there's a new -rc out there now with the merges of the fallout. > > Almost all of it is various driver fixes, at least if you ignore the > (bulky) powerpc defconfig updates. The bulk being ACPI, DRM, input and > V4L, but with a smattering of usb, networking, infiniband and firewire. > > Oh, and a number of section warning fixes. > > The shortlog is about as informative as it gets - it's all about a lot of > small details. > > Linus > Just tried it on my Ubuntu 8.10 install. Booted fine and the distro got to its safe graphics mode because i'm evil and use the nvidia kernel module. i switch to VT1 and the fun begins something weird happens with the terminal... I can not see the login: not the password: promts I log in blindly When i type a command nothing appears on screen i have to hit enter twice one make the command appear the second actually executes After that i have to hit enter once more to get the shell promt again Also I couldn't use sudo the password promt did not get my password All of this happens without the nvidia module loaded (not even compiled) If i boot into single mode everything is ok 2.6.28-rc6-00007-ged31348 the first 28 series i tried does not have this problem [ 0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00 [ 0.000000] Linux version 2.6.28-rc7 (alex@varda) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #2 SMP PREEMPT Tue Dec 2 12:48:19 CET 2008 [ 0.000000] Command line: BOOT_IMAGE=(hd0,2)/vmlinuz-2.6.28-rc7 root=UUID=22b22080-8f07-4864-9b26-a62f2e8c96f7 ro single [ 0.000000] KERNEL supported cpus: [ 0.000000] AMD AuthenticAMD [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffb0000 (usable) [ 0.000000] BIOS-e820: 00000000bffb0000 - 00000000bffc0000 (ACPI data) [ 0.000000] BIOS-e820: 00000000bffc0000 - 00000000bfff0000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000bfff0000 - 00000000c0000000 (reserved) [ 0.000000] BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved) [ 0.000000] DMI present. [ 0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working it around. [ 0.000000] last_pfn = 0xbffb0 max_arch_pfn = 0x3ffffffff [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] init_memory_mapping: 0000000000000000-00000000bffb0000 [ 0.000000] 0000000000 - 00bfe00000 page 2M [ 0.000000] 00bfe00000 - 00bffb0000 page 4k [ 0.000000] kernel direct mapping tables up to bffb0000 @ 10000-15000 [ 0.000000] last_map_addr: bffb0000 end: bffb0000 [ 0.000000] RAMDISK: 37ba2000 - 37fef76d [ 0.000000] ACPI: RSDP 000F90F0, 0014 (r0 ACPIAM) [ 0.000000] ACPI: RSDT BFFB0000, 0040 (r1 A M I OEMRSDT 3000715 MSFT 97) [ 0.000000] ACPI: FACP BFFB0200, 0084 (r2 A M I OEMFACP 12000601 MSFT 97) [ 0.000000] ACPI: DSDT BFFB0440, 4B5A (r1 AM2ES AM2ES136 136 INTL 2002026) [ 0.000000] ACPI: FACS BFFC0000, 0040 [ 0.000000] ACPI: APIC BFFB0390, 0068 (r1 A M I OEMAPIC 3000715 MSFT 97) [ 0.000000] ACPI: MCFG BFFB0400, 003C (r1 A M I OEMMCFG 3000715 MSFT 97) [ 0.000000] ACPI: SSDT BFFB4FA0, 002B (r1 OEM_ID OEMTBLID 1 INTL 2002026) [ 0.000000] ACPI: OEMB BFFC0040, 0056 (r1 A M I AMI_OEM 3000715 MSFT 97) [ 0.000000] ACPI: HPET BFFB4FD0, 0038 (r1 A M I OEMHPET 3000715 MSFT 97) [ 0.000000] ACPI: SSDT BFFB5010, 01C4 (r1 A M I POWERNOW 1 AMD 1) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 00bffb0000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0000200000 - 00005d2718] TEXT DATA BSS ==> [0000200000 - 00005d2718] [ 0.000000] #3 [0037ba2000 - 0037fef76d] RAMDISK ==> [0037ba2000 - 0037fef76d] [ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000] [ 0.000000] #5 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000] [ 0.000000] [ffffe20000000000-ffffe200029fffff] PMD -> [ffff880001200000-ffff880003bfffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x000bffb0 [ 0.000000] On node 0 totalpages: 786239 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 1080 pages reserved [ 0.000000] DMA zone: 2847 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 10695 pages used for memmap [ 0.000000] DMA32 zone: 771561 pages, LIFO batch:31 [ 0.000000] Normal zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec10000] gsi_base[24]) [ 0.000000] IOAPIC[1]: apic_id 3, version 0, address 0xfec10000, GSI 24-44 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] Allocating PCI resources starting at c4000000 (gap: c0000000:3f380000) [ 0.000000] PERCPU: Allocating 49152 bytes of per cpu data [ 0.000000] NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 774408 [ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,2)/vmlinuz-2.6.28-rc7 root=UUID=22b22080-8f07-4864-9b26-a62f2e8c96f7 ro single [ 0.000000] Initializing CPU#0 [ 0.000000] Preemptible RCU implementation. [ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes) [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2000.010 MHz processor. [ 0.000999] Console: colour VGA+ 80x25 [ 0.000999] console [tty0] enabled [ 0.000999] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000999] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000999] Checking aperture... [ 0.000999] No AGP bridge found [ 0.000999] Node 0: aperture @ b56a000000 size 32 MB [ 0.000999] Aperture beyond 4GB. Ignoring. [ 0.000999] Memory: 3086548k/3145408k available (2146k kernel code, 452k absent, 57764k reserved, 1032k data, 328k init) [ 0.000999] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000999] hpet clockevent registered [ 0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.001009] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.02 BogoMIPS (lpj=2000010) [ 0.001138] Mount-cache hash table entries: 256 [ 0.001319] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.001375] CPU: L2 Cache: 512K (64 bytes/line) [ 0.001428] tseg: 0000000000 [ 0.001435] CPU: Physical Processor ID: 0 [ 0.001487] CPU: Processor Core ID: 0 [ 0.001546] using C1E aware idle routine [ 0.001610] ACPI: Core revision 20080926 [ 0.007793] Setting APIC routing to flat [ 0.008556] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.018619] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 [ 0.018997] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.000999] Initializing CPU#1 [ 0.000999] Calibrating delay using timer specific routine.. 3999.75 BogoMIPS (lpj=1999877) [ 0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) [ 0.000999] CPU: L2 Cache: 512K (64 bytes/line) [ 0.000999] CPU: Physical Processor ID: 0 [ 0.000999] CPU: Processor Core ID: 1 [ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106 [ 0.089385] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 [ 0.089897] Brought up 2 CPUs [ 0.089949] Total of 2 processors activated (7999.77 BogoMIPS). [ 0.090124] CPU0 attaching sched-domain: [ 0.090127] domain 0: span 0-1 level CPU [ 0.090129] groups: 0 1 [ 0.090133] CPU1 attaching sched-domain: [ 0.090135] domain 0: span 0-1 level CPU [ 0.090137] groups: 1 0 [ 0.090192] net_namespace: 1280 bytes [ 0.090272] NET: Registered protocol family 16 [ 0.090343] node 0 link 0: io port [1000, ffffff] [ 0.090343] TOM: 00000000c0000000 aka 3072M [ 0.090988] node 0 link 0: mmio [e0000000, efffffff] [ 0.090992] node 0 link 0: mmio [a0000, bffff] [ 0.090994] node 0 link 0: mmio [c0000000, ffffffff] [ 0.090997] bus: [00,ff] on node 0 link 0 [ 0.090999] bus: 00 index 0 io port: [0, ffff] [ 0.091001] bus: 00 index 1 mmio: [c0000000, fcffffffff] [ 0.091003] bus: 00 index 2 mmio: [a0000, bffff] [ 0.091009] ACPI: bus type pci registered [ 0.091070] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.091079] PCI: Not using MMCONFIG. [ 0.091131] PCI: Using configuration type 1 for base access [ 0.093665] ACPI: EC: Look up EC in DSDT [ 0.102499] ACPI: Interpreter enabled [ 0.102556] ACPI: (supports S0 S1 S3 S5) [ 0.102781] ACPI: Using IOAPIC for interrupt routing [ 0.102887] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.107417] PCI: MCFG area at e0000000 reserved in ACPI motherboard resources [ 0.117364] PCI: Using MMCONFIG at e0000000 - efffffff [ 0.125095] ACPI: No dock devices found. [ 0.125207] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.126050] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.126106] pci 0000:00:01.0: PME# disabled [ 0.126183] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 0.126238] pci 0000:00:02.0: PME# disabled [ 0.126315] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 0.126370] pci 0000:00:03.0: PME# disabled [ 0.126446] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.126501] pci 0000:00:04.0: PME# disabled [ 0.126604] pci 0000:00:12.0: reg 10 io port: [0xc800-0xc8ff] [ 0.126609] pci 0000:00:12.0: reg 14 32bit mmio: [0xdbfefc00-0xdbfefcff] [ 0.126630] pci 0000:00:12.0: PME# supported from D3hot D3cold [ 0.126685] pci 0000:00:12.0: PME# disabled [ 0.126751] pci 0000:00:13.0: reg 10 32bit mmio: [0xdbfee000-0xdbfeefff] [ 0.126784] pci 0000:00:13.1: reg 10 32bit mmio: [0xdbfed000-0xdbfedfff] [ 0.126816] pci 0000:00:13.2: reg 10 32bit mmio: [0xdbfec000-0xdbfecfff] [ 0.126859] pci 0000:00:13.3: reg 10 32bit mmio: [0xdbfef800-0xdbfef8ff] [ 0.126882] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold [ 0.126983] pci 0000:00:13.3: PME# disabled [ 0.127064] pci 0000:00:14.0: reg 10 64bit mmio: [0xdbfd4000-0xdbfd7fff] [ 0.127084] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold [ 0.127140] pci 0000:00:14.0: PME# disabled [ 0.127279] pci 0000:00:15.1: quirk: region 4000-403f claimed by ali7101 ACPI [ 0.127375] pci 0000:00:16.0: reg 20 io port: [0xff00-0xff0f] [ 0.127408] pci 0000:00:16.1: reg 10 io port: [0xc400-0xc407] [ 0.127413] pci 0000:00:16.1: reg 14 io port: [0xc000-0xc003] [ 0.127418] pci 0000:00:16.1: reg 18 io port: [0xb800-0xb807] [ 0.127423] pci 0000:00:16.1: reg 1c io port: [0xb400-0xb403] [ 0.127428] pci 0000:00:16.1: reg 20 io port: [0xb000-0xb00f] [ 0.127433] pci 0000:00:16.1: reg 24 32bit mmio: [0xdbfef400-0xdbfef7ff] [ 0.127443] pci 0000:00:16.1: PME# supported from D3hot [ 0.127497] pci 0000:00:16.1: PME# disabled [ 0.127642] pci 0000:01:00.0: reg 10 32bit mmio: [0xdd000000-0xddffffff] [ 0.127650] pci 0000:01:00.0: reg 14 64bit mmio: [0xc0000000-0xcfffffff] [ 0.127658] pci 0000:01:00.0: reg 1c 64bit mmio: [0xdc000000-0xdcffffff] [ 0.127663] pci 0000:01:00.0: reg 24 io port: [0xd800-0xd87f] [ 0.127668] pci 0000:01:00.0: reg 30 32bit mmio: [0xdeee0000-0xdeefffff] [ 0.127697] pci 0000:00:01.0: bridge io port: [0xd000-0xdfff] [ 0.127700] pci 0000:00:01.0: bridge 32bit mmio: [0xdc000000-0xdeefffff] [ 0.127704] pci 0000:00:01.0: bridge 32bit mmio pref: [0xc0000000-0xcfffffff] [ 0.127726] pci 0000:00:02.0: bridge 32bit mmio pref: [0xdad00000-0xdadfffff] [ 0.127748] pci 0000:00:03.0: bridge 32bit mmio pref: [0xdae00000-0xdaefffff] [ 0.127770] pci 0000:00:04.0: bridge 32bit mmio pref: [0xdaf00000-0xdaffffff] [ 0.127810] pci 0000:05:0a.0: reg 10 32bit mmio: [0xdeffe000-0xdeffffff] [ 0.127870] pci 0000:05:0b.0: reg 10 io port: [0xe800-0xe8ff] [ 0.127877] pci 0000:05:0b.0: reg 14 32bit mmio: [0xdeffdc00-0xdeffdcff] [ 0.127899] pci 0000:05:0b.0: reg 30 32bit mmio: [0xdefc0000-0xdefdffff] [ 0.127908] pci 0000:05:0b.0: supports D1 D2 [ 0.127910] pci 0000:05:0b.0: PME# supported from D1 D2 D3hot D3cold [ 0.127983] pci 0000:05:0b.0: PME# disabled [ 0.128062] pci 0000:05:0c.0: reg 10 32bit mmio: [0xdeffc000-0xdeffcfff] [ 0.128094] pci 0000:05:0c.0: PME# supported from D0 D1 D3hot D3cold [ 0.128150] pci 0000:05:0c.0: PME# disabled [ 0.128228] pci 0000:05:0c.1: reg 10 32bit mmio: [0xdeff3000-0xdeff3fff] [ 0.128260] pci 0000:05:0c.1: PME# supported from D0 D1 D3hot D3cold [ 0.128316] pci 0000:05:0c.1: PME# disabled [ 0.128395] pci 0000:05:0c.2: reg 10 32bit mmio: [0xdeff2000-0xdeff2fff] [ 0.128426] pci 0000:05:0c.2: PME# supported from D0 D1 D3hot D3cold [ 0.128482] pci 0000:05:0c.2: PME# disabled [ 0.128566] pci 0000:05:0c.3: reg 10 32bit mmio: [0xdeffd800-0xdeffd8ff] [ 0.128598] pci 0000:05:0c.3: PME# supported from D0 D3hot D3cold [ 0.128654] pci 0000:05:0c.3: PME# disabled [ 0.128737] pci 0000:00:11.0: bridge io port: [0xe000-0xefff] [ 0.128740] pci 0000:00:11.0: bridge 32bit mmio: [0xdef00000-0xdeffffff] [ 0.128754] bus 00 -> node 0 [ 0.128760] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.128918] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE2P._PRT] [ 0.129106] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEB1._PRT] [ 0.129208] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEB2._PRT] [ 0.129310] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEB3._PRT] [ 0.129412] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEB4._PRT] [ 0.141133] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.141840] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 11 12 14 15) [ 0.142519] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.143236] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.143944] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 0.144640] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 6 *10 11 12 14 15) [ 0.145236] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.145981] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.146687] ACPI: PCI Interrupt Link [LNKP] (IRQs 3 4 5 6 7 *10 11 12 14 15) [ 0.147272] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 52, should be 2D [20080926] [ 0.147272] SCSI subsystem initialized [ 0.147272] libata version 3.00 loaded. [ 0.148024] PCI: Using ACPI for IRQ routing [ 0.155096] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.155312] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 0.157986] Switched to high resolution mode on CPU 0 [ 0.158321] Switched to high resolution mode on CPU 1 [ 0.166014] pnp: PnP ACPI init [ 0.166074] ACPI: bus type pnp registered [ 0.171132] pnp: PnP ACPI: found 15 devices [ 0.171186] ACPI: ACPI bus type pnp unregistered [ 0.171248] system 00:07: ioport range 0x4d0-0x4d1 has been reserved [ 0.171304] system 00:07: ioport range 0x4000-0x40bf could not be reserved [ 0.171360] system 00:07: ioport range 0x40c0-0x40df has been reserved [ 0.171415] system 00:07: ioport range 0x400-0x40f has been reserved [ 0.171470] system 00:07: ioport range 0x480-0x48f has been reserved [ 0.171526] system 00:07: iomem range 0xfff80000-0xffffffff has been reserved [ 0.171582] system 00:07: iomem range 0xfec10000-0xfec10fff has been reserved [ 0.171638] system 00:07: iomem range 0xfe000000-0xfe0000ff has been reserved [ 0.171697] system 00:09: iomem range 0xff380000-0xffffffff could not be reserved [ 0.171760] system 00:09: iomem range 0xfec00000-0xfec00fff has been reserved [ 0.171816] system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved [ 0.171875] system 00:0c: ioport range 0x290-0x29f has been reserved [ 0.171932] system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved [ 0.171991] system 00:0e: iomem range 0x0-0x9ffff could not be reserved [ 0.172056] system 00:0e: iomem range 0xc0000-0xcffff has been reserved [ 0.172112] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved [ 0.176145] system 00:0e: iomem range 0x100000-0xbfffffff could not be reserved [ 0.181340] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 0.181396] pci 0000:00:01.0: IO window: 0xd000-0xdfff [ 0.181451] pci 0000:00:01.0: MEM window: 0xdc000000-0xdeefffff [ 0.181507] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff [ 0.181572] pci 0000:00:02.0: PCI bridge, secondary bus 0000:02 [ 0.181626] pci 0000:00:02.0: IO window: disabled [ 0.181680] pci 0000:00:02.0: MEM window: disabled [ 0.181734] pci 0000:00:02.0: PREFETCH window: 0x000000dad00000-0x000000dadfffff [ 0.181799] pci 0000:00:03.0: PCI bridge, secondary bus 0000:03 [ 0.181853] pci 0000:00:03.0: IO window: disabled [ 0.181907] pci 0000:00:03.0: MEM window: disabled [ 0.181961] pci 0000:00:03.0: PREFETCH window: 0x000000dae00000-0x000000daefffff [ 0.182034] pci 0000:00:04.0: PCI bridge, secondary bus 0000:04 [ 0.182088] pci 0000:00:04.0: IO window: disabled [ 0.182142] pci 0000:00:04.0: MEM window: disabled [ 0.182196] pci 0000:00:04.0: PREFETCH window: 0x000000daf00000-0x000000daffffff [ 0.182262] pci 0000:00:11.0: PCI bridge, secondary bus 0000:05 [ 0.182317] pci 0000:00:11.0: IO window: 0xe000-0xefff [ 0.182372] pci 0000:00:11.0: MEM window: 0xdef00000-0xdeffffff [ 0.182428] pci 0000:00:11.0: PREFETCH window: disabled [ 0.182491] pci 0000:00:01.0: PCI INT A -> GSI 29 (level, low) -> IRQ 29 [ 0.182548] pci 0000:00:01.0: setting latency timer to 64 [ 0.182554] pci 0000:00:02.0: PCI INT A -> GSI 34 (level, low) -> IRQ 34 [ 0.182610] pci 0000:00:02.0: setting latency timer to 64 [ 0.182615] pci 0000:00:03.0: PCI INT A -> GSI 39 (level, low) -> IRQ 39 [ 0.182671] pci 0000:00:03.0: setting latency timer to 64 [ 0.182677] pci 0000:00:04.0: PCI INT A -> GSI 44 (level, low) -> IRQ 44 [ 0.182732] pci 0000:00:04.0: setting latency timer to 64 [ 0.182737] pci 0000:00:11.0: setting latency timer to 64 [ 0.182740] bus: 00 index 0 io port: [0x00-0xffff] [ 0.182794] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff] [ 0.182848] bus: 01 index 0 io port: [0xd000-0xdfff] [ 0.182902] bus: 01 index 1 mmio: [0xdc000000-0xdeefffff] [ 0.182955] bus: 01 index 2 mmio: [0xc0000000-0xcfffffff] [ 0.183017] bus: 01 index 3 mmio: [0x0-0x0] [ 0.183070] bus: 02 index 0 mmio: [0x0-0x0] [ 0.183123] bus: 02 index 1 mmio: [0x0-0x0] [ 0.183175] bus: 02 index 2 mmio: [0xdad00000-0xdadfffff] [ 0.183229] bus: 02 index 3 mmio: [0x0-0x0] [ 0.183282] bus: 03 index 0 mmio: [0x0-0x0] [ 0.183334] bus: 03 index 1 mmio: [0x0-0x0] [ 0.183387] bus: 03 index 2 mmio: [0xdae00000-0xdaefffff] [ 0.183440] bus: 03 index 3 mmio: [0x0-0x0] [ 0.183493] bus: 04 index 0 mmio: [0x0-0x0] [ 0.183546] bus: 04 index 1 mmio: [0x0-0x0] [ 0.183598] bus: 04 index 2 mmio: [0xdaf00000-0xdaffffff] [ 0.183652] bus: 04 index 3 mmio: [0x0-0x0] [ 0.183704] bus: 05 index 0 io port: [0xe000-0xefff] [ 0.183758] bus: 05 index 1 mmio: [0xdef00000-0xdeffffff] [ 0.183811] bus: 05 index 2 mmio: [0x0-0x0] [ 0.183864] bus: 05 index 3 mmio: [0x0-0x0] [ 0.183928] NET: Registered protocol family 2 [ 0.217067] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.218166] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.220833] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.221543] TCP: Hash tables configured (established 262144 bind 65536) [ 0.221600] TCP reno registered [ 0.233192] checking if image is initramfs... it is [ 0.569057] Freeing initrd memory: 4405k freed [ 0.576637] msgmni has been set to 6038 [ 0.576811] io scheduler noop registered [ 0.576864] io scheduler anticipatory registered (default) [ 0.576929] pci 0000:00:00.0: Enabling HT MSI Mapping [ 0.576997] pci 0000:00:01.0: Enabling HT MSI Mapping [ 0.577070] pci 0000:00:02.0: Enabling HT MSI Mapping [ 0.577133] pci 0000:00:03.0: Enabling HT MSI Mapping [ 0.577196] pci 0000:00:04.0: Enabling HT MSI Mapping [ 0.610072] pci 0000:01:00.0: Boot video device [ 0.614749] pcieport-driver 0000:00:01.0: setting latency timer to 64 [ 0.614772] pcieport-driver 0000:00:01.0: found MSI capability [ 0.614842] pcieport-driver 0000:00:01.0: irq 319 for MSI/MSI-X [ 0.614849] pci_express 0000:00:01.0:pcie00: allocate port service [ 0.614890] pci_express 0000:00:01.0:pcie01: allocate port service [ 0.614927] pci_express 0000:00:01.0:pcie03: allocate port service [ 0.614995] pcieport-driver 0000:00:02.0: setting latency timer to 64 [ 0.615025] pcieport-driver 0000:00:02.0: found MSI capability [ 0.615090] pcieport-driver 0000:00:02.0: irq 318 for MSI/MSI-X [ 0.615097] pci_express 0000:00:02.0:pcie00: allocate port service [ 0.615136] pci_express 0000:00:02.0:pcie01: allocate port service [ 0.615173] pci_express 0000:00:02.0:pcie03: allocate port service [ 0.615240] pcieport-driver 0000:00:03.0: setting latency timer to 64 [ 0.615262] pcieport-driver 0000:00:03.0: found MSI capability [ 0.615326] pcieport-driver 0000:00:03.0: irq 317 for MSI/MSI-X [ 0.615333] pci_express 0000:00:03.0:pcie00: allocate port service [ 0.615373] pci_express 0000:00:03.0:pcie01: allocate port service [ 0.615410] pci_express 0000:00:03.0:pcie03: allocate port service [ 0.615476] pcieport-driver 0000:00:04.0: setting latency timer to 64 [ 0.615497] pcieport-driver 0000:00:04.0: found MSI capability [ 0.615562] pcieport-driver 0000:00:04.0: irq 316 for MSI/MSI-X [ 0.615569] pci_express 0000:00:04.0:pcie00: allocate port service [ 0.615605] pci_express 0000:00:04.0:pcie01: allocate port service [ 0.615642] pci_express 0000:00:04.0:pcie03: allocate port service [ 0.618226] aer 0000:00:01.0:pcie01: service driver aer loaded [ 0.620682] aer 0000:00:02.0:pcie01: service driver aer loaded [ 0.623155] aer 0000:00:03.0:pcie01: service driver aer loaded [ 0.625622] aer 0000:00:04.0:pcie01: service driver aer loaded [ 0.629189] Linux agpgart interface v0.103 [ 0.630969] brd: module loaded [ 0.631079] Driver 'sd' needs updating - please use bus_type methods [ 0.631201] ahci 0000:00:16.1: version 3.0 [ 0.631216] ahci 0000:00:16.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 0.631363] ahci 0000:00:16.1: AHCI 0001.0000 32 slots 4 ports 3 Gbps 0xf impl SATA mode [ 0.631427] ahci 0000:00:16.1: flags: ncq sntf ilck pm led clo pmp pio slum part [ 0.631940] scsi0 : ahci [ 0.632178] scsi1 : ahci [ 0.632341] scsi2 : ahci [ 0.632500] scsi3 : ahci [ 0.632696] ata1: SATA max UDMA/133 abar m1024@0xdbfef400 port 0xdbfef500 irq 21 [ 0.632760] ata2: SATA max UDMA/133 abar m1024@0xdbfef400 port 0xdbfef580 irq 21 [ 0.632824] ata3: SATA max UDMA/133 abar m1024@0xdbfef400 port 0xdbfef600 irq 21 [ 0.632888] ata4: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 21 [ 0.937022] ata1: SATA link down (SStatus 0 SControl 300) [ 1.253020] ata2: SATA link down (SStatus 0 SControl 300) [ 1.569022] ata3: SATA link down (SStatus 0 SControl 300) [ 2.467041] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.508760] ata4.00: ATA-7: ST3320620AS, 3.AAK, max UDMA/133 [ 2.508816] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 2.567080] ata4.00: configured for UDMA/133 [ 2.578046] isa bounce pool size: 16 pages [ 2.578152] scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5 [ 2.578427] sd 3:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB) [ 2.578502] sd 3:0:0:0: [sda] Write Protect is off [ 2.578556] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.578576] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.578703] sd 3:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB) [ 2.578777] sd 3:0:0:0: [sda] Write Protect is off [ 2.578830] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.578849] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.578914] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 2.637604] sd 3:0:0:0: [sda] Attached SCSI disk [ 2.637791] pata_ali 0000:00:16.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 2.637983] scsi4 : pata_ali [ 2.638159] scsi5 : pata_ali [ 2.639978] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14 [ 2.640034] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15 [ 2.793518] ata5.01: ATA-7: Maxtor 6Y080L0, YAR41BW0, max UDMA/133 [ 2.793573] ata5.01: 160086528 sectors, multi 16: LBA [ 2.799459] ata5.01: configured for UDMA/133 [ 2.964367] ata6.00: ATAPI: _NEC DVD_RW ND-3540A, 1.01, max UDMA/33 [ 2.964437] ata6.00: WARNING: ATAPI DMA disabled for reliablity issues. It can be enabled [ 2.964501] ata6.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node. [ 2.970324] ata6.00: configured for UDMA/33 [ 2.981080] scsi 4:0:1:0: Direct-Access ATA Maxtor 6Y080L0 YAR4 PQ: 0 ANSI: 5 [ 2.981328] sd 4:0:1:0: [sdb] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB) [ 2.981403] sd 4:0:1:0: [sdb] Write Protect is off [ 2.981457] sd 4:0:1:0: [sdb] Mode Sense: 00 3a 00 00 [ 2.981477] sd 4:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.981609] sd 4:0:1:0: [sdb] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB) [ 2.981682] sd 4:0:1:0: [sdb] Write Protect is off [ 2.981735] sd 4:0:1:0: [sdb] Mode Sense: 00 3a 00 00 [ 2.981754] sd 4:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.981819] sdb: sdb1 sdb2 sdb3 [ 2.984267] sd 4:0:1:0: [sdb] Attached SCSI disk [ 2.985760] scsi 5:0:0:0: CD-ROM _NEC DVD_RW ND-3540A 1.01 PQ: 0 ANSI: 5 [ 2.986114] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 2.986170] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 2.986681] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.986855] mice: PS/2 mouse device common for all mice [ 2.987032] rtc_cmos 00:02: RTC can wake from S4 [ 2.987147] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 2.987230] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs [ 2.987334] cpuidle: using governor ladder [ 2.987387] cpuidle: using governor menu [ 2.987902] TCP cubic registered [ 2.988089] registered taskstats version 1 [ 2.988333] rtc_cmos 00:02: setting system clock to 2008-12-02 12:59:38 UTC (1228222778) [ 2.988431] Freeing unused kernel memory: 328k freed [ 2.988658] Write protecting the kernel read-only data: 2948k [ 3.005825] NET: Registered protocol family 1 [ 3.016754] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 3.082720] fuse init (API version 7.10) [ 3.092525] ACPI: duty_cycle spans bit 4 [ 3.092654] processor ACPI_CPU:00: registered as cooling_device0 [ 3.092770] processor ACPI_CPU:01: registered as cooling_device1 [ 3.216807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 3.216887] r8169 0000:05:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 3.216983] r8169 0000:05:0b.0: no PCI Express capability [ 3.217331] eth0: RTL8110s at 0xffffc200100e2c00, 00:4f:63:00:a4:73, XID 04000000 IRQ 19 [ 3.223308] usbcore: registered new interface driver usbfs [ 3.223397] usbcore: registered new interface driver hub [ 3.223486] usbcore: registered new device driver usb [ 3.225487] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.225572] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 3.225657] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 3.225758] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1 [ 3.225857] ohci_hcd 0000:00:13.0: irq 17, io mem 0xdbfee000 [ 3.228114] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.228171] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 3.250426] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 3.250511] sd 4:0:1:0: Attached scsi generic sg1 type 0 [ 3.250589] scsi 5:0:0:0: Attached scsi generic sg2 type 5 [ 3.279126] usb usb1: configuration #1 chosen from 1 choice [ 3.279216] hub 1-0:1.0: USB hub found [ 3.279277] hub 1-0:1.0: 3 ports detected [ 3.279470] ehci_hcd 0000:00:13.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23 [ 3.279560] ehci_hcd 0000:00:13.3: EHCI Host Controller [ 3.279641] ehci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 2 [ 3.301033] ehci_hcd 0000:00:13.3: debug port 1 [ 3.301124] ehci_hcd 0000:00:13.3: irq 23, io mem 0xdbfef800 [ 3.307024] ehci_hcd 0000:00:13.3: USB 2.0 started, EHCI 1.00 [ 3.307179] usb usb2: configuration #1 chosen from 1 choice [ 3.307261] hub 2-0:1.0: USB hub found [ 3.307323] hub 2-0:1.0: 8 ports detected [ 3.307520] ehci_hcd 0000:05:0c.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 3.307609] ehci_hcd 0000:05:0c.3: EHCI Host Controller [ 3.307693] ehci_hcd 0000:05:0c.3: new USB bus registered, assigned bus number 3 [ 3.307811] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18 [ 3.307875] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 3.307953] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 4 [ 3.308091] ohci_hcd 0000:00:13.1: irq 18, io mem 0xdbfed000 [ 3.324306] Driver 'sr' needs updating - please use bus_type methods [ 3.329050] ehci_hcd 0000:05:0c.3: debug port 1 [ 3.329141] ehci_hcd 0000:05:0c.3: irq 20, io mem 0xdeffd800 [ 3.331725] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray [ 3.331786] Uniform CD-ROM driver Revision: 3.20 [ 3.331943] sr 5:0:0:0: Attached scsi CD-ROM sr0 [ 3.337070] ehci_hcd 0000:05:0c.3: USB 2.0 started, EHCI 1.00 [ 3.337229] usb usb3: configuration #1 chosen from 1 choice [ 3.337311] hub 3-0:1.0: USB hub found [ 3.337371] hub 3-0:1.0: 6 ports detected [ 3.361136] usb usb4: configuration #1 chosen from 1 choice [ 3.361223] hub 4-0:1.0: USB hub found [ 3.361284] hub 4-0:1.0: 3 ports detected [ 3.361450] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19 [ 3.361542] ohci_hcd 0000:00:13.2: OHCI Host Controller [ 3.361626] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 5 [ 3.361728] ohci_hcd 0000:00:13.2: irq 19, io mem 0xdbfec000 [ 3.415112] usb usb5: configuration #1 chosen from 1 choice [ 3.415201] hub 5-0:1.0: USB hub found [ 3.415261] hub 5-0:1.0: 3 ports detected [ 3.415431] ohci_hcd 0000:05:0c.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 3.415511] ohci_hcd 0000:05:0c.0: OHCI Host Controller [ 3.415593] ohci_hcd 0000:05:0c.0: new USB bus registered, assigned bus number 6 [ 3.415678] ohci_hcd 0000:05:0c.0: irq 21, io mem 0xdeffc000 [ 3.468113] usb usb6: configuration #1 chosen from 1 choice [ 3.468208] hub 6-0:1.0: USB hub found [ 3.468268] hub 6-0:1.0: 2 ports detected [ 3.468435] ohci_hcd 0000:05:0c.1: PCI INT C -> GSI 22 (level, low) -> IRQ 22 [ 3.468514] ohci_hcd 0000:05:0c.1: OHCI Host Controller [ 3.468591] ohci_hcd 0000:05:0c.1: new USB bus registered, assigned bus number 7 [ 3.468692] ohci_hcd 0000:05:0c.1: irq 22, io mem 0xdeff3000 [ 3.521093] usb usb7: configuration #1 chosen from 1 choice [ 3.521173] hub 7-0:1.0: USB hub found [ 3.521233] hub 7-0:1.0: 2 ports detected [ 3.521389] ohci_hcd 0000:05:0c.2: PCI INT D -> GSI 23 (level, low) -> IRQ 23 [ 3.521459] ohci_hcd 0000:05:0c.2: OHCI Host Controller [ 3.521534] ohci_hcd 0000:05:0c.2: new USB bus registered, assigned bus number 8 [ 3.521614] ohci_hcd 0000:05:0c.2: irq 23, io mem 0xdeff2000 [ 3.574112] usb usb8: configuration #1 chosen from 1 choice [ 3.574196] hub 8-0:1.0: USB hub found [ 3.574256] hub 8-0:1.0: 2 ports detected [ 3.658729] EXT3-fs: INFO: recovery required on readonly filesystem. [ 3.658786] EXT3-fs: write access will be enabled during recovery. [ 3.729385] kjournald starting. Commit interval 5 seconds [ 3.729399] EXT3-fs: recovery complete. [ 3.729845] EXT3-fs: mounted filesystem with ordered data mode. [ 3.877029] usb 1-2: new low speed USB device using ohci_hcd and address 2 [ 4.024112] usb 1-2: configuration #1 chosen from 1 choice [ 4.250020] usb 5-2: new full speed USB device using ohci_hcd and address 2 [ 4.415112] usb 5-2: configuration #1 chosen from 1 choice [ 8.965997] udevd version 124 started [ 9.130213] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) [ 9.130324] uli526x 0000:00:12.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 9.152551] eth1: ULi M5263 at pci0000:00:12.0, 00:13:8f:b3:14:a4, irq 20. [ 9.174929] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 9.182281] ACPI: Power Button (FF) [PWRF] [ 9.182451] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2 [ 9.190275] ACPI: Power Button (CM) [PWRB] [ 9.193299] cfg80211: Calling CRDA to update world regulatory domain [ 9.267773] rt2500pci 0000:05:0a.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 9.281810] phy0: Selected rate control algorithm 'minstrel' [ 9.310100] parport_pc 00:05: reported by Plug and Play ACPI [ 9.310208] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA] [ 9.377576] Serial: 8250/16550 driver4 ports, IRQ sharing enabled [ 9.377744] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 9.399421] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 9.409917] Registered led device: rt2500pci-phy0:radio [ 9.422525] usbcore: registered new interface driver hiddev [ 9.428362] input: KYE NetScroll+ Traveler as /devices/pci0000:00/0000:00:13.0/usb1/1-2/1-2:1.0/input/input3 [ 9.436413] generic-usb 0003:0458:002E.0001: input,hidraw0: USB HID v1.10 Mouse [KYE NetScroll+ Traveler] on usb-0000:00:13.0-2/input0 [ 9.436518] usbcore: registered new interface driver usbhid [ 9.436574] usbhid: v2.6:USB HID core driver [ 9.452151] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x1904 [ 9.452246] usbcore: registered new interface driver usblp [ 9.563872] ali15x3_smbus 0000:00:15.1: ALI15X3_smb region uninitialized - upgrade BIOS or use force_addr=0xaddr [ 9.563943] ali15x3_smbus 0000:00:15.1: ALI15X3 not detected, module not inserted. [ 9.576530] ali1535_smbus 0000:00:15.1: ALI1535_smb region uninitialized - upgrade BIOS? [ 9.576598] ali1535_smbus 0000:00:15.1: ALI1535 not detected, module not inserted. [ 9.581271] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 10.163408] HDA Intel 0000:00:14.0: PCI INT C -> GSI 22 (level, low) -> IRQ 22 [ 10.173184] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS... [ 10.884035] lp0: using parport0 (interrupt-driven). [ 10.912954] w83627ehf: Found W83627EHG chip at 0x290 [ 11.146354] Adding 1020116k swap on /dev/sdb2. Priority:1 extents:1 across:1020116k [ 11.378979] EXT3 FS on sda3, internal journal [ 15.926364] kjournald starting. Commit interval 5 seconds [ 15.926923] EXT3 FS on sda2, internal journal [ 15.926929] EXT3-fs: mounted filesystem with ordered data mode. [ 15.954559] JFS: nTxBlock = 8192, nTxLock = 65536 [ 16.362700] ip_tables: (C) 2000-2006 Netfilter Core Team [ 17.276851] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 17.278129] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 17.278132] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or [ 17.278135] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 101.744347] nvidia: module license 'NVIDIA' taints kernel. [ 102.003828] nvidia 0000:01:00.0: PCI INT A -> GSI 25 (level, low) -> IRQ 25 [ 102.003838] nvidia 0000:01:00.0: setting latency timer to 64 [ 102.004747] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 180.06 Sat Nov 8 17:50:38 PST 2008 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Linux 2.6.28-rc7 2008-12-02 12:14 ` Alejandro Riveira Fernández @ 2008-12-02 15:50 ` Linus Torvalds 2008-12-02 15:56 ` Alejandro Riveira Fernández 0 siblings, 1 reply; 11+ messages in thread From: Linus Torvalds @ 2008-12-02 15:50 UTC (permalink / raw) To: Alejandro Riveira Fernández; +Cc: Linux Kernel Mailing List On Tue, 2 Dec 2008, Alejandro Riveira Fernández wrote: > > All of this happens without the nvidia module loaded (not even compiled) It's definitely loaded according to your dmesg: > [ 0.000000] Linux version 2.6.28-rc7 (alex@varda) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #2 SMP PREEMPT Tue Dec 2 12:48:19 CET 2008 ... > [ 101.744347] nvidia: module license 'NVIDIA' taints kernel. > [ 102.003828] nvidia 0000:01:00.0: PCI INT A -> GSI 25 (level, low) -> IRQ 25 > [ 102.003838] nvidia 0000:01:00.0: setting latency timer to 64 > [ 102.004747] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 180.06 Sat Nov 8 17:50:38 PST 2008 Hmm?? Can you double-check? Linus ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Linux 2.6.28-rc7 2008-12-02 15:50 ` Linus Torvalds @ 2008-12-02 15:56 ` Alejandro Riveira Fernández 2008-12-02 16:13 ` Linus Torvalds 0 siblings, 1 reply; 11+ messages in thread From: Alejandro Riveira Fernández @ 2008-12-02 15:56 UTC (permalink / raw) To: Linus Torvalds; +Cc: Linux Kernel Mailing List El Tue, 2 Dec 2008 07:50:05 -0800 (PST) Linus Torvalds <torvalds@linux-foundation.org> escribió: > > > On Tue, 2 Dec 2008, Alejandro Riveira Fernández wrote: > > > > All of this happens without the nvidia module loaded (not even compiled) > > It's definitely loaded according to your dmesg: > > > [ 0.000000] Linux version 2.6.28-rc7 (alex@varda) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #2 SMP PREEMPT Tue Dec 2 12:48:19 CET 2008 > ... > > [ 101.744347] nvidia: module license 'NVIDIA' taints kernel. > > [ 102.003828] nvidia 0000:01:00.0: PCI INT A -> GSI 25 (level, low) -> IRQ 25 > > [ 102.003838] nvidia 0000:01:00.0: setting latency timer to 64 > > [ 102.004747] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 180.06 Sat Nov 8 17:50:38 PST 2008 > > Hmm?? Can you double-check? from my reply to pazke <pazke@ports.donpac.ru> " I took the sanpshot of the dmesg after loading the module if my word is not enough i can reboot with the module disabled but i do not see the point... The truth is that the bug prevented me from loading/installing the nvidia module becouse i could not use sudo. Only when i rebooted into single mode where the problems went away i could build and install the module... " > > Linus Thanks for you time ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Linux 2.6.28-rc7 2008-12-02 15:56 ` Alejandro Riveira Fernández @ 2008-12-02 16:13 ` Linus Torvalds 2008-12-02 16:29 ` About git-bisect (was: Linux 2.6.28-rc7) Renato S. Yamane 0 siblings, 1 reply; 11+ messages in thread From: Linus Torvalds @ 2008-12-02 16:13 UTC (permalink / raw) To: Alejandro Riveira Fernández Cc: Linux Kernel Mailing List, Dmitry Baryshkov On Tue, 2 Dec 2008, Alejandro Riveira Fernández wrote: > > from my reply to pazke <pazke@ports.donpac.ru> > " > I took the sanpshot of the dmesg after loading the module if my word is not > enough i can reboot with the module disabled but i do not see the point... > The truth is that the bug prevented me from loading/installing the nvidia > module becouse i could not use sudo. Only when i rebooted into single mode > where the problems went away i could build and install the module... Ahh, ok. I did wonder if something was up from the timing (ie it was loaded almost two minutes after bootup). Since you are apparently a git user, and 2.6.28-rc6-00007-ged31348 was fine, there's really only 270 commits in between that and 2.6.28-rc7. Can I ask you to bisect for a couple of runs, which would cut it down to a handful? (Ie you don't even need to do a full bisect, although that should really only require about 8 reboots). Just do git bisect start git bisect bad v2.6.27 git bisect good v2.6.28-rc6-00007-ged31348 and off you go. That would help enormously. There are very few console-related changes in that range, and the most notably one is actually radeon-specific so it shouldn't be an issue for you. I'd _suspect_ bca404afdc5206c3bb30168315ee8a98a579ec65 ("fbdev: fix FB console blanking"), but quite frankly, it could be something random that just interacted badly. A bisection would narrow things down. Linus ^ permalink raw reply [flat|nested] 11+ messages in thread
* About git-bisect (was: Linux 2.6.28-rc7) 2008-12-02 16:13 ` Linus Torvalds @ 2008-12-02 16:29 ` Renato S. Yamane 2008-12-02 16:55 ` Sam Ravnborg 2008-12-02 17:01 ` Linus Torvalds 0 siblings, 2 replies; 11+ messages in thread From: Renato S. Yamane @ 2008-12-02 16:29 UTC (permalink / raw) To: Linus Torvalds; +Cc: Linux Kernel Mailing List Linus Torvalds wrote: > Just do > > git bisect start > git bisect bad v2.6.27 > git bisect good v2.6.28-rc6-00007-ged31348 > > and off you go. That would help enormously. Hi Linus, is possible plan something to make faster and easier the way to loking for a specific bug? E.g: <https://bugs.launchpad.net/ubuntu/+source/linux/+bug/110784> In this bug, I think that it appear after ~2.6.22, so is necessary do a git-bisect more than 13 times! I need more than 20min to compile each kernel, so is necessary ~260min. My wife will kill me if I says: Hey baby, wait 260min to me compile a lot of kernel here. Best regards, Renato ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (was: Linux 2.6.28-rc7) 2008-12-02 16:29 ` About git-bisect (was: Linux 2.6.28-rc7) Renato S. Yamane @ 2008-12-02 16:55 ` Sam Ravnborg 2008-12-02 17:05 ` Linus Torvalds 2008-12-02 17:01 ` Linus Torvalds 1 sibling, 1 reply; 11+ messages in thread From: Sam Ravnborg @ 2008-12-02 16:55 UTC (permalink / raw) To: Renato S. Yamane; +Cc: Linus Torvalds, Linux Kernel Mailing List > > I need more than 20min to compile each kernel, so is necessary ~260min. You do not need to do a "make clean" between each build, so if none of the core files are touched you should be much faster. Do you bisect and then type make should be enough. Sam ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (was: Linux 2.6.28-rc7) 2008-12-02 16:55 ` Sam Ravnborg @ 2008-12-02 17:05 ` Linus Torvalds 0 siblings, 0 replies; 11+ messages in thread From: Linus Torvalds @ 2008-12-02 17:05 UTC (permalink / raw) To: Sam Ravnborg; +Cc: Renato S. Yamane, Linux Kernel Mailing List On Tue, 2 Dec 2008, Sam Ravnborg wrote: > > You do not need to do a "make clean" between each build, so if none > of the core files are touched you should be much faster. Not for big ranges, sadly. Because "git bisect" tends to jump around wildly, it's very rare to not have to rebuild the whole tree. Only at the very last few bisection events (when it's been narrowed down to just a few tens of commits) will you generally see your compiles speed up. That said, the _best_ way to speed up your compile (whether bisecting or not) is to simply only compile the drivers and modules you actually need. It takes me 16 seconds to compile my kernel (if it's all cached), and that's largely because I do _not_ compile one of the crazy distro kernels with thousands of totally irrelevant modules for my setup. A good config file will not just result in a smaller kernel, it will often cut down your kernel compile times by a factor of ten or even more. Linus ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: About git-bisect (was: Linux 2.6.28-rc7) 2008-12-02 16:29 ` About git-bisect (was: Linux 2.6.28-rc7) Renato S. Yamane 2008-12-02 16:55 ` Sam Ravnborg @ 2008-12-02 17:01 ` Linus Torvalds 1 sibling, 0 replies; 11+ messages in thread From: Linus Torvalds @ 2008-12-02 17:01 UTC (permalink / raw) To: Renato S. Yamane; +Cc: Linux Kernel Mailing List On Tue, 2 Dec 2008, Renato S. Yamane wrote: > > Linus Torvalds wrote: > > Just do > > > > git bisect start > > git bisect bad v2.6.27 > > git bisect good v2.6.28-rc6-00007-ged31348 > > > > and off you go. That would help enormously. > > Hi Linus, is possible plan something to make faster and easier the way > to loking for a specific bug? Well, normally 'git bisect' is pretty optimal, if you don't have "extra" information. > E.g: <https://bugs.launchpad.net/ubuntu/+source/linux/+bug/110784> > > In this bug, I think that it appear after ~2.6.22, so is necessary do a > git-bisect more than 13 times! Well, thirteen kernel compiles and bootups may feel really painful, and I agree that it's not exactly pleasant, but considering that there's almost ten _thousand_ commits there, isnt' it nice to only have to test 13 kernels? > I need more than 20min to compile each kernel, so is necessary ~260min. > > My wife will kill me if I says: Hey baby, wait 260min to me compile a > lot of kernel here. heh. It will probably take a lot longer than 260 min, if only because you need to reboot and test. And yes, it's painful. You _can_ speed it up if you already have a good clue about where the bug is, and if you know which files/directories are involved, you can give that pathname list to "git bisect start". IOW, you can do things like git bisect start drivers/acpi arch/x86/kernel/acpi if you are _sure_ that it's really an ACPI issue, for example. But let me be honest: about 50% of the time people have ever tried this, their guess has actually turned out to be wrong, and they actually caused _more_ time to be wasted rather than less. Which is why I do not generally ever suggest using this mode, even if it's better "in theory". There's another way you can speed up bisection if you have a guess about _when_ it happened (as opposed to where). What you can do, is that when "git bisect" runs and gives you a suggested commit to compile, you can decide that you actually have a better idea, and use "git reset <mycommit>" instead to say "I want to test at _this_ point instead, to narrow it down faster". However, as with the path-based one, in order for this to actually speed up bisection, you really need to guess right - and you need to understand how bisection works. You don't want to guess at the bad commit - instead, you want to guess at a commit that _limits_ the set of commits to be tested to the bad one in an optimal way. IOW rather than doing 13 tries, what you can do if you suspect a particular range of commits is to first try a commit just before that range (on the assumption that it will be good), and then if that worked out, try a commit just after the range (on the guess that it will be bad), and now you may have cut down the guesses from ten thousand to just a couple of hundred with just two tries. Of course, again - if your guesses were bad, you effectively screwed up the 'log2(n)' behavior of "git bisect", and instead of 13 tries you probably now have 14 or 15 instead, because your two first tries were just not very helpful, and lessened the number of commits to try by much less than half each. The good news, of course, is that if multiple people see the same bug, you can actually distribute the bisection load across machines. That works only if it is really guaranteed to be the same bug, of course. And it won't make it possible to do things in parallel (since each bisection is still dependent on the result from the previous one), but it means that even if you decide that "13 bisections is too much", if you just do four or five, and tell others about your results, now somebody else who thinks that they have the same issue can at least start from your range. Again, that actually requires that people udnerstand how bisection works, although it can be done blindly by people just doing "git bisect replay" and just assuming that they really see exactly the same issue. Linus ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-12-04 0:15 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bEuTZ-3Ya-5@gated-at.bofh.it>
[not found] ` <bECot-57C-1@gated-at.bofh.it>
[not found] ` <bEFPF-XO-15@gated-at.bofh.it>
[not found] ` <bEFPG-XO-19@gated-at.bofh.it>
[not found] ` <bEG8P-1xl-15@gated-at.bofh.it>
[not found] ` <bEGiz-1Hw-11@gated-at.bofh.it>
[not found] ` <bEGLI-2aS-31@gated-at.bofh.it>
[not found] ` <bEGVc-2Bk-11@gated-at.bofh.it>
2008-12-02 21:52 ` About git-bisect (was: Linux 2.6.28-rc7) Francis Moreau
2008-12-03 12:55 ` About git-bisect Renato S. Yamane
2008-12-03 16:31 ` Linus Torvalds
2008-12-03 17:24 ` Francis Moreau
2008-12-03 17:50 ` About git-bisect (defconfigs) Randy Dunlap
2008-12-04 0:14 ` Nick Andrew
2008-12-02 16:55 About git-bisect (was: Linux 2.6.28-rc7) Toralf Förster
-- strict thread matches above, loose matches on Subject: below --
2008-12-02 4:11 Linux 2.6.28-rc7 Linus Torvalds
2008-12-02 12:14 ` Alejandro Riveira Fernández
2008-12-02 15:50 ` Linus Torvalds
2008-12-02 15:56 ` Alejandro Riveira Fernández
2008-12-02 16:13 ` Linus Torvalds
2008-12-02 16:29 ` About git-bisect (was: Linux 2.6.28-rc7) Renato S. Yamane
2008-12-02 16:55 ` Sam Ravnborg
2008-12-02 17:05 ` Linus Torvalds
2008-12-02 17:01 ` Linus Torvalds
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox