* Linux 2.6.9-rc3
@ 2004-09-30 3:37 Linus Torvalds
2004-09-30 4:53 ` Markus T.
` (2 more replies)
0 siblings, 3 replies; 29+ messages in thread
From: Linus Torvalds @ 2004-09-30 3:37 UTC (permalink / raw)
To: Kernel Mailing List
Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and hopefully
we're getting there now.
Architecture updates, networking, drivers, sparse annotations. You name
it.
Linus
---
Summary of changes from v2.6.9-rc2 to v2.6.9-rc3
============================================
<ananth:broadcom.com>:
o [libata sata_svw] race condition fix, new device support
Aaron Grothe:
o [CRYPTO]: Whirlpool algorithm updates
Adam Kropelin:
o input: Add 64-bit compatible ioctls for hiddev
o This patch fixes another disconnect oops in hiddev
Alan Cox:
o serial-cs and unusable port size ranges
o tty locking cleanup and fixes
Alan Modra:
o ppc64: give the kernel an OPD section
Alasdair G. Kergon:
o device-mapper: fix minor number check
o device-mapper: rename emit macro
Alex Williamson:
o [IA64] discontig.c: fixup pxm_to_nid_map
o [IA64] sba_iommu.c: sba_iommu NUMA locality
o [IA64] iosapic.h, pci.c, iosapic.c, acpi.c: iosapic NUMA interrupt
locality
o fix compat_do_execve stack usage
Alexander Viro:
o cifs: annotate NEGOTIATE_{REQ,RESP}
o cifs: annotate DELETE_FILE_{REQ,RESP}
o cifs: annotate DELETE_DIRECTORY_{REQ,RESP}
o cifs: annotate CREATE_DIRECTORY_{REQ,RESP}
o cifs: annotate OPEN_{REQ,RESP}, endianness bugfix
o cifs: annotate READ_{REQ,RESP}
o cifs: annotate WRITE_{REQ,RESP}
o cifs: annotate LOCK_{REQ,RESP}
o cifs: annotate RENAME_{REQ,RESP}
o cifs: annotate TRANSACTION2_SFI_{REQ,RESP}
o cifs: annotate COPY_{REQ,RESP}, minor endianness bugfix
o cifs: annotate TRANSACTION2_SPI_{REQ,RESP}
o cifs: annotate NT_RENAME_{REQ,RESP}
o cifs: annotate TRANSACTION2_QPI_{REQ,RESP}
o cifs: annotate TRANSACT_IOCTL_{REQ,RESP}
o cifs: annotate TRANSACTION2_FFIRST_{REQ,RESP}, typo fix in
CIFSSMBFindSingle()
o cifs: annotate TRANSACTION2_FNEXT_{REQ,RESP}
o cifs: annotate TRANSACTION2_GET_DFS_REFER_{REQ,RESP}, minor
endianness bugfix
o cifs: annotate TRANSACTION2_QFSI_{REQ,RESP}
o cifs: annotate file_..._info
o cifs: annotate TRANSACT_CHANGE_NOTIFY_{REQ,RESP}
o cifs: annotate fea{,list}, endianness bugfix
o cifs: annotate stat-related structures
o cifs: annotate FILE_DIRECTORY_INFO, clean up cifs_readdir()
o cifs: annotate FILE_SYSTEM_DEVICE_INFO
o cifs: annotate FILE_SYSTEM_ATTRIBUTE_INFO
o cifs: annotate T2_F{FIRST,NEXT|_RSP_PARMS
o cifs: annotate smb_hdr
o cifs: annotate TCONX_{REQ,RESP}
o cifs: annotate SESSION_SETUP_ANX
o cifs: assorted endianness bugfixes
o cifs: IPv4-related endianness annotations and bugfixes
o sysvfs endianness annotations and bugfixes
o ext3 endianness annotations and bugfixes
o fat endianness annotations
o efs endianness annotations
o jbd endianness annotations
o afs endianness annotations
o rxrpc endianness annotations
o net2280 iomem annotations
o applicom iomem annotations
o drivers/input annotations
Alexey Kuznetsov:
o [IPV4]: Fix fa_list walking in fib_hash.c
Andi Kleen:
o [NET]: Fix missing spin lock in lltx path
o Add prctl to modify current->comm
o Fix ABI in set_mempolicy()
o x86-64: add atomic64_t
o x86-64: make APIC errors KERN_DEBUG
o x86-64: add apic={verbose,quiet,debug}
o x86-64: update defconfig
o x86-64: avoid deadlock in page fault handler
o x86-64: avoid panic when APIC ID cannot be set
o x86-64: IO-APIC suspend/resume
o x86-64: make machine check handler configurable
o x86-64: remove WARN_ON in smp_call_function
o x86-64: print mce bank enable mask in hex
o x86-64: add might_sleeps to more *_user functions
o x86-64: fix for mem= on NUMA systems
o x86-64: sibling map fix for clustered mode
o x86-64: synchronize video.S with i386
o x86-64: add read implies exec macro
o x86-64, x86: don't pass CR2 on alignment faults
o x86-64: turn tss into per cpu data
o x86-64: copy ioperm bitmaps more efficiently at context switch
Andrew Morton:
o isofs buffer management fix
o bio_alloc() cleanup
o remove sh64 smplock.h
Andrew Zabolotny:
o input
Andrey V. Savochkin:
o fix for fsync ignoring writing errors
Andy Fleming:
o ppc32: 85xx spurious interrupt bug
Anil Keshavamurthy:
o Online CPU with maxcpus option panics
Anton Altaparmakov:
o NTFS: Remove vol->nr_mft_records as it was pretty meaningless and
optimize the calculation of total/free inodes as used by statfs().
o NTFS: Fix scheduling latencies in ntfs_fill_super() by dropping the
BKL because the code itself is using the ntfs_lock semaphore which
provides safe locking. (Ingo Molnar)
o NTFS: Fix a potential bug in fs/ntfs/mft.c::map_extent_mft_record()
that could occur in the future for when we start closing/freeing
extent inodes if we don't set base_ni->ext.extent_ntfs_inos to NULL
after we free it.
o NTFS: Rename {find,lookup}_attr() to ntfs_attr_{find,lookup}() as
well as find_external_attr() to ntfs_external_attr_find() to
cleanup the namespace a bit and to be more consistent with libntfs.
o NTFS: Rename {{re,}init,get,put}_attr_search_ctx() to
ntfs_attr_{{re,}init,get,put}_search_ctx() as well as the type
attr_search_context to ntfs_attr_search_ctx.
o NTFS: - Fix endianness bug in ntfs_external_attr_find()
o NTFS: 2.1.18 release
o NTFS: - Remove BKL use from ntfs_setattr() syncing up with the rest
of the kernel.
o NTFS: Get rid of the ugly transparent union in
fs/ntfs/dir.c::ntfs_readdir() and ntfs_filldir() as per suggestion
from Al Viro.
o NTFS: Improve the previous transparent union removal
o NTFS: Change '\0' and L'\0' to simply 0 as per advice from Linus
Torvalds
o NTFS: - Update ->truncate (fs/ntfs/inode.c::ntfs_truncate()) to
check if the inode size has changed and to only output an error if
so.
o NTFS: Begin of sparse annotations: new data types and endianness
conversion
o NTFS: Continuing sparse annotations: finish data types and header
files
o NTFS: Finish off sparse annotation
o NTFS: 2.1.19 - Many cleanups, improvements, and a minor bug fix
o NTFS: Fix a stupid bug where I forgot to actually do the attribute
lookup and then went and used the looked up attribute... Ooops.
o NTFS: Remove silly (__force le32) casts from __ntfs_is_magic{,p}
helper functions. Thanks to Al Viro for spotting them.
o NTFS: Convert final enum (fs/ntfs/logfile.h) to define to silence
last bitwise sparse warning.
o NTFS: Change {const_,}cpu_to_le{16,32}(0) to just 0 as suggested by
Al Viro
o Update for the LDM driver (fs/partitions/ldm.c): The last_vblkd_seq
can be before the end of the vmdb, just make sure it is not out of
bounds.
o NTFS: Change all the defines back to simple enums since sparse is
now happy typed enums. This completes the sparse annotations in
NTFS.
Anton Blanchard:
o Clean up compat sched affinity syscalls
o Backward compatibility for compat sched_getaffinity
o ppc64: remove SPINLINE config option
o ppc64: RTAS error logs can appear twice in dmesg
o ppc64: Enable NUMA API
o ppc64: use nm --synthetic where available
o ppc64: clean up kernel command line code
o ppc64: remove unused ppc64_calibrate_delay
o ppc64: remove EEH command line device matching code
o ppc64: use early_param
o ppc64: restore smt-enabled=off kernel command line option
o ppc64: enable POWER5 low power mode in idle loop
o ppc64: clean up idle loop code
o ppc64: remove -Wno-uninitialized
o ppc64: Fix real bugs uncovered by -Wno-uninitialized removal
o ppc64: Fix spurious warnings uncovered by -Wno-uninitialized
removal
o hvc: uninitialised variable
o ppc32: remove -Wno-uninitialized
o Allocate correct amount of memory for pid hash
o ppc64: force_sigsegv fixes
o ppc64: powersave_nap sysctl
o ppc64: replace mmu_context_queue with idr allocator
o ppc64: iseries build fixes
o ppc64: clean up asm/mmu.h
o ppc64: Remove A() and AA()
o ppc64: export probe_irq_mask
o ppc64: fix hotplug CPU when building a pseries+pmac kernel
o ppc64: disable some drivers broken on 64bit
o ppc64: fix CONFIG_CMDLINE
o ppc64: User tasks must have a valid thread.regs
Antonino Daplas:
o fbcon: fix fbcon's setup routine
o fbdev: Initialize i810fb after agpgart
o fbdev: Arrange driver order in Makefile
Arnaldo Carvalho de Melo:
o [NET] generalise per protocol slab cache handling
o [SOCKET] make enum socket_type be arch overridable
o [NET] Calculate ipv6_pinfo offset from struct proto->slab_obj_size
o [SOCK] remove sk_pair, only really used by AF_UNIX
Badari Pulavarty:
o dio fine alignment and pages in io
Bart De Schuymer:
o [NETFILTER]: port physdev to ip6tables
Bartlomiej Zolnierkiewicz:
o ide: small cleanup for sis5513
o [ide] hpt34x: remove dead /proc/ide/hpt34x code
o [ide] remove ide_hwif_t->sg_dma_active
Ben Dooks:
o [ARM PATCH] 2090/2: S3C2410 - usb gadged (udc) include
o [ARM PATCH] 2091/1: S3C2410 - change id of s3c2410-ohci
o [ARM PATCH] 2092/1: S3C2410 - gpio bugfix and additions
o [ARM PATCH] 2093/1: S3C2410 - remove un-necessary resource from
NAND
o [ARM PATCH] 2110/1: S3C2410 - NAND platform data
o [ARM PATCH] 2112/1: S3C2410 - fix <asm/arch/regs-clock.h> for
assembly inclusion
Benjamin Herrenschmidt:
o ppc32: pmac cpufreq for ibook 2 600
o ppc64: Fix some bogus warnings & cleanup tlbie code path
o ppc64: Fix __raw_* IO accessors
o pmac: don't add °C suffix in sys for adt746x driver
o ppc64: monster cleanup
o ppc32: Fix Apple Xserve G4 PCI probing
o ppc32: Fix bogus return value in pmac_cpufreq.c
o ppc32: Fix potentially uninitialized var in chrp_setup.c
o ppc32: Fix type/bug in pmac_feature.c
o ppc32: Fix use of uninitialized pointer in offb
o ppc32: adapt prom_init to offb change
o ppc32: Fix typo/bug in bus resource allocation
o ppc32/64: Fix warning in pmac ide
o ppc32: ADB keycode conversion update
o ppc32: Fix warning in pmac battery code
o radeonfb: Fix newer PowerBook & warnings
o ppc64: Fix 32 bits conversion of SI_TIMER signals
o ppc64: fix 32-bit SI_TIMER conversion fix
o ppc64: Fix spelling error in callback name
o ppc64: Remote some userland-only stuff from kernel header
o ppc64: Make the DART "iommu" code more generic
o ppc/ppc64: Fix g5 access to PCI IO cycles
o ppc64: DART iommu allocation fix
o ppc64: Fix !SMP build
Bjorn Helgaas:
o drm: add pci_enable_device
Brett Russ:
o [ide] make sure we are looking at the low bits post error
Carsten Rietzschel:
o input: Add CodeMercs IOWarrior to hid-core device blacklist
Chas Williams:
o [ATM]: [drivers] fix warnings related to readl/writel changes
o [ATM]: [lanai] get sleep interval right
o [ATM]: [eni] fix __iomem related warnings
o [ATM]: [ambassador] remove warnings related to unused variables
o [ATM]: [fore200e] fix warnings related to dma_addr_t
Christoph Hellwig:
o make kmem_find_general_cachep static in slab.c
o mark md_interrupt_thread static
o mark dq_list_lock static
o remove exports from audit code
o small <linux/hardirq.h> tweaks
o <asm/softirq.h> crept back in h8300 and sh64
o mark amiflop non-unloadable
o [XFS] handle nfs requesting ino 0 gracefully
o [XFS] fix handling of bad inodes
Christoph Lameter:
o device driver for the SGI system clock, mmtimer
o time interpolators logic fix
o mmtimer quietness
Colin Leroy:
o [SUNGEM]: Add polling support
Colin Phipps:
o [IPX]: Make sure sockaddr_ipx objects are initialized completely
Dave Airlie:
o drm: fix bug introduced in the macro removal
o drm: use set_current_state instead of direct assignment
o drm: actually __set_current_state is more correct
o drm: complete fix for drm_scatter.h
o drm: drop __HAVE_COUNTER macros
Dave Jiang:
o [ARM PATCH] 2100/1: Fix compilation error due to missing typedefs
(u32) for XScale IOP platforms
o [ARM PATCH] 2105/1: Fix compilation error for IOP and remove
unnecessary legacy code
Dave Jones:
o Pointer dereference before NULL check in ACPI thermal driver
David Gibson:
o ppc64: improved VSID allocation algorithm
o [IPV4]: Initialize newly allocated hash tables in fib_semantics.c
o ppc64: remove LARGE_PAGE_SHIFT constant
David S. Miller:
o [TCP]: Just silently ignore ICMP Source Quench messages
o [IOMAP]: Make ioport_map() take unsigned long port argument
o [TCP]: Fix logic error in packets_out accounting
o [SPARC64]: __iomem annotations and iomap implementation
o [IPV4]: Use list.h facilities for fib_info_list
o [IPV4]: Make fib_semantics algorithms scale better
o [TG3]: Recognize all onboard Sun variants, not just 5704
o [TG3]: Update driver version and reldate
o [CRYPTO]: Zero out tfm before freeing in crypto_free_tfm()
o [NETFILTER]: Fix off-by-one test error in ip_tables.c
o [IPV4]: Basic cleanups in fib_hash.c
o [IPV4]: Use hlist_for_each_entry_safe in fib_hash_move
o [NETFILTER]: Fix tcp_find_option() bug properly
o [IPV4]: More fib_hash cleanups
o [SPARC64]: Add io{read,write}{8,16,32}_rep()
o [SPARC64]: Update defconfig
o [FC4]: Fix iomem warnings in SOC driver
o [FC4]: Fix iomem warnings in SOCAL driver
o [SPARC64]: Make IDE ops take __iomem pointers
o [SPARC64]: Fix iomem warnings in amd7930 sound driver
o [SPARC64]: Fix iomem warnings in cs4231 sound driver
o [SPARC64]: Fix iomem warnings in i8042-sparcio.h
o [MPTFUSION]: Fix iomem warnings
o [SUNHME]: Fix iomem warnings
o [SUNLANCE]: Fix iomem warnings
o [SUNQE]: Fix iomem warnings
o [SUNBMAC]: Fix iomem warnings
o [MYRI_SBUS]: Fix iomem warnings
o [TYPHOON]: Fix iomem warnings
o [SPARC64]: Fix iomem warnings in envctrl driver
o [SPARC64]: Fix iomem warnings in display7seg driver
o [SPARC64]: Fix iomem warnings in cpwatchdog driver
o [SPARC64]: Fix iomem warnings in flash driver
o [B44]: Fix remaining iomem warnings
o [SPARC64]: Fix iomem warnings in esp scsi driver
o [SPARC64]: Fix iomem warnings in qlogicpti driver
o [SPARC64]: Fix I/O port args to string routines
o [SPARC64]: Missing ioremap() in parport support
o [SPARC]: Kill dump_dma_regs, unused
o [XFRM] make xfrm_lookup() fully af-independent
o [IPV4]: Fix BUG triggered in fib_sync_down()
o [SPARC64]: Improve kernel stack backtraces
o [SPARC64]: Fix memset() in sunsu.c and sunzilog.c
o [IPV4]: Clean up fib_hash.c list handling
o [IPV4]: Zap CONFIG_IP_ROUTE_TOS
o [SPARC64]: Update compat code for sys_waitid changes
o [ATM]: Use __iomem where appropriate
o [IPV4]: Fix list traversal in fn_hash_insert()
o [NET]: Add ethtool support to loopback driver
o Cset exclude: pablo@eurodev.net|ChangeSet|20040828001121|29246
o [NET]: Abstract neigh table walking
o [NET]: Apply NEIGH_HASHMASK at tbl->hash() caller
o [NET]: Privatize {P,}NEIGH_HASHMASK
o [NET]: Create neigh_lookup_nodev for decnet
o [NET]: Grow neigh hash table dynamically
o [NET]: Convert neigh hashing over to jenkins
o [SPARC64]: Update defconfig
o [SPARC64]: Start timer tick after interpolator is registered
o [NET]: Neighbour hashing tweaks
o [NET]: Smooth out periodic neighbour GC
o [NET]: Fix some neigh table locking errors
o [NET]: Remove INCOMPLETE checks from neigh_forced_gc()
o [TCP]: Fix congestion window expansion when using TSO
o [NET]: Neighbour cache statistics like rt_stat
o [TCP]: Fix third arg to __tcp_trim_head()
o [TCP]: Uninline tcp_current_mss()
o [TCP]: Move TSO mss calcs to tcp_current_mss()
o [NETLINK]: In netlink_trim(), verify that SKB is not on a list
o [SPARC64]: Do not log streaming byte hole errors
o [SPARC64]: Disable SBH interrupt properly
o [IPV4]: Define fib_alias in new header fib_lookup.h
o [IPV4]: Move some fib_semantics exports into fib_lookup.h
o [IPV4]: Do fib_alias lookup walk directly in fib_semantic_match()
o [TCP]: Fix inaccuracies in tso_factor settings
Dean Roehrich:
o [XFS] Need to vn_revalidate after dm_set_fileattr
Deepak Saxena:
o Add support for word-length UART registers
o Document ARM pci=firmware option
o Update IXP4xx MTD driver from CVS MTD
o Add MTD map driver for Intel IXP2000 NPU
Denis Vlasenko:
o reduce [compat_]do_execve stack usage
o reduce stack consumption in load_elf_binary
Dmitry Torokhov:
o Cset exclude:
dtor_core@ameritech.net|ChangeSet|20040510063935|25419
o Input: logips2pp - do not call get_model_info 2 times
o Input: mousedev - better handle button presses when under load
o Input: mousedev - implement tapping for touchpads working in
absolute mode, such as Synaptics
o Input: make connect and disconnect methods mandatory for serio
drivers since that's where serio_{open|close} are called from to
actually bind driver to a port.
o Input: rename serio->driver to serio->port_data in preparation to
sysfs integration
o Input: more renames in serio in preparations to sysfs integration
o Input: switch to dynamic (heap) serio port allocation in
preparation to sysfs integration. By having all data structures
dynamically allocated serio driver modules can be unloaded without
waiting for the last reference to the port to be dropped.
o Input: allow serio drivers to create children ports and register
these ports for them in serio core to avoid having recursion in
connect methods.
o Input: serio sysfs integration
o Input: allow users manually rebind serio ports, like this
o Input: allow marking some drivers (that don't do HW autodetection)
as manual bind only. Such drivers will only be bound to a serio
port if user requests it by echoing driver name into port's sysfs
driver attribute.
o Input: Add serio_raw driver that binds to serio ports and provides
unobstructed access to the underlying serio port via a char device.
The driver tries to register char device 10,1 (/dev/psaux) first
and if it fails goes for dynamically allocated minor. To bind use
sysfs interface:
o Input: link serio ports to their parent devices in ambakmi, gscps2,
pcips2 and sa1111ps2 drivers
o Input: move input/serio closer to the top of drivers/Makefile so
serio_bus is available early
o Input: rearrange code in sunzilog so it registers its serio ports
o Input: workaround for i8042 active multiplexing controllers losing
track of where data is coming from. Also sprinkled some "likely"s
in i8042 interrupt handler.
o Input: add serio_pause_rx and serio_continue_rx so drivers can
protect their critical sections from port's interrupt handler
o Input: when changing psmouse state (activated, ignore) use
srio_pause_rx/ serio_continue_rx so it will not fight with the
interrupt handler
o Input: do not call protocol handler in psmouse unless mouse is
filly initialized - helps when USB Legacy emulation gets in our way
and starts generating junk data stream while psmouse is detecting
hardware
o Input: synaptics - do not try to process packets from slave device
as if they were coming form the touchpad itself if pass-through
port is disconnected, just pass them to serio core and it will
attempt to bind proper driver to the port
o Input: rearrange activation/children probe sequence in psmouse so
reconnect on children ports works even after parent port is fully
activated:
o Input: drop __attribute__ ((packed)) from mousedev_emul
o Input: make i8042 a platform device instead of system device so its
serio ports have proper parent
o Input: integrate ct82c710, maceps2, q40kbd and rpckbd with sysfs as
platform devices so their serio ports have proper parents
o Input: Switch to use bus' default device and driver attributes to
manage serio sysfs attributes
o Input: allow marking serio ports (in addition to serio drivers) as
manual bind only, export the flag through sysfs
o Input: serio - switch to use driver_find, adjust reference count
o Input: fix psmouse_sendbyte logic
o Input: psmouse - harden command mode processing logic
o Input: switch psmouse driver from busy-polling for command
completion to waiting for event
o Input: atkbd - harden ACK/NAK and command processing logic
o Input: switch atkbd driver from busy-polling for command completion
to waiting for event
o Input: fix reader wakeup conditions in mousedev, joydev and tsdev
(we want readers to wake up when underlying device is gone so they
would get -ENODEV and close the device).
o Input: fix absolute device handling in mousedev that was broken by
recent change that tried to do better multiplexing.
Domen Puncer:
o [ATM]: [he] Make code more readable with list_for_each_entry
Dominik Brodowski:
o powernow-k7: fix latency calculation
Doug Dumitru:
o uml: don't trash return value
Eric Lemoine:
o [SUNGEM]: Add tx_lock
o [SUNGEM]: LLTX support
o [SUNGEM]: Add netpoll support
François Romieu:
o r8169: default on disabling PCIDAC
Gerd Knorr:
o bttv bugfix
Gordon Jin:
o [IA64] ia32compat: Disable syscalls sys32_iopl() and sys32_ioperm()
on ia64
Grzegorz Jaskiewicz:
o gcc-4.0 build fixes
Harald Welte:
o [NETFILTER]: add sysctl to read out the number of current
connections
o [NET]: Generic network statistics
Heinz J. Mauelshagen:
o device-mapper: mirror log sync optional
Herbert Xu:
o input: Fix boundary checks for GUSAGE/SUSAGE in hiddev
o [IPV6]: Add option to copy DSCP in decap in ip6_tunnel
o [NET]: Convert RTM+_* to enum
o [IPV6]: Kill ip6_get_dsfield
o [IPSEC]: Implement DSCP decapsulation
o [IPV4]: Size fib_info_devhash[] correctly
o [IPV4]: Fix some stray IP_ROUTE_TOS references
o [NETFILTER]: Fix comment typo in ip_nat_helper
o [IPV4]: Check PAGE_SIZE in fz_hash_alloc
o [IPV4]: Kill remnant of ip_nat_dumb
o [IPV4]: Fix endless loop in fn_hash_delete
o [IPV4]: Fix thinko in fib_find_alias
o [IPV4]: Missing TOS checks after fib_find_alias
o [TCP]: Use mss_cache_std in tcp_init_metrics()
o [NETLINK]: Kill export of netlink_broadcast_deliver
o [NETLINK]: Trim SKBs at netlink_{unicast,broadcast}() time
o [RTNETLINK]: Calculate rtmsg_ifinfo() SKB size more accurately
Hideaki Yoshifuji:
o [NET] NEIGHBOUR: save number of arguments for neigh_update() by
flags
o [IPV6] NDISC: suspect REACHABLE entry if new lladdr is different
o [IPV6] NDISC: keep original state if new state is STALE and lladdr
is unchanged
o [NET] NEIGHBOUR: merge two flags for neigh_update() into one
o [IPV6] NDISC: update IsRouter flag appropriately
o [NET] NEIGHBOUR: use time_after() and its friends
o [IPV6] NDISC: update entry appropriately when receiving NS
o [NET] NEIGHBOUR: improve neighbour state machine
o [IPV6] NDISC: Fix message validation against Redirects
o [IPV6] don't use expired default routes
o [IPV6] ensure to aging default routes
o [IPV6] purge routes via non-router neighbour but gateway
o [IPV6]: Do not export rt6_dflt_{pointer,lock}
o [IPV6]: Missing xfrm_lookup() in icmpv6_{send,echo_reply}()
o [IPV6]: NDISC: ensure responding to NS without link-layer
information
o [NET]: Fix non-existent reference to tulip.txt
o [ARCNET]: Fix crash in 2.6.8.1
o [IPV6] Fix device multicast list leakage when forwarding is on
o [IPV6] Don't multiply join multicast/anycast addresses
o [IPV6] Save number of arguments for __ipv6_dev_mc_dev()
o [IPV6] use __ipv6_dev_mc_dec() where appropriate
o [IPV6] leave solicited-node multicast address during device
deletion
o [IPV6] leave subnet-routers anycast address during device deletion
o [IPV6] Clean up anycast membership management
o [IPV6] Fix routing header handling
o [IPV6] Fix skb allocation size for RST and ACK
Hirokazu Takata:
o m32r architecture
o m32r: update for profiling
o m32r: update zone_sizes_init()
o m32r: update to fix compile errors
o m32r: update uaccess.h
o m32r: update checksum functions
o m32r: update CF/PCMCIA drivers
o m32r: update headers to remove useless iBCS2 support code
o atomic_inc_return for m32r
o m32r: change from EXPORT_SYMBOL_NOVERS to EXPORT_SYMBOL
o m32r: modify sys_ipc() to remove useless iBCS2 support code
o m32r: add ELF machine code
o m32r: upgrade to 2.6.8.1 kernel
o m32r: support a new bootloader "m32r-g00ff"
o m32r: modify IO routines for m32700ut CF access
o m32r: remove network drivers
o m32r: modify drivers/net/smc91x.c for m32r
o m32r: modify drivers/net/ne.c for m32r
o m32r: slim arch/m32r/Kconfig
o m32r: upgrade include/asm-m32r/atomic.h
o m32r: fix to build SMP kernel
o m32r: upgrade for recent kernel changes
o m32r: support PTRACE_GETREGS and PTRACE_SETREGS
Horst Hummel:
o s390: dasd driver
Hugh Dickins:
o shmem: don't SLAB_HWCACHE_ALIGN
o shmem: inodes and links need lowmem
o shmem: no sbinfo for shm mount
o shmem: no sbinfo for tmpfs mount?
o shmem: avoid the shmem_inodes list
o shmem: rework majmin and ZERO_PAGE
o shmem: Copyright file_setup trivia
Ian Campbell:
o Remove stray 0 from drivers/video/Makefile
Ingo Molnar:
o blk: max_sectors tunables
o i386: elf_read_implies_exec() fixup
o x86 TSS: io port caching
o x86 TSS: io bitmap lazy updating
o tune vmalloc size
o fix diskstats_show() accounting with PREEMPT
James Courtier-Dutton:
o input: Add Audigy LS PCI ID to emu10k1-gp.c
Jason Davis:
o ES7000 subarch update
Javier Achirica:
o Compatibility fixes for different card versions
Jeff Dike:
o uml: remove ghash.h
o uml: eliminate useless thread field
o uml: fix scheduler race
o uml: fix binary layout assumption
o uml: disable pending signals across a reboot
o uml: update handle_IRQ_event
o uml: finish conversion to sigjmp_buf/siglongjmp
o uml: finish the signals across a reboot fix
o uml: fix a signal race
o uml: enable the timer *after* the timer handler
o uml: convert the real-time clock to gettimeofday from rdtsc
o uml: cleaning up
o uml: let page faults always be delivered immediately
o uml: eliminate signal order delivery dependency
o uml: iomem fix
o uml: fix call to sys_clone
o uml: copy_user fixes
o uml: comment UML's signal handling
o uml: export memmove
o uml: restrict tlb flushing
o uml: clean up terminal state handling
o uml: get rid of the arch EXTRAVERSION
o uml: more EINTR protection
o uml: mconsole fixes and cleanups
o uml: network driver fixes
o uml: remove useless ioctls
o uml: code cleanup
o uml: update defconfig
o uml: move linker script
o uml: small Makefile fixes
o uml: free wrapper fixes
o uml: remove an unused header
o uml: allow UML to load in the normal location
o uml: linker script cleanup
o uml: implement current_text_addr
o uml: error message improvement
o uml: fix fencepost errors in printks
o uml: print errno before resetting it
Jeff Garzik:
o [libata sata_nv] sync with 2.4
o [libata] remove distinction between MMIO/PIO helper functions
o [libata] consolidate legacy/native mode init code into helpers
o [libata] minor comment updates, preparing for iomap merge
o [libata] add hook, and export functions needed for sata2 drivers
Jeff Mahoney:
o Fix for default ACL handling on ReiserFS
Jens Axboe:
o block highmem flushes
o bio_unmap_user(): original bio passed in
o partial io completion problem
o thinko in kmalloc check in partial completion fix
o Fix sparse warning in bio.c
Jesper Juhl:
o __copy_to_user() check in cdrom_read_cdda_old()
o check copy_from_user return value in act2000_isa_download
Jesse Barnes:
o [IA64-SGI]: disable non-display ROM resources
o fix uninitialized warnings in mempolicy.c
o [IA64-SGI]: fix `qw' might be used uninitialized warning
o [IA64] Kconfig: Add help text for IA64_SGI_SN2 config option
o fix sysrq handling bug in sn_console.c
o [IA64] sn2_defconfig update take 2
o mmtimer cleanups
o disable sched domains debug code
o [IA64] sn2_defconfig: disable hotplug cpu
John Engel:
o compat_sys_fcntl64: fix for locking near end of file
John Levon:
o fix OProfile locking
Julian Anastasov:
o [IPV4]: Fix fib_alias TOS walking and insertion
KaiGai Kohei:
o list_replace_rcu() in include/linux/list.h
Keith Owens:
o [IA64] ar.k[56] have virtual addresses already, don't convert
Kevin Tian:
o [IA64] ia32compat: Put signal restorer code on a gate page
Kirill Korotaev:
o Fix of race in writeback_inodes()
o Rearrangement of inode_lock in writeback_inodes()
Krishna Kumar:
o [NET]: Remove unnecessary local var initialization
Li Shaohua:
o idr: fix missing spin_unlock()
o preserve irqs in time_resume()
Linus Torvalds:
o Add skeleton "generic IO mapping" infrastructure
o Export new PCI iomem access interfaces to modules too
o Fix fork failure case
o fivafb; Increase DDC/CI timeouts
o Fix up stupid last-minute edit of fork cleanup
o Update shipped version of zconfig.tab.c to match bison/yacc file
o ppc64: first cut at new iomap interfaces
o Add support for "string" ioread/iowrite
o Fix up typo in ppc64 eeh ioport_map() code
o remove i2o_core.c
o ppc64: Need to define HPAGE_SHIFT even when HUGETLB_PAGE not
configured
o Do __iomem annotations on VGA state handling
o sym53c8xx_2: remove unnecessary IO pointer casts
o fb: add __iomem annotations to cfbcopyarea
o fb: add __iomem annotations to cfbfillrect
o usb: add host controller __iomem annotations
o ppc: annotate pmac ide driver
o fb: add __iomem annotations to cfbimgblt
o ppc64: clean up generated files at "make clean"
o The generic iomap library needs to be linked unconditionally
o Make smbfs with UNIX extensions get file disk usage count right
o Add __user annotation to PR_SET_NAME
o Convert system suspend states to proper PCI device states
o Fix up tty locking update for sgttyb emulation (TIOCGETP and
TIOCSETP)
o Linux 2.6.9-rc3
Marcel Holtmann:
o [Bluetooth] Don't use ISOC transfers for Broadcom dongle
o [Bluetooth] Don't send L2CAP reject command for bad responses
o [Bluetooth] Check checksums for BNEP
Mark Goodwin:
o [IA64-SGI] sn_proc_fs.c: convert to use seq_file API
o [IA64] SGI Altix hardware performance monitoring API
Markus Lidel:
o reduce ioremap memory size for Adaptec I2O controllers
Martin Josefsson:
o [NETFILTER]: Cleanup ctstat
Martin Schwidefsky:
o s390: core changes
Martin Wilck:
o [TG3]: Fix pause handling, we had duplicate flags for the same
thing
Matt Mackall:
o netpoll endian fixes
Matthew Wilcox:
o fix posix_locks_deadlock()
Matthieu Castet:
o pnpbios parser bugfix
Maximilian Attems:
o compile fix 3c59x for eisa without pci
o [MMC] replace schedule_timeout() with msleep_interruptible()
Michal Januszewski:
o fbdev: Fix userland compile breakage
Mikael Pettersson:
o WANPIPE/SDLA driver gcc-3.4 fixes
o Specialix RIO driver gcc-3.4 fixes
Mike Waychison:
o [TG3]: Fix thinko in 5704 fibre hw autoneg code
Nathan Lynch:
o fix schedstats null deref in sched_exec
o ppc64: don't use state == SYSTEM_BOOTING
Nathan Scott:
o Fix generic direct IO code for XFS
o [XFS] Fix incorrect use of do_div on realtime device growfs code
path
o [XFS] Fix some locking oddities in extended attributes code (ilock
excl vs shared).
o [XFS] Convert to list_for_each_entry_safe form in reclaim list walk
o [XFS] Ensure bytes read statistic is not updated when the generic
routines fail.
o [XFS] Ensure we update the wbc pages skipped count correctly when
writing pages.
o [XFS] Add nosymlinks inode flag for the security folks, reserve
projinherit flag.
o [XFS] Update XFS quota header - add macros, use standard gpl
template
o [XFS] Make xfssyncd more generic, hand off out-of-space flushing to
it; fixes two deadlocks when near-full and fixes a 4KSTACKS problem
in XFS.
Neil Brown:
o Fix disconnected dentries on NFS exports
Nicholas Reilly:
o [ide] amd74xx: don't probe for IRQs
Nick Piggin:
o fix missing unlock_page in mm/rmap.c
Nicolas Pitre:
o linux/dma-mapping.h needs linux/device.h
o [ARM PATCH] 2094/1: don't lose the system timer after resuming from
sleep on SA11x0 and PXA2xx
o update MAINTAINERS/CREDITS
o [ARM PATCH] 2097/2: more gcc-3.4.1 warning fixes
o [ARM PATCH] 2108/1: pxa-regs.h fixes and updates
o [ARM PATCH] 2109/1: fix PCMCIA on Mainstone/PXA270
o [ARM PATCH] 2111/1: restrict scope of PXA2xx register definitions
Nishanth Aravamudan:
o [ATM]: [drivers] Use msleep() instead of schedule_timeout()
o macintosh/macserial: replace schedule_timeout() with
msleep_interruptible()
o macintosh/therm_windtunnel: replace schedule_timeout() with
msleep_interruptible()
o net/airport: replace schedule_timeout() with ssleep()/msleep()
o [SPARC64]: Make bbc_envctrl use msleep_interruptible()
o [SPARC64]: Make bbc_i2c use msleep_interruptible()
Olaf Hering:
o input: Re-add PC Speaker support for PPC
o mark mace and bmac as ppc32 only
o ppc32: open_pic2.c build fix
o fix make O= for ppc64/boot
o [NET]: Remove leading space in linux/skbuff.h
Paolo 'Blaisorblade' Giarrusso:
o uml: refer to CONFIG_USERMODE, not to CONFIG_UM
o uml: remove commented old code in Kconfig
o uml: remove CONFIG_UML_SMP
Patrick McHardy:
o [XFRM]: Fix unbalanced spin_unlock_bh in __xfrm_find_acq_byseq
o [NETFILTER]: kill struct ip_nat_hash, saves two pointers per
conntrack
o [NETFILTER]: kill struct nf_ct_info, saves five pointers per
conntrack
o [NETFILTER]: Use u_int16_t for initialized/num_manips in struct
ip_nat_info
o [NETFILTER]: Keep conntrack/nat protocols in array instead of
linked list
o [NETFILTER]: Fix two broken assertions
o [NETFILTER]: Fix invalid return values in sctp_new
o [NETFILTER]: add comment match
o [NETFILTER]: Move ip_ct_log_invalid to ip_conntrack_core.c
o [NETFILTER]: Fill hole in netfilter skb fields on 64bit
o [NETFILTER]: make ipt_helper depend on ipt_conntrack again
o [NETFILTER]: Convert sctp match to skb_header_pointer
o [NETFILTER]: Convert sctp conntrack protocol to skb_header_pointer
o [NETFILTER]: Convert udp conntrack protocol to skb_header_pointer
o [NETFILTER]: Convert icmp conntrack protocol to skb_header_pointer
o [NETFILTER]: move check for already tracked/untracked before
fragment check
Patrick Mochel:
o [Power Mgmt] Make pmdisk dependent on swsusp
o [Power Mgmt] Remove duplicate relocate_pagedir() from pmdisk
o [Power Mgmt] Remove more duplicate code from pmdisk
o [Power Mgmt] Share variables between pmdisk and swsusp
o [Power Mgmt] Merge first part of image writing code
o [Power Mgmt] Consolidate code for allocating image pages in pmdisk
and swsusp
o [Power Mgmt] Consolidate page count/copy code of pmdisk and swsusp
o [swsusp] Add helper suspend_finish, move common code there
o [Power Mgmt] Consolidate pmdisk and swsusp low-level handling
o [Power Mgmt] Remove arch/i386/power/pmdisk.S
o [Power Mgmt] Fix up call in kernel/power/disk.c to swsusp_suspend()
o [Power Mgmt] Consolidate pmdisk and swsusp early swap access
o [Power Mgmt] Merge pmdisk/swsusp image reading code
o [Power Mgmt] Merge swsusp and pmdisk info headers
o [swsusp] Fix nasty bug in calculating next address to read from
o [Power Mgmt] Merge pmdisk and swsusp signature handling
o [Power Mgmt] Merge pmdisk and swsusp pagedir handling
o [Power Mgmt] Merge pmdisk and swsusp read wrappers
o [Power Mgmt] Merge pmdisk and swsusp write wrappers
o [Power Mgmt] Remove pmdisk_free()
o [Power Mgmt] Make default partition config option part of swsusp
o [Power Mgmt] Remove pmdisk
o [swsusp] Remove unneeded suspend_pagedir_lock
o [Power Mgmt] Merge swsusp entry points with the PM core
o [swsusp] Fix nasty typo
o [swsusp] Add big fat comment to calc_order()
o [Power Mgmt] Add CONFIG_PM_DEBUG option
o [swsusp] Kill unneeded write_header()
o [swsusp] Make sure software_suspend() takes right path
o [swsusp] Fix x86-64 low-level support
o [swsusp] Make sure we call restore_highmem()
o [Power Mgmt] Make sure we shutdown devices on shutdown and reboot
o [power mgmt] Make system state enums match device state values
Paul E. McKenney:
o Updates to RCU documentation
Paul P. Komkoff Jr.:
o [IPV4]: Add wccp v1/v2 support to ip_gre.c
Pavel Machek:
o mm swsusp: make sure we do not return to userspace where image is
on disk
o mm swsusp: copy_page is harmfull
o swsusp: do not disable platform swsusp because S4bios is available
o swsusp: fix default powerdown mode
o swsusp: do not oops after allocation failure
o swsusp: Documentation update
o Small cleanups for swsusp
o swsusp: another simplification
o swsusp: kill crash when too much memory is free
Peter Nelson:
o input: Enhancements/fixes for PSX pad support
Peter Osterlund:
o bttv: fix DMA setup bug in latest update
Petr Vandrovec:
o matroxfb update + sparse annotations
Pierre Ossman:
o [MMC] Add power up delay
Randolph Chung:
o add missing declaration to fix kernel/compat.c warning
Raphael Zimmerer:
o ide: remove obsolete CONFIG_BLK_DEV_ADMA
Richard Henderson:
o [ALPHA] Check set_fd_set return
o [ALPHA] Use "long" on some internal bitops routines
o [ALPHA] Arrange to return EINTR for sigsuspend on signal path
o [ALPHA] Add waitid
o [ALPHA] Minor updates for cpumask_t
o [ALPHA] Implement _raw_write_trylock
o [ALPHA] Fix some compiler warnings from gcc 4
o Correct prototypes for sys_wait4 and sys_waitpid
o [ALPHA] Add compile-time assert concerning rt_sigframe layout
o [ALPHA] Fix signed one bit fields
o [ALPHA] Add __user as necessary to fix sparse warnings
o [ALPHA] Update readb and friends for __iomem
o [ALPHA] Map readb_relaxed to __raw_readb, not plain readb
o [ALPHA] Implement new ioread interface
o [ALPHA] Fix bitops.h, kernel.h include loop
o [ALPHA] Turn off GENERIC_IOMAP. Arrange for iomap routines to be
linked unconditionally.
o [ALPHA] Regenerate defconfig
Robert Olsson:
o [PKTGEN]: Update to 1.4
Robin Holt:
o Fix write() return values for tmpfs
o Fix write() return values for reiserfs
Roland Dreier:
o ppc64: remove pSeries IO token translations
Roland McGrath:
o BSD disklabel: handle more than 8 partitions
o back out siginfo_t.si_rusage from waitid changes
o fix posix-timers leak
o x86-64: waitid fallout
Roman Zippel:
o properly fix double current_menu
Russell King:
o input: Update pcips2 driver
o [ARM] Fix ARM APM emulation sparse errors
o [ARM] Remove the hh.org H3600 "example" code
o [ARM] Convert list_for_each()/list_entry() to list_for_each_entry()
o [ARM] Abstract APM circular queue object
o [ARM] Convert APM user list lock to r/w sem
o [ARM] APM: "Battery life" needs to be a signed integer
o [ARM] Remove APM standby support - it's unused
o [ARM] Convert suspend to a state machine
o [ARM] No point having "nonblock" local variable - kill it
o [ARM] Keep APM threads frozen
o [ARM] Update APM state definitions
o [ARM] Revive kapmd and provide apm_queue_event()
o [ARM] i8042 is available on many footbridge hosts, not just
ARCH_EBSA285
o [MMC] Use raw CID rather than decoded CID
o [MMC] Save MMC card raw CSD structure
o [MMC] Export raw MMC card CID and CSD registers via device model
o [MMC] Clean up MMC card CID/CSD decoding, stage 1
o [MMC] Add v2.x and v3.x CID parsing
o [MMC] Fix suspend/resume buglet
o [MMC] Fix mmc_block suspend/resume handling (again)
o [MMC] Ensure PXA MMC interrupts are disabled on chip
o [ARM] Prevent state machine leakage in ARM APM emulation
o [MMC] PXAMCI: enable use of platform specific data
o [MMC] Ensure semaphores are initialised before use. Gah
o fix problematic flush_cache_page in kernel/ptrace.c
o [ARM] Fix circular include dependency in asm/system.h
o Add wait_event_timeout()
o [PCMCIA] Add device ID for TI4520 to yenta_socket table
o [MMC] Provide major= module parameter for mmc_block
o [MMC] Make MMC card initialisation more reliable
o [MMC] Use scatter-gather lists rather than walking the BIOs
o [MMC] Fix mmci.c build problem
Rusty Russell:
o Fix ip_nat_ftp registration when no ports= arg
o Another ip_conntrack seq fix: ip_conntrack_expect
o Warn that ipchains and ipfwadm are going away
o [NETFILTER]: Don't try to do any random dropping since we now use
jenkins hash
o [NETFILTER]: Shuffle conntrack structure for better cacheline
behavior
Ryan Cumming:
o implement roundup_pow_two()
Ryan S. Arnold:
o HVCS fix to replace yield with tty_wait_until_sent in hvcs_close
o hvc_console fix to protect hvc_write against ldisc write after
hvc_close
Seiji Kihara:
o ext3: journalled data fsync fix
Sonny Rao:
o uml: smp build fix
Steffen Thoss:
o s390: qeth network driver
Stephen Hemminger:
o [B44]: Fix b44 I/O mem space access warnings
o [TCP]: Choose congestion algorithm at initialization
o [TCP]: Diagnostics enhancement for westwood
o [TCP]: Westwood cleanup
o [TIME]: Put jiffies_to_usecs in time.h
Stephen Rothwell:
o ppc64 iSeries: allow ibmvscsic to initialise
o ppc64: fix CONFIG check typo
Stéphane Eranian:
o [IA64] Makefile: fix for the PTRACE_SYSCALL corruption bug
Thierry Vignaud:
o fix driver name in eth1394 as returned by ETHTOOL_GDRVINFO
Thomas Graf:
o [PKT_SCHED]: Fix slab corruption in cbq_destroy
o [NET]: Fix ifmap alignment issues over rtnetlink
o [PKT_SCHED]: Report qdisc parent to userspace
o [PKT_SCHED]: Remove unneeded line in sch_sfq.c
Tom Rini:
o ppc32: Don't make cmd_line be an emptry string
o ppc32: Fix some warnings in rheap from newer compilers
o ppc32: Fix a problem with the FCC enet driver for CPM2 systems
o ppc32: The ISA PIC address for int-ack wasn't being picked out
right
o ppc32: Fix arch/ppc/boot/common/ns16550.c
Tony Luck:
o [IA64] make INIT dump work again
o [IA64] When we exhaust the supply of records to read, clear the
event status
o [IA64] cleanup contig/discontig/virt_mem_map macros
o [IA64] zx1_defconfig: bring zx1_defconfig up to date
o [IA64] add default config file for intel tiger
Torben Mathiasen:
o devices.txt update
Trond Myklebust:
o __iomem fixups for atiixp soundcards
Vojtech Pavlik:
o Cset exclude:
dtor_core@ameritech.net|ChangeSet|20040510063935|25419
o input: An attempt at fixing locking in i8042.c and serio.c
o input: Fix an oops in poll() on uinput. Thanks to Dmitry Torokhov
for suggesting the fix.
o input: Make atomicity and exclusive access to variables explicit in
atkbd.c, using bitops.
o input: Return 0 from uinput poll if device isn't yet created
o input: Explicit variable access rules for psmouse.c, using bitops
o input: Add reporting of raw scancodes to atkbd.c
o input: Use raw events generated by atkbd in keyboard.c to implement
true rawmode for PS/2 keyboards.
o input: Fixes in serio locking. We need per-serio lock for
passthrough ports, some locks were missing, and spin_lock_irq was
wishful thinking in serio_interrupt. There is no guarantee that
serio_interrupt won't be called twice at the same time.
o input: Disable the AUX LoopBack command in i8042.c on Compaq
ProLiant 8-way Xeon ProFusion systems, as it causes crashes and
reboots
o input: Make atkbd.c's atkbd_command() function immune to keys being
pressed and scancodes coming from the keyboard while it's
executing.
o input: More locking improvements (and a fix) for serio. This merges
both my and Dmitry's changes.
o input: Add a missong dmi_noloop declaration in i8042.c
o input: Make hardware rawmode optional for AT-keyboards, and check
for rawmode bits in keyboard.c
o input: Add a missing extern i8042_dmi_loop
o input: Remove OSB4/Profusion hack in i8042, as it's handled by DMI
blacklist now.
o Input: rearrangements and cleanups in serio.c
o input: Remove an extra dmi_noloop declaration in i8042.c
o input: when probing for ImExPS/2 mice, the ImPS/2 sequence needs to
be sent first, but the result should be ignored.
o input: Fix array overflows in keyboard.c when KEY_MAX > keycode >
NR_KEYS > 128
o input: Add Dell SB Live! PCI ID to the emu10k1-gp driver
o input: Fix Peter Nelson's e-mail address in gamecon.c
o input: Fix Kconfig so that the joydump module can be compiled
o input: Move Compaq ProLiant DMI handling (ServerWorks/OSB
workaround) to i8042.c.
o input: Fix a missing index in tmdc.c
o input: Check the range for HIDIOC?USAGES num_values
o input: Fix an i8042 access timing violation spotted by Alan Cox
o input: Update MAINTAINERS entries for Vojtech Pavlik
o input: Make sure the HID request queue survives report transfer
failures gracefully
Werner Almesberger:
o round log buffer size to power of two
Will Schmidt:
o ppc64: lparcfg fixes for processor counts
o ppc64: lparcfg whitespace and wordwrap cleanup
William Lee Irwin III:
o input: Move CONFIG_USB_HIDDEV a little lower in hiddev.h, to fix
compilation breakage when it is not defined.
o sparc32: vmalloc address fix
Yoichi Yuasa:
o mips: fixed do_signal in arch/mips/kernel/signal.c
o mips: fixed vr41xx serial
o mips: fixed initialization error
o mips: fixed undeclared giu_cascade
o mips: fixed definition order of _sigchld
Yuval Turgeman:
o searching for parameters in 'make menuconfig'
Zinx Verituse:
o input: Fix bad struct hidinput initialization in hid-tmff.c
Zou Nanhai:
o [IA64] discontig.c: remove max_gap and related call to
efi_memmap_walk
Zwane Mwaikambo:
o Close race with preempt and modular pm_idle callbacks
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 3:37 Linus Torvalds
@ 2004-09-30 4:53 ` Markus T.
2004-09-30 4:59 ` Tom Duffy
2004-09-30 5:02 ` Gene Heskett
2004-09-30 5:03 ` Tom Duffy
2004-09-30 19:03 ` Bill Davidsen
2 siblings, 2 replies; 29+ messages in thread
From: Markus T. @ 2004-09-30 4:53 UTC (permalink / raw)
To: linux-kernel
# bzcat patch-2.6.9-rc3.bz2 | patch -p1
...
patching file fs/nfs/file.c
Hunk #2 FAILED at 74.
Hunk #3 FAILED at 91.
2 out of 11 hunks FAILED -- saving rejects to file fs/nfs/file.c.rej
...
___
Markus
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 4:53 ` Markus T.
@ 2004-09-30 4:59 ` Tom Duffy
2004-09-30 5:02 ` Gene Heskett
1 sibling, 0 replies; 29+ messages in thread
From: Tom Duffy @ 2004-09-30 4:59 UTC (permalink / raw)
To: Markus T.; +Cc: linux-kernel
Markus T. wrote:
> # bzcat patch-2.6.9-rc3.bz2 | patch -p1
> ...
> patching file fs/nfs/file.c
> Hunk #2 FAILED at 74.
> Hunk #3 FAILED at 91.
> 2 out of 11 hunks FAILED -- saving rejects to file fs/nfs/file.c.rej
> ...
apply against 2.6.8, not 2.6.8.1
-tduffy
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 4:53 ` Markus T.
2004-09-30 4:59 ` Tom Duffy
@ 2004-09-30 5:02 ` Gene Heskett
2004-09-30 6:29 ` Clemens Schwaighofer
2004-09-30 18:58 ` Bill Davidsen
1 sibling, 2 replies; 29+ messages in thread
From: Gene Heskett @ 2004-09-30 5:02 UTC (permalink / raw)
To: linux-kernel; +Cc: Markus T.
On Thursday 30 September 2004 00:53, Markus T. wrote:
># bzcat patch-2.6.9-rc3.bz2 | patch -p1
>...
>patching file fs/nfs/file.c
>Hunk #2 FAILED at 74.
>Hunk #3 FAILED at 91.
>2 out of 11 hunks FAILED -- saving rejects to file fs/nfs/file.c.rej
>...
>
>___
>Markus
>
And thats one of the reasons I never dl the bz2 version.
You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
I just checked my scrollback and there is no such error here.
>-
>To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 3:37 Linus Torvalds
2004-09-30 4:53 ` Markus T.
@ 2004-09-30 5:03 ` Tom Duffy
2004-09-30 5:14 ` Marcel Holtmann
2004-09-30 5:20 ` Gene Heskett
2004-09-30 19:03 ` Bill Davidsen
2 siblings, 2 replies; 29+ messages in thread
From: Tom Duffy @ 2004-09-30 5:03 UTC (permalink / raw)
To: Kernel Mailing List
Linus Torvalds wrote:
> Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and hopefully
> we're getting there now.
CC [M] drivers/isdn/capi/capi.o
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
`handle_minor_send':
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
warning: cast from pointer to integer of different size
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
`capi_recv_message':
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
error: `tty' undeclared (first use in this function)
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
error: (Each undeclared identifier is reported only once
/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
error: for each function it appears in.)
make[4]: *** [drivers/isdn/capi/capi.o] Error 1
make[3]: *** [drivers/isdn/capi] Error 2
make[2]: *** [drivers/isdn] Error 2
make[1]: *** [drivers] Error 2
make: *** [_all] Error 2
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:03 ` Tom Duffy
@ 2004-09-30 5:14 ` Marcel Holtmann
2004-09-30 5:33 ` Tom Duffy
2004-09-30 5:20 ` Gene Heskett
1 sibling, 1 reply; 29+ messages in thread
From: Marcel Holtmann @ 2004-09-30 5:14 UTC (permalink / raw)
To: Tom Duffy; +Cc: Linux Kernel Mailing List, Karsten Keil
[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]
Hi Tom,
> > Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and hopefully
> > we're getting there now.
>
> CC [M] drivers/isdn/capi/capi.o
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
> `handle_minor_send':
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
> warning: cast from pointer to integer of different size
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
> `capi_recv_message':
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: `tty' undeclared (first use in this function)
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: (Each undeclared identifier is reported only once
> /build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> error: for each function it appears in.)
> make[4]: *** [drivers/isdn/capi/capi.o] Error 1
> make[3]: *** [drivers/isdn/capi] Error 2
> make[2]: *** [drivers/isdn] Error 2
> make[1]: *** [drivers] Error 2
> make: *** [_all] Error 2
the attached patch should fix it.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Regards
Marcel
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 864 bytes --]
===== drivers/isdn/capi/capi.c 1.59 vs edited =====
--- 1.59/drivers/isdn/capi/capi.c 2004-09-29 17:03:13 +02:00
+++ edited/drivers/isdn/capi/capi.c 2004-09-30 00:57:58 +02:00
@@ -646,7 +650,7 @@
kfree_skb(skb);
(void)capiminor_del_ack(mp, datahandle);
if (mp->tty)
- tty_wakeup(tty);
+ tty_wakeup(mp->tty);
(void)handle_minor_send(mp);
} else {
===== drivers/isdn/i4l/isdn_tty.c 1.60 vs edited =====
--- 1.60/drivers/isdn/i4l/isdn_tty.c 2004-09-29 17:02:20 +02:00
+++ edited/drivers/isdn/i4l/isdn_tty.c 2004-09-30 00:59:48 +02:00
@@ -2673,7 +2673,7 @@
if ((info->flags & ISDN_ASYNC_CLOSING) || (!info->tty)) {
return;
}
- tty_ldisc_flush(tty);
+ tty_ldisc_flush(info->tty);
if ((info->flags & ISDN_ASYNC_CHECK_CD) &&
(!((info->flags & ISDN_ASYNC_CALLOUT_ACTIVE) &&
(info->flags & ISDN_ASYNC_CALLOUT_NOHUP)))) {
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:03 ` Tom Duffy
2004-09-30 5:14 ` Marcel Holtmann
@ 2004-09-30 5:20 ` Gene Heskett
2004-09-30 5:24 ` Marcel Holtmann
1 sibling, 1 reply; 29+ messages in thread
From: Gene Heskett @ 2004-09-30 5:20 UTC (permalink / raw)
To: linux-kernel; +Cc: Tom Duffy
On Thursday 30 September 2004 01:03, Tom Duffy wrote:
>Linus Torvalds wrote:
>> Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and
>> hopefully we're getting there now.
>
> CC [M] drivers/isdn/capi/capi.o
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
>`handle_minor_send':
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
>warning: cast from pointer to integer of different size
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
>`capi_recv_message':
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>error: `tty' undeclared (first use in this function)
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>error: (Each undeclared identifier is reported only once
>/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>error: for each function it appears in.)
>make[4]: *** [drivers/isdn/capi/capi.o] Error 1
>make[3]: *** [drivers/isdn/capi] Error 2
>make[2]: *** [drivers/isdn] Error 2
>make[1]: *** [drivers] Error 2
>make: *** [_all] Error 2
>-
Please start from the 2.6.8.tar.gz tarball, Tom. This looks like you
may started from the 2.6.8.1.tar.gz.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:20 ` Gene Heskett
@ 2004-09-30 5:24 ` Marcel Holtmann
2004-09-30 20:41 ` Gene Heskett
0 siblings, 1 reply; 29+ messages in thread
From: Marcel Holtmann @ 2004-09-30 5:24 UTC (permalink / raw)
To: gene.heskett; +Cc: Linux Kernel Mailing List, Tom Duffy
Hi Gene,
> >> Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and
> >> hopefully we're getting there now.
> >
> > CC [M] drivers/isdn/capi/capi.o
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
> >`handle_minor_send':
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
> >warning: cast from pointer to integer of different size
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In function
> >`capi_recv_message':
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> >error: `tty' undeclared (first use in this function)
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> >error: (Each undeclared identifier is reported only once
> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
> >error: for each function it appears in.)
> >make[4]: *** [drivers/isdn/capi/capi.o] Error 1
> >make[3]: *** [drivers/isdn/capi] Error 2
> >make[2]: *** [drivers/isdn] Error 2
> >make[1]: *** [drivers] Error 2
> >make: *** [_all] Error 2
> >-
>
> Please start from the 2.6.8.tar.gz tarball, Tom. This looks like you
> may started from the 2.6.8.1.tar.gz.
no. It is a problem of the TTY locking fixes from Alan.
Regards
Marcel
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:14 ` Marcel Holtmann
@ 2004-09-30 5:33 ` Tom Duffy
0 siblings, 0 replies; 29+ messages in thread
From: Tom Duffy @ 2004-09-30 5:33 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Linux Kernel Mailing List, Karsten Keil
Marcel Holtmann wrote:
> the attached patch should fix it.
Thanks, that did the trick.
-tduffy
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:02 ` Gene Heskett
@ 2004-09-30 6:29 ` Clemens Schwaighofer
2004-09-30 7:30 ` James Bruce
2004-09-30 20:27 ` Gene Heskett
2004-09-30 18:58 ` Bill Davidsen
1 sibling, 2 replies; 29+ messages in thread
From: Clemens Schwaighofer @ 2004-09-30 6:29 UTC (permalink / raw)
To: gene.heskett; +Cc: linux-kernel, Markus T.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/30/2004 02:02 PM, Gene Heskett wrote:
| On Thursday 30 September 2004 00:53, Markus T. wrote:
|
|># bzcat patch-2.6.9-rc3.bz2 | patch -p1
|>...
|>patching file fs/nfs/file.c
|>Hunk #2 FAILED at 74.
|>Hunk #3 FAILED at 91.
|>2 out of 11 hunks FAILED -- saving rejects to file fs/nfs/file.c.rej
|>...
|>
|>___
|>Markus
|>
|
| And thats one of the reasons I never dl the bz2 version.
what has bz2 to do with that?
| You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
| I just checked my scrollback and there is no such error here.
well its a bit confusing. 2.6.8.1 is the latest stable right, normaly
patches are applied against the latest stable. Let's just hope this NFS
fix is on the rc series if you have to apply against 2.6.8
- --
Clemens Schwaighofer - IT Engineer & System Administration
==========================================================
TEQUILA\Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343
http://www.tequila.co.jp
==========================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBW6fQjBz/yQjBxz8RAgomAKC6ExKaV0NtwOkx0lcLJ9PR0WaOVQCgqCGZ
y7wOsDSIyxFoiitQkF0Is+A=
=o3Uy
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 6:29 ` Clemens Schwaighofer
@ 2004-09-30 7:30 ` James Bruce
2004-09-30 7:33 ` Clemens Schwaighofer
2004-09-30 15:53 ` Ingo Saitz
2004-09-30 20:27 ` Gene Heskett
1 sibling, 2 replies; 29+ messages in thread
From: James Bruce @ 2004-09-30 7:30 UTC (permalink / raw)
To: Clemens Schwaighofer; +Cc: gene.heskett, linux-kernel, Markus T.
Clemens Schwaighofer wrote:
> | And thats one of the reasons I never dl the bz2 version.
>
> what has bz2 to do with that?
Some people believe bz2 to be buggy or otherwise less tolerant of
corruption. For most people these things don't seem to come up; I've
never had problems with either despite frequent work with large
compressed datasets.
> | You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
> | I just checked my scrollback and there is no such error here.
>
> well its a bit confusing. 2.6.8.1 is the latest stable right, normaly
> patches are applied against the latest stable. Let's just hope this NFS
> fix is on the rc series if you have to apply against 2.6.8
Linus decided that patches will always be off the previous
non-extraversion tarball. Note that -rc3 is not relative to -rc2, so in
that way its consistent. The reason Linus gave is that such
trivial-but-important bugfixes may come *after* the next version has
releases or release cantidates, so this is the only sane way. For
example, if another tiny code bug motivated making a 2.6.8.2, the
release cantidates shouldn't have to be rediffed. Hopefully it makes
sense now :)
- Jim Bruce
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 7:30 ` James Bruce
@ 2004-09-30 7:33 ` Clemens Schwaighofer
2004-09-30 15:53 ` Ingo Saitz
1 sibling, 0 replies; 29+ messages in thread
From: Clemens Schwaighofer @ 2004-09-30 7:33 UTC (permalink / raw)
To: James Bruce; +Cc: gene.heskett, linux-kernel, Markus T.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/30/2004 04:30 PM, James Bruce wrote:
| Clemens Schwaighofer wrote:
|
|> | And thats one of the reasons I never dl the bz2 version.
|>
|> what has bz2 to do with that?
|
|
| Some people believe bz2 to be buggy or otherwise less tolerant of
| corruption. For most people these things don't seem to come up; I've
| never had problems with either despite frequent work with large
| compressed datasets.
interesting, I always use bz2 where time is not so important, and I
never had problems with it.
| Linus decided that patches will always be off the previous
| non-extraversion tarball. Note that -rc3 is not relative to -rc2, so in
| that way its consistent. The reason Linus gave is that such
| trivial-but-important bugfixes may come *after* the next version has
| releases or release cantidates, so this is the only sane way. For
| example, if another tiny code bug motivated making a 2.6.8.2, the
| release cantidates shouldn't have to be rediffed. Hopefully it makes
| sense now :)
Yes, that makes it absolutly clear. Thank you.
- --
Clemens Schwaighofer - IT Engineer & System Administration
==========================================================
TEQUILA\Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343
http://www.tequila.co.jp
==========================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBW7a1jBz/yQjBxz8RAgn2AKCkh6vzqX3yQ/MGdPz7ciNTJDR72gCfam0/
QMWESPoyEOaCUxo0+6GSDVA=
=lieG
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
@ 2004-09-30 15:38 Tim Krieglstein
0 siblings, 0 replies; 29+ messages in thread
From: Tim Krieglstein @ 2004-09-30 15:38 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
Hi
I just tried this kernel. It doesn't boot on my machine.
The system doesn't crash, but it just hangs on hotplug initialisation or
while starting klogd. I didn't dig deeper since i'm feeling ill today. This
is a nforce2 athlon XP system, tracking debian unstable. I am currently
running 2.6.9-rc2-mm3. 2.6.9-rc2-mm2 doesn't boot also.
If someone has some patches for this problem, i would apply them.
Just don't expect any serious brainwork from me today.
Cheers
Tim
PS: config (for 2.6.9-rc2-mm3 attached)
and lspci attached
[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 33911 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.9-rc2-mm3
# Thu Sep 30 17:08:30 2004
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SHMEM=y
# CONFIG_TINY_SHMEM is not set
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
CONFIG_REGPARM=y
#
# Performance-monitoring counters support
#
# CONFIG_PERFCTR is not set
# CONFIG_KEXEC is not set
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SOFTWARE_SUSPEND is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_THINKPAD is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_PCMCIA_PROBE=y
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_FW_LOADER is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set
#
# Plug and Play support
#
# CONFIG_PNP is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_UB=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_LBD is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDETAPE=y
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_IDE_TASKFILE_IO is not set
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=m
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA6322 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID5=m
# CONFIG_MD_RAID6 is not set
CONFIG_MD_MULTIPATH=m
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=m
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_ZERO is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
CONFIG_I2O=m
# CONFIG_I2O_CONFIG is not set
CONFIG_I2O_BLOCK=m
# CONFIG_I2O_SCSI is not set
CONFIG_I2O_PROC=m
#
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_TUNNEL=m
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_CT_ACCT=y
# CONFIG_IP_NF_CT_PROTO_SCTP is not set
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_AMANDA=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_OWNER=m
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_REALM is not set
# CONFIG_IP_NF_MATCH_SCTP is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
# CONFIG_IP_NF_NAT_LOCAL is not set
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_NAT_TFTP=m
CONFIG_IP_NF_NAT_AMANDA=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_TARGET_NOTRACK=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_HMAC_NONE=y
# CONFIG_SCTP_HMAC_SHA1 is not set
# CONFIG_SCTP_HMAC_MD5 is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
# CONFIG_NET_CLS_ROUTE is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_KGDBOE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
CONFIG_FORCEDETH=m
# CONFIG_CS89x0 is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=m
# CONFIG_R8169_NAPI is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1200
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_EVBUG=m
#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDDLER is not set
# CONFIG_JOYSTICK_DB9 is not set
# CONFIG_JOYSTICK_GAMECON is not set
# CONFIG_JOYSTICK_TURBOGRAFX is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_UINPUT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_ACPI=y
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_INTEL_MCH is not set
CONFIG_AGP_NVIDIA=y
# 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=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=m
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_HANGCHECK_TIMER is not set
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m
#
# I2C Hardware Bus support
#
# 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_ELEKTOR is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
CONFIG_I2C_PCA_ISA=m
#
# Hardware Sensors Chip support
#
CONFIG_I2C_SENSOR=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83627HF=m
#
# Other I2C Chip support
#
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
CONFIG_SENSORS_PCF8591=m
# CONFIG_SENSORS_RTC8564 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
#
# Dallas's 1-wire bus
#
CONFIG_W1=m
CONFIG_W1_MATROX=m
CONFIG_W1_DS9490=m
CONFIG_W1_DS9490R_BRIDGE=m
CONFIG_W1_THERM=m
CONFIG_W1_SMEM=m
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
#
# Video For Linux
#
#
# Video Adapters
#
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_BWQCAM is not set
# CONFIG_VIDEO_CQCAM is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 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_DPC 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_OVCAMCHIP is not set
#
# Radio Adapters
#
# CONFIG_RADIO_CADET is not set
# CONFIG_RADIO_RTRACK is not set
# CONFIG_RADIO_RTRACK2 is not set
# CONFIG_RADIO_AZTECH is not set
# CONFIG_RADIO_GEMTEK is not set
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_RADIO_SF16FMI is not set
# CONFIG_RADIO_SF16FMR2 is not set
# CONFIG_RADIO_TERRATEC is not set
# CONFIG_RADIO_TRUST is not set
# CONFIG_RADIO_TYPHOON is not set
# CONFIG_RADIO_ZOLTRIX is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_BUF=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR=m
#
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
#
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
# CONFIG_SND_DUMMY is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
CONFIG_SND_CMIPCI=m
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set
#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
CONFIG_USB=y
CONFIG_USB_DEBUG=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_RW_DETECT is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_HP8200e=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
#
# USB Network adaptors
#
# 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
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
CONFIG_USB_SERIAL_KOBIL_SCT=m
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_SAFE is not set
CONFIG_USB_SERIAL_CYBERJACK=m
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_TEST is not set
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISER4_FS is not set
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=m
#
# Caches
#
# CONFIG_CACHEFS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS_XATTR=y
CONFIG_DEVPTS_FS_SECURITY=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=m
CONFIG_EXPORTFS=m
CONFIG_SUNRPC=m
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-15"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m
#
# Profiling support
#
# CONFIG_PROFILING is not set
#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_4KSTACKS is not set
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
# CONFIG_KEYS is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_CAPABILITIES=y
# CONFIG_SECURITY_ROOTPLUG is not set
# CONFIG_SECURITY_SELINUX is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WHIRLPOOL=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_TEST=m
#
# Library routines
#
CONFIG_CRC_CCITT=m
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y
[-- Attachment #3: lspci --]
[-- Type: text/plain, Size: 2047 bytes --]
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2)
0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2)
0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2)
0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2)
0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a3)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2)
0000:01:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
0000:01:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
0000:01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
0000:01:0a.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
0000:01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:03:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 7:30 ` James Bruce
2004-09-30 7:33 ` Clemens Schwaighofer
@ 2004-09-30 15:53 ` Ingo Saitz
1 sibling, 0 replies; 29+ messages in thread
From: Ingo Saitz @ 2004-09-30 15:53 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 739 bytes --]
On 2004-09-30 7:30:45 James Bruce <bruce () andrew ! cmu ! edu> wrote:
> Some people believe bz2 to be buggy or otherwise less tolerant of
> corruption.
Maybe this was true for a very early version of bzip2, but not any
longer.
The opposite is true. .bz2 contains a checksum for each block and a
running checksum (just watch bzip2 -vv file). In case of corruption you
can recover all compressed blocks but the corrupt one with bzip2recover.
Or maybe they just got bad RAM, which would show easier with bz2, since
it uses more memory for decompression than gzip.
Ingo
--
A million monkeys can write Shakespeare,
but it only takes one to mess up an election.
-- seen on Slashdot about Diebold Voting Machines
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:02 ` Gene Heskett
2004-09-30 6:29 ` Clemens Schwaighofer
@ 2004-09-30 18:58 ` Bill Davidsen
2004-09-30 20:32 ` Gene Heskett
1 sibling, 1 reply; 29+ messages in thread
From: Bill Davidsen @ 2004-09-30 18:58 UTC (permalink / raw)
To: linux-kernel
Gene Heskett wrote:
> On Thursday 30 September 2004 00:53, Markus T. wrote:
>
>># bzcat patch-2.6.9-rc3.bz2 | patch -p1
>>...
>>patching file fs/nfs/file.c
>>Hunk #2 FAILED at 74.
>>Hunk #3 FAILED at 91.
>>2 out of 11 hunks FAILED -- saving rejects to file fs/nfs/file.c.rej
>>...
>>
>>___
>>Markus
>>
>
> And thats one of the reasons I never dl the bz2 version.
>
> You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
> I just checked my scrollback and there is no such error here.
Are you saying that he patched against the wrong kernel source because
he pulled the bz2 patch? How do you make that leap? The gz patch does
the same thing against the wrong source.
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 3:37 Linus Torvalds
2004-09-30 4:53 ` Markus T.
2004-09-30 5:03 ` Tom Duffy
@ 2004-09-30 19:03 ` Bill Davidsen
2 siblings, 0 replies; 29+ messages in thread
From: Bill Davidsen @ 2004-09-30 19:03 UTC (permalink / raw)
To: linux-kernel
Linus Torvalds wrote:
> Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and hopefully
> we're getting there now.
A recent note related to read vs. write speed actually shows about a 40%
degrade in write speed from 2.6.8. I hope 2.6.9 will be held back at
least a few days in hopes of verifying or debunking that. I have some
results showing "slower" by about 30%, but it was just production runs,
not benchmarks.
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 6:29 ` Clemens Schwaighofer
2004-09-30 7:30 ` James Bruce
@ 2004-09-30 20:27 ` Gene Heskett
2004-09-30 21:55 ` Jeff Garzik
1 sibling, 1 reply; 29+ messages in thread
From: Gene Heskett @ 2004-09-30 20:27 UTC (permalink / raw)
To: linux-kernel; +Cc: Clemens Schwaighofer, Markus T.
On Thursday 30 September 2004 02:29, Clemens Schwaighofer wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 09/30/2004 02:02 PM, Gene Heskett wrote:
>| On Thursday 30 September 2004 00:53, Markus T. wrote:
>|># bzcat patch-2.6.9-rc3.bz2 | patch -p1
>|>...
>|>patching file fs/nfs/file.c
>|>Hunk #2 FAILED at 74.
>|>Hunk #3 FAILED at 91.
>|>2 out of 11 hunks FAILED -- saving rejects to file
>|> fs/nfs/file.c.rej ...
>|>
>|>___
>|>Markus
>|
>| And thats one of the reasons I never dl the bz2 version.
>
>what has bz2 to do with that?
bz2 has resulted in corrupted unpacks here on more than one occasion,
and it has done it without any outwardly visible error when the
md5sum was good. I've had it skip a whole subdir tree in a kernel
unpack on at least 4 occasions, and a missing file someplace on
several more occasions. I don't have any such troubles when dl'ing
and using the .gz version of things.
There has been at least one occasion where the .bz2 dl had a bad
md5sum, again without any visible error as it was downloading, nuke
it and go back and get the same file again and it was good. Again
I've had no such troubles when using the .gz versions, so after a a
while, I got into the habit of just gettng the .gz version and I've
never had an instance of a bad md5sum that wasn't accompanied by site
access problems.
>| You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
>| I just checked my scrollback and there is no such error here.
>
>well its a bit confusing. 2.6.8.1 is the latest stable right,
> normaly patches are applied against the latest stable.
There was a discussion about that here on the lkml, and linus's
decision was to reference all further patches against 2.6.8. Its
broken, but its the anchor point till 2.6.9 comes out.
> Let's just hope this NFS fix is on the rc series if you have to
> apply against 2.6.8
>
Other than amdump made a half fubar'd backup last night using -rc3,
its running reasonably well here. If the amdump bombs again tonight,
then we get out the magnifying glass & start looking. But first I'd
have to know where to start & there are no odd entries in the log for
that time of the morning.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 18:58 ` Bill Davidsen
@ 2004-09-30 20:32 ` Gene Heskett
0 siblings, 0 replies; 29+ messages in thread
From: Gene Heskett @ 2004-09-30 20:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Bill Davidsen
On Thursday 30 September 2004 14:58, Bill Davidsen wrote:
>Gene Heskett wrote:
>> On Thursday 30 September 2004 00:53, Markus T. wrote:
>>># bzcat patch-2.6.9-rc3.bz2 | patch -p1
>>>...
>>>patching file fs/nfs/file.c
>>>Hunk #2 FAILED at 74.
>>>Hunk #3 FAILED at 91.
>>>2 out of 11 hunks FAILED -- saving rejects to file
>>> fs/nfs/file.c.rej ...
>>>
>>>___
>>>Markus
>>
>> And thats one of the reasons I never dl the bz2 version.
>>
>> You should have started with a fresh unpack of 2.6.8, not 2.6.8.1
>> I just checked my scrollback and there is no such error here.
>
>Are you saying that he patched against the wrong kernel source
> because he pulled the bz2 patch? How do you make that leap? The gz
> patch does the same thing against the wrong source.
True, but my recommendation to use the .gz version is based on some
pretty frustrating experiences encountered when using the .bz2
versions that I haven't encountered with the .gz versions. See my
other, now a bit late reply to Clemens. I was trying to hit both
birds with one rock so to speak.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 5:24 ` Marcel Holtmann
@ 2004-09-30 20:41 ` Gene Heskett
0 siblings, 0 replies; 29+ messages in thread
From: Gene Heskett @ 2004-09-30 20:41 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcel Holtmann, Tom Duffy
On Thursday 30 September 2004 01:24, Marcel Holtmann wrote:
>Hi Gene,
>
>> >> Ok, this 2.6.9 cycle is getting too long, but here's a -rc3 and
>> >> hopefully we're getting there now.
>> >
>> > CC [M] drivers/isdn/capi/capi.o
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In
>> > function `handle_minor_send':
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:538:
>> >warning: cast from pointer to integer of different size
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c: In
>> > function `capi_recv_message':
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>> >error: `tty' undeclared (first use in this function)
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>> >error: (Each undeclared identifier is reported only once
>> >/build1/tduffy/linux-2.6.9-rc3/drivers/isdn/capi/capi.c:649:
>> >error: for each function it appears in.)
>> >make[4]: *** [drivers/isdn/capi/capi.o] Error 1
>> >make[3]: *** [drivers/isdn/capi] Error 2
>> >make[2]: *** [drivers/isdn] Error 2
>> >make[1]: *** [drivers] Error 2
>> >make: *** [_all] Error 2
>> >-
>>
>> Please start from the 2.6.8.tar.gz tarball, Tom. This looks like
>> you may started from the 2.6.8.1.tar.gz.
>
>no. It is a problem of the TTY locking fixes from Alan.
>
>Regards
>
>Marcel
>
Odd, here I'm using both seriel ports, ah, wait a min.
Could a fubar'd amdump run have occured if there was traffic on the
seriel port the ups is attached to, like a quick message that there
had been a power failure, shutdown was eminent, but it came back in
about 2 seconds? There was nothing in the logs. Humm, lemme fire up
the bulldog and see if that screws things up.
That didn't seem to, and everything I looked at looked nominal,
including its own log.
The other seriel port is being used for my X10 stuff, but that would
also be logged and there is nothing there either.
How does this TTY locking thing manifest itself?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 20:27 ` Gene Heskett
@ 2004-09-30 21:55 ` Jeff Garzik
2004-10-01 0:42 ` Clemens Schwaighofer
2004-10-01 3:17 ` Gene Heskett
0 siblings, 2 replies; 29+ messages in thread
From: Jeff Garzik @ 2004-09-30 21:55 UTC (permalink / raw)
To: gene.heskett; +Cc: linux-kernel, Clemens Schwaighofer, Markus T.
Gene Heskett wrote:
> bz2 has resulted in corrupted unpacks here on more than one occasion,
> and it has done it without any outwardly visible error when the
> md5sum was good. I've had it skip a whole subdir tree in a kernel
> unpack on at least 4 occasions, and a missing file someplace on
> several more occasions. I don't have any such troubles when dl'ing
> and using the .gz version of things.
>
> There has been at least one occasion where the .bz2 dl had a bad
> md5sum, again without any visible error as it was downloading, nuke
> it and go back and get the same file again and it was good. Again
> I've had no such troubles when using the .gz versions, so after a a
> while, I got into the habit of just gettng the .gz version and I've
> never had an instance of a bad md5sum that wasn't accompanied by site
> access problems.
There's definitely something else going on. I don't see how you can
blame bz2 for downloading problems. If this were true we would see a
_lot_ more problem reports than just one in >5 years.
Jeff
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 21:55 ` Jeff Garzik
@ 2004-10-01 0:42 ` Clemens Schwaighofer
2004-10-01 3:30 ` Gene Heskett
2004-10-01 3:17 ` Gene Heskett
1 sibling, 1 reply; 29+ messages in thread
From: Clemens Schwaighofer @ 2004-10-01 0:42 UTC (permalink / raw)
To: Jeff Garzik; +Cc: gene.heskett, linux-kernel, Markus T.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/01/2004 06:55 AM, Jeff Garzik wrote:
| There's definitely something else going on. I don't see how you can
| blame bz2 for downloading problems. If this were true we would see a
| _lot_ more problem reports than just one in >5 years.
I fully agree. Since I can remember I always download the bz2 version of
a tar and I never ever had a problem with it. This sounds very
mysterious, more like a memory or so problem? How else can you loose
certain parts in bz2 ...
- --
Clemens Schwaighofer - IT Engineer & System Administration
==========================================================
TEQUILA\Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343
http://www.tequila.co.jp
==========================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBXKfbjBz/yQjBxz8RAgIVAJ9RZfjV6RJToqXeUAxxdV7ZdB15MwCfenaC
k1qlJhSlBFT5OF0L3eeOgBY=
=Voyg
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-09-30 21:55 ` Jeff Garzik
2004-10-01 0:42 ` Clemens Schwaighofer
@ 2004-10-01 3:17 ` Gene Heskett
2004-10-01 5:44 ` Christian Hesse
1 sibling, 1 reply; 29+ messages in thread
From: Gene Heskett @ 2004-10-01 3:17 UTC (permalink / raw)
To: linux-kernel; +Cc: Jeff Garzik, Clemens Schwaighofer, Markus T.
On Thursday 30 September 2004 17:55, Jeff Garzik wrote:
>Gene Heskett wrote:
>> bz2 has resulted in corrupted unpacks here on more than one
>> occasion, and it has done it without any outwardly visible error
>> when the md5sum was good. I've had it skip a whole subdir tree in
>> a kernel unpack on at least 4 occasions, and a missing file
>> someplace on several more occasions. I don't have any such
>> troubles when dl'ing and using the .gz version of things.
>>
>> There has been at least one occasion where the .bz2 dl had a bad
>> md5sum, again without any visible error as it was downloading,
>> nuke it and go back and get the same file again and it was good.
>> Again I've had no such troubles when using the .gz versions, so
>> after a a while, I got into the habit of just gettng the .gz
>> version and I've never had an instance of a bad md5sum that wasn't
>> accompanied by site access problems.
>
>There's definitely something else going on. I don't see how you can
>blame bz2 for downloading problems. If this were true we would see
> a _lot_ more problem reports than just one in >5 years.
>
> Jeff
Just one in 5 years, the one being me? Not really Jeff. Someplace in
this lists archives is a squawk from me dating back maybe 2 years,
detailing that I had to go download such and such a kernel from
kernel.org repeatedly (I think it as 3 times, on a dialup circuit)
before the unpack gave me a certain subdir in the tree and the -mm
patch upchucked over missing src files it wanted to patch. At that
time IIRC, someone suggested I use the .gz's and I've had no further
problems. Whomever made the suggestion semi-indicated that what I
was seeing wasn't unknown to the responder. Not in so many words
mind you, but the general tone of the message sure said it.
I also got bummed a couple of times back in the very early days of bz2
because it beat the amiga's default .lha compression quite a bit.
But it didn't always work. IIRC there was a flurry of bz2
development 2-3 years back, and maybe thats no longer true. Me, I
don't fix what isn't broken, so I get the .gz's only. On dsl it
doesn't hurt so much. :)
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 0:42 ` Clemens Schwaighofer
@ 2004-10-01 3:30 ` Gene Heskett
2004-10-01 3:34 ` Clemens Schwaighofer
0 siblings, 1 reply; 29+ messages in thread
From: Gene Heskett @ 2004-10-01 3:30 UTC (permalink / raw)
To: linux-kernel; +Cc: Clemens Schwaighofer, Jeff Garzik, Markus T.
On Thursday 30 September 2004 20:42, Clemens Schwaighofer wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 10/01/2004 06:55 AM, Jeff Garzik wrote:
>| There's definitely something else going on. I don't see how you
>| can blame bz2 for downloading problems. If this were true we
>| would see a _lot_ more problem reports than just one in >5 years.
>
>I fully agree. Since I can remember I always download the bz2
> version of a tar and I never ever had a problem with it. This
> sounds very mysterious, more like a memory or so problem? How else
> can you loose certain parts in bz2 ...
>
Beats me, Clemens. But at the time, I got curious and the problem was
100% repeatable using the bz2 src code files I had. The third time I
went after the srcs and patches to build that kernel, I got the .gz
versions of both, and they worked first time. Then I went back to
the .bz2's and was seeing the same problem as the first 2 downloads
gave me. I mv'd that src file & patch, went after the .bz2's again
(for the 3rd time), and that time it worked flawlessly. Both the 2nd
and 3rd dl's files had the exact same md5sum too. Go figure.
I think I had a similar problem when I built kde3.3 using konstruct
recently. Most of kde is packed as .bz2 files. I forget which src
code file it was now but after the second failure to build it, I
nuked the src code file and all its cookies which made it go after
another copy, and that one worked as expected.
bz2 problem? DamnedifIknow. snilmerg maybe? But it goes away if I
stick to the .gz's.
>- --
>Clemens Schwaighofer - IT Engineer & System Administration
>==========================================================
>TEQUILA\Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
>Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343
>http://www.tequila.co.jp
>==========================================================
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.4 (GNU/Linux)
>Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
>iD8DBQFBXKfbjBz/yQjBxz8RAgIVAJ9RZfjV6RJToqXeUAxxdV7ZdB15MwCfenaC
>k1qlJhSlBFT5OF0L3eeOgBY=
>=Voyg
>-----END PGP SIGNATURE-----
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 3:30 ` Gene Heskett
@ 2004-10-01 3:34 ` Clemens Schwaighofer
2004-10-01 4:01 ` Gene Heskett
2004-10-01 4:06 ` Gene Heskett
0 siblings, 2 replies; 29+ messages in thread
From: Clemens Schwaighofer @ 2004-10-01 3:34 UTC (permalink / raw)
To: gene.heskett; +Cc: linux-kernel, Jeff Garzik, Markus T.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/01/2004 12:30 PM, Gene Heskett wrote:
|> Beats me, Clemens. But at the time, I got curious and the problem was
|> 100% repeatable using the bz2 src code files I had. The third time I
|> went after the srcs and patches to build that kernel, I got the .gz
|> versions of both, and they worked first time. Then I went back to
|> the .bz2's and was seeing the same problem as the first 2 downloads
|> gave me. I mv'd that src file & patch, went after the .bz2's again
|> (for the 3rd time), and that time it worked flawlessly. Both the 2nd
|> and 3rd dl's files had the exact same md5sum too. Go figure.
have you unpacked the source and made a diff? is the source the same
then? perhaps its something with CPU/RAM ? Ever thought of that. If only
you have it, then what kind of libraries are you using, perhaps it some
problem only on your box. Can you repeat that on other boxes, etc.
|> bz2 problem? DamnedifIknow. snilmerg maybe? But it goes away if I
|> stick to the .gz's.
It would be interesting to investigate this further. Because if bz2 is
not save to transport data, then you can't use it anymore.
- --
[ Clemens Schwaighofer -----=====:::::~ ]
[ TBWA\ && TEQUILA\ Japan IT Group ]
[ 6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp http://www.tbwajapan.co.jp ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBXNBfjBz/yQjBxz8RAkLBAKCTFd4niu/StV85xloSuHmOowcOUgCdGTyI
18/zlWp2oyfNz/jSJ7Zpjig=
=iG6j
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 3:34 ` Clemens Schwaighofer
@ 2004-10-01 4:01 ` Gene Heskett
2004-10-01 4:05 ` Clemens Schwaighofer
2004-10-01 4:06 ` Gene Heskett
1 sibling, 1 reply; 29+ messages in thread
From: Gene Heskett @ 2004-10-01 4:01 UTC (permalink / raw)
To: linux-kernel; +Cc: Clemens Schwaighofer, Jeff Garzik, Markus T.
On Thursday 30 September 2004 23:34, Clemens Schwaighofer wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On 10/01/2004 12:30 PM, Gene Heskett wrote:
>|> Beats me, Clemens. But at the time, I got curious and the
>|> problem was 100% repeatable using the bz2 src code files I had.
>|> The third time I went after the srcs and patches to build that
>|> kernel, I got the .gz versions of both, and they worked first
>|> time. Then I went back to the .bz2's and was seeing the same
>|> problem as the first 2 downloads gave me. I mv'd that src file &
>|> patch, went after the .bz2's again (for the 3rd time), and that
>|> time it worked flawlessly. Both the 2nd and 3rd dl's files had
>|> the exact same md5sum too. Go figure.
>
>have you unpacked the source and made a diff? is the source the same
>then? perhaps its something with CPU/RAM ? Ever thought of that. If
> only you have it, then what kind of libraries are you using,
> perhaps it some problem only on your box. Can you repeat that on
> other boxes, etc.
>
>|> bz2 problem? DamnedifIknow. snilmerg maybe? But it goes away
>|> if I stick to the .gz's.
>
>It would be interesting to investigate this further. Because if bz2
> is not save to transport data, then you can't use it anymore.
>
I think my biggest concern was the fact that it didn't give any kind
of an error message at the time. That box is now my firewall, and
has the latest up2dates installed until rh eol'd the 7.3 support.
Running an old kernel 2.4.21-rc1-ck6 I built, it commonly gets quite
boring uptimes. I have a BIG ups, so its only prolonged outages that
reset me.
Well, I was gonna brag, but 14 days isn't bragging materiel. I
rebooted it after seeing something I didn't like in the logs, a port
scan for port 33377 or some such number, from an IP thats is a
verizon nameserver. How they got thru the router is beyond me. The
last time that happened, it hacked a 2 week old Seimans router into a
light weight paper weight. The linksys I have in there now seems to
have survived, but is getting flakey, and Jim, the IT guy at the tv
station tells me he had to get 3 of them in a week recently for his
home system because they kept falling over. When in the hell are
they gonna put in the quality before the name goes on the box again?
That knocking sound? That will be me pounding my head on the wall if
this one pukes.
>- --
>[ Clemens Schwaighofer -----=====:::::~ ]
>[ TBWA\ && TEQUILA\ Japan IT Group ]
>[ 6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
>[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
>[ http://www.tequila.co.jp http://www.tbwajapan.co.jp ]
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.4 (GNU/Linux)
>Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
>iD8DBQFBXNBfjBz/yQjBxz8RAkLBAKCTFd4niu/StV85xloSuHmOowcOUgCdGTyI
>18/zlWp2oyfNz/jSJ7Zpjig=
>=iG6j
>-----END PGP SIGNATURE-----
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 4:01 ` Gene Heskett
@ 2004-10-01 4:05 ` Clemens Schwaighofer
0 siblings, 0 replies; 29+ messages in thread
From: Clemens Schwaighofer @ 2004-10-01 4:05 UTC (permalink / raw)
To: gene.heskett; +Cc: linux-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/01/2004 01:01 PM, Gene Heskett wrote:
<snip>
I have no idea what you are talking about, but it has definitly nothing
to do with any bz2 problem.
btw, if there would be one, we would have this all over the gentoo
forums ...
- --
[ Clemens Schwaighofer -----=====:::::~ ]
[ TBWA\ && TEQUILA\ Japan IT Group ]
[ 6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp http://www.tbwajapan.co.jp ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBXNefjBz/yQjBxz8RAtIMAJ4zqZYpw4FGuRhhZdITNeVnuQx+NQCg62po
D24TOF4iVEZ7cYpdhIOPpWU=
=sS3f
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 3:34 ` Clemens Schwaighofer
2004-10-01 4:01 ` Gene Heskett
@ 2004-10-01 4:06 ` Gene Heskett
1 sibling, 0 replies; 29+ messages in thread
From: Gene Heskett @ 2004-10-01 4:06 UTC (permalink / raw)
To: linux-kernel; +Cc: Clemens Schwaighofer, Jeff Garzik, Markus T.
On Thursday 30 September 2004 23:34, Clemens Schwaighofer wrote:
[...]
>It would be interesting to investigate this further. Because if bz2
> is not save to transport data, then you can't use it anymore.
I don't think I have any of those files on that box anymore, the
inevitable playing of space patrol seems to have gotten rid of
anything older than linux-2.4.17.tar.bz2 & I think all that took
place around 2.4.14 or so. Thats pretty jurassic now.
>- --
>[ Clemens Schwaighofer -----=====:::::~ ]
>[ TBWA\ && TEQUILA\ Japan IT Group ]
>[ 6-17-2 Ginza Chuo-ku, Tokyo 104-0061, JAPAN ]
>[ Tel: +81-(0)3-3545-7703 Fax: +81-(0)3-3545-7343 ]
>[ http://www.tequila.co.jp http://www.tbwajapan.co.jp ]
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.4 (GNU/Linux)
>Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
>iD8DBQFBXNBfjBz/yQjBxz8RAkLBAKCTFd4niu/StV85xloSuHmOowcOUgCdGTyI
>18/zlWp2oyfNz/jSJ7Zpjig=
>=iG6j
>-----END PGP SIGNATURE-----
>-
>To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
2004-10-01 3:17 ` Gene Heskett
@ 2004-10-01 5:44 ` Christian Hesse
0 siblings, 0 replies; 29+ messages in thread
From: Christian Hesse @ 2004-10-01 5:44 UTC (permalink / raw)
To: linux-kernel, gene.heskett; +Cc: Jeff Garzik, Clemens Schwaighofer, Markus T.
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
On Friday 01 October 2004 05:17, Gene Heskett wrote:
> IIRC there was a flurry of bz2
> development 2-3 years back, and maybe thats no longer true. Me, I
> don't fix what isn't broken, so I get the .gz's only. On dsl it
> doesn't hurt so much. :)
For you it's only a few Megabytes. But think of the hoster... If everybody
would download gzs instead of bz2s that would increase the traffic a lot.
BTW, I always use bz2 and I've never ever had any problems.
--
Christian Hesse
geek by nature
linux by choice
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Linux 2.6.9-rc3
[not found] ` <2Kmr3-9n-1@gated-at.bofh.it>
@ 2004-10-01 12:36 ` Pascal Schmidt
0 siblings, 0 replies; 29+ messages in thread
From: Pascal Schmidt @ 2004-10-01 12:36 UTC (permalink / raw)
To: gene.heskett; +Cc: linux-kernel
On Fri, 01 Oct 2004 05:40:05 +0200, you wrote in linux.kernel:
> Beats me, Clemens. But at the time, I got curious and the problem was
> 100% repeatable using the bz2 src code files I had. The third time I
> went after the srcs and patches to build that kernel, I got the .gz
> versions of both, and they worked first time. Then I went back to
> the .bz2's and was seeing the same problem as the first 2 downloads
> gave me. I mv'd that src file & patch, went after the .bz2's again
> (for the 3rd time), and that time it worked flawlessly. Both the 2nd
> and 3rd dl's files had the exact same md5sum too. Go figure.
bzip2 stresses the CPU much more than gzip does. Maybe there's
a cooling problem, and of course you won't see error messages when
the CPU starts making mistakes...
--
Ciao,
Pascal
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2004-10-01 12:36 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2K07b-1Ez-3@gated-at.bofh.it>
[not found] ` <2Kh8e-5H2-23@gated-at.bofh.it>
[not found] ` <2KjMz-6E6-17@gated-at.bofh.it>
[not found] ` <2Kmr3-9n-1@gated-at.bofh.it>
2004-10-01 12:36 ` Linux 2.6.9-rc3 Pascal Schmidt
2004-09-30 15:38 Tim Krieglstein
-- strict thread matches above, loose matches on Subject: below --
2004-09-30 3:37 Linus Torvalds
2004-09-30 4:53 ` Markus T.
2004-09-30 4:59 ` Tom Duffy
2004-09-30 5:02 ` Gene Heskett
2004-09-30 6:29 ` Clemens Schwaighofer
2004-09-30 7:30 ` James Bruce
2004-09-30 7:33 ` Clemens Schwaighofer
2004-09-30 15:53 ` Ingo Saitz
2004-09-30 20:27 ` Gene Heskett
2004-09-30 21:55 ` Jeff Garzik
2004-10-01 0:42 ` Clemens Schwaighofer
2004-10-01 3:30 ` Gene Heskett
2004-10-01 3:34 ` Clemens Schwaighofer
2004-10-01 4:01 ` Gene Heskett
2004-10-01 4:05 ` Clemens Schwaighofer
2004-10-01 4:06 ` Gene Heskett
2004-10-01 3:17 ` Gene Heskett
2004-10-01 5:44 ` Christian Hesse
2004-09-30 18:58 ` Bill Davidsen
2004-09-30 20:32 ` Gene Heskett
2004-09-30 5:03 ` Tom Duffy
2004-09-30 5:14 ` Marcel Holtmann
2004-09-30 5:33 ` Tom Duffy
2004-09-30 5:20 ` Gene Heskett
2004-09-30 5:24 ` Marcel Holtmann
2004-09-30 20:41 ` Gene Heskett
2004-09-30 19:03 ` Bill Davidsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox