* [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
@ 2008-07-23 16:52 Kevin O'Gorman
2008-07-23 17:04 ` [gentoo-user] " Nikos Chantziaras
` (3 more replies)
0 siblings, 4 replies; 26+ messages in thread
From: Kevin O'Gorman @ 2008-07-23 16:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 11317 bytes --]
I run gentoo x86 stable, so that I usually avoid this sort of thing.
This kernel, however, looks balky to me, because it's reporting
warnings and other oddities during compilation. I don't like warnings
at any time, and with the kernel's make wrappers cleaning up the
output they tend to stand out.
Here's what I get:
-- various type/attribute warnings
-- reports of deprecated elements
-- a report of "section mismatches", and instructions to use "make
CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
All that being said, the compilation completes, and I can boot it. I
don't know the cause, but I have been unable to get vmware-server
running on it, and I'm going back to the previous kernel for that
reason.
My .config is attached, as is the complete output of the above make command.
The details are
kernel/power/pm.c:203: warning: 'pm_register' is deprecated (declared
at kernel/power/pm.c:62)
kernel/power/pm.c:203: warning: 'pm_register' is deprecated (declared
at kernel/power/pm.c:62)
kernel/power/pm.c:204: warning: 'pm_send_all' is deprecated (declared
at kernel/power/pm.c:178)
kernel/power/pm.c:204: warning: 'pm_send_all' is deprecated (declared
at kernel/power/pm.c:178)
fs/cifs/dir.c: In function 'cifs_ci_compare':
fs/cifs/dir.c:583: warning: passing argument 1 of '__constant_memcpy'
discards qualifiers from pointer target type
fs/cifs/dir.c:583: warning: passing argument 1 of '__memcpy' discards
qualifiers from pointer target type
fs/partitions/check.c: In function 'add_partition':
fs/partitions/check.c:381: warning: ignoring return value of
'device_add', declared with attribute warn_unused_result
drivers/pci/search.c: In function 'pci_find_slot':
drivers/pci/search.c:135: warning: 'pci_find_device' is deprecated
(declared at include/linux/pci.h:506)
drivers/pci/search.c: At top level:
drivers/pci/search.c:478: warning: 'pci_find_device' is deprecated
(declared at drivers/pci/search.c:283)
drivers/pci/search.c:478: warning: 'pci_find_device' is deprecated
(declared at drivers/pci/search.c:283)
drivers/pci/search.c:479: warning: 'pci_find_slot' is deprecated
(declared at drivers/pci/search.c:132)
drivers/pci/search.c:479: warning: 'pci_find_slot' is deprecated
(declared at drivers/pci/search.c:132)
and the following (seen only with the make parameter quoted above):
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x29b9): Section
mismatch in reference from the function setup_trampoline() to the
variable .init.data:trampoline_end
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_end.
If trampoline_end is only used by setup_trampoline then
annotate trampoline_end with a matching annotation.
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x29be): Section
mismatch in reference from the function setup_trampoline() to the
variable .init.data:trampoline_data
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_data.
If trampoline_data is only used by setup_trampoline then
annotate trampoline_data with a matching annotation.
WARNING: drivers/serial/built-in.o(.data+0x2c8): Section mismatch in
reference from
the variable pci_serial_quirks to the function .devexit.text:pci_ite887x_exit()
The variable pci_serial_quirks references
the function __devexit pci_ite887x_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x2e4): Section mismatch in
reference from
the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x300): Section mismatch in
reference from
the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x338): Section mismatch in
reference from
the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x38c): Section mismatch in
reference from the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3a8): Section mismatch in
reference from the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3c4): Section mismatch in
reference from the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3e0): Section mismatch in
reference from the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.cpuinit.text+0x2c5d): Section mismatch in
reference from the function setup_trampoline() to the variable
.init.data:trampoline_end
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_end.
If trampoline_end is only used by setup_trampoline then
annotate trampoline_end with a matching annotation.
WARNING: vmlinux.o(.cpuinit.text+0x2c62): Section mismatch in
reference from the function setup_trampoline() to the variable
.init.data:trampoline_data
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_data.
If trampoline_data is only used by setup_trampoline then
annotate trampoline_data with a matching annotation.
WARNING: vmlinux.o(.data+0x12c88): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_ite887x_exit()
The variable pci_serial_quirks references
the function __devexit pci_ite887x_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12ca4): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12cc0): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12cf8): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d14): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d30): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d4c): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d68): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d84): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12da0): Section mismatch in reference from
the variable pci_serial_quirks to the function
.devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
--
Kevin O'Gorman, PhD
[-- Attachment #2: .config --]
[-- Type: application/octet-stream, Size: 45739 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.25-gentoo-r6
# Tue Jul 22 20:08:38 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
# CONFIG_GENERIC_LOCKBREAK is not set
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_SEMAPHORE_SLEEPERS=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_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_AOUT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_KTIME_SCALAR=y
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="-kosmanor"
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
# CONFIG_CGROUPS is not set
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_V2 is not set
# CONFIG_RELAY is not set
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_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=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_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set
#
# 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
#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
# CONFIG_XEN is not set
# CONFIG_VMI is not set
# CONFIG_LGUEST_GUEST is not set
# CONFIG_PARAVIRT 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=y
# 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_MWINCHIP2 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 is not set
# CONFIG_GENERIC_CPU is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=6
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
# CONFIG_PREEMPT_RCU is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=m
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_HIGHPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_HOTPLUG_CPU is not set
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_VERBOSE 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=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=m
# CONFIG_ACPI_BAY is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_WMI is not set
# 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_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
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 is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
CONFIG_X86_P4_CLOCKMOD=y
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_CPU_IDLE is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# 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 is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
# CONFIG_NF_CT_ACCT is not set
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
CONFIG_NF_CONNTRACK_IRC=m
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
# CONFIG_NF_CT_NETLINK is not set
CONFIG_NETFILTER_XTABLES=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
CONFIG_NETFILTER_XT_MATCH_DCCP=m
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
CONFIG_NETFILTER_XT_MATCH_POLICY=m
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
# CONFIG_NETFILTER_XT_MATCH_STATE is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_NF_NAT_SNMP_BASIC is not set
# CONFIG_NF_NAT_FTP is not set
CONFIG_NF_NAT_IRC=m
# 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=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
CONFIG_IP_NF_RAW=m
# CONFIG_IP_NF_ARPTABLES 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_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# 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 is not set
CONFIG_NET_CLS_ROUTE=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
#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 is not set
# CONFIG_IEEE80211 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=m
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
CONFIG_PARIDE=m
#
# Parallel IDE high-level drivers
#
# CONFIG_PARIDE_PD is not set
# CONFIG_PARIDE_PCD is not set
# CONFIG_PARIDE_PF is not set
# CONFIG_PARIDE_PT is not set
# CONFIG_PARIDE_PG is not set
#
# Parallel IDE protocol modules
#
# CONFIG_PARIDE_ATEN is not set
# CONFIG_PARIDE_BPCK is not set
# CONFIG_PARIDE_BPCK6 is not set
# CONFIG_PARIDE_COMM is not set
# CONFIG_PARIDE_DSTR is not set
# CONFIG_PARIDE_FIT2 is not set
# CONFIG_PARIDE_FIT3 is not set
# CONFIG_PARIDE_EPAT is not set
# CONFIG_PARIDE_EPIA is not set
# CONFIG_PARIDE_FRIQ is not set
# CONFIG_PARIDE_FRPW is not set
# CONFIG_PARIDE_KBIC is not set
# CONFIG_PARIDE_KTTI is not set
# CONFIG_PARIDE_ON20 is not set
# CONFIG_PARIDE_ON26 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=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=y
# 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=4096
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH 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_TC1100_WMI 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_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
# 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 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# 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_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X 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=y
# 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=y
# 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=y
CONFIG_IDE_ARCH_OBSOLETE_INIT=y
# CONFIG_BLK_DEV_HD 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 is not set
CONFIG_SCSI_PROC_FS=y
#
# 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 is not set
# 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=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_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=m
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT 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_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR 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_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# 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_SIL24=m
# 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_CS5535 is not set
# CONFIG_PATA_CS5536 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_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# 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 is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
# 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_NETDEVICES_MULTIQUEUE is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# 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=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
CONFIG_NET_TULIP=y
CONFIG_DE2104X=y
CONFIG_TULIP=y
CONFIG_TULIP_MWI=y
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
CONFIG_DE4X5=y
# 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_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=y
# 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_NET_POCKET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB 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_SK98LIN 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_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 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_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 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 is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP 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 is not set
# CONFIG_INPUT_POLLDEV is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
# CONFIG_INPUT_EVDEV is not set
# 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_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC 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_PARKBD 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_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=2
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET 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
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER 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_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# 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_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_SBC7240_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_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
#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
CONFIG_DAB=y
# CONFIG_USB_DABUSB is not set
#
# Graphics support
#
CONFIG_AGP=m
CONFIG_AGP_ALI=m
CONFIG_AGP_ATI=m
CONFIG_AGP_AMD=m
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_NVIDIA is not set
CONFIG_AGP_SIS=m
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=m
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# 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 is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
# CONFIG_VIDEO_SELECT is not set
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DUMMY=m
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_PORTMAN2X4 is not set
#
# PCI devices
#
# 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_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_CS5535AUDIO 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=m
# 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 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 is not set
# 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_SIS7019 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_AC97_POWER_SAVE is not set
#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
#
# System on Chip audio support
#
# CONFIG_SND_SOC is not set
#
# SoC Audio support for SuperH
#
#
# ALSA SoC audio for Freescale SOCs
#
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
# CONFIG_HIDRAW is not set
#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE 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=m
# 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_PERSIST is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# 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_KARMA is not set
CONFIG_USB_LIBUSUAL=y
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_MON is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
# 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_AUERSWALD 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_GADGET is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
#
# Userspace I/O
#
# CONFIG_UIO is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
# CONFIG_EXT2_FS_SECURITY is not set
# 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_EXT4DEV_FS=y
CONFIG_EXT4DEV_FS_XATTR=y
CONFIG_EXT4DEV_FS_POSIX_ACL=y
# CONFIG_EXT4DEV_FS_SECURITY is not set
CONFIG_JBD=y
CONFIG_JBD2=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT 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=m
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# 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=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=m
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_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_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=y
# 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=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_BIND34 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL 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 is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
CONFIG_NLS_CODEPAGE_862=y
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
CONFIG_NLS_CODEPAGE_865=y
# 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=y
CONFIG_NLS_CODEPAGE_1251=y
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
CONFIG_NLS_ISO8859_9=y
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_LATENCYTOP is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y
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
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
# CONFIG_CRYPTO_SEQIV is not set
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
CONFIG_CRYPTO_CRC32C=m
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_GEODE is not set
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
[-- Attachment #3: debug.out --]
[-- Type: application/octet-stream, Size: 76380 bytes --]
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/x86/kernel/asm-offsets.s
GEN include/asm-x86/asm-offsets.h
CALL scripts/checksyscalls.sh
CC scripts/mod/empty.o
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
CC init/main.o
CHK include/linux/compile.h
CC init/version.o
CC init/do_mounts.o
CC init/do_mounts_rd.o
CC init/do_mounts_initrd.o
CC init/do_mounts_md.o
LD init/mounts.o
CC init/initramfs.o
CC init/calibrate.o
LD init/built-in.o
LD usr/built-in.o
CC arch/x86/kernel/process_32.o
CC arch/x86/kernel/signal_32.o
AS arch/x86/kernel/entry_32.o
CC arch/x86/kernel/traps_32.o
CC arch/x86/kernel/irq_32.o
CC arch/x86/kernel/time_32.o
CC arch/x86/kernel/ioport.o
CC arch/x86/kernel/ldt.o
CC arch/x86/kernel/setup_32.o
CC arch/x86/kernel/i8259_32.o
CC arch/x86/kernel/sys_i386_32.o
CC arch/x86/kernel/i386_ksyms_32.o
CC arch/x86/kernel/pci-dma_32.o
CC arch/x86/kernel/bootflag.o
CC arch/x86/kernel/e820_32.o
CC arch/x86/kernel/quirks.o
CC arch/x86/kernel/i8237.o
CC arch/x86/kernel/topology.o
CC arch/x86/kernel/kdebugfs.o
CC arch/x86/kernel/alternative.o
CC arch/x86/kernel/i8253.o
CC arch/x86/kernel/tsc_32.o
CC arch/x86/kernel/io_delay.o
CC arch/x86/kernel/rtc.o
CC arch/x86/kernel/i387.o
CC arch/x86/kernel/ptrace.o
CC arch/x86/kernel/ds.o
CC arch/x86/kernel/tls.o
CC arch/x86/kernel/step.o
CC arch/x86/kernel/acpi/boot.o
CC arch/x86/kernel/acpi/cstate.o
CC arch/x86/kernel/acpi/processor.o
LD arch/x86/kernel/acpi/built-in.o
CC arch/x86/kernel/cpu/intel_cacheinfo.o
CC arch/x86/kernel/cpu/addon_cpuid_features.o
CC arch/x86/kernel/cpu/feature_names.o
CC arch/x86/kernel/cpu/common.o
CC arch/x86/kernel/cpu/proc.o
CC arch/x86/kernel/cpu/bugs.o
CC arch/x86/kernel/cpu/amd.o
CC arch/x86/kernel/cpu/cyrix.o
CC arch/x86/kernel/cpu/centaur.o
CC arch/x86/kernel/cpu/transmeta.o
CC arch/x86/kernel/cpu/intel.o
CC arch/x86/kernel/cpu/nexgen.o
CC arch/x86/kernel/cpu/umc.o
CC arch/x86/kernel/cpu/cpufreq/speedstep-lib.o
CC arch/x86/kernel/cpu/cpufreq/p4-clockmod.o
LD arch/x86/kernel/cpu/cpufreq/built-in.o
CC arch/x86/kernel/cpu/mcheck/mce_32.o
CC arch/x86/kernel/cpu/mcheck/therm_throt.o
CC arch/x86/kernel/cpu/mcheck/k7.o
CC arch/x86/kernel/cpu/mcheck/p4.o
CC arch/x86/kernel/cpu/mcheck/p5.o
CC arch/x86/kernel/cpu/mcheck/p6.o
CC arch/x86/kernel/cpu/mcheck/winchip.o
CC arch/x86/kernel/cpu/mcheck/non-fatal.o
LD arch/x86/kernel/cpu/mcheck/built-in.o
CC arch/x86/kernel/cpu/mtrr/main.o
CC arch/x86/kernel/cpu/mtrr/if.o
CC arch/x86/kernel/cpu/mtrr/generic.o
CC arch/x86/kernel/cpu/mtrr/state.o
CC arch/x86/kernel/cpu/mtrr/amd.o
CC arch/x86/kernel/cpu/mtrr/cyrix.o
CC arch/x86/kernel/cpu/mtrr/centaur.o
LD arch/x86/kernel/cpu/mtrr/built-in.o
CC arch/x86/kernel/cpu/perfctr-watchdog.o
LD arch/x86/kernel/cpu/built-in.o
CC arch/x86/kernel/reboot.o
CC arch/x86/kernel/msr.o
CC arch/x86/kernel/cpuid.o
CC arch/x86/kernel/early-quirks.o
CC arch/x86/kernel/smp_32.o
CC arch/x86/kernel/smpboot_32.o
CC arch/x86/kernel/tsc_sync.o
CC arch/x86/kernel/smpcommon_32.o
CC arch/x86/kernel/mpparse_32.o
CC arch/x86/kernel/apic_32.o
CC arch/x86/kernel/nmi_32.o
CC arch/x86/kernel/io_apic_32.o
CC arch/x86/kernel/module_32.o
CC arch/x86/kernel/doublefault_32.o
CC arch/x86/kernel/vm86_32.o
CC arch/x86/kernel/early_printk.o
CC arch/x86/kernel/hpet.o
LD arch/x86/kernel/built-in.o
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x29b9): Section mismatch in reference from the function setup_trampoline() to the variable .init.data:trampoline_end
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_end.
If trampoline_end is only used by setup_trampoline then
annotate trampoline_end with a matching annotation.
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x29be): Section mismatch in reference from the function setup_trampoline() to the variable .init.data:trampoline_data
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_data.
If trampoline_data is only used by setup_trampoline then
annotate trampoline_data with a matching annotation.
AS arch/x86/kernel/head_32.o
CC arch/x86/kernel/init_task.o
LDS arch/x86/kernel/vmlinux.lds
CC [M] arch/x86/kernel/microcode.o
CC arch/x86/mm/init_32.o
CC arch/x86/mm/pgtable_32.o
CC arch/x86/mm/fault.o
CC arch/x86/mm/ioremap.o
CC arch/x86/mm/extable.o
CC arch/x86/mm/pageattr.o
CC arch/x86/mm/mmap.o
CC arch/x86/mm/highmem_32.o
LD arch/x86/mm/built-in.o
CC arch/x86/mach-default/setup.o
LD arch/x86/mach-default/built-in.o
AS arch/x86/vdso/vdso32/int80.o
VDSO arch/x86/vdso/vdso32-int80.so.dbg
OBJCOPY arch/x86/vdso/vdso32-int80.so
AS arch/x86/vdso/vdso32/sysenter.o
VDSO arch/x86/vdso/vdso32-sysenter.so.dbg
OBJCOPY arch/x86/vdso/vdso32-sysenter.so
AS arch/x86/vdso/vdso32.o
CC arch/x86/vdso/vdso32-setup.o
VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
VDSOSYM arch/x86/vdso/vdso32-syms.lds
LD arch/x86/vdso/built-in.o
CC kernel/sched.o
CC kernel/fork.o
CC kernel/exec_domain.o
CC kernel/panic.o
CC kernel/printk.o
CC kernel/profile.o
CC kernel/exit.o
CC kernel/itimer.o
CC kernel/time.o
CC kernel/softirq.o
CC kernel/resource.o
CC kernel/sysctl.o
CC kernel/capability.o
CC kernel/ptrace.o
CC kernel/timer.o
CC kernel/user.o
CC kernel/signal.o
CC kernel/sys.o
CC kernel/kmod.o
CC kernel/workqueue.o
CC kernel/pid.o
CC kernel/rcupdate.o
CC kernel/extable.o
CC kernel/params.o
CC kernel/posix-timers.o
CC kernel/kthread.o
CC kernel/wait.o
CC kernel/kfifo.o
CC kernel/sys_ni.o
CC kernel/posix-cpu-timers.o
CC kernel/mutex.o
CC kernel/hrtimer.o
CC kernel/rwsem.o
CC kernel/nsproxy.o
CC kernel/srcu.o
CC kernel/notifier.o
CC kernel/ksysfs.o
CC kernel/pm_qos_params.o
CC kernel/sysctl_check.o
CC kernel/irq/handle.o
CC kernel/irq/manage.o
CC kernel/irq/spurious.o
CC kernel/irq/resend.o
CC kernel/irq/chip.o
CC kernel/irq/devres.o
CC kernel/irq/autoprobe.o
CC kernel/irq/proc.o
CC kernel/irq/migration.o
LD kernel/irq/built-in.o
CC kernel/power/main.o
CC kernel/power/pm.o
kernel/power/pm.c:203: warning: ‘pm_register’ is deprecated (declared at kernel/power/pm.c:62)
kernel/power/pm.c:203: warning: ‘pm_register’ is deprecated (declared at kernel/power/pm.c:62)
kernel/power/pm.c:204: warning: ‘pm_send_all’ is deprecated (declared at kernel/power/pm.c:178)
kernel/power/pm.c:204: warning: ‘pm_send_all’ is deprecated (declared at kernel/power/pm.c:178)
LD kernel/power/built-in.o
CC kernel/time/timekeeping.o
CC kernel/time/ntp.o
CC kernel/time/clocksource.o
CC kernel/time/jiffies.o
CC kernel/time/timer_list.o
CC kernel/time/clockevents.o
CC kernel/time/tick-common.o
CC kernel/time/tick-broadcast.o
CC kernel/time/tick-oneshot.o
CC kernel/time/tick-sched.o
LD kernel/time/built-in.o
CC kernel/futex.o
CC kernel/rtmutex.o
CC kernel/dma.o
CC kernel/cpu.o
CC kernel/spinlock.o
CC kernel/uid16.o
CC kernel/module.o
CC kernel/kallsyms.o
CC kernel/configs.o
CC kernel/stop_machine.o
CC kernel/seccomp.o
CC kernel/rcuclassic.o
CC kernel/utsname_sysctl.o
LD kernel/built-in.o
CC mm/bootmem.o
CC mm/filemap.o
CC mm/mempool.o
CC mm/oom_kill.o
CC mm/fadvise.o
CC mm/page_alloc.o
CC mm/page-writeback.o
CC mm/pdflush.o
CC mm/readahead.o
CC mm/swap.o
CC mm/truncate.o
CC mm/vmscan.o
CC mm/prio_tree.o
CC mm/util.o
CC mm/mmzone.o
CC mm/vmstat.o
CC mm/backing-dev.o
CC mm/page_isolation.o
CC mm/fremap.o
CC mm/highmem.o
CC mm/madvise.o
CC mm/memory.o
CC mm/mincore.o
CC mm/mlock.o
CC mm/mmap.o
CC mm/mprotect.o
CC mm/mremap.o
CC mm/msync.o
CC mm/rmap.o
CC mm/vmalloc.o
CC mm/pagewalk.o
CC mm/bounce.o
CC mm/page_io.o
CC mm/swap_state.o
CC mm/swapfile.o
CC mm/thrash.o
CC mm/dmapool.o
CC mm/shmem.o
CC mm/slab.o
CC mm/allocpercpu.o
LD mm/built-in.o
CC fs/open.o
CC fs/read_write.o
CC fs/file_table.o
CC fs/super.o
CC fs/char_dev.o
CC fs/stat.o
CC fs/exec.o
CC fs/pipe.o
CC fs/namei.o
CC fs/fcntl.o
CC fs/ioctl.o
CC fs/readdir.o
CC fs/select.o
CC fs/fifo.o
CC fs/locks.o
CC fs/dcache.o
CC fs/inode.o
CC fs/attr.o
CC fs/bad_inode.o
CC fs/file.o
CC fs/filesystems.o
CC fs/namespace.o
CC fs/aio.o
CC fs/seq_file.o
CC fs/xattr.o
CC fs/libfs.o
CC fs/fs-writeback.o
CC fs/pnode.o
CC fs/drop_caches.o
CC fs/splice.o
CC fs/sync.o
CC fs/utimes.o
CC fs/stack.o
CC fs/buffer.o
CC fs/bio.o
CC fs/block_dev.o
CC fs/direct-io.o
CC fs/mpage.o
CC fs/ioprio.o
CC fs/inotify.o
CC fs/inotify_user.o
CC fs/eventpoll.o
CC fs/anon_inodes.o
CC fs/signalfd.o
CC fs/timerfd.o
CC fs/eventfd.o
CC fs/nfsctl.o
CC fs/binfmt_misc.o
CC fs/binfmt_script.o
CC fs/binfmt_elf.o
CC fs/mbcache.o
CC fs/posix_acl.o
CC fs/xattr_acl.o
CC fs/autofs4/init.o
CC fs/autofs4/inode.o
CC fs/autofs4/root.o
CC fs/autofs4/symlink.o
CC fs/autofs4/waitq.o
CC fs/autofs4/expire.o
LD fs/autofs4/autofs4.o
LD fs/autofs4/built-in.o
CC fs/cifs/cifsfs.o
CC fs/cifs/cifssmb.o
CC fs/cifs/cifs_debug.o
CC fs/cifs/connect.o
CC fs/cifs/dir.o
fs/cifs/dir.c: In function ‘cifs_ci_compare’:
fs/cifs/dir.c:583: warning: passing argument 1 of ‘__constant_memcpy’ discards qualifiers from pointer target type
fs/cifs/dir.c:583: warning: passing argument 1 of ‘__memcpy’ discards qualifiers from pointer target type
CC fs/cifs/file.o
CC fs/cifs/inode.o
CC fs/cifs/link.o
CC fs/cifs/misc.o
CC fs/cifs/netmisc.o
CC fs/cifs/smbdes.o
CC fs/cifs/smbencrypt.o
CC fs/cifs/transport.o
CC fs/cifs/asn1.o
CC fs/cifs/md4.o
CC fs/cifs/md5.o
CC fs/cifs/cifs_unicode.o
CC fs/cifs/nterr.o
CC fs/cifs/xattr.o
CC fs/cifs/cifsencrypt.o
CC fs/cifs/fcntl.o
CC fs/cifs/readdir.o
CC fs/cifs/ioctl.o
CC fs/cifs/sess.o
CC fs/cifs/export.o
CC fs/cifs/cifsacl.o
LD fs/cifs/cifs.o
LD fs/cifs/built-in.o
CC [M] fs/configfs/inode.o
CC [M] fs/configfs/file.o
CC [M] fs/configfs/dir.o
CC [M] fs/configfs/symlink.o
CC [M] fs/configfs/mount.o
CC [M] fs/configfs/item.o
LD [M] fs/configfs/configfs.o
CC fs/devpts/inode.o
LD fs/devpts/devpts.o
LD fs/devpts/built-in.o
CC fs/exportfs/expfs.o
LD fs/exportfs/exportfs.o
LD fs/exportfs/built-in.o
CC fs/ext2/balloc.o
CC fs/ext2/dir.o
CC fs/ext2/file.o
CC fs/ext2/fsync.o
CC fs/ext2/ialloc.o
CC fs/ext2/inode.o
CC fs/ext2/ioctl.o
CC fs/ext2/namei.o
CC fs/ext2/super.o
CC fs/ext2/symlink.o
CC fs/ext2/xattr.o
CC fs/ext2/xattr_user.o
CC fs/ext2/xattr_trusted.o
CC fs/ext2/acl.o
LD fs/ext2/ext2.o
LD fs/ext2/built-in.o
CC fs/ext3/balloc.o
CC fs/ext3/bitmap.o
CC fs/ext3/dir.o
CC fs/ext3/file.o
CC fs/ext3/fsync.o
CC fs/ext3/ialloc.o
CC fs/ext3/inode.o
CC fs/ext3/ioctl.o
CC fs/ext3/namei.o
CC fs/ext3/super.o
CC fs/ext3/symlink.o
CC fs/ext3/hash.o
CC fs/ext3/resize.o
CC fs/ext3/ext3_jbd.o
CC fs/ext3/xattr.o
CC fs/ext3/xattr_user.o
CC fs/ext3/xattr_trusted.o
CC fs/ext3/acl.o
LD fs/ext3/ext3.o
LD fs/ext3/built-in.o
CC fs/ext4/balloc.o
CC fs/ext4/bitmap.o
CC fs/ext4/dir.o
CC fs/ext4/file.o
CC fs/ext4/fsync.o
CC fs/ext4/ialloc.o
CC fs/ext4/inode.o
CC fs/ext4/ioctl.o
CC fs/ext4/namei.o
CC fs/ext4/super.o
CC fs/ext4/symlink.o
CC fs/ext4/hash.o
CC fs/ext4/resize.o
CC fs/ext4/extents.o
CC fs/ext4/ext4_jbd2.o
CC fs/ext4/migrate.o
CC fs/ext4/mballoc.o
CC fs/ext4/xattr.o
CC fs/ext4/xattr_user.o
CC fs/ext4/xattr_trusted.o
CC fs/ext4/acl.o
LD fs/ext4/ext4dev.o
LD fs/ext4/built-in.o
CC fs/fat/cache.o
CC fs/fat/dir.o
CC fs/fat/fatent.o
CC fs/fat/file.o
CC fs/fat/inode.o
CC fs/fat/misc.o
LD fs/fat/fat.o
LD fs/fat/built-in.o
CC [M] fs/fuse/dev.o
CC [M] fs/fuse/dir.o
CC [M] fs/fuse/file.o
CC [M] fs/fuse/inode.o
CC [M] fs/fuse/control.o
LD [M] fs/fuse/fuse.o
CC fs/isofs/namei.o
CC fs/isofs/inode.o
CC fs/isofs/dir.o
CC fs/isofs/util.o
CC fs/isofs/rock.o
CC fs/isofs/export.o
CC fs/isofs/joliet.o
LD fs/isofs/isofs.o
LD fs/isofs/built-in.o
CC fs/jbd/transaction.o
CC fs/jbd/commit.o
CC fs/jbd/recovery.o
CC fs/jbd/checkpoint.o
CC fs/jbd/revoke.o
CC fs/jbd/journal.o
LD fs/jbd/jbd.o
LD fs/jbd/built-in.o
CC fs/jbd2/transaction.o
CC fs/jbd2/commit.o
CC fs/jbd2/recovery.o
CC fs/jbd2/checkpoint.o
CC fs/jbd2/revoke.o
CC fs/jbd2/journal.o
LD fs/jbd2/jbd2.o
LD fs/jbd2/built-in.o
CC fs/lockd/clntlock.o
CC fs/lockd/clntproc.o
CC fs/lockd/host.o
CC fs/lockd/svc.o
CC fs/lockd/svclock.o
CC fs/lockd/svcshare.o
CC fs/lockd/svcproc.o
CC fs/lockd/svcsubs.o
CC fs/lockd/mon.o
CC fs/lockd/xdr.o
LD fs/lockd/lockd.o
LD fs/lockd/built-in.o
CC fs/minix/bitmap.o
CC fs/minix/itree_v1.o
CC fs/minix/itree_v2.o
CC fs/minix/namei.o
CC fs/minix/inode.o
CC fs/minix/file.o
CC fs/minix/dir.o
LD fs/minix/minix.o
LD fs/minix/built-in.o
CC fs/msdos/namei.o
LD fs/msdos/msdos.o
LD fs/msdos/built-in.o
CC fs/nfs/client.o
CC fs/nfs/dir.o
CC fs/nfs/file.o
CC fs/nfs/getroot.o
CC fs/nfs/inode.o
CC fs/nfs/super.o
CC fs/nfs/nfs2xdr.o
CC fs/nfs/pagelist.o
CC fs/nfs/proc.o
CC fs/nfs/read.o
CC fs/nfs/symlink.o
CC fs/nfs/unlink.o
CC fs/nfs/write.o
CC fs/nfs/namespace.o
CC fs/nfs/mount_clnt.o
CC fs/nfs/sysctl.o
LD fs/nfs/nfs.o
LD fs/nfs/built-in.o
CC fs/nfsd/nfssvc.o
CC fs/nfsd/nfsctl.o
CC fs/nfsd/nfsproc.o
CC fs/nfsd/nfsfh.o
CC fs/nfsd/vfs.o
CC fs/nfsd/export.o
CC fs/nfsd/auth.o
CC fs/nfsd/lockd.o
CC fs/nfsd/nfscache.o
CC fs/nfsd/nfsxdr.o
CC fs/nfsd/stats.o
LD fs/nfsd/nfsd.o
LD fs/nfsd/built-in.o
CC fs/nls/nls_base.o
CC fs/nls/nls_cp437.o
CC fs/nls/nls_cp850.o
CC fs/nls/nls_cp852.o
CC fs/nls/nls_cp855.o
CC fs/nls/nls_cp857.o
CC fs/nls/nls_cp862.o
CC fs/nls/nls_cp865.o
CC fs/nls/nls_cp1250.o
CC fs/nls/nls_cp1251.o
CC fs/nls/nls_iso8859-1.o
CC fs/nls/nls_iso8859-2.o
CC fs/nls/nls_iso8859-3.o
CC fs/nls/nls_iso8859-4.o
CC fs/nls/nls_iso8859-5.o
CC fs/nls/nls_iso8859-6.o
CC fs/nls/nls_iso8859-7.o
CC fs/nls/nls_iso8859-9.o
CC fs/nls/nls_iso8859-13.o
CC fs/nls/nls_iso8859-14.o
CC fs/nls/nls_iso8859-15.o
LD fs/nls/built-in.o
CC fs/ntfs/aops.o
CC fs/ntfs/attrib.o
CC fs/ntfs/collate.o
CC fs/ntfs/compress.o
CC fs/ntfs/debug.o
CC fs/ntfs/dir.o
CC fs/ntfs/file.o
CC fs/ntfs/index.o
CC fs/ntfs/inode.o
CC fs/ntfs/mft.o
CC fs/ntfs/mst.o
CC fs/ntfs/namei.o
CC fs/ntfs/runlist.o
CC fs/ntfs/super.o
CC fs/ntfs/sysctl.o
CC fs/ntfs/unistr.o
CC fs/ntfs/upcase.o
LD fs/ntfs/ntfs.o
LD fs/ntfs/built-in.o
CC fs/partitions/check.o
fs/partitions/check.c: In function ‘add_partition’:
fs/partitions/check.c:381: warning: ignoring return value of ‘device_add’, declared with attribute warn_unused_result
CC fs/partitions/msdos.o
LD fs/partitions/built-in.o
CC fs/proc/mmu.o
CC fs/proc/task_mmu.o
CC fs/proc/inode.o
CC fs/proc/root.o
CC fs/proc/base.o
CC fs/proc/generic.o
CC fs/proc/array.o
CC fs/proc/proc_tty.o
CC fs/proc/proc_misc.o
CC fs/proc/proc_sysctl.o
CC fs/proc/proc_net.o
CC fs/proc/kcore.o
CC fs/proc/kmsg.o
LD fs/proc/proc.o
LD fs/proc/built-in.o
CC fs/ramfs/inode.o
CC fs/ramfs/file-mmu.o
LD fs/ramfs/ramfs.o
LD fs/ramfs/built-in.o
CC fs/sysfs/inode.o
CC fs/sysfs/file.o
CC fs/sysfs/dir.o
CC fs/sysfs/symlink.o
CC fs/sysfs/mount.o
CC fs/sysfs/bin.o
CC fs/sysfs/group.o
LD fs/sysfs/built-in.o
CC fs/vfat/namei.o
LD fs/vfat/vfat.o
LD fs/vfat/built-in.o
CC fs/xfs/xfs_acl.o
CC fs/xfs/linux-2.6/xfs_stats.o
CC fs/xfs/linux-2.6/xfs_sysctl.o
CC fs/xfs/xfs_alloc.o
CC fs/xfs/xfs_alloc_btree.o
CC fs/xfs/xfs_attr.o
CC fs/xfs/xfs_attr_leaf.o
CC fs/xfs/xfs_bit.o
CC fs/xfs/xfs_bmap.o
CC fs/xfs/xfs_bmap_btree.o
CC fs/xfs/xfs_btree.o
CC fs/xfs/xfs_buf_item.o
CC fs/xfs/xfs_da_btree.o
CC fs/xfs/xfs_dir2.o
CC fs/xfs/xfs_dir2_block.o
CC fs/xfs/xfs_dir2_data.o
CC fs/xfs/xfs_dir2_leaf.o
CC fs/xfs/xfs_dir2_node.o
CC fs/xfs/xfs_dir2_sf.o
CC fs/xfs/xfs_error.o
CC fs/xfs/xfs_extfree_item.o
CC fs/xfs/xfs_filestream.o
CC fs/xfs/xfs_fsops.o
CC fs/xfs/xfs_ialloc.o
CC fs/xfs/xfs_ialloc_btree.o
CC fs/xfs/xfs_iget.o
CC fs/xfs/xfs_inode.o
CC fs/xfs/xfs_inode_item.o
CC fs/xfs/xfs_iomap.o
CC fs/xfs/xfs_itable.o
CC fs/xfs/xfs_dfrag.o
CC fs/xfs/xfs_log.o
CC fs/xfs/xfs_log_recover.o
CC fs/xfs/xfs_mount.o
CC fs/xfs/xfs_mru_cache.o
CC fs/xfs/xfs_rename.o
CC fs/xfs/xfs_trans.o
CC fs/xfs/xfs_trans_ail.o
CC fs/xfs/xfs_trans_buf.o
CC fs/xfs/xfs_trans_extfree.o
CC fs/xfs/xfs_trans_inode.o
CC fs/xfs/xfs_trans_item.o
CC fs/xfs/xfs_utils.o
CC fs/xfs/xfs_vfsops.o
CC fs/xfs/xfs_vnodeops.o
CC fs/xfs/xfs_rw.o
CC fs/xfs/xfs_dmops.o
CC fs/xfs/xfs_qmops.o
CC fs/xfs/linux-2.6/kmem.o
CC fs/xfs/linux-2.6/xfs_aops.o
CC fs/xfs/linux-2.6/xfs_buf.o
CC fs/xfs/linux-2.6/xfs_export.o
CC fs/xfs/linux-2.6/xfs_file.o
CC fs/xfs/linux-2.6/xfs_fs_subr.o
CC fs/xfs/linux-2.6/xfs_globals.o
CC fs/xfs/linux-2.6/xfs_ioctl.o
CC fs/xfs/linux-2.6/xfs_iops.o
CC fs/xfs/linux-2.6/xfs_lrw.o
CC fs/xfs/linux-2.6/xfs_super.o
CC fs/xfs/linux-2.6/xfs_vnode.o
CC fs/xfs/support/debug.o
CC fs/xfs/support/uuid.o
LD fs/xfs/xfs.o
LD fs/xfs/built-in.o
CC fs/dnotify.o
LD fs/built-in.o
CC ipc/util.o
CC ipc/msgutil.o
CC ipc/msg.o
CC ipc/sem.o
CC ipc/shm.o
CC ipc/ipc_sysctl.o
LD ipc/built-in.o
CC security/commoncap.o
LD security/built-in.o
CC crypto/api.o
CC crypto/cipher.o
CC crypto/digest.o
CC crypto/compress.o
CC crypto/algapi.o
CC crypto/scatterwalk.o
CC crypto/proc.o
CC crypto/ablkcipher.o
CC crypto/blkcipher.o
CC crypto/chainiv.o
CC crypto/eseqiv.o
CC crypto/hash.o
LD crypto/crypto_algapi.o
CC crypto/aead.o
LD crypto/crypto_blkcipher.o
LD crypto/crypto_hash.o
CC crypto/cryptomgr.o
CC crypto/hmac.o
CC crypto/md5.o
CC crypto/sha1_generic.o
CC crypto/cbc.o
CC crypto/des_generic.o
CC crypto/deflate.o
CC crypto/authenc.o
LD crypto/built-in.o
CC [M] crypto/ecb.o
CC [M] crypto/pcbc.o
CC [M] crypto/crc32c.o
CC block/elevator.o
CC block/blk-core.o
CC block/blk-tag.o
CC block/blk-sysfs.o
CC block/blk-barrier.o
CC block/blk-settings.o
CC block/blk-ioc.o
CC block/blk-map.o
CC block/blk-exec.o
CC block/blk-merge.o
CC block/ioctl.o
CC block/genhd.o
CC block/scsi_ioctl.o
CC block/noop-iosched.o
CC block/as-iosched.o
CC block/deadline-iosched.o
CC block/cfq-iosched.o
LD block/built-in.o
CC drivers/acpi/tables.o
CC drivers/acpi/blacklist.o
CC drivers/acpi/osl.o
CC drivers/acpi/utils.o
CC drivers/acpi/dispatcher/dsfield.o
CC drivers/acpi/dispatcher/dsmthdat.o
CC drivers/acpi/dispatcher/dsopcode.o
CC drivers/acpi/dispatcher/dswexec.o
CC drivers/acpi/dispatcher/dswscope.o
CC drivers/acpi/dispatcher/dsmethod.o
CC drivers/acpi/dispatcher/dsobject.o
CC drivers/acpi/dispatcher/dsutils.o
CC drivers/acpi/dispatcher/dswload.o
CC drivers/acpi/dispatcher/dswstate.o
CC drivers/acpi/dispatcher/dsinit.o
LD drivers/acpi/dispatcher/built-in.o
CC drivers/acpi/events/evevent.o
CC drivers/acpi/events/evregion.o
CC drivers/acpi/events/evsci.o
CC drivers/acpi/events/evxfevnt.o
CC drivers/acpi/events/evmisc.o
CC drivers/acpi/events/evrgnini.o
CC drivers/acpi/events/evxface.o
CC drivers/acpi/events/evxfregn.o
CC drivers/acpi/events/evgpe.o
CC drivers/acpi/events/evgpeblk.o
LD drivers/acpi/events/built-in.o
CC drivers/acpi/executer/exconfig.o
CC drivers/acpi/executer/exfield.o
CC drivers/acpi/executer/exnames.o
CC drivers/acpi/executer/exoparg6.o
CC drivers/acpi/executer/exresolv.o
CC drivers/acpi/executer/exstorob.o
CC drivers/acpi/executer/exconvrt.o
CC drivers/acpi/executer/exfldio.o
CC drivers/acpi/executer/exoparg1.o
CC drivers/acpi/executer/exprep.o
CC drivers/acpi/executer/exresop.o
CC drivers/acpi/executer/exsystem.o
CC drivers/acpi/executer/excreate.o
CC drivers/acpi/executer/exmisc.o
CC drivers/acpi/executer/exoparg2.o
CC drivers/acpi/executer/exregion.o
CC drivers/acpi/executer/exstore.o
CC drivers/acpi/executer/exutils.o
CC drivers/acpi/executer/exdump.o
CC drivers/acpi/executer/exmutex.o
CC drivers/acpi/executer/exoparg3.o
CC drivers/acpi/executer/exresnte.o
CC drivers/acpi/executer/exstoren.o
LD drivers/acpi/executer/built-in.o
CC drivers/acpi/hardware/hwacpi.o
CC drivers/acpi/hardware/hwgpe.o
CC drivers/acpi/hardware/hwregs.o
CC drivers/acpi/hardware/hwsleep.o
LD drivers/acpi/hardware/built-in.o
CC drivers/acpi/namespace/nsaccess.o
CC drivers/acpi/namespace/nsload.o
CC drivers/acpi/namespace/nssearch.o
CC drivers/acpi/namespace/nsxfeval.o
CC drivers/acpi/namespace/nsalloc.o
CC drivers/acpi/namespace/nseval.o
CC drivers/acpi/namespace/nsnames.o
CC drivers/acpi/namespace/nsutils.o
CC drivers/acpi/namespace/nsxfname.o
CC drivers/acpi/namespace/nsdump.o
CC drivers/acpi/namespace/nsinit.o
CC drivers/acpi/namespace/nsobject.o
CC drivers/acpi/namespace/nswalk.o
CC drivers/acpi/namespace/nsxfobj.o
CC drivers/acpi/namespace/nsparse.o
LD drivers/acpi/namespace/built-in.o
CC drivers/acpi/parser/psargs.o
CC drivers/acpi/parser/psparse.o
CC drivers/acpi/parser/psloop.o
CC drivers/acpi/parser/pstree.o
CC drivers/acpi/parser/pswalk.o
CC drivers/acpi/parser/psopcode.o
CC drivers/acpi/parser/psscope.o
CC drivers/acpi/parser/psutils.o
CC drivers/acpi/parser/psxface.o
LD drivers/acpi/parser/built-in.o
CC drivers/acpi/resources/rsaddr.o
CC drivers/acpi/resources/rscreate.o
CC drivers/acpi/resources/rsinfo.o
CC drivers/acpi/resources/rsio.o
CC drivers/acpi/resources/rslist.o
CC drivers/acpi/resources/rsmisc.o
CC drivers/acpi/resources/rsxface.o
CC drivers/acpi/resources/rscalc.o
CC drivers/acpi/resources/rsirq.o
CC drivers/acpi/resources/rsmemory.o
CC drivers/acpi/resources/rsutils.o
LD drivers/acpi/resources/built-in.o
CC drivers/acpi/sleep/wakeup.o
CC drivers/acpi/sleep/main.o
LD drivers/acpi/sleep/built-in.o
CC drivers/acpi/tables/tbxface.o
CC drivers/acpi/tables/tbinstal.o
CC drivers/acpi/tables/tbutils.o
CC drivers/acpi/tables/tbfind.o
CC drivers/acpi/tables/tbfadt.o
CC drivers/acpi/tables/tbxfroot.o
LD drivers/acpi/tables/built-in.o
CC drivers/acpi/utilities/utalloc.o
CC drivers/acpi/utilities/utdebug.o
CC drivers/acpi/utilities/uteval.o
CC drivers/acpi/utilities/utinit.o
CC drivers/acpi/utilities/utmisc.o
CC drivers/acpi/utilities/utxface.o
CC drivers/acpi/utilities/utcopy.o
CC drivers/acpi/utilities/utdelete.o
CC drivers/acpi/utilities/utglobal.o
CC drivers/acpi/utilities/utmath.o
CC drivers/acpi/utilities/utobject.o
CC drivers/acpi/utilities/utstate.o
CC drivers/acpi/utilities/utmutex.o
CC drivers/acpi/utilities/utcache.o
CC drivers/acpi/utilities/utresrc.o
LD drivers/acpi/utilities/built-in.o
CC drivers/acpi/bus.o
CC drivers/acpi/glue.o
CC drivers/acpi/scan.o
CC drivers/acpi/ec.o
CC drivers/acpi/button.o
CC drivers/acpi/fan.o
CC drivers/acpi/pci_root.o
CC drivers/acpi/pci_link.o
CC drivers/acpi/pci_irq.o
CC drivers/acpi/pci_bind.o
CC drivers/acpi/power.o
CC drivers/acpi/processor_core.o
CC drivers/acpi/processor_throttling.o
CC drivers/acpi/processor_idle.o
CC drivers/acpi/processor_thermal.o
CC drivers/acpi/processor_perflib.o
LD drivers/acpi/processor.o
CC drivers/acpi/thermal.o
CC drivers/acpi/system.o
CC drivers/acpi/event.o
CC drivers/acpi/cm_sbs.o
LD drivers/acpi/built-in.o
CC [M] drivers/acpi/dock.o
CC [M] drivers/ata/libata-core.o
CC [M] drivers/ata/libata-scsi.o
CC [M] drivers/ata/libata-sff.o
CC [M] drivers/ata/libata-eh.o
CC [M] drivers/ata/libata-pmp.o
CC [M] drivers/ata/libata-acpi.o
LD [M] drivers/ata/libata.o
CC [M] drivers/ata/sata_sil24.o
CC drivers/base/core.o
CC drivers/base/sys.o
CC drivers/base/bus.o
CC drivers/base/dd.o
CC drivers/base/driver.o
CC drivers/base/class.o
CC drivers/base/platform.o
CC drivers/base/cpu.o
CC drivers/base/firmware.o
CC drivers/base/init.o
CC drivers/base/map.o
CC drivers/base/devres.o
CC drivers/base/attribute_container.o
CC drivers/base/transport_class.o
CC drivers/base/power/sysfs.o
LD drivers/base/power/built-in.o
CC drivers/base/dma-mapping.o
CC drivers/base/topology.o
CC drivers/base/module.o
LD drivers/base/built-in.o
CC [M] drivers/base/firmware_class.o
CC drivers/block/floppy.o
CC drivers/block/brd.o
CC drivers/block/loop.o
CC drivers/block/nbd.o
LD drivers/block/built-in.o
CC [M] drivers/block/paride/paride.o
CC drivers/cdrom/cdrom.o
LD drivers/cdrom/built-in.o
CC drivers/char/mem.o
CC drivers/char/random.o
CC drivers/char/tty_io.o
CC drivers/char/n_tty.o
CC drivers/char/tty_ioctl.o
CC drivers/char/pty.o
CC drivers/char/misc.o
CC drivers/char/vt_ioctl.o
CC drivers/char/vc_screen.o
CC drivers/char/consolemap.o
CC drivers/char/consolemap_deftbl.o
CC drivers/char/selection.o
CC drivers/char/keyboard.o
CC drivers/char/vt.o
CC drivers/char/defkeymap.o
CC drivers/char/lp.o
CC drivers/char/rtc.o
CC [M] drivers/char/agp/backend.o
CC [M] drivers/char/agp/frontend.o
CC [M] drivers/char/agp/generic.o
CC [M] drivers/char/agp/isoch.o
LD [M] drivers/char/agp/agpgart.o
CC [M] drivers/char/agp/ali-agp.o
CC [M] drivers/char/agp/ati-agp.o
CC [M] drivers/char/agp/amd-k7-agp.o
CC [M] drivers/char/agp/intel-agp.o
CC [M] drivers/char/agp/sis-agp.o
CC [M] drivers/char/agp/via-agp.o
CC [M] drivers/char/drm/drm_auth.o
CC [M] drivers/char/drm/drm_bufs.o
CC [M] drivers/char/drm/drm_context.o
CC [M] drivers/char/drm/drm_dma.o
CC [M] drivers/char/drm/drm_drawable.o
CC [M] drivers/char/drm/drm_drv.o
CC [M] drivers/char/drm/drm_fops.o
CC [M] drivers/char/drm/drm_ioctl.o
CC [M] drivers/char/drm/drm_irq.o
CC [M] drivers/char/drm/drm_lock.o
CC [M] drivers/char/drm/drm_memory.o
CC [M] drivers/char/drm/drm_proc.o
CC [M] drivers/char/drm/drm_stub.o
CC [M] drivers/char/drm/drm_vm.o
CC [M] drivers/char/drm/drm_agpsupport.o
CC [M] drivers/char/drm/drm_scatter.o
CC [M] drivers/char/drm/ati_pcigart.o
CC [M] drivers/char/drm/drm_pci.o
CC [M] drivers/char/drm/drm_sysfs.o
CC [M] drivers/char/drm/drm_hashtab.o
CC [M] drivers/char/drm/drm_sman.o
CC [M] drivers/char/drm/drm_mm.o
CC [M] drivers/char/drm/i810_drv.o
CC [M] drivers/char/drm/i810_dma.o
CC [M] drivers/char/drm/r128_drv.o
CC [M] drivers/char/drm/r128_cce.o
CC [M] drivers/char/drm/r128_state.o
CC [M] drivers/char/drm/r128_irq.o
CC [M] drivers/char/drm/radeon_drv.o
CC [M] drivers/char/drm/radeon_cp.o
CC [M] drivers/char/drm/radeon_state.o
CC [M] drivers/char/drm/radeon_mem.o
CC [M] drivers/char/drm/radeon_irq.o
CC [M] drivers/char/drm/r300_cmdbuf.o
LD [M] drivers/char/drm/drm.o
LD [M] drivers/char/drm/r128.o
LD [M] drivers/char/drm/radeon.o
LD [M] drivers/char/drm/i810.o
CC drivers/char/hw_random/core.o
LD drivers/char/hw_random/rng-core.o
CC drivers/char/hw_random/intel-rng.o
LD drivers/char/hw_random/built-in.o
CC drivers/char/ppdev.o
LD drivers/char/built-in.o
CC [M] drivers/char/nvram.o
CC drivers/clocksource/acpi_pm.o
LD drivers/clocksource/built-in.o
CC drivers/cpufreq/cpufreq.o
CC drivers/cpufreq/cpufreq_stats.o
CC drivers/cpufreq/cpufreq_userspace.o
CC drivers/cpufreq/cpufreq_ondemand.o
CC drivers/cpufreq/freq_table.o
LD drivers/cpufreq/built-in.o
CC drivers/firmware/dmi_scan.o
CC drivers/firmware/dmi-id.o
LD drivers/firmware/built-in.o
CC drivers/hid/hid-core.o
CC drivers/hid/hid-input.o
CC drivers/hid/hid-input-quirks.o
LD drivers/hid/hid.o
LD drivers/hid/built-in.o
CC [M] drivers/hid/usbhid/hid-core.o
CC [M] drivers/hid/usbhid/hid-quirks.o
LD [M] drivers/hid/usbhid/usbhid.o
CC drivers/hwmon/hwmon.o
LD drivers/hwmon/built-in.o
LD drivers/i2c/built-in.o
CC drivers/ide/pci/cmd640.o
CC drivers/ide/ide-cd.o
CC drivers/ide/ide-cd_ioctl.o
CC drivers/ide/ide-cd_verbose.o
CC drivers/ide/ide.o
CC drivers/ide/ide-io.o
CC drivers/ide/ide-iops.o
CC drivers/ide/ide-lib.o
CC drivers/ide/ide-probe.o
CC drivers/ide/ide-taskfile.o
CC drivers/ide/setup-pci.o
CC drivers/ide/ide-dma.o
CC drivers/ide/ide-proc.o
LD drivers/ide/ide-core.o
CC drivers/ide/pci/piix.o
CC drivers/ide/pci/siimage.o
LD drivers/ide/pci/built-in.o
CC drivers/ide/ide-scan-pci.o
LD drivers/ide/cmd640-core.o
CC drivers/ide/ide-generic.o
CC drivers/ide/ide-disk.o
LD drivers/ide/ide-cd_mod.o
LD drivers/ide/built-in.o
CC drivers/input/input.o
CC drivers/input/ff-core.o
LD drivers/input/input-core.o
CC drivers/input/mousedev.o
CC drivers/input/joydev.o
CC drivers/input/keyboard/atkbd.o
LD drivers/input/keyboard/built-in.o
CC drivers/input/mouse/psmouse-base.o
CC drivers/input/mouse/synaptics.o
CC drivers/input/mouse/alps.o
CC drivers/input/mouse/logips2pp.o
CC drivers/input/mouse/lifebook.o
CC drivers/input/mouse/trackpoint.o
LD drivers/input/mouse/psmouse.o
LD drivers/input/mouse/built-in.o
LD drivers/input/built-in.o
CC drivers/input/serio/serio.o
CC drivers/input/serio/i8042.o
CC drivers/input/serio/serport.o
CC drivers/input/serio/libps2.o
LD drivers/input/serio/built-in.o
CC drivers/md/md.o
CC drivers/md/bitmap.o
LD drivers/md/md-mod.o
LD drivers/md/built-in.o
LD drivers/media/built-in.o
CC drivers/net/eepro100.o
CC drivers/net/mii.o
CC drivers/net/Space.o
CC drivers/net/loopback.o
CC drivers/net/tulip/de2104x.o
CC drivers/net/tulip/eeprom.o
CC drivers/net/tulip/interrupt.o
CC drivers/net/tulip/media.o
CC drivers/net/tulip/timer.o
CC drivers/net/tulip/tulip_core.o
CC drivers/net/tulip/21142.o
CC drivers/net/tulip/pnic.o
CC drivers/net/tulip/pnic2.o
LD drivers/net/tulip/tulip.o
CC drivers/net/tulip/de4x5.o
LD drivers/net/tulip/built-in.o
LD drivers/net/built-in.o
CC [M] drivers/net/dummy.o
CC [M] drivers/net/tun.o
CC drivers/parport/share.o
CC drivers/parport/ieee1284.o
CC drivers/parport/ieee1284_ops.o
CC drivers/parport/procfs.o
CC drivers/parport/daisy.o
CC drivers/parport/probe.o
LD drivers/parport/parport.o
CC drivers/parport/parport_pc.o
LD drivers/parport/built-in.o
CC [M] drivers/parport/parport_serial.o
CC [M] drivers/parport/parport_ax88796.o
CC drivers/pci/access.o
CC drivers/pci/bus.o
CC drivers/pci/probe.o
CC drivers/pci/remove.o
CC drivers/pci/pci.o
CC drivers/pci/quirks.o
CC drivers/pci/pci-driver.o
CC drivers/pci/search.o
drivers/pci/search.c: In function ‘pci_find_slot’:
drivers/pci/search.c:135: warning: ‘pci_find_device’ is deprecated (declared at include/linux/pci.h:506)
drivers/pci/search.c: At top level:
drivers/pci/search.c:478: warning: ‘pci_find_device’ is deprecated (declared at drivers/pci/search.c:283)
drivers/pci/search.c:478: warning: ‘pci_find_device’ is deprecated (declared at drivers/pci/search.c:283)
drivers/pci/search.c:479: warning: ‘pci_find_slot’ is deprecated (declared at drivers/pci/search.c:132)
drivers/pci/search.c:479: warning: ‘pci_find_slot’ is deprecated (declared at drivers/pci/search.c:132)
CC drivers/pci/pci-sysfs.o
CC drivers/pci/rom.o
CC drivers/pci/setup-res.o
CC drivers/pci/proc.o
CC drivers/pci/hotplug.o
CC drivers/pci/htirq.o
CC drivers/pci/setup-bus.o
CC drivers/pci/pci-acpi.o
LD drivers/pci/built-in.o
CC drivers/pnp/core.o
CC drivers/pnp/card.o
CC drivers/pnp/driver.o
CC drivers/pnp/resource.o
CC drivers/pnp/manager.o
CC drivers/pnp/support.o
CC drivers/pnp/interface.o
CC drivers/pnp/quirks.o
CC drivers/pnp/system.o
CC drivers/pnp/pnpacpi/core.o
CC drivers/pnp/pnpacpi/rsparser.o
LD drivers/pnp/pnpacpi/built-in.o
LD drivers/pnp/built-in.o
CC drivers/power/power_supply_core.o
CC drivers/power/power_supply_sysfs.o
LD drivers/power/power_supply.o
LD drivers/power/built-in.o
CC drivers/scsi/scsi.o
CC drivers/scsi/hosts.o
CC drivers/scsi/scsi_ioctl.o
CC drivers/scsi/constants.o
CC drivers/scsi/scsicam.o
CC drivers/scsi/scsi_error.o
CC drivers/scsi/scsi_lib.o
CC drivers/scsi/scsi_lib_dma.o
CC drivers/scsi/scsi_scan.o
CC drivers/scsi/scsi_sysfs.o
CC drivers/scsi/scsi_devinfo.o
CC drivers/scsi/scsi_sysctl.o
CC drivers/scsi/scsi_proc.o
CC drivers/scsi/sd.o
CC drivers/scsi/sr.o
CC drivers/scsi/sr_ioctl.o
CC drivers/scsi/sr_vendor.o
LD drivers/scsi/scsi_mod.o
CC drivers/scsi/scsi_transport_spi.o
CC drivers/scsi/aic7xxx/aic7xxx_core.o
CC drivers/scsi/aic7xxx/aic7xxx_93cx6.o
CC drivers/scsi/aic7xxx/aic7xxx_pci.o
CC drivers/scsi/aic7xxx/aic7xxx_osm.o
CC drivers/scsi/aic7xxx/aic7xxx_proc.o
CC drivers/scsi/aic7xxx/aic7xxx_osm_pci.o
LD drivers/scsi/aic7xxx/aic7xxx.o
LD drivers/scsi/aic7xxx/built-in.o
LD drivers/scsi/sd_mod.o
LD drivers/scsi/sr_mod.o
LD drivers/scsi/built-in.o
CC [M] drivers/scsi/ide-scsi.o
CC [M] drivers/scsi/3w-9xxx.o
CC [M] drivers/scsi/ppa.o
CC [M] drivers/scsi/imm.o
CC [M] drivers/scsi/scsi_wait_scan.o
CC drivers/serial/serial_core.o
CC drivers/serial/8250.o
CC drivers/serial/8250_pnp.o
CC drivers/serial/8250_pci.o
LD drivers/serial/built-in.o
WARNING: drivers/serial/built-in.o(.data+0x2c8): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_ite887x_exit()
The variable pci_serial_quirks references
the function __devexit pci_ite887x_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x2e4): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x300): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x338): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x354): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x370): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x38c): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3a8): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3c4): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/serial/built-in.o(.data+0x3e0): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
CC drivers/thermal/thermal.o
LD drivers/thermal/built-in.o
CC [M] drivers/usb/core/usb.o
CC [M] drivers/usb/core/hub.o
CC [M] drivers/usb/core/hcd.o
CC [M] drivers/usb/core/urb.o
CC [M] drivers/usb/core/message.o
CC [M] drivers/usb/core/driver.o
CC [M] drivers/usb/core/config.o
CC [M] drivers/usb/core/file.o
CC [M] drivers/usb/core/buffer.o
CC [M] drivers/usb/core/sysfs.o
CC [M] drivers/usb/core/endpoint.o
CC [M] drivers/usb/core/devio.o
CC [M] drivers/usb/core/notify.o
CC [M] drivers/usb/core/generic.o
CC [M] drivers/usb/core/quirks.o
CC [M] drivers/usb/core/hcd-pci.o
CC [M] drivers/usb/core/inode.o
CC [M] drivers/usb/core/devices.o
LD [M] drivers/usb/core/usbcore.o
CC drivers/usb/host/pci-quirks.o
LD drivers/usb/host/built-in.o
CC [M] drivers/usb/host/ehci-hcd.o
CC [M] drivers/usb/host/uhci-hcd.o
CC [M] drivers/usb/storage/scsiglue.o
CC [M] drivers/usb/storage/protocol.o
CC [M] drivers/usb/storage/transport.o
CC [M] drivers/usb/storage/usb.o
CC [M] drivers/usb/storage/initializers.o
LD [M] drivers/usb/storage/usb-storage.o
CC [M] drivers/usb/storage/libusual.o
LD drivers/usb/built-in.o
CC drivers/video/fb_notify.o
CC drivers/video/console/dummycon.o
CC drivers/video/console/vgacon.o
LD drivers/video/console/built-in.o
LD drivers/video/built-in.o
CC [M] drivers/watchdog/softdog.o
LD drivers/built-in.o
WARNING: drivers/built-in.o(.data+0x6088): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_ite887x_exit()
The variable pci_serial_quirks references
the function __devexit pci_ite887x_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x60a4): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x60c0): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x60f8): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x6114): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x6130): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x614c): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x6168): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x6184): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: drivers/built-in.o(.data+0x61a0): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
CC [M] sound/sound_core.o
LD [M] sound/soundcore.o
CC [M] sound/ac97_bus.o
CC [M] sound/core/oss/mixer_oss.o
CC [M] sound/core/oss/pcm_oss.o
CC [M] sound/core/oss/pcm_plugin.o
CC [M] sound/core/oss/io.o
CC [M] sound/core/oss/copy.o
CC [M] sound/core/oss/linear.o
CC [M] sound/core/oss/mulaw.o
CC [M] sound/core/oss/route.o
CC [M] sound/core/oss/rate.o
LD [M] sound/core/oss/snd-mixer-oss.o
LD [M] sound/core/oss/snd-pcm-oss.o
CC [M] sound/core/seq/seq_device.o
CC [M] sound/core/seq/seq_midi_emul.o
CC [M] sound/core/seq/seq_midi_event.o
CC [M] sound/core/seq/seq_midi.o
CC [M] sound/core/seq/seq_virmidi.o
CC [M] sound/core/seq/seq.o
CC [M] sound/core/seq/seq_lock.o
CC [M] sound/core/seq/seq_clientmgr.o
CC [M] sound/core/seq/seq_memory.o
CC [M] sound/core/seq/seq_queue.o
CC [M] sound/core/seq/seq_fifo.o
CC [M] sound/core/seq/seq_prioq.o
CC [M] sound/core/seq/seq_timer.o
CC [M] sound/core/seq/seq_system.o
CC [M] sound/core/seq/seq_ports.o
CC [M] sound/core/seq/seq_info.o
LD [M] sound/core/seq/snd-seq.o
LD [M] sound/core/seq/snd-seq-device.o
LD [M] sound/core/seq/snd-seq-midi-event.o
LD [M] sound/core/seq/snd-seq-midi.o
LD [M] sound/core/seq/snd-seq-midi-emul.o
LD [M] sound/core/seq/snd-seq-virmidi.o
CC [M] sound/core/seq/oss/seq_oss.o
CC [M] sound/core/seq/oss/seq_oss_init.o
CC [M] sound/core/seq/oss/seq_oss_timer.o
CC [M] sound/core/seq/oss/seq_oss_ioctl.o
CC [M] sound/core/seq/oss/seq_oss_event.o
CC [M] sound/core/seq/oss/seq_oss_rw.o
CC [M] sound/core/seq/oss/seq_oss_synth.o
CC [M] sound/core/seq/oss/seq_oss_midi.o
CC [M] sound/core/seq/oss/seq_oss_readq.o
CC [M] sound/core/seq/oss/seq_oss_writeq.o
LD [M] sound/core/seq/oss/snd-seq-oss.o
LD sound/core/built-in.o
CC [M] sound/core/hwdep.o
CC [M] sound/core/memalloc.o
CC [M] sound/core/sgbuf.o
CC [M] sound/core/pcm.o
CC [M] sound/core/pcm_native.o
CC [M] sound/core/pcm_lib.o
CC [M] sound/core/pcm_timer.o
CC [M] sound/core/pcm_misc.o
CC [M] sound/core/pcm_memory.o
CC [M] sound/core/rawmidi.o
CC [M] sound/core/timer.o
CC [M] sound/core/sound.o
CC [M] sound/core/init.o
CC [M] sound/core/memory.o
CC [M] sound/core/info.o
CC [M] sound/core/control.o
CC [M] sound/core/misc.o
CC [M] sound/core/device.o
CC [M] sound/core/isadma.o
CC [M] sound/core/sound_oss.o
CC [M] sound/core/info_oss.o
LD [M] sound/core/snd.o
LD [M] sound/core/snd-hwdep.o
LD [M] sound/core/snd-timer.o
LD [M] sound/core/snd-pcm.o
LD [M] sound/core/snd-page-alloc.o
LD [M] sound/core/snd-rawmidi.o
CC [M] sound/drivers/dummy.o
LD [M] sound/drivers/snd-dummy.o
CC [M] sound/pci/ac97/ac97_codec.o
CC [M] sound/pci/ac97/ac97_pcm.o
CC [M] sound/pci/ac97/ac97_proc.o
LD [M] sound/pci/ac97/snd-ac97-codec.o
CC [M] sound/pci/emu10k1/emu10k1_synth.o
CC [M] sound/pci/emu10k1/emu10k1_callback.o
CC [M] sound/pci/emu10k1/emu10k1_patch.o
CC [M] sound/pci/emu10k1/emu10k1.o
CC [M] sound/pci/emu10k1/emu10k1_main.o
CC [M] sound/pci/emu10k1/irq.o
CC [M] sound/pci/emu10k1/memory.o
CC [M] sound/pci/emu10k1/voice.o
CC [M] sound/pci/emu10k1/emumpu401.o
CC [M] sound/pci/emu10k1/emupcm.o
CC [M] sound/pci/emu10k1/io.o
CC [M] sound/pci/emu10k1/emuproc.o
CC [M] sound/pci/emu10k1/emumixer.o
CC [M] sound/pci/emu10k1/emufx.o
CC [M] sound/pci/emu10k1/timer.o
CC [M] sound/pci/emu10k1/p16v.o
LD [M] sound/pci/emu10k1/snd-emu10k1.o
LD [M] sound/pci/emu10k1/snd-emu10k1-synth.o
CC [M] sound/synth/util_mem.o
LD [M] sound/synth/snd-util-mem.o
CC [M] sound/synth/emux/emux.o
CC [M] sound/synth/emux/emux_synth.o
CC [M] sound/synth/emux/emux_seq.o
CC [M] sound/synth/emux/emux_nrpn.o
CC [M] sound/synth/emux/emux_effect.o
CC [M] sound/synth/emux/emux_proc.o
CC [M] sound/synth/emux/emux_hwdep.o
CC [M] sound/synth/emux/soundfont.o
CC [M] sound/synth/emux/emux_oss.o
LD [M] sound/synth/emux/snd-emux-synth.o
CC arch/x86/pci/i386.o
CC arch/x86/pci/init.o
CC arch/x86/pci/pcbios.o
CC arch/x86/pci/mmconfig_32.o
CC arch/x86/pci/direct.o
CC arch/x86/pci/mmconfig-shared.o
CC arch/x86/pci/fixup.o
CC arch/x86/pci/acpi.o
CC arch/x86/pci/legacy.o
CC arch/x86/pci/irq.o
CC arch/x86/pci/common.o
CC arch/x86/pci/early.o
LD arch/x86/pci/built-in.o
CC net/socket.o
CC net/core/sock.o
CC net/core/request_sock.o
CC net/core/skbuff.o
CC net/core/iovec.o
CC net/core/datagram.o
CC net/core/stream.o
CC net/core/scm.o
CC net/core/gen_stats.o
CC net/core/gen_estimator.o
CC net/core/net_namespace.o
CC net/core/sysctl_net_core.o
CC net/core/dev.o
CC net/core/ethtool.o
CC net/core/dev_mcast.o
CC net/core/dst.o
CC net/core/netevent.o
CC net/core/neighbour.o
CC net/core/rtnetlink.o
CC net/core/utils.o
CC net/core/link_watch.o
CC net/core/filter.o
CC net/core/flow.o
CC net/core/net-sysfs.o
LD net/core/built-in.o
CC net/ethernet/eth.o
LD net/ethernet/built-in.o
CC net/ipv4/route.o
CC net/ipv4/inetpeer.o
CC net/ipv4/protocol.o
CC net/ipv4/ip_input.o
CC net/ipv4/ip_fragment.o
CC net/ipv4/ip_forward.o
CC net/ipv4/ip_options.o
CC net/ipv4/ip_output.o
CC net/ipv4/ip_sockglue.o
CC net/ipv4/inet_hashtables.o
CC net/ipv4/inet_timewait_sock.o
CC net/ipv4/inet_connection_sock.o
CC net/ipv4/tcp.o
CC net/ipv4/tcp_input.o
CC net/ipv4/tcp_output.o
CC net/ipv4/tcp_timer.o
CC net/ipv4/tcp_ipv4.o
CC net/ipv4/tcp_minisocks.o
CC net/ipv4/tcp_cong.o
CC net/ipv4/datagram.o
CC net/ipv4/raw.o
CC net/ipv4/udp.o
CC net/ipv4/udplite.o
CC net/ipv4/arp.o
CC net/ipv4/icmp.o
CC net/ipv4/devinet.o
CC net/ipv4/af_inet.o
CC net/ipv4/igmp.o
CC net/ipv4/fib_frontend.o
CC net/ipv4/fib_semantics.o
CC net/ipv4/inet_fragment.o
CC net/ipv4/sysctl_net_ipv4.o
CC net/ipv4/fib_hash.o
CC net/ipv4/proc.o
CC net/ipv4/ah4.o
CC net/ipv4/esp4.o
CC net/ipv4/ipcomp.o
CC net/ipv4/xfrm4_tunnel.o
CC net/ipv4/xfrm4_mode_beet.o
CC net/ipv4/tunnel4.o
CC net/ipv4/xfrm4_mode_transport.o
CC net/ipv4/xfrm4_mode_tunnel.o
CC net/ipv4/netfilter.o
CC [M] net/ipv4/netfilter/nf_nat_rule.o
CC [M] net/ipv4/netfilter/nf_nat_standalone.o
CC [M] net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o
CC [M] net/ipv4/netfilter/nf_conntrack_proto_icmp.o
CC [M] net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.o
CC [M] net/ipv4/netfilter/nf_nat_core.o
CC [M] net/ipv4/netfilter/nf_nat_helper.o
CC [M] net/ipv4/netfilter/nf_nat_proto_unknown.o
CC [M] net/ipv4/netfilter/nf_nat_proto_tcp.o
CC [M] net/ipv4/netfilter/nf_nat_proto_udp.o
CC [M] net/ipv4/netfilter/nf_nat_proto_icmp.o
LD [M] net/ipv4/netfilter/nf_conntrack_ipv4.o
LD [M] net/ipv4/netfilter/nf_nat.o
CC [M] net/ipv4/netfilter/nf_nat_irc.o
CC [M] net/ipv4/netfilter/ip_tables.o
CC [M] net/ipv4/netfilter/iptable_filter.o
CC [M] net/ipv4/netfilter/iptable_mangle.o
LD [M] net/ipv4/netfilter/iptable_nat.o
CC [M] net/ipv4/netfilter/iptable_raw.o
CC [M] net/ipv4/netfilter/ipt_addrtype.o
CC [M] net/ipv4/netfilter/ipt_ah.o
CC [M] net/ipv4/netfilter/ipt_ecn.o
CC [M] net/ipv4/netfilter/ipt_recent.o
CC [M] net/ipv4/netfilter/ipt_ttl.o
CC [M] net/ipv4/netfilter/ipt_ECN.o
CC [M] net/ipv4/netfilter/ipt_LOG.o
CC [M] net/ipv4/netfilter/ipt_MASQUERADE.o
CC [M] net/ipv4/netfilter/ipt_REDIRECT.o
CC [M] net/ipv4/netfilter/ipt_REJECT.o
CC [M] net/ipv4/netfilter/ipt_TTL.o
CC [M] net/ipv4/netfilter/ipt_ULOG.o
CC [M] net/ipv4/netfilter/ip_queue.o
CC net/ipv4/inet_diag.o
CC net/ipv4/tcp_diag.o
CC net/ipv4/tcp_cubic.o
CC net/ipv4/xfrm4_policy.o
CC net/ipv4/xfrm4_state.o
CC net/ipv4/xfrm4_input.o
CC net/ipv4/xfrm4_output.o
LD net/ipv4/built-in.o
CC net/netfilter/core.o
CC net/netfilter/nf_log.o
CC net/netfilter/nf_queue.o
CC net/netfilter/nf_sockopt.o
CC net/netfilter/nf_conntrack_core.o
CC net/netfilter/nf_conntrack_standalone.o
CC net/netfilter/nf_conntrack_expect.o
CC net/netfilter/nf_conntrack_helper.o
CC net/netfilter/nf_conntrack_proto.o
CC net/netfilter/nf_conntrack_l3proto_generic.o
CC net/netfilter/nf_conntrack_proto_generic.o
CC net/netfilter/nf_conntrack_proto_tcp.o
CC net/netfilter/nf_conntrack_proto_udp.o
CC net/netfilter/nf_conntrack_extend.o
LD net/netfilter/netfilter.o
LD net/netfilter/nf_conntrack.o
CC net/netfilter/x_tables.o
CC net/netfilter/xt_tcpudp.o
LD net/netfilter/built-in.o
CC [M] net/netfilter/nf_conntrack_irc.o
CC [M] net/netfilter/xt_CLASSIFY.o
CC [M] net/netfilter/xt_MARK.o
CC [M] net/netfilter/xt_NFQUEUE.o
CC [M] net/netfilter/xt_comment.o
CC [M] net/netfilter/xt_connmark.o
CC [M] net/netfilter/xt_dccp.o
CC [M] net/netfilter/xt_length.o
CC [M] net/netfilter/xt_limit.o
CC [M] net/netfilter/xt_mac.o
CC [M] net/netfilter/xt_mark.o
CC [M] net/netfilter/xt_pkttype.o
CC [M] net/netfilter/xt_policy.o
CC [M] net/netfilter/xt_realm.o
CC [M] net/netfilter/xt_sctp.o
CC [M] net/netfilter/xt_string.o
CC [M] net/netfilter/xt_tcpmss.o
CC net/netlink/af_netlink.o
CC net/netlink/attr.o
CC net/netlink/genetlink.o
LD net/netlink/built-in.o
CC net/packet/af_packet.o
LD net/packet/built-in.o
CC net/sched/sch_generic.o
LD net/sched/built-in.o
CC net/sunrpc/clnt.o
CC net/sunrpc/xprt.o
CC net/sunrpc/socklib.o
CC net/sunrpc/xprtsock.o
CC net/sunrpc/sched.o
CC net/sunrpc/auth.o
CC net/sunrpc/auth_null.o
CC net/sunrpc/auth_unix.o
CC net/sunrpc/svc.o
CC net/sunrpc/svcsock.o
CC net/sunrpc/svcauth.o
CC net/sunrpc/svcauth_unix.o
CC net/sunrpc/rpcb_clnt.o
CC net/sunrpc/timer.o
CC net/sunrpc/xdr.o
CC net/sunrpc/sunrpc_syms.o
CC net/sunrpc/cache.o
CC net/sunrpc/rpc_pipe.o
CC net/sunrpc/svc_xprt.o
CC net/sunrpc/stats.o
CC net/sunrpc/sysctl.o
LD net/sunrpc/sunrpc.o
LD net/sunrpc/built-in.o
CC net/unix/af_unix.o
CC net/unix/garbage.o
CC net/unix/sysctl_net_unix.o
LD net/unix/unix.o
LD net/unix/built-in.o
CC net/xfrm/xfrm_policy.o
CC net/xfrm/xfrm_state.o
CC net/xfrm/xfrm_hash.o
CC net/xfrm/xfrm_input.o
CC net/xfrm/xfrm_output.o
CC net/xfrm/xfrm_algo.o
CC net/xfrm/xfrm_user.o
LD net/xfrm/built-in.o
CC net/sysctl_net.o
LD net/built-in.o
CC lib/div64.o
CC lib/sort.o
CC lib/parser.o
CC lib/halfmd4.o
CC lib/debug_locks.o
CC lib/random32.o
CC lib/bust_spinlocks.o
CC lib/hexdump.o
CC lib/kasprintf.o
CC lib/bitmap.o
CC lib/scatterlist.o
CC lib/iomap.o
CC lib/iomap_copy.o
CC lib/devres.o
CC lib/hweight.o
CC lib/kernel_lock.o
CC lib/plist.o
CC lib/bitrev.o
CC lib/crc16.o
CC lib/crc32.o
CC lib/zlib_deflate/deflate.o
CC lib/zlib_deflate/deftree.o
CC lib/zlib_deflate/deflate_syms.o
LD lib/zlib_deflate/zlib_deflate.o
LD lib/zlib_deflate/built-in.o
CC lib/zlib_inflate/inffast.o
CC lib/zlib_inflate/inflate.o
CC lib/zlib_inflate/infutil.o
CC lib/zlib_inflate/inftrees.o
CC lib/zlib_inflate/inflate_syms.o
LD lib/zlib_inflate/zlib_inflate.o
LD lib/zlib_inflate/built-in.o
CC lib/textsearch.o
CC lib/percpu_counter.o
CC lib/pcounter.o
LD lib/built-in.o
CC lib/argv_split.o
CC lib/bug.o
CC lib/cmdline.o
CC lib/cpumask.o
CC lib/ctype.o
CC lib/dec_and_lock.o
CC lib/dump_stack.o
CC lib/extable.o
CC lib/idr.o
CC lib/int_sqrt.o
CC lib/ioremap.o
CC lib/irq_regs.o
CC lib/klist.o
CC lib/kobject.o
CC lib/kobject_uevent.o
CC lib/kref.o
CC lib/prio_heap.o
CC lib/prio_tree.o
CC lib/proportions.o
CC lib/radix-tree.o
CC lib/rbtree.o
CC lib/reciprocal_div.o
CC lib/rwsem.o
CC lib/semaphore-sleepers.o
CC lib/sha1.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
CC [M] lib/crc-ccitt.o
CC [M] lib/libcrc32c.o
CC [M] lib/ts_kmp.o
CC [M] lib/ts_bm.o
CC [M] lib/ts_fsm.o
CC arch/x86/lib/msr-on-cpu.o
LD arch/x86/lib/built-in.o
CC arch/x86/lib/bitops_32.o
CC arch/x86/lib/delay_32.o
AS arch/x86/lib/getuser_32.o
CC arch/x86/lib/memcpy_32.o
AS arch/x86/lib/putuser_32.o
CC arch/x86/lib/string_32.o
CC arch/x86/lib/strstr_32.o
CC arch/x86/lib/usercopy_32.o
AR arch/x86/lib/lib.a
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.cpuinit.text+0x2c5d): Section mismatch in reference from the function setup_trampoline() to the variable .init.data:trampoline_end
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_end.
If trampoline_end is only used by setup_trampoline then
annotate trampoline_end with a matching annotation.
WARNING: vmlinux.o(.cpuinit.text+0x2c62): Section mismatch in reference from the function setup_trampoline() to the variable .init.data:trampoline_data
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_data.
If trampoline_data is only used by setup_trampoline then
annotate trampoline_data with a matching annotation.
WARNING: vmlinux.o(.data+0x12c88): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_ite887x_exit()
The variable pci_serial_quirks references
the function __devexit pci_ite887x_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12ca4): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12cc0): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12cf8): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d14): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d30): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:pci_plx9050_exit()
The variable pci_serial_quirks references
the function __devexit pci_plx9050_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d4c): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d68): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12d84): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
WARNING: vmlinux.o(.data+0x12da0): Section mismatch in reference from the variable pci_serial_quirks to the function .devexit.text:sbs_exit()
The variable pci_serial_quirks references
the function __devexit sbs_exit()
If the reference is valid then annotate the
variable with __exit* (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
CC arch/x86/boot/version.o
LD arch/x86/boot/setup.elf
OBJCOPY arch/x86/boot/setup.bin
AS arch/x86/boot/compressed/head_32.o
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
GZIP arch/x86/boot/compressed/vmlinux.bin.gz
LD arch/x86/boot/compressed/piggy.o
LD arch/x86/boot/compressed/vmlinux
OBJCOPY arch/x86/boot/vmlinux.bin
BUILD arch/x86/boot/bzImage
Root device is (8, 5)
Setup is 11224 bytes (padded to 11264 bytes).
System is 2141 kB
Kernel: arch/x86/boot/bzImage is ready (#6)
Building modules, stage 2.
MODPOST 105 modules
CC arch/x86/kernel/microcode.mod.o
LD [M] arch/x86/kernel/microcode.ko
CC crypto/crc32c.mod.o
LD [M] crypto/crc32c.ko
CC crypto/ecb.mod.o
LD [M] crypto/ecb.ko
CC crypto/pcbc.mod.o
LD [M] crypto/pcbc.ko
CC drivers/acpi/dock.mod.o
LD [M] drivers/acpi/dock.ko
CC drivers/ata/libata.mod.o
LD [M] drivers/ata/libata.ko
CC drivers/ata/sata_sil24.mod.o
LD [M] drivers/ata/sata_sil24.ko
CC drivers/base/firmware_class.mod.o
LD [M] drivers/base/firmware_class.ko
CC drivers/block/paride/paride.mod.o
LD [M] drivers/block/paride/paride.ko
CC drivers/char/agp/agpgart.mod.o
LD [M] drivers/char/agp/agpgart.ko
CC drivers/char/agp/ali-agp.mod.o
LD [M] drivers/char/agp/ali-agp.ko
CC drivers/char/agp/amd-k7-agp.mod.o
LD [M] drivers/char/agp/amd-k7-agp.ko
CC drivers/char/agp/ati-agp.mod.o
LD [M] drivers/char/agp/ati-agp.ko
CC drivers/char/agp/intel-agp.mod.o
LD [M] drivers/char/agp/intel-agp.ko
CC drivers/char/agp/sis-agp.mod.o
LD [M] drivers/char/agp/sis-agp.ko
CC drivers/char/agp/via-agp.mod.o
LD [M] drivers/char/agp/via-agp.ko
CC drivers/char/drm/drm.mod.o
LD [M] drivers/char/drm/drm.ko
CC drivers/char/drm/i810.mod.o
LD [M] drivers/char/drm/i810.ko
CC drivers/char/drm/r128.mod.o
LD [M] drivers/char/drm/r128.ko
CC drivers/char/drm/radeon.mod.o
LD [M] drivers/char/drm/radeon.ko
CC drivers/char/nvram.mod.o
LD [M] drivers/char/nvram.ko
CC drivers/hid/usbhid/usbhid.mod.o
LD [M] drivers/hid/usbhid/usbhid.ko
CC drivers/net/dummy.mod.o
LD [M] drivers/net/dummy.ko
CC drivers/net/tun.mod.o
LD [M] drivers/net/tun.ko
CC drivers/parport/parport_ax88796.mod.o
LD [M] drivers/parport/parport_ax88796.ko
CC drivers/parport/parport_serial.mod.o
LD [M] drivers/parport/parport_serial.ko
CC drivers/scsi/3w-9xxx.mod.o
LD [M] drivers/scsi/3w-9xxx.ko
CC drivers/scsi/ide-scsi.mod.o
LD [M] drivers/scsi/ide-scsi.ko
CC drivers/scsi/imm.mod.o
LD [M] drivers/scsi/imm.ko
CC drivers/scsi/ppa.mod.o
LD [M] drivers/scsi/ppa.ko
CC drivers/scsi/scsi_wait_scan.mod.o
LD [M] drivers/scsi/scsi_wait_scan.ko
CC drivers/usb/core/usbcore.mod.o
LD [M] drivers/usb/core/usbcore.ko
CC drivers/usb/host/ehci-hcd.mod.o
LD [M] drivers/usb/host/ehci-hcd.ko
CC drivers/usb/host/uhci-hcd.mod.o
LD [M] drivers/usb/host/uhci-hcd.ko
CC drivers/usb/storage/libusual.mod.o
LD [M] drivers/usb/storage/libusual.ko
CC drivers/usb/storage/usb-storage.mod.o
LD [M] drivers/usb/storage/usb-storage.ko
CC drivers/watchdog/softdog.mod.o
LD [M] drivers/watchdog/softdog.ko
CC fs/configfs/configfs.mod.o
LD [M] fs/configfs/configfs.ko
CC fs/fuse/fuse.mod.o
LD [M] fs/fuse/fuse.ko
CC lib/crc-ccitt.mod.o
LD [M] lib/crc-ccitt.ko
CC lib/libcrc32c.mod.o
LD [M] lib/libcrc32c.ko
CC lib/ts_bm.mod.o
LD [M] lib/ts_bm.ko
CC lib/ts_fsm.mod.o
LD [M] lib/ts_fsm.ko
CC lib/ts_kmp.mod.o
LD [M] lib/ts_kmp.ko
CC net/ipv4/netfilter/ip_queue.mod.o
LD [M] net/ipv4/netfilter/ip_queue.ko
CC net/ipv4/netfilter/ip_tables.mod.o
LD [M] net/ipv4/netfilter/ip_tables.ko
CC net/ipv4/netfilter/ipt_ECN.mod.o
LD [M] net/ipv4/netfilter/ipt_ECN.ko
CC net/ipv4/netfilter/ipt_LOG.mod.o
LD [M] net/ipv4/netfilter/ipt_LOG.ko
CC net/ipv4/netfilter/ipt_MASQUERADE.mod.o
LD [M] net/ipv4/netfilter/ipt_MASQUERADE.ko
CC net/ipv4/netfilter/ipt_REDIRECT.mod.o
LD [M] net/ipv4/netfilter/ipt_REDIRECT.ko
CC net/ipv4/netfilter/ipt_REJECT.mod.o
LD [M] net/ipv4/netfilter/ipt_REJECT.ko
CC net/ipv4/netfilter/ipt_TTL.mod.o
LD [M] net/ipv4/netfilter/ipt_TTL.ko
CC net/ipv4/netfilter/ipt_ULOG.mod.o
LD [M] net/ipv4/netfilter/ipt_ULOG.ko
CC net/ipv4/netfilter/ipt_addrtype.mod.o
LD [M] net/ipv4/netfilter/ipt_addrtype.ko
CC net/ipv4/netfilter/ipt_ah.mod.o
LD [M] net/ipv4/netfilter/ipt_ah.ko
CC net/ipv4/netfilter/ipt_ecn.mod.o
LD [M] net/ipv4/netfilter/ipt_ecn.ko
CC net/ipv4/netfilter/ipt_recent.mod.o
LD [M] net/ipv4/netfilter/ipt_recent.ko
CC net/ipv4/netfilter/ipt_ttl.mod.o
LD [M] net/ipv4/netfilter/ipt_ttl.ko
CC net/ipv4/netfilter/iptable_filter.mod.o
LD [M] net/ipv4/netfilter/iptable_filter.ko
CC net/ipv4/netfilter/iptable_mangle.mod.o
LD [M] net/ipv4/netfilter/iptable_mangle.ko
CC net/ipv4/netfilter/iptable_nat.mod.o
LD [M] net/ipv4/netfilter/iptable_nat.ko
CC net/ipv4/netfilter/iptable_raw.mod.o
LD [M] net/ipv4/netfilter/iptable_raw.ko
CC net/ipv4/netfilter/nf_conntrack_ipv4.mod.o
LD [M] net/ipv4/netfilter/nf_conntrack_ipv4.ko
CC net/ipv4/netfilter/nf_nat.mod.o
LD [M] net/ipv4/netfilter/nf_nat.ko
CC net/ipv4/netfilter/nf_nat_irc.mod.o
LD [M] net/ipv4/netfilter/nf_nat_irc.ko
CC net/netfilter/nf_conntrack_irc.mod.o
LD [M] net/netfilter/nf_conntrack_irc.ko
CC net/netfilter/xt_CLASSIFY.mod.o
LD [M] net/netfilter/xt_CLASSIFY.ko
CC net/netfilter/xt_MARK.mod.o
LD [M] net/netfilter/xt_MARK.ko
CC net/netfilter/xt_NFQUEUE.mod.o
LD [M] net/netfilter/xt_NFQUEUE.ko
CC net/netfilter/xt_comment.mod.o
LD [M] net/netfilter/xt_comment.ko
CC net/netfilter/xt_connmark.mod.o
LD [M] net/netfilter/xt_connmark.ko
CC net/netfilter/xt_dccp.mod.o
LD [M] net/netfilter/xt_dccp.ko
CC net/netfilter/xt_length.mod.o
LD [M] net/netfilter/xt_length.ko
CC net/netfilter/xt_limit.mod.o
LD [M] net/netfilter/xt_limit.ko
CC net/netfilter/xt_mac.mod.o
LD [M] net/netfilter/xt_mac.ko
CC net/netfilter/xt_mark.mod.o
LD [M] net/netfilter/xt_mark.ko
CC net/netfilter/xt_pkttype.mod.o
LD [M] net/netfilter/xt_pkttype.ko
CC net/netfilter/xt_policy.mod.o
LD [M] net/netfilter/xt_policy.ko
CC net/netfilter/xt_realm.mod.o
LD [M] net/netfilter/xt_realm.ko
CC net/netfilter/xt_sctp.mod.o
LD [M] net/netfilter/xt_sctp.ko
CC net/netfilter/xt_string.mod.o
LD [M] net/netfilter/xt_string.ko
CC net/netfilter/xt_tcpmss.mod.o
LD [M] net/netfilter/xt_tcpmss.ko
CC sound/ac97_bus.mod.o
LD [M] sound/ac97_bus.ko
CC sound/core/oss/snd-mixer-oss.mod.o
LD [M] sound/core/oss/snd-mixer-oss.ko
CC sound/core/oss/snd-pcm-oss.mod.o
LD [M] sound/core/oss/snd-pcm-oss.ko
CC sound/core/seq/oss/snd-seq-oss.mod.o
LD [M] sound/core/seq/oss/snd-seq-oss.ko
CC sound/core/seq/snd-seq-device.mod.o
LD [M] sound/core/seq/snd-seq-device.ko
CC sound/core/seq/snd-seq-midi-emul.mod.o
LD [M] sound/core/seq/snd-seq-midi-emul.ko
CC sound/core/seq/snd-seq-midi-event.mod.o
LD [M] sound/core/seq/snd-seq-midi-event.ko
CC sound/core/seq/snd-seq-midi.mod.o
LD [M] sound/core/seq/snd-seq-midi.ko
CC sound/core/seq/snd-seq-virmidi.mod.o
LD [M] sound/core/seq/snd-seq-virmidi.ko
CC sound/core/seq/snd-seq.mod.o
LD [M] sound/core/seq/snd-seq.ko
CC sound/core/snd-hwdep.mod.o
LD [M] sound/core/snd-hwdep.ko
CC sound/core/snd-page-alloc.mod.o
LD [M] sound/core/snd-page-alloc.ko
CC sound/core/snd-pcm.mod.o
LD [M] sound/core/snd-pcm.ko
CC sound/core/snd-rawmidi.mod.o
LD [M] sound/core/snd-rawmidi.ko
CC sound/core/snd-timer.mod.o
LD [M] sound/core/snd-timer.ko
CC sound/core/snd.mod.o
LD [M] sound/core/snd.ko
CC sound/drivers/snd-dummy.mod.o
LD [M] sound/drivers/snd-dummy.ko
CC sound/pci/ac97/snd-ac97-codec.mod.o
LD [M] sound/pci/ac97/snd-ac97-codec.ko
CC sound/pci/emu10k1/snd-emu10k1-synth.mod.o
LD [M] sound/pci/emu10k1/snd-emu10k1-synth.ko
CC sound/pci/emu10k1/snd-emu10k1.mod.o
LD [M] sound/pci/emu10k1/snd-emu10k1.ko
CC sound/soundcore.mod.o
LD [M] sound/soundcore.ko
CC sound/synth/emux/snd-emux-synth.mod.o
LD [M] sound/synth/emux/snd-emux-synth.ko
CC sound/synth/snd-util-mem.mod.o
LD [M] sound/synth/snd-util-mem.ko
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 16:52 [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable? Kevin O'Gorman
@ 2008-07-23 17:04 ` Nikos Chantziaras
2008-07-23 17:25 ` Kevin O'Gorman
2008-07-23 17:09 ` [gentoo-user] " Neil Bothwick
` (2 subsequent siblings)
3 siblings, 1 reply; 26+ messages in thread
From: Nikos Chantziaras @ 2008-07-23 17:04 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>
> This kernel, however, looks balky to me, because it's reporting
> warnings and other oddities during compilation. I don't like warnings
> at any time, and with the kernel's make wrappers cleaning up the
> output they tend to stand out.
>
> Here's what I get:
> -- various type/attribute warnings
> -- reports of deprecated elements
> -- a report of "section mismatches", and instructions to use "make
> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
>
> All that being said, the compilation completes, and I can boot it. I
> don't know the cause, but I have been unable to get vmware-server
> running on it, and I'm going back to the previous kernel for that
> reason.
I hope you're not implying that a kernel should not be declared stable
simply because a vmware product lags behind in kernel support? vmware 4
lacks support for kernel 2.6 alltogether, maybe we should only have 2.4
stable because of that.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 16:52 [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable? Kevin O'Gorman
2008-07-23 17:04 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-23 17:09 ` Neil Bothwick
2008-07-23 17:09 ` Dale
2008-07-24 0:06 ` [gentoo-user] " Volker Armin Hemmann
3 siblings, 0 replies; 26+ messages in thread
From: Neil Bothwick @ 2008-07-23 17:09 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
On Wed, 23 Jul 2008 09:52:31 -0700, Kevin O'Gorman wrote:
> All that being said, the compilation completes, and I can boot it. I
> don't know the cause, but I have been unable to get vmware-server
> running on it, and I'm going back to the previous kernel for that
> reason.
https://bugs.gentoo.org/show_bug.cgi?id=218250
--
Neil Bothwick
Electrocution, n.:
Burning at the stake with all the modern improvements.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 16:52 [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable? Kevin O'Gorman
2008-07-23 17:04 ` [gentoo-user] " Nikos Chantziaras
2008-07-23 17:09 ` [gentoo-user] " Neil Bothwick
@ 2008-07-23 17:09 ` Dale
2008-07-23 17:29 ` Sebastian Wiesner
` (2 more replies)
2008-07-24 0:06 ` [gentoo-user] " Volker Armin Hemmann
3 siblings, 3 replies; 26+ messages in thread
From: Dale @ 2008-07-23 17:09 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>
> This kernel, however, looks balky to me, because it's reporting
> warnings and other oddities during compilation. I don't like warnings
> at any time, and with the kernel's make wrappers cleaning up the
> output they tend to stand out.
>
> Here's what I get:
> -- various type/attribute warnings
> -- reports of deprecated elements
> -- a report of "section mismatches", and instructions to use "make
> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
>
> All that being said, the compilation completes, and I can boot it. I
> don't know the cause, but I have been unable to get vmware-server
> running on it, and I'm going back to the previous kernel for that
> reason.
> << SNIP >>
>
You are not alone if having "issues" with this kernel. When I tried to
run it recently, I noticed a serious slow down in KDE, especially when
logging into KDE. My usual login time is about 7 to 8 seconds but with
this kernel, try about 30 seconds. My mouse was "jerky" and even
Seamonkey was very slow to switch tabs. Nothing changed but the
kernel. I didn't test to long because it was so annoying.
I used make oldconfig and my old kernel config as a starting point. Did
you happen to do the same? Maybe it should be done from scratch? Some
conflict or something?
Thoughts?
Dale
:-) :-) :-)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:04 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-23 17:25 ` Kevin O'Gorman
2008-07-23 17:55 ` James
0 siblings, 1 reply; 26+ messages in thread
From: Kevin O'Gorman @ 2008-07-23 17:25 UTC (permalink / raw
To: gentoo-user
On Wed, Jul 23, 2008 at 10:04 AM, Nikos Chantziaras <realnc@arcor.de> wrote:
> Kevin O'Gorman wrote:
>>
>> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>>
>> This kernel, however, looks balky to me, because it's reporting
>> warnings and other oddities during compilation. I don't like warnings
>> at any time, and with the kernel's make wrappers cleaning up the
>> output they tend to stand out.
>>
>> Here's what I get:
>> -- various type/attribute warnings
>> -- reports of deprecated elements
>> -- a report of "section mismatches", and instructions to use "make
>> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
>>
>> All that being said, the compilation completes, and I can boot it. I
>> don't know the cause, but I have been unable to get vmware-server
>> running on it, and I'm going back to the previous kernel for that
>> reason.
>
> I hope you're not implying that a kernel should not be declared stable
> simply because a vmware product lags behind in kernel support? vmware 4
> lacks support for kernel 2.6 alltogether, maybe we should only have 2.4
> stable because of that.
I am not suggesting that the vmware stuff should prevent releasing a
kernel. I am suggesting that pages of
cryptic and unusual output, not to mention warnings and deprecation
from the kernel's own make is cause for users to worry about the
kernel and wonder WTF.
++ kevin
--
Kevin O'Gorman, PhD
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:09 ` Dale
@ 2008-07-23 17:29 ` Sebastian Wiesner
2008-07-23 18:13 ` Dale
2008-07-24 0:10 ` Volker Armin Hemmann
2008-07-24 0:55 ` [gentoo-user] " Nikos Chantziaras
2 siblings, 1 reply; 26+ messages in thread
From: Sebastian Wiesner @ 2008-07-23 17:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]
Dale <dalek1967@bellsouth.net> at Wednesday 23 July 2008, 19:09:45
> Kevin O'Gorman wrote:
> > I run gentoo x86 stable, so that I usually avoid this sort of thing.
> >
> > This kernel, however, looks balky to me, because it's reporting
> > warnings and other oddities during compilation. I don't like warnings
> > at any time, and with the kernel's make wrappers cleaning up the
> > output they tend to stand out.
> >
> > Here's what I get:
> > -- various type/attribute warnings
> > -- reports of deprecated elements
> > -- a report of "section mismatches", and instructions to use "make
> > CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
> >
> > All that being said, the compilation completes, and I can boot it. I
> > don't know the cause, but I have been unable to get vmware-server
> > running on it, and I'm going back to the previous kernel for that
> > reason.
> > << SNIP >>
>
> You are not alone if having "issues" with this kernel. When I tried to
> run it recently, I noticed a serious slow down in KDE, especially when
> logging into KDE. My usual login time is about 7 to 8 seconds but with
> this kernel, try about 30 seconds. My mouse was "jerky" and even
> Seamonkey was very slow to switch tabs. Nothing changed but the
> kernel. I didn't test to long because it was so annoying.
Don't forget to mention, that sun darkened and rain was coming, once you had
booted 2.6.25 ...
Compile issues are one thing, but putting all these "application issus" on
the kernel seems a bit unfair, especially, when admitting, that "you didn't
test long".
I have seen my KDE login or tab switching in firefox delayed, too, but not
because of any kernel upgrade, but because "updatedb" was taking action
right when I was logging in, or because a forgotton compile process on TTY1
took CPU power away.
I for my part didn't have any problems with 2.6.25-r6, neither at compile
time nor at runtime
--
Freedom is always the freedom of dissenters.
(Rosa Luxemburg)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:25 ` Kevin O'Gorman
@ 2008-07-23 17:55 ` James
0 siblings, 0 replies; 26+ messages in thread
From: James @ 2008-07-23 17:55 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman <kogorman <at> gmail.com> writes:
> >> I run gentoo x86 stable, so that I usually avoid this sort of thing.
> I am not suggesting that the vmware stuff should prevent releasing a
> kernel. I am suggesting that pages of
> cryptic and unusual output, not to mention warnings and deprecation
> from the kernel's own make is cause for users to worry about the
> kernel and wonder WTF.
I run 2.6.25-gentoo-r6 on many amd64 machines, and have not
noticed any significant issue or issues above the normal (as
I perceive) expected results. Kernel hackers all assume
we are their lab-rats, we exist for their tests....
(Kind of jaded but from a firmware engineer it is par for the coarse).
This may be of little help to you, but, I fell better voicing
my beliefs, because I spend countless hours parsing up and down
device drivers and hardware issue, related to all kinds of firmware.
So just ignore my noise, but, do understand that pleasing the masses
is far from the goals of most kernel type hackers. The kernel is
full of very bright people that are paid by corporations, whose
goals are to make money.
Jaded (YES) Accurate (YES) useful (?).
James
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:29 ` Sebastian Wiesner
@ 2008-07-23 18:13 ` Dale
0 siblings, 0 replies; 26+ messages in thread
From: Dale @ 2008-07-23 18:13 UTC (permalink / raw
To: gentoo-user
Sebastian Wiesner wrote:
> Dale <dalek1967@bellsouth.net> at Wednesday 23 July 2008, 19:09:45
>
>> Kevin O'Gorman wrote:
>>
>>> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>>>
>>> This kernel, however, looks balky to me, because it's reporting
>>> warnings and other oddities during compilation. I don't like warnings
>>> at any time, and with the kernel's make wrappers cleaning up the
>>> output they tend to stand out.
>>>
>>> Here's what I get:
>>> -- various type/attribute warnings
>>> -- reports of deprecated elements
>>> -- a report of "section mismatches", and instructions to use "make
>>> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
>>>
>>> All that being said, the compilation completes, and I can boot it. I
>>> don't know the cause, but I have been unable to get vmware-server
>>> running on it, and I'm going back to the previous kernel for that
>>> reason.
>>> << SNIP >>
>>>
>> You are not alone if having "issues" with this kernel. When I tried to
>> run it recently, I noticed a serious slow down in KDE, especially when
>> logging into KDE. My usual login time is about 7 to 8 seconds but with
>> this kernel, try about 30 seconds. My mouse was "jerky" and even
>> Seamonkey was very slow to switch tabs. Nothing changed but the
>> kernel. I didn't test to long because it was so annoying.
>>
>
> Don't forget to mention, that sun darkened and rain was coming, once you had
> booted 2.6.25 ...
>
> Compile issues are one thing, but putting all these "application issus" on
> the kernel seems a bit unfair, especially, when admitting, that "you didn't
> test long".
>
> I have seen my KDE login or tab switching in firefox delayed, too, but not
> because of any kernel upgrade, but because "updatedb" was taking action
> right when I was logging in, or because a forgotton compile process on TTY1
> took CPU power away.
>
> I for my part didn't have any problems with 2.6.25-r6, neither at compile
> time nor at runtime
>
Well, I have tested it a few times, recently because of the DVD problem
with udf, and each time I run that kernel it is slow as syrup on the
north pole. Since my updatedb runs in the morning, I'm sure it was not
running. I *think* it is something different in how the CPU is done. I
show very little hard drive activity when it is logging me into KDE.
Same with Seamonkey being slow.
It is funny that they are predicting severe thunderstorms and wind here
today. Guess that just confirms it. LOL
Dale
:-) :-)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 16:52 [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable? Kevin O'Gorman
` (2 preceding siblings ...)
2008-07-23 17:09 ` Dale
@ 2008-07-24 0:06 ` Volker Armin Hemmann
2008-07-24 1:26 ` Kevin O'Gorman
3 siblings, 1 reply; 26+ messages in thread
From: Volker Armin Hemmann @ 2008-07-24 0:06 UTC (permalink / raw
To: gentoo-user
On Mittwoch, 23. Juli 2008, Kevin O'Gorman wrote:
> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>
> This kernel, however, looks balky to me, because it's reporting
> warnings and other oddities during compilation. I don't like warnings
> at any time, and with the kernel's make wrappers cleaning up the
> output they tend to stand out.
>
> Here's what I get:
> -- various type/attribute warnings
harmless.
> -- reports of deprecated elements
even more harmless
> -- a report of "section mismatches", and instructions to use "make
> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
completly harmless.
All three 'problems' can be safely ignored. So do it.
>
> All that being said, the compilation completes, and I can boot it. I
> don't know the cause, but I have been unable to get vmware-server
> running on it, and I'm going back to the previous kernel for that
> reason.
complain to vmware - it's their closed source crap that doesn't work.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:09 ` Dale
2008-07-23 17:29 ` Sebastian Wiesner
@ 2008-07-24 0:10 ` Volker Armin Hemmann
2008-07-24 0:51 ` Dale
2008-07-24 0:55 ` [gentoo-user] " Nikos Chantziaras
2 siblings, 1 reply; 26+ messages in thread
From: Volker Armin Hemmann @ 2008-07-24 0:10 UTC (permalink / raw
To: gentoo-user
On Mittwoch, 23. Juli 2008, Dale wrote:
>
> I used make oldconfig and my old kernel config as a starting point. Did
> you happen to do the same? Maybe it should be done from scratch? Some
> conflict or something?
>
> Thoughts?
you turned on some stupid feature. Like a bunch of debug options that slow
everything down or crap like Group CPU scheduler, Control Group support,
Enable SLUB debugging support and other assorted garbage.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 0:10 ` Volker Armin Hemmann
@ 2008-07-24 0:51 ` Dale
0 siblings, 0 replies; 26+ messages in thread
From: Dale @ 2008-07-24 0:51 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann wrote:
> On Mittwoch, 23. Juli 2008, Dale wrote:
>
>
>> I used make oldconfig and my old kernel config as a starting point. Did
>> you happen to do the same? Maybe it should be done from scratch? Some
>> conflict or something?
>>
>> Thoughts?
>>
>
>
> you turned on some stupid feature. Like a bunch of debug options that slow
> everything down or crap like Group CPU scheduler, Control Group support,
> Enable SLUB debugging support and other assorted garbage.
>
That is sort of along the lines of what I am thinking. It doesn't seem
to be something accessing the hard drive or something like that so I
suspect that something is using the CPU a lot. I do plan to check this
more later on. I did also notice some of the warnings the OP
mentioned. I'm not sure if that has anything to do with my issues but
thought it may be worth mentioning in case it was also causing other
issues.
Since my old kernel is stable and runs fine, I usually answer no to the
new stuff with make oldconfig since I'm not using them anyway. It is
possible tho that something got turned on that I missed. After all, I'm
getting older and prone to silly things. o_O
Dale
:-) :-)
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-23 17:09 ` Dale
2008-07-23 17:29 ` Sebastian Wiesner
2008-07-24 0:10 ` Volker Armin Hemmann
@ 2008-07-24 0:55 ` Nikos Chantziaras
2008-07-24 7:43 ` Neil Bothwick
2 siblings, 1 reply; 26+ messages in thread
From: Nikos Chantziaras @ 2008-07-24 0:55 UTC (permalink / raw
To: gentoo-user
Dale wrote:
> You are not alone if having "issues" with this kernel. When I tried to
> run it recently, I noticed a serious slow down in KDE, especially when
> logging into KDE. My usual login time is about 7 to 8 seconds but with
> this kernel, try about 30 seconds. My mouse was "jerky" and even
> Seamonkey was very slow to switch tabs. Nothing changed but the
> kernel.
Check if you're using a graphics driver that needs its modules
recompiled after a kernel upgrade or else it either disables
acceleration or falls back to the VESA or FB driver (slow).
> I didn't test to long because it was so annoying.
> I used make oldconfig and my old kernel config as a starting point. Did
> you happen to do the same? Maybe it should be done from scratch? Some
> conflict or something?
>
> Thoughts?
I never needed to do 'make oldconfig'. After emerging a new kernel, I
do "make menuconfig" (or xconfig (Qt) or gconfig (Gtk)) and everything
is already configured like the currently running kernel. I think this
requires the following options enabled though (General setup):
<*> Kernel .config support
[*] Enable access to .config through /proc/config.gz
I think it's on by default.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 0:06 ` [gentoo-user] " Volker Armin Hemmann
@ 2008-07-24 1:26 ` Kevin O'Gorman
2008-07-24 2:15 ` Volker Armin Hemmann
2008-07-24 8:53 ` Sebastian Wiesner
0 siblings, 2 replies; 26+ messages in thread
From: Kevin O'Gorman @ 2008-07-24 1:26 UTC (permalink / raw
To: gentoo-user
On Wed, Jul 23, 2008 at 5:06 PM, Volker Armin Hemmann
<volker.armin.hemmann@tu-clausthal.de> wrote:
> On Mittwoch, 23. Juli 2008, Kevin O'Gorman wrote:
>> I run gentoo x86 stable, so that I usually avoid this sort of thing.
>>
>> This kernel, however, looks balky to me, because it's reporting
>> warnings and other oddities during compilation. I don't like warnings
>> at any time, and with the kernel's make wrappers cleaning up the
>> output they tend to stand out.
>>
>> Here's what I get:
>> -- various type/attribute warnings
>
> harmless.
>
>> -- reports of deprecated elements
>
> even more harmless
>
>> -- a report of "section mismatches", and instructions to use "make
>> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
>
> completly harmless.
>
> All three 'problems' can be safely ignored. So do it.
>
And how would I know they're harmless. No offense, but I don't know
enough about you to evaluate your skill or knowledge.
I have seen lots of build problems over the decades, but these are new
to me. What I see is that for some time now, kernel builds have been
utterly clean, admirably free from the tedious command-line echoes
that obscure any real information from compiler/linker/whatever build
tools. Suddenly there are three kinds of reports, most of them a kind
that I cannot evaluate. There is no sign of the care that I've found
in other builds, where expected artifacts are announced by the build
("expect 3 strength/reduce errors here"). The kernel build-toolset
look like they it would take a major project to comprehend, which I do
not have time for.
So what's a poor user to do? Believe the first poster responding with
(apparent) authority? Maybe. I'm just going to stay away for a while
and see what shakes out.
>>
>> All that being said, the compilation completes, and I can boot it. I
>> don't know the cause, but I have been unable to get vmware-server
>> running on it, and I'm going back to the previous kernel for that
>> reason.
>
> complain to vmware - it's their closed source crap that doesn't work.
I have less clout with vmware than I have with the kernel team, I
would guess, because I don't pay either one, but at least the kernel
team are not in business to get money from me. But reasonable
virtualization is essential to some of my own projects, and I have to
stick with it. If I have to, I'll learn a different tools set, but
it's not something I take up lightly.
--
Kevin O'Gorman, PhD
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 1:26 ` Kevin O'Gorman
@ 2008-07-24 2:15 ` Volker Armin Hemmann
2008-07-24 8:53 ` Sebastian Wiesner
1 sibling, 0 replies; 26+ messages in thread
From: Volker Armin Hemmann @ 2008-07-24 2:15 UTC (permalink / raw
To: gentoo-user
On Donnerstag, 24. Juli 2008, Kevin O'Gorman wrote:
> On Wed, Jul 23, 2008 at 5:06 PM, Volker Armin Hemmann
>
> <volker.armin.hemmann@tu-clausthal.de> wrote:
> > On Mittwoch, 23. Juli 2008, Kevin O'Gorman wrote:
> >> I run gentoo x86 stable, so that I usually avoid this sort of thing.
> >>
> >> This kernel, however, looks balky to me, because it's reporting
> >> warnings and other oddities during compilation. I don't like warnings
> >> at any time, and with the kernel's make wrappers cleaning up the
> >> output they tend to stand out.
> >>
> >> Here's what I get:
> >> -- various type/attribute warnings
> >
> > harmless.
> >
> >> -- reports of deprecated elements
> >
> > even more harmless
> >
> >> -- a report of "section mismatches", and instructions to use "make
> >> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
> >
> > completly harmless.
> >
> > All three 'problems' can be safely ignored. So do it.
>
> And how would I know they're harmless. No offense, but I don't know
> enough about you to evaluate your skill or knowledge.
warnings that are not harmless are being fixed before a release. 2.6.25 is at
.10. So everything that is harmfull should be fixed by now. Also, the build is
full with these messages. Just because you missed them before does not make
them worse now. Deprecation warnings are just that. Something uses something
that is on its way to be phased out. If you have followed the kernel you'd
know that it can take YEARS between 'deprecation' and removal. And the
mismatch warnings - again if they would be dangerous they would be fixed. I
have asked on lkml about them once and got no reply - which is close to 'it is
not serious'.
>
> I have seen lots of build problems over the decades, but these are new
> to me. What I see is that for some time now, kernel builds have been
> utterly clean, admirably free from the tedious command-line echoes
> that obscure any real information from compiler/linker/whatever build
> tools. Suddenly there are three kinds of reports, most of them a kind
> that I cannot evaluate.
its not suddenly - and they always have been there -they are not as hidden as
before. I have NEVER seen a warning free built.
>
> So what's a poor user to do? Believe the first poster responding with
> (apparent) authority? Maybe. I'm just going to stay away for a while
> and see what shakes out.
you could believe the kernel devs who are at 2.6.25.10 and haven't 'fixed'
them for some reason. Which is a good marker for 'harmless noise'.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 0:55 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-24 7:43 ` Neil Bothwick
0 siblings, 0 replies; 26+ messages in thread
From: Neil Bothwick @ 2008-07-24 7:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
On Thu, 24 Jul 2008 03:55:14 +0300, Nikos Chantziaras wrote:
> I never needed to do 'make oldconfig'. After emerging a new kernel, I
> do "make menuconfig" (or xconfig (Qt) or gconfig (Gtk)) and everything
> is already configured like the currently running kernel.
But your new kernel is different from the current one, with different
configuration options. oldconfig shows you the new options so you can
choose which to set, whereas your method sets everything to the default.
No, you don't strictly need to run make oldconfig, but it is advisable or
you will be enabling options you didn't even know existed.
--
Neil Bothwick
The Japanese call us lazy, but at least we cook our fish!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 1:26 ` Kevin O'Gorman
2008-07-24 2:15 ` Volker Armin Hemmann
@ 2008-07-24 8:53 ` Sebastian Wiesner
2008-07-24 14:39 ` Kevin O'Gorman
1 sibling, 1 reply; 26+ messages in thread
From: Sebastian Wiesner @ 2008-07-24 8:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3180 bytes --]
"Kevin O'Gorman" <kogorman@gmail.com> at Thursday 24 July 2008, 03:26:26
> On Wed, Jul 23, 2008 at 5:06 PM, Volker Armin Hemmann
>
> <volker.armin.hemmann@tu-clausthal.de> wrote:
> > On Mittwoch, 23. Juli 2008, Kevin O'Gorman wrote:
> >> I run gentoo x86 stable, so that I usually avoid this sort of thing.
> >>
> >> This kernel, however, looks balky to me, because it's reporting
> >> warnings and other oddities during compilation. I don't like warnings
> >> at any time, and with the kernel's make wrappers cleaning up the
> >> output they tend to stand out.
> >>
> >> Here's what I get:
> >> -- various type/attribute warnings
> >
> > harmless.
> >
> >> -- reports of deprecated elements
> >
> > even more harmless
> >
> >> -- a report of "section mismatches", and instructions to use "make
> >> CONFIG_DEBUG_SECTION_MISMATCH=y" to find details.
> >
> > completly harmless.
> >
> > All three 'problems' can be safely ignored. So do it.
>
> And how would I know they're harmless. No offense, but I don't know
> enough about you to evaluate your skill or knowledge.
>
> I have seen lots of build problems over the decades, but these are new
> to me. What I see is that for some time now, kernel builds have been
> utterly clean, admirably free from the tedious command-line echoes
> that obscure any real information from compiler/linker/whatever build
> tools.
You were ever able to built a kernel without warnings?! You certainly must
have some magic in your hands ;) Kernel developers always had a dismissive
attitude towards compiler warnings, non-serious warnings are rarely fixed.
> So what's a poor user to do? Believe the first poster responding with
> (apparent) authority? Maybe. I'm just going to stay away for a while
> and see what shakes out.
Obviously, despite all the warnings, a proper kernel binary was created.
You wouldn't stop using a software just because of all the warnings, that
are issued by a normal emerge, so why to are you taking warnings during a
kernel build so much more serious?
> >> All that being said, the compilation completes, and I can boot it. I
> >> don't know the cause, but I have been unable to get vmware-server
> >> running on it, and I'm going back to the previous kernel for that
> >> reason.
> >
> > complain to vmware - it's their closed source crap that doesn't work.
>
> I have less clout with vmware than I have with the kernel team, I
> would guess, because I don't pay either one, but at least the kernel
> team are not in business to get money from me. But reasonable
> virtualization is essential to some of my own projects, and I have to
> stick with it. If I have to, I'll learn a different tools set, but
> it's not something I take up lightly.
And what are the kernel developers supposed to do regarding vmware? And
should a closed source software, that's most likely only used by a minority
of Gentoo users, really stop all the other users from profiting from a
newer and probably faster and more stable kernel?
--
Freedom is always the freedom of dissenters.
(Rosa Luxemburg)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 8:53 ` Sebastian Wiesner
@ 2008-07-24 14:39 ` Kevin O'Gorman
2008-07-24 16:06 ` Volker Armin Hemmann
0 siblings, 1 reply; 26+ messages in thread
From: Kevin O'Gorman @ 2008-07-24 14:39 UTC (permalink / raw
To: gentoo-user
On Thu, Jul 24, 2008 at 1:53 AM, Sebastian Wiesner
<basti.wiesner@gmx.net> wrote:
> You were ever able to built a kernel without warnings?! You certainly must
> have some magic in your hands ;) Kernel developers always had a dismissive
> attitude towards compiler warnings, non-serious warnings are rarely fixed.
Hmm. Looks like I was kidding myself, probably not paying attention so long as
nothing I needed actually broke. Oddly enough, I find this reassuring.
>
>> So what's a poor user to do? Believe the first poster responding with
>> (apparent) authority? Maybe. I'm just going to stay away for a while
>> and see what shakes out.
>
> Obviously, despite all the warnings, a proper kernel binary was created.
> You wouldn't stop using a software just because of all the warnings, that
> are issued by a normal emerge, so why to are you taking warnings during a
> kernel build so much more serious?
Because of a mistaken impression I had.
>> >> All that being said, the compilation completes, and I can boot it. I
>> >> don't know the cause, but I have been unable to get vmware-server
>> >> running on it, and I'm going back to the previous kernel for that
>> >> reason.
>> >
>> > complain to vmware - it's their closed source crap that doesn't work.
>>
>> I have less clout with vmware than I have with the kernel team, I
>> would guess, because I don't pay either one, but at least the kernel
>> team are not in business to get money from me. But reasonable
>> virtualization is essential to some of my own projects, and I have to
>> stick with it. If I have to, I'll learn a different tools set, but
>> it's not something I take up lightly.
>
> And what are the kernel developers supposed to do regarding vmware? And
> should a closed source software, that's most likely only used by a minority
> of Gentoo users, really stop all the other users from profiting from a
> newer and probably faster and more stable kernel?
What the devs do is not for me to say. I just said what I will do,
and asked for
clarity from others on this list. I got that, along with an object
lesson in being
more careful about what I put forward as "fact".
However, may I point out that a great deal of the kernel is in support
of minorities
of users? Especially in the device drivers. There may not be another machine
on the planet with the exact mix of devices and features in my kernel.
That is not,
I hope, a reason for you to squelch my concerns, since the same is true of
a great many individual users here. Minorities may collectively even
be the majority.
--
Kevin O'Gorman, PhD
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 14:39 ` Kevin O'Gorman
@ 2008-07-24 16:06 ` Volker Armin Hemmann
2008-07-24 17:37 ` Vladimir G. Ivanovic
2008-07-24 18:42 ` Neil Bothwick
0 siblings, 2 replies; 26+ messages in thread
From: Volker Armin Hemmann @ 2008-07-24 16:06 UTC (permalink / raw
To: gentoo-user
On Donnerstag, 24. Juli 2008, Kevin O'Gorman wrote:
> On Thu, Jul 24, 2008 at 1:53 AM, Sebastian Wiesner
> However, may I point out that a great deal of the kernel is in support
> of minorities
> of users? Especially in the device drivers. There may not be another
> machine on the planet with the exact mix of devices and features in my
> kernel. That is not,
> I hope, a reason for you to squelch my concerns, since the same is true of
> a great many individual users here. Minorities may collectively even
> be the majority.
it is not about minorities. It is about closed source crap. Nobody can fix
that execpt vmware. Why should people suffer because vmware is slow?
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 16:06 ` Volker Armin Hemmann
@ 2008-07-24 17:37 ` Vladimir G. Ivanovic
2008-07-24 18:13 ` Volker Armin Hemmann
2008-07-24 18:42 ` Neil Bothwick
1 sibling, 1 reply; 26+ messages in thread
From: Vladimir G. Ivanovic @ 2008-07-24 17:37 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
Kevin,
It's fruitless to argue with someone who uses crude swearwords --- a
sign that they more interested in impact than in reason.
--- Vladimir
on 07/24/2008 09:06 AM Volker Armin Hemmann said the following:
> it is not about minorities. It is about closed source crap. Nobody can fix
> that execpt vmware. Why should people suffer because vmware is slow?
--
Vladimir G. Ivanovic
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 17:37 ` Vladimir G. Ivanovic
@ 2008-07-24 18:13 ` Volker Armin Hemmann
0 siblings, 0 replies; 26+ messages in thread
From: Volker Armin Hemmann @ 2008-07-24 18:13 UTC (permalink / raw
To: gentoo-user
On Donnerstag, 24. Juli 2008, Vladimir G. Ivanovic wrote:
> Kevin,
>
> It's fruitless to argue with someone who uses crude swearwords --- a
> sign that they more interested in impact than in reason.
and it is fruitless to argue that the kernel should wait for closed source
stuff of questionable legal status.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 16:06 ` Volker Armin Hemmann
2008-07-24 17:37 ` Vladimir G. Ivanovic
@ 2008-07-24 18:42 ` Neil Bothwick
2008-07-25 2:28 ` Kevin O'Gorman
1 sibling, 1 reply; 26+ messages in thread
From: Neil Bothwick @ 2008-07-24 18:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
On Thu, 24 Jul 2008 18:06:29 +0200, Volker Armin Hemmann wrote:
> it is not about minorities. It is about closed source crap. Nobody can
> fix that execpt vmware. Why should people suffer because vmware is slow?
This was fixed in the vmware overlay ages ago. You could blame the devs,
although I wouldn't, for not getting it into the stable tree before the
2.6.25 kernel went stable.
Now trying to get VMware to work with 2.6.26, I wish it wasn't so good,
then it would be much easier to switch to VirtualBox :(
--
Neil Bothwick
If you think that there is good in everybody, you haven't met everybody.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-24 18:42 ` Neil Bothwick
@ 2008-07-25 2:28 ` Kevin O'Gorman
2008-07-25 5:18 ` [gentoo-user] " Nikos Chantziaras
2008-07-25 7:45 ` [gentoo-user] " Neil Bothwick
0 siblings, 2 replies; 26+ messages in thread
From: Kevin O'Gorman @ 2008-07-25 2:28 UTC (permalink / raw
To: gentoo-user
On Thu, Jul 24, 2008 at 11:42 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 24 Jul 2008 18:06:29 +0200, Volker Armin Hemmann wrote:
>
>> it is not about minorities. It is about closed source crap. Nobody can
>> fix that execpt vmware. Why should people suffer because vmware is slow?
>
> This was fixed in the vmware overlay ages ago. You could blame the devs,
> although I wouldn't, for not getting it into the stable tree before the
> 2.6.25 kernel went stable.
>
> Now trying to get VMware to work with 2.6.26, I wish it wasn't so good,
> then it would be much easier to switch to VirtualBox :(
Now that makes sense. A screwup or accident is plausible. And I agree with the
sentiment about VMware. I'd like to ditch it for an OpenSource replacement, but
it's too good.
<my turn to rant> There was about a decade where I used M$ products for the same
reason. Software doesn't succeed because of political purity, but because of
excellence and hard work. Linux, like anything else in a free market (of money
ideas or anything else) has to work for its success, not rest on its
laurels. More
simply, Linux has succeeded to the extent it's better and only
indirectly because
of its development model.
</rant>
BTW: I told a few other faculty about my difficulties: here's a
typical reaction:
> It's an obvious question, but... are they freakin' insane? VMWare is one of the
> few really good pieces of general-market software that supports Linux. Why
> on earth would the linux community cut them off?
>
> Harumph!
Mind you, I'm not certain who cut who off, but I'll be glad to report
there's a serious
effort to fix this.
--
Kevin O'Gorman, PhD
^ permalink raw reply [flat|nested] 26+ messages in thread
* [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-25 2:28 ` Kevin O'Gorman
@ 2008-07-25 5:18 ` Nikos Chantziaras
2008-07-25 10:19 ` Alan McKinnon
2008-07-25 7:45 ` [gentoo-user] " Neil Bothwick
1 sibling, 1 reply; 26+ messages in thread
From: Nikos Chantziaras @ 2008-07-25 5:18 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
> [...]
> BTW: I told a few other faculty about my difficulties: here's a
> typical reaction:
>
>> It's an obvious question, but... are they freakin' insane? VMWare is one of the
>> few really good pieces of general-market software that supports Linux. Why
>> on earth would the linux community cut them off?
>>
>> Harumph!
>
> Mind you, I'm not certain who cut who off, but I'll be glad to report
> there's a serious effort to fix this.
No one has cut off anyone. VMWare even contributes code to the kernel
(and it is accepted). The problem is simply that VMWare chooses to
support specific versions of the kernel.
But when you ask them about support for the new kernels, the answer is
"we are annoyed by the kernel development process; they change the
internal API all the time, it's annoying."
I think it's time for the kernel devs to apologize to VMWare and to
promise that they won't be so annoying anymore in the future. We can't
let VMWare getting annoyed, now can we.
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-25 2:28 ` Kevin O'Gorman
2008-07-25 5:18 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-25 7:45 ` Neil Bothwick
1 sibling, 0 replies; 26+ messages in thread
From: Neil Bothwick @ 2008-07-25 7:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 578 bytes --]
On Thu, 24 Jul 2008 19:28:41 -0700, Kevin O'Gorman wrote:
> > It's an obvious question, but... are they freakin' insane? VMWare is
> > one of the few really good pieces of general-market software that
> > supports Linux. Why on earth would the linux community cut them off?
> >
> > Harumph!
>
> Mind you, I'm not certain who cut who off,
No one cut anyone off. The kernel changed, VMware haven't yet released an
update, the previous kernel still works and no one is forcing you to use
the latest.
--
Neil Bothwick
No maintenance: Impossible to fix.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-25 5:18 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-25 10:19 ` Alan McKinnon
2008-07-25 16:29 ` s3b4sm4gr1
0 siblings, 1 reply; 26+ messages in thread
From: Alan McKinnon @ 2008-07-25 10:19 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]
On Fri, Jul 25, 2008 at 7:18 AM, Nikos Chantziaras <realnc@arcor.de> wrote:
>
>
> But when you ask them about support for the new kernels, the answer is "we
> are annoyed by the kernel development process; they change the internal API
> all the time, it's annoying."
>
> I think it's time for the kernel devs to apologize to VMWare and to promise
> that they won't be so annoying anymore in the future. We can't let VMWare
> getting annoyed, now can we.
>
>
read "stable-api-nonsense.txt" in any kernel source directory. That's the
way it works. If VMWare doesn't like it, that's tough. They DO have the
option of putting their entire code base in the kernel tree like every other
driver that is already there, but they have chosen not to. That's their
choice and no-one forced them to do it. Now they have to live with that
choice and stop whinging.
Linux existed long before VMWare came along. It will likely still exist long
after VMWare has gone away.
--
Alan McKinnon
alan.mckinnon@gmail.com
[-- Attachment #2: Type: text/html, Size: 1389 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: [gentoo-user] Re: kernel 2.6.25-r6 oddities; is this kernel really ready for stable?
2008-07-25 10:19 ` Alan McKinnon
@ 2008-07-25 16:29 ` s3b4sm4gr1
0 siblings, 0 replies; 26+ messages in thread
From: s3b4sm4gr1 @ 2008-07-25 16:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1848 bytes --]
2008/7/26 Alan McKinnon <alan.mckinnon@gmail.com>
> On Fri, Jul 25, 2008 at 7:18 AM, Nikos Chantziaras <realnc@arcor.de>
> wrote:
>
>>
>>
>> But when you ask them about support for the new kernels, the answer is "we
>> are annoyed by the kernel development process; they change the internal API
>> all the time, it's annoying."
>>
>> I think it's time for the kernel devs to apologize to VMWare and to
>> promise that they won't be so annoying anymore in the future. We can't let
>> VMWare getting annoyed, now can we.
>>
>>
> read "stable-api-nonsense.txt" in any kernel source directory. That's the
> way it works. If VMWare doesn't like it, that's tough. They DO have the
> option of putting their entire code base in the kernel tree like every other
> driver that is already there, but they have chosen not to. That's their
> choice and no-one forced them to do it. Now they have to live with that
> choice and stop whinging.
>
> Linux existed long before VMWare came along. It will likely still exist
> long after VMWare has gone away.
>
>
> --
> Alan McKinnon
> alan.mckinnon@gmail.com
>
If you like to use VMWare, then you will have to like to use the kernel
version that they support until they support a newer one... Then it's not
about the stability of the gentoo-sources, it's about the VMWare people...
There are new features in the new kernel that have been already tested in
several distributions and that are important to keep gentoo up with the new
hardware support I think...
--
En el pasado creímos que se nos acababa
el petróleo, pero en realidad lo que se nos
acababan eran las IDEAS.
http://www.lacomunidadpetrolera.com
Gentoo/* (Linux #455615) www.gentoove.org
53:04:4e:b5:f9:7e:4a:fb:66:a2:19:12:da:d5:97:f8
8A3A C955 715D D88A 87CD E21F F827 ADD7 F589 B4A4
Sebastian Magrí (sebasmagri) <sebasmagri_at_gmail_dot_com>
[-- Attachment #2: Type: text/html, Size: 2718 bytes --]
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2008-07-25 16:29 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 16:52 [gentoo-user] kernel 2.6.25-r6 oddities; is this kernel really ready for stable? Kevin O'Gorman
2008-07-23 17:04 ` [gentoo-user] " Nikos Chantziaras
2008-07-23 17:25 ` Kevin O'Gorman
2008-07-23 17:55 ` James
2008-07-23 17:09 ` [gentoo-user] " Neil Bothwick
2008-07-23 17:09 ` Dale
2008-07-23 17:29 ` Sebastian Wiesner
2008-07-23 18:13 ` Dale
2008-07-24 0:10 ` Volker Armin Hemmann
2008-07-24 0:51 ` Dale
2008-07-24 0:55 ` [gentoo-user] " Nikos Chantziaras
2008-07-24 7:43 ` Neil Bothwick
2008-07-24 0:06 ` [gentoo-user] " Volker Armin Hemmann
2008-07-24 1:26 ` Kevin O'Gorman
2008-07-24 2:15 ` Volker Armin Hemmann
2008-07-24 8:53 ` Sebastian Wiesner
2008-07-24 14:39 ` Kevin O'Gorman
2008-07-24 16:06 ` Volker Armin Hemmann
2008-07-24 17:37 ` Vladimir G. Ivanovic
2008-07-24 18:13 ` Volker Armin Hemmann
2008-07-24 18:42 ` Neil Bothwick
2008-07-25 2:28 ` Kevin O'Gorman
2008-07-25 5:18 ` [gentoo-user] " Nikos Chantziaras
2008-07-25 10:19 ` Alan McKinnon
2008-07-25 16:29 ` s3b4sm4gr1
2008-07-25 7:45 ` [gentoo-user] " Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox