2009-04-14 23:49:18

by Linus Torvalds

[permalink] [raw]
Subject: Linux 2.6.30-rc2


Hmm.

New 'microblaze' architecture, a somewhat late 'input' layer merge, a new
intel virtual networking driver and some firmware loading updates. And
mn10300 and frv moved their header files from include/asm to arch. That
accounts for the bulk, but shouldn't affect anybody.

Otherwise? Some driver updates (ide, infiniband, sgi-xp, intel dri,
watchdog). nilfs2 and xfs filesystem updates.

And random small fixes. Not all as small as I'd wish for, but it's just
early -rc2, and it at least feels less chaotic than some other -rc2's. But
maybe that's my optimistic nature again.

Shortlog appended, it might give people some flavor of the kinds of
changes there were.

Linus

---
Adrian McMenamin (1):
Input: add support for the Maple mouse on the SEGA Dreamcast

Alan Cox (5):
x86: DMI match for the Dell DXP061 as it needs BIOS reboot
tty: MAX3100
cdc-acm: Fix long standing abuse of tty->low_latency
tty: Fix leak in ti-usb
parport: Fix various uses of parport_pc

Alasdair G Kergon (3):
dm: rearrange dm_wq_work
dm: split DMF_BLOCK_IO flag into two
dm: simplify dm_request loop

Alex Nixon (1):
Xen: Add virt_to_pfn helper function

Alex Riesen (1):
netfilter: fix selection of "LED" target in netfilter

Alexander Beregalov (1):
befs: fix build on parisc

Alexander Duyck (2):
igbvf: add new driver to support 82576 virtual functions
igb: remove sysfs entry that was used to set the number of vfs

Alexey Dobriyan (1):
aio: remove INIT_KIOCTX

Andi Kleen (2):
asm-generic/siginfo.h: update NSIGTRAP definition
kernel/sys.c: clean up sys_shutdown exit path

Andrea Righi (2):
fbdev: fix info->lock deadlock in fbcon_event_notify()
res_counter: update documentation

Andrew Morton (2):
work_on_cpu(): rewrite it to create a kernel thread on demand
cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c

Andy Grover (2):
x86: Document get_user_pages_fast()
mm: document get_user_pages_fast()

Andy Whitcroft (1):
Input: psmouse - add newline to OLPC HGPK touchpad debugging

Atsushi Nemoto (3):
tx4939ide: remove wmb()
tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}
tx4939ide: Fix tx4939ide_{in,out}put_data_swap argument

Balaji Rao (2):
pcf50633_charger: Enable periodic charging restart
pcf50633_charger: Remove unused mbc_set_status function

Bartlomiej Zolnierkiewicz (3):
ide-cd: convert cdrom_decode_status() to use switch statements
ide-cd: unify handling of fs and pc requests in cdrom_decode_status()
ide-cd: fix intendation in cdrom_decode_status()

Bastian Blank (1):
bnx2: Don't use reserved names

Ben Gamari (1):
drm/i915: Implement batch and ring buffer dumping

Ben Hutchings (1):
i2c: Fix sparse warnings for I2C_BOARD_INFO()

Bharata B Rao (3):
cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used -v2
cpuacct: add per-cgroup utime/stime statistics
memcg: fix documentation

Bjorn Helgaas (7):
ACPI: thermal: use .notify method instead of installing handler directly
ACPI: video: use .notify method instead of installing handler directly
fujitsu-laptop: use .notify method instead of installing handler directly
fujitsu-laptop: use .notify method instead of installing hotkey handler directly
panasonic-laptop: use .notify method instead of installing handler directly
sony-laptop: use .notify method instead of installing handler directly
ACPI: WMI: use .notify method instead of installing handler directly

Borislav Petkov (5):
ide-cd: move status checking into the IRQ handler
ide-cd: carve out an ide_cd_breathe()-helper for fs write requests
ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()
ide-cd: update debugging support
ide-cd: reverse NOT_READY sense key logic

Chien Tung (3):
RDMA/nes: Fix SFP+ PHY initialization
RDMA/nes: Add wide_ppm_offset parm for switch compatibility
RDMA/nes: Add support for new SFP+ PHY

Dan Carpenter (1):
niu: Fix error handling

Daniel Mack (3):
Input: generic driver for rotary encoders on GPIOs
[ARM] pxa/colibri: provide MAC address from ATAG_SERIAL
[ARM] pxa/colibri: get rid of set_irq_type()

Daniel Mierswa (2):
Input: atkbd - consolidate force release quirk setup
Input: atkbd - add quirk for Fujitsu Siemens Amilo PA 1510

Darren Hart (1):
futex: comment requeue key reference semantics

Dave Anderson (1):
hfs: fix memory leak when unmounting

Dave Chinner (9):
xfs: validate log feature fields correctly
xfs: fix double free of inode
xfs: prevent unwritten extent conversion from blocking I/O completion
xfs: inform the xfsaild of the push target before sleeping
xfs: use xfs_sync_inodes() for device flushing
xfs: make inode flush at ENOSPC synchronous
xfs: block callers of xfs_flush_inodes() correctly
xfs: flush delayed allcoation blocks on ENOSPC in create
xfs: remove xfs_flush_space

David Brownell (2):
leds: just ignore invalid GPIOs in leds-gpio
spi: spi_write_then_read() bugfixes

David Howells (11):
keys: Handle there being no fallback destination keyring for request_key()
FRV: Use <asm-generic/pgtable.h> in NOMMU mode
MN10300: Kill MN10300's own profiling Kconfig
FRV: Fix indentation errors to keep git-am happy when moving arch header files
FRV: Move to arch/frv/include/asm/
Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.
Separate out the proc- and unit-specific header directories from the general MN10300 arch headers and place them instead in the same directories as contain the .c files for the processor and unit implementations.
kbuild: make it possible for the linker to discard local symbols from vmlinux
mm: point the UNEVICTABLE_LRU config option at the documentation
mm: reformat the Unevictable-LRU documentation
Fix lpfc_parse_bg_err()'s use of do_div()

David S. Miller (8):
sparc64: get_cells() can't be marked __init
sparc64: Fix section mismatch warnings in power driver.
sparc64: Fix section mismatch warnings in PCI controller drivers.
sparc: Fix section mismatch warnings in cs4231 sound driver.
serial: sunsu: sunsu_kbd_ms_init needs to be __devinit
sparc64: add_node_ranges() must be __init
sparc: Hook up sys_preadv and sys_pwritev
niu: Fix unused variable warning.

David Woodhouse (8):
Revert "fix modules_install via NFS"
Partially revert "V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI card"
firmware/WHENCE: Add missing origin information for Ambassador atmsar11.fw
firmware: Remove newly-added slicoss and sxg firmware images
Add README.AddingFirmware file. Basically telling people not to.
x86, intel-iommu: fix X2APIC && !ACPI build failure
qla1280: Fix off-by-some error in firmware loading.
intel-iommu: Avoid panic() for DRHD at address zero.

Dmitry Eremin-Solenikov (1):
[ARM] pxa/csb701: do not register devices on non-csb726 boads

Dmitry Torokhov (3):
Input: fix polling of /proc/bus/input/devices
Input: arrange drivers/input/misc/Makefile in alphabetical order
Input: i8042 - add HP DV9700 to the noloop list

Don Wood (1):
RDMA/nes: Fix incorrect casts on 32-bit architectures

Eric Anholt (2):
drm/i915: Correctly set the write flag for get_user_pages in pread.
drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.

Eric Dumazet (1):
netfilter: ip6tables regression fix

Eric Sandeen (1):
include/linux/fiemap.h: include types.h now that it's exported

Faisal Latif (2):
RDMA/nes: Fix error handling issues
RDMA/nes: Fix nes_nic_cm_xmit() error handling

Fenghua Yu (1):
Intel-IOMMU Alignment Issue in dma_pte_clear_range()

Ferenc Wagner (1):
drm/i915: indicate framebuffer restore key in SysRq help message

Florian Fainelli (1):
r6040: set MODULE_VERSION

Florian Mickler (1):
drm/i915: Fix use of uninitialized var in 40a5f0de

Francesco VIRLINZI (1):
sh: intc: Added resume from hibernation support to the intc

Frederic Weisbecker (3):
tracing/syscalls: use a dedicated file header
lockdep: warn about lockdep disabling after kernel taint
lockdep: continue lock debugging despite some taints

From: Thiemo Nagel (1):
ext4: check block device size on mount

Gautham R Shenoy (1):
sched: Print sched_group::__cpu_power in sched_domain_debug

Geert Uytterhoeven (5):
ide: Fix host drivers that need IRQF_SHARED
ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data
namespaces: move get_mq() inside #ifdef CONFIG_SYSCTL
at24: make input buffers of at24_*write() const
at25: make input buffers of at25_*write() const

Grant Grundler (1):
ide: remove wmb() from ide-dma-sff.c and scc_pata.c

Grant Likely (1):
xsysace: Fix dereferencing of cf_id after hd_driveid removal

H. Peter Anvin (1):
x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes

Hannes Eder (2):
NULL noise: drivers/platform/x86/panasonic-laptop.c
NULL noise: arch/x86/xen/smp.c

Heiko Carstens (1):
mutex: have non-spinning mutexes on s390 by default

Helge Deller (1):
Input: hilkbd - fix crash when removing hilkbd module

Herbert Xu (1):
module: try_then_request_module must wait

Hidetoshi Seto (2):
posixtimers, sched: Fix posix clock monotonicity
x86: smarten /proc/interrupts output for new counters

Huang Weiyi (5):
ACPI: cpufreq: remove dupilcated #include
ide: remove unused #include <linux/version.h>
hp_accel: remove unused #include <version.h>
sysrq: remove duplicated #include
microblaze: remove duplicated #include's

Hugh Dickins (2):
shmem: respect MAX_LFS_FILESIZE
x86 microcode: revert some work_on_cpu

Ian Campbell (2):
xen: resume interrupts before system devices.
xen: honour VCPU availability on boot

Ingo Molnar (2):
sched: refresh MAINTAINERS entry
lockdep: warn about lockdep disabling after kernel taint, fix

Jan Beulich (1):
kbuild: remove pointless strdup() on arguments passed to new_module() in modpost

Jan Dumon (1):
MAINTAINERS: switch maintainer of the hso driver

Jan Kara (3):
ext3: Try to avoid starting a transaction in writepage for data=writepage
jbd: update locking coments
ext2: fix data corruption for racing writes

Jarkko Lavinen (2):
mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2
omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occurs

Jaswinder Singh (2):
firmware: convert av7110 driver to request_firmware()
Remove fdump tool for av7110 firmware

Jaswinder Singh Rajput (1):
x86: cpu_debug remove execute permission

Jean Delvare (6):
ACPI: Adjust Kelvin offset to match local implementation
i2c-algo-pca: Fix use of uninitialized variable in debug message
i2c-voodoo3: Deprecate in favor of tdfxfb
i2c: Let new-style drivers implement attach_adapter
MAINTAINERS: bluesmoke-devel list is moderated for non-subscribers
edac: use to_delayed_work()

Jeff Garzik (1):
[libata] sata_via: kill uninit'd var warning

Jeff Haran (1):
edac: fix local pci_write_bits32

Jeremy Fitzhardinge (13):
xen: disable preempt for leave_lazy_mmu
xen: separate p2m allocation from setting
xen: split construction of p2m mfn tables from registration
xen: clean up xen_load_gdt
xen: make xen_load_gdt simpler
xen: remove xen_load_gdt debug
xen: mask XSAVE from cpuid
x86-64: remove PGE from must-have feature list
xen/mmu: some early pagetable cleanups
xen/mmu: weaken flush_tlb_other test
xen: set _PAGE_NX in __supported_pte_mask before pagetable construction
xen: clean up gate trap/interrupt constants
xen: add FIX_TEXT_POKE to fixmap

Joe Perches (20):
Add scripts/get_maintainer.pl
MAINTAINERS - Add file patterns
MAINTAINERS - Standardize style
MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
MAINTAINERS - standardize "T: git urls"
MAINTAINERS - Add Linus Torvalds' git
MAINTAINERS - i2c_tiny_usb T: should be W:
MAINTAINERS - Update FPU Emulator contact address and web page
MAINTAINERS - Remove x86/Voyager no longer in tree
MAINTAINERS - Remove cyblafb frame buffer no longer in tree
MAINTAINERS - Coalesce sections "DVB" and "Video for Linux"
MAINTAINERS - Update M68K patterns
MAINTAINERS - Update DRIVER CORE patterns
MAINTAINERS - Add missing "/" to some pattern directories
MAINTAINERS - Add additional patterns
MAINTAINERS - Update Freescale sound patterns
scripts/get_maintainer.pl - Allow multiple files on command line
MAINTAINERS - Update frv arch patterns
MAINTAINERS - Update MN10300 patterns
include/video/cyblafb.h: remove it, it's unused

Johannes Berg (1):
Input: stop autorepeat timer on key release

Jonathan Cameron (1):
hwmon: sht15 humidity sensor driver

Justin Waters (2):
[ARM] 5445/1: AT91: Remove flexible array from USBH platform data
[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the array

KAMEZAWA Hiroyuki (1):
memcg: remove warning when CONFIG_DEBUG_VM=n

Kevin Hilman (1):
omap_hsmmc: Flush posted write to IRQ

Kirill Smelkov (1):
kbuild: fix a few typos in top-level Makefile

Krzysztof Helt (1):
cirrusfb: do not allow unsupported pixel depth

Kuninori Morimoto (4):
sh: urquell: Add board comment
sh: urquell: Fix up address mapping in board comments.
sh: ap325: use edge control for ov772x camera
sh: sh7786: modify usb setup timeout judgment bug.

Lai Jiangshan (4):
tracing: disable seeking for trace_pipe_raw
tracing: allocate page when needed
tracing: update file->f_pos when splice(2) it
tracing: fix splice return too large

Leandro Dorileo (1):
tty: Update some of the USB kernel doc

Len Brown (2):
ACPI: delete acpi_device.g_list
ACPICA: delete check for AML access to port 0x81-83

Lennert Buytenhek (1):
mv643xx_eth: don't reset the rx coal timer on interface up

Li Zefan (8):
blktrace: pass the right pointer to kfree()
tracing: consolidate documents
tracing: fix document references
tracing/filters: NIL-terminate user input filter
tracing/filters: fix NULL pointer dereference
tracing/filters: allow user input integer to be oct or hex
tracing/filters: return proper error code when writing filter file
Documentation/sysctl/net.txt: fix a typo

Linus Torvalds (5):
Remove stale include/asm-mn10300/.gitignore file
async: Fix module loading async-work regression
Revert "ACPI battery: fix async boot oops"
Fix quilt merge error in acpi-cpufreq.c
Linux 2.6.30-rc2

Linus Walleij (1):
[ARM] 5447/1: Add SZ_32K

Ma Ling (1):
drm/i915: sync hdmi detection by hdmi identifier with 2D

Marcin Slusarz (1):
x86: fix wrong section of pat_disable & make it static

Marek Vasut (4):
[ARM] pxa: Palm Tungsten E2 basic support
[ARM] pxa: PalmTE2 support for battery, UDC, IrDA and backlight
[ARM] pxa: Add support for suspend on PalmTX, T5 and LD
[ARM] pxa/cm-x2xx: fix ucb1400 not being registered

Mark Brown (3):
Input: wm97xx - use disable_irq_nosync() for Mainstone
Input: add accelerated touchscreen support for Marvell Zylonite
[ARM] pxa: register AC97 controller devices

Martin K. Petersen (1):
dm: add integrity support

Masami Hiramatsu (2):
x86: fix set_fixmap to use phys_addr_t
x86: fix set_fixmap to use phys_addr_t

Matthew Garrett (1):
efifb: exit if framebuffer address is invalid

Maxime Bizon (1):
kbuild: fix spurious initramfs rebuild

Michael Ellerman (1):
mm: add documentation describing what tsk->active_mm means vs tsk->mm

Michael Hennerich (3):
Input: bf54x-keys - fix typo in warning
Input: add AD7877 touchscreen driver
Input: add AD7879 Touchscreen driver

Michal Januszewski (5):
fbdev: fix color component field length documentation
uvesafb: fix color component length for pseudocolor modes
s3fb: fix color component length for pseudocolor modes
sa1100fb: fix color component length for pseudocolor modes
sisfb: fix color component length for pseudocolor modes

Michal Simek (66):
microblaze_v8: Cpuinfo handling
microblaze_v8: Open firmware files
microblaze_v8: Platform bus registration
microblaze_v8: exception handling
microblaze_v8: Signal support
microblaze_v8: Selfmodified code
microblaze_v8: cache support
microblaze_v8: Generic dts file for platforms
microblaze_v8: kernel modules support
microblaze_v8: lmb include file
microblaze_v8: PVR support, cpuinfo support
microblaze_v8: defconfig file
microblaze_v8: assembler files head.S, entry-nommu.S, syscall_table.S
microblaze_v8: vmlinux.lds.S - linker script
microblaze_v8: supported function for memory - kernel/lib
microblaze_v8: checksum support
microblaze_v8: early_printk support
microblaze_v8: uaccess files
microblaze_v8: heartbeat file
microblaze_v8: setup.c, setup.h - system setting
microblaze_v8: asm-offsets.c
microblaze_v8: process and init task function
microblaze_v8: delay.h, timex.h
microblaze_v8: ptrace support
microblaze_v8: IPC support
microblaze_v8: traps support
microblaze_v8: memory inicialization, MMU, TLB
microblaze_v8: page.h, segment.h, unaligned.h
microblaze_v8: includes SHM*, msgbuf
microblaze_v8: bug headers files
microblaze_v8: definitions of types
microblaze_v8: ioctl support
microblaze_v8: io.h IO operations
microblaze_v8: headers for executables format FLAT, ELF
microblaze_v8: dma support
microblaze_v8: headers for irq
microblaze_v8: atomic.h bitops.h swab.h byteorder.h
microblaze_v8: headers pgalloc.h pgtable.h
microblaze_v8: system.h processor.h
microblaze_v8: clinkage.h linkage.h sections.h kmap_types.h
microblaze_v8: stats headers
microblaze_v8: termbits.h termios.h
microblaze_v8: sigcontext.h siginfo.h
microblaze_v8: headers simple files - empty or redirect to asm-generic
microblaze_v8: gpio.h, serial.h
microblaze_v8: namei.h
microblaze_v8: headers files entry.h current.h mman.h registers.h sembuf.h
microblaze_v8: device.h param.h topology.h
microblaze_v8: pool.h socket.h
microblaze_v8: fcntl.h sockios.h ucontext.h
microblaze_v8: unistd.h
microblaze_v8: string.h thread_info.h
microblaze_v8: Kbuild file
microblaze_v8: pci headers
microblaze_v8: syscalls.h
microblaze_v8: Interrupt handling and timer support
microblaze_v8: Kconfig patches
microblaze_v8: Makefiles for Microblaze cpu
microblaze_v8: Uartlite for Microblaze
microblaze_v8: Add MAINTAINERS fragment
microblaze: Fix problem with removing zero length files
microblaze: Add missing empty ftrace.h file
microblaze: Add TIMESTAMPING constants to socket.h
microblaze: Simplify copy_thread()
microblaze: struct device - replace bus_id with dev_name()
microblaze: Add missing FILE tag to MAINTAINERS

Mike Rapoport (3):
Input: wm97xx - add BTN_TOUCH event to wm97xx to use it with Android
Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH events
[ARM] pxa/em-x270: add libertas device registration

Miklos Szeredi (2):
fuse: fix argument type in fuse_get_user_pages()
fuse: fix "direct_io" private mmap

Mikulas Patocka (6):
dm: remove limited barrier support
dm: rework queueing and suspension
dm: remove dm_request loop
dm: implement basic barrier support
dm kcopyd: prepare for callback race fix
dm kcopyd: fix callback race

Nathan Lynch (1):
sched: do not count frozen tasks toward load

Nikanth Karthikesan (1):
init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n

Nobuhiro Iwamatsu (1):
nommu: fix typo vma->pg_off to vma->vm_pgoff

Oleg Nesterov (4):
posix-timers: fix RLIMIT_CPU && fork()
posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
kthread: move sched-realeted initialization from kthreadd context
ptrace: fix exit_ptrace() vs ptrace_traceme() race

Or Gerlitz (1):
IPoIB: Document newish features

Pablo Neira Ayuso (1):
netfilter: ctnetlink: fix regression in expectation handling

Paul Menzel (1):
drivers/video/aty/radeon_base.c: fix typo in comment

Paul Mundt (7):
sh: wire up sys_preadv/sys_pwritev() syscalls.
sh: Provide cpumask_of_pcibus() to fix NUMA build.
sh: Add support for DMA API debugging.
sh: Plug in support for ARCH=sh64 using sh SRCARCH.
MAINTAINERS: Update sh architecture file patterns.
sh: Pre-allocate a reasonable number of DMA debug entries.
sh: Add in PCI bus for DMA API debugging.

Paulius Zaleckas (3):
[WATCHDOG] remove ARM26 sections
imxmmc: init-exit rework
imxmmc: move RSSR BLR

Peter Korsgaard (1):
kbuild: use git svn instead of git-svn in setlocalversion

Peter Zijlstra (1):
mm: move the scan_unevictable_pages sysctl to the vm table

Phil Sutter (1):
Input: add driver for S1 button of rb532

Philipp Zabel (2):
pda_power: Add optional OTG transceiver and voltage regulator support
[ARM] pxa/magician: Enable bq24022 regulator for gpio_vbus and pda_power

Pierre Ossman (1):
New mail address for Pierre Ossman

Rafael J. Wysocki (1):
PM/Hibernate: Wait for SCSI devices scan to complete during resume

Rakib Mullick (1):
x86: Fix section mismatches in mpparse

Randy Dunlap (5):
timers: add missing kernel-doc
ethoc: fix library build errors
docbook: make cleandocs
MAINTAINERS: fix Andreas's email address
filemap: fix kernel-doc warnings

Randy Robertson (1):
initramfs: fix initramfs to work with hardlinked init

Robin Holt (4):
sgi-xpc: update SGI XP/XPC/XPNET maintainer
sgi-xpc: prevent false heartbeat failures
sgi-xpc: implement opencomplete messaging
sgi-xpc: clean up numerous globals

Roel Kluin (1):
Input: pc110pad - use no_pci_devices()

Roland Dreier (3):
IB/mlx4: Use pgprot_writecombine() for BlueFlame pages
mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports
IPoIB: Avoid free_netdev() BUG when destroying a child interface

Roland McGrath (1):
ptrace: some checkpatch fixes

Russell King (1):
[ARM] omap: fix omap1 clock usecount decrement bug

Rusty Russell (1):
sched_rt: don't allocate cpumask in fastpath

Ryusuke Konishi (8):
nilfs2: return f_fsid for statfs2
nilfs2: fix lockdep recursive locking warning on bmap
nilfs2: fix lockdep recursive locking warning on meta data files
nilfs2: remove module version
nilfs2: simplify handling of active state of segments fix
nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error
nilfs2: segment usage file cleanups
nilfs2: fix possible mismatch of sufile counters on recovery

Sam Ravnborg (3):
kconfig: fix update-po-config to accect backslash in input
kbuild: introduce destination-y for exported headers
Documentation: explain the difference between __bitwise and __bitwise__

Sascha Hauer (1):
FEC driver: add missing #endif

Serge E. Hallyn (2):
cap_prctl: don't set error to 0 at 'no_change'
add some long-missing capabilities to fs_mask

Sergei Shtylyov (9):
ide-h8300: remove mm_{inw|outw}()
at91_ide: remove custom tf_{read|load}() methods
ide-h8300: remove custom tf_{read|load}() methods
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
ide: simplify 'struct ide_taskfile'
ide: move common code out of tf_load() method
ide: call write_devctl() method from tf_read() method
ide: refactor tf_load() method
ide: refactor tf_read() method

Shaohua Li (3):
ACPI: convert acpi_device_lock spinlock to mutex
drm/i915: Fix a mismerge of the IGD patch (new .find_pll hooks missed)
drm/i915: fix scheduling while holding the new active list spinlock

Shen Feng (1):
doc: use correct debugfs mountpoint

Stanislaw Gruszka (2):
at91_ide: remove unused ide_mm_{outb,inb}
at91_ide: turn on PIO 6 support

Stefan Husemann (1):
intelfb: support i854

Steve Glendinning (1):
smsc911x: correct debugging message on mii read timeout

Steve Wise (2):
RDMA/cxgb3: Handle EEH events
RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.

Stoyan Gaydarov (1):
afs: BUG to BUG_ON changes

Suresh Siddha (1):
x86: add linux kernel support for YMM state

Takashi Iwai (1):
ALSA: wavefront - Always use request_firmware()

Tejun Heo (2):
percpu: unbreak alpha percpu
ahci: force CAP_NCQ for earlier NV MCPs

Tetsuo Handa (3):
tracing: append a comma to INIT_FTRACE_GRAPH
tomoyo: add Documentation/tomoyo.txt
tomoyo: version bump to 2.2.0.

Theodore Ts'o (1):
block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUG

Thiemo Nagel (2):
ext4: Fix big-endian problem in __ext4_check_blockref()
ext4: Fix off-by-one-error in ext4_valid_extent_idx()

Thomas Gleixner (1):
MN10300: Convert obsolete no_irq_type to no_irq_chip

Thomas Reitmayr (1):
[WATCHDOG] orion5x_wdt: Add shutdown callback, use watchdog ping function

Tony Breeds (1):
parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpc

Tony Lindgren (1):
mmc: Fix compile for omap_hsmmc.c

Tony Luck (1):
[IA64] wire up preadv/pwritev system calls

Uwe Kleine-K?nig (4):
[WATCHDOG] at91rm9200_wdt.c: move probe function to .devinit.text
[WATCHDOG] ks8695_wdt.c: move probe function to .devinit.text
[WATCHDOG] omap_wdt.c: move probe function to .devinit.text
kbuild: fix option processing for -I in headerdep

Vegard Nossum (2):
ACPI battery: fix async boot oops
ata: fix obviously wrong comment

Venkatesh Pallipadi (3):
ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf
ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only
x86 ACPI: Add support for Always Running APIC timer

Ville Syrjala (3):
Input: ati_remote2 - complete suspend support
Input: ati_remote2 - add per device attrs
Input: ati_remote2 - check module params

Vitaliy Gusev (1):
kthread: Don't looking for a task in create_kthread() #2

Weidong Han (1):
x86, intr-remap: fix eoi for interrupt remapping without x2apic

Wim Van Sebroeck (3):
[WATCHDOG] i6300esb.c: Cleanup
[WATCHDOG] i6300esb.c: Fix the GETSTATUS and GETBOOTSTATUS ioctls.
[WATCHDOG] i6300esb.c: Restructure initialization of the device

Wolfgang Muees (3):
mmc_spi: do not check CID and CSD blocks with CRC16
mmc_spi: convert timeout handling to jiffies and avoid busy waiting
mmc_spi: support for non-byte-aligned cards

Yang Hongyang (2):
drivers/net/eql.c: Fix a dev leakage.
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)

Yinghai Lu (2):
irq: fix cpumask memory leak on offstack cpumask kernels
x86: make 64 bit to use default_inquire_remote_apic

Yoshihiro Shimoda (1):
sh: sh7785lcr: fix PCI address map for 32-bit mode

Yossi Etigin (2):
RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groups
RDMA/cma: Create cm id even when IB port is down

Yuri Tikhonov (1):
shmem: fix division by zero

Zhaolei (3):
printk: fix wrong format string iter for printk
Make __stringify support variable argument macros too
ftrace: Output REC->var instead of __entry->var for trace format


2009-04-15 00:22:20

by Alessandro Suardi

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

On Wed, Apr 15, 2009 at 1:48 AM, Linus Torvalds
<[email protected]> wrote:
>
> Hmm.
>
> New 'microblaze' architecture, a somewhat late 'input' layer merge, a new
> intel virtual networking driver and some firmware loading updates. And
> mn10300 and frv moved their header files from include/asm to arch. That
> accounts for the bulk, but shouldn't affect anybody.
>
> Otherwise? Some driver updates (ide, infiniband, sgi-xp, intel dri,
> watchdog). nilfs2 and xfs filesystem updates.
>
> And random small fixes. Not all as small as I'd wish for, but it's just
> early -rc2, and it at least feels less chaotic than some other -rc2's. But
> maybe that's my optimistic nature again.
>
> Shortlog appended, it might give people some flavor of the kinds of
> changes there were.
>
> ? ? ? ? ? ? ? ?Linus

[snip]

Takes a few seconds to not build here, with oldconfig as per rc1-git7:

[...]
LD init/mounts.o
CC init/initramfs.o
CC init/calibrate.o
LD init/built-in.o
HOSTCC usr/gen_init_cpio
GEN usr/initramfs_data.cpio
AS usr/initramfs_data.o
LD usr/built-in.o
CC arch/x86/kernel/process_64.o
CC arch/x86/kernel/signal.o
AS arch/x86/kernel/entry_64.o
CC arch/x86/kernel/traps.o
arch/x86/kernel/traps.c:57:28: error: asm/mach_traps.h: No such file
or directory
arch/x86/kernel/traps.c: In function ?default_do_nmi?:
arch/x86/kernel/traps.c:397: error: implicit declaration of function
?get_nmi_reason?
make[1]: *** [arch/x86/kernel/traps.o] Error 1
make: *** [arch/x86/kernel] Error 2

--alessandro

"Sun keeps rising in the west / I keep on waking fully confused"

(The Replacements, "Within Your Reach")

2009-04-15 00:41:15

by Tetsuo Handa

[permalink] [raw]
Subject: patch-2.6.30-rc2.bz2 does not apply cleanly

Did I miss something?

# tar -jxf linux-2.6.29.tar.bz2
# cd linux-2.6.29
# bzcat ../patch-2.6.30-rc2.bz2 | patch -sp1
61 out of 65 hunks FAILED -- saving rejects to file arch/arm/configs/colibri_defconfig.rej
47 out of 59 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
39 out of 50 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
2 out of 2 hunks FAILED -- saving rejects to file drivers/usb/misc/phidget.h.rej
1 out of 1 hunk FAILED -- saving rejects to file include/asm-mn10300/socket.h.rej
33 out of 40 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
33 out of 40 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
42 out of 48 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
45 out of 52 hunks FAILED -- saving rejects to file arch/arm/configs/xm_x2xx_defconfig.rej
2 out of 2 hunks FAILED -- saving rejects to file drivers/usb/storage/sddr55.h.rej
2 out of 2 hunks FAILED -- saving rejects to file drivers/usb/storage/sddr55.h.rej

2009-04-15 01:19:18

by Linus Torvalds

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2



On Wed, 15 Apr 2009, Alessandro Suardi wrote:
>
> arch/x86/kernel/traps.c:57:28: error: asm/mach_traps.h: No such file or directory

Hmm. You should have a file called:

arch/x86/include/asm/mach_traps.h

no?

Linus

2009-04-15 01:42:37

by Yanmin Zhang

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

On Tue, 2009-04-14 at 16:48 -0700, Linus Torvalds wrote:
> Hmm.
>
> New 'microblaze' architecture, a somewhat late 'input' layer merge, a new
> intel virtual networking driver and some firmware loading updates. And
> mn10300 and frv moved their header files from include/asm to arch. That
> accounts for the bulk, but shouldn't affect anybody.
>
> Otherwise? Some driver updates (ide, infiniband, sgi-xp, intel dri,
> watchdog). nilfs2 and xfs filesystem updates.
>
> And random small fixes. Not all as small as I'd wish for, but it's just
> early -rc2, and it at least feels less chaotic than some other -rc2's. But
> maybe that's my optimistic nature again.
>
> Shortlog appended, it might give people some flavor of the kinds of
> changes there were.
>
There are lots of conflictions when I apply it to 2.6.29.

Bleow are just some.

patching file arch/arm/configs/xm_x2xx_defconfig
Hunk #1 FAILED at 1.
Hunk #2 succeeded at 62 (offset -1 lines).
Hunk #3 FAILED at 70.
Hunk #4 FAILED at 84.
Hunk #5 FAILED at 139.
Hunk #6 FAILED at 218.
Hunk #7 succeeded at 302 (offset 11 lines).
Hunk #8 succeeded at 300 (offset -1 lines).
Hunk #9 FAILED at 330.
Hunk #10 FAILED at 369.
Hunk #11 FAILED at 401.
Hunk #12 FAILED at 412.
Hunk #13 FAILED at 433.
Hunk #14 FAILED at 450.
Hunk #15 FAILED at 481.
Hunk #16 FAILED at 531.
Hunk #17 succeeded at 574 (offset 27 lines).
Hunk #18 FAILED at 584.

patching file arch/sh/configs/sh7763rdp_defconfig
patching file arch/arm/configs/xm_x2xx_defconfig
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 35.
Hunk #3 FAILED at 83.
Hunk #4 FAILED at 116.
Hunk #5 FAILED at 134.
Hunk #6 succeeded at 359 with fuzz 2 (offset 10 lines).
Hunk #7 FAILED at 384.
Hunk #8 FAILED at 398.
Hunk #9 FAILED at 408.
Hunk #10 FAILED at 419.
Hunk #11 FAILED at 442.
Hunk #12 FAILED at 473.
Hunk #13 FAILED at 486.
Hunk #14 FAILED at 518.
Hunk #15 FAILED at 546.
Hunk #16 FAILED at 588.
Hunk #17 FAILED at 605.
Hunk #18 FAILED at 639.
Hunk #19 FAILED at 665.
Hunk #20 FAILED at 673.
Hunk #21 FAILED at 704.
Hunk #22 FAILED at 718.
Hunk #23 succeeded at 792 with fuzz 1 (offset 24 lines).
Hunk #24 FAILED at 805.
Hunk #25 FAILED at 854.
Hunk #26 FAILED at 873.
Hunk #27 FAILED at 890.
Hunk #28 FAILED at 942.


patching file drivers/usb/storage/cypress_atacb.h
patching file drivers/usb/storage/unusual_isd200.h
patching file drivers/usb/storage/sddr55.h
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 15.
2 out of 2 hunks FAILED -- saving rejects to file drivers/usb/storage/sddr55.h.rej
patching file drivers/usb/storage/isd200.h
patching file drivers/usb/storage/sddr55.h
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 15.
2 out of 2 hunks FAILED -- saving rejects to file drivers/usb/storage/sddr55.h.rej
patching file drivers/usb/storage/unusual_sddr09.h

> Linus
>
> ---
> Adrian McMenamin (1):
> Input: add support for the Maple mouse on the SEGA Dreamcast
>
> Alan Cox (5):
> x86: DMI match for the Dell DXP061 as it needs BIOS reboot
> tty: MAX3100
> cdc-acm: Fix long standing abuse of tty->low_latency
> tty: Fix leak in ti-usb
> parport: Fix various uses of parport_pc
>
> Alasdair G Kergon (3):
> dm: rearrange dm_wq_work
> dm: split DMF_BLOCK_IO flag into two
> dm: simplify dm_request loop
>
> Alex Nixon (1):
> Xen: Add virt_to_pfn helper function
>
> Alex Riesen (1):
> netfilter: fix selection of "LED" target in netfilter
>
> Alexander Beregalov (1):
> befs: fix build on parisc
>
> Alexander Duyck (2):
> igbvf: add new driver to support 82576 virtual functions
> igb: remove sysfs entry that was used to set the number of vfs
>
> Alexey Dobriyan (1):
> aio: remove INIT_KIOCTX
>
> Andi Kleen (2):
> asm-generic/siginfo.h: update NSIGTRAP definition
> kernel/sys.c: clean up sys_shutdown exit path
>
> Andrea Righi (2):
> fbdev: fix info->lock deadlock in fbcon_event_notify()
> res_counter: update documentation
>
> Andrew Morton (2):
> work_on_cpu(): rewrite it to create a kernel thread on demand
> cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c
>
> Andy Grover (2):
> x86: Document get_user_pages_fast()
> mm: document get_user_pages_fast()
>
> Andy Whitcroft (1):
> Input: psmouse - add newline to OLPC HGPK touchpad debugging
>
> Atsushi Nemoto (3):
> tx4939ide: remove wmb()
> tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read}
> tx4939ide: Fix tx4939ide_{in,out}put_data_swap argument
>
> Balaji Rao (2):
> pcf50633_charger: Enable periodic charging restart
> pcf50633_charger: Remove unused mbc_set_status function
>
> Bartlomiej Zolnierkiewicz (3):
> ide-cd: convert cdrom_decode_status() to use switch statements
> ide-cd: unify handling of fs and pc requests in cdrom_decode_status()
> ide-cd: fix intendation in cdrom_decode_status()
>
> Bastian Blank (1):
> bnx2: Don't use reserved names
>
> Ben Gamari (1):
> drm/i915: Implement batch and ring buffer dumping
>
> Ben Hutchings (1):
> i2c: Fix sparse warnings for I2C_BOARD_INFO()
>
> Bharata B Rao (3):
> cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used -v2
> cpuacct: add per-cgroup utime/stime statistics
> memcg: fix documentation
>
> Bjorn Helgaas (7):
> ACPI: thermal: use .notify method instead of installing handler directly
> ACPI: video: use .notify method instead of installing handler directly
> fujitsu-laptop: use .notify method instead of installing handler directly
> fujitsu-laptop: use .notify method instead of installing hotkey handler directly
> panasonic-laptop: use .notify method instead of installing handler directly
> sony-laptop: use .notify method instead of installing handler directly
> ACPI: WMI: use .notify method instead of installing handler directly
>
> Borislav Petkov (5):
> ide-cd: move status checking into the IRQ handler
> ide-cd: carve out an ide_cd_breathe()-helper for fs write requests
> ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()
> ide-cd: update debugging support
> ide-cd: reverse NOT_READY sense key logic
>
> Chien Tung (3):
> RDMA/nes: Fix SFP+ PHY initialization
> RDMA/nes: Add wide_ppm_offset parm for switch compatibility
> RDMA/nes: Add support for new SFP+ PHY
>
> Dan Carpenter (1):
> niu: Fix error handling
>
> Daniel Mack (3):
> Input: generic driver for rotary encoders on GPIOs
> [ARM] pxa/colibri: provide MAC address from ATAG_SERIAL
> [ARM] pxa/colibri: get rid of set_irq_type()
>
> Daniel Mierswa (2):
> Input: atkbd - consolidate force release quirk setup
> Input: atkbd - add quirk for Fujitsu Siemens Amilo PA 1510
>
> Darren Hart (1):
> futex: comment requeue key reference semantics
>
> Dave Anderson (1):
> hfs: fix memory leak when unmounting
>
> Dave Chinner (9):
> xfs: validate log feature fields correctly
> xfs: fix double free of inode
> xfs: prevent unwritten extent conversion from blocking I/O completion
> xfs: inform the xfsaild of the push target before sleeping
> xfs: use xfs_sync_inodes() for device flushing
> xfs: make inode flush at ENOSPC synchronous
> xfs: block callers of xfs_flush_inodes() correctly
> xfs: flush delayed allcoation blocks on ENOSPC in create
> xfs: remove xfs_flush_space
>
> David Brownell (2):
> leds: just ignore invalid GPIOs in leds-gpio
> spi: spi_write_then_read() bugfixes
>
> David Howells (11):
> keys: Handle there being no fallback destination keyring for request_key()
> FRV: Use <asm-generic/pgtable.h> in NOMMU mode
> MN10300: Kill MN10300's own profiling Kconfig
> FRV: Fix indentation errors to keep git-am happy when moving arch header files
> FRV: Move to arch/frv/include/asm/
> Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/.
> Separate out the proc- and unit-specific header directories from the general MN10300 arch headers and place them instead in the same directories as contain the .c files for the processor and unit implementations.
> kbuild: make it possible for the linker to discard local symbols from vmlinux
> mm: point the UNEVICTABLE_LRU config option at the documentation
> mm: reformat the Unevictable-LRU documentation
> Fix lpfc_parse_bg_err()'s use of do_div()
>
> David S. Miller (8):
> sparc64: get_cells() can't be marked __init
> sparc64: Fix section mismatch warnings in power driver.
> sparc64: Fix section mismatch warnings in PCI controller drivers.
> sparc: Fix section mismatch warnings in cs4231 sound driver.
> serial: sunsu: sunsu_kbd_ms_init needs to be __devinit
> sparc64: add_node_ranges() must be __init
> sparc: Hook up sys_preadv and sys_pwritev
> niu: Fix unused variable warning.
>
> David Woodhouse (8):
> Revert "fix modules_install via NFS"
> Partially revert "V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI card"
> firmware/WHENCE: Add missing origin information for Ambassador atmsar11.fw
> firmware: Remove newly-added slicoss and sxg firmware images
> Add README.AddingFirmware file. Basically telling people not to.
> x86, intel-iommu: fix X2APIC && !ACPI build failure
> qla1280: Fix off-by-some error in firmware loading.
> intel-iommu: Avoid panic() for DRHD at address zero.
>
> Dmitry Eremin-Solenikov (1):
> [ARM] pxa/csb701: do not register devices on non-csb726 boads
>
> Dmitry Torokhov (3):
> Input: fix polling of /proc/bus/input/devices
> Input: arrange drivers/input/misc/Makefile in alphabetical order
> Input: i8042 - add HP DV9700 to the noloop list
>
> Don Wood (1):
> RDMA/nes: Fix incorrect casts on 32-bit architectures
>
> Eric Anholt (2):
> drm/i915: Correctly set the write flag for get_user_pages in pread.
> drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.
>
> Eric Dumazet (1):
> netfilter: ip6tables regression fix
>
> Eric Sandeen (1):
> include/linux/fiemap.h: include types.h now that it's exported
>
> Faisal Latif (2):
> RDMA/nes: Fix error handling issues
> RDMA/nes: Fix nes_nic_cm_xmit() error handling
>
> Fenghua Yu (1):
> Intel-IOMMU Alignment Issue in dma_pte_clear_range()
>
> Ferenc Wagner (1):
> drm/i915: indicate framebuffer restore key in SysRq help message
>
> Florian Fainelli (1):
> r6040: set MODULE_VERSION
>
> Florian Mickler (1):
> drm/i915: Fix use of uninitialized var in 40a5f0de
>
> Francesco VIRLINZI (1):
> sh: intc: Added resume from hibernation support to the intc
>
> Frederic Weisbecker (3):
> tracing/syscalls: use a dedicated file header
> lockdep: warn about lockdep disabling after kernel taint
> lockdep: continue lock debugging despite some taints
>
> From: Thiemo Nagel (1):
> ext4: check block device size on mount
>
> Gautham R Shenoy (1):
> sched: Print sched_group::__cpu_power in sched_domain_debug
>
> Geert Uytterhoeven (5):
> ide: Fix host drivers that need IRQF_SHARED
> ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data
> namespaces: move get_mq() inside #ifdef CONFIG_SYSCTL
> at24: make input buffers of at24_*write() const
> at25: make input buffers of at25_*write() const
>
> Grant Grundler (1):
> ide: remove wmb() from ide-dma-sff.c and scc_pata.c
>
> Grant Likely (1):
> xsysace: Fix dereferencing of cf_id after hd_driveid removal
>
> H. Peter Anvin (1):
> x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes
>
> Hannes Eder (2):
> NULL noise: drivers/platform/x86/panasonic-laptop.c
> NULL noise: arch/x86/xen/smp.c
>
> Heiko Carstens (1):
> mutex: have non-spinning mutexes on s390 by default
>
> Helge Deller (1):
> Input: hilkbd - fix crash when removing hilkbd module
>
> Herbert Xu (1):
> module: try_then_request_module must wait
>
> Hidetoshi Seto (2):
> posixtimers, sched: Fix posix clock monotonicity
> x86: smarten /proc/interrupts output for new counters
>
> Huang Weiyi (5):
> ACPI: cpufreq: remove dupilcated #include
> ide: remove unused #include <linux/version.h>
> hp_accel: remove unused #include <version.h>
> sysrq: remove duplicated #include
> microblaze: remove duplicated #include's
>
> Hugh Dickins (2):
> shmem: respect MAX_LFS_FILESIZE
> x86 microcode: revert some work_on_cpu
>
> Ian Campbell (2):
> xen: resume interrupts before system devices.
> xen: honour VCPU availability on boot
>
> Ingo Molnar (2):
> sched: refresh MAINTAINERS entry
> lockdep: warn about lockdep disabling after kernel taint, fix
>
> Jan Beulich (1):
> kbuild: remove pointless strdup() on arguments passed to new_module() in modpost
>
> Jan Dumon (1):
> MAINTAINERS: switch maintainer of the hso driver
>
> Jan Kara (3):
> ext3: Try to avoid starting a transaction in writepage for data=writepage
> jbd: update locking coments
> ext2: fix data corruption for racing writes
>
> Jarkko Lavinen (2):
> mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2
> omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occurs
>
> Jaswinder Singh (2):
> firmware: convert av7110 driver to request_firmware()
> Remove fdump tool for av7110 firmware
>
> Jaswinder Singh Rajput (1):
> x86: cpu_debug remove execute permission
>
> Jean Delvare (6):
> ACPI: Adjust Kelvin offset to match local implementation
> i2c-algo-pca: Fix use of uninitialized variable in debug message
> i2c-voodoo3: Deprecate in favor of tdfxfb
> i2c: Let new-style drivers implement attach_adapter
> MAINTAINERS: bluesmoke-devel list is moderated for non-subscribers
> edac: use to_delayed_work()
>
> Jeff Garzik (1):
> [libata] sata_via: kill uninit'd var warning
>
> Jeff Haran (1):
> edac: fix local pci_write_bits32
>
> Jeremy Fitzhardinge (13):
> xen: disable preempt for leave_lazy_mmu
> xen: separate p2m allocation from setting
> xen: split construction of p2m mfn tables from registration
> xen: clean up xen_load_gdt
> xen: make xen_load_gdt simpler
> xen: remove xen_load_gdt debug
> xen: mask XSAVE from cpuid
> x86-64: remove PGE from must-have feature list
> xen/mmu: some early pagetable cleanups
> xen/mmu: weaken flush_tlb_other test
> xen: set _PAGE_NX in __supported_pte_mask before pagetable construction
> xen: clean up gate trap/interrupt constants
> xen: add FIX_TEXT_POKE to fixmap
>
> Joe Perches (20):
> Add scripts/get_maintainer.pl
> MAINTAINERS - Add file patterns
> MAINTAINERS - Standardize style
> MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
> MAINTAINERS - standardize "T: git urls"
> MAINTAINERS - Add Linus Torvalds' git
> MAINTAINERS - i2c_tiny_usb T: should be W:
> MAINTAINERS - Update FPU Emulator contact address and web page
> MAINTAINERS - Remove x86/Voyager no longer in tree
> MAINTAINERS - Remove cyblafb frame buffer no longer in tree
> MAINTAINERS - Coalesce sections "DVB" and "Video for Linux"
> MAINTAINERS - Update M68K patterns
> MAINTAINERS - Update DRIVER CORE patterns
> MAINTAINERS - Add missing "/" to some pattern directories
> MAINTAINERS - Add additional patterns
> MAINTAINERS - Update Freescale sound patterns
> scripts/get_maintainer.pl - Allow multiple files on command line
> MAINTAINERS - Update frv arch patterns
> MAINTAINERS - Update MN10300 patterns
> include/video/cyblafb.h: remove it, it's unused
>
> Johannes Berg (1):
> Input: stop autorepeat timer on key release
>
> Jonathan Cameron (1):
> hwmon: sht15 humidity sensor driver
>
> Justin Waters (2):
> [ARM] 5445/1: AT91: Remove flexible array from USBH platform data
> [ARM] 5446/1: ohci-at91: Limit vbus_pin assignment to the size of the array
>
> KAMEZAWA Hiroyuki (1):
> memcg: remove warning when CONFIG_DEBUG_VM=n
>
> Kevin Hilman (1):
> omap_hsmmc: Flush posted write to IRQ
>
> Kirill Smelkov (1):
> kbuild: fix a few typos in top-level Makefile
>
> Krzysztof Helt (1):
> cirrusfb: do not allow unsupported pixel depth
>
> Kuninori Morimoto (4):
> sh: urquell: Add board comment
> sh: urquell: Fix up address mapping in board comments.
> sh: ap325: use edge control for ov772x camera
> sh: sh7786: modify usb setup timeout judgment bug.
>
> Lai Jiangshan (4):
> tracing: disable seeking for trace_pipe_raw
> tracing: allocate page when needed
> tracing: update file->f_pos when splice(2) it
> tracing: fix splice return too large
>
> Leandro Dorileo (1):
> tty: Update some of the USB kernel doc
>
> Len Brown (2):
> ACPI: delete acpi_device.g_list
> ACPICA: delete check for AML access to port 0x81-83
>
> Lennert Buytenhek (1):
> mv643xx_eth: don't reset the rx coal timer on interface up
>
> Li Zefan (8):
> blktrace: pass the right pointer to kfree()
> tracing: consolidate documents
> tracing: fix document references
> tracing/filters: NIL-terminate user input filter
> tracing/filters: fix NULL pointer dereference
> tracing/filters: allow user input integer to be oct or hex
> tracing/filters: return proper error code when writing filter file
> Documentation/sysctl/net.txt: fix a typo
>
> Linus Torvalds (5):
> Remove stale include/asm-mn10300/.gitignore file
> async: Fix module loading async-work regression
> Revert "ACPI battery: fix async boot oops"
> Fix quilt merge error in acpi-cpufreq.c
> Linux 2.6.30-rc2
>
> Linus Walleij (1):
> [ARM] 5447/1: Add SZ_32K
>
> Ma Ling (1):
> drm/i915: sync hdmi detection by hdmi identifier with 2D
>
> Marcin Slusarz (1):
> x86: fix wrong section of pat_disable & make it static
>
> Marek Vasut (4):
> [ARM] pxa: Palm Tungsten E2 basic support
> [ARM] pxa: PalmTE2 support for battery, UDC, IrDA and backlight
> [ARM] pxa: Add support for suspend on PalmTX, T5 and LD
> [ARM] pxa/cm-x2xx: fix ucb1400 not being registered
>
> Mark Brown (3):
> Input: wm97xx - use disable_irq_nosync() for Mainstone
> Input: add accelerated touchscreen support for Marvell Zylonite
> [ARM] pxa: register AC97 controller devices
>
> Martin K. Petersen (1):
> dm: add integrity support
>
> Masami Hiramatsu (2):
> x86: fix set_fixmap to use phys_addr_t
> x86: fix set_fixmap to use phys_addr_t
>
> Matthew Garrett (1):
> efifb: exit if framebuffer address is invalid
>
> Maxime Bizon (1):
> kbuild: fix spurious initramfs rebuild
>
> Michael Ellerman (1):
> mm: add documentation describing what tsk->active_mm means vs tsk->mm
>
> Michael Hennerich (3):
> Input: bf54x-keys - fix typo in warning
> Input: add AD7877 touchscreen driver
> Input: add AD7879 Touchscreen driver
>
> Michal Januszewski (5):
> fbdev: fix color component field length documentation
> uvesafb: fix color component length for pseudocolor modes
> s3fb: fix color component length for pseudocolor modes
> sa1100fb: fix color component length for pseudocolor modes
> sisfb: fix color component length for pseudocolor modes
>
> Michal Simek (66):
> microblaze_v8: Cpuinfo handling
> microblaze_v8: Open firmware files
> microblaze_v8: Platform bus registration
> microblaze_v8: exception handling
> microblaze_v8: Signal support
> microblaze_v8: Selfmodified code
> microblaze_v8: cache support
> microblaze_v8: Generic dts file for platforms
> microblaze_v8: kernel modules support
> microblaze_v8: lmb include file
> microblaze_v8: PVR support, cpuinfo support
> microblaze_v8: defconfig file
> microblaze_v8: assembler files head.S, entry-nommu.S, syscall_table.S
> microblaze_v8: vmlinux.lds.S - linker script
> microblaze_v8: supported function for memory - kernel/lib
> microblaze_v8: checksum support
> microblaze_v8: early_printk support
> microblaze_v8: uaccess files
> microblaze_v8: heartbeat file
> microblaze_v8: setup.c, setup.h - system setting
> microblaze_v8: asm-offsets.c
> microblaze_v8: process and init task function
> microblaze_v8: delay.h, timex.h
> microblaze_v8: ptrace support
> microblaze_v8: IPC support
> microblaze_v8: traps support
> microblaze_v8: memory inicialization, MMU, TLB
> microblaze_v8: page.h, segment.h, unaligned.h
> microblaze_v8: includes SHM*, msgbuf
> microblaze_v8: bug headers files
> microblaze_v8: definitions of types
> microblaze_v8: ioctl support
> microblaze_v8: io.h IO operations
> microblaze_v8: headers for executables format FLAT, ELF
> microblaze_v8: dma support
> microblaze_v8: headers for irq
> microblaze_v8: atomic.h bitops.h swab.h byteorder.h
> microblaze_v8: headers pgalloc.h pgtable.h
> microblaze_v8: system.h processor.h
> microblaze_v8: clinkage.h linkage.h sections.h kmap_types.h
> microblaze_v8: stats headers
> microblaze_v8: termbits.h termios.h
> microblaze_v8: sigcontext.h siginfo.h
> microblaze_v8: headers simple files - empty or redirect to asm-generic
> microblaze_v8: gpio.h, serial.h
> microblaze_v8: namei.h
> microblaze_v8: headers files entry.h current.h mman.h registers.h sembuf.h
> microblaze_v8: device.h param.h topology.h
> microblaze_v8: pool.h socket.h
> microblaze_v8: fcntl.h sockios.h ucontext.h
> microblaze_v8: unistd.h
> microblaze_v8: string.h thread_info.h
> microblaze_v8: Kbuild file
> microblaze_v8: pci headers
> microblaze_v8: syscalls.h
> microblaze_v8: Interrupt handling and timer support
> microblaze_v8: Kconfig patches
> microblaze_v8: Makefiles for Microblaze cpu
> microblaze_v8: Uartlite for Microblaze
> microblaze_v8: Add MAINTAINERS fragment
> microblaze: Fix problem with removing zero length files
> microblaze: Add missing empty ftrace.h file
> microblaze: Add TIMESTAMPING constants to socket.h
> microblaze: Simplify copy_thread()
> microblaze: struct device - replace bus_id with dev_name()
> microblaze: Add missing FILE tag to MAINTAINERS
>
> Mike Rapoport (3):
> Input: wm97xx - add BTN_TOUCH event to wm97xx to use it with Android
> Input: ucb1400_ts, mainstone-wm97xx - add BTN_TOUCH events
> [ARM] pxa/em-x270: add libertas device registration
>
> Miklos Szeredi (2):
> fuse: fix argument type in fuse_get_user_pages()
> fuse: fix "direct_io" private mmap
>
> Mikulas Patocka (6):
> dm: remove limited barrier support
> dm: rework queueing and suspension
> dm: remove dm_request loop
> dm: implement basic barrier support
> dm kcopyd: prepare for callback race fix
> dm kcopyd: fix callback race
>
> Nathan Lynch (1):
> sched: do not count frozen tasks toward load
>
> Nikanth Karthikesan (1):
> init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=n
>
> Nobuhiro Iwamatsu (1):
> nommu: fix typo vma->pg_off to vma->vm_pgoff
>
> Oleg Nesterov (4):
> posix-timers: fix RLIMIT_CPU && fork()
> posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)
> kthread: move sched-realeted initialization from kthreadd context
> ptrace: fix exit_ptrace() vs ptrace_traceme() race
>
> Or Gerlitz (1):
> IPoIB: Document newish features
>
> Pablo Neira Ayuso (1):
> netfilter: ctnetlink: fix regression in expectation handling
>
> Paul Menzel (1):
> drivers/video/aty/radeon_base.c: fix typo in comment
>
> Paul Mundt (7):
> sh: wire up sys_preadv/sys_pwritev() syscalls.
> sh: Provide cpumask_of_pcibus() to fix NUMA build.
> sh: Add support for DMA API debugging.
> sh: Plug in support for ARCH=sh64 using sh SRCARCH.
> MAINTAINERS: Update sh architecture file patterns.
> sh: Pre-allocate a reasonable number of DMA debug entries.
> sh: Add in PCI bus for DMA API debugging.
>
> Paulius Zaleckas (3):
> [WATCHDOG] remove ARM26 sections
> imxmmc: init-exit rework
> imxmmc: move RSSR BLR
>
> Peter Korsgaard (1):
> kbuild: use git svn instead of git-svn in setlocalversion
>
> Peter Zijlstra (1):
> mm: move the scan_unevictable_pages sysctl to the vm table
>
> Phil Sutter (1):
> Input: add driver for S1 button of rb532
>
> Philipp Zabel (2):
> pda_power: Add optional OTG transceiver and voltage regulator support
> [ARM] pxa/magician: Enable bq24022 regulator for gpio_vbus and pda_power
>
> Pierre Ossman (1):
> New mail address for Pierre Ossman
>
> Rafael J. Wysocki (1):
> PM/Hibernate: Wait for SCSI devices scan to complete during resume
>
> Rakib Mullick (1):
> x86: Fix section mismatches in mpparse
>
> Randy Dunlap (5):
> timers: add missing kernel-doc
> ethoc: fix library build errors
> docbook: make cleandocs
> MAINTAINERS: fix Andreas's email address
> filemap: fix kernel-doc warnings
>
> Randy Robertson (1):
> initramfs: fix initramfs to work with hardlinked init
>
> Robin Holt (4):
> sgi-xpc: update SGI XP/XPC/XPNET maintainer
> sgi-xpc: prevent false heartbeat failures
> sgi-xpc: implement opencomplete messaging
> sgi-xpc: clean up numerous globals
>
> Roel Kluin (1):
> Input: pc110pad - use no_pci_devices()
>
> Roland Dreier (3):
> IB/mlx4: Use pgprot_writecombine() for BlueFlame pages
> mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports
> IPoIB: Avoid free_netdev() BUG when destroying a child interface
>
> Roland McGrath (1):
> ptrace: some checkpatch fixes
>
> Russell King (1):
> [ARM] omap: fix omap1 clock usecount decrement bug
>
> Rusty Russell (1):
> sched_rt: don't allocate cpumask in fastpath
>
> Ryusuke Konishi (8):
> nilfs2: return f_fsid for statfs2
> nilfs2: fix lockdep recursive locking warning on bmap
> nilfs2: fix lockdep recursive locking warning on meta data files
> nilfs2: remove module version
> nilfs2: simplify handling of active state of segments fix
> nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error
> nilfs2: segment usage file cleanups
> nilfs2: fix possible mismatch of sufile counters on recovery
>
> Sam Ravnborg (3):
> kconfig: fix update-po-config to accect backslash in input
> kbuild: introduce destination-y for exported headers
> Documentation: explain the difference between __bitwise and __bitwise__
>
> Sascha Hauer (1):
> FEC driver: add missing #endif
>
> Serge E. Hallyn (2):
> cap_prctl: don't set error to 0 at 'no_change'
> add some long-missing capabilities to fs_mask
>
> Sergei Shtylyov (9):
> ide-h8300: remove mm_{inw|outw}()
> at91_ide: remove custom tf_{read|load}() methods
> ide-h8300: remove custom tf_{read|load}() methods
> ide: replace IDE_TFLAG_* flags by IDE_VALID_*
> ide: simplify 'struct ide_taskfile'
> ide: move common code out of tf_load() method
> ide: call write_devctl() method from tf_read() method
> ide: refactor tf_load() method
> ide: refactor tf_read() method
>
> Shaohua Li (3):
> ACPI: convert acpi_device_lock spinlock to mutex
> drm/i915: Fix a mismerge of the IGD patch (new .find_pll hooks missed)
> drm/i915: fix scheduling while holding the new active list spinlock
>
> Shen Feng (1):
> doc: use correct debugfs mountpoint
>
> Stanislaw Gruszka (2):
> at91_ide: remove unused ide_mm_{outb,inb}
> at91_ide: turn on PIO 6 support
>
> Stefan Husemann (1):
> intelfb: support i854
>
> Steve Glendinning (1):
> smsc911x: correct debugging message on mii read timeout
>
> Steve Wise (2):
> RDMA/cxgb3: Handle EEH events
> RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.
>
> Stoyan Gaydarov (1):
> afs: BUG to BUG_ON changes
>
> Suresh Siddha (1):
> x86: add linux kernel support for YMM state
>
> Takashi Iwai (1):
> ALSA: wavefront - Always use request_firmware()
>
> Tejun Heo (2):
> percpu: unbreak alpha percpu
> ahci: force CAP_NCQ for earlier NV MCPs
>
> Tetsuo Handa (3):
> tracing: append a comma to INIT_FTRACE_GRAPH
> tomoyo: add Documentation/tomoyo.txt
> tomoyo: version bump to 2.2.0.
>
> Theodore Ts'o (1):
> block_write_full_page: switch synchronous writes to use WRITE_SYNC_PLUG
>
> Thiemo Nagel (2):
> ext4: Fix big-endian problem in __ext4_check_blockref()
> ext4: Fix off-by-one-error in ext4_valid_extent_idx()
>
> Thomas Gleixner (1):
> MN10300: Convert obsolete no_irq_type to no_irq_chip
>
> Thomas Reitmayr (1):
> [WATCHDOG] orion5x_wdt: Add shutdown callback, use watchdog ping function
>
> Tony Breeds (1):
> parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpc
>
> Tony Lindgren (1):
> mmc: Fix compile for omap_hsmmc.c
>
> Tony Luck (1):
> [IA64] wire up preadv/pwritev system calls
>
> Uwe Kleine-K?nig (4):
> [WATCHDOG] at91rm9200_wdt.c: move probe function to .devinit.text
> [WATCHDOG] ks8695_wdt.c: move probe function to .devinit.text
> [WATCHDOG] omap_wdt.c: move probe function to .devinit.text
> kbuild: fix option processing for -I in headerdep
>
> Vegard Nossum (2):
> ACPI battery: fix async boot oops
> ata: fix obviously wrong comment
>
> Venkatesh Pallipadi (3):
> ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf
> ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only
> x86 ACPI: Add support for Always Running APIC timer
>
> Ville Syrjala (3):
> Input: ati_remote2 - complete suspend support
> Input: ati_remote2 - add per device attrs
> Input: ati_remote2 - check module params
>
> Vitaliy Gusev (1):
> kthread: Don't looking for a task in create_kthread() #2
>
> Weidong Han (1):
> x86, intr-remap: fix eoi for interrupt remapping without x2apic
>
> Wim Van Sebroeck (3):
> [WATCHDOG] i6300esb.c: Cleanup
> [WATCHDOG] i6300esb.c: Fix the GETSTATUS and GETBOOTSTATUS ioctls.
> [WATCHDOG] i6300esb.c: Restructure initialization of the device
>
> Wolfgang Muees (3):
> mmc_spi: do not check CID and CSD blocks with CRC16
> mmc_spi: convert timeout handling to jiffies and avoid busy waiting
> mmc_spi: support for non-byte-aligned cards
>
> Yang Hongyang (2):
> drivers/net/eql.c: Fix a dev leakage.
> Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
>
> Yinghai Lu (2):
> irq: fix cpumask memory leak on offstack cpumask kernels
> x86: make 64 bit to use default_inquire_remote_apic
>
> Yoshihiro Shimoda (1):
> sh: sh7785lcr: fix PCI address map for 32-bit mode
>
> Yossi Etigin (2):
> RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groups
> RDMA/cma: Create cm id even when IB port is down
>
> Yuri Tikhonov (1):
> shmem: fix division by zero
>
> Zhaolei (3):
> printk: fix wrong format string iter for printk
> Make __stringify support variable argument macros too
> ftrace: Output REC->var instead of __entry->var for trace format
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2009-04-15 02:05:05

by Linus Torvalds

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2



On Wed, 15 Apr 2009, Zhang, Yanmin wrote:
>
> There are lots of conflictions when I apply it to 2.6.29.
>
> Bleow are just some.
>
> patching file arch/arm/configs/xm_x2xx_defconfig
> Hunk #1 FAILED at 1.
> Hunk #2 succeeded at 62 (offset -1 lines).

Damn.

It patches just fine if you use "git apply".

The problem? I had enabled rename detection in my .gitconfig due to
testing a git patch, and forgotten all about it. So when I generated the
patch, it had rename detection on. And so part of the patch looks like

diff --git a/arch/arm/configs/xm_x2xx_defconfig b/arch/arm/configs/cm_x2xx_defconfig
similarity index 83%
copy from arch/arm/configs/xm_x2xx_defconfig
copy to arch/arm/configs/cm_x2xx_defconfig
index 1039f36..797b790 100644
--- a/arch/arm/configs/xm_x2xx_defconfig
+++ b/arch/arm/configs/cm_x2xx_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.27-rc8
-# Sun Oct 5 11:05:36 2008
+# Linux kernel version: 2.6.29-rc2
+# Sun Feb 1 16:31:36 2009
#
CONFIG_ARM=y
...

and other parts just contain pure renames, and "patch" obviously won't
understand any of that.

My bad. I didn't mean to leave people without git out in the rain. I've
re-uploaded a fixed one that doesn't have those git features..

Alessandro - did you also do things by applying that patch? Maybe your
compile failure can be explained by the same thing, and just comes from
not noticing the patch apply failure.

Sorry about that. The fixed patch is on master.kernel.org and should be
mirroring out asap. And I've fixed my .gitconfig, and hopefully this won't
happen again.

Linus

2009-04-15 02:24:56

by Tetsuo Handa

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

Linus Torvalds wrote:
> The fixed patch is on master.kernel.org and should be mirroring out asap.
I re-downloaded it and it applied cleanly.

Thank you.

2009-04-15 06:32:17

by Brice Goglin

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.30-rc2
# Wed Apr 15 08:20:16 2009
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_X86_32_LAZY_GS=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION="=topinambour"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
# CONFIG_TASK_DELAY_ACCT is not set
# CONFIG_TASK_XACCT is not set
# CONFIG_AUDIT is not set

#
# RCU Subsystem
#
CONFIG_CLASSIC_RCU=y
# CONFIG_TREE_RCU is not set
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
# CONFIG_CGROUPS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_COMPAT_BRK=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_TRACEPOINTS=y
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_API_DEBUG=y
# CONFIG_SLOW_WORK is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBD=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
# CONFIG_SPARSE_IRQ is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
CONFIG_MEMTEST=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUMM=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
CONFIG_X86_DS=y
CONFIG_X86_PTRACE_BTS=y
CONFIG_HPET_TIMER=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=8
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=m
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=m
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_X86_CPU_DEBUG=m
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
CONFIG_HAVE_MLOCK=y
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_HIGHPTE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW_64K=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
# CONFIG_EFI is not set
# CONFIG_SECCOMP is not set
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
# CONFIG_KEXEC_JUMP is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="/dev/sda5"
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=m
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=m
# CONFIG_ACPI_SBS is not set
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=m
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# 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=m
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
# CONFIG_X86_SPEEDSTEP_ICH is not set
# 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
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_DMAR is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_STUB=m
# CONFIG_HT_IRQ is not set
# CONFIG_PCI_IOV is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_OLPC is not set
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=m
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
# CONFIG_IPV6_ROUTE_INFO is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK is not set
# CONFIG_NETFILTER_XTABLES is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_IP_NF_QUEUE is not set
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_PHONET is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_DROP_MONITOR is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
CONFIG_WIRELESS=y
CONFIG_CFG80211=m
# CONFIG_CFG80211_REG_DEBUG is not set
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_MINSTREL=y
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_VIRTIO_BLK=m
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
CONFIG_DELL_LAPTOP=m
# CONFIG_ISL29003 is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=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=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
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
CONFIG_SCSI_FC_ATTRS=m
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
CONFIG_LIBFC=m
CONFIG_LIBFCOE=m
CONFIG_FCOE=m
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_COMPAT_NET_DEV_OPS=y
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_JME is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3_DEPENDS=y
# CONFIG_CHELSIO_T3 is not set
# CONFIG_ENIC is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
CONFIG_MYRI10GE=m
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_QLGE is not set
# CONFIG_SFC is not set
# CONFIG_BE2NET is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_MWL8K is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
# CONFIG_ATH9K is not set
# CONFIG_AR9170_USB is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLWIFI=m
# CONFIG_IWLWIFI_LEDS is not set
CONFIG_IWLWIFI_RFKILL=y
# CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT is not set
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLAGN is not set
CONFIG_IWL3945=m
CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set
# CONFIG_HERMES is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#

#
# 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_HSO is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_VIRTIO_NET=m
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
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=m
CONFIG_KEYBOARD_XTKBD=m
CONFIG_KEYBOARD_NEWTON=m
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=16
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=16
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=m
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
CONFIG_NVRAM=m
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set
# CONFIG_SCx200_ACB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_PCF50633 is not set
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
# CONFIG_REGULATOR_BQ24022 is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_COMMON=m
CONFIG_VIDEO_ALLOW_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
# CONFIG_DVB_CORE is not set
CONFIG_VIDEO_MEDIA=m

#
# Multimedia drivers
#
# CONFIG_MEDIA_ATTACH is not set
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_V4L1=m
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set

#
# Encoders/decoders and other helper chips
#

#
# Audio decoders
#
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TDA9875 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
# CONFIG_VIDEO_MSP3400 is not set
# CONFIG_VIDEO_CS5345 is not set
# CONFIG_VIDEO_CS53L32A is not set
# CONFIG_VIDEO_M52790 is not set
# CONFIG_VIDEO_TLV320AIC23B is not set
# CONFIG_VIDEO_WM8775 is not set
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_VP27SMPX is not set

#
# RDS decoders
#
# CONFIG_VIDEO_SAA6588 is not set

#
# Video decoders
#
# CONFIG_VIDEO_BT819 is not set
# CONFIG_VIDEO_BT856 is not set
# CONFIG_VIDEO_BT866 is not set
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_TCM825X is not set
# CONFIG_VIDEO_SAA7110 is not set
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_SAA717X is not set
# CONFIG_VIDEO_SAA7191 is not set
# CONFIG_VIDEO_TVP514X is not set
# CONFIG_VIDEO_TVP5150 is not set
# CONFIG_VIDEO_VPX3220 is not set

#
# Video and audio decoders
#
# CONFIG_VIDEO_CX25840 is not set

#
# MPEG video encoders
#
# CONFIG_VIDEO_CX2341X is not set

#
# Video encoders
#
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_SAA7185 is not set
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set

#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set
# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_IVTV is not set
# CONFIG_VIDEO_CAFE_CCIC is not set
# CONFIG_SOC_CAMERA is not set
CONFIG_V4L_USB_DRIVERS=y
# CONFIG_USB_VIDEO_CLASS is not set
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
# CONFIG_USB_M5602 is not set
# CONFIG_USB_STV06XX is not set
# CONFIG_USB_GSPCA_CONEX is not set
# CONFIG_USB_GSPCA_ETOMS is not set
# CONFIG_USB_GSPCA_FINEPIX is not set
# CONFIG_USB_GSPCA_MARS is not set
# CONFIG_USB_GSPCA_MR97310A is not set
# CONFIG_USB_GSPCA_OV519 is not set
# CONFIG_USB_GSPCA_OV534 is not set
# CONFIG_USB_GSPCA_PAC207 is not set
# CONFIG_USB_GSPCA_PAC7311 is not set
# CONFIG_USB_GSPCA_SONIXB is not set
# CONFIG_USB_GSPCA_SONIXJ is not set
# CONFIG_USB_GSPCA_SPCA500 is not set
# CONFIG_USB_GSPCA_SPCA501 is not set
# CONFIG_USB_GSPCA_SPCA505 is not set
# CONFIG_USB_GSPCA_SPCA506 is not set
# CONFIG_USB_GSPCA_SPCA508 is not set
# CONFIG_USB_GSPCA_SPCA561 is not set
# CONFIG_USB_GSPCA_SQ905 is not set
# CONFIG_USB_GSPCA_SQ905C is not set
# CONFIG_USB_GSPCA_STK014 is not set
# CONFIG_USB_GSPCA_SUNPLUS is not set
# CONFIG_USB_GSPCA_T613 is not set
# CONFIG_USB_GSPCA_TV8532 is not set
# CONFIG_USB_GSPCA_VC032X is not set
# CONFIG_USB_GSPCA_ZC3XX is not set
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_VIDEO_CX231XX is not set
# CONFIG_VIDEO_USBVISION is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_QUICKCAM_MESSENGER is not set
# CONFIG_USB_ET61X251 is not set
# CONFIG_VIDEO_OVCAMCHIP 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_ZC0301 is not set
# CONFIG_USB_PWC is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
CONFIG_RADIO_ADAPTERS=y
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_SI470X is not set
# CONFIG_USB_MR800 is not set
# CONFIG_RADIO_TEA5764 is not set
# CONFIG_DAB is not set

#
# Graphics support
#
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_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=y
# CONFIG_DRM_I915_KMS is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_VGASTATE=m
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
CONFIG_FB_VESA=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
CONFIG_FB_INTEL=m
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_ILI9320 is not set
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_BACKLIGHT_GENERIC=m
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_MBP_NVIDIA is not set
# CONFIG_BACKLIGHT_SAHARA is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_JACK=y
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_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
CONFIG_SND_DUMMY=m
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
# CONFIG_SND_HDA_INPUT_BEEP is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SIS7019 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_USB is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
# CONFIG_HIDRAW is not set

#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_HID_PID is not set
CONFIG_USB_HIDDEV=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
CONFIG_HID_CYPRESS=m
# CONFIG_DRAGONRISE_FF is not set
CONFIG_HID_EZKEY=m
CONFIG_HID_KYE=m
CONFIG_HID_GYRATION=m
CONFIG_HID_KENSINGTON=m
CONFIG_HID_LOGITECH=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_NTRIG=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
CONFIG_HID_SUNPLUS=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_TOPSEED=m
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

#
# Enable Host or Gadget support to see Inventra options
#

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
# CONFIG_USB_STORAGE_ISD200 is not set
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
# CONFIG_USB_GADGET is not set

#
# OTG and related infrastructure
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
# CONFIG_MMC_SDHCI_PCI is not set
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_BD2802 is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
CONFIG_UIO_PDRV=m
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_SMX is not set
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
CONFIG_INTEL_MENLOW=m
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set

#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set

#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=m
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=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=m
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
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_HW_BRANCH_TRACER=y
CONFIG_HAVE_FTRACE_SYSCALLS=y
CONFIG_RING_BUFFER=y
CONFIG_TRACING=y
CONFIG_TRACING_SUPPORT=y

#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_EVENT_TRACER is not set
# CONFIG_FTRACE_SYSCALLS is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_TRACE_BRANCH_PROFILING is not set
# CONFIG_POWER_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_HW_BRANCH_TRACER is not set
# CONFIG_KMEMTRACE is not set
# CONFIG_WORKQUEUE_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_4KSTACKS is not set
CONFIG_DOUBLEFAULT=y
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
# CONFIG_IMA is not set
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
CONFIG_CRYPTO_TEST=m

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
# CONFIG_CRYPTO_TWOFISH_586 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_ZLIB is not set
# CONFIG_CRYPTO_LZO is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_GEODE=m
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
# CONFIG_KVM_TRACE is not set
# CONFIG_LGUEST is not set
CONFIG_VIRTIO=m
CONFIG_VIRTIO_RING=m
CONFIG_VIRTIO_PCI=m
CONFIG_VIRTIO_BALLOON=m
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_NLATTR=y


Attachments:
.config (57.17 kB)

2009-04-15 07:31:46

by Zhao, Yakui

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

On Wed, 2009-04-15 at 14:21 +0800, Brice Goglin wrote:
> CC [M] drivers/acpi/video.o
> <no warning>
> ...
> LD .tmp_vmlinux1
> drivers/built-in.o: In function `intel_opregion_init':
> (.text+0x813e2): undefined reference to `acpi_video_register'
> make: *** [.tmp_vmlinux1] Error 1
Will you please try the patch in the comment #16/#21 of
http://bugzilla.kernel.org/show_bug.cgi?id=13065 ?

Thanks.
>
> I think I had the same with -rc1.
>
> .config is attached
>
> Cheers,
> Brice
>

2009-04-15 07:41:46

by Zhang, Rui

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

On Wed, 2009-04-15 at 15:33 +0800, yakui_zhao wrote:
> On Wed, 2009-04-15 at 14:21 +0800, Brice Goglin wrote:
> > CC [M] drivers/acpi/video.o
> > <no warning>
> > ...
> > LD .tmp_vmlinux1
> > drivers/built-in.o: In function `intel_opregion_init':
> > (.text+0x813e2): undefined reference to `acpi_video_register'
> > make: *** [.tmp_vmlinux1] Error 1
> Will you please try the patch in the comment #16/#21 of
> http://bugzilla.kernel.org/show_bug.cgi?id=13065 ?
>
you must mean http://bugzilla.kernel.org/show_bug.cgi?id=13048 .

Brice,
we already have two patches to fix this issue, but they're still under
discussion http://marc.info/?l=linux-acpi&m=123967821529829&w=2

thanks,
rui

> Thanks.
> >
> > I think I had the same with -rc1.
> >
> > .config is attached
> >
> > Cheers,
> > Brice
> >
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html

2009-04-15 07:43:17

by Brice Goglin

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

Zhang Rui wrote:
> On Wed, 2009-04-15 at 15:33 +0800, yakui_zhao wrote:
>
>> On Wed, 2009-04-15 at 14:21 +0800, Brice Goglin wrote:
>>
>>> CC [M] drivers/acpi/video.o
>>> <no warning>
>>> ...
>>> LD .tmp_vmlinux1
>>> drivers/built-in.o: In function `intel_opregion_init':
>>> (.text+0x813e2): undefined reference to `acpi_video_register'
>>> make: *** [.tmp_vmlinux1] Error 1
>>>
>> Will you please try the patch in the comment #16/#21 of
>> http://bugzilla.kernel.org/show_bug.cgi?id=13065 ?
>>
>>
> you must mean http://bugzilla.kernel.org/show_bug.cgi?id=13048 .
>
> Brice,
> we already have two patches to fix this issue, but they're still under
> discussion http://marc.info/?l=linux-acpi&m=123967821529829&w=2
>

Ok good, thanks. I'll disable ACPI_VIDEO for now.

Brice

2009-04-15 08:34:01

by Matthias Kaehlcke

[permalink] [raw]
Subject: re: Linux 2.6.30-rc2: [PATCH] ARM OABI compatibility: fix build error

Building for ARM with CONFIG_OABI_COMPAT enabled fails due to a
missing include:

arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_wait':
arch/arm/kernel/sys_oabi-compat.c:288: error: implicit declaration of
function 'kmalloc'
arch/arm/kernel/sys_oabi-compat.c:288: error: 'GFP_KERNEL' undeclared
(first use in this function)
arch/arm/kernel/sys_oabi-compat.c:288: error: (Each undeclared
identifier is reported only once
arch/arm/kernel/sys_oabi-compat.c:288: error: for each function it
appears in.)
arch/arm/kernel/sys_oabi-compat.c:288: warning: assignment makes
pointer from integer without a cast
arch/arm/kernel/sys_oabi-compat.c:301: error: implicit declaration of
function 'kfree'
arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_semtimedop':
arch/arm/kernel/sys_oabi-compat.c:324: error: 'GFP_KERNEL' undeclared
(first use in this function)
arch/arm/kernel/sys_oabi-compat.c:324: warning: assignment makes
pointer from integer without a cast
make[1]: *** [arch/arm/kernel/sys_oabi-compat.o] Error 1
make: *** [arch/arm/kernel] Error 2

including linux/mm.h fixes this (thanks to Bill Gatliff for the pointer)

--

ARM: Fix build error when CONFIG_OABI_COMPAT is selected

Signed-off-by: Matthias Kaehlcke <[email protected]>

---
arch/arm/kernel/sys_oabi-compat.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/kernel/sys_oabi-compat.c b/arch/arm/kernel/sys_oabi-compat.c
index 42623db..5d666ac 100644
--- a/arch/arm/kernel/sys_oabi-compat.c
+++ b/arch/arm/kernel/sys_oabi-compat.c
@@ -80,6 +80,7 @@
#include <linux/eventpoll.h>
#include <linux/sem.h>
#include <linux/socket.h>
+#include <linux/mm.h>
#include <linux/net.h>
#include <linux/ipc.h>
#include <linux/uaccess.h>
--
1.6.2.1

2009-04-15 09:04:18

by Russell King - ARM Linux

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2: [PATCH] ARM OABI compatibility: fix build error

On Wed, Apr 15, 2009 at 10:33:26AM +0200, Matthias Kaehlcke wrote:
> Building for ARM with CONFIG_OABI_COMPAT enabled fails due to a
> missing include:

Yes, lots of people have been whinging about this over the last six days,
but I'm only just catching up since returning from an Easter break.

Does anyone know /when/ this breakage happened, or even better what caused
it?

2009-04-15 09:12:38

by Matthias Kaehlcke

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2: [PATCH] ARM OABI compatibility: fix build error

El Wed, Apr 15, 2009 at 10:03:07AM +0100 Russell King - ARM Linux ha dit:

> On Wed, Apr 15, 2009 at 10:33:26AM +0200, Matthias Kaehlcke wrote:
> > Building for ARM with CONFIG_OABI_COMPAT enabled fails due to a
> > missing include:
>
> Yes, lots of people have been whinging about this over the last six days,
> but I'm only just catching up since returning from an Easter break.
>
> Does anyone know /when/ this breakage happened, or even better what caused
> it?

a week ago i build v2.6.30-rc1 based on the same .config without
running into this issue. if i find some time i'll try bisecting it

--
Matthias Kaehlcke
Embedded Linux Engineer
Barcelona


Usually when people are sad, they don't do anything. They just cry over
their condition. But when they get angry, they bring about a change
(Malcolm X)
.''`.
using free software / Debian GNU/Linux | http://debian.org : :' :
`. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-

2009-04-15 09:31:28

by Russell King - ARM Linux

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2: [PATCH] ARM OABI compatibility: fix build error

On Wed, Apr 15, 2009 at 11:12:23AM +0200, Matthias Kaehlcke wrote:
> El Wed, Apr 15, 2009 at 10:03:07AM +0100 Russell King - ARM Linux ha dit:
>
> > On Wed, Apr 15, 2009 at 10:33:26AM +0200, Matthias Kaehlcke wrote:
> > > Building for ARM with CONFIG_OABI_COMPAT enabled fails due to a
> > > missing include:
> >
> > Yes, lots of people have been whinging about this over the last six days,
> > but I'm only just catching up since returning from an Easter break.
> >
> > Does anyone know /when/ this breakage happened, or even better what caused
> > it?
>
> a week ago i build v2.6.30-rc1 based on the same .config without
> running into this issue. if i find some time i'll try bisecting it

Hmm, I think it's caused by 47788c58e66c050982241d9a05eb690daceb05a9.

The commit message looks rather interesting, including:

arch/ia64/ia32/ia32priv.h:290:1: warning: "elf_check_arch" redefined
arch/ia64/include/asm/elf.h:19:1: warning: this is the location of the previous definition

surely the right answer is to only have _one_ definition of this thing,
rather than two which may be different? IOW, how do you know for certain
which definition gets used where.

Not sure that I totally agree with the rationale in this commit, but I
guess we have to live with it because it's x86.

Now, others have been putting out patches to solve the ARM build problem
caused by the above commit, including one which includes linux/slab.h
instead of linux/mm.h. That seems to be a better fix than needlessly
including lots of other stuff via linux/mm.h. I notice that akpm picked
up the linux/slab.h version yesterday.

2009-04-15 09:35:33

by Matthias Kaehlcke

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2: [PATCH] ARM OABI compatibility: fix build error

El Wed, Apr 15, 2009 at 10:29:42AM +0100 Russell King - ARM Linux ha dit:

> On Wed, Apr 15, 2009 at 11:12:23AM +0200, Matthias Kaehlcke wrote:
> > El Wed, Apr 15, 2009 at 10:03:07AM +0100 Russell King - ARM Linux ha dit:
> >
> > > On Wed, Apr 15, 2009 at 10:33:26AM +0200, Matthias Kaehlcke wrote:
> > > > Building for ARM with CONFIG_OABI_COMPAT enabled fails due to a
> > > > missing include:
> > >
> > > Yes, lots of people have been whinging about this over the last six days,
> > > but I'm only just catching up since returning from an Easter break.
> > >
> > > Does anyone know /when/ this breakage happened, or even better what caused
> > > it?
> >
> > a week ago i build v2.6.30-rc1 based on the same .config without
> > running into this issue. if i find some time i'll try bisecting it
>
> Hmm, I think it's caused by 47788c58e66c050982241d9a05eb690daceb05a9.

you're right, bitsecting just pointed me to this commit

> The commit message looks rather interesting, including:
>
> arch/ia64/ia32/ia32priv.h:290:1: warning: "elf_check_arch" redefined
> arch/ia64/include/asm/elf.h:19:1: warning: this is the location of the previous definition
>
> surely the right answer is to only have _one_ definition of this thing,
> rather than two which may be different? IOW, how do you know for certain
> which definition gets used where.
>
> Not sure that I totally agree with the rationale in this commit, but I
> guess we have to live with it because it's x86.
>
> Now, others have been putting out patches to solve the ARM build problem
> caused by the above commit, including one which includes linux/slab.h
> instead of linux/mm.h. That seems to be a better fix than needlessly
> including lots of other stuff via linux/mm.h. I notice that akpm picked
> up the linux/slab.h version yesterday.

i agree that linux/slab.h is preferable to linux/mm.h

--
Matthias Kaehlcke
Embedded Linux Engineer
Barcelona

El camino se hace al andar
(Antonio Machado)
.''`.
using free software / Debian GNU/Linux | http://debian.org : :' :
`. `'`
gpg --keyserver pgp.mit.edu --recv-keys 47D8E5D4 `-

2009-04-15 12:23:23

by Eyal Lebedinsky

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

I get a build failure with this one:

LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/x86/mm/built-in.o(.init.text+0x178a): In function `memtest':
: undefined reference to `__udivdi3'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [sub-make] Error 2

I have
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)

I know, very old Debian... but the doco says required version is 3.2.

A quick search indicates that this type of failure may be related to
gcc version related optimization. I saw similar reports in linux-next recently.

--
Eyal Lebedinsky ([email protected])

2009-04-15 13:26:56

by Alessandro Suardi

[permalink] [raw]
Subject: Re: Linux 2.6.30-rc2

On Wed, Apr 15, 2009 at 4:01 AM, Linus Torvalds
<[email protected]> wrote:
>
>
> On Wed, 15 Apr 2009, Zhang, Yanmin wrote:
>>
>> There are lots of conflictions when I apply it to 2.6.29.
>>
>> Bleow are just some.
>>
>> patching file arch/arm/configs/xm_x2xx_defconfig
>> Hunk #1 FAILED at 1.
>> Hunk #2 succeeded at 62 (offset -1 lines).
>
> Damn.
>
> It patches just fine if you use "git apply".
>
> The problem? I had enabled rename detection in my .gitconfig due to
> testing a git patch, and forgotten all about it. So when I generated the
> patch, it had rename detection on. And so part of the patch looks like
>
> ? ? ? ?diff --git a/arch/arm/configs/xm_x2xx_defconfig b/arch/arm/configs/cm_x2xx_defconfig
> ? ? ? ?similarity index 83%
> ? ? ? ?copy from arch/arm/configs/xm_x2xx_defconfig
> ? ? ? ?copy to arch/arm/configs/cm_x2xx_defconfig
> ? ? ? ?index 1039f36..797b790 100644
> ? ? ? ?--- a/arch/arm/configs/xm_x2xx_defconfig
> ? ? ? ?+++ b/arch/arm/configs/cm_x2xx_defconfig
> ? ? ? ?@@ -1,7 +1,7 @@
> ? ? ? ? #
> ? ? ? ? # Automatically generated make config: don't edit
> ? ? ? ?-# Linux kernel version: 2.6.27-rc8
> ? ? ? ?-# Sun Oct ?5 11:05:36 2008
> ? ? ? ?+# Linux kernel version: 2.6.29-rc2
> ? ? ? ?+# Sun Feb ?1 16:31:36 2009
> ? ? ? ? #
> ? ? ? ? CONFIG_ARM=y
> ? ? ? ?...
>
> and other parts just contain pure renames, and "patch" obviously won't
> understand any of that.
>
> My bad. I didn't mean to leave people without git out in the rain. I've
> re-uploaded a fixed one that doesn't have those git features..
>
> Alessandro - did you also do things by applying that patch? Maybe your
> compile failure can be explained by the same thing, and just comes from
> not noticing the patch apply failure.

Must have been that for sure... I re-downloaded the patch and
successfully rebuilt 2.6.30-rc2, thanks !

> Sorry about that. The fixed patch is on master.kernel.org and should be
> mirroring out asap. And I've fixed my .gitconfig, and hopefully this won't
> happen again.
>
> ? ? ? ? ? ? ? ?Linus


--alessandro

"Sun keeps rising in the west / I keep on waking fully confused"

(The Replacements, "Within Your Reach")