* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
@ 2005-06-20 6:57 ` Benjamin Herrenschmidt
2005-06-20 8:54 ` 2.6.12-mm1 Ethan Benson
2005-06-20 7:46 ` 2.6.12-mm1 Brice Goglin
` (12 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Benjamin Herrenschmidt @ 2005-06-20 6:57 UTC (permalink / raw)
To: Andrew Morton; +Cc: yaboot-devel, linux-kernel
On Sun, 2005-06-19 at 23:30 -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
I did, the breakage is in 2.6.12, and no, it's not broken :)
The problem is that the "ofpath" script that is part of the yaboot
package has a stupid bug where for some reason, when booting from SCSI
(or libata in this case), it decides to check wether there are any
symlinks in /proc/device-tree, and if not, decides it's broken and
aborts. It doesn't actually make any use of the symlinks that were there
though (and they were useless and partially broken anyway, which is why
I removed them).
So it's a bug in "ofpath", a bit annoying, but at the same time, you
don't need to run it when changing kernels, so it's not too harmful.
The fix is :
--- ofpath 2005-06-20 16:56:12.000000000 +1000
+++ ofpath.patched 2005-06-20 16:57:00.000000000 +1000
@@ -425,14 +425,6 @@
{
case "$DEVNODE" in
sd*)
- if ls -l /proc/device-tree | grep -q ^lr ; then
- true
- else
- echo 1>&2 "$PRG: /proc/device-tree is broken. Do not use BootX to boot, use yaboot."
- echo 1>&2 "$PRG: The yaboot HOWTO can be found here: http://www.alaska.net/~erbenson/doc"
- return 1
- fi
-
## use common scsiinfo function to get info we need.
scsiinfo || return 1
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 6:57 ` 2.6.12-mm1 Benjamin Herrenschmidt
@ 2005-06-20 8:54 ` Ethan Benson
0 siblings, 0 replies; 64+ messages in thread
From: Ethan Benson @ 2005-06-20 8:54 UTC (permalink / raw)
To: yaboot-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]
On Mon, Jun 20, 2005 at 04:57:51PM +1000, Benjamin Herrenschmidt wrote:
>
> On Sun, 2005-06-19 at 23:30 -0700, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
> >
> >
> > - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> I did, the breakage is in 2.6.12, and no, it's not broken :)
>
> The problem is that the "ofpath" script that is part of the yaboot
> package has a stupid bug where for some reason, when booting from SCSI
> (or libata in this case), it decides to check wether there are any
> symlinks in /proc/device-tree, and if not, decides it's broken and
> aborts. It doesn't actually make any use of the symlinks that were there
> though (and they were useless and partially broken anyway, which is why
> I removed them).
this check was done because of BootX, which caused a broken and
unusable device-tree.
> So it's a bug in "ofpath", a bit annoying, but at the same time, you
> don't need to run it when changing kernels, so it's not too harmful.
>
> The fix is :
so long as BootX is no longer in use, yes.
> --- ofpath 2005-06-20 16:56:12.000000000 +1000
> +++ ofpath.patched 2005-06-20 16:57:00.000000000 +1000
> @@ -425,14 +425,6 @@
> {
> case "$DEVNODE" in
> sd*)
> - if ls -l /proc/device-tree | grep -q ^lr ; then
> - true
> - else
> - echo 1>&2 "$PRG: /proc/device-tree is broken. Do not use BootX to boot, use yaboot."
> - echo 1>&2 "$PRG: The yaboot HOWTO can be found here: http://www.alaska.net/~erbenson/doc"
> - return 1
> - fi
> -
> ## use common scsiinfo function to get info we need.
> scsiinfo || return 1
>
>
> --
> To UNSUBSCRIBE, email to minimalist@lists.penguinppc.org
> with a subject of "unsubscribe yaboot-devel". Trouble? Contact listmaster@lists.penguinppc.org
--
Ethan Benson
http://www.alaska.net/~erbenson/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
2005-06-20 6:57 ` 2.6.12-mm1 Benjamin Herrenschmidt
@ 2005-06-20 7:46 ` Brice Goglin
2005-06-20 8:14 ` 2.6.12-mm1 Dominik Brodowski
2005-06-20 7:59 ` 2.6.12-mm1 Brice Goglin
` (11 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-20 7:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]
Le 20.06.2005 08:30, Andrew Morton a écrit :
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
Hi Andrew,
My laptop (compaq evo n600c) crashes during boot right after this
(copied by hand)
Yenta: CardBus bridge found at 0000:02:03.0 [0e11:004e]
yenta 0000:02:03.0: Preassigned resource 0 busy, reconfiguring...
yenta 0000:02:03.0: Preassigned resource 0 busy, reconfiguring...
yenta 0000:02:03.0: no resource of type 1200 available, trying to
continue...
yenta 0000:02:03.0: Preassigned resource 1 busy, reconfiguring...
yenta 0000:02:03.0: Preassigned resource 2 busy, reconfiguring...
yenta 0000:02:03.0: Preassigned resource 3 busy, reconfiguring...
yenta 0000:02:03.0: Preassigned resource 3 busy, reconfiguring...
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta TI: socket 0000:02:03.0 mfunc 0x01001002, devctl 0x64
Yenta: ISA IRQ mask 0x04f0, PCI irq 11
Socket status: 30000006
pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
cs: IO port probe 0x2000-0x2fff: <- stopped here
Even SysRq doesn't work then.
The original dmesg from 2.6.12 (if you want to compare), my config for
this -mm and lspci are attached.
Regards,
Brice
[-- Attachment #2: config-2.6.12-mm1 --]
[-- Type: text/plain, Size: 40784 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.12-mm1
# Mon Jun 20 08:48:28 2005
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION="=LoulousMobile"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
#
# Processor type and features
#
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_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=y
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=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_HPET_TIMER=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
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_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
#
# Performance-monitoring counters support
#
# CONFIG_PERFCTR is not set
CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION="/dev/hda4"
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=m
#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF 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=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
#
# 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=y
# CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI is not set
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=y
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
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_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=m
#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
CONFIG_HOTPLUG_PCI_COMPAQ=y
CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
#
# Device Drivers
#
#
# Generic Driver Options
#
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=y
CONFIG_FORK_CONNECTOR=y
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_1284 is not set
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
# CONFIG_ISAPNP is not set
CONFIG_PNPBIOS=y
CONFIG_PNPBIOS_PROC_FS=y
CONFIG_PNPACPI=y
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE 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=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_LBD is not set
# CONFIG_CDROM_PKTCDVD is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_ATA_OVER_ETH is not set
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/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_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=y
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=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_ITERAID is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# PCMCIA SCSI adapter support
#
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=m
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# 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 is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_IP_TCPDIAG=y
# CONFIG_IP_TCPDIAG_IPV6 is not set
#
# TCP congestion control
#
CONFIG_TCP_CONG_BIC=y
CONFIG_TCP_CONG_WESTWOOD=y
CONFIG_TCP_CONG_HTCP=y
CONFIG_TCP_CONG_HSTCP=y
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
# CONFIG_IP_NF_CT_ACCT is not set
# CONFIG_IP_NF_CONNTRACK_MARK is not set
# CONFIG_IP_NF_CT_PROTO_SCTP is not set
# CONFIG_IP_NF_FTP is not set
# CONFIG_IP_NF_IRC is not set
# CONFIG_IP_NF_TFTP is not set
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
# CONFIG_IP_NF_MATCH_LIMIT is not set
# CONFIG_IP_NF_MATCH_IPRANGE is not set
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
# CONFIG_IP_NF_MATCH_OWNER is not set
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_REALM is not set
# CONFIG_IP_NF_MATCH_SCTP is not set
# CONFIG_IP_NF_MATCH_COMMENT is not set
# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_TARGET_TCPMSS is not set
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_IP_NF_TARGET_REDIRECT is not set
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_IP_NF_TARGET_SAME is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set
#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# 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_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
# CONFIG_NET_CLS_ROUTE is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_KGDBOE is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_HAMRADIO is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
# CONFIG_DONGLE is not set
#
# Old SIR device drivers
#
CONFIG_IRPORT_SIR=m
#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set
#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
# CONFIG_SIGMATEL_FIR is not set
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_FIR is not set
CONFIG_SMC_IRCC_FIR=m
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR is not set
# CONFIG_VIA_FIR is not set
# CONFIG_BT is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_NET_SB1000 is not set
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA 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_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_CS89x0 is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=y
# 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_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_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SKGE is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set
#
# Wireless 802.11b ISA/PCI cards support
#
CONFIG_IPW2100=m
CONFIG_IPW2100_PROMISC=y
# CONFIG_IPW_DEBUG is not set
CONFIG_IPW2200=m
# CONFIG_AIRO is not set
CONFIG_HERMES=m
# CONFIG_PLX_HERMES is not set
# CONFIG_TMD_HERMES is not set
# CONFIG_PCI_HERMES is not set
# CONFIG_ATMEL is not set
#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
CONFIG_PCMCIA_HERMES=m
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_PRISM54 is not set
CONFIG_HOSTAP=m
CONFIG_HOSTAP_WEP=m
CONFIG_HOSTAP_TKIP=m
CONFIG_HOSTAP_CCMP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_PLX=m
CONFIG_HOSTAP_PCI=m
CONFIG_HOSTAP_CS=m
CONFIG_NET_WIRELESS=y
#
# PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_PCMCIA_AXNET is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PLIP=m
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
CONFIG_NETCONSOLE=m
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# 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 is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_UINPUT is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_SERIO_PCIPS2=m
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_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_CS is not set
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# 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=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=m
# CONFIG_NVRAM is not set
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_I810 is not set
# 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
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
#
# TPM devices
#
# CONFIG_TCG_TPM is not set
#
# I2C support
#
# CONFIG_I2C is not set
#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
#
# Video For Linux
#
#
# Video Adapters
#
# CONFIG_CONFIG_TUNER_MULTI_I2C is not set
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_BWQCAM is not set
# CONFIG_VIDEO_CQCAM is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
#
# Radio Adapters
#
# CONFIG_RADIO_CADET is not set
# CONFIG_RADIO_RTRACK is not set
# CONFIG_RADIO_RTRACK2 is not set
# CONFIG_RADIO_AZTECH is not set
# CONFIG_RADIO_GEMTEK is not set
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_RADIO_SF16FMI is not set
# CONFIG_RADIO_SF16FMR2 is not set
# CONFIG_RADIO_TERRATEC is not set
# CONFIG_RADIO_TRUST is not set
# CONFIG_RADIO_TYPHOON is not set
# CONFIG_RADIO_ZOLTRIX is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SOFT_CURSOR=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
# CONFIG_FB_RADEON_I2C is not set
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_7x14=y
#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# 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_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI 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_MAESTRO3=m
# CONFIG_SND_FM801 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_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set
#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_VXP440 is not set
# CONFIG_SND_PDAUDIOCF is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD 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
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# 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
#
# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_ITMTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_PWC 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_USB_ZD1201 is not set
CONFIG_USB_MON=m
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
CONFIG_USB_SERIAL_VISOR=m
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 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_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_GOTEMP is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_TEST is not set
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# MMC/SD Card support
#
# CONFIG_MMC is not set
#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set
#
# SN Devices
#
#
# Distributed Lock Manager
#
CONFIG_DLM=m
CONFIG_DLM_DEVICE=m
# CONFIG_DLM_DEBUG is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT2_FS_XIP=y
CONFIG_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
# CONFIG_REISERFS_FS_SECURITY is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
#
# XFS support
#
# CONFIG_XFS_FS is not set
CONFIG_OCFS2_FS=m
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
#
# Caches
#
CONFIG_FSCACHE=m
CONFIG_CACHEFS=m
CONFIG_FUSE_FS=m
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=850
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVFS_FS=y
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
CONFIG_TMPFS_XATTR=y
CONFIG_TMPFS_SECURITY=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
CONFIG_CONFIGFS_FS=m
CONFIG_RELAYFS_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_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
# CONFIG_NFSD_V4 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp850"
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=m
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="iso8859-15"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m
#
# Profiling support
#
# CONFIG_PROFILING is not set
#
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_KERNEL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_SLAB is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
CONFIG_PAGE_OWNER=y
CONFIG_DEBUG_FS=y
# CONFIG_FRAME_POINTER is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_KPROBES is not set
# CONFIG_DEBUG_STACK_USAGE is not set
#
# Page alloc debug is incompatible with Software Suspend on i386
#
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
# CONFIG_KGDB is not set
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
# 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_DES is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=m
# 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=m
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_TEST is not set
#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set
#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y
[-- Attachment #3: dmesg-2.6.12 --]
[-- Type: text/plain, Size: 20533 bytes --]
[4294667.296000] Linux version 2.6.12=LoulousMobile (bgoglin@puligny) (version gcc 3.3.5 (Debian 1:3.3.5-13)) #2 Sat Jun 18 18:28:55 CEST 2005
[4294667.296000] BIOS-provided physical RAM map:
[4294667.296000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[4294667.296000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[4294667.296000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[4294667.296000] BIOS-e820: 0000000000100000 - 0000000027fd0000 (usable)
[4294667.296000] BIOS-e820: 0000000027fd0000 - 0000000027ff0c00 (reserved)
[4294667.296000] BIOS-e820: 0000000027ff0c00 - 0000000027ffc000 (ACPI NVS)
[4294667.296000] BIOS-e820: 0000000027ffc000 - 0000000028000000 (reserved)
[4294667.296000] 639MB LOWMEM available.
[4294667.296000] On node 0 totalpages: 163792
[4294667.296000] DMA zone: 4096 pages, LIFO batch:1
[4294667.296000] Normal zone: 159696 pages, LIFO batch:31
[4294667.296000] HighMem zone: 0 pages, LIFO batch:1
[4294667.296000] DMI 2.3 present.
[4294667.296000] ACPI: RSDP (v000 COMPAQ ) @ 0x000f9970
[4294667.296000] ACPI: RSDT (v001 COMPAQ CPQ0030 0x31120320 CPQ 0x00000001) @ 0x27ff0c84
[4294667.296000] ACPI: FADT (v002 COMPAQ CPQ0030 0x00000002 CPQ 0x00000001) @ 0x27ff0c00
[4294667.296000] ACPI: SSDT (v001 COMPAQ CPQCPU 0x00001001 MSFT 0x0100000e) @ 0x27ff7bcb
[4294667.296000] ACPI: SSDT (v001 COMPAQ CPQGysr 0x00001001 MSFT 0x0100000e) @ 0x27ff7c16
[4294667.296000] ACPI: DSDT (v001 COMPAQ EVON600C 0x00010000 MSFT 0x0100000e) @ 0x00000000
[4294667.296000] ACPI: PM-Timer IO Port: 0x1008
[4294667.296000] Allocating PCI resources starting at 28000000 (gap: 28000000:d8000000)
[4294667.296000] Built 1 zonelists
[4294667.296000] Kernel command line: root=/dev/hda2 ro single
[4294667.296000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[4294667.296000] mapped APIC to ffffd000 (01502000)
[4294667.296000] Initializing CPU#0
[4294667.296000] CPU 0 irqstacks, hard=c048b000 soft=c048a000
[4294667.296000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[4294667.296000] Detected 730.943 MHz processor.
[4294667.296000] Using pmtmr for high-res timesource
[4294667.296000] Console: colour VGA+ 80x25
[4294669.773000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[4294669.775000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[4294669.815000] Memory: 644768k/655168k available (2238k kernel code, 9880k reserved, 1175k data, 184k init, 0k highmem)
[4294669.815000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[4294669.816000] Calibrating delay loop... 1449.98 BogoMIPS (lpj=724992)
[4294669.838000] Mount-cache hash table entries: 512
[4294669.838000] CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[4294669.838000] CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[4294669.838000] CPU: L1 I cache: 16K, L1 D cache: 16K
[4294669.838000] CPU: L2 cache: 512K
[4294669.838000] CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000
[4294669.838000] Intel machine check architecture supported.
[4294669.838000] Intel machine check reporting enabled on CPU#0.
[4294669.838000] CPU: Intel(R) Pentium(R) III Mobile CPU 1000MHz stepping 01
[4294669.838000] Enabling fast FPU save and restore... done.
[4294669.838000] Enabling unmasked SIMD FPU exception support... done.
[4294669.838000] Checking 'hlt' instruction... OK.
[4294669.843000] tbxface-0118 [02] acpi_load_tables : ACPI Tables successfully acquired
[4294670.009000] Parsing all Control Methods:..........................................................................................................................................................................................................................................................................
[4294670.435000] Table [DSDT](id F006) - 833 Objects with 89 Devices 266 Methods 26 Regions
[4294670.436000] Parsing all Control Methods:.
[4294670.437000] Table [SSDT](id F003) - 3 Objects with 0 Devices 1 Methods 0 Regions
[4294670.439000] Parsing all Control Methods:..
[4294670.442000] Table [SSDT](id F004) - 4 Objects with 0 Devices 2 Methods 0 Regions
[4294670.442000] ACPI Namespace successfully loaded at root c04be5e0
[4294670.442000] ACPI: setting ELCR to 0200 (from 0800)
[4294670.504000] evxfevnt-0094 [03] acpi_enable : Transition to ACPI mode successful
[4294670.505000] NET: Registered protocol family 16
[4294670.506000] PCI: PCI BIOS revision 2.10 entry at 0xf04dd, last bus=4
[4294670.506000] PCI: Using configuration type 1
[4294670.506000] mtrr: v2.0 (20020519)
[4294670.507000] ACPI: Subsystem revision 20050309
[4294670.511000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C13E (name not of form _Lxx or _Exx)
[4294670.511000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C18F (name not of form _Lxx or _Exx)
[4294670.511000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C1DC (name not of form _Lxx or _Exx)
[4294670.523000] evgpeblk-0979 [06] ev_create_gpe_block : GPE 00 to 0F [_GPE] 2 regs on int 0x9
[4294670.523000] evgpeblk-0987 [06] ev_create_gpe_block : Found 3 Wake, Enabled 1 Runtime GPEs in this block
[4294670.524000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C13E (name not of form _Lxx or _Exx)
[4294670.524000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C18F (name not of form _Lxx or _Exx)
[4294670.524000] evgpeblk-0275 [08] ev_save_method_info : Unknown GPE method type: C1DC (name not of form _Lxx or _Exx)
[4294670.529000] evgpeblk-0979 [06] ev_create_gpe_block : GPE 10 to 1F [_GPE] 2 regs on int 0x9
[4294670.529000] evgpeblk-0987 [06] ev_create_gpe_block : Found 2 Wake, Enabled 5 Runtime GPEs in this block
[4294670.559000] Completing Region/Field/Buffer/Package initialization:..................................................................................................
[4294670.699000] Initialized 25/26 Regions 0/0 Fields 26/26 Buffers 47/56 Packages (849 nodes)
[4294670.699000] Executing all Device _STA and_INI methods:...........................................................................................
[4294671.585000] 91 Devices found containing: 91 _STA, 8 _INI methods
[4294671.585000] ACPI: Interpreter enabled
[4294671.585000] ACPI: Using PIC for interrupt routing
[4294671.590000] ACPI: PCI Root Bridge [C03E] (0000:00)
[4294671.590000] PCI: Probing PCI hardware (bus 00)
[4294671.591000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[4294671.591000] Boot video device is 0000:01:00.0
[4294671.591000] PCI: Transparent bridge - 0000:00:1e.0
[4294671.593000] ACPI: PCI Interrupt Routing Table [\_SB_.C03E._PRT]
[4294671.602000] ACPI: PCI Interrupt Routing Table [\_SB_.C03E.C03F._PRT]
[4294671.609000] ACPI: PCI Interrupt Routing Table [\_SB_.C03E.C052._PRT]
[4294671.721000] ACPI: Power Resource [C14E] (on)
[4294671.808000] ACPI: Power Resource [C167] (on)
[4294671.888000] ACPI: Power Resource [C16B] (on)
[4294671.897000] ACPI: Power Resource [C174] (on)
[4294671.947000] ACPI: PCI Interrupt Link [C0BA] (IRQs 5 10 *11)
[4294671.972000] ACPI: PCI Interrupt Link [C0BB] (IRQs 5 10 *11)
[4294671.996000] ACPI: PCI Interrupt Link [C0BC] (IRQs 5 10 *11)
[4294672.021000] ACPI: PCI Interrupt Link [C0BD] (IRQs 5 10 *11)
[4294672.046000] ACPI: PCI Interrupt Link [C0BE] (IRQs 5 10 *11)
[4294672.071000] ACPI: PCI Interrupt Link [C0BF] (IRQs 5 10 *11)
[4294672.095000] ACPI: PCI Interrupt Link [C0C0] (IRQs 5 10 *11)
[4294672.119000] ACPI: PCI Interrupt Link [C0C1] (IRQs 5 10 11) *0, disabled.
[4294672.188000] ACPI: Power Resource [C1F3] (off)
[4294672.194000] ACPI: Power Resource [C1F4] (off)
[4294672.199000] ACPI: Power Resource [C1F5] (off)
[4294672.205000] Linux Plug and Play Support v0.97 (c) Adam Belay
[4294672.205000] pnp: PnP ACPI init
[4294672.803000] pnp: PnP ACPI: found 14 devices
[4294672.803000] PnPBIOS: Disabled by ACPI PNP
[4294672.803000] SCSI subsystem initialized
[4294672.803000] PCI: Using ACPI for IRQ routing
[4294672.803000] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[4294672.919000] pnp: 00:0b: ioport range 0x140-0x14f has been reserved
[4294672.919000] pnp: 00:0c: ioport range 0x4d0-0x4d1 has been reserved
[4294672.919000] pnp: 00:0c: ioport range 0x1000-0x1087 could not be reserved
[4294672.919000] pnp: 00:0c: ioport range 0x1100-0x113f has been reserved
[4294672.919000] pnp: 00:0c: ioport range 0x1200-0x121f has been reserved
[4294672.919000] Machine check exception polling timer started.
[4294672.920000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[4294672.920000] apm: overridden by ACPI.
[4294672.922000] devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
[4294672.922000] devfs: boot_options: 0x0
[4294672.922000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294672.922000] fakephp: Fake PCI Hot Plug Controller Driver
[4294672.922000] cpqphp: Compaq Hot Plug PCI Controller Driver version: 0.9.8
[4294672.937000] ACPI: PCI Interrupt Link [C0BB] enabled at IRQ 11
[4294672.937000] PCI: setting IRQ 11 as level-triggered
[4294672.937000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [C0BB] -> GSI 11 (level, low) -> IRQ 11
[4294672.943000] radeonfb: Retreived PLL infos from BIOS
[4294672.943000] radeonfb: Reference=27.00 MHz (RefDiv=60) Memory=166.00 Mhz, System=166.00 MHz
[4294672.943000] radeonfb: PLL min 12000 max 35000
[4294672.943000] Non-DDC laptop panel detected
[4294672.974000] radeonfb: Monitor 1 type LCD found
[4294672.974000] radeonfb: Monitor 2 type no found
[4294672.974000] radeonfb: panel ID string: 1024x768
[4294672.974000] radeonfb: detected LVDS panel size from BIOS: 1024x768
[4294672.974000] radeondb: BIOS provided dividers will be used
[4294673.116000] radeonfb: Dynamic Clock Power Management enabled
[4294673.470000] Console: switching to colour frame buffer device 128x48
[4294673.470000] radeonfb (0000:01:00.0): ATI Radeon LY
[4294673.475000] ACPI: AC Adapter [C1A2] (off-line)
[4294674.663000] ACPI: Battery Slot [C19F] (battery present)
[4294674.669000] ACPI: Battery Slot [C1A0] (battery absent)
[4294674.669000] ACPI: Power Button (FF) [PWRF]
[4294674.669000] ACPI: Sleep Button (CM) [C1A3]
[4294674.669000] ACPI: Lid Switch [C1A4]
[4294674.673000] ACPI: Fan [C1F6] (off)
[4294674.677000] ACPI: Fan [C1F7] (off)
[4294674.680000] ACPI: Fan [C1F8] (off)
[4294674.686000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[4294675.093000] ACPI: Thermal Zone [TZ1] (71 C)
[4294675.122000] Linux agpgart interface v0.101 (c) Dave Jones
[4294675.122000] agpgart: Detected an Intel 830M Chipset.
[4294675.138000] agpgart: AGP aperture is 256M @ 0x60000000
[4294675.138000] [drm] Initialized drm 1.0.0 20040925
[4294675.138000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [C0BB] -> GSI 11 (level, low) -> IRQ 11
[4294675.138000] [drm] Initialized radeon 1.16.0 20050311 on minor 0: ATI Technologies Inc Radeon Mobility M6 LY
[4294675.141000] PNP: PS/2 Controller [PNP0303:C171,PNP0f0e:C172] at 0x60,0x64 irq 1,12
[4294675.145000] i8042.c: Detected active multiplexing controller, rev 1.1.
[4294675.148000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[4294675.151000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[4294675.154000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[4294675.156000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[4294675.159000] serio: i8042 KBD port at 0x60,0x64 irq 1
[4294675.162000] Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
[4294675.164000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294675.167000] ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[4294675.171000] ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[4294675.174000] io scheduler noop registered
[4294675.176000] io scheduler anticipatory registered
[4294675.179000] io scheduler deadline registered
[4294675.181000] io scheduler cfq registered
[4294675.183000] e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
[4294675.186000] e100: Copyright(c) 1999-2005 Intel Corporation
[4294675.203000] ACPI: PCI Interrupt Link [C0BE] enabled at IRQ 11
[4294675.205000] ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [C0BE] -> GSI 11 (level, low) -> IRQ 11
[4294675.295000] e100: eth0: e100_probe: addr 0x40100000, irq 11, MAC addr 00:02:A5:B5:03:7C
[4294675.297000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294675.300000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[4294675.303000] ICH3M: IDE controller at PCI slot 0000:00:1f.1
[4294675.305000] PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
[4294675.322000] ACPI: PCI Interrupt Link [C0BC] enabled at IRQ 11
[4294675.325000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [C0BC] -> GSI 11 (level, low) -> IRQ 11
[4294675.327000] ICH3M: chipset revision 1
[4294675.330000] ICH3M: not 100% native mode: will probe irqs later
[4294675.333000] ide0: BM-DMA at 0x4060-0x4067, BIOS settings: hda:DMA, hdb:pio
[4294675.335000] ide1: BM-DMA at 0x4068-0x406f, BIOS settings: hdc:DMA, hdd:pio
[4294675.338000] Probing IDE interface ide0...
[4294675.602000] hda: IC25N020ATDA04-0, ATA DISK drive
[4294676.217000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294676.220000] Probing IDE interface ide1...
[4294676.892000] hdc: Compaq DVD-ROM SD-C2402, ATAPI CD/DVD-ROM drive
[4294677.518000] ide1 at 0x170-0x177,0x376 on irq 15
[4294677.521000] ide2: I/O resource 0x3EE-0x3EE not free.
[4294677.524000] ide2: ports already in use, skipping probe
[4294677.527000] Probing IDE interface ide3...
[4294678.040000] Probing IDE interface ide4...
[4294678.553000] Probing IDE interface ide5...
[4294679.066000] hda: max request size: 128KiB
[4294679.085000] hda: 39070080 sectors (20003 MB) w/1806KiB Cache, CHS=38760/16/63, UDMA(100)
[4294679.088000] hda: cache flushes not supported
[4294679.091000] /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
[4294679.134000] hdc: ATAPI 24X DVD-ROM drive, 128kB Cache, DMA
[4294679.137000] Uniform CD-ROM driver Revision: 3.20
[4294679.145000] mice: PS/2 mouse device common for all mice
[4294679.148000] NET: Registered protocol family 2
[4294679.161000] IP: routing cache hash table of 8192 buckets, 64Kbytes
[4294679.164000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[4294679.170000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[4294679.175000] TCP: Hash tables configured (established 131072 bind 65536)
[4294679.178000] NET: Registered protocol family 1
[4294679.181000] NET: Registered protocol family 17
[4294679.184000] PM: Checking swsusp image.
[4294679.184000] swsusp: Resume From Partition /dev/hda4
[4294679.206000] input: AT Translated Set 2 keyboard on isa0060/serio0
[4294679.216000] swsusp: Suspend partition has wrong signature?
[4294679.219000] swsusp: Error -22 check for resume file
[4294679.219000] PM: Resume from disk failed.
[4294679.220000] ACPI wakeup devices:
[4294679.223000] C052 C17E C185 C0A4 C0AA C19F C1A0 C1A3 C1A4
[4294679.226000] ACPI: (supports S0 S1 S3 S4 S4bios S5)
[4294679.256000] EXT3-fs: INFO: recovery required on readonly filesystem.
[4294679.259000] EXT3-fs: write access will be enabled during recovery.
[4294679.886000] EXT3-fs: recovery complete.
[4294679.889000] kjournald starting. Commit interval 5 seconds
[4294679.896000] EXT3-fs: mounted filesystem with ordered data mode.
[4294679.900000] VFS: Mounted root (ext3 filesystem) readonly.
[4294679.903000] Freeing unused kernel memory: 184k freed
[4294685.573000] Adding 665272k swap on /dev/hda4. Priority:-1 extents:1
[4294685.759000] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[4294685.772000] EXT3 FS on hda2, internal journal
[4294689.777000] irda_init()
[4294689.777000] NET: Registered protocol family 23
[4294689.811000] found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
[4294689.814000] SMsC IrDA Controller found
[4294689.814000] IrCC version 2.0, firport 0x100, sirport 0x3e8 dma=1, irq=3
[4294689.820000] smsc_ircc_set_sir_speed(), Setting speed to: 9600
[4294689.820000] No transceiver found. Defaulting to Fast pin select
[4294689.824000] IrDA: Registered device irda0
[4294689.939000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[4294690.147000] smsc_ircc_change_speed() changing speed to: 9600
[4294690.147000] smsc_ircc_set_sir_speed(), Setting speed to: 9600
[4294690.147000] irlap_change_speed(), setting speed to 9600
[4294702.908000] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[4294702.911000] kjournald starting. Commit interval 5 seconds
[4294702.913000] EXT3 FS on hda3, internal journal
[4294702.913000] EXT3-fs: mounted filesystem with ordered data mode.
[4294705.396000] usbcore: registered new driver usbfs
[4294705.417000] usbcore: registered new driver hub
[4294705.481000] USB Universal Host Controller Interface driver v2.2
[4294705.517000] ACPI: PCI Interrupt Link [C0BA] enabled at IRQ 11
[4294705.520000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [C0BA] -> GSI 11 (level, low) -> IRQ 11
[4294705.523000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[4294705.523000] uhci_hcd 0000:00:1d.0: Intel Corporation 82801CA/CAM USB (Hub #1)
[4294705.589000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[4294705.592000] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00004000
[4294705.597000] hub 1-0:1.0: USB hub found
[4294705.600000] hub 1-0:1.0: 2 ports detected
[4294705.652000] ACPI: PCI Interrupt Link [C0BD] enabled at IRQ 11
[4294705.655000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [C0BD] -> GSI 11 (level, low) -> IRQ 11
[4294705.658000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[4294705.658000] uhci_hcd 0000:00:1d.1: Intel Corporation 82801CA/CAM USB (Hub #2)
[4294705.724000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[4294705.744000] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00004020
[4294705.749000] hub 2-0:1.0: USB hub found
[4294705.752000] hub 2-0:1.0: 2 ports detected
[4294705.795000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [C0BC] -> GSI 11 (level, low) -> IRQ 11
[4294705.798000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[4294705.798000] uhci_hcd 0000:00:1d.2: Intel Corporation 82801CA/CAM USB (Hub #3)
[4294705.864000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[4294705.867000] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00004040
[4294705.872000] hub 3-0:1.0: USB hub found
[4294705.877000] hub 3-0:1.0: 2 ports detected
[4294708.481000] hw_random hardware driver 1.0.0 loaded
[4294708.860000] Linux Kernel Card Services
[4294708.863000] options: [pci] [cardbus] [pm]
[4294708.935000] ACPI: PCI Interrupt Link [C0C0] enabled at IRQ 11
[4294708.938000] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [C0C0] -> GSI 11 (level, low) -> IRQ 11
[4294708.941000] Yenta: CardBus bridge found at 0000:02:03.0 [0e11:004e]
[4294708.944000] Yenta: Enabling burst memory read transactions
[4294708.947000] Yenta: Using CSCINT to route CSC interrupts to PCI
[4294708.950000] Yenta: Routing CardBus interrupts to PCI
[4294708.952000] Yenta TI: socket 0000:02:03.0, mfunc 0x01001002, devctl 0x64
[4294709.176000] Yenta: ISA IRQ mask 0x04f0, PCI irq 11
[4294709.179000] Socket status: 30000006
[4294709.200000] ACPI: PCI Interrupt 0000:02:03.1[A] -> Link [C0C0] -> GSI 11 (level, low) -> IRQ 11
[4294709.203000] Yenta: CardBus bridge found at 0000:02:03.1 [0e11:004e]
[4294709.206000] Yenta: Using CSCINT to route CSC interrupts to PCI
[4294709.209000] Yenta: Routing CardBus interrupts to PCI
[4294709.213000] Yenta TI: socket 0000:02:03.1, mfunc 0x01001002, devctl 0x64
[4294709.437000] Yenta: ISA IRQ mask 0x04f0, PCI irq 11
[4294709.440000] Socket status: 30000006
[4294710.260000] ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [C0BA] -> GSI 11 (level, low) -> IRQ 11
[4294712.909000] parport: PnPBIOS parport detected.
[4294712.912000] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[4294713.007000] input: PC Speaker
[4294713.123000] Real Time Clock Driver v1.12
[4294713.889000] Synaptics Touchpad, model: 1, fw: 5.8, id: 0x9b48b1, caps: 0x884793/0x0
[4294713.891000] serio: Synaptics pass-through port at isa0060/serio4/input0
[4294713.896000] input: SynPS/2 Synaptics TouchPad on isa0060/serio4
[4294719.242000] input: PS/2 Generic Mouse on synaptics-pt/serio0
[-- Attachment #4: lspci --]
[-- Type: text/plain, Size: 8619 bytes --]
0000:00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 02)
Subsystem: Compaq Computer Corporation: Unknown device 0030
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
Latency: 0
Region 0: Memory at 60000000 (32-bit, prefetchable) [size=256M]
Capabilities: [40] #09 [0105]
Capabilities: [a0] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW+ Rate=x1
0000:00:01.0 PCI bridge: Intel Corporation 82830 830 Chipset AGP Bridge (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: 40200000-402fffff
Prefetchable memory behind bridge: 48000000-4fffffff
BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
0000:00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #1) (rev 01) (prog-if 00 [UHCI])
Subsystem: Compaq Computer Corporation: Unknown device 0030
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 4: I/O ports at 4000 [size=32]
0000:00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #2) (rev 01) (prog-if 00 [UHCI])
Subsystem: Compaq Computer Corporation: Unknown device 0030
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin B routed to IRQ 11
Region 4: I/O ports at 4020 [size=32]
0000:00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #3) (rev 01) (prog-if 00 [UHCI])
Subsystem: Compaq Computer Corporation: Unknown device 0030
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin C routed to IRQ 11
Region 4: I/O ports at 4040 [size=32]
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 41) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Bus: primary=00, secondary=02, subordinate=04, sec-latency=32
I/O behind bridge: 00002000-00002fff
Memory behind bridge: 40000000-401fffff
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
0000:00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 01)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
0000:00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Compaq Computer Corporation: Unknown device 0030
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at <unassigned>
Region 1: I/O ports at <unassigned>
Region 2: I/O ports at <unassigned>
Region 3: I/O ports at <unassigned>
Region 4: I/O ports at 4060 [size=16]
Region 5: Memory at 28000000 (32-bit, non-prefetchable) [size=1K]
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY (prog-if 00 [VGA])
Subsystem: Compaq Computer Corporation: Unknown device b111
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 48000000 (32-bit, prefetchable) [size=128M]
Region 1: I/O ports at 3000 [size=256]
Region 2: Memory at 40200000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [58] AGP version 2.0
Status: RQ=48 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP- GART64- 64bit- FW- Rate=<none>
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
0000:02:03.0 CardBus bridge: Texas Instruments PCI1420
Subsystem: Compaq Computer Corporation: Unknown device 004e
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168, Cache Line Size: 0x08 (32 bytes)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
Memory window 0: 28400000-287ff000 (prefetchable)
Memory window 1: 28800000-28bff000
I/O window 0: 00004400-000044ff
I/O window 1: 00004800-000048ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
16-bit legacy interface ports at 0001
0000:02:03.1 CardBus bridge: Texas Instruments PCI1420
Subsystem: Compaq Computer Corporation: Unknown device 004e
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168, Cache Line Size: 0x08 (32 bytes)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40080000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
Memory window 0: 28c00000-28fff000 (prefetchable)
Memory window 1: 29000000-293ff000
I/O window 0: 00004c00-00004cff
I/O window 1: 00005000-000050ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
16-bit legacy interface ports at 0001
0000:02:04.0 Communication controller: Agere Systems (former Lucent Microelectronics) LT WinModem (rev 02)
Subsystem: AMBIT Microsystem Corp.: Unknown device 0450
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 66 (63000ns min, 3500ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40180000 (32-bit, non-prefetchable) [size=256]
Region 1: I/O ports at 2840 [size=8]
Region 2: I/O ports at 2000 [size=256]
Capabilities: [f8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=160mA PME(D0-,D1-,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
0000:02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VM (KM) Ethernet Controller (rev 41)
Subsystem: Compaq Computer Corporation: Unknown device 0098
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 66 (2000ns min, 14000ns max), Cache Line Size: 0x08 (32 bytes)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 40100000 (32-bit, non-prefetchable) [size=4K]
Region 1: I/O ports at 2800 [size=64]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
0000:02:09.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
Subsystem: Compaq Computer Corporation: Unknown device 0094
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (500ns min, 6000ns max)
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 2400 [size=256]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 7:46 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-20 8:14 ` Dominik Brodowski
2005-06-20 8:49 ` 2.6.12-mm1 Brice Goglin
0 siblings, 1 reply; 64+ messages in thread
From: Dominik Brodowski @ 2005-06-20 8:14 UTC (permalink / raw)
To: Brice Goglin; +Cc: Andrew Morton, linux-kernel
Hi,
On Mon, Jun 20, 2005 at 09:46:51AM +0200, Brice Goglin wrote:
> pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
> cs: IO port probe 0x2000-0x2fff: <- stopped here
Could you send me the /proc/ioports from 2.6.12, please? Did some other -mm
kernel work during the past weeks?
Thanks,
Dominik
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 8:14 ` 2.6.12-mm1 Dominik Brodowski
@ 2005-06-20 8:49 ` Brice Goglin
[not found] ` <20050620085449.GA32330@isilmar.linta.de>
0 siblings, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-20 8:49 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
Le 20.06.2005 10:14, Dominik Brodowski a écrit :
> Hi,
>
> On Mon, Jun 20, 2005 at 09:46:51AM +0200, Brice Goglin wrote:
>
>>pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
>>cs: IO port probe 0x2000-0x2fff: <- stopped here
>
>
> Could you send me the /proc/ioports from 2.6.12, please? Did some other -mm
> kernel work during the past weeks?
/proc/ioports is attached.
Yes all other -mm kernel worked during the past weeks.
Thanks,
Brice
[-- Attachment #2: ioports-2.6.12 --]
[-- Type: text/plain, Size: 1284 bytes --]
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0100-0107 : smsc-ircc2
0140-014f : pnp 00:0b
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03e8-03ef : smsc-ircc2
03f6-03f6 : ide0
03f8-03ff : serial
04d0-04d1 : pnp 00:0c
0cf8-0cff : PCI conf1
1000-107f : 0000:00:1f.0
1000-1003 : PM1a_EVT_BLK
1004-1005 : PM1a_CNT_BLK
1008-100b : PM_TMR
1020-1020 : PM2_CNT_BLK
1028-102b : GPE0_BLK
102c-102f : GPE1_BLK
1080-1085 : ACPI CPU throttle
1100-113f : 0000:00:1f.0
1100-113f : motherboard
1100-113f : pnp 00:0c
1200-121f : motherboard
1200-121f : pnp 00:0c
2000-20ff : 0000:02:04.0
2400-24ff : 0000:02:09.0
2400-24ff : Allegro
2800-283f : 0000:02:08.0
2800-283f : e100
2840-2847 : 0000:02:04.0
3000-3fff : PCI Bus #01
3000-30ff : 0000:01:00.0
3000-30ff : radeonfb
4000-401f : 0000:00:1d.0
4000-401f : uhci_hcd
4020-403f : 0000:00:1d.1
4020-403f : uhci_hcd
4040-405f : 0000:00:1d.2
4040-405f : uhci_hcd
4060-406f : 0000:00:1f.1
4060-4067 : ide0
4068-406f : ide1
4400-44ff : PCI CardBus #03
4800-48ff : PCI CardBus #03
4c00-4cff : PCI CardBus #07
5000-50ff : PCI CardBus #07
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
2005-06-20 6:57 ` 2.6.12-mm1 Benjamin Herrenschmidt
2005-06-20 7:46 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-20 7:59 ` Brice Goglin
2005-06-21 12:40 ` 2.6.12-mm1 Brice Goglin
2005-06-20 9:48 ` [patch] 2.6.12-mm1: saa7134-core.c compile error Adrian Bunk
` (10 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-20 7:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Le 20.06.2005 08:30, Andrew Morton a écrit :
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
Hi Andrew,
I got this oops during boot.
I copied it by hand since my machine crashed soon after (because of yenta).
It doesn't occur when snd_maestro3 is skipped by discover.
divide error: 0000 [#1]
PREEMPT
...
CPU: 0
EIP: 0060:[<e8957f9f>] Not tainted VLI
EFLAGS: 00000282 (2.6.12-mm1=LoulousMobiles)
EIP is at and_m3_enable_ints+0x1f/0x40 [snd_maestro3]
eax: 00000050 ebx: 00002400 ecx: 00000050 edx: 00002418
esi: 00002418 edi: 00000000 ebp: 000000f0 esp: e6f5ce54
ds: 007b es: 007b ss: 0068
Process modprobe (pid: 2405, threadinfo=e6f5c000, task=e7a31570)
...
Call trace:
snd_m3_create+0x303/0x405 [snd_maestro3]
snd_m3_probe+0xev/0x1c0 [snd_maestro3]
pci_device_probe_static+0x52/0x70
__pci_deice_probe+0x3c/0x50
pci_device_prove+0x2f/0x50
driver_probe_device+0x38/0xb0
__driver_attach+0x0/0x50
__driver_attach+0x47/0x50
bus_for_each_dev+0x69/0x80
driver_attach+0x25/0x30
__driver_attach+0x0/0x50
bus_add_driver+0x88/0xc0
pci_device_shutdown+0x0/0x30
pci_register_driver+0x71/0x90
alsa_card_m3_init+0xf/0x11 [snd_maestro3]
sys_init_module+0x165/0x220
syscall_call+0x7/0xb
...
Regards,
Brice
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 7:59 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-21 12:40 ` Brice Goglin
2005-06-21 16:27 ` 2.6.12-mm1 Takashi Iwai
0 siblings, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-21 12:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 966 bytes --]
Brice Goglin a écrit :
> Hi Andrew,
>
> I got this oops during boot.
> I copied it by hand since my machine crashed soon after (because of yenta).
> It doesn't occur when snd_maestro3 is skipped by discover.
>
> divide error: 0000 [#1]
> PREEMPT
> ...
> CPU: 0
> EIP: 0060:[<e8957f9f>] Not tainted VLI
> EFLAGS: 00000282 (2.6.12-mm1=LoulousMobiles)
> EIP is at and_m3_enable_ints+0x1f/0x40 [snd_maestro3]
> eax: 00000050 ebx: 00002400 ecx: 00000050 edx: 00002418
> esi: 00002418 edi: 00000000 ebp: 000000f0 esp: e6f5ce54
> ds: 007b es: 007b ss: 0068
> Process modprobe (pid: 2405, threadinfo=e6f5c000, task=e7a31570)
> ...
> Call trace:
> snd_m3_create+0x303/0x405 [snd_maestro3]
The problem comes from git-alsa.patch.
Adding HV_INT_ENABLE to outw in snd_m3_enable_ints (in
sound/pci/maestro3.c) makes it generate a divide error
on my laptop.
The attached patch reverts this and fixes my problem.
Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Brice
[-- Attachment #2: fix-maestro3-outw.patch --]
[-- Type: text/x-patch, Size: 515 bytes --]
--- linux-mm/sound/pci/maestro3.c.old 2005-06-21 14:36:19.000000000 +0200
+++ linux-mm/sound/pci/maestro3.c 2005-06-21 14:36:31.000000000 +0200
@@ -2527,7 +2527,7 @@ snd_m3_enable_ints(m3_t *chip)
unsigned long io = chip->iobase;
/* TODO: MPU401 not supported yet */
- outw(ASSP_INT_ENABLE | HV_INT_ENABLE /*| MPU401_INT_ENABLE*/, io + HOST_INT_CTRL);
+ outw(ASSP_INT_ENABLE /*| MPU401_INT_ENABLE*/, io + HOST_INT_CTRL);
outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE,
io + ASSP_CONTROL_C);
}
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-21 12:40 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-21 16:27 ` Takashi Iwai
2005-06-21 16:32 ` 2.6.12-mm1 Takashi Iwai
2005-06-21 17:02 ` 2.6.12-mm1 Brice Goglin
0 siblings, 2 replies; 64+ messages in thread
From: Takashi Iwai @ 2005-06-21 16:27 UTC (permalink / raw)
To: Brice Goglin; +Cc: Andrew Morton, linux-kernel
At Tue, 21 Jun 2005 14:40:21 +0200,
Brice Goglin wrote:
>
> Brice Goglin a écrit :
> > Hi Andrew,
> >
> > I got this oops during boot.
> > I copied it by hand since my machine crashed soon after (because of yenta).
> > It doesn't occur when snd_maestro3 is skipped by discover.
> >
> > divide error: 0000 [#1]
> > PREEMPT
> > ...
> > CPU: 0
> > EIP: 0060:[<e8957f9f>] Not tainted VLI
> > EFLAGS: 00000282 (2.6.12-mm1=LoulousMobiles)
> > EIP is at and_m3_enable_ints+0x1f/0x40 [snd_maestro3]
> > eax: 00000050 ebx: 00002400 ecx: 00000050 edx: 00002418
> > esi: 00002418 edi: 00000000 ebp: 000000f0 esp: e6f5ce54
> > ds: 007b es: 007b ss: 0068
> > Process modprobe (pid: 2405, threadinfo=e6f5c000, task=e7a31570)
> > ...
> > Call trace:
> > snd_m3_create+0x303/0x405 [snd_maestro3]
>
> The problem comes from git-alsa.patch.
> Adding HV_INT_ENABLE to outw in snd_m3_enable_ints (in
> sound/pci/maestro3.c) makes it generate a divide error
> on my laptop.
>
> The attached patch reverts this and fixes my problem.
>
> Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Well, this disables the h/w volume controls completely, so it's not a
generic solution.
Does the patch below have any improvement?
Takashi
--- linux/sound/pci/maestro3.c 20 May 2005 17:39:26 -0000 1.80
+++ linux/sound/pci/maestro3.c 21 Jun 2005 16:26:19 -0000
@@ -1050,11 +1050,6 @@
* lowlevel functions
*/
-#define big_mdelay(msec) do {\
- set_current_state(TASK_UNINTERRUPTIBLE);\
- schedule_timeout(((msec) * HZ) / 1000);\
-} while (0)
-
inline static void snd_m3_outw(m3_t *chip, u16 value, unsigned long reg)
{
outw(value, chip->iobase + reg);
@@ -1096,7 +1091,7 @@
static void snd_m3_assp_halt(m3_t *chip)
{
chip->reset_state = snd_m3_inb(chip, DSP_PORT_CONTROL_REG_B) & ~REGB_STOP_CLOCK;
- big_mdelay(10);
+ msleep(10);
snd_m3_outb(chip, chip->reset_state & ~REGB_ENABLE_RESET, DSP_PORT_CONTROL_REG_B);
}
@@ -2108,9 +2103,9 @@
*/
tmp = inw(io + RING_BUS_CTRL_A);
outw(RAC_SDFS_ENABLE|LAC_SDFS_ENABLE, io + RING_BUS_CTRL_A);
- big_mdelay(20);
+ msleep(20);
outw(tmp, io + RING_BUS_CTRL_A);
- big_mdelay(50);
+ msleep(50);
#endif
}
@@ -2589,7 +2584,7 @@
snd_pcm_suspend_all(chip->pcm);
snd_ac97_suspend(chip->ac97);
- big_mdelay(10); /* give the assp a chance to idle.. */
+ msleep(10); /* give the assp a chance to idle.. */
snd_m3_assp_halt(chip);
@@ -2697,6 +2692,8 @@
}
spin_lock_init(&chip->reg_lock);
+ spin_lock_init(&chip->ac97_lock);
+
switch (pci->device) {
case PCI_DEVICE_ID_ESS_ALLEGRO:
case PCI_DEVICE_ID_ESS_ALLEGRO_1:
@@ -2765,6 +2762,8 @@
snd_m3_assp_init(chip);
snd_m3_amp_enable(chip, 1);
+ tasklet_init(&chip->hwvol_tq, snd_m3_update_hw_volume, (unsigned long)chip);
+
if (request_irq(pci->irq, snd_m3_interrupt, SA_INTERRUPT|SA_SHIRQ,
card->driver, (void *)chip)) {
snd_printk("unable to grab IRQ %d\n", pci->irq);
@@ -2786,9 +2785,6 @@
return err;
}
- spin_lock_init(&chip->ac97_lock);
- tasklet_init(&chip->hwvol_tq, snd_m3_update_hw_volume, (unsigned long)chip);
-
if ((err = snd_m3_mixer(chip)) < 0)
return err;
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-21 16:27 ` 2.6.12-mm1 Takashi Iwai
@ 2005-06-21 16:32 ` Takashi Iwai
2005-06-21 17:02 ` 2.6.12-mm1 Brice Goglin
1 sibling, 0 replies; 64+ messages in thread
From: Takashi Iwai @ 2005-06-21 16:32 UTC (permalink / raw)
To: Brice Goglin; +Cc: Andrew Morton, linux-kernel
At Tue, 21 Jun 2005 18:27:54 +0200,
I wrote:
>
> At Tue, 21 Jun 2005 14:40:21 +0200,
> Brice Goglin wrote:
> >
> > Brice Goglin a écrit :
> > > Hi Andrew,
> > >
> > > I got this oops during boot.
> > > I copied it by hand since my machine crashed soon after (because of yenta).
> > > It doesn't occur when snd_maestro3 is skipped by discover.
> > >
> > > divide error: 0000 [#1]
> > > PREEMPT
> > > ...
> > > CPU: 0
> > > EIP: 0060:[<e8957f9f>] Not tainted VLI
> > > EFLAGS: 00000282 (2.6.12-mm1=LoulousMobiles)
> > > EIP is at and_m3_enable_ints+0x1f/0x40 [snd_maestro3]
> > > eax: 00000050 ebx: 00002400 ecx: 00000050 edx: 00002418
> > > esi: 00002418 edi: 00000000 ebp: 000000f0 esp: e6f5ce54
> > > ds: 007b es: 007b ss: 0068
> > > Process modprobe (pid: 2405, threadinfo=e6f5c000, task=e7a31570)
> > > ...
> > > Call trace:
> > > snd_m3_create+0x303/0x405 [snd_maestro3]
> >
> > The problem comes from git-alsa.patch.
> > Adding HV_INT_ENABLE to outw in snd_m3_enable_ints (in
> > sound/pci/maestro3.c) makes it generate a divide error
> > on my laptop.
> >
> > The attached patch reverts this and fixes my problem.
> >
> > Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
>
> Well, this disables the h/w volume controls completely, so it's not a
> generic solution.
>
> Does the patch below have any improvement?
... or this one if still causing a problem?
Takashi
--- linux/sound/pci/maestro3.c 20 May 2005 17:39:26 -0000 1.80
+++ linux/sound/pci/maestro3.c 21 Jun 2005 16:31:10 -0000
@@ -1050,11 +1050,6 @@
* lowlevel functions
*/
-#define big_mdelay(msec) do {\
- set_current_state(TASK_UNINTERRUPTIBLE);\
- schedule_timeout(((msec) * HZ) / 1000);\
-} while (0)
-
inline static void snd_m3_outw(m3_t *chip, u16 value, unsigned long reg)
{
outw(value, chip->iobase + reg);
@@ -1096,7 +1091,7 @@
static void snd_m3_assp_halt(m3_t *chip)
{
chip->reset_state = snd_m3_inb(chip, DSP_PORT_CONTROL_REG_B) & ~REGB_STOP_CLOCK;
- big_mdelay(10);
+ msleep(10);
snd_m3_outb(chip, chip->reset_state & ~REGB_ENABLE_RESET, DSP_PORT_CONTROL_REG_B);
}
@@ -2108,9 +2103,9 @@
*/
tmp = inw(io + RING_BUS_CTRL_A);
outw(RAC_SDFS_ENABLE|LAC_SDFS_ENABLE, io + RING_BUS_CTRL_A);
- big_mdelay(20);
+ msleep(20);
outw(tmp, io + RING_BUS_CTRL_A);
- big_mdelay(50);
+ msleep(50);
#endif
}
@@ -2525,9 +2520,13 @@
snd_m3_enable_ints(m3_t *chip)
{
unsigned long io = chip->iobase;
+ unsigned short val;
/* TODO: MPU401 not supported yet */
- outw(ASSP_INT_ENABLE | HV_INT_ENABLE /*| MPU401_INT_ENABLE*/, io + HOST_INT_CTRL);
+ val = ASSP_INT_ENABLE /*| MPU401_INT_ENABLE*/;
+ if (chip->hv_quirk && (chip->hv_quirk->config & HV_CTRL_ENABLE))
+ val |= HV_INT_ENABLE;
+ outw(val, io + HOST_INT_CTRL);
outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE,
io + ASSP_CONTROL_C);
}
@@ -2589,7 +2588,7 @@
snd_pcm_suspend_all(chip->pcm);
snd_ac97_suspend(chip->ac97);
- big_mdelay(10); /* give the assp a chance to idle.. */
+ msleep(10); /* give the assp a chance to idle.. */
snd_m3_assp_halt(chip);
@@ -2697,6 +2696,8 @@
}
spin_lock_init(&chip->reg_lock);
+ spin_lock_init(&chip->ac97_lock);
+
switch (pci->device) {
case PCI_DEVICE_ID_ESS_ALLEGRO:
case PCI_DEVICE_ID_ESS_ALLEGRO_1:
@@ -2765,6 +2766,8 @@
snd_m3_assp_init(chip);
snd_m3_amp_enable(chip, 1);
+ tasklet_init(&chip->hwvol_tq, snd_m3_update_hw_volume, (unsigned long)chip);
+
if (request_irq(pci->irq, snd_m3_interrupt, SA_INTERRUPT|SA_SHIRQ,
card->driver, (void *)chip)) {
snd_printk("unable to grab IRQ %d\n", pci->irq);
@@ -2786,9 +2789,6 @@
return err;
}
- spin_lock_init(&chip->ac97_lock);
- tasklet_init(&chip->hwvol_tq, snd_m3_update_hw_volume, (unsigned long)chip);
-
if ((err = snd_m3_mixer(chip)) < 0)
return err;
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-21 16:27 ` 2.6.12-mm1 Takashi Iwai
2005-06-21 16:32 ` 2.6.12-mm1 Takashi Iwai
@ 2005-06-21 17:02 ` Brice Goglin
2005-06-21 17:16 ` 2.6.12-mm1 Takashi Iwai
1 sibling, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-21 17:02 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Andrew Morton, Linux Kernel
Le 21.06.2005 18:27, Takashi Iwai a écrit :
> Well, this disables the h/w volume controls completely, so it's not a
> generic solution.
Well, I though this wouldn't break anything since HW_INT_ENABLE is not
set there is 2.6.12. Is this a new feature ?
How is this supposed to work ? Does HW_INT_ENABLE in this outw require
some other parts of the git-alsa.patch ?
> Does the patch below have any improvement?
No, same error.
Your second patch gives same error too, but it also made my beeper
generate a very sharp sound during the whole boot.
Actually, I can't test after boot since -mm1 crashes a little bit
later on my laptop. That's why I didn't notice any eventual h/w
volume control breakage with my patch :)
If necessary, I can try with git-alsa.patch applied on top of 2.6.12.
Brice
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-21 17:02 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-21 17:16 ` Takashi Iwai
2005-06-21 19:39 ` 2.6.12-mm1 Brice Goglin
0 siblings, 1 reply; 64+ messages in thread
From: Takashi Iwai @ 2005-06-21 17:16 UTC (permalink / raw)
To: Brice Goglin; +Cc: Andrew Morton, Linux Kernel
At Tue, 21 Jun 2005 19:02:24 +0200,
Brice Goglin wrote:
>
> Le 21.06.2005 18:27, Takashi Iwai a écrit :
> > Well, this disables the h/w volume controls completely, so it's not a
> > generic solution.
>
> Well, I though this wouldn't break anything since HW_INT_ENABLE is not
> set there is 2.6.12. Is this a new feature ?
Yes. It enables hardware volume contorl - volume up/down and
mute/unmute via keys on your laptop.
> How is this supposed to work ? Does HW_INT_ENABLE in this outw require
> some other parts of the git-alsa.patch ?
Yes, the whole tasklet and m3_hv_quirk stuff.
> > Does the patch below have any improvement?
>
> No, same error.
>
> Your second patch gives same error too, but it also made my beeper
> generate a very sharp sound during the whole boot.
Could you give the output of lspci -nv? If it's listed in
m3_hw_quirk_list, the h/w volume control is enabled in the code
indeed. Try to comment out the entry (together with my second
patch).
> Actually, I can't test after boot since -mm1 crashes a little bit
> later on my laptop. That's why I didn't notice any eventual h/w
> volume control breakage with my patch :)
> If necessary, I can try with git-alsa.patch applied on top of 2.6.12.
This might include some changes applied to mm, but at least, you can
apply only the patch to maestro3.c.
Takashi
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-21 17:16 ` 2.6.12-mm1 Takashi Iwai
@ 2005-06-21 19:39 ` Brice Goglin
2005-06-22 10:10 ` 2.6.12-mm1 Takashi Iwai
0 siblings, 1 reply; 64+ messages in thread
From: Brice Goglin @ 2005-06-21 19:39 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Andrew Morton, Linux Kernel
Le 21.06.2005 19:16, Takashi Iwai a écrit :
> Yes. It enables hardware volume contorl - volume up/down and
> mute/unmute via keys on your laptop.
Great, that's the last missing feature on my laptop !
> Could you give the output of lspci -nv? If it's listed in
> m3_hw_quirk_list, the h/w volume control is enabled in the code
> indeed. Try to comment out the entry (together with my second
> patch).
0000:02:09.0 0401: 125d:1988 (rev 12)
Subsystem: 0e11:0094
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at 2400 [size=256]
Capabilities: [c0] Power Management version 2
Yes it's listed in m3_hv_quirk_list,
and yes, commenting out the entry fixes the problem.
> This might include some changes applied to mm, but at least, you can
> apply only the patch to maestro3.c.
Guess what, git-alsa.patch (and actually also only the patch
to maestro3.c) do work on top on 2.6.12. Hardware volume control
works. That's great !
Actually, I'm experiencing another problem with -mm1 which might
be related to PCI and IO ports. This might be the cause of outw
generating the divide error I was seeing -mm1 if IO ports are
not mapped at the right place ?
Thanks,
Brice
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-21 19:39 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-22 10:10 ` Takashi Iwai
0 siblings, 0 replies; 64+ messages in thread
From: Takashi Iwai @ 2005-06-22 10:10 UTC (permalink / raw)
To: Brice Goglin; +Cc: Andrew Morton, Greg KH, Linux Kernel
At Tue, 21 Jun 2005 21:39:28 +0200,
Brice Goglin wrote:
>
> > This might include some changes applied to mm, but at least, you can
> > apply only the patch to maestro3.c.
>
> Guess what, git-alsa.patch (and actually also only the patch
> to maestro3.c) do work on top on 2.6.12. Hardware volume control
> works. That's great !
Good to hear ;)
> Actually, I'm experiencing another problem with -mm1 which might
> be related to PCI and IO ports. This might be the cause of outw
> generating the divide error I was seeing -mm1 if IO ports are
> not mapped at the right place ?
Hmm, since removing one certain bit from the irq-enable outw value
prevents this lock up, I feel it's somehow related with interrupts,
rather than the outw itself. But I might be wrong here.
Greg, do you have any clue?
Takashi
^ permalink raw reply [flat|nested] 64+ messages in thread
* [patch] 2.6.12-mm1: saa7134-core.c compile error
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (2 preceding siblings ...)
2005-06-20 7:59 ` 2.6.12-mm1 Brice Goglin
@ 2005-06-20 9:48 ` Adrian Bunk
2005-06-20 22:19 ` Michael Krufky
2005-06-20 11:36 ` [PATCH] bttv fix [was: 2.6.12-mm1] J.A. Magallon
` (9 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Adrian Bunk @ 2005-06-20 9:48 UTC (permalink / raw)
To: Andrew Morton, Mauro Carvalho Chehab
Cc: linux-kernel, Fabrice Aeschbacher, Hermann Pitton,
Nickolay V Shmyrev, kraxel, video4linux-list
On Sun, Jun 19, 2005 at 11:30:29PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.12-rc6-mm1:
>...
> +v4l-update-for-saa7134-cards.patch
>...
> v4l updates
>...
The bogus saa7134-core.c part of this patch has to be dropped since it
causes the following compile error with CONFIG_MODULES=n:
<-- snip -->
...
CC drivers/media/video/saa7134/saa7134-core.o
drivers/media/video/saa7134/saa7134-core.c: In function `saa7134_fini':
drivers/media/video/saa7134/saa7134-core.c:1215: error: `pending_registered' undeclared (first use in this function)
drivers/media/video/saa7134/saa7134-core.c:1215: error: (Each undeclared identifier is reported only once
drivers/media/video/saa7134/saa7134-core.c:1215: error: for each function it appears in.)
drivers/media/video/saa7134/saa7134-core.c:1216: error: `pending_notifier' undeclared (first use in this function)
make[4]: *** [drivers/media/video/saa7134/saa7134-core.o] Error 1
<-- snip -->
This patch reverts this bogus patch.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-mm1-modular/drivers/media/video/saa7134/saa7134-core.c 2005-06-20 10:59:33.000000000 +0200
+++ linux-2.6.12-mm1-full/drivers/media/video/saa7134/saa7134-core.c 2005-06-20 11:46:20.000000000 +0200
@@ -1212,8 +1212,10 @@
static void saa7134_fini(void)
{
+#ifdef CONFIG_MODULES
if (pending_registered)
unregister_module_notifier(&pending_notifier);
+#endif
pci_unregister_driver(&saa7134_pci_driver);
}
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: [patch] 2.6.12-mm1: saa7134-core.c compile error
2005-06-20 9:48 ` [patch] 2.6.12-mm1: saa7134-core.c compile error Adrian Bunk
@ 2005-06-20 22:19 ` Michael Krufky
0 siblings, 0 replies; 64+ messages in thread
From: Michael Krufky @ 2005-06-20 22:19 UTC (permalink / raw)
To: Linux and Kernel Video
Cc: Andrew Morton, Mauro Carvalho Chehab, kraxel, linux-kernel
Adrian Bunk wrote:
>On Sun, Jun 19, 2005 at 11:30:29PM -0700, Andrew Morton wrote:
>
>
>>...
>>Changes since 2.6.12-rc6-mm1:
>>...
>>+v4l-update-for-saa7134-cards.patch
>>...
>> v4l updates
>>...
>>
>>
>
>The bogus saa7134-core.c part of this patch has to be dropped since it
>causes the following compile error with CONFIG_MODULES=n:
>
><-- snip -->
>
>...
> CC drivers/media/video/saa7134/saa7134-core.o
>drivers/media/video/saa7134/saa7134-core.c: In function `saa7134_fini':
>drivers/media/video/saa7134/saa7134-core.c:1215: error: `pending_registered' undeclared (first use in this function)
>drivers/media/video/saa7134/saa7134-core.c:1215: error: (Each undeclared identifier is reported only once
>drivers/media/video/saa7134/saa7134-core.c:1215: error: for each function it appears in.)
>drivers/media/video/saa7134/saa7134-core.c:1216: error: `pending_notifier' undeclared (first use in this function)
>make[4]: *** [drivers/media/video/saa7134/saa7134-core.o] Error 1
>
><-- snip -->
>
>
>This patch reverts this bogus patch.
>
>
>Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
>--- linux-2.6.12-mm1-modular/drivers/media/video/saa7134/saa7134-core.c 2005-06-20 10:59:33.000000000 +0200
>+++ linux-2.6.12-mm1-full/drivers/media/video/saa7134/saa7134-core.c 2005-06-20 11:46:20.000000000 +0200
>@@ -1212,8 +1212,10 @@
>
> static void saa7134_fini(void)
> {
>+#ifdef CONFIG_MODULES
> if (pending_registered)
> unregister_module_notifier(&pending_notifier);
>+#endif
> pci_unregister_driver(&saa7134_pci_driver);
> }
>
>
>--
>video4linux-list mailing list
>Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
>https://www.redhat.com/mailman/listinfo/video4linux-list
>
>
committed to video4linux CVS:
/Mon Jun 20 22:06:52 2005 UTC/ (6 minutes, 55 seconds ago) by /mkrufky/
* saa7134-core.c:
- Fix kernel compile error with CONFIG_MODULES=n
Signed-off-by: Adrian Bunk <bunk@stusta.de <mailto:bunk@stusta.de>>
Thank you!
--
Michael Krufky
^ permalink raw reply [flat|nested] 64+ messages in thread
* [PATCH] bttv fix [was: 2.6.12-mm1]
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (3 preceding siblings ...)
2005-06-20 9:48 ` [patch] 2.6.12-mm1: saa7134-core.c compile error Adrian Bunk
@ 2005-06-20 11:36 ` J.A. Magallon
2005-06-20 11:38 ` 2.6.12-mm1 J.A. Magallon
` (8 subsequent siblings)
13 siblings, 0 replies; 64+ messages in thread
From: J.A. Magallon @ 2005-06-20 11:36 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux-Kernel Lista
On 06.20, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
>
And a small breakage ;).
struct bttv defined after usage. Fix below:
--- linux-2.6.12-jam1/drivers/media/video/bttvp.h.orig 2005-06-20 10:00:24.000000000 +0200
+++ linux-2.6.12-jam1/drivers/media/video/bttvp.h 2005-06-20 10:00:59.000000000 +0200
@@ -226,11 +226,6 @@
#define dprintk if (bttv_debug >= 1) printk
#define d2printk if (bttv_debug >= 2) printk
-/* our devices */
-#define BTTV_MAX 16
-extern unsigned int bttv_num;
-extern struct bttv bttvs[BTTV_MAX];
-
#define BTTV_MAX_FBUF 0x208000
#define VBIBUF_SIZE (2048*VBI_MAXLINES*2)
#define BTTV_TIMEOUT (HZ/2) /* 0.5 seconds */
@@ -377,6 +372,11 @@
struct bttv_fh init;
};
+/* our devices */
+#define BTTV_MAX 16
+extern unsigned int bttv_num;
+extern struct bttv bttvs[BTTV_MAX];
+
/* private ioctls */
#define BTTV_VERSION _IOR('v' , BASE_VIDIOCPRIVATE+6, int)
#define BTTV_VBISIZE _IOR('v' , BASE_VIDIOCPRIVATE+8, int)
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (4 preceding siblings ...)
2005-06-20 11:36 ` [PATCH] bttv fix [was: 2.6.12-mm1] J.A. Magallon
@ 2005-06-20 11:38 ` J.A. Magallon
2005-06-20 16:36 ` 2.6.12-mm1 Jeff Garzik
2005-06-20 12:32 ` [PATCH] Fix Reiser4 Dependencies Andrew James Wade
` (7 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: J.A. Magallon @ 2005-06-20 11:38 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, Jeff Garzik
On 06.20, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
>
I had this in my kernel, compiled from lkml ans supposed to fix some brakage
realted to slab management in libata. Is still needed ?
--- linux-2.6.11.orig/drivers/scsi/libata-core.c
+++ linux-2.6.11/drivers/scsi/libata-core.c
@@ -41,6 +41,7 @@
#include <scsi/scsi.h>
#include "scsi.h"
#include "scsi_priv.h"
+#include "scsi_logging.h"
#include <scsi/scsi_host.h>
#include <linux/libata.h>
#include <asm/io.h>
@@ -2833,6 +2834,11 @@ static void atapi_request_sense(struct a
DPRINTK("EXIT\n");
}
+void ata_qc_timeout_done(struct scsi_cmnd *scmd)
+{
+ return;
+}
+
/**
* ata_qc_timeout - Handle timeout of queued command
* @qc: Command that timed out
@@ -2865,17 +2871,16 @@ static void ata_qc_timeout(struct ata_qu
struct scsi_cmnd *cmd = qc->scsicmd;
if (!scsi_eh_eflags_chk(cmd, SCSI_EH_CANCEL_CMD)) {
-
/* finish completing original command */
+ qc->scsidone = ata_qc_timeout_done;
+
__ata_qc_complete(qc);
atapi_request_sense(ap, dev, cmd);
cmd->result = (CHECK_CONDITION << 1) | (DID_OK << 16);
- scsi_finish_command(cmd);
-
- goto out;
}
+ goto out;
}
/* hack alert! We cannot use the supplied completion
--- linux-2.6.11.orig/drivers/scsi/libata-scsi.c
+++ linux-2.6.11/drivers/scsi/libata-scsi.c
@@ -380,12 +380,6 @@ int ata_scsi_error(struct Scsi_Host *hos
ap = (struct ata_port *) &host->hostdata[0];
ap->ops->eng_timeout(ap);
- /* TODO: this is per-command; when queueing is supported
- * this code will either change or move to a more
- * appropriate place
- */
- host->host_failed--;
-
DPRINTK("EXIT\n");
return 0;
}
--- linux-2.6.11.orig/drivers/scsi/scsi_error.c
+++ linux-2.6.11/drivers/scsi/scsi_error.c
@@ -1606,6 +1606,40 @@ static void scsi_unjam_host(struct Scsi_
scsi_eh_flush_done_q(&eh_done_q);
}
+static void scsi_invoke_strategy_handler(struct Scsi_Host *shost)
+{
+ int rtn;
+ struct list_head *lh, *lh_sf;
+ struct scsi_cmnd *scmd;
+ unsigned long flags;
+ LIST_HEAD(eh_work_q);
+ LIST_HEAD(eh_done_q);
+
+ rtn = shost->hostt->eh_strategy_handler(shost);
+
+ spin_lock_irqsave(shost->host_lock, flags);
+ list_splice_init(&shost->eh_cmd_q, &eh_work_q);
+ spin_unlock_irqrestore(shost->host_lock, flags);
+
+ SCSI_LOG_ERROR_RECOVERY(1, scsi_eh_prt_fail_stats(shost, &eh_work_q));
+
+ list_for_each_safe(lh, lh_sf, &eh_work_q) {
+ scmd = list_entry(lh, struct scsi_cmnd, eh_entry);
+
+ if (scsi_eh_eflags_chk(scmd, SCSI_EH_CANCEL_CMD) ||
+ !SCSI_SENSE_VALID(scmd))
+ continue;
+ scmd->retries = scmd->allowed;
+ scsi_eh_finish_cmd(scmd, &eh_done_q);
+ }
+
+ if (!list_empty(&eh_work_q))
+ if (!scsi_eh_abort_cmds(&eh_work_q, &eh_done_q))
+ scsi_eh_ready_devs(shost, &eh_work_q, &eh_done_q);
+
+ scsi_eh_flush_done_q(&eh_done_q);
+}
+
/**
* scsi_error_handler - Handle errors/timeouts of SCSI cmds.
* @data: Host for which we are running.
@@ -1620,7 +1654,6 @@ static void scsi_unjam_host(struct Scsi_
int scsi_error_handler(void *data)
{
struct Scsi_Host *shost = (struct Scsi_Host *) data;
- int rtn;
DECLARE_MUTEX_LOCKED(sem);
/*
@@ -1676,8 +1709,8 @@ int scsi_error_handler(void *data)
* what we need to do to get it up and online again (if we can).
* If we fail, we end up taking the thing offline.
*/
- if (shost->hostt->eh_strategy_handler)
- rtn = shost->hostt->eh_strategy_handler(shost);
+ if (shost->hostt->eh_strategy_handler)
+ scsi_invoke_strategy_handler(shost);
else
scsi_unjam_host(shost);
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 11:38 ` 2.6.12-mm1 J.A. Magallon
@ 2005-06-20 16:36 ` Jeff Garzik
2005-06-20 22:35 ` 2.6.12-mm1 J.A. Magallon
0 siblings, 1 reply; 64+ messages in thread
From: Jeff Garzik @ 2005-06-20 16:36 UTC (permalink / raw)
To: J.A. Magallon; +Cc: Andrew Morton, linux-kernel
J.A. Magallon wrote:
> On 06.20, Andrew Morton wrote:
>
>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>>
>>
>>- Someone broke /proc/device-tree on ppc64. It's being looked into.
>>
>>- Nothing particularly special here - various fixes and updates.
>>
>
>
> I had this in my kernel, compiled from lkml ans supposed to fix some brakage
> realted to slab management in libata. Is still needed ?
It's a patch with bugs, that needs to be fixed. You can't call
scsi_eh_abort_cmds() without an abort handler, that won't accomplish too
much.
Jeff
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 16:36 ` 2.6.12-mm1 Jeff Garzik
@ 2005-06-20 22:35 ` J.A. Magallon
0 siblings, 0 replies; 64+ messages in thread
From: J.A. Magallon @ 2005-06-20 22:35 UTC (permalink / raw)
To: linux-kernel
On 06.20, Jeff Garzik wrote:
> J.A. Magallon wrote:
> > On 06.20, Andrew Morton wrote:
> >
> >>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
> >>
> >>
> >>- Someone broke /proc/device-tree on ppc64. It's being looked into.
> >>
> >>- Nothing particularly special here - various fixes and updates.
> >>
> >
> >
> > I had this in my kernel, compiled from lkml ans supposed to fix some brakage
> > realted to slab management in libata. Is still needed ?
>
> It's a patch with bugs, that needs to be fixed. You can't call
> scsi_eh_abort_cmds() without an abort handler, that won't accomplish too
> much.
>
Thanks, dropped till any news appear...
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread
* [PATCH] Fix Reiser4 Dependencies
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (5 preceding siblings ...)
2005-06-20 11:38 ` 2.6.12-mm1 J.A. Magallon
@ 2005-06-20 12:32 ` Andrew James Wade
2005-06-20 18:26 ` Hans Reiser
2005-06-20 13:14 ` 2.6.12-mm1 Andy Whitcroft
` (6 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Andrew James Wade @ 2005-06-20 12:32 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, reiserfs-dev
* ZLIB_INFLATE is not visible in menuconfig. Reiser4 should probably
just select it like the other filesystems do.
* Reiser4 also depends on ZLIB_DEFLATE.
signed-off-by: Andrew Wade <ajwade@alumni.uwaterloo.ca>
--- 2.6.12-mm1/fs/reiser4/Kconfig 2005-06-20 07:38:22.087653000 -0400
+++ linux/fs/reiser4/Kconfig 2005-06-20 08:01:28.914324250 -0400
@@ -1,6 +1,8 @@
config REISER4_FS
tristate "Reiser4 (EXPERIMENTAL)"
- depends on EXPERIMENTAL && !4KSTACKS && ZLIB_INFLATE
+ depends on EXPERIMENTAL && !4KSTACKS
+ select ZLIB_INFLATE
+ select ZLIB_DEFLATE
help
Reiser4 is a filesystem that performs all filesystem operations
as atomic transactions, which means that it either performs a
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-20 12:32 ` [PATCH] Fix Reiser4 Dependencies Andrew James Wade
@ 2005-06-20 18:26 ` Hans Reiser
2005-06-20 20:44 ` Andrew James Wade
0 siblings, 1 reply; 64+ messages in thread
From: Hans Reiser @ 2005-06-20 18:26 UTC (permalink / raw)
To: Andrew James Wade
Cc: Andrew Morton, linux-kernel, reiserfs-dev, Edward Shishkin
Please discuss with Edward Shishkin.
Hans
Andrew James Wade wrote:
>* ZLIB_INFLATE is not visible in menuconfig. Reiser4 should probably
> just select it like the other filesystems do.
>
>* Reiser4 also depends on ZLIB_DEFLATE.
>
>signed-off-by: Andrew Wade <ajwade@alumni.uwaterloo.ca>
>
>--- 2.6.12-mm1/fs/reiser4/Kconfig 2005-06-20 07:38:22.087653000 -0400
>+++ linux/fs/reiser4/Kconfig 2005-06-20 08:01:28.914324250 -0400
>@@ -1,6 +1,8 @@
> config REISER4_FS
> tristate "Reiser4 (EXPERIMENTAL)"
>- depends on EXPERIMENTAL && !4KSTACKS && ZLIB_INFLATE
>+ depends on EXPERIMENTAL && !4KSTACKS
>+ select ZLIB_INFLATE
>+ select ZLIB_DEFLATE
> help
> Reiser4 is a filesystem that performs all filesystem operations
> as atomic transactions, which means that it either performs a
>
>
>
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-20 18:26 ` Hans Reiser
@ 2005-06-20 20:44 ` Andrew James Wade
2005-06-21 11:27 ` Edward Shishkin
0 siblings, 1 reply; 64+ messages in thread
From: Andrew James Wade @ 2005-06-20 20:44 UTC (permalink / raw)
To: Hans Reiser; +Cc: Andrew Morton, linux-kernel, reiserfs-dev, Edward Shishkin
> Andrew James Wade wrote:
>
> >* ZLIB_INFLATE is not visible in menuconfig. Reiser4 should probably
> > just select it like the other filesystems do.
The issue I had here was that Reiser4 wasn't appearing in menuconfig for
me as I did not have ZLIB_INFLATE set, and the ZLIB_INFLATE option wasn't
appearing either (I think it's because it doesn't have a prompt). I just
followed the pattern for all other filesystems referencing ZLIB_INFLATE,
and the comment in lib/Kbuild suggests this is the proper approach:
| #
| # compression support is select'ed if needed
| #
> >
> >* Reiser4 also depends on ZLIB_DEFLATE.
I was getting linker errors:
| fs/built-in.o(.text+0x8f465): In function `gzip1_alloc':
| fs/reiser4/plugin/compress/compress.c:59: undefined reference to `zlib_deflate_workspacesize'
| fs/built-in.o(.text+0x8f475): In function `gzip1_alloc':
| include/asm/string.h:361: undefined reference to `zlib_deflate_workspacesize'
| fs/built-in.o(.text+0x8f64e): In function `gzip1_compress':
| fs/reiser4/plugin/compress/compress.c:167: undefined reference to `zlib_deflateInit2_'
| fs/built-in.o(.text+0x8f661):fs/reiser4/plugin/compress/compress.c:174: undefined reference to `zlib_deflateReset'
| fs/built-in.o(.text+0x8f697):fs/reiser4/plugin/compress/compress.c:184: undefined reference to `zlib_deflate'
select'ing ZLIB_DEFLATE fixed them.
Reiser4 is working for me after the two changes.
HTH,
Andrew
> >
> >signed-off-by: Andrew Wade <ajwade@alumni.uwaterloo.ca>
> >
> >--- 2.6.12-mm1/fs/reiser4/Kconfig 2005-06-20 07:38:22.087653000 -0400
> >+++ linux/fs/reiser4/Kconfig 2005-06-20 08:01:28.914324250 -0400
> >@@ -1,6 +1,8 @@
> > config REISER4_FS
> > tristate "Reiser4 (EXPERIMENTAL)"
> >- depends on EXPERIMENTAL && !4KSTACKS && ZLIB_INFLATE
> >+ depends on EXPERIMENTAL && !4KSTACKS
> >+ select ZLIB_INFLATE
> >+ select ZLIB_DEFLATE
> > help
> > Reiser4 is a filesystem that performs all filesystem operations
> > as atomic transactions, which means that it either performs a
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-20 20:44 ` Andrew James Wade
@ 2005-06-21 11:27 ` Edward Shishkin
2005-06-21 18:47 ` Hans Reiser
0 siblings, 1 reply; 64+ messages in thread
From: Edward Shishkin @ 2005-06-21 11:27 UTC (permalink / raw)
To: Andrew James Wade; +Cc: Hans Reiser, Andrew Morton, linux-kernel, reiserfs-dev
Andrew James Wade wrote:
>>Andrew James Wade wrote:
>>
>>
>>
>>>* ZLIB_INFLATE is not visible in menuconfig. Reiser4 should probably
>>> just select it like the other filesystems do.
>>>
>>>
>The issue I had here was that Reiser4 wasn't appearing in menuconfig for
>me as I did not have ZLIB_INFLATE set, and the ZLIB_INFLATE option wasn't
>appearing either (I think it's because it doesn't have a prompt). I just
>followed the pattern for all other filesystems referencing ZLIB_INFLATE,
>and the comment in lib/Kbuild suggests this is the proper approach:
>
>| #
>| # compression support is select'ed if needed
>| #
>
>
>
>>>* Reiser4 also depends on ZLIB_DEFLATE.
>>>
>>>
>I was getting linker errors:
>
>| fs/built-in.o(.text+0x8f465): In function `gzip1_alloc':
>| fs/reiser4/plugin/compress/compress.c:59: undefined reference to `zlib_deflate_workspacesize'
>| fs/built-in.o(.text+0x8f475): In function `gzip1_alloc':
>| include/asm/string.h:361: undefined reference to `zlib_deflate_workspacesize'
>| fs/built-in.o(.text+0x8f64e): In function `gzip1_compress':
>| fs/reiser4/plugin/compress/compress.c:167: undefined reference to `zlib_deflateInit2_'
>| fs/built-in.o(.text+0x8f661):fs/reiser4/plugin/compress/compress.c:174: undefined reference to `zlib_deflateReset'
>| fs/built-in.o(.text+0x8f697):fs/reiser4/plugin/compress/compress.c:184: undefined reference to `zlib_deflate'
>
>select'ing ZLIB_DEFLATE fixed them.
>
>Reiser4 is working for me after the two changes.
>
>HTH,
>Andrew
>
>
Hello,
ZLIB_INFLATE/DEFLATE will be selected by special reiser4 related
configuration
option "Enable reiser4 compression plugins of gzip family"
(REISER4_ZLIB), but
since this kind of support was discussed, it is in our working
repository for a while..
Anyway thanks,
Edward.
>
>
>
>>>signed-off-by: Andrew Wade <ajwade@alumni.uwaterloo.ca>
>>>
>>>--- 2.6.12-mm1/fs/reiser4/Kconfig 2005-06-20 07:38:22.087653000 -0400
>>>+++ linux/fs/reiser4/Kconfig 2005-06-20 08:01:28.914324250 -0400
>>>@@ -1,6 +1,8 @@
>>>config REISER4_FS
>>> tristate "Reiser4 (EXPERIMENTAL)"
>>>- depends on EXPERIMENTAL && !4KSTACKS && ZLIB_INFLATE
>>>+ depends on EXPERIMENTAL && !4KSTACKS
>>>+ select ZLIB_INFLATE
>>>+ select ZLIB_DEFLATE
>>> help
>>> Reiser4 is a filesystem that performs all filesystem operations
>>> as atomic transactions, which means that it either performs a
>>>
>>>
>
>
>
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-21 11:27 ` Edward Shishkin
@ 2005-06-21 18:47 ` Hans Reiser
2005-06-21 19:26 ` Andrew James Wade
2005-06-22 8:39 ` Edward Shishkin
0 siblings, 2 replies; 64+ messages in thread
From: Hans Reiser @ 2005-06-21 18:47 UTC (permalink / raw)
To: Edward Shishkin
Cc: Andrew James Wade, Andrew Morton, linux-kernel, reiserfs-dev
Edward Shishkin wrote:
>
> Hello,
> ZLIB_INFLATE/DEFLATE will be selected by special reiser4 related
> configuration
> option "Enable reiser4 compression plugins of gzip family"
> (REISER4_ZLIB), but
> since this kind of support was discussed, it is in our working
> repository for a while..
>
> Anyway thanks,
> Edward.
I am sorry, are you telling him that it works for you because you have
code that is different? Did I misunderstand you? How is what is in
your working repository relevant to anybody but you? Please supply a
full update patch.
Hans
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-21 18:47 ` Hans Reiser
@ 2005-06-21 19:26 ` Andrew James Wade
2005-06-22 8:56 ` Edward Shishkin
2005-06-22 8:39 ` Edward Shishkin
1 sibling, 1 reply; 64+ messages in thread
From: Andrew James Wade @ 2005-06-21 19:26 UTC (permalink / raw)
To: Edward Shishkin; +Cc: Hans Reiser, Andrew Morton, linux-kernel, reiserfs-dev
Hello Edward, Hans.
> Edward Shishkin wrote:
> > ZLIB_INFLATE/DEFLATE will be selected by special reiser4 related
> > configuration
> > option "Enable reiser4 compression plugins of gzip family" ...
Sounds promising.
> > Anyway thanks,
You're welcome.
On June 21, 2005 02:47 pm, Hans Reiser wrote:
> I am sorry, are you telling him that it works for you because you have
> code that is different?
As I understand it, when his upcoming changes are merged, base Reiser4
would no longer depend on ZLIB_INFLATE/DEFLATE and my patch would then be
incorrect. I am not in a position to know whether a code-dump or a minimal
fix or something in-between is most appropriate for the next -mm release,
for the moment just tweaking the Kconfig is working for me (I'm using
Reiser4 under 2.6.12-mm1 with no further problems).
HTH,
Andrew
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-21 19:26 ` Andrew James Wade
@ 2005-06-22 8:56 ` Edward Shishkin
0 siblings, 0 replies; 64+ messages in thread
From: Edward Shishkin @ 2005-06-22 8:56 UTC (permalink / raw)
To: Andrew James Wade; +Cc: Hans Reiser, Andrew Morton, linux-kernel, reiserfs-dev
Andrew James Wade wrote:
>Hello Edward, Hans.
>
>
>
>>Edward Shishkin wrote:
>>
>>
>>>ZLIB_INFLATE/DEFLATE will be selected by special reiser4 related
>>>configuration
>>>option "Enable reiser4 compression plugins of gzip family" ...
>>>
>>>
>Sounds promising.
>
>
>
>>>Anyway thanks,
>>>
>>>
>You're welcome.
>
>On June 21, 2005 02:47 pm, Hans Reiser wrote:
>
>
>>I am sorry, are you telling him that it works for you because you have
>>code that is different?
>>
>>
>As I understand it, when his upcoming changes are merged, base Reiser4
>would no longer depend on ZLIB_INFLATE/DEFLATE and my patch would then be
>incorrect.
>
Yes, this will be supported optionally, plus some code to check it in
the places
where zlib is really needed.
Edward.
>I am not in a position to know whether a code-dump or a minimal
>fix or something in-between is most appropriate for the next -mm release,
>for the moment just tweaking the Kconfig is working for me (I'm using
>Reiser4 under 2.6.12-mm1 with no further problems).
>
>HTH,
>Andrew
>
>
>
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] Fix Reiser4 Dependencies
2005-06-21 18:47 ` Hans Reiser
2005-06-21 19:26 ` Andrew James Wade
@ 2005-06-22 8:39 ` Edward Shishkin
1 sibling, 0 replies; 64+ messages in thread
From: Edward Shishkin @ 2005-06-22 8:39 UTC (permalink / raw)
To: Hans Reiser
Cc: Andrew James Wade, Andrew Morton, linux-kernel, reiserfs-dev,
Reiserfs List
Hans Reiser wrote:
>Edward Shishkin wrote:
>
>
>
>>Hello,
>>ZLIB_INFLATE/DEFLATE will be selected by special reiser4 related
>>configuration
>>option "Enable reiser4 compression plugins of gzip family"
>>(REISER4_ZLIB), but
>>since this kind of support was discussed, it is in our working
>>repository for a while..
>>
>>Anyway thanks,
>>Edward.
>>
>>
>
>I am sorry, are you telling him that it works for you because you have
>code that is different? Did I misunderstand you? How is what is in
>your working repository relevant to anybody but you? Please supply a
>full update patch.
>
>Hans
>
>
>
1. The patchset reiser4-replacement-broken-out.1 for 2.6.12-rc5-mm2 is
buggy and leads to compilation errors
2. To fix this one should use the fixed patchset:
ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.12-rc5-mm2/reiser4-replacement-broken-out.2.tar.gz
Thanks,
Edward.
>
>
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (6 preceding siblings ...)
2005-06-20 12:32 ` [PATCH] Fix Reiser4 Dependencies Andrew James Wade
@ 2005-06-20 13:14 ` Andy Whitcroft
2005-06-21 22:55 ` 2.6.12-mm1 Greg KH
2005-06-20 13:21 ` 2.6.12-mm1: Kernel BUG at "fs/open.c":935 Rafael J. Wysocki
` (5 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Andy Whitcroft @ 2005-06-20 13:14 UTC (permalink / raw)
To: gregkh; +Cc: Andrew Morton, linux-kernel
Having trouble getting 2.6.12-mm1 to compile on my x86 test
boxes other than a basic PC. I suspect this patch is to 'blame'.
> +gregkh-pci-pci-assign-unassigned-resources.patch
We seem to need to include setup-bus.o for most x86 architectures
regardless of HOTPLUG. Not sure if this is the right fix, but it
seems to work on the systems I have tested.
-apw
=== 8< ===
It seems that X86 architectures in general need the setup-bus.o
not just those with HOTPLUG. This avoids the following error on
X86_NUMAQ and x86_64:
arch/i386/pci/built-in.o(.init.text+0x15a6): In function `pcibios_init':
: undefined reference to `pci_assign_unassigned_resources'
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
---
Makefile | 1 +
1 files changed, 1 insertion(+)
diff -upN reference/drivers/pci/Makefile current/drivers/pci/Makefile
--- reference/drivers/pci/Makefile
+++ current/drivers/pci/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
#
# Some architectures use the generic PCI setup functions
#
+obj-$(CONFIG_X86) += setup-bus.o
obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
obj-$(CONFIG_PARISC) += setup-bus.o
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 13:14 ` 2.6.12-mm1 Andy Whitcroft
@ 2005-06-21 22:55 ` Greg KH
2005-06-22 9:23 ` 2.6.12-mm1 Andy Whitcroft
0 siblings, 1 reply; 64+ messages in thread
From: Greg KH @ 2005-06-21 22:55 UTC (permalink / raw)
To: Andy Whitcroft; +Cc: Andrew Morton, linux-kernel
On Mon, Jun 20, 2005 at 02:14:51PM +0100, Andy Whitcroft wrote:
> Having trouble getting 2.6.12-mm1 to compile on my x86 test
> boxes other than a basic PC. I suspect this patch is to 'blame'.
>
> > +gregkh-pci-pci-assign-unassigned-resources.patch
>
> We seem to need to include setup-bus.o for most x86 architectures
> regardless of HOTPLUG. Not sure if this is the right fix, but it
> seems to work on the systems I have tested.
>
> -apw
>
> === 8< ===
> It seems that X86 architectures in general need the setup-bus.o
> not just those with HOTPLUG. This avoids the following error on
> X86_NUMAQ and x86_64:
>
> arch/i386/pci/built-in.o(.init.text+0x15a6): In function `pcibios_init':
> : undefined reference to `pci_assign_unassigned_resources'
>
> Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Sounds like a NUMA issue, right? If you don't have HOTPLUG enabled, X86
should not need setup_bus. Care to find the real problem here?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-21 22:55 ` 2.6.12-mm1 Greg KH
@ 2005-06-22 9:23 ` Andy Whitcroft
2005-06-22 10:04 ` 2.6.12-mm1 Ivan Kokshaysky
0 siblings, 1 reply; 64+ messages in thread
From: Andy Whitcroft @ 2005-06-22 9:23 UTC (permalink / raw)
To: Greg KH, Ivan Kokshaysky; +Cc: Andrew Morton, linux-kernel
Greg KH wrote:
> On Mon, Jun 20, 2005 at 02:14:51PM +0100, Andy Whitcroft wrote:
>>Having trouble getting 2.6.12-mm1 to compile on my x86 test
>>boxes other than a basic PC. I suspect this patch is to 'blame'.
>>
>>>+gregkh-pci-pci-assign-unassigned-resources.patch
>>
>>We seem to need to include setup-bus.o for most x86 architectures
>>regardless of HOTPLUG. Not sure if this is the right fix, but it
>>seems to work on the systems I have tested.
> Sounds like a NUMA issue, right? If you don't have HOTPLUG enabled, X86
> should not need setup_bus. Care to find the real problem here?
Ok. I've spent some time looking at this and I think my fix is correct
if we assume that the intent of the change in the patch below is correct:
gregkh-pci-pci-assign-unassigned-resources.patch
This patch adds a call to pci_assign_unassigned_resources() to
pcibios_init(). pcibios_init() is called unconditionally as a
subsys_initcall() from arch/i386/pci/common.c which is an unconditional
link for i386.
@@ -165,6 +165,7 @@
if ((pci_probe & PCI_BIOS_SORT) && !(pci_probe & PCI_NO_SORT))
pcibios_sort();
#endif
+ pci_assign_unassigned_resources();
return 0;
}
I am not a PCI guru so I can't comment on whether this call is
reasonable, but if it is then we require setup-bus.o for all i386 platforms.
I will note that in reading the patch the commentry at the top lists
three individual changes which I think I can identify in the patch
itself, I don't feel that the change above falls under any of them?
Ivan, can you shead any light on whether the hunk of your patch above is
one of the three fixes, whether its a fourth fix, and indeed whether its
needed?
-apw
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-22 9:23 ` 2.6.12-mm1 Andy Whitcroft
@ 2005-06-22 10:04 ` Ivan Kokshaysky
0 siblings, 0 replies; 64+ messages in thread
From: Ivan Kokshaysky @ 2005-06-22 10:04 UTC (permalink / raw)
To: Andy Whitcroft; +Cc: Greg KH, Andrew Morton, linux-kernel
On Wed, Jun 22, 2005 at 10:23:06AM +0100, Andy Whitcroft wrote:
> Ivan, can you shead any light on whether the hunk of your patch above is
> one of the three fixes, whether its a fourth fix, and indeed whether its
> needed?
This is the core part of those four changes (and actually it should have
been attributed to Linus).
So your patch is absolutely correct, thanks.
Ivan.
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1: Kernel BUG at "fs/open.c":935
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (7 preceding siblings ...)
2005-06-20 13:14 ` 2.6.12-mm1 Andy Whitcroft
@ 2005-06-20 13:21 ` Rafael J. Wysocki
2005-06-20 13:54 ` Dipankar Sarma
2005-06-20 17:38 ` 2.6.12-mm1: drivers/misc/ibmasm/ compile error Adrian Bunk
` (4 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Rafael J. Wysocki @ 2005-06-20 13:21 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
On Monday, 20 of June 2005 08:30, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
Unfortunately, it's broken with preempt on x86-64 (Athlon 64):
Kernel BUG at "fs/open.c":935
invalid operand: 0000 [1] PREEMPT
CPU 0
Modules linked in: usbserial thermal processor fan button battery ac snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd soundcore snd_page_alloc ipt_LOG ipt_limit ipt_pkttype ipt_state ipt_REJECT iptable_mangle iptable_filter ip6table_mangle ip_nat_ftp iptable_nat ip_conntrack_ftp ip_conntrack ip_tables ip6table_filter ip6_tables ipv6 af_packet pcmcia firmware_class yenta_socket rsrc_nonstatic pcmcia_core usbhid ehci_hcd ohci_hcd sk98lin evdev joydev sg st sr_mod sd_mod scsi_mod ide_cd cdrom dm_mod parport_pc lp parport
Pid: 4269, comm: kded Not tainted 2.6.12-mm1
RIP: 0010:[<ffffffff801a14fb>] <ffffffff801a14fb>{fd_install+187}
RSP: 0018:ffff81002196bed8 EFLAGS: 00010286
RAX: ffff81002c8d3668 RBX: ffff81002fd627b8 RCX: 0000000000000080
RDX: ffff81002846e490 RSI: ffff810022549a88 RDI: 0000000000000001
RBP: 0000000000000080 R08: 0000000000000000 R09: 0000000000000000
R10: ffff81002f16a000 R11: 0000000000000246 R12: ffff810022549a88
R13: 0000000000000080 R14: 0000000000000080 R15: ffff81002846e490
FS: 00002aaaae576d20(0000) GS:ffffffff80588840(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 00002aaaaae75b88 CR3: 0000000021fd6000 CR4: 00000000000006e0
Process kded (pid: 4269, threadinfo ffff81002196a000, task ffff81002d750070)
Stack: 0000000000000080 ffff81002fd627b8 0000000000000080 0000000000000080
ffff81002fd627b8 ffffffff801beb4d ffff81002d98d000 000000000000000c
ffff810022549a88 0000000000000000
Call Trace:<ffffffff801beb4d>{dupfd+589} <ffffffff801bed75>{sys_fcntl+309}
<ffffffff8010f442>{system_call+126}
Code: 0f 0b 9f d9 3e 80 ff ff ff ff a7 03 48 8b 42 10 4c 89 24 c8
RIP <ffffffff801a14fb>{fd_install+187} RSP <ffff81002196bed8>
<6>note: kded[4269] exited with preempt_count 1
scheduling while atomic: kded/0x10000001/4269
Call Trace:<ffffffff803c82ea>{schedule+122} <ffffffff8013a875>{release_console_sem+693}
<ffffffff8013a94d>{release_console_sem+909} <ffffffff803c8c3f>{cond_resched+47}
<ffffffff80189c01>{unmap_vmas+1841} <ffffffff8018e98a>{exit_mmap+298}
<ffffffff80137203>{mmput+51} <ffffffff8013fe55>{do_exit+437}
<ffffffff80111125>{die+69} <ffffffff80111ac1>{do_invalid_op+145}
<ffffffff801a14fb>{fd_install+187} <ffffffff801bc43f>{link_path_walk+367}
<ffffffff80153383>{in_group_p+67} <ffffffff8017d800>{check_poison_obj+48}
<ffffffff8017e1a6>{poison_obj+70} <ffffffff8010fd39>{error_exit+0}
<ffffffff801a14fb>{fd_install+187} <ffffffff801a1467>{fd_install+39}
<ffffffff801beb4d>{dupfd+589} <ffffffff801bed75>{sys_fcntl+309}
<ffffffff8010f442>{system_call+126}
Please let me know if you need more information.
Greets,
Rafael
--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1: Kernel BUG at "fs/open.c":935
2005-06-20 13:21 ` 2.6.12-mm1: Kernel BUG at "fs/open.c":935 Rafael J. Wysocki
@ 2005-06-20 13:54 ` Dipankar Sarma
2005-06-20 14:05 ` Rafael J. Wysocki
0 siblings, 1 reply; 64+ messages in thread
From: Dipankar Sarma @ 2005-06-20 13:54 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Andrew Morton, linux-kernel
On Mon, Jun 20, 2005 at 03:21:11PM +0200, Rafael J. Wysocki wrote:
> On Monday, 20 of June 2005 08:30, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
> >
> >
> > - Someone broke /proc/device-tree on ppc64. It's being looked into.
> >
> > - Nothing particularly special here - various fixes and updates.
>
> Unfortunately, it's broken with preempt on x86-64 (Athlon 64):
>
> Kernel BUG at "fs/open.c":935
> invalid operand: 0000 [1] PREEMPT
> CPU 0
> Modules linked in: usbserial thermal processor fan button battery ac snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd soundcore snd_page_alloc ipt_LOG ipt_limit ipt_pkttype ipt_state ipt_REJECT iptable_mangle iptable_filter ip6table_mangle ip_nat_ftp iptable_nat ip_conntrack_ftp ip_conntrack ip_tables ip6table_filter ip6_tables ipv6 af_packet pcmcia firmware_class yenta_socket rsrc_nonstatic pcmcia_core usbhid ehci_hcd ohci_hcd sk98lin evdev joydev sg st sr_mod sd_mod scsi_mod ide_cd cdrom dm_mod parport_pc lp parport
> Pid: 4269, comm: kded Not tainted 2.6.12-mm1
> RIP: 0010:[<ffffffff801a14fb>] <ffffffff801a14fb>{fd_install+187}
Could you please mail your .config ? I will take a look at this.
Thanks
Dipankar
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1: Kernel BUG at "fs/open.c":935
2005-06-20 13:54 ` Dipankar Sarma
@ 2005-06-20 14:05 ` Rafael J. Wysocki
0 siblings, 0 replies; 64+ messages in thread
From: Rafael J. Wysocki @ 2005-06-20 14:05 UTC (permalink / raw)
To: dipankar; +Cc: Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1557 bytes --]
On Monday, 20 of June 2005 15:54, Dipankar Sarma wrote:
> On Mon, Jun 20, 2005 at 03:21:11PM +0200, Rafael J. Wysocki wrote:
> > On Monday, 20 of June 2005 08:30, Andrew Morton wrote:
> > >
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
> > >
> > >
> > > - Someone broke /proc/device-tree on ppc64. It's being looked into.
> > >
> > > - Nothing particularly special here - various fixes and updates.
> >
> > Unfortunately, it's broken with preempt on x86-64 (Athlon 64):
> >
> > Kernel BUG at "fs/open.c":935
> > invalid operand: 0000 [1] PREEMPT
> > CPU 0
> > Modules linked in: usbserial thermal processor fan button battery ac snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd soundcore snd_page_alloc ipt_LOG ipt_limit ipt_pkttype ipt_state ipt_REJECT iptable_mangle iptable_filter ip6table_mangle ip_nat_ftp iptable_nat ip_conntrack_ftp ip_conntrack ip_tables ip6table_filter ip6_tables ipv6 af_packet pcmcia firmware_class yenta_socket rsrc_nonstatic pcmcia_core usbhid ehci_hcd ohci_hcd sk98lin evdev joydev sg st sr_mod sd_mod scsi_mod ide_cd cdrom dm_mod parport_pc lp parport
> > Pid: 4269, comm: kded Not tainted 2.6.12-mm1
> > RIP: 0010:[<ffffffff801a14fb>] <ffffffff801a14fb>{fd_install+187}
>
> Could you please mail your .config ? I will take a look at this.
Attached.
Greets,
Rafael
--
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
-- Lewis Carroll "Alice's Adventures in Wonderland"
[-- Attachment #2: 2.6.12-mm1-config --]
[-- Type: text/plain, Size: 41385 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.12-mm1
# Mon Jun 20 14:29:19 2005
#
CONFIG_X86_64=y
CONFIG_64BIT=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_CMPXCHG=y
CONFIG_EARLY_PRINTK=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_MK8=y
# CONFIG_MPSC is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
# CONFIG_NUMA is not set
CONFIG_ARCH_FLATMEM_ENABLE=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_HAVE_ARCH_EARLY_PFN_TO_NID=y
CONFIG_HPET_TIMER=y
CONFIG_X86_PM_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_GART_IOMMU=y
CONFIG_SWIOTLB=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_INTEL is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_KEXEC is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_ASUS=m
# CONFIG_ACPI_IBM 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_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_CONTAINER=m
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
#
# CPUFreq processor drivers
#
CONFIG_X86_POWERNOW_K8=y
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_ACPI_CPUFREQ=m
#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_SPEEDSTEP_LIB is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_UNORDERED_IO is not set
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
# CONFIG_PCI_DEBUG is not set
#
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=m
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
# CONFIG_PD6729 is not set
CONFIG_I82092=m
# CONFIG_TCIC is not set
CONFIG_PCCARD_NONSTATIC=m
#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_FAKE=m
CONFIG_HOTPLUG_PCI_ACPI=m
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
# CONFIG_HOTPLUG_PCI_SHPC is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_UID16=y
#
# Performance-monitoring counters support
#
# CONFIG_PERFCTR is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=m
# CONFIG_DEBUG_DRIVER is not set
#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=y
CONFIG_FORK_CONNECTOR=y
#
# Memory Technology Devices (MTD)
#
CONFIG_MTD=m
CONFIG_MTD_DEBUG=y
CONFIG_MTD_DEBUG_VERBOSE=0
CONFIG_MTD_CONCAT=m
CONFIG_MTD_PARTITIONS=y
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
CONFIG_MTD_CMDLINE_PARTS=y
#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y
CONFIG_INFTL=m
#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_NOSWAP=y
# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
# CONFIG_MTD_CFI_GEOMETRY is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_OTP is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_AMDSTD_RETRY=0
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=m
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
CONFIG_MTD_ABSENT=m
# CONFIG_MTD_XIP is not set
#
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
CONFIG_MTD_PHYSMAP=m
CONFIG_MTD_PHYSMAP_START=0x8000000
CONFIG_MTD_PHYSMAP_LEN=0x4000000
CONFIG_MTD_PHYSMAP_BANKWIDTH=2
# CONFIG_MTD_PNC2000 is not set
CONFIG_MTD_SC520CDP=m
# CONFIG_MTD_NETSC520 is not set
# CONFIG_MTD_TS5500 is not set
# CONFIG_MTD_SBC_GXX is not set
CONFIG_MTD_AMD76XROM=m
# CONFIG_MTD_ICHXROM is not set
CONFIG_MTD_SCB2_FLASH=m
# CONFIG_MTD_NETtel is not set
# CONFIG_MTD_DILNETPC is not set
CONFIG_MTD_L440GX=m
CONFIG_MTD_PCI=m
# CONFIG_MTD_PLATRAM is not set
#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=m
CONFIG_MTD_PMC551_BUGFIX=y
# CONFIG_MTD_PMC551_DEBUG is not set
CONFIG_MTD_SLRAM=m
# CONFIG_MTD_PHRAM is not set
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLKMTD=m
# CONFIG_MTD_BLOCK2MTD is not set
#
# Disk-On-Chip Device Drivers
#
CONFIG_MTD_DOC2000=m
CONFIG_MTD_DOC2001=m
CONFIG_MTD_DOC2001PLUS=m
CONFIG_MTD_DOCPROBE=m
CONFIG_MTD_DOCECC=m
CONFIG_MTD_DOCPROBE_ADVANCED=y
CONFIG_MTD_DOCPROBE_ADDRESS=0x0000
CONFIG_MTD_DOCPROBE_HIGH=y
CONFIG_MTD_DOCPROBE_55AA=y
#
# NAND Flash Device Drivers
#
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_VERIFY_WRITE=y
CONFIG_MTD_NAND_IDS=m
CONFIG_MTD_NAND_DISKONCHIP=m
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
CONFIG_MTD_NAND_DISKONCHIP_PROBE_HIGH=y
CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE=y
# CONFIG_MTD_NAND_NANDSIM is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_1284=y
#
# Plug and Play support
#
# CONFIG_PNP is not set
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_PARIDE 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=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=128000
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_LBD=y
# CONFIG_CDROM_PKTCDVD is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_ATA_OVER_ETH=m
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/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_IDECS is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_OFFBOARD=y
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# 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_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=m
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
# 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=y
#
# SCSI Transport Attributes
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
# CONFIG_SCSI_ISCSI_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_ITERAID is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_SATA 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 is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=m
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
CONFIG_SCSI_DEBUG=m
#
# PCMCIA SCSI adapter support
#
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=m
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m
# CONFIG_DM_MULTIPATH is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_IEEE1394=m
#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
CONFIG_IEEE1394_OUI_DB=y
CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y
CONFIG_IEEE1394_CONFIG_ROM_IP1394=y
#
# Device Drivers
#
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_OHCI1394=m
#
# Protocol Drivers
#
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
CONFIG_IEEE1394_SBP2_PHYS_DMA=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_IEEE1394_CMP=m
CONFIG_IEEE1394_AMDTP=m
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_TUNNEL=m
CONFIG_IP_TCPDIAG=y
# CONFIG_IP_TCPDIAG_IPV6 is not set
#
# TCP congestion control
#
CONFIG_TCP_CONG_BIC=y
CONFIG_TCP_CONG_WESTWOOD=y
CONFIG_TCP_CONG_HTCP=y
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_INET6_TUNNEL=m
CONFIG_IPV6_TUNNEL=m
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
CONFIG_BRIDGE_NETFILTER=y
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_CT_ACCT=y
CONFIG_IP_NF_CONNTRACK_MARK=y
CONFIG_IP_NF_CT_PROTO_SCTP=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_AMANDA=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_MATCH_PHYSDEV=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_REALM=m
CONFIG_IP_NF_MATCH_SCTP=m
CONFIG_IP_NF_MATCH_COMMENT=m
CONFIG_IP_NF_MATCH_CONNMARK=m
CONFIG_IP_NF_MATCH_HASHLIMIT=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_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_NAT_TFTP=m
CONFIG_IP_NF_NAT_AMANDA=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
CONFIG_IP_NF_TARGET_CONNMARK=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_TARGET_NOTRACK=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration (EXPERIMENTAL)
#
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MAC=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_MULTIPORT=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_MARK=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AHESP=m
CONFIG_IP6_NF_MATCH_LENGTH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_PHYSDEV=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m
CONFIG_IP6_NF_RAW=m
#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
#
# Bridge: Netfilter Configuration
#
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
# CONFIG_BRIDGE_EBT_ULOG is not set
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_ATM is not set
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=m
CONFIG_LLC2=m
CONFIG_IPX=m
CONFIG_IPX_INTERN=y
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=y
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_X25=m
CONFIG_LAPB=m
# CONFIG_NET_DIVERT is not set
CONFIG_ECONET=m
# CONFIG_ECONET_AUNUDP is not set
# CONFIG_ECONET_NATIVE is not set
CONFIG_WAN_ROUTER=m
#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CLK_JIFFIES=y
# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
# CONFIG_NET_SCH_CLK_CPU is not set
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
# CONFIG_NET_SCH_NETEM is not set
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
# CONFIG_NET_CLS_IND is not set
# CONFIG_CLS_U32_MARK is not set
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_POLICE=y
#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_KGDBOE is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_IEEE80211 is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 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_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SKGE is not set
CONFIG_SK98LIN=m
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set
#
# Wireless 802.11b ISA/PCI cards support
#
CONFIG_HERMES=m
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
CONFIG_PCI_HERMES=m
CONFIG_ATMEL=m
CONFIG_PCI_ATMEL=m
#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
# CONFIG_PCMCIA_HERMES is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_ATMEL is not set
# CONFIG_PCMCIA_WL3501 is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
CONFIG_PRISM54=m
# CONFIG_HOSTAP is not set
CONFIG_NET_WIRELESS=y
#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
CONFIG_SHAPER=m
CONFIG_NETCONSOLE=m
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# 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=m
CONFIG_INPUT_TSDEV=m
CONFIG_INPUT_TSDEV_SCREEN_X=240
CONFIG_INPUT_TSDEV_SCREEN_Y=320
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_SUNKBD=m
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_XTKBD=m
CONFIG_KEYBOARD_NEWTON=m
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_SERIAL=m
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_UINPUT=m
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_COMPUTONE is not set
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_DIGIEPCA is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_ISI is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
CONFIG_N_HDLC=m
# CONFIG_RISCOM8 is not set
# CONFIG_SPECIALIX is not set
# CONFIG_SX is not set
# CONFIG_RIO is not set
# CONFIG_STALDRV is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_ACPI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_MULTIPORT is not set
# CONFIG_SERIAL_8250_RSA is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
CONFIG_TIPAR=m
#
# IPMI
#
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_PANIC_EVENT=y
CONFIG_IPMI_PANIC_STRING=y
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
# CONFIG_IPMI_POWEROFF is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=m
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_DRM is not set
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=m
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
CONFIG_MAX_RAW_DEVS=4096
CONFIG_HANGCHECK_TIMER=m
#
# TPM devices
#
# CONFIG_TCG_TPM is not set
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
# CONFIG_I2C_ALGOPCA is not set
#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=m
# CONFIG_I2C_ALI1563 is not set
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
# CONFIG_I2C_AMD756_S4882 is not set
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_I810=m
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
CONFIG_I2C_PROSAVAGE=m
CONFIG_I2C_SAVAGE4=m
CONFIG_SCx200_ACB=m
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
# CONFIG_I2C_STUB is not set
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
CONFIG_I2C_VOODOO3=m
# CONFIG_I2C_PCA_ISA is not set
#
# Hardware Sensors Chip support
#
CONFIG_I2C_SENSOR=m
CONFIG_SENSORS_ADM1021=m
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
CONFIG_SENSORS_ASB100=m
# CONFIG_SENSORS_ATXP1 is not set
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_FSCHER=m
# CONFIG_SENSORS_FSCPOS is not set
CONFIG_SENSORS_GL518SM=m
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_IT87=m
# CONFIG_SENSORS_LM63 is not set
CONFIG_SENSORS_LM75=m
# CONFIG_SENSORS_LM77 is not set
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
# CONFIG_SENSORS_LM87 is not set
CONFIG_SENSORS_LM90=m
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83627HF=m
# CONFIG_SENSORS_W83627EHF is not set
#
# Other I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not set
# CONFIG_SENSORS_DS1374 is not set
CONFIG_SENSORS_EEPROM=m
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_RTC8564 is not set
# CONFIG_SENSORS_MAX6875 is not set
CONFIG_I2C_DEBUG_CORE=y
CONFIG_I2C_DEBUG_ALGO=y
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y
#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SOFT_CURSOR=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# 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=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
CONFIG_SND_DEBUG_MEMORY=y
CONFIG_SND_DEBUG_DETECT=y
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# 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_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI 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_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_HDA_INTEL is not set
#
# USB devices
#
CONFIG_SND_USB_AUDIO=m
# CONFIG_SND_USB_USX2Y is not set
#
# PCMCIA devices
#
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_SPLIT_ISO=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
#
# 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=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
#
# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_HID_FF=y
CONFIG_HID_PID=y
CONFIG_LOGITECH_FF=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_ITMTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# 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_USB_ZD1201 is not set
CONFIG_USB_MON=y
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 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_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_GOTEMP is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_TEST=m
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# MMC/SD Card support
#
# CONFIG_MMC is not set
#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set
#
# SN Devices
#
#
# Distributed Lock Manager
#
# CONFIG_DLM is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISER4_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
#
# XFS support
#
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_QUOTA=y
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_DNOTIFY=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
#
# Caches
#
# CONFIG_FSCACHE is not set
# CONFIG_FUSE_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS_XATTR=y
CONFIG_DEVPTS_FS_SECURITY=y
CONFIG_TMPFS=y
CONFIG_TMPFS_XATTR=y
CONFIG_TMPFS_SECURITY=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_RAMFS=y
# CONFIG_CONFIGFS_FS is not set
# CONFIG_RELAYFS_FS is not set
#
# 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_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp852"
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_EXPERIMENTAL is not set
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=m
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
#
# Kernel hacking
#
# CONFIG_PRINTK_TIME is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_DETECT_SOFTLOCKUP is not set
CONFIG_SCHEDSTATS=y
CONFIG_DEBUG_SLAB=y
CONFIG_DEBUG_PREEMPT=y
CONFIG_DEBUG_SPINLOCK=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_CHECKING is not set
CONFIG_INIT_DEBUG=y
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_KPROBES is not set
# CONFIG_KGDB is not set
#
# Security options
#
# CONFIG_KEYS is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_ROOTPLUG=m
CONFIG_SECURITY_SECLVL=m
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_TEST=m
#
# Hardware crypto devices
#
#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_DEC16=y
^ permalink raw reply [flat|nested] 64+ messages in thread
* 2.6.12-mm1: drivers/misc/ibmasm/ compile error
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (8 preceding siblings ...)
2005-06-20 13:21 ` 2.6.12-mm1: Kernel BUG at "fs/open.c":935 Rafael J. Wysocki
@ 2005-06-20 17:38 ` Adrian Bunk
2005-06-20 20:24 ` Andrew Morton
2005-06-20 18:29 ` 2.6.12-mm1 Jean Delvare
` (3 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Adrian Bunk @ 2005-06-20 17:38 UTC (permalink / raw)
To: Andrew Morton, Max Asbock; +Cc: linux-kernel, Vernon Mauery
On Sun, Jun 19, 2005 at 11:30:29PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.12-rc6-mm1:
>...
> +ibmasm-driver-redesign-handling-of-remote-control.patch
>...
> IBMASM driver updates
>...
"debug" is a bad name for a global variable:
<-- snip -->
...
LD .tmp_vmlinux1
drivers/built-in.o(.bss+0x5d468): multiple definition of `debug'
arch/i386/kernel/built-in.o(.text+0x2dc8): first defined here
make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (9 preceding siblings ...)
2005-06-20 17:38 ` 2.6.12-mm1: drivers/misc/ibmasm/ compile error Adrian Bunk
@ 2005-06-20 18:29 ` Jean Delvare
2005-06-20 20:41 ` 2.6.12-mm1 Andrew Morton
2005-06-20 18:39 ` gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1) Alexey Dobriyan
` (2 subsequent siblings)
13 siblings, 1 reply; 64+ messages in thread
From: Jean Delvare @ 2005-06-20 18:29 UTC (permalink / raw)
To: Andrew Morton, Mauro Carvalho Chehab; +Cc: LKML, Greg KH
Hi Andrew, Mauro, all,
Two things I am worried about.
First point:
> -i2c-chips-need-hwmon.patch
> -gregkh-i2c-hwmon-02-sparc64-fix.patch
> (...)
> Merged
Hopefully not, as they were fixes for:
> -gregkh-i2c-hwmon-01.patch
> -gregkh-i2c-hwmon-02.patch
> -gregkh-i2c-hwmon-03.patch
which were dropped (and quite rightly so).
> +gregkh-i2c-i2c-max6875.patch
> +gregkh-i2c-i2c-rename-i2c-sysfs.patch
> +gregkh-i2c-i2c-pca9539.patch
> +gregkh-i2c-i2c-ds1374-01.patch
> +gregkh-i2c-i2c-ds1374-02.patch
> +gregkh-i2c-i2c-ds1374-03.patch
> +gregkh-i2c-i2c-w83781d-remove-non-i2c-chips.patch
> +gregkh-i2c-w1-01.patch
> +gregkh-i2c-w1-02.patch
> +gregkh-i2c-w1-03.patch
> +gregkh-i2c-w1-04.patch
> +gregkh-i2c-w1-05.patch
> +gregkh-i2c-w1-06.patch
> +gregkh-i2c-w1-07.patch
>
> Updates to the driver core tree
All these are obviously i2c updates, not driver core updates.
Andrew, something's wrong in your log generator (if such a thing
exists)?
Second point:
> +gregkh-i2c-i2c-address_range_removal-v4l-fix.patch
> +gregkh-i2c-i2c-address_range_removal-v4l-fix-fix.patch
>
> Fix v4l updates for changes in Greg's i2c tree
All these changes were already present and correct in
i2c-address_range_removal.patch, which is in Greg's i2c tree for 2.5
months. Then Mauro Carvalho Chehab reverted them with
v4l-update-for-tuner-cards-and-some-chips.patch, breaking several v4l
drivers. And then he provides a "fix" with
gregkh-i2c-i2c-address_range_removal-v4l-fix.patch, which ironically
reads:
> From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
>
> This patch is necessary to correct I2C detect after normal_i2c_range
> removal in gregkh-i2c-i2c-address_range_removal.patch.
No, Mauro. This patch is necessary to fix something YOU just broke with
your previous patch. So please learn how to make correct patches that
don't randomly revert previous changes. This will make everyone's life
easier, including Andrew's, Greg's and mine.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 18:29 ` 2.6.12-mm1 Jean Delvare
@ 2005-06-20 20:41 ` Andrew Morton
2005-06-20 21:11 ` 2.6.12-mm1 Jean Delvare
0 siblings, 1 reply; 64+ messages in thread
From: Andrew Morton @ 2005-06-20 20:41 UTC (permalink / raw)
To: Jean Delvare; +Cc: mchehab, linux-kernel, greg
Jean Delvare <khali@linux-fr.org> wrote:
>
> Hi Andrew, Mauro, all,
>
> Two things I am worried about.
>
> First point:
>
> > -i2c-chips-need-hwmon.patch
> > -gregkh-i2c-hwmon-02-sparc64-fix.patch
> > (...)
> > Merged
>
> Hopefully not, as they were fixes for:
>
> > -gregkh-i2c-hwmon-01.patch
> > -gregkh-i2c-hwmon-02.patch
> > -gregkh-i2c-hwmon-03.patch
>
> which were dropped (and quite rightly so).
OK, I lose track of why patches became irrelevant.
> > +gregkh-i2c-i2c-max6875.patch
> > +gregkh-i2c-i2c-rename-i2c-sysfs.patch
> > +gregkh-i2c-i2c-pca9539.patch
> > +gregkh-i2c-i2c-ds1374-01.patch
> > +gregkh-i2c-i2c-ds1374-02.patch
> > +gregkh-i2c-i2c-ds1374-03.patch
> > +gregkh-i2c-i2c-w83781d-remove-non-i2c-chips.patch
> > +gregkh-i2c-w1-01.patch
> > +gregkh-i2c-w1-02.patch
> > +gregkh-i2c-w1-03.patch
> > +gregkh-i2c-w1-04.patch
> > +gregkh-i2c-w1-05.patch
> > +gregkh-i2c-w1-06.patch
> > +gregkh-i2c-w1-07.patch
> >
> > Updates to the driver core tree
>
> All these are obviously i2c updates, not driver core updates.
>
> Andrew, something's wrong in your log generator (if such a thing
> exists)?
It was after my bedtime.
> Second point:
>
> > +gregkh-i2c-i2c-address_range_removal-v4l-fix.patch
> > +gregkh-i2c-i2c-address_range_removal-v4l-fix-fix.patch
> >
> > Fix v4l updates for changes in Greg's i2c tree
>
> All these changes were already present and correct in
> i2c-address_range_removal.patch, which is in Greg's i2c tree for 2.5
> months. Then Mauro Carvalho Chehab reverted them with
> v4l-update-for-tuner-cards-and-some-chips.patch, breaking several v4l
> drivers. And then he provides a "fix" with
> gregkh-i2c-i2c-address_range_removal-v4l-fix.patch, which ironically
> reads:
>
> > From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
> >
> > This patch is necessary to correct I2C detect after normal_i2c_range
> > removal in gregkh-i2c-i2c-address_range_removal.patch.
>
> No, Mauro. This patch is necessary to fix something YOU just broke with
> your previous patch. So please learn how to make correct patches that
> don't randomly revert previous changes. This will make everyone's life
> easier, including Andrew's, Greg's and mine.
Yup. This sort of thing often happens when teams run parallel CVS trees.
I don't think anything needs to be done by Mauro in this case. Once Greg's
patches are merged up I'll fold the two fixes into the v4l patches then
send them off to Linus and everything will come out squeaky clean.
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 20:41 ` 2.6.12-mm1 Andrew Morton
@ 2005-06-20 21:11 ` Jean Delvare
2005-06-20 21:23 ` 2.6.12-mm1 Andrew Morton
0 siblings, 1 reply; 64+ messages in thread
From: Jean Delvare @ 2005-06-20 21:11 UTC (permalink / raw)
To: Andrew Morton; +Cc: mchehab, linux-kernel, greg
Hi Andrew,
> > No, Mauro. This patch is necessary to fix something YOU just broke
> > with your previous patch. So please learn how to make correct
> > patches that don't randomly revert previous changes. This will make
> > everyone's life easier, including Andrew's, Greg's and mine.
>
> Yup. This sort of thing often happens when teams run parallel CVS
> trees.
I don't see how this is relevant. People may use whatever they want as
their playground when working on the code, but are required to provide
clean patches when they want their changes to be merged in. I don't even
ask for patches against a bleeding-edge tree - just *clean* patches, not
reverting anything or otherwise including unwanted changes. Andrew, I
believe you have enough work to do as it is without adding the burden of
doubling the amount of patches you have to work with, and requiring you
to merge patches yourself before you send them to Linus.
> I don't think anything needs to be done by Mauro in this case. Once
> Greg's patches are merged up I'll fold the two fixes into the v4l
> patches then send them off to Linus and everything will come out
> squeaky clean.
There *is* something Mauro needs to do, that is, provide clean patches.
The fact that they revert a change from Greg's patches is irrelevant
here. It could as well be in Linus' tree already (it will be soon).
What I suspect Mauro did is: start from kernel tree X, work on it, then
provide a diff against tree X+1 and X + his own changes. Whether X is
some CVS repository and X+1 is an official tree doesn't really matter.
What matters is that this working model is fundamentally broken. You
must *always* generate patches between X and X + your changes, whatever
X is. I don't think it's really hard to understand, and do.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 21:11 ` 2.6.12-mm1 Jean Delvare
@ 2005-06-20 21:23 ` Andrew Morton
2005-06-20 21:42 ` 2.6.12-mm1 Jean Delvare
0 siblings, 1 reply; 64+ messages in thread
From: Andrew Morton @ 2005-06-20 21:23 UTC (permalink / raw)
To: Jean Delvare; +Cc: mchehab, linux-kernel, greg
Jean Delvare <khali@linux-fr.org> wrote:
>
> Yup. This sort of thing often happens when teams run parallel CVS
> > trees.
>
> I don't see how this is relevant.
It's very relevant. It is a common occurence in projects which run a CVS
tree. Accidental reversion of earlier work is a common outcome from the
parallel-tree problem.
One could go on at length as to why this mistake is so easy to make when
you're using CVS, but what it boils down to is that these projects are
using the wrong paradigm. They're maintaining files, whereas they should
be maintaining *changes* to files.
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 21:23 ` 2.6.12-mm1 Andrew Morton
@ 2005-06-20 21:42 ` Jean Delvare
2005-06-20 21:53 ` 2.6.12-mm1 Andrew Morton
2005-06-21 20:06 ` 2.6.12-mm1 Mauro Carvalho Chehab
0 siblings, 2 replies; 64+ messages in thread
From: Jean Delvare @ 2005-06-20 21:42 UTC (permalink / raw)
To: Andrew Morton; +Cc: mchehab, linux-kernel, greg
Hi Andrew,
> One could go on at length as to why this mistake is so easy to make
> when you're using CVS, but what it boils down to is that these
> projects are using the wrong paradigm. They're maintaining files,
> whereas they should be maintaining *changes* to files.
My point exactly. You seem to excuse them for providing broken patches
because they use the wrong tools to do the job in the first place, I
don't (and I'm not even you). If CVS doesn't work, let's not use it.
There are other tools out there which will do the job just fine (one of
them being quilt [1], which makes my own job so much easier since I'm
using it, thanks to its various authors and contributors).
[1] http://savannah.nongnu.org/projects/quilt/
--
Jean Delvare
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 21:42 ` 2.6.12-mm1 Jean Delvare
@ 2005-06-20 21:53 ` Andrew Morton
2005-06-21 20:06 ` 2.6.12-mm1 Mauro Carvalho Chehab
1 sibling, 0 replies; 64+ messages in thread
From: Andrew Morton @ 2005-06-20 21:53 UTC (permalink / raw)
To: Jean Delvare; +Cc: mchehab, linux-kernel, greg
Jean Delvare <khali@linux-fr.org> wrote:
>
> Hi Andrew,
>
> > One could go on at length as to why this mistake is so easy to make
> > when you're using CVS, but what it boils down to is that these
> > projects are using the wrong paradigm. They're maintaining files,
> > whereas they should be maintaining *changes* to files.
>
> My point exactly. You seem to excuse them for providing broken patches
> because they use the wrong tools to do the job in the first place,
No, I'm just saying...
> If CVS doesn't work, let's not use it.
Agree.
> There are other tools out there which will do the job just fine (one of
> them being quilt [1], which makes my own job so much easier since I'm
> using it, thanks to its various authors and contributors).
>
> [1] http://savannah.nongnu.org/projects/quilt/
That works. So does git.
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: 2.6.12-mm1
2005-06-20 21:42 ` 2.6.12-mm1 Jean Delvare
2005-06-20 21:53 ` 2.6.12-mm1 Andrew Morton
@ 2005-06-21 20:06 ` Mauro Carvalho Chehab
2005-06-21 21:25 ` 2.6.12-mm1 Jean Delvare
1 sibling, 1 reply; 64+ messages in thread
From: Mauro Carvalho Chehab @ 2005-06-21 20:06 UTC (permalink / raw)
To: Jean Delvare; +Cc: Andrew Morton, linux-kernel, greg
Jean,
Jean Delvare wrote:
>Hi Andrew,
>
>
>
>>One could go on at length as to why this mistake is so easy to make
>>when you're using CVS, but what it boils down to is that these
>>projects are using the wrong paradigm. They're maintaining files,
>>whereas they should be maintaining *changes* to files.
>>
>>
>
>My point exactly. You seem to excuse them for providing broken patches
>because they use the wrong tools to do the job in the first place, I
>don't (and I'm not even you). If CVS doesn't work, let's not use it.
>There are other tools out there which will do the job just fine (one of
>them being quilt [1], which makes my own job so much easier since I'm
>using it, thanks to its various authors and contributors).
>
>[1] http://savannah.nongnu.org/projects/quilt/
>
For a period of two or three months, V4L maintainer (Gerd Knorr)
quited as a maintainer, but V4L activities has not gone... lots of new
improvements was done since them, but not applied due to lack of a
maintainer.
This patchset was a series of patches to synchronize both structures
(kernel AND v4l devel).
We are aware of the regression caused by these patches (promptly
corrected), and will take efforts to ensure this doesn't happen again.
Mauro.
^ permalink raw reply [flat|nested] 64+ messages in thread
* gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1)
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (10 preceding siblings ...)
2005-06-20 18:29 ` 2.6.12-mm1 Jean Delvare
@ 2005-06-20 18:39 ` Alexey Dobriyan
2005-06-20 22:15 ` 2.6.12-mm1 J.A. Magallon
2005-06-21 22:09 ` [PATCH] more signed char cleanups in scripts J.A. Magallon
13 siblings, 0 replies; 64+ messages in thread
From: Alexey Dobriyan @ 2005-06-20 18:39 UTC (permalink / raw)
To: Olav Kongas
Cc: linux-kernel, Andrew Morton, Greg KH, David Brownell,
linux-usb-devel
> This patch provides an "isp116x-hcd" driver for Philips'
> ISP1160/ISP1161 USB host controllers.
--- /dev/null
+++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c
> + *The driver passes all usbtests 1-14.
Missing space.
> +static void preproc_atl_queue(struct isp116x *isp116x)
> +{
> + /* To please gcc */
> + toggle = dir = 0;
Oh, just ignore bogus warnings. It's easy. ;-)
> + ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__,
> + ep->nextpid);
> + BUG_ON(1);
Simply BUG().
> +static int isp116x_urb_enqueue(struct usb_hcd *hcd,
> + struct usb_host_endpoint *hep, struct urb *urb,
> + int mem_flags)
> +{
> + if (!hep->hcpriv) {
> + ep = kcalloc(1, sizeof *ep, (__force unsigned)mem_flags);
Please, drop this cast. The right thing is to change ->urb_enqueue method to
accept unsigned int mem_flags.
> + if (!ep)
> + return -ENOMEM;
> + }
> +static int isp116x_hub_control(struct usb_hcd *hcd,
> + u16 typeReq,
> + u16 wValue, u16 wIndex, char *buf, u16 wLength)
> +{
> + case GetHubStatus:
> + DBG("GetHubStatus\n");
> + *(__le32 *) buf = cpu_to_le32(0);
^^^^^^^^^^^
Not needed. Zero is zero.
> +static int isp116x_suspend(struct device *dev, pm_message_t state, u32 phase)
> +{
> + INFO("%s suspended\n", (char *)hcd_name);
> + } else
> + ERR("%s suspend failed\n", (char *)hcd_name);
Useless casts.
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: 2.6.12-mm1
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (11 preceding siblings ...)
2005-06-20 18:39 ` gregkh-usb-usb-isp116x-hcd-add.patch (was 2.6.12-mm1) Alexey Dobriyan
@ 2005-06-20 22:15 ` J.A. Magallon
2005-06-20 22:34 ` iptables bug (was: Re: 2.6.12-mm1) Andrew Morton
2005-06-21 22:09 ` [PATCH] more signed char cleanups in scripts J.A. Magallon
13 siblings, 1 reply; 64+ messages in thread
From: J.A. Magallon @ 2005-06-20 22:15 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
On 06.20, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
>
> - Someone broke /proc/device-tree on ppc64. It's being looked into.
>
> - Nothing particularly special here - various fixes and updates.
>
Are there any known problems with iptables ?
I see strange things.
When I use bittorrent (azureus or bittorrent-gui), at the same time as
iptables (for nat and internet access for my ibook), when I stop a download
or exit from one of this apps my external network goes down.
I have tried the same without iptables loaded and it works fine.
If someone has any idea about this, I could give more details.
Kernel: every -mm since time ago.
External net: 1Mb cable through 3c59x, dhcp
Internal net: e1000
Iptables setup:
# Generated by iptables-save v1.2.9 on Thu Mar 3 23:41:02 2005
*nat
:PREROUTING ACCEPT [2:156]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
[0:0] -A POSTROUTING -o eth0 -j MASQUERADE
COMMIT
# Completed on Thu Mar 3 23:41:02 2005
# Generated by iptables-save v1.2.9 on Thu Mar 3 23:41:02 2005
*filter
:INPUT ACCEPT [6:468]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [0:0]
[0:0] -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
[0:0] -A FORWARD -i eth1 -o eth0 -j ACCEPT
[0:0] -A FORWARD -i eth0 -o eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT
[0:0] -A FORWARD -i eth2 -o eth0 -j ACCEPT
[0:0] -A FORWARD -i eth0 -o eth3 -m state --state RELATED,ESTABLISHED -j ACCEPT
[0:0] -A FORWARD -i eth3 -o eth0 -j ACCEPT
COMMIT
# Completed on Thu Mar 3 23:41:02 2005
eth's:
alias eth0 3c59x
alias eth1 e1000
alias eth2 ne2k-pci
alias eth3 eth1394
eth2 and eth3 are currently down, not even the module is loaded.
Any idea ?
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread* iptables bug (was: Re: 2.6.12-mm1)
2005-06-20 22:15 ` 2.6.12-mm1 J.A. Magallon
@ 2005-06-20 22:34 ` Andrew Morton
2005-06-20 23:39 ` iptables bug Patrick McHardy
0 siblings, 1 reply; 64+ messages in thread
From: Andrew Morton @ 2005-06-20 22:34 UTC (permalink / raw)
To: J.A. Magallon; +Cc: linux-kernel, netdev
"J.A. Magallon" <jamagallon@able.es> wrote:
>
>
> On 06.20, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
> >
> >
> > - Someone broke /proc/device-tree on ppc64. It's being looked into.
> >
> > - Nothing particularly special here - various fixes and updates.
> >
>
> Are there any known problems with iptables ?
Let's cc the appropriate list and find out ;)
> I see strange things.
> When I use bittorrent (azureus or bittorrent-gui), at the same time as
> iptables (for nat and internet access for my ibook), when I stop a download
> or exit from one of this apps my external network goes down.
> I have tried the same without iptables loaded and it works fine.
>
> If someone has any idea about this, I could give more details.
>
> Kernel: every -mm since time ago.
> External net: 1Mb cable through 3c59x, dhcp
> Internal net: e1000
> Iptables setup:
> # Generated by iptables-save v1.2.9 on Thu Mar 3 23:41:02 2005
> *nat
> :PREROUTING ACCEPT [2:156]
> :POSTROUTING ACCEPT [0:0]
> :OUTPUT ACCEPT [0:0]
> [0:0] -A POSTROUTING -o eth0 -j MASQUERADE
> COMMIT
> # Completed on Thu Mar 3 23:41:02 2005
> # Generated by iptables-save v1.2.9 on Thu Mar 3 23:41:02 2005
> *filter
> :INPUT ACCEPT [6:468]
> :FORWARD DROP [0:0]
> :OUTPUT ACCEPT [0:0]
> [0:0] -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
> [0:0] -A FORWARD -i eth1 -o eth0 -j ACCEPT
> [0:0] -A FORWARD -i eth0 -o eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT
> [0:0] -A FORWARD -i eth2 -o eth0 -j ACCEPT
> [0:0] -A FORWARD -i eth0 -o eth3 -m state --state RELATED,ESTABLISHED -j ACCEPT
> [0:0] -A FORWARD -i eth3 -o eth0 -j ACCEPT
> COMMIT
> # Completed on Thu Mar 3 23:41:02 2005
>
> eth's:
> alias eth0 3c59x
> alias eth1 e1000
> alias eth2 ne2k-pci
> alias eth3 eth1394
>
> eth2 and eth3 are currently down, not even the module is loaded.
>
> Any idea ?
>
> --
> J.A. Magallon <jamagallon()able!es> \ Software is like sex:
> werewolf!able!es \ It's better when it's free
> Mandriva Linux release 2006.0 (Cooker) for i586
> Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: iptables bug
2005-06-20 22:34 ` iptables bug (was: Re: 2.6.12-mm1) Andrew Morton
@ 2005-06-20 23:39 ` Patrick McHardy
2005-06-21 19:21 ` Stephen Jones
0 siblings, 1 reply; 64+ messages in thread
From: Patrick McHardy @ 2005-06-20 23:39 UTC (permalink / raw)
To: J.A. Magallon
Cc: Andrew Morton, linux-kernel, netdev,
Netfilter Development Mailinglist
Andrew Morton wrote:
> "J.A. Magallon" <jamagallon@able.es> wrote:
>
>>Are there any known problems with iptables ?
No known problems.
>>I see strange things.
>>When I use bittorrent (azureus or bittorrent-gui), at the same time as
>>iptables (for nat and internet access for my ibook), when I stop a download
>>or exit from one of this apps my external network goes down.
>>I have tried the same without iptables loaded and it works fine.
What exactly do you mean with "network goes down"? Can you find out
where the packets disappear? Do they silently disappear, or do you get
an error code from sendmsg? What about received packets?
Regards
Patrick
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: iptables bug
2005-06-20 23:39 ` iptables bug Patrick McHardy
@ 2005-06-21 19:21 ` Stephen Jones
2005-06-22 1:52 ` Patrick McHardy
0 siblings, 1 reply; 64+ messages in thread
From: Stephen Jones @ 2005-06-21 19:21 UTC (permalink / raw)
To: Patrick McHardy
Cc: J.A. Magallon, Andrew Morton, netdev,
Netfilter Development Mailinglist, linux-kernel
Patrick McHardy wrote:
> Andrew Morton wrote:
>
>>"J.A. Magallon" <jamagallon@able.es> wrote:
>>
>>
>>>Are there any known problems with iptables ?
>
>
> No known problems.
>
>
>>>I see strange things.
>>>When I use bittorrent (azureus or bittorrent-gui), at the same time as
>>>iptables (for nat and internet access for my ibook), when I stop a download
>>>or exit from one of this apps my external network goes down.
>>>I have tried the same without iptables loaded and it works fine.
I have observed this behavior on multiple machines, but I don't think it
is specifically an iptables "bug" or kernel "bug". Most of my
experience is with 2.4.x kernels, so I can't remark about the 2.6.x series.
The original poster didn't give enough info for me to correlate anything
with conviction, but, consulting the tea leaves :D I would venture to
guess that the machine that has the network "go down" has less than 128
MB of RAM and is probably running lower end NICs (i.e. 8139too).
There appears to be two or three issues interacting with one another in
these scenarios:
a.) The various Bit Torrent clients and their ilk can generate a
staggering number of conncurrent connections. This can quickly fill the
conntracks on machines with little RAM and cause problems.
b.) The lower end nics (either the hardware itself, or the drivers, I
don't know enough about how to isolate the two) do not appear to be able
to handle the massive number of interrupts that are generated in this
scenario.
c.) The problem is more likely to manifest on "fat pipe" connections (6
MB +)
I would also wager the problem goes away if the torrent clients are shut
down.
I would look there, if I hade the skills requried to tease out anything
useful :D
Various linux based firewall forums have posts describing the same
behavior as the OP of this thread.
Here is one relatively recent example:
http://community.smoothwall.org/forum/viewtopic.php?p=43812#43812
I hope that helps in some way!
>
>
> What exactly do you mean with "network goes down"? Can you find out
> where the packets disappear? Do they silently disappear, or do you get
> an error code from sendmsg? What about received packets?
>
> Regards
> Patrick
>
>
>
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: iptables bug
2005-06-21 19:21 ` Stephen Jones
@ 2005-06-22 1:52 ` Patrick McHardy
0 siblings, 0 replies; 64+ messages in thread
From: Patrick McHardy @ 2005-06-22 1:52 UTC (permalink / raw)
To: Stephen Jones
Cc: J.A. Magallon, Andrew Morton, netdev,
Netfilter Development Mailinglist, linux-kernel
Stephen Jones wrote:
>>> "J.A. Magallon" <jamagallon@able.es> wrote:
>>>
>>>> I see strange things.
>>>> When I use bittorrent (azureus or bittorrent-gui), at the same time as
>>>> iptables (for nat and internet access for my ibook), when I stop a
>>>> download
>>>> or exit from one of this apps my external network goes down. I have
>>>> tried the same without iptables loaded and it works fine.
>
> Various linux based firewall forums have posts describing the same
> behavior as the OP of this thread.
>
> Here is one relatively recent example:
>
> http://community.smoothwall.org/forum/viewtopic.php?p=43812#43812
The report seems rather inconclusive, I would appreciate it if the
original poster could narrow down the problem.
Regards
Patrick
^ permalink raw reply [flat|nested] 64+ messages in thread
* [PATCH] more signed char cleanups in scripts
2005-06-20 6:30 2.6.12-mm1 Andrew Morton
` (12 preceding siblings ...)
2005-06-20 22:15 ` 2.6.12-mm1 J.A. Magallon
@ 2005-06-21 22:09 ` J.A. Magallon
2005-06-21 22:18 ` Andrew Morton
13 siblings, 1 reply; 64+ messages in thread
From: J.A. Magallon @ 2005-06-21 22:09 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
On 06.20, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm1/
>
This cleans the last signedness problems I have seen in scripts, at least
what I can see with make oldconfig, make config, make menuconfig,
make gconfig and make.
I would like you to take a special look at the kallsyms.c changes.
I have not seen anything related to arithmetic where signedness could matter,
except probably this:
-static inline unsigned int rehash_token(unsigned int hash, unsigned char data)
+static inline unsigned int rehash_token(unsigned int hash, char data)
{
- return ((hash * 16777619) ^ data);
+ return ((hash * 16777619) ^ (unsigned char)data);
}
so I casted it explicitely to 'unsigned'.
Patch follows:
--- linux-2.6.12-jam1/scripts/mod/sumversion.c.orig 2005-06-21 23:44:30.000000000 +0200
+++ linux-2.6.12-jam1/scripts/mod/sumversion.c 2005-06-21 23:47:09.000000000 +0200
@@ -252,9 +252,9 @@
}
/* FIXME: Handle .s files differently (eg. # starts comments) --RR */
-static int parse_file(const signed char *fname, struct md4_ctx *md)
+static int parse_file(const char *fname, struct md4_ctx *md)
{
- signed char *file;
+ char *file;
unsigned long i, len;
file = grab_file(fname, &len);
@@ -332,7 +332,7 @@
Sum all files in the same dir or subdirs.
*/
while ((line = get_next_line(&pos, file, flen)) != NULL) {
- signed char* p = line;
+ char* p = line;
if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) {
check_files = 1;
continue;
@@ -458,7 +458,7 @@
close(fd);
}
-static int strip_rcs_crap(signed char *version)
+static int strip_rcs_crap(char *version)
{
unsigned int len, full_len;
--- linux-2.6.12-jam1/scripts/lxdialog/inputbox.c.orig 2005-06-21 23:40:27.000000000 +0200
+++ linux-2.6.12-jam1/scripts/lxdialog/inputbox.c 2005-06-21 23:42:39.000000000 +0200
@@ -21,7 +21,7 @@
#include "dialog.h"
-unsigned char dialog_input_result[MAX_LEN + 1];
+char dialog_input_result[MAX_LEN + 1];
/*
* Print the termination buttons
@@ -48,7 +48,7 @@
{
int i, x, y, box_y, box_x, box_width;
int input_x = 0, scroll = 0, key = 0, button = -1;
- unsigned char *instr = dialog_input_result;
+ char *instr = dialog_input_result;
WINDOW *dialog;
/* center dialog box on screen */
--- linux-2.6.12-jam1/scripts/lxdialog/dialog.h.orig 2005-06-21 23:42:55.000000000 +0200
+++ linux-2.6.12-jam1/scripts/lxdialog/dialog.h 2005-06-21 23:43:19.000000000 +0200
@@ -163,7 +163,7 @@
int dialog_checklist (const char *title, const char *prompt, int height,
int width, int list_height, int item_no,
const char * const * items, int flag);
-extern unsigned char dialog_input_result[];
+extern char dialog_input_result[];
int dialog_inputbox (const char *title, const char *prompt, int height,
int width, const char *init);
--- linux-2.6.12-jam1/scripts/kallsyms.c.orig 2005-06-21 23:47:43.000000000 +0200
+++ linux-2.6.12-jam1/scripts/kallsyms.c 2005-06-21 23:52:37.000000000 +0200
@@ -61,7 +61,7 @@
char type;
unsigned char flags;
unsigned char len;
- unsigned char *sym;
+ char *sym;
};
@@ -87,7 +87,7 @@
struct token *hash_table[HASH_TABLE_SIZE];
/* the table that holds the result of the compression */
-unsigned char best_table[256][MAX_TOK_SIZE+1];
+char best_table[256][MAX_TOK_SIZE+1];
unsigned char best_table_len[256];
@@ -160,7 +160,7 @@
/* include the type field in the symbol name, so that it gets
* compressed together */
s->len = strlen(str) + 1;
- s->sym = (char *) malloc(s->len + 1);
+ s->sym = malloc(s->len + 1);
strcpy(s->sym + 1, str);
s->sym[0] = s->type;
@@ -256,7 +256,7 @@
/* uncompress a compressed symbol. When this function is called, the best table
* might still be compressed itself, so the function needs to be recursive */
-static int expand_symbol(unsigned char *data, int len, char *result)
+static int expand_symbol(char *data, int len, char *result)
{
int c, rlen, total=0;
@@ -365,12 +365,12 @@
/* table lookup compression functions */
-static inline unsigned int rehash_token(unsigned int hash, unsigned char data)
+static inline unsigned int rehash_token(unsigned int hash, char data)
{
- return ((hash * 16777619) ^ data);
+ return ((hash * 16777619) ^ (unsigned char)data);
}
-static unsigned int hash_token(unsigned char *data, int len)
+static unsigned int hash_token(char *data, int len)
{
unsigned int hash=HASH_BASE_OFFSET;
int i;
@@ -382,7 +382,7 @@
}
/* find a token given its data and hash value */
-static struct token *find_token_hash(unsigned char *data, int len, unsigned int hash)
+static struct token *find_token_hash(char *data, int len, unsigned int hash)
{
struct token *ptr;
@@ -414,7 +414,7 @@
/* build the counts for all the tokens that start with "data", and have lenghts
* from 2 to "len" */
-static void learn_token(unsigned char *data, int len)
+static void learn_token(char *data, int len)
{
struct token *ptr,*last_ptr;
int i, newprofit;
@@ -481,7 +481,7 @@
* from 2 to "len". This function is much simpler than learn_token because we have
* more guarantees (tho tokens exist, the ->smaller pointer is set, etc.)
* The two separate functions exist only because of compression performance */
-static void forget_token(unsigned char *data, int len)
+static void forget_token(char *data, int len)
{
struct token *ptr;
int i, newprofit;
@@ -506,7 +506,7 @@
}
/* count all the possible tokens in a symbol */
-static void learn_symbol(unsigned char *symbol, int len)
+static void learn_symbol(char *symbol, int len)
{
int i;
@@ -515,7 +515,7 @@
}
/* decrease the count for all the possible tokens in a symbol */
-static void forget_symbol(unsigned char *symbol, int len)
+static void forget_symbol(char *symbol, int len)
{
int i;
@@ -559,10 +559,10 @@
/* replace a given token in all the valid symbols. Use the sampled symbols
* to update the counts */
-static void compress_symbols(unsigned char *str, int tlen, int idx)
+static void compress_symbols(char *str, int tlen, int idx)
{
int i, len, learn, size;
- unsigned char *p;
+ char *p;
for (i = 0; i < cnt; i++) {
@@ -574,7 +574,7 @@
do {
/* find the token on the symbol */
- p = (unsigned char *) strstr((char *) p, (char *) str);
+ p = strstr(p, str);
if (!p) break;
if (!learn) {
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: [PATCH] more signed char cleanups in scripts
2005-06-21 22:09 ` [PATCH] more signed char cleanups in scripts J.A. Magallon
@ 2005-06-21 22:18 ` Andrew Morton
2005-06-21 22:59 ` J.A. Magallon
2005-06-22 0:05 ` Lee Revell
0 siblings, 2 replies; 64+ messages in thread
From: Andrew Morton @ 2005-06-21 22:18 UTC (permalink / raw)
To: J.A. Magallon; +Cc: linux-kernel
"J.A. Magallon" <jamagallon@able.es> wrote:
>
> This cleans the last signedness problems I have seen in scripts, at least
> what I can see with make oldconfig, make config, make menuconfig,
> make gconfig and make.
Remind me: what's the point in these changes?
I see no particular problem using uchar in the kallsyms code - I often
prefer it, because you can just look at the code and not have to worry
about nasty sign-extension problems.
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] more signed char cleanups in scripts
2005-06-21 22:18 ` Andrew Morton
@ 2005-06-21 22:59 ` J.A. Magallon
2005-06-22 11:46 ` Paulo Marques
2005-06-22 0:05 ` Lee Revell
1 sibling, 1 reply; 64+ messages in thread
From: J.A. Magallon @ 2005-06-21 22:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
On 06.22, Andrew Morton wrote:
> "J.A. Magallon" <jamagallon@able.es> wrote:
> >
> > This cleans the last signedness problems I have seen in scripts, at least
> > what I can see with make oldconfig, make config, make menuconfig,
> > make gconfig and make.
>
> Remind me: what's the point in these changes?
>
> I see no particular problem using uchar in the kallsyms code - I often
> prefer it, because you can just look at the code and not have to worry
> about nasty sign-extension problems.
>
Forget the part for kallsyms. After my change, it just coredumps.
The original gcc warnings are below. The problem is using str---
on data that are not strictly strings, but arrays of bytes...
Each symbol struct has a field. 'sym', that stores a 'type'
in sym[0] and a name from sym[1] to the end. A strange hacky mix.
At the end there is one another patch, this time at least kallsyms
works. Dump my previous try and get this. If you don't like the casts,
some strcmp's could be changed to memcmp (a,"b", sizeof("b"));
werewolf:/usr/src/linux# rm -f scripts/kallsyms; make scripts/kallsyms
HOSTCC scripts/kallsyms
scripts/kallsyms.c: In function 'read_symbol':
scripts/kallsyms.c:163: warning: pointer targets in assignment differ in signedness
scripts/kallsyms.c:164: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scripts/kallsyms.c: In function 'symbol_valid':
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:210: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:211: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:212: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:217: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
scripts/kallsyms.c:221: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
--- linux-2.6.12-jam1/scripts/mod/sumversion.c.orig 2005-06-21 23:44:30.000000000 +0200
+++ linux-2.6.12-jam1/scripts/mod/sumversion.c 2005-06-21 23:47:09.000000000 +0200
@@ -252,9 +252,9 @@
}
/* FIXME: Handle .s files differently (eg. # starts comments) --RR */
-static int parse_file(const signed char *fname, struct md4_ctx *md)
+static int parse_file(const char *fname, struct md4_ctx *md)
{
- signed char *file;
+ char *file;
unsigned long i, len;
file = grab_file(fname, &len);
@@ -332,7 +332,7 @@
Sum all files in the same dir or subdirs.
*/
while ((line = get_next_line(&pos, file, flen)) != NULL) {
- signed char* p = line;
+ char* p = line;
if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) {
check_files = 1;
continue;
@@ -458,7 +458,7 @@
close(fd);
}
-static int strip_rcs_crap(signed char *version)
+static int strip_rcs_crap(char *version)
{
unsigned int len, full_len;
--- linux-2.6.12-jam1/scripts/lxdialog/inputbox.c.orig 2005-06-21 23:40:27.000000000 +0200
+++ linux-2.6.12-jam1/scripts/lxdialog/inputbox.c 2005-06-21 23:42:39.000000000 +0200
@@ -21,7 +21,7 @@
#include "dialog.h"
-unsigned char dialog_input_result[MAX_LEN + 1];
+char dialog_input_result[MAX_LEN + 1];
/*
* Print the termination buttons
@@ -48,7 +48,7 @@
{
int i, x, y, box_y, box_x, box_width;
int input_x = 0, scroll = 0, key = 0, button = -1;
- unsigned char *instr = dialog_input_result;
+ char *instr = dialog_input_result;
WINDOW *dialog;
/* center dialog box on screen */
--- linux-2.6.12-jam1/scripts/lxdialog/dialog.h.orig 2005-06-21 23:42:55.000000000 +0200
+++ linux-2.6.12-jam1/scripts/lxdialog/dialog.h 2005-06-21 23:43:19.000000000 +0200
@@ -163,7 +163,7 @@
int dialog_checklist (const char *title, const char *prompt, int height,
int width, int list_height, int item_no,
const char * const * items, int flag);
-extern unsigned char dialog_input_result[];
+extern char dialog_input_result[];
int dialog_inputbox (const char *title, const char *prompt, int height,
int width, const char *init);
--- linux-2.6.12-jam1/scripts/conmakehash.c.orig 2005-06-22 00:16:58.000000000 +0200
+++ linux-2.6.12-jam1/scripts/conmakehash.c 2005-06-22 00:17:21.000000000 +0200
@@ -33,7 +33,7 @@
int getunicode(char **p0)
{
- unsigned char *p = *p0;
+ char *p = *p0;
while (*p == ' ' || *p == '\t')
p++;
--- linux-2.6.12-jam1/scripts/kallsyms.c.orig 2005-06-22 00:29:29.000000000 +0200
+++ linux-2.6.12-jam1/scripts/kallsyms.c 2005-06-22 00:47:56.000000000 +0200
@@ -160,8 +160,8 @@
/* include the type field in the symbol name, so that it gets
* compressed together */
s->len = strlen(str) + 1;
- s->sym = (char *) malloc(s->len + 1);
- strcpy(s->sym + 1, str);
+ s->sym = malloc(s->len + 1);
+ memcpy(s->sym + 1, str, s->len);
s->sym[0] = s->type;
return 0;
@@ -207,18 +207,18 @@
* move then they may get dropped in pass 2, which breaks the
* kallsyms rules.
*/
- if ((s->addr == _etext && strcmp(s->sym + offset, "_etext")) ||
- (s->addr == _einittext && strcmp(s->sym + offset, "_einittext")) ||
- (s->addr == _eextratext && strcmp(s->sym + offset, "_eextratext")))
+ if ((s->addr == _etext && strcmp((char*)s->sym + offset, "_etext")) ||
+ (s->addr == _einittext && strcmp((char*)s->sym + offset, "_einittext")) ||
+ (s->addr == _eextratext && strcmp((char*)s->sym + offset, "_eextratext")))
return 0;
}
/* Exclude symbols which vary between passes. */
- if (strstr(s->sym + offset, "_compiled."))
+ if (strstr((char*)s->sym + offset, "_compiled."))
return 0;
for (i = 0; special_symbols[i]; i++)
- if( strcmp(s->sym + offset, special_symbols[i]) == 0 )
+ if( strcmp((char*)s->sym + offset, special_symbols[i]) == 0 )
return 0;
return 1;
--
J.A. Magallon <jamagallon()able!es> \ Software is like sex:
werewolf!able!es \ It's better when it's free
Mandriva Linux release 2006.0 (Cooker) for i586
Linux 2.6.12-jam1 (gcc 4.0.1 (4.0.1-0.2mdk for Mandriva Linux release 2006.0))
^ permalink raw reply [flat|nested] 64+ messages in thread* Re: [PATCH] more signed char cleanups in scripts
2005-06-21 22:59 ` J.A. Magallon
@ 2005-06-22 11:46 ` Paulo Marques
0 siblings, 0 replies; 64+ messages in thread
From: Paulo Marques @ 2005-06-22 11:46 UTC (permalink / raw)
To: J.A. Magallon; +Cc: Andrew Morton, linux-kernel
J.A. Magallon wrote:
> On 06.22, Andrew Morton wrote:
>>[...]
>>I see no particular problem using uchar in the kallsyms code - I often
>>prefer it, because you can just look at the code and not have to worry
>>about nasty sign-extension problems.
>
> Forget the part for kallsyms. After my change, it just coredumps.
> The original gcc warnings are below. The problem is using str---
> on data that are not strictly strings, but arrays of bytes...
> Each symbol struct has a field. 'sym', that stores a 'type'
> in sym[0] and a name from sym[1] to the end. A strange hacky mix.
Tell me about it :)
I'll look at the warnings and try to clean them up myself, if that's ok
with you, since I'm in the middle of changing that code anyway.
The reason for the unsigned nature of those tokens is that after
compression they really do hold "binary data" and not "text", so I
wanted to keep that clear by using unsigned chars.
Anyway, thanks for the gcc4.0 output. Since I don't have a gcc4.0
installed yet, I can use it to fix these issues and post a patch ASAP.
--
Paulo Marques - www.grupopie.com
It is a mistake to think you can solve any major problems
just with potatoes.
Douglas Adams
^ permalink raw reply [flat|nested] 64+ messages in thread
* Re: [PATCH] more signed char cleanups in scripts
2005-06-21 22:18 ` Andrew Morton
2005-06-21 22:59 ` J.A. Magallon
@ 2005-06-22 0:05 ` Lee Revell
1 sibling, 0 replies; 64+ messages in thread
From: Lee Revell @ 2005-06-22 0:05 UTC (permalink / raw)
To: Andrew Morton; +Cc: J.A. Magallon, linux-kernel
On Tue, 2005-06-21 at 15:18 -0700, Andrew Morton wrote:
> Remind me: what's the point in these changes?
They silence gcc 4.0 warnings.
Lee
^ permalink raw reply [flat|nested] 64+ messages in thread