LKML Archive mirror
 help / color / mirror / Atom feed
* 2.6.2-rc3-mm1
@ 2004-02-03  7:58 Andrew Morton
  2004-02-03  8:52 ` 2.6.2-rc3-mm1 Vladimir Saveliev
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Andrew Morton @ 2004-02-03  7:58 UTC (permalink / raw
  To: linux-kernel, linux-mm


ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2.6.2-rc3-mm1/


- There is a debug patch in here which detects when someone calls
  i_size_write() without holding the inode's i_sem.  It generates a warning
  and a stack backtrace.  We know that XFS generates such a trace.  It will
  turn itself off after the first ten warnings.  Please don't report the XFS
  case.

- Added the CPU hotplug code.

- This kernel is currently broken on ppc64.  Something to do with the
  sched-domains patch although at this stage we do not know whether the
  problem lies with that patch or with the ppc64 code.

- A big Altix update

- Latest versions of various other developers' trees.  See below for
  details.

- Various other fixes



Changes since 2.6.2-rc2-mm2:


 linus.patch

 Latest Linus tree

 bk-alsa.patch

 Latest ALSA tree

 bk-netdev.patch

 Latest experimental netdev tree

 bk-input.patch

 Latest input tree

 bk-acpi.patch

 Latest ACPI tree

 bk-usb.patch

 Latest USB tree

 bk-pci.patch

 Latest PCI tree

 bk-i2c.patch

 Latest i2c tree

 bk-driver-core.patch

 Latest sysfs/driver core tree

-bk-xfs.patch
-ppc32-MBX-mac-address-fix.patch
-ppc32-watchdog-defines-fixes.patch
-ppc64-include_guards.patch
-ppc64-lparcfg_write.patch
-ppc64-no_device_tree.patch
-ppc64-ppc32_timer_create.patch
-ppc64-defconfig_update.patch
-ppc64-use-preferred-console.patch
-ppc64-config_h.patch
-ppc64-export_symbols.patch
-ppc64-lparcfg_fixes.patch
-ppc64-slb_rewrite.patch
-ppc64-xmon-sysrq.patch
-ppc64-hugepage-cleanups.patch
-ide-pci-modules-fix.patch
-fix-improve-modular-ide.patch
-ide-pdc4030-build-fix.patch
-ppc32-ide-build-fix.patch
-s390-general-update.patch
-s390-inline-assembly-constraints.patch
-s390-sclp-fixes.patch

 Merged

+input-2wheel-mouse-fix.patch

 Mouse fix

+acpi-NR_IRQ_VECTORS-build-fix.patch

 ACPI build fix (redundant, I think)

+ppc64-__ste_allocate-cleanup.patch

 PPC64 cleanup

+get_user_pages-restore-protections.patch
+get_user_pages-restore-protections-fix.patch

 Fix interaction between ptrace and MM (probably this will be implemented
 differently)

-acpi-numa-printk-level-fixes.patch

 Merged into the ACPI patch

+kthread_stop-race-fix.patch

 Fix a race in the kthread code.

+bitmap-avoid-alloca.patch

 Avoid variable-sized local arrays in the bitmap code.

+cpuhotplug-01-cpu_active_map.patch
+cpuhotplug-02-drain_local_pages.patch
+cpuhotplug-03-core.patch
+cpuhotplug-up-fixes.patch
+set_cpus_allowed-fix.patch
+cpuhotplug-04-x86-support.patch
+cpuhotplug-x86-up-fixes.patch

 CPU hotplug code.

-increase-NGROUPS-cleanup.patch

 Folded into increase-NGROUPS.patch

+increase-NGROUPS-nfsd-cleanup.patch

 Fix a few things with nfsd.

+CDROMREADAUDIO-frames-fix.patch

 CDROM audio fix

+unneeded-dentry-assignment.patch

 Kill already-dead code

+export-cpu_2_node.patch

 NUMA compile fix

+remove-kmalloc_percpu_init.patch

 Dead code

+i_size_write-check.patch

 Check for people calling i_size_write() without i_sem.

+sysfs_symlink-needs-i_sem.patch

 Take i_sem during sysfs_symlink()

+bd_set_size-i_size-fix.patch

 Don't use i_size_write() in here at all

+nfs-d_drop-lowmem.patch

 Handle OOM in nfs

+ppp-allocation-fix.patch

 Try harder with 4-order allocation in ppp deflate initialisation.

+initramfs-kinit_command.patch

 Try to launch /sbin/init if it came in via the initramfs cpio archive.

+access-permissions-fix.patch

 Make access() mode posixly correct.

+neofb-warning-fix.patch

 Fix a warning.

+snprintf-commentary.patch

 Add some comments.

+snprintf-fixes.patch

 Add new funtions scnprintf() and vscnprintf() which actually do have the
 return semantics which the rest of the kernel though snprintf() and
 vsnprintf() had, then migrate the kernel over to using them.

+devfs-race-fix-cleanup.patch

 Fix a devfs race, clean some things up.

+gate_vma-fixes.patch

 Fix the "gate" pseudo-vma code again.

+istallion-compile-fix.patch
+moxa-serial-compile-fix.patch
+specialix-compile-fix.patch
+hisax-compile-fix.patch
+dvb-compile-fix.patch
+selinux-compile-fix.patch

 Compile fixes for CONFIG_PCI=n

+coredump-memleak-fix.patch

 Fix a memleak in the ELF coredump code

+x86_64-boot-fix.patch

 Make x86_64 boot with CONFIG_DEBUG_INFO

+O_DIRECT-race-fixes-rollup-use-f_mapping.patch

 Use file->f_mapping, not file->f_dentry->d_inode->i_mapping





All 437 patches:


linus.patch

bk-alsa.patch

bk-netdev.patch

bk-input.patch

bk-acpi.patch

bk-usb.patch

bk-pci.patch

bk-i2c.patch

bk-driver-core.patch

mm.patch
  add -mmN to EXTRAVERSION

speedo-warning-fix.patch
  eepro100.c warning fix

input-2wheel-mouse-fix.patch
  input: 2-wheel mouse fix

acpi-NR_IRQ_VECTORS-build-fix.patch

kgdb-ga.patch
  kgdb stub for ia32 (George Anzinger's one)
  kgdbL warning fix
  kgdb buffer overflow fix
  kgdbL warning fix
  kgdb: CONFIG_DEBUG_INFO fix
  x86_64 fixes

kgdb-doc-fix.patch
  correct kgdb.txt Documentation link (against  2.6.1-rc1-mm2)

kgdboe-netpoll.patch
  kgdb-over-ethernet via netpoll

kgdboe-non-ia32-build-fix.patch

kgdb-warning-fixes.patch
  kgdb warning fixes

kgdb-x86_64-support.patch
  kgdb-x86_64-support.patch for 2.6.2-rc1-mm3

big-pmac-3.patch

must-fix.patch
  must fix lists update
  must fix list update
  mustfix update

must-fix-update-5.patch
  must-fix update

psmouse-drop-timed-out-bytes.patch
  psmouse: log and discard timed out bytes

ppc64-__ste_allocate-cleanup.patch
  Remove useless argument from __ste_allocate()

ppc64-bar-0-fix.patch
  Allow PCI BARs that start at 0

ppc64-reloc_hide.patch

nuke-noisy-printks.patch
  quiet down SMP boot messages

invalidate_inodes-speedup.patch
  invalidate_inodes speedup
  more invalidate_inodes speedup fixes

cfq-4.patch
  CFQ io scheduler
  CFQ fixes

config_spinline.patch
  uninline spinlocks for profiling accuracy.

ramdisk-cleanup.patch

intel8x0-cleanup.patch
  intel8x0 cleanups

pdflush-diag.patch

zap_page_range-debug.patch
  zap_page_range() debug

get_user_pages-restore-protections.patch
  restore protections after forced fault in get_user_pages

get_user_pages-restore-protections-fix.patch

get_user_pages-handle-VM_IO.patch

support-zillions-of-scsi-disks.patch
  support many SCSI disks

pci_set_power_state-might-sleep.patch

CONFIG_STANDALONE-default-to-n.patch
  Make CONFIG_STANDALONE default to N

extra-buffer-diags.patch

CONFIG_SYSFS.patch
  From: Pat Mochel <mochel@osdl.org>
  Subject: [PATCH] Add CONFIG_SYSFS

CONFIG_SYSFS-boot-from-disk-fix.patch

slab-leak-detector.patch
  slab leak detector

loop-remove-blkdev-special-case.patch

loop-highmem.patch
  remove useless highmem bounce from loop/cryptoloop

loop-bio-handling-fix.patch
  loop: BIO handling fix

loop-init-fix.patch
  loop.c doesn't fail init gracefully

loop-remove-redundant-assignment.patch
  loop: remove redundant initialisation

acpi-pm-timer-3.patch
  ACPI PM timer version 3

acpi-pm-timer-kill-printks.patch

use-TSC-for-delay_pmtmr-2.patch
  Use TSC for delay_pmtmr()

scale-nr_requests.patch
  scale nr_requests with TCQ depth

truncate_inode_pages-check.patch

local_bh_enable-warning-fix.patch

pnp-8250_pnp-fix.patch
  Fix oops due to 8250_pnp module unload

pnp-resource-flags-reorganisation.patch
  pnp: resource flag reorganisation

pnp-BIOS-workaround.patch
  PNP: work around BIOS device disabling bugs

pnp-avoid-static-allocations.patch
  pnp: avoid static resource allocation requests

pnp-move-ID-declarations.patch
  pnp: move device ID declarations

pnp-file2alias-update.patch
  pnp: file2alias update

pnp-update-matching-code.patch
  pnp: update matching code

pnp-additional-sysfs-info.patch
  pnp: add additional sysfs info

pnp-config-cleanup.patch
  pnp: Kconfig cleanup

sched-find_busiest_node-resolution-fix.patch
  sched: improved resolution in find_busiest_node

sched-domains.patch
  sched: scheduler domain support

sched-clock-fixes.patch
  fix sched_clock()

sched-build-fix.patch
  sched: fix for NR_CPUS > BITS_PER_LONG

sched-sibling-map-to-cpumask.patch
  sched: cpu_sibling_map to cpu_mask

p4-clockmod-sibling-map-fix.patch
  p4-clockmod sibling_map fix

p4-clockmod-more-than-two-siblings.patch
  p4-clockmod: handle more than two siblings

sched-domains-i386-ht.patch
  sched: implement domains for i386 HT

sched-find_busiest_group-fix.patch
  sched: Fix CONFIG_SMT oops on UP

sched-domain-tweak.patch
  i386-sched-domain code consolidation

sched-no-drop-balance.patch
  sched: handle inter-CPU jiffies skew

sched-arch_init_sched_domains-fix.patch
  Change arch_init_sched_domains to use cpu_online_map

sched-find_busiest_group-clarification.patch
  sched: clarify find_busiest_group

sched-remove-noisy-printks.patch

sched-directed-migration.patch
  sched_balance_exec(): don't fiddle with the cpus_allowed mask

sched-domain-debugging.patch
  sched_domain debugging

ide-siimage-seagate.patch

ide-ali-UDMA6-support.patch
  IDE: Add support of UDMA6 on ALi rev > 0xc4

fa311-mac-address-fix.patch
  wrong mac address with netgear FA311 ethernet card

laptop-mode-2.patch
  laptop-mode for 2.6, version 6
  Documentation/laptop-mode.txt
  laptop-mode documentation updates

laptop-mode-doc-update-4.patch
  Laptop mode documentation addition

vt-locking-fixes-2.patch
  VT locking fixes

pid_max-fix.patch
  Bug when setting pid_max > 32k

use-soft-float.patch
  Use -msoft-float

DRM-cvs-update.patch
  DRM cvs update

drm-include-fix.patch

lock_cpu_hotplug-fixes.patch
  ock_cpu_hotplug only if CONFIG_CPU_HOTPLUG

kthread-primitive.patch
  kthread primitive

kthread_stop-race-fix.patch
  Fix race in kthread_stop

kthread-block-all-signals.patch
  kthread: block all signals

use-kthread-primitives.patch
  Use kthread primitives

module-removal-use-kthread.patch
  Module removal to use kthread

kthread-affinity-fix.patch
  Affinity of kthread fix

call_usermodehelper-affinity-fix.patch
  Affinity of call_usermode_helper fix

limit-hash-table-sizes.patch
  Limit hash table size

slab-poison-hex-dumping.patch
  slab: hexdump for check_poison

pentium-m-support.patch
  add Pentium M and Pentium-4 M options

old-gcc-supports-k6.patch
  gcc 2.95 supports -march=k6 (no need for check_gcc)

amd-elan-is-a-different-subarch.patch
  AMD Elan is a different subarch

better-i386-cpu-selection.patch
  better i386 CPU selection

cpu-options-default-to-y.patch
  cpu options default to "yes"

i386-default-to-n.patch

serial-02-fixups.patch
  serial fixups (untested)
  serial-02 fixes
  serial-02 fixes

serial-03-fixups.patch
  more serial driver fixups
  serial-03 fixes
  serial-03 fixes

ia32-MSI-vector-handling-fix.patch
  ia32 MSI vector handling fix

aha152x-update.patch
  aha152x update

aha152x-update-fix.patch
  aha152x update fix

PP0-full_list-RC1.patch
  parport fixes [1/5]

PP1-parport_locking-RC1.patch
  parport fixes [2/5]

PP2-enumerate1-RC1.patch
  parport fixes [3/5]

PP2-enumerate1-RC1-fix.patch

PP3-parport_gsc-RC1.patch
  parport fixes [4/5]

PP4-bwqcam-RC1.patch
  parport fixes [5/5]

bw-qcam-typo-fix.patch
  bw-qcam typo fix

PP5-daisy-RC1.patch
  parport fixes [2/5]

PI0-schedule_claimed-RC1.patch
  paride cleanups and fixes [1/24]

PI1-expansion-RC1.patch
  paride cleanups and fixes [2/24]

PI2-crapectomy-RC1.patch
  paride cleanups and fixes [3/24]

PI3-ps_ready-RC1.patch
  paride cleanups and fixes [4/24]

PI4-pd_busy-RC1.patch
  paride cleanups and fixes [5/24]

PI5-do_pd_io-RC1.patch
  paride cleanups and fixes [6/24]

PI6-bogus_requests-RC1.patch
  paride cleanups and fixes [7/24]

PI7-claim_reorder-RC1.patch
  paride cleanups and fixes [8/24]

PI8-do_pd_request1-RC1.patch
  paride cleanups and fixes [9/24]

PI9-run_fsm-RC1.patch
  paride cleanups and fixes [10/24]

PI10-action-RC1.patch
  paride cleanups and fixes [2/24]

PI11-disconnect-RC1.patch
  paride cleanups and fixes [12/24]

PI12-unclaim-RC1.patch
  paride cleanups and fixes [13/24]

PI13-run_fsm-loop-RC1.patch
  paride cleanups and fixes [14/24]

PI14-next_request-RC1.patch
  paride cleanups and fixes [15/24]

PI15-do_pd_io-gone-RC1.patch
  paride cleanups and fixes [16/24]

PI16-pd_claimed-RC1.patch
  paride cleanups and fixes [17/24]

PI17-connect-RC1.patch
  paride cleanups and fixes [18/24]

PI18-reorder-RC1.patch
  paride cleanups and fixes [19/24]

PI19-special1-RC1.patch
  paride cleanups and fixes [20/24]

PI20-gendisk_setup-RC1.patch
  paride cleanups and fixes [21/24]

PI21-present-RC1.patch
  paride cleanups and fixes [22/24]

PI22-pd_init_units-RC1.patch
  paride cleanups and fixes [23/24]

PI23-special2-RC1.patch
  paride cleanups and fixes [24/24]

PI24-paride64-RC1.patch
  paride cleanups and fixes [25/24]

IMM0-lindent-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [1/8]

IMM1-references-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [2/8]

IMM2-claim-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [3/8]

IMM3-scsi_module-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [4/8]

IMM4-imm_probe-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [5/8]

IMM5-imm_wakeup-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [6/8]

IMM6-imm_hostdata-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [7/8]

IMM7-imm_attach-RC1.patch
  drivers/scsi/imm.c cleanups and fixes [8/8]

PPA0-ppa_lindent-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [1/9]

PPA1-ppa_references-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [2/9]

PPA2-ppa_claim-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [3/9]

PPA3-ppa_scsi_module-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [4/9]

PPA4-ppa_probe-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [5/9]

PPA5-ppa_wakeup-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [6/9]

PPA6-ppa_hostdata-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [7/9]

PPA7-ppa_attach-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [8/9]

PPA8-ppa_lock_fix-RC1.patch
  drivers/scsi/ppa.c cleanups and fixes [9/9]

nfs-01-rpc_pipe_timeout.patch
  NFSv4/RPCSEC_GSS: userland upcall timeouts

nfs-02-auth_gss.patch
  RPCSEC_GSS: More fixes to the upcall mechanism.

nfs-03-pipe_close.patch
  RPCSEC_GSS: detect daemon death

nfs-04-fix_nfs4client.patch
  NFSv4: oops fix

nfs-05-fix_idmap.patch
  NFSv4: client name fixes

nfs-06-fix_idmap2.patch
  NFSv4: Bugfixes and cleanups client name to uid mapper.

nfs-07-gss_krb5.patch
  RPCSEC_GSS: Make it safe to share crypto tfms among multiple threads.

nfs-08-gss_missingkfree.patch
  RPCSEC_GSS: Oops. Major memory leak here.

nfs-09-memleaks.patch
  RPCSEC_GSS: Fix two more memory leaks found by the stanford checker.

nfs-10-refleaks.patch
  RPCSEC_GSS: Fix yet more memory leaks.

nfs-11-krb5_cleanup.patch
  RPCSEC_GSS: krb5 cleanups

nfs-12-gss_nokmalloc.patch
  RPCSEC_GSS: memory allocation fixes

nfs-13-krb5_integ.patch
  RPCSEC_GSS: Client-side only support for rpcsec_gss integrity protection.

nfs-14-clnt_seqno_to_req.patch
  RPCSEC_GSS: gss sequence number history fixes

nfs-15-encode_pages_tail.patch
  XDR: page encoding fix

nfs-16-rpc_clones.patch
  RPC: transport sharing

nfs-17-rpc_clone2.patch
  NFSv4/RPCSEC_GSS: use RPC cloning

nfs-18-renew_xdr.patch
  NFSv4: make RENEW a standalone RPC call

nfs-19-renewd.patch
  NFSv4: make lease renewal daemon per-server

nfs-20-fsinfo_xdr.patch
  NFSv4: Split the code for retrieving static server information out of the GETATTR compound.

nfs-21-setclientid_xdr.patch
  NFSv4: Make SETCLIENTID and SETCLIENTID_CONFIRM standalone operations

nfs-22-errno.patch
  NFSv4: errno fixes

nfs-23-open_reclaim.patch
  NFSv4: Preparation for the server reboot recovery code.

nfs-24-state_recovery.patch
  NFSv4: Basic code for recovering file OPEN state after a server reboot.

nfs-25-soft.patch
  RPC/NFSv4: Allow lease RENEW calls to be soft

nfs-26-sock_disconnect.patch
  RPC: TCP timeout fixes

nfs-27-atomic_open.patch
  NFSv4: Atomic open()

nfs-28-open_owner.patch
  NFSv4: Share open_owner structs

nfs-29-fix_idmap3.patch
  NFSv4: fix multi-partition mount oops

nfs_idmap-warning-fix.patch

nfs-30-lock.patch
  NFSv4: Add support for POSIX file locking.

nfs-old-gcc-fix.patch
  NFS: fix for older gcc's

nfs-31-attr.patch
  NFSv2/v3/v4: New attribute revalidation code

ghash.patch
  ghash.h from 2.4

tty_io-uml-fix.patch
  uml: make tty_init callable from UML functions

uml-update.patch
  UML update

blk_congestion_wait-return-remaining.patch
  return remaining jiffies from blk_congestion_wait()

vmscan-remove-priority.patch
  mm/vmscan.c: remove unused priority argument.

kswapd-throttling-fixes.patch
  kswapd throttling fixes

vm-rss-limit-enforcement.patch
  RSS limit enforcement for 2.6

kbuild-unmangle-include-options.patch
  kbuild: Unmangle include options for gcc

sunrpc-sleep_on-removal.patch
  remove sleep_on from sunrpc

sisfb-update.patch
  sisfb update

add-config-for-mregparm-3-ng.patch
  Add CONFIG for -mregparm=3

add-config-for-mregparm-3-ng-fixes.patch
  arch/i386/Makefile,scripts/gcc-version.sh,Makefile small fixes

use-funit-at-a-time.patch
  Use -funit-at-a-time on ia32

add-noinline-attribute.patch
  Add noinline attribute

dont-inline-rest_init.patch
  use noinline for rest_init()

kernel_thread_helper-section-fix.patch
  Force kernel_thread_helper() into .text

fix-more-gcc-34-warnings.patch
  Fix more gcc 3.4 warnings

gcc-35-netlink.patch
  gcc-3.5: netlink

gcc-35-packet.patch
  gcc-3.5: af_packet

gcc-34-string-fixes.patch
  string fixes for gcc 3.4

gcc-35-bio_phys_segments.patch
  gcc-3.5: fix extern inline decls

gcc-35-ident-warnings.patch
  gcc-3.5: #ident fixes

gcc-35-binfmt_elf-warning-fix.patch
  gcc-3.5: binfmt_elf warning fix

gcc-35-pcm_misc-warnings.patch
  gcc-3.5: pcm_misc.c warnings

gcc-35-pcm_plugin-warnings.patch

gcc-35-reiserfs-fixes.patch
  gcc-3.5: reiserfs fixes

gcc-35-tcp_put_port-fix.patch
  gcc-3.5: tcp_put_port() fix

gcc-35-ip6-ndisc-fix.patch
  gcc-3.5: ipv6/ndisc.c fixes

gcc-35-ide-fix.patch
  gcc-3.5: ide.h fixes

gcc-35-elevator.patch
  gcc-3.5: elevator.h fixes

gcc-35-keyboard-fixes.patch
  gcc-3.5: keyboard.c fixes

gcc-35-exit-fix.patch
  gcc-3.5: _exit fix

gcc-35-parport.patch
  Fix inlining failure (all GCCs) in parport

gcc-34-compilation-fixes.patch
  More 3.4 compilation fixes

gcc-35-seq_clientmgr.patch
  gcc-3.5: sound/core/seq/seq_clientmgr.c

gcc-35-tg3.patch
  gcc-3.5: tg3.c warnings

gcc-35-parport2.patch
  gcc-3.5: parport warnings

gcc-35-i810_accel.patch
  gcc-3.5: i810_accel fix

gcc-35-puts-fix.patch
  gcc-3.5: misc.c warning fix

gcc-35-filesystems.patch
  gcc-3.5: fsfilter.h, ntfs.h

gcc-35-zatm-fix.patch
  gcc-3.5: zatm.c fix

gcc-35-vxfs-idents.patch
  gcc-3.5: vxfs fixes

gcc-35-hfs-fix.patch
  gcc-3.5: hfs fixes

gcc-35-uPD98402.patch
  gcc-3.5: drivers/atm/uPD98402.c

gcc-35-intermezzo.patch
  gcc-3.5: intermezzo

gcc-35-iphase.patch
  gcc-3.5: iphase.c

gcc-35-suni.patch
  gcc-3.5: suni.c

gcc-35-fore2000e.patch
  gcc-3.5: drivers/atm/fore200e.c

gcc-35-ncpfs.patch
  gcc-3.5: ncpfs

gcc-35-eni.patch
  gcc-3.5: drivers/atm/eni.c

gcc-35-xfs.patch
  gcc-3.5: XFS fixes

gcc-35-idt77105.patch
  gcc-3.5: drivers/atm/idt77105.c

gcc-35-atmtcp.patch
  gcc-3.5: drivers/atm/atmtcp.c

gcc-35-appletalk.patch
  gcc-3.5: appletalk

gcc-35-he.patch
  gcc-3.5: drivers/atm/he.c

gcc-35-atm-common.patch
  gcc-3.5: net/atm/common.c

gcc-35-it87.patch
  gcc-3.5: drivers/i2c/chips/it87.c

gcc-35-econet.patch
  gcc-3.5: econet

gcc-35-decnet.patch
  gcc-3.5: decnet

gcc-35-radeon.patch
  gcc-3.5: radeon

gcc-35-sc1200.patch
  gcc-3.5: drivers/ide/pci/sc1200.c

gcc-35-ipx.patch
  gcc-3.5: ipx

gcc-35-irda.patch
  gcc-3.5: irda

gcc-35-raid6x86.patch
  gcc-3.5: raid6

gcc-35-mtd.patch
  gcc-3.5: mtd

gcc-35-dvb.patch
  gcc-35: DVB

gcc-35-bonding.patch
  gcc-3.5: bonding

gcc-35-ax25.patch
  gcc-3.5: ax25

gcc-35-pcmcia.patch
  gcc-3.5: PCMCIA

gcc-35-video.patch
  gcc-3.5: video

gcc-35-net-key.patch
  gcc-3.5: net/key/af_key.c

gcc-35-netrom.patch
  gcc-3.5: netrom

gcc-35-llc.patch
  gcc-3.5: llc

gcc-35-pnpbios.patch
  gcc-3.5: pnpbios

gcc-35-rose.patch
  gcc-3.5: net/rose

gcc-35-53c700.patch
  gcc-3.5: drivers/scsi/53c700

gcc-35-advansys.patch
  gcc-3.5: advansys.c

gcc-35-sctp-attribute_packed-fix.patch
  gcc-3.5: sctp

gcc-35-atp870u.patch
  gcc-3.5: atp870u.c

gcc-35-gdth.patch
  gcc-3.5: gdth.c

gcc-35-pppoe.patch
  gcc-3.5: pppoe

gcc-35-fbcon.patch
  gcc-3.5: fbcon.c

gcc-35-riva-fbdev.patch
  gcc-3.5: drivers/video/riva/fbdev.c

gcc-35-video-cfbimgblt.patch
  gcc-3.5: drivers/video/cfbimgblt.c

gcc-35-video-vgastate.patch
  gcc-3.5: drivers/video/vgastate.c

gcc-35-traps.patch
  gcc-3.5: arch/i386/kernel/traps.c

gcc-35-x86_64.patch
  x86-64 fixes for gcc 3.5

bitmap-parsing-printing-v4.patch
  bitmap parsing/printing routines, version 4

bitmap-parsing-cleanup.patch
  bitmap parsing/printing routines cleanup

bitmap-avoid-alloca.patch
  bitmap: avoid using alloca()

non-readable-binaries.patch
  Handle non-readable binfmt_misc executables

janitor-09-i387-usercopy-check.patch
  i387: handle copy_from_user() error

doc-remove-modules-conf-references.patch
  Documentation: remove /etc/modules.conf refs

more-MODULE_ALIASes.patch
  add some more MODULE_ALIASes

bonding-alias-revert-and-docco-fix.patch
  bonding alias revert and documentation fix

simplify-net_ratelimit.patch
  simplify net_ratelimit()

printk-rate_limit-fixes.patch
  printk_ratelimit() tweaks

readX_relaxed.patch
  add readX_relaxed() interface

kconfig-use-select-2.patch
  Kconfig: use select statements

kconfig-remove-enable.patch
  kconfig/wireless: Replace enable with select

use-attribute-const-everywhere.patch
  use __attribute_const__ everywhere

edd-disksig.patch
  EDD: read disk80 MBR signature, export through edd module

edd-url-fix.patch
  EDD report URL change

swsusp-stop-DMA-on-resume.patch
  swsusp does not stop DMA properly during resume

swsusp-stop-DMA-on-resume-fix.patch

swsusp-trivial-cleanups.patch
  Trivial cleanups for swsusp

swsusp-more-cleanups.patch
  More cleanups for swsusp

swsusp-software_suspend-retval-fix.patch
  Allow software_suspend to fail

swsusp-software_suspend-retval-fix-fix.patch

vmalloc-address-offset-fix.patch
  vmalloc address offset fix

hugetlbfs_remove_dirent.patch
  hugetlbfs directory entry cleanup

libfs_timestamp_fixes.patch
  libfs mtime/ctime updates

hugetlbfs_cleanup.patch
  hugetlbfs cleanup

console_driver-definition-fix.patch
  missing `console_driver' with CONFIG_VT && !CONFIG_VT_CONSOLE

partition-naming-fix.patch
  Make naming of parititions in sysfs match /proc/partitions.

ppc32-1000-hz.patch
  ppc32: Set HZ to 1000 on ppc32

fix-blockdev-getro.patch
  fix blockdev --getro for sr, sd, ide-floppy

remove-kstat-cpu-notifiers.patch
  Remove kstat cpu notifiers

workqueue-cleanup-2.patch
  Minor workqueue.c cleanup

remove-more-cpu-notifiers.patch
  Remove More Unneccessary CPU Notifiers

use-CPU_UP_PREPARE-properly.patch
  Use CPU_UP_PREPARE properly

cpuhotplug-01-cpu_active_map.patch
  CPU Hotplug: add cpu_active_map

cpuhotplug-02-drain_local_pages.patch
  CPU Hotplug: drain downed CPU's local pages

cpuhotplug-03-core.patch
  CPU Hotplug: The Core

cpuhotplug-up-fixes.patch
  cpuhotplug: UP build fixes

set_cpus_allowed-fix.patch
  cpumask fix

cpuhotplug-04-x86-support.patch
  CPU Hotplug: i386 support

cpuhotplug-x86-up-fixes.patch
  cpuhotplug: x86 UP build fixes

support-wider-consoles.patch
  console: support for > 127 chars

remove-valid_addr_bitmap.patch
  remove valid_addr_bitmap

osst-warning-fix.patch
  osst.c: suppress page allocation failure warnings

init-cpu_vm_mask-in-init_mm.patch
  initialise cpu_vm_mask in init_mm

raw-is-obsolete.patch
  deprecate the raw driver

sleep_on-needs_lock_kernel.patch
  sleep_on(): check for lock_kernel

ncpfs-stack-usage-fix.patch
  Fix deep stack usage in ncpfs

remove_suid-fix.patch
  remove_suid() fix

md-02-preferred_minor-fix.patch
  md: Move the test in preferred_minor to where it is used.

md-03-debugging-output-cleanup.patch
  md: Fixes to make debuging output nicer.

md-04-personality-stats-collection.patch
  md: Collect device IO statistics for MD personalities.

md-05-device-in-error-printing-fix.patch
  md: Change the way the name of an md device is printed in error messages.

proc-partitions-omit-removable-media.patch
  /proc/paritions: omit removable media
  Mark floppies as being removeable

remove-SIIG-PCI-IDs-from-parport_pc.patch
  remove SIIG combo cards PCI ids from parport_pc

i830-agp-pm-fix.patch
  Intel i830 AGP fix

remove-memblks.patch
  Remove memblks from the kernel

scsi-tape-fixes.patch
  SCSI tape cdev fixes

raid-makefile-cleanup.patch
  Clean up raid6 kbuild output

fancy-lost-ticks-message.patch
  Better "Losing Ticks" Error Message

x86_64-make-xconfig-fix.patch
  Fix make xconfig on /lib64 systems

reserve-NUMA-API-syscall-slots.patch
  Reserve system calls for NUMA API

posix-timers-fixes.patch
  posix_timers fixes

mount-option-overrun-fix.patch
  Zero last byte of mount option page.

futex-redundant-test.patch
  futex: remove redundant test

CONFIG_SYSRQ-fixes.patch
  [janitor] change a few SYSRQ to MAGIC_SYSRQ

dz-verify_area-removal.patch
  [janitor] dz: verify_area() removal

oss-c99-fixes.patch
  [janitor] sound/oss: use C99 inits.

usb-sddr09-documentation.patch
  add comments to sddr09.c

console-makefile-cleanup.patch
  console cleanup

oprofile-ringbuffer-wrap-fix.patch
  oprofile per-cpu buffer overrun

oprofile-alpha-fix.patch
  oprofile, typo in alpha driver

copy_namespace-enomem-fix.patch
  copy_namespace ENOMEM fix

vgastate-missing-iounmaps.patch
  [janitor] vgastate: cleanup iounmap() usage

vga16fb-missing-iounmap.patch
  [janitor] vga16fb: add missing iounmap()

d_path-needs-vfsmount_lock.patch
  __d_path needs vfsmount_lock

namei-needs-vfsmount_lock.patch
  namei.c: take vfsmount_lock

try-reiserfs-earlier.patch
  try reiserfs before other filesystems

ufs-use-silent.patch
  UFS: honour `silent' parameter.

time-rounding-accuracy.patch
  Fine tune the time conversion to eliminate conversion errors.

proc-stat-btime-fix-2.patch
  /proc/stat:btime fix

menuconfig-choice-display-fix.patch
  fix menuconfig choice item help display

use-uint32_t-for-crosscompiling.patch
  u_int32_t causes cross-compile problems

ac97-remove-fix.patch
  ac97 OSS driver removal fix

is_subdir-locking-fix.patch
  is_subdir locking fix

proc_check_root-locking-fix.patch
  proc_check_root() locking fix

pcnet32-locking-fix.patch
  pcmet32 locking fixes

ide-cd-MO-write-protect.patch
  ide-cd mo write protect

nr_free_pages-is-expensive.patch
  rate limit nr_free_pages

mmap-use-address-hint.patch
  Use address hint in mmap for search

shrink_list-swapcache-check-fix.patch
  shrink_list(): check PageSwapCache() after add_to_swap()

as-docco-update.patch
  as-iosched.txt update

cscope-use-inverted-index.patch
  enable fast symbol lookup via an inverted index in cscope

nfs-server-in-root_server_path.patch
  Pull NFS server address out of root_server_path

pcix-enhanced.patch
  PCI Express Enhanced Config Patch

Lindent-goodness.patch
  Lindent fixed to match reality

increase-NGROUPS.patch
  NGROUPS 2.6.2rc2 + fixups
  NGROUPS: remove TASK_SIZE usage

increase-NGROUPS-nfsd-cleanup.patch
  NGROUPS: nfsd cleanup

intermezzo-NGROUPS-is-broken.patch

move-cpu_vm_mask.patch
  Move cpu_vm_mask to be closer to mmu_context_t in struct mm

compat-signal-noarch-2004-01-29.patch

compat-signal-ppc64-2004-01-29.patch

compat-signal-ia64-2004-01-29.patch

pci-scan-all-functions.patch
  PCI Scan all functions

CDROMREADAUDIO-frames-fix.patch
  CDROMREADAUDIO frames

unneeded-dentry-assignment.patch
  Remove uneeded dentry assignment

export-cpu_2_node.patch
  missing export of cpu_2_node

remove-kmalloc_percpu_init.patch
  Remove the unused kmalloc_percpu_init()

i_size_write-check.patch

sysfs_symlink-needs-i_sem.patch
  sysfs_symlink needs i_sem

bd_set_size-i_size-fix.patch
  bd_set_size i_size handling

nfs-d_drop-lowmem.patch
  NFS: handle nfs_fhget() error

ppp-allocation-fix.patch
  ppp: try harder to allocate the deflate buffer

initramfs-kinit_command.patch
  initramfs: look for /sbin/init

access-permissions-fix.patch
  fix access() POSIX compliance

neofb-warning-fix.patch
  fix compilation warnings in neofb.c

snprintf-commentary.patch
  snprintf() commentary

snprintf-fixes.patch
  snprintf fixes

devfs-race-fix-cleanup.patch
  devfs: race fixes and cleanup

gate_vma-fixes.patch
  Fix ptrace in the vsyscall dso area

istallion-compile-fix.patch
  istallion compile fix

moxa-serial-compile-fix.patch
  Moxa serial compile fixes

specialix-compile-fix.patch
  Specialix compile fix

hisax-compile-fix.patch
  Hisax compile fix

dvb-compile-fix.patch
  DVB compile fix

selinux-compile-fix.patch
  SElinux compile fix

coredump-memleak-fix.patch
  fix memory leak while coredumping

x86_64-boot-fix.patch
  Fix x86-64 boot problem

altix-01.patch
  Altix update: various, mainly cleanups

altix-02.patch
  Altix update: small cleanups

altix-03.patch
  Altix update: misc changes

altix-04.patch
  Altix update: add MINIMAL_ATE_FLAG

altix-05.patch
  Altix update: io changes

altix-06.patch
  Altix update: pcibr_invalidate_ate check

altix-07.patch
  Altix update: early_probe_for_widget() improvement

altix-08.patch
  Altix update: VGA, keyboard, other changes

altix-09.patch
  Altix update: remove pcibr_intr_func()

altix-10.patch
  Altix update: irq fixes

altix-11.patch
  Altix update: pci_bus_cvlink.c fixes

altix-12.patch
  Altix update: pci_bus_cvlink.c fixes

list_del-debug.patch
  list_del debug check

print-build-options-on-oops.patch

show_task-free-stack-fix.patch
  show_task() fix and cleanup

show_task-fix.patch
  show_task() is not SMP safe

oops-dump-preceding-code.patch
  i386 oops output: dump preceding code

lockmeter.patch

ia64-lockmeter-fix.patch

4g-2.6.0-test2-mm2-A5.patch
  4G/4G split patch
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g/4g usercopy atomicity fix
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g/4g usercopy atomicity fix
  4G/4G preempt on vstack
  4G/4G: even number of kmap types
  4g4g: fix __get_user in slab
  4g4g: Remove extra .data.idt section definition
  4g/4g linker error (overlapping sections)
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g4g: show_registers() fix
  4g/4g usercopy atomicity fix
  4g4g: debug flags fix
  4g4g: Fix wrong asm-offsets entry
  cyclone time fixmap fix
  4G/4G preempt on vstack
  4G/4G: even number of kmap types
  4g4g: fix __get_user in slab
  4g4g: Remove extra .data.idt section definition
  4g/4g linker error (overlapping sections)
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g4g: show_registers() fix
  4g/4g usercopy atomicity fix
  4g4g: debug flags fix
  4g4g: Fix wrong asm-offsets entry
  cyclone time fixmap fix
  use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
  4G/4G might_sleep warning fix
  4g/4g pagetable accounting fix
  Fix 4G/4G and WP test lockup
  4G/4G KERNEL_DS usercopy again
  Fix 4G/4G X11/vm86 oops
  Fix 4G/4G athlon triplefault
  4g4g SEP fix
  Fix 4G/4G split fix for pre-pentiumII machines
  4g/4g PAE ACPI low mappings fix

zap_low_mappings-fix.patch
  zap_low_mappings() cannot be __init

4g4g-locked-userspace-copy.patch
  Do a locked user-space copy for 4g/4g

ppc-fixes.patch
  make mm4 compile on ppc

O_DIRECT-race-fixes-rollup.patch
  DIO fixes forward port and AIO-DIO fix
  O_DIRECT race fixes comments
  O_DRIECT race fixes fix fix fix
  DIO locking rework
  O_DIRECT XFS fix

O_DIRECT-race-fixes-rollup-use-f_mapping.patch

dio-aio-fixes.patch
  direct-io AIO fixes
  dio-aio fix fix

aio-fallback-bio_count-race-fix-2.patch
  AIO+DIO bio_count race fix

aio-sysctl-parms.patch
  aio sysctl parms




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
@ 2004-02-03  8:52 ` Vladimir Saveliev
  2004-02-03  9:04   ` 2.6.2-rc3-mm1 Andrew Morton
  2004-02-03  9:58 ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 19+ messages in thread
From: Vladimir Saveliev @ 2004-02-03  8:52 UTC (permalink / raw
  To: Andrew Morton; +Cc: linux-kernel

Hello

On Tue, 2004-02-03 at 10:58, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2.6.2-rc3-mm1/
> 
> 
> - There is a debug patch in here which detects when someone calls
>   i_size_write() without holding the inode's i_sem.  It generates a warning
>   and a stack backtrace.  We know that XFS generates such a trace.  It will
>   turn itself off after the first ten warnings.  Please don't report the XFS
>   case.
> 
> - Added the CPU hotplug code.
> 
> - This kernel is currently broken on ppc64.  Something to do with the
>   sched-domains patch although at this stage we do not know whether the
>   problem lies with that patch or with the ppc64 code.
> 
> - A big Altix update
> 
> - Latest versions of various other developers' trees.  See below for
>   details.
> 

What would we have to provide to get reiser4 included? Or, do you think
that it is not mature enough for inclusion?

Thanks

> - Various other fixes
> 
> 
> 
> Changes since 2.6.2-rc2-mm2:
> 
> 
>  linus.patch
> 
>  Latest Linus tree
> 
>  bk-alsa.patch
> 
>  Latest ALSA tree
> 
>  bk-netdev.patch
> 
>  Latest experimental netdev tree
> 
>  bk-input.patch
> 
>  Latest input tree
> 
>  bk-acpi.patch
> 
>  Latest ACPI tree
> 
>  bk-usb.patch
> 
>  Latest USB tree
> 
>  bk-pci.patch
> 
>  Latest PCI tree
> 
>  bk-i2c.patch
> 
>  Latest i2c tree
> 
>  bk-driver-core.patch
> 
>  Latest sysfs/driver core tree
> 
> -bk-xfs.patch
> -ppc32-MBX-mac-address-fix.patch
> -ppc32-watchdog-defines-fixes.patch
> -ppc64-include_guards.patch
> -ppc64-lparcfg_write.patch
> -ppc64-no_device_tree.patch
> -ppc64-ppc32_timer_create.patch
> -ppc64-defconfig_update.patch
> -ppc64-use-preferred-console.patch
> -ppc64-config_h.patch
> -ppc64-export_symbols.patch
> -ppc64-lparcfg_fixes.patch
> -ppc64-slb_rewrite.patch
> -ppc64-xmon-sysrq.patch
> -ppc64-hugepage-cleanups.patch
> -ide-pci-modules-fix.patch
> -fix-improve-modular-ide.patch
> -ide-pdc4030-build-fix.patch
> -ppc32-ide-build-fix.patch
> -s390-general-update.patch
> -s390-inline-assembly-constraints.patch
> -s390-sclp-fixes.patch
> 
>  Merged
> 
> +input-2wheel-mouse-fix.patch
> 
>  Mouse fix
> 
> +acpi-NR_IRQ_VECTORS-build-fix.patch
> 
>  ACPI build fix (redundant, I think)
> 
> +ppc64-__ste_allocate-cleanup.patch
> 
>  PPC64 cleanup
> 
> +get_user_pages-restore-protections.patch
> +get_user_pages-restore-protections-fix.patch
> 
>  Fix interaction between ptrace and MM (probably this will be implemented
>  differently)
> 
> -acpi-numa-printk-level-fixes.patch
> 
>  Merged into the ACPI patch
> 
> +kthread_stop-race-fix.patch
> 
>  Fix a race in the kthread code.
> 
> +bitmap-avoid-alloca.patch
> 
>  Avoid variable-sized local arrays in the bitmap code.
> 
> +cpuhotplug-01-cpu_active_map.patch
> +cpuhotplug-02-drain_local_pages.patch
> +cpuhotplug-03-core.patch
> +cpuhotplug-up-fixes.patch
> +set_cpus_allowed-fix.patch
> +cpuhotplug-04-x86-support.patch
> +cpuhotplug-x86-up-fixes.patch
> 
>  CPU hotplug code.
> 
> -increase-NGROUPS-cleanup.patch
> 
>  Folded into increase-NGROUPS.patch
> 
> +increase-NGROUPS-nfsd-cleanup.patch
> 
>  Fix a few things with nfsd.
> 
> +CDROMREADAUDIO-frames-fix.patch
> 
>  CDROM audio fix
> 
> +unneeded-dentry-assignment.patch
> 
>  Kill already-dead code
> 
> +export-cpu_2_node.patch
> 
>  NUMA compile fix
> 
> +remove-kmalloc_percpu_init.patch
> 
>  Dead code
> 
> +i_size_write-check.patch
> 
>  Check for people calling i_size_write() without i_sem.
> 
> +sysfs_symlink-needs-i_sem.patch
> 
>  Take i_sem during sysfs_symlink()
> 
> +bd_set_size-i_size-fix.patch
> 
>  Don't use i_size_write() in here at all
> 
> +nfs-d_drop-lowmem.patch
> 
>  Handle OOM in nfs
> 
> +ppp-allocation-fix.patch
> 
>  Try harder with 4-order allocation in ppp deflate initialisation.
> 
> +initramfs-kinit_command.patch
> 
>  Try to launch /sbin/init if it came in via the initramfs cpio archive.
> 
> +access-permissions-fix.patch
> 
>  Make access() mode posixly correct.
> 
> +neofb-warning-fix.patch
> 
>  Fix a warning.
> 
> +snprintf-commentary.patch
> 
>  Add some comments.
> 
> +snprintf-fixes.patch
> 
>  Add new funtions scnprintf() and vscnprintf() which actually do have the
>  return semantics which the rest of the kernel though snprintf() and
>  vsnprintf() had, then migrate the kernel over to using them.
> 
> +devfs-race-fix-cleanup.patch
> 
>  Fix a devfs race, clean some things up.
> 
> +gate_vma-fixes.patch
> 
>  Fix the "gate" pseudo-vma code again.
> 
> +istallion-compile-fix.patch
> +moxa-serial-compile-fix.patch
> +specialix-compile-fix.patch
> +hisax-compile-fix.patch
> +dvb-compile-fix.patch
> +selinux-compile-fix.patch
> 
>  Compile fixes for CONFIG_PCI=n
> 
> +coredump-memleak-fix.patch
> 
>  Fix a memleak in the ELF coredump code
> 
> +x86_64-boot-fix.patch
> 
>  Make x86_64 boot with CONFIG_DEBUG_INFO
> 
> +O_DIRECT-race-fixes-rollup-use-f_mapping.patch
> 
>  Use file->f_mapping, not file->f_dentry->d_inode->i_mapping
> 
> 
> 
> 
> 
> All 437 patches:
> 
> 
> linus.patch
> 
> bk-alsa.patch
> 
> bk-netdev.patch
> 
> bk-input.patch
> 
> bk-acpi.patch
> 
> bk-usb.patch
> 
> bk-pci.patch
> 
> bk-i2c.patch
> 
> bk-driver-core.patch
> 
> mm.patch
>   add -mmN to EXTRAVERSION
> 
> speedo-warning-fix.patch
>   eepro100.c warning fix
> 
> input-2wheel-mouse-fix.patch
>   input: 2-wheel mouse fix
> 
> acpi-NR_IRQ_VECTORS-build-fix.patch
> 
> kgdb-ga.patch
>   kgdb stub for ia32 (George Anzinger's one)
>   kgdbL warning fix
>   kgdb buffer overflow fix
>   kgdbL warning fix
>   kgdb: CONFIG_DEBUG_INFO fix
>   x86_64 fixes
> 
> kgdb-doc-fix.patch
>   correct kgdb.txt Documentation link (against  2.6.1-rc1-mm2)
> 
> kgdboe-netpoll.patch
>   kgdb-over-ethernet via netpoll
> 
> kgdboe-non-ia32-build-fix.patch
> 
> kgdb-warning-fixes.patch
>   kgdb warning fixes
> 
> kgdb-x86_64-support.patch
>   kgdb-x86_64-support.patch for 2.6.2-rc1-mm3
> 
> big-pmac-3.patch
> 
> must-fix.patch
>   must fix lists update
>   must fix list update
>   mustfix update
> 
> must-fix-update-5.patch
>   must-fix update
> 
> psmouse-drop-timed-out-bytes.patch
>   psmouse: log and discard timed out bytes
> 
> ppc64-__ste_allocate-cleanup.patch
>   Remove useless argument from __ste_allocate()
> 
> ppc64-bar-0-fix.patch
>   Allow PCI BARs that start at 0
> 
> ppc64-reloc_hide.patch
> 
> nuke-noisy-printks.patch
>   quiet down SMP boot messages
> 
> invalidate_inodes-speedup.patch
>   invalidate_inodes speedup
>   more invalidate_inodes speedup fixes
> 
> cfq-4.patch
>   CFQ io scheduler
>   CFQ fixes
> 
> config_spinline.patch
>   uninline spinlocks for profiling accuracy.
> 
> ramdisk-cleanup.patch
> 
> intel8x0-cleanup.patch
>   intel8x0 cleanups
> 
> pdflush-diag.patch
> 
> zap_page_range-debug.patch
>   zap_page_range() debug
> 
> get_user_pages-restore-protections.patch
>   restore protections after forced fault in get_user_pages
> 
> get_user_pages-restore-protections-fix.patch
> 
> get_user_pages-handle-VM_IO.patch
> 
> support-zillions-of-scsi-disks.patch
>   support many SCSI disks
> 
> pci_set_power_state-might-sleep.patch
> 
> CONFIG_STANDALONE-default-to-n.patch
>   Make CONFIG_STANDALONE default to N
> 
> extra-buffer-diags.patch
> 
> CONFIG_SYSFS.patch
>   From: Pat Mochel <mochel@osdl.org>
>   Subject: [PATCH] Add CONFIG_SYSFS
> 
> CONFIG_SYSFS-boot-from-disk-fix.patch
> 
> slab-leak-detector.patch
>   slab leak detector
> 
> loop-remove-blkdev-special-case.patch
> 
> loop-highmem.patch
>   remove useless highmem bounce from loop/cryptoloop
> 
> loop-bio-handling-fix.patch
>   loop: BIO handling fix
> 
> loop-init-fix.patch
>   loop.c doesn't fail init gracefully
> 
> loop-remove-redundant-assignment.patch
>   loop: remove redundant initialisation
> 
> acpi-pm-timer-3.patch
>   ACPI PM timer version 3
> 
> acpi-pm-timer-kill-printks.patch
> 
> use-TSC-for-delay_pmtmr-2.patch
>   Use TSC for delay_pmtmr()
> 
> scale-nr_requests.patch
>   scale nr_requests with TCQ depth
> 
> truncate_inode_pages-check.patch
> 
> local_bh_enable-warning-fix.patch
> 
> pnp-8250_pnp-fix.patch
>   Fix oops due to 8250_pnp module unload
> 
> pnp-resource-flags-reorganisation.patch
>   pnp: resource flag reorganisation
> 
> pnp-BIOS-workaround.patch
>   PNP: work around BIOS device disabling bugs
> 
> pnp-avoid-static-allocations.patch
>   pnp: avoid static resource allocation requests
> 
> pnp-move-ID-declarations.patch
>   pnp: move device ID declarations
> 
> pnp-file2alias-update.patch
>   pnp: file2alias update
> 
> pnp-update-matching-code.patch
>   pnp: update matching code
> 
> pnp-additional-sysfs-info.patch
>   pnp: add additional sysfs info
> 
> pnp-config-cleanup.patch
>   pnp: Kconfig cleanup
> 
> sched-find_busiest_node-resolution-fix.patch
>   sched: improved resolution in find_busiest_node
> 
> sched-domains.patch
>   sched: scheduler domain support
> 
> sched-clock-fixes.patch
>   fix sched_clock()
> 
> sched-build-fix.patch
>   sched: fix for NR_CPUS > BITS_PER_LONG
> 
> sched-sibling-map-to-cpumask.patch
>   sched: cpu_sibling_map to cpu_mask
> 
> p4-clockmod-sibling-map-fix.patch
>   p4-clockmod sibling_map fix
> 
> p4-clockmod-more-than-two-siblings.patch
>   p4-clockmod: handle more than two siblings
> 
> sched-domains-i386-ht.patch
>   sched: implement domains for i386 HT
> 
> sched-find_busiest_group-fix.patch
>   sched: Fix CONFIG_SMT oops on UP
> 
> sched-domain-tweak.patch
>   i386-sched-domain code consolidation
> 
> sched-no-drop-balance.patch
>   sched: handle inter-CPU jiffies skew
> 
> sched-arch_init_sched_domains-fix.patch
>   Change arch_init_sched_domains to use cpu_online_map
> 
> sched-find_busiest_group-clarification.patch
>   sched: clarify find_busiest_group
> 
> sched-remove-noisy-printks.patch
> 
> sched-directed-migration.patch
>   sched_balance_exec(): don't fiddle with the cpus_allowed mask
> 
> sched-domain-debugging.patch
>   sched_domain debugging
> 
> ide-siimage-seagate.patch
> 
> ide-ali-UDMA6-support.patch
>   IDE: Add support of UDMA6 on ALi rev > 0xc4
> 
> fa311-mac-address-fix.patch
>   wrong mac address with netgear FA311 ethernet card
> 
> laptop-mode-2.patch
>   laptop-mode for 2.6, version 6
>   Documentation/laptop-mode.txt
>   laptop-mode documentation updates
> 
> laptop-mode-doc-update-4.patch
>   Laptop mode documentation addition
> 
> vt-locking-fixes-2.patch
>   VT locking fixes
> 
> pid_max-fix.patch
>   Bug when setting pid_max > 32k
> 
> use-soft-float.patch
>   Use -msoft-float
> 
> DRM-cvs-update.patch
>   DRM cvs update
> 
> drm-include-fix.patch
> 
> lock_cpu_hotplug-fixes.patch
>   ock_cpu_hotplug only if CONFIG_CPU_HOTPLUG
> 
> kthread-primitive.patch
>   kthread primitive
> 
> kthread_stop-race-fix.patch
>   Fix race in kthread_stop
> 
> kthread-block-all-signals.patch
>   kthread: block all signals
> 
> use-kthread-primitives.patch
>   Use kthread primitives
> 
> module-removal-use-kthread.patch
>   Module removal to use kthread
> 
> kthread-affinity-fix.patch
>   Affinity of kthread fix
> 
> call_usermodehelper-affinity-fix.patch
>   Affinity of call_usermode_helper fix
> 
> limit-hash-table-sizes.patch
>   Limit hash table size
> 
> slab-poison-hex-dumping.patch
>   slab: hexdump for check_poison
> 
> pentium-m-support.patch
>   add Pentium M and Pentium-4 M options
> 
> old-gcc-supports-k6.patch
>   gcc 2.95 supports -march=k6 (no need for check_gcc)
> 
> amd-elan-is-a-different-subarch.patch
>   AMD Elan is a different subarch
> 
> better-i386-cpu-selection.patch
>   better i386 CPU selection
> 
> cpu-options-default-to-y.patch
>   cpu options default to "yes"
> 
> i386-default-to-n.patch
> 
> serial-02-fixups.patch
>   serial fixups (untested)
>   serial-02 fixes
>   serial-02 fixes
> 
> serial-03-fixups.patch
>   more serial driver fixups
>   serial-03 fixes
>   serial-03 fixes
> 
> ia32-MSI-vector-handling-fix.patch
>   ia32 MSI vector handling fix
> 
> aha152x-update.patch
>   aha152x update
> 
> aha152x-update-fix.patch
>   aha152x update fix
> 
> PP0-full_list-RC1.patch
>   parport fixes [1/5]
> 
> PP1-parport_locking-RC1.patch
>   parport fixes [2/5]
> 
> PP2-enumerate1-RC1.patch
>   parport fixes [3/5]
> 
> PP2-enumerate1-RC1-fix.patch
> 
> PP3-parport_gsc-RC1.patch
>   parport fixes [4/5]
> 
> PP4-bwqcam-RC1.patch
>   parport fixes [5/5]
> 
> bw-qcam-typo-fix.patch
>   bw-qcam typo fix
> 
> PP5-daisy-RC1.patch
>   parport fixes [2/5]
> 
> PI0-schedule_claimed-RC1.patch
>   paride cleanups and fixes [1/24]
> 
> PI1-expansion-RC1.patch
>   paride cleanups and fixes [2/24]
> 
> PI2-crapectomy-RC1.patch
>   paride cleanups and fixes [3/24]
> 
> PI3-ps_ready-RC1.patch
>   paride cleanups and fixes [4/24]
> 
> PI4-pd_busy-RC1.patch
>   paride cleanups and fixes [5/24]
> 
> PI5-do_pd_io-RC1.patch
>   paride cleanups and fixes [6/24]
> 
> PI6-bogus_requests-RC1.patch
>   paride cleanups and fixes [7/24]
> 
> PI7-claim_reorder-RC1.patch
>   paride cleanups and fixes [8/24]
> 
> PI8-do_pd_request1-RC1.patch
>   paride cleanups and fixes [9/24]
> 
> PI9-run_fsm-RC1.patch
>   paride cleanups and fixes [10/24]
> 
> PI10-action-RC1.patch
>   paride cleanups and fixes [2/24]
> 
> PI11-disconnect-RC1.patch
>   paride cleanups and fixes [12/24]
> 
> PI12-unclaim-RC1.patch
>   paride cleanups and fixes [13/24]
> 
> PI13-run_fsm-loop-RC1.patch
>   paride cleanups and fixes [14/24]
> 
> PI14-next_request-RC1.patch
>   paride cleanups and fixes [15/24]
> 
> PI15-do_pd_io-gone-RC1.patch
>   paride cleanups and fixes [16/24]
> 
> PI16-pd_claimed-RC1.patch
>   paride cleanups and fixes [17/24]
> 
> PI17-connect-RC1.patch
>   paride cleanups and fixes [18/24]
> 
> PI18-reorder-RC1.patch
>   paride cleanups and fixes [19/24]
> 
> PI19-special1-RC1.patch
>   paride cleanups and fixes [20/24]
> 
> PI20-gendisk_setup-RC1.patch
>   paride cleanups and fixes [21/24]
> 
> PI21-present-RC1.patch
>   paride cleanups and fixes [22/24]
> 
> PI22-pd_init_units-RC1.patch
>   paride cleanups and fixes [23/24]
> 
> PI23-special2-RC1.patch
>   paride cleanups and fixes [24/24]
> 
> PI24-paride64-RC1.patch
>   paride cleanups and fixes [25/24]
> 
> IMM0-lindent-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [1/8]
> 
> IMM1-references-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [2/8]
> 
> IMM2-claim-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [3/8]
> 
> IMM3-scsi_module-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [4/8]
> 
> IMM4-imm_probe-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [5/8]
> 
> IMM5-imm_wakeup-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [6/8]
> 
> IMM6-imm_hostdata-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [7/8]
> 
> IMM7-imm_attach-RC1.patch
>   drivers/scsi/imm.c cleanups and fixes [8/8]
> 
> PPA0-ppa_lindent-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [1/9]
> 
> PPA1-ppa_references-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [2/9]
> 
> PPA2-ppa_claim-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [3/9]
> 
> PPA3-ppa_scsi_module-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [4/9]
> 
> PPA4-ppa_probe-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [5/9]
> 
> PPA5-ppa_wakeup-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [6/9]
> 
> PPA6-ppa_hostdata-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [7/9]
> 
> PPA7-ppa_attach-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [8/9]
> 
> PPA8-ppa_lock_fix-RC1.patch
>   drivers/scsi/ppa.c cleanups and fixes [9/9]
> 
> nfs-01-rpc_pipe_timeout.patch
>   NFSv4/RPCSEC_GSS: userland upcall timeouts
> 
> nfs-02-auth_gss.patch
>   RPCSEC_GSS: More fixes to the upcall mechanism.
> 
> nfs-03-pipe_close.patch
>   RPCSEC_GSS: detect daemon death
> 
> nfs-04-fix_nfs4client.patch
>   NFSv4: oops fix
> 
> nfs-05-fix_idmap.patch
>   NFSv4: client name fixes
> 
> nfs-06-fix_idmap2.patch
>   NFSv4: Bugfixes and cleanups client name to uid mapper.
> 
> nfs-07-gss_krb5.patch
>   RPCSEC_GSS: Make it safe to share crypto tfms among multiple threads.
> 
> nfs-08-gss_missingkfree.patch
>   RPCSEC_GSS: Oops. Major memory leak here.
> 
> nfs-09-memleaks.patch
>   RPCSEC_GSS: Fix two more memory leaks found by the stanford checker.
> 
> nfs-10-refleaks.patch
>   RPCSEC_GSS: Fix yet more memory leaks.
> 
> nfs-11-krb5_cleanup.patch
>   RPCSEC_GSS: krb5 cleanups
> 
> nfs-12-gss_nokmalloc.patch
>   RPCSEC_GSS: memory allocation fixes
> 
> nfs-13-krb5_integ.patch
>   RPCSEC_GSS: Client-side only support for rpcsec_gss integrity protection.
> 
> nfs-14-clnt_seqno_to_req.patch
>   RPCSEC_GSS: gss sequence number history fixes
> 
> nfs-15-encode_pages_tail.patch
>   XDR: page encoding fix
> 
> nfs-16-rpc_clones.patch
>   RPC: transport sharing
> 
> nfs-17-rpc_clone2.patch
>   NFSv4/RPCSEC_GSS: use RPC cloning
> 
> nfs-18-renew_xdr.patch
>   NFSv4: make RENEW a standalone RPC call
> 
> nfs-19-renewd.patch
>   NFSv4: make lease renewal daemon per-server
> 
> nfs-20-fsinfo_xdr.patch
>   NFSv4: Split the code for retrieving static server information out of the GETATTR compound.
> 
> nfs-21-setclientid_xdr.patch
>   NFSv4: Make SETCLIENTID and SETCLIENTID_CONFIRM standalone operations
> 
> nfs-22-errno.patch
>   NFSv4: errno fixes
> 
> nfs-23-open_reclaim.patch
>   NFSv4: Preparation for the server reboot recovery code.
> 
> nfs-24-state_recovery.patch
>   NFSv4: Basic code for recovering file OPEN state after a server reboot.
> 
> nfs-25-soft.patch
>   RPC/NFSv4: Allow lease RENEW calls to be soft
> 
> nfs-26-sock_disconnect.patch
>   RPC: TCP timeout fixes
> 
> nfs-27-atomic_open.patch
>   NFSv4: Atomic open()
> 
> nfs-28-open_owner.patch
>   NFSv4: Share open_owner structs
> 
> nfs-29-fix_idmap3.patch
>   NFSv4: fix multi-partition mount oops
> 
> nfs_idmap-warning-fix.patch
> 
> nfs-30-lock.patch
>   NFSv4: Add support for POSIX file locking.
> 
> nfs-old-gcc-fix.patch
>   NFS: fix for older gcc's
> 
> nfs-31-attr.patch
>   NFSv2/v3/v4: New attribute revalidation code
> 
> ghash.patch
>   ghash.h from 2.4
> 
> tty_io-uml-fix.patch
>   uml: make tty_init callable from UML functions
> 
> uml-update.patch
>   UML update
> 
> blk_congestion_wait-return-remaining.patch
>   return remaining jiffies from blk_congestion_wait()
> 
> vmscan-remove-priority.patch
>   mm/vmscan.c: remove unused priority argument.
> 
> kswapd-throttling-fixes.patch
>   kswapd throttling fixes
> 
> vm-rss-limit-enforcement.patch
>   RSS limit enforcement for 2.6
> 
> kbuild-unmangle-include-options.patch
>   kbuild: Unmangle include options for gcc
> 
> sunrpc-sleep_on-removal.patch
>   remove sleep_on from sunrpc
> 
> sisfb-update.patch
>   sisfb update
> 
> add-config-for-mregparm-3-ng.patch
>   Add CONFIG for -mregparm=3
> 
> add-config-for-mregparm-3-ng-fixes.patch
>   arch/i386/Makefile,scripts/gcc-version.sh,Makefile small fixes
> 
> use-funit-at-a-time.patch
>   Use -funit-at-a-time on ia32
> 
> add-noinline-attribute.patch
>   Add noinline attribute
> 
> dont-inline-rest_init.patch
>   use noinline for rest_init()
> 
> kernel_thread_helper-section-fix.patch
>   Force kernel_thread_helper() into .text
> 
> fix-more-gcc-34-warnings.patch
>   Fix more gcc 3.4 warnings
> 
> gcc-35-netlink.patch
>   gcc-3.5: netlink
> 
> gcc-35-packet.patch
>   gcc-3.5: af_packet
> 
> gcc-34-string-fixes.patch
>   string fixes for gcc 3.4
> 
> gcc-35-bio_phys_segments.patch
>   gcc-3.5: fix extern inline decls
> 
> gcc-35-ident-warnings.patch
>   gcc-3.5: #ident fixes
> 
> gcc-35-binfmt_elf-warning-fix.patch
>   gcc-3.5: binfmt_elf warning fix
> 
> gcc-35-pcm_misc-warnings.patch
>   gcc-3.5: pcm_misc.c warnings
> 
> gcc-35-pcm_plugin-warnings.patch
> 
> gcc-35-reiserfs-fixes.patch
>   gcc-3.5: reiserfs fixes
> 
> gcc-35-tcp_put_port-fix.patch
>   gcc-3.5: tcp_put_port() fix
> 
> gcc-35-ip6-ndisc-fix.patch
>   gcc-3.5: ipv6/ndisc.c fixes
> 
> gcc-35-ide-fix.patch
>   gcc-3.5: ide.h fixes
> 
> gcc-35-elevator.patch
>   gcc-3.5: elevator.h fixes
> 
> gcc-35-keyboard-fixes.patch
>   gcc-3.5: keyboard.c fixes
> 
> gcc-35-exit-fix.patch
>   gcc-3.5: _exit fix
> 
> gcc-35-parport.patch
>   Fix inlining failure (all GCCs) in parport
> 
> gcc-34-compilation-fixes.patch
>   More 3.4 compilation fixes
> 
> gcc-35-seq_clientmgr.patch
>   gcc-3.5: sound/core/seq/seq_clientmgr.c
> 
> gcc-35-tg3.patch
>   gcc-3.5: tg3.c warnings
> 
> gcc-35-parport2.patch
>   gcc-3.5: parport warnings
> 
> gcc-35-i810_accel.patch
>   gcc-3.5: i810_accel fix
> 
> gcc-35-puts-fix.patch
>   gcc-3.5: misc.c warning fix
> 
> gcc-35-filesystems.patch
>   gcc-3.5: fsfilter.h, ntfs.h
> 
> gcc-35-zatm-fix.patch
>   gcc-3.5: zatm.c fix
> 
> gcc-35-vxfs-idents.patch
>   gcc-3.5: vxfs fixes
> 
> gcc-35-hfs-fix.patch
>   gcc-3.5: hfs fixes
> 
> gcc-35-uPD98402.patch
>   gcc-3.5: drivers/atm/uPD98402.c
> 
> gcc-35-intermezzo.patch
>   gcc-3.5: intermezzo
> 
> gcc-35-iphase.patch
>   gcc-3.5: iphase.c
> 
> gcc-35-suni.patch
>   gcc-3.5: suni.c
> 
> gcc-35-fore2000e.patch
>   gcc-3.5: drivers/atm/fore200e.c
> 
> gcc-35-ncpfs.patch
>   gcc-3.5: ncpfs
> 
> gcc-35-eni.patch
>   gcc-3.5: drivers/atm/eni.c
> 
> gcc-35-xfs.patch
>   gcc-3.5: XFS fixes
> 
> gcc-35-idt77105.patch
>   gcc-3.5: drivers/atm/idt77105.c
> 
> gcc-35-atmtcp.patch
>   gcc-3.5: drivers/atm/atmtcp.c
> 
> gcc-35-appletalk.patch
>   gcc-3.5: appletalk
> 
> gcc-35-he.patch
>   gcc-3.5: drivers/atm/he.c
> 
> gcc-35-atm-common.patch
>   gcc-3.5: net/atm/common.c
> 
> gcc-35-it87.patch
>   gcc-3.5: drivers/i2c/chips/it87.c
> 
> gcc-35-econet.patch
>   gcc-3.5: econet
> 
> gcc-35-decnet.patch
>   gcc-3.5: decnet
> 
> gcc-35-radeon.patch
>   gcc-3.5: radeon
> 
> gcc-35-sc1200.patch
>   gcc-3.5: drivers/ide/pci/sc1200.c
> 
> gcc-35-ipx.patch
>   gcc-3.5: ipx
> 
> gcc-35-irda.patch
>   gcc-3.5: irda
> 
> gcc-35-raid6x86.patch
>   gcc-3.5: raid6
> 
> gcc-35-mtd.patch
>   gcc-3.5: mtd
> 
> gcc-35-dvb.patch
>   gcc-35: DVB
> 
> gcc-35-bonding.patch
>   gcc-3.5: bonding
> 
> gcc-35-ax25.patch
>   gcc-3.5: ax25
> 
> gcc-35-pcmcia.patch
>   gcc-3.5: PCMCIA
> 
> gcc-35-video.patch
>   gcc-3.5: video
> 
> gcc-35-net-key.patch
>   gcc-3.5: net/key/af_key.c
> 
> gcc-35-netrom.patch
>   gcc-3.5: netrom
> 
> gcc-35-llc.patch
>   gcc-3.5: llc
> 
> gcc-35-pnpbios.patch
>   gcc-3.5: pnpbios
> 
> gcc-35-rose.patch
>   gcc-3.5: net/rose
> 
> gcc-35-53c700.patch
>   gcc-3.5: drivers/scsi/53c700
> 
> gcc-35-advansys.patch
>   gcc-3.5: advansys.c
> 
> gcc-35-sctp-attribute_packed-fix.patch
>   gcc-3.5: sctp
> 
> gcc-35-atp870u.patch
>   gcc-3.5: atp870u.c
> 
> gcc-35-gdth.patch
>   gcc-3.5: gdth.c
> 
> gcc-35-pppoe.patch
>   gcc-3.5: pppoe
> 
> gcc-35-fbcon.patch
>   gcc-3.5: fbcon.c
> 
> gcc-35-riva-fbdev.patch
>   gcc-3.5: drivers/video/riva/fbdev.c
> 
> gcc-35-video-cfbimgblt.patch
>   gcc-3.5: drivers/video/cfbimgblt.c
> 
> gcc-35-video-vgastate.patch
>   gcc-3.5: drivers/video/vgastate.c
> 
> gcc-35-traps.patch
>   gcc-3.5: arch/i386/kernel/traps.c
> 
> gcc-35-x86_64.patch
>   x86-64 fixes for gcc 3.5
> 
> bitmap-parsing-printing-v4.patch
>   bitmap parsing/printing routines, version 4
> 
> bitmap-parsing-cleanup.patch
>   bitmap parsing/printing routines cleanup
> 
> bitmap-avoid-alloca.patch
>   bitmap: avoid using alloca()
> 
> non-readable-binaries.patch
>   Handle non-readable binfmt_misc executables
> 
> janitor-09-i387-usercopy-check.patch
>   i387: handle copy_from_user() error
> 
> doc-remove-modules-conf-references.patch
>   Documentation: remove /etc/modules.conf refs
> 
> more-MODULE_ALIASes.patch
>   add some more MODULE_ALIASes
> 
> bonding-alias-revert-and-docco-fix.patch
>   bonding alias revert and documentation fix
> 
> simplify-net_ratelimit.patch
>   simplify net_ratelimit()
> 
> printk-rate_limit-fixes.patch
>   printk_ratelimit() tweaks
> 
> readX_relaxed.patch
>   add readX_relaxed() interface
> 
> kconfig-use-select-2.patch
>   Kconfig: use select statements
> 
> kconfig-remove-enable.patch
>   kconfig/wireless: Replace enable with select
> 
> use-attribute-const-everywhere.patch
>   use __attribute_const__ everywhere
> 
> edd-disksig.patch
>   EDD: read disk80 MBR signature, export through edd module
> 
> edd-url-fix.patch
>   EDD report URL change
> 
> swsusp-stop-DMA-on-resume.patch
>   swsusp does not stop DMA properly during resume
> 
> swsusp-stop-DMA-on-resume-fix.patch
> 
> swsusp-trivial-cleanups.patch
>   Trivial cleanups for swsusp
> 
> swsusp-more-cleanups.patch
>   More cleanups for swsusp
> 
> swsusp-software_suspend-retval-fix.patch
>   Allow software_suspend to fail
> 
> swsusp-software_suspend-retval-fix-fix.patch
> 
> vmalloc-address-offset-fix.patch
>   vmalloc address offset fix
> 
> hugetlbfs_remove_dirent.patch
>   hugetlbfs directory entry cleanup
> 
> libfs_timestamp_fixes.patch
>   libfs mtime/ctime updates
> 
> hugetlbfs_cleanup.patch
>   hugetlbfs cleanup
> 
> console_driver-definition-fix.patch
>   missing `console_driver' with CONFIG_VT && !CONFIG_VT_CONSOLE
> 
> partition-naming-fix.patch
>   Make naming of parititions in sysfs match /proc/partitions.
> 
> ppc32-1000-hz.patch
>   ppc32: Set HZ to 1000 on ppc32
> 
> fix-blockdev-getro.patch
>   fix blockdev --getro for sr, sd, ide-floppy
> 
> remove-kstat-cpu-notifiers.patch
>   Remove kstat cpu notifiers
> 
> workqueue-cleanup-2.patch
>   Minor workqueue.c cleanup
> 
> remove-more-cpu-notifiers.patch
>   Remove More Unneccessary CPU Notifiers
> 
> use-CPU_UP_PREPARE-properly.patch
>   Use CPU_UP_PREPARE properly
> 
> cpuhotplug-01-cpu_active_map.patch
>   CPU Hotplug: add cpu_active_map
> 
> cpuhotplug-02-drain_local_pages.patch
>   CPU Hotplug: drain downed CPU's local pages
> 
> cpuhotplug-03-core.patch
>   CPU Hotplug: The Core
> 
> cpuhotplug-up-fixes.patch
>   cpuhotplug: UP build fixes
> 
> set_cpus_allowed-fix.patch
>   cpumask fix
> 
> cpuhotplug-04-x86-support.patch
>   CPU Hotplug: i386 support
> 
> cpuhotplug-x86-up-fixes.patch
>   cpuhotplug: x86 UP build fixes
> 
> support-wider-consoles.patch
>   console: support for > 127 chars
> 
> remove-valid_addr_bitmap.patch
>   remove valid_addr_bitmap
> 
> osst-warning-fix.patch
>   osst.c: suppress page allocation failure warnings
> 
> init-cpu_vm_mask-in-init_mm.patch
>   initialise cpu_vm_mask in init_mm
> 
> raw-is-obsolete.patch
>   deprecate the raw driver
> 
> sleep_on-needs_lock_kernel.patch
>   sleep_on(): check for lock_kernel
> 
> ncpfs-stack-usage-fix.patch
>   Fix deep stack usage in ncpfs
> 
> remove_suid-fix.patch
>   remove_suid() fix
> 
> md-02-preferred_minor-fix.patch
>   md: Move the test in preferred_minor to where it is used.
> 
> md-03-debugging-output-cleanup.patch
>   md: Fixes to make debuging output nicer.
> 
> md-04-personality-stats-collection.patch
>   md: Collect device IO statistics for MD personalities.
> 
> md-05-device-in-error-printing-fix.patch
>   md: Change the way the name of an md device is printed in error messages.
> 
> proc-partitions-omit-removable-media.patch
>   /proc/paritions: omit removable media
>   Mark floppies as being removeable
> 
> remove-SIIG-PCI-IDs-from-parport_pc.patch
>   remove SIIG combo cards PCI ids from parport_pc
> 
> i830-agp-pm-fix.patch
>   Intel i830 AGP fix
> 
> remove-memblks.patch
>   Remove memblks from the kernel
> 
> scsi-tape-fixes.patch
>   SCSI tape cdev fixes
> 
> raid-makefile-cleanup.patch
>   Clean up raid6 kbuild output
> 
> fancy-lost-ticks-message.patch
>   Better "Losing Ticks" Error Message
> 
> x86_64-make-xconfig-fix.patch
>   Fix make xconfig on /lib64 systems
> 
> reserve-NUMA-API-syscall-slots.patch
>   Reserve system calls for NUMA API
> 
> posix-timers-fixes.patch
>   posix_timers fixes
> 
> mount-option-overrun-fix.patch
>   Zero last byte of mount option page.
> 
> futex-redundant-test.patch
>   futex: remove redundant test
> 
> CONFIG_SYSRQ-fixes.patch
>   [janitor] change a few SYSRQ to MAGIC_SYSRQ
> 
> dz-verify_area-removal.patch
>   [janitor] dz: verify_area() removal
> 
> oss-c99-fixes.patch
>   [janitor] sound/oss: use C99 inits.
> 
> usb-sddr09-documentation.patch
>   add comments to sddr09.c
> 
> console-makefile-cleanup.patch
>   console cleanup
> 
> oprofile-ringbuffer-wrap-fix.patch
>   oprofile per-cpu buffer overrun
> 
> oprofile-alpha-fix.patch
>   oprofile, typo in alpha driver
> 
> copy_namespace-enomem-fix.patch
>   copy_namespace ENOMEM fix
> 
> vgastate-missing-iounmaps.patch
>   [janitor] vgastate: cleanup iounmap() usage
> 
> vga16fb-missing-iounmap.patch
>   [janitor] vga16fb: add missing iounmap()
> 
> d_path-needs-vfsmount_lock.patch
>   __d_path needs vfsmount_lock
> 
> namei-needs-vfsmount_lock.patch
>   namei.c: take vfsmount_lock
> 
> try-reiserfs-earlier.patch
>   try reiserfs before other filesystems
> 
> ufs-use-silent.patch
>   UFS: honour `silent' parameter.
> 
> time-rounding-accuracy.patch
>   Fine tune the time conversion to eliminate conversion errors.
> 
> proc-stat-btime-fix-2.patch
>   /proc/stat:btime fix
> 
> menuconfig-choice-display-fix.patch
>   fix menuconfig choice item help display
> 
> use-uint32_t-for-crosscompiling.patch
>   u_int32_t causes cross-compile problems
> 
> ac97-remove-fix.patch
>   ac97 OSS driver removal fix
> 
> is_subdir-locking-fix.patch
>   is_subdir locking fix
> 
> proc_check_root-locking-fix.patch
>   proc_check_root() locking fix
> 
> pcnet32-locking-fix.patch
>   pcmet32 locking fixes
> 
> ide-cd-MO-write-protect.patch
>   ide-cd mo write protect
> 
> nr_free_pages-is-expensive.patch
>   rate limit nr_free_pages
> 
> mmap-use-address-hint.patch
>   Use address hint in mmap for search
> 
> shrink_list-swapcache-check-fix.patch
>   shrink_list(): check PageSwapCache() after add_to_swap()
> 
> as-docco-update.patch
>   as-iosched.txt update
> 
> cscope-use-inverted-index.patch
>   enable fast symbol lookup via an inverted index in cscope
> 
> nfs-server-in-root_server_path.patch
>   Pull NFS server address out of root_server_path
> 
> pcix-enhanced.patch
>   PCI Express Enhanced Config Patch
> 
> Lindent-goodness.patch
>   Lindent fixed to match reality
> 
> increase-NGROUPS.patch
>   NGROUPS 2.6.2rc2 + fixups
>   NGROUPS: remove TASK_SIZE usage
> 
> increase-NGROUPS-nfsd-cleanup.patch
>   NGROUPS: nfsd cleanup
> 
> intermezzo-NGROUPS-is-broken.patch
> 
> move-cpu_vm_mask.patch
>   Move cpu_vm_mask to be closer to mmu_context_t in struct mm
> 
> compat-signal-noarch-2004-01-29.patch
> 
> compat-signal-ppc64-2004-01-29.patch
> 
> compat-signal-ia64-2004-01-29.patch
> 
> pci-scan-all-functions.patch
>   PCI Scan all functions
> 
> CDROMREADAUDIO-frames-fix.patch
>   CDROMREADAUDIO frames
> 
> unneeded-dentry-assignment.patch
>   Remove uneeded dentry assignment
> 
> export-cpu_2_node.patch
>   missing export of cpu_2_node
> 
> remove-kmalloc_percpu_init.patch
>   Remove the unused kmalloc_percpu_init()
> 
> i_size_write-check.patch
> 
> sysfs_symlink-needs-i_sem.patch
>   sysfs_symlink needs i_sem
> 
> bd_set_size-i_size-fix.patch
>   bd_set_size i_size handling
> 
> nfs-d_drop-lowmem.patch
>   NFS: handle nfs_fhget() error
> 
> ppp-allocation-fix.patch
>   ppp: try harder to allocate the deflate buffer
> 
> initramfs-kinit_command.patch
>   initramfs: look for /sbin/init
> 
> access-permissions-fix.patch
>   fix access() POSIX compliance
> 
> neofb-warning-fix.patch
>   fix compilation warnings in neofb.c
> 
> snprintf-commentary.patch
>   snprintf() commentary
> 
> snprintf-fixes.patch
>   snprintf fixes
> 
> devfs-race-fix-cleanup.patch
>   devfs: race fixes and cleanup
> 
> gate_vma-fixes.patch
>   Fix ptrace in the vsyscall dso area
> 
> istallion-compile-fix.patch
>   istallion compile fix
> 
> moxa-serial-compile-fix.patch
>   Moxa serial compile fixes
> 
> specialix-compile-fix.patch
>   Specialix compile fix
> 
> hisax-compile-fix.patch
>   Hisax compile fix
> 
> dvb-compile-fix.patch
>   DVB compile fix
> 
> selinux-compile-fix.patch
>   SElinux compile fix
> 
> coredump-memleak-fix.patch
>   fix memory leak while coredumping
> 
> x86_64-boot-fix.patch
>   Fix x86-64 boot problem
> 
> altix-01.patch
>   Altix update: various, mainly cleanups
> 
> altix-02.patch
>   Altix update: small cleanups
> 
> altix-03.patch
>   Altix update: misc changes
> 
> altix-04.patch
>   Altix update: add MINIMAL_ATE_FLAG
> 
> altix-05.patch
>   Altix update: io changes
> 
> altix-06.patch
>   Altix update: pcibr_invalidate_ate check
> 
> altix-07.patch
>   Altix update: early_probe_for_widget() improvement
> 
> altix-08.patch
>   Altix update: VGA, keyboard, other changes
> 
> altix-09.patch
>   Altix update: remove pcibr_intr_func()
> 
> altix-10.patch
>   Altix update: irq fixes
> 
> altix-11.patch
>   Altix update: pci_bus_cvlink.c fixes
> 
> altix-12.patch
>   Altix update: pci_bus_cvlink.c fixes
> 
> list_del-debug.patch
>   list_del debug check
> 
> print-build-options-on-oops.patch
> 
> show_task-free-stack-fix.patch
>   show_task() fix and cleanup
> 
> show_task-fix.patch
>   show_task() is not SMP safe
> 
> oops-dump-preceding-code.patch
>   i386 oops output: dump preceding code
> 
> lockmeter.patch
> 
> ia64-lockmeter-fix.patch
> 
> 4g-2.6.0-test2-mm2-A5.patch
>   4G/4G split patch
>   4G/4G: remove debug code
>   4g4g: pmd fix
>   4g/4g: fixes from Bill
>   4g4g: fpu emulation fix
>   4g/4g usercopy atomicity fix
>   4G/4G: remove debug code
>   4g4g: pmd fix
>   4g/4g: fixes from Bill
>   4g4g: fpu emulation fix
>   4g/4g usercopy atomicity fix
>   4G/4G preempt on vstack
>   4G/4G: even number of kmap types
>   4g4g: fix __get_user in slab
>   4g4g: Remove extra .data.idt section definition
>   4g/4g linker error (overlapping sections)
>   4G/4G: remove debug code
>   4g4g: pmd fix
>   4g/4g: fixes from Bill
>   4g4g: fpu emulation fix
>   4g4g: show_registers() fix
>   4g/4g usercopy atomicity fix
>   4g4g: debug flags fix
>   4g4g: Fix wrong asm-offsets entry
>   cyclone time fixmap fix
>   4G/4G preempt on vstack
>   4G/4G: even number of kmap types
>   4g4g: fix __get_user in slab
>   4g4g: Remove extra .data.idt section definition
>   4g/4g linker error (overlapping sections)
>   4G/4G: remove debug code
>   4g4g: pmd fix
>   4g/4g: fixes from Bill
>   4g4g: fpu emulation fix
>   4g4g: show_registers() fix
>   4g/4g usercopy atomicity fix
>   4g4g: debug flags fix
>   4g4g: Fix wrong asm-offsets entry
>   cyclone time fixmap fix
>   use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
>   4G/4G might_sleep warning fix
>   4g/4g pagetable accounting fix
>   Fix 4G/4G and WP test lockup
>   4G/4G KERNEL_DS usercopy again
>   Fix 4G/4G X11/vm86 oops
>   Fix 4G/4G athlon triplefault
>   4g4g SEP fix
>   Fix 4G/4G split fix for pre-pentiumII machines
>   4g/4g PAE ACPI low mappings fix
> 
> zap_low_mappings-fix.patch
>   zap_low_mappings() cannot be __init
> 
> 4g4g-locked-userspace-copy.patch
>   Do a locked user-space copy for 4g/4g
> 
> ppc-fixes.patch
>   make mm4 compile on ppc
> 
> O_DIRECT-race-fixes-rollup.patch
>   DIO fixes forward port and AIO-DIO fix
>   O_DIRECT race fixes comments
>   O_DRIECT race fixes fix fix fix
>   DIO locking rework
>   O_DIRECT XFS fix
> 
> O_DIRECT-race-fixes-rollup-use-f_mapping.patch
> 
> dio-aio-fixes.patch
>   direct-io AIO fixes
>   dio-aio fix fix
> 
> aio-fallback-bio_count-race-fix-2.patch
>   AIO+DIO bio_count race fix
> 
> aio-sysctl-parms.patch
>   aio sysctl parms
> 
> 
> 
> -
> 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/
> 


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  8:52 ` 2.6.2-rc3-mm1 Vladimir Saveliev
@ 2004-02-03  9:04   ` Andrew Morton
  2004-02-03 23:21     ` ReiserFS V4 (was Re: 2.6.2-rc3-mm1) Hans Reiser
  0 siblings, 1 reply; 19+ messages in thread
From: Andrew Morton @ 2004-02-03  9:04 UTC (permalink / raw
  To: Vladimir Saveliev; +Cc: linux-kernel

Vladimir Saveliev <vs@namesys.com> wrote:
>
>  What would we have to provide to get reiser4 included? Or, do you think
>  that it is not mature enough for inclusion?

I haven't looked at it.  Please send me the two patches (core kernel diff
and the fs) along with complete usage instructions so that people know
where to find the userspace tools, how to run them etc.  Also please ensure
that all mount options are documented and that any known bugs are
described.

Be aware that the barriers for a new filesystem are relatively high: each
one adds a significant maintenance burden to the VFS and MM developers.  It
will need cautious review.

But that doesn't mean we cannot get it out there, get you some more testing
and exposure.  

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
  2004-02-03  8:52 ` 2.6.2-rc3-mm1 Vladimir Saveliev
@ 2004-02-03  9:58 ` Prakash K. Cheemplavam
  2004-02-03 10:10   ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
  2004-02-03 10:16 ` 2.6.2-rc3-mm1 Helge Hafting
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 19+ messages in thread
From: Prakash K. Cheemplavam @ 2004-02-03  9:58 UTC (permalink / raw
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

[-- Attachment #1: Type: text/plain, Size: 17240 bytes --]

Hi,

I am getting this on init. I think while udev inits:

i_size_write() called without i_sem
Feb  3 10:53:53 tachyon Call Trace:
Feb  3 10:53:53 tachyon [<c013d347>] i_size_write_check+0x57/0x60
Feb  3 10:53:53 tachyon [<c01767de>] simple_commit_write+0x3e/0xa0
Feb  3 10:53:53 tachyon [<c0167f3c>] page_symlink+0xec/0x1dd
Feb  3 10:5i_size_write() called without i_sem
Feb  3 10:53:53 tachyon Call Trace:
Feb  3 10:53:53 tachyon [<c013d347>] i_size_write_check+0x57/0x60
Feb  3 10:53:53 tachyon [<c01767de>] simple_commit_write+0x3e/0xa0
Feb  3 10:53:53 tachyon [<c0167f3c>] page_symlink+0xec/0x1dd
Feb  3 10:53:53 tachyon [<c01bbbdd>] ramfs_symlink+0x5d/0xc0
Feb  3 10:53:53 tachyon [<c0166e37>] vfs_symlink+0x57/0xb0
Feb  3 10:53:53 tachyon [<c0166f63>] sys_symlink+0xd3/0xf0
Feb  3 10:53:53 tachyon [<c038fa86>] sysenter_past_esp+0x43/0x65
3:53 tachyon [<c01bbbdd>] ramfs_symlink+0x5d/0xc0
Feb  3 10:53:53 tachyon [<c0166e37>] vfs_symlink+0x57/0xb0
Feb  3 10:53:53 tachyon [<c0166f63>] sys_symlink+0xd3/0xf0
Feb  3 10:53:53 tachyon [<c038fa86>] sysenter_past_esp+0x43/0x65

This appears about 10 times. I haven't teste the kernel further.

.config attached

dmesg:

Feb  3 10:53:53 tachyon Linux version 2.6.2-rc3-mm1 (root@tachyon) 
(gcc-Version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)) #2 
Tue Feb 3 10:35:35 CET 2004
Feb  3 10:53:53 tachyon BIOS-provided physical RAM map:
Feb  3 10:53:53 tachyon BIOS-e820: 0000000000000000 - 000000000009f800 
(usable)
Feb  3 10:53:53 tachyon BIOS-e820: 000000000009f800 - 00000000000a0000 
(reserved)
Feb  3 10:53:53 tachyon BIOS-e820: 00000000000f0000 - 0000000000100000 
(reserved)
Feb  3 10:53:53 tachyon BIOS-e820: 0000000000100000 - 000000003fff0000 
(usable)
Feb  3 10:53:53 tachyon BIOS-e820: 000000003fff0000 - 000000003fff3000 
(ACPI NVS)
Feb  3 10:53:53 tachyon BIOS-e820: 000000003fff3000 - 0000000040000000 
(ACPI data)
Feb  3 10:53:53 tachyon BIOS-e820: 00000000fec00000 - 00000000fec01000 
(reserved)
Feb  3 10:53:53 tachyon BIOS-e820: 00000000fee00000 - 00000000fee01000 
(reserved)
Feb  3 10:53:53 tachyon BIOS-e820: 00000000ffff0000 - 0000000100000000 
(reserved)
Feb  3 10:53:53 tachyon 127MB HIGHMEM available.
Feb  3 10:53:53 tachyon 896MB LOWMEM available.
Feb  3 10:53:53 tachyon zapping low mappings.
Feb  3 10:53:53 tachyon On node 0 totalpages: 262128
Feb  3 10:53:53 tachyon DMA zone: 4096 pages, LIFO batch:1
Feb  3 10:53:53 tachyon Normal zone: 225280 pages, LIFO batch:16
Feb  3 10:53:53 tachyon HighMem zone: 32752 pages, LIFO batch:7
Feb  3 10:53:53 tachyon DMI 2.2 present.
Feb  3 10:53:53 tachyon ACPI: RSDP (v000 Nvidia 
            ) @ 0x000f6b80
Feb  3 10:53:53 tachyon ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 
0x00000000) @ 0x3fff3000
Feb  3 10:53:53 tachyon ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 
0x00000000) @ 0x3fff3040
Feb  3 10:53:53 tachyon ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 
0x00000000) @ 0x3fff79c0
Feb  3 10:53:53 tachyon ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 
0x0100000d) @ 0x00000000
Feb  3 10:53:53 tachyon ACPI: PM-Timer IO Port: 0x4008
Feb  3 10:53:53 tachyon Built 1 zonelists
Feb  3 10:53:53 tachyon current: c03f9a60
Feb  3 10:53:53 tachyon current->thread_info: c047e000
Feb  3 10:53:53 tachyon Initializing CPU#0
Feb  3 10:53:53 tachyon Kernel command line: root=/dev/sda7 
devfs=nomount vga=0x51A video=vesa:mtrr,ywrap elevator=cfq doataraid 
noraid hdb=none hdg=none splash=verbose resume2=swap:/dev/hde5
Feb  3 10:53:53 tachyon ide_setup: hdb=none
Feb  3 10:53:53 tachyon ide_setup: hdg=none
Feb  3 10:53:53 tachyon PID hash table entries: 4096 (order 12: 32768 bytes)
Feb  3 10:53:53 tachyon Detected 2104.938 MHz processor.
Feb  3 10:53:53 tachyon Using pmtmr for high-res timesource
Feb  3 10:53:53 tachyon Console: colour dummy device 80x25
Feb  3 10:53:53 tachyon Memory: 1032924k/1048512k available (2623k 
kernel code, 14668k reserved, 950k data, 156k init, 131008k highmem)
Feb  3 10:53:53 tachyon Calibrating delay loop... 4169.72 BogoMIPS
Feb  3 10:53:53 tachyon Dentry cache hash table entries: 131072 (order: 
7, 524288 bytes)
Feb  3 10:53:53 tachyon Inode-cache hash table entries: 65536 (order: 6, 
262144 bytes)
Feb  3 10:53:53 tachyon Mount-cache hash table entries: 512 (order: 0, 
4096 bytes)
Feb  3 10:53:53 tachyon checking if image is initramfs...it isn't 
(ungzip failed); looks like an initrd
Feb  3 10:53:53 tachyon Freeing initrd memory: 304k freed
Feb  3 10:53:53 tachyon CPU:     After generic identify, caps: 0383fbff 
c1c3fbff 00000000 00000000
Feb  3 10:53:53 tachyon CPU:     After vendor identify, caps: 0383fbff 
c1c3fbff 00000000 00000000
Feb  3 10:53:53 tachyon CPU: L1 I Cache: 64K (64 bytes/line), D cache 
64K (64 bytes/line)
Feb  3 10:53:53 tachyon CPU: L2 Cache: 256K (64 bytes/line)
Feb  3 10:53:53 tachyon CPU:     After all inits, caps: 0383fbff 
c1c3fbff 00000000 00000020
Feb  3 10:53:53 tachyon Intel machine check architecture supported.
Feb  3 10:53:53 tachyon Intel machine check reporting enabled on CPU#0.
Feb  3 10:53:53 tachyon CPU: AMD Athlon(tm)  stepping 01
Feb  3 10:53:53 tachyon Enabling fast FPU save and restore... done.
Feb  3 10:53:53 tachyon Enabling unmasked SIMD FPU exception support... 
done.
Feb  3 10:53:53 tachyon Checking 'hlt' instruction... OK.
Feb  3 10:53:53 tachyon POSIX conformance testing by UNIFIX
Feb  3 10:53:53 tachyon NET: Registered protocol family 16
Feb  3 10:53:53 tachyon PCI: Using configuration type 1
Feb  3 10:53:53 tachyon mtrr: v2.0 (20020519)
Feb  3 10:53:53 tachyon ACPI: Subsystem revision 20040116
Feb  3 10:53:53 tachyon ACPI: IRQ9 SCI: Edge set to Level Trigger.
Feb  3 10:53:53 tachyon ACPI: Interpreter enabled
Feb  3 10:53:53 tachyon ACPI: Using PIC for interrupt routing
Feb  3 10:53:53 tachyon ACPI: PCI Root Bridge [PCI0] (00:00)
Feb  3 10:53:53 tachyon PCI: Probing PCI hardware (bus 00)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Routing Table 
[\_SB_.PCI0.HUB0._PRT]
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Routing Table 
[\_SB_.PCI0.AGPB._PRT]
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 
10 *11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 *5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 
*10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 
*10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 
*10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 
10 *11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 
10 *11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 
10 *11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 *5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 
10 11 12 14 15)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APC1] (IRQs 16)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APC2] (IRQs 17)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APC3] (IRQs *18)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APC4] (IRQs *19)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCE] (IRQs 16)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCS] (IRQs *23)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22)
Feb  3 10:53:53 tachyon Linux Plug and Play Support v0.97 (c) Adam Belay
Feb  3 10:53:53 tachyon SCSI subsystem initialized
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LSMB] enabled at IRQ 11
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 5
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 10
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 11
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 10
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LAPU] enabled at IRQ 10
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LACI] enabled at IRQ 11
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LFIR] enabled at IRQ 5
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 5
Feb  3 10:53:53 tachyon ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
Feb  3 10:53:53 tachyon PCI: Using ACPI for IRQ routing
Feb  3 10:53:53 tachyon PCI: if you experience problems, try using 
option 'pci=noacpi' or even 'acpi=off'
Feb  3 10:53:53 tachyon vesafb: framebuffer at 0xc0000000, mapped to 
0xf8808000, size 16384k
Feb  3 10:53:53 tachyon vesafb: mode is 1280x1024x16, linelength=2560, 
pages=1
Feb  3 10:53:53 tachyon vesafb: protected mode interface info at c000:ea60
Feb  3 10:53:53 tachyon vesafb: scrolling: redraw
Feb  3 10:53:53 tachyon vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Feb  3 10:53:53 tachyon fb0: VESA VGA frame buffer device
Feb  3 10:53:53 tachyon Machine check exception polling timer started.
Feb  3 10:53:53 tachyon IA-32 Microcode Update Driver: v1.13 
<tigran@veritas.com>
Feb  3 10:53:53 tachyon apm: BIOS version 1.2 Flags 0x07 (Driver version 
1.16ac)
Feb  3 10:53:53 tachyon apm: overridden by ACPI.
Feb  3 10:53:53 tachyon highmem bounce pool size: 64 pages
Feb  3 10:53:53 tachyon Installing knfsd (copyright (C) 1996 
okir@monad.swb.de).
Feb  3 10:53:53 tachyon NTFS driver 2.1.6 [Flags: R/W].
Feb  3 10:53:53 tachyon udf: registering filesystem
Feb  3 10:53:53 tachyon ACPI: Power Button (FF) [PWRF]
Feb  3 10:53:53 tachyon ACPI: Fan [FAN] (on)
Feb  3 10:53:53 tachyon ACPI: Processor [CPU0] (supports C1)
Feb  3 10:53:53 tachyon ACPI: Thermal Zone [THRM] (36 C)
Feb  3 10:53:53 tachyon Console: switching to colour frame buffer device 
160x64
Feb  3 10:53:53 tachyon pty: 256 Unix98 ptys configured
Feb  3 10:53:53 tachyon Real Time Clock Driver v1.12
Feb  3 10:53:53 tachyon Non-volatile memory driver v1.2
Feb  3 10:53:53 tachyon Serial: 8250/16550 driver $Revision: 1.90 $ 8 
ports, IRQ sharing disabled
Feb  3 10:53:53 tachyon ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Feb  3 10:53:53 tachyon ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Feb  3 10:53:53 tachyon Using cfq io scheduler
Feb  3 10:53:53 tachyon Floppy drive(s): fd0 is 1.44M
Feb  3 10:53:53 tachyon FDC 0 is a post-1991 82077
Feb  3 10:53:53 tachyon loop: loaded (max 8 devices)
Feb  3 10:53:53 tachyon forcedeth.c: Reverse Engineered nForce ethernet 
driver. Version 0.19.
Feb  3 10:53:53 tachyon PCI: Setting latency timer of device 
0000:00:04.0 to 64
Feb  3 10:53:53 tachyon eth0: forcedeth.c: subsystem: 0147b:1c00 bound 
to 0000:00:04.0
Feb  3 10:53:53 tachyon drivers/media/dvb/b2c2/skystar2.c: 
FlexCopII(rev.130) chip found
Feb  3 10:53:53 tachyon drivers/media/dvb/b2c2/skystar2.c: the chip has 
6 hardware filters
Feb  3 10:53:53 tachyon driver_initialize MAC address = 
ff:ff:ff:ff:ff:ff:00:00
Feb  3 10:53:53 tachyon DVB: registering new adapter (Technisat SkyStar2 
driver).
Feb  3 10:53:53 tachyon DVB: registering frontend 0:0 (Zarlink MT312)...
Feb  3 10:53:53 tachyon Uniform Multi-Platform E-IDE driver Revision: 
7.00alpha2
Feb  3 10:53:53 tachyon ide: Assuming 33MHz system bus speed for PIO 
modes; override with idebus=xx
Feb  3 10:53:53 tachyon NFORCE2: IDE controller at PCI slot 0000:00:09.0
Feb  3 10:53:53 tachyon NFORCE2: chipset revision 162
Feb  3 10:53:53 tachyon NFORCE2: not 100% native mode: will probe irqs later
Feb  3 10:53:53 tachyon NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
Feb  3 10:53:53 tachyon ide0: BM-DMA at 0xf000-0xf007, BIOS settings: 
hda:DMA, hdb:DMA
Feb  3 10:53:53 tachyon ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: 
hdc:DMA, hdd:DMA
Feb  3 10:53:53 tachyon hda: _NEC DV-5800A, ATAPI CD/DVD-ROM drive
Feb  3 10:53:53 tachyon ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb  3 10:53:53 tachyon hdc: NU DVDRW DDW-081, ATAPI CD/DVD-ROM drive
Feb  3 10:53:53 tachyon hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
Feb  3 10:53:53 tachyon ide1 at 0x170-0x177,0x376 on irq 15
Feb  3 10:53:53 tachyon hda: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Feb  3 10:53:53 tachyon Uniform CD-ROM driver Revision: 3.20
Feb  3 10:53:53 tachyon hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB 
Cache, UDMA(33)
Feb  3 10:53:53 tachyon ide-floppy driver 0.99.newide
Feb  3 10:53:53 tachyon hdd: No disk in drive
Feb  3 10:53:53 tachyon hdd: 98304kB, 32/64/96 CHS, 4096 kBps, 512 
sector size, 2941 rpm
Feb  3 10:53:53 tachyon libata version 0.81 loaded.
Feb  3 10:53:53 tachyon sata_sil version 0.52
Feb  3 10:53:53 tachyon ata1: SATA max UDMA/133 cmd 0xF993F080 ctl 
0xF993F08A bmdma 0xF993F000 irq 11
Feb  3 10:53:53 tachyon ata2: SATA max UDMA/133 cmd 0xF993F0C0 ctl 
0xF993F0CA bmdma 0xF993F008 irq 11
Feb  3 10:53:53 tachyon spurious 8259A interrupt: IRQ7.
Feb  3 10:53:53 tachyon ata1: dev 0 cfg 49:2f00 82:346b 83:7f01 84:4003 
85:3c69 86:3c01 87:4003 88:203f
Feb  3 10:53:53 tachyon ata1: dev 0 ATA, max UDMA/100, 312581808 sectors 
(lba48)
Feb  3 10:53:53 tachyon ata1: dev 0 configured for UDMA/100
Feb  3 10:53:53 tachyon scsi0 : sata_sil
Feb  3 10:53:53 tachyon ata2: no device found (phy stat 00000000)
Feb  3 10:53:53 tachyon ata2: thread exiting
Feb  3 10:53:53 tachyon scsi1 : sata_sil
Feb  3 10:53:53 tachyon Vendor: ATA       Model: SAMSUNG SP1614N   Rev: 0.81
Feb  3 10:53:53 tachyon Type:   Direct-Access                      ANSI 
SCSI revision: 05
Feb  3 10:53:53 tachyon SCSI device sda: 312581808 512-byte hdwr sectors 
(160042 MB)
Feb  3 10:53:53 tachyon SCSI device sda: drive cache: write through
Feb  3 10:53:53 tachyon sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
Feb  3 10:53:53 tachyon Attached scsi disk sda at scsi0, channel 0, id 
0, lun 0
Feb  3 10:53:53 tachyon Console: switching to colour frame buffer device 
160x64
Feb  3 10:53:53 tachyon mice: PS/2 mouse device common for all mice
Feb  3 10:53:53 tachyon serio: i8042 AUX port at 0x60,0x64 irq 12
Feb  3 10:53:53 tachyon input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
Feb  3 10:53:53 tachyon serio: i8042 KBD port at 0x60,0x64 irq 1
Feb  3 10:53:53 tachyon input: AT Translated Set 2 keyboard on 
isa0060/serio0
Feb  3 10:53:53 tachyon I2O Core - (C) Copyright 1999 Red Hat Software
Feb  3 10:53:53 tachyon I2O: Event thread created as pid 14
Feb  3 10:53:53 tachyon i2o: Checking for PCI I2O controllers...
Feb  3 10:53:53 tachyon I2O configuration manager v 0.04.
Feb  3 10:53:53 tachyon (C) Copyright 1999 Red Hat Software
Feb  3 10:53:53 tachyon i2c /dev entries driver
Feb  3 10:53:53 tachyon i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
Feb  3 10:53:53 tachyon i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5100
Feb  3 10:53:53 tachyon Advanced Linux Sound Architecture Driver Version 
1.0.2 (Tue Jan 27 10:28:52 2004 UTC).
Feb  3 10:53:53 tachyon request_module: failed /sbin/modprobe -- 
snd-card-0. error = -16
Feb  3 10:53:53 tachyon PCI: Setting latency timer of device 
0000:00:06.0 to 64
Feb  3 10:53:53 tachyon intel8x0_measure_ac97_clock: measured 49513 usecs
Feb  3 10:53:53 tachyon intel8x0: clocking to 47375
Feb  3 10:53:53 tachyon ALSA device list:
Feb  3 10:53:53 tachyon #0: NVidia nForce2 at 0xcc081000, irq 11
Feb  3 10:53:53 tachyon NET: Registered protocol family 2
Feb  3 10:53:53 tachyon IP: routing cache hash table of 8192 buckets, 
64Kbytes
Feb  3 10:53:53 tachyon TCP: Hash tables configured (established 262144 
bind 65536)
Feb  3 10:53:53 tachyon NET: Registered protocol family 1
Feb  3 10:53:53 tachyon NET: Registered protocol family 17
Feb  3 10:53:53 tachyon ACPI: (supports S0 S3 S4 S5)
Feb  3 10:53:53 tachyon found reiserfs format "3.6" with standard journal
Feb  3 10:53:53 tachyon Reiserfs journal params: device sda7, size 8192, 
journal first block 18, max trans len 1024, max batch 900, max commit 
age 30, max trans age 30
Feb  3 10:53:53 tachyon reiserfs: checking transaction log (sda7) for (sda7)
Feb  3 10:53:53 tachyon Using r5 hash to sort names
Feb  3 10:53:53 tachyon VFS: Mounted root (reiserfs filesystem) readonly.
Feb  3 10:53:53 tachyon Freeing unused kernel memory: 156k freed




[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 26356 bytes --]

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set
# CONFIG_STANDALONE is not set
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
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

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set

#
# Processor support
#

#
# Select all processors your kernel should support
#
# CONFIG_CPU_386 is not set
# CONFIG_CPU_486 is not set
# CONFIG_CPU_586 is not set
# CONFIG_CPU_586TSC is not set
# CONFIG_CPU_586MMX is not set
# CONFIG_CPU_686 is not set
# CONFIG_CPU_PENTIUMII is not set
# CONFIG_CPU_PENTIUMIII is not set
# CONFIG_CPU_PENTIUMM is not set
# CONFIG_CPU_PENTIUM4 is not set
# CONFIG_CPU_K6 is not set
CONFIG_CPU_K7=y
# CONFIG_CPU_K8 is not set
# CONFIG_CPU_CRUSOE is not set
# CONFIG_CPU_WINCHIPC6 is not set
# CONFIG_CPU_WINCHIP2 is not set
# CONFIG_CPU_WINCHIP3D is not set
# CONFIG_CPU_CYRIXIII is not set
# CONFIG_CPU_VIAC3_2 is not set
CONFIG_CPU_ONLY_K7=y
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_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
# CONFIG_X86_4G is not set
# CONFIG_X86_SWITCH_PAGETABLES is not set
# CONFIG_X86_4G_VM_LAYOUT is not set
# CONFIG_X86_UACCESS_INDIRECT is not set
# CONFIG_X86_HIGH_ENTRY is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_HIGHPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
# CONFIG_PM_DISK 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=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_RELAXED_AML is not set
CONFIG_X86_PM_TIMER=y

#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ 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=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
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
CONFIG_HOTPLUG=y

#
# 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=y
CONFIG_BINFMT_MISC=y

#
# Device Drivers
#

#
# Generic Driver Options
#
# CONFIG_FW_LOADER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
# CONFIG_ISAPNP is not set
# CONFIG_PNPBIOS is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD 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=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_LBD=y

#
# 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_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEFLOPPY=y
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_TASKFILE_IO=y

#
# IDE chipset support/bugfixes
#
# CONFIG_IDE_GENERIC is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# 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_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_DMA_NONPCI is not set
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_MAX_SD_DISKS=256
# 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 is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_REPORT_LUNS=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID 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_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_SVW is not set
# CONFIG_SCSI_ATA_PIIX is not set
# CONFIG_SCSI_SATA_PROMISE is not set
CONFIG_SCSI_SATA_SIL=y
# CONFIG_SCSI_SATA_VIA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I 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_CONFIG=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA23XX is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
CONFIG_I2O=y
CONFIG_I2O_PCI=y
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_SCSI is not set
CONFIG_I2O_PROC=y

#
# Macintosh device drivers
#

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# 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_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_IPV6 is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_NETFILTER is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q 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_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# 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=y
# 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 is not set
# CONFIG_8139TOO is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# Bluetooth support
#
# CONFIG_BT 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

#
# ISDN subsystem
#
# CONFIG_ISDN_BOOL 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=1280
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=1024
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD 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_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_QIC02_TAPE 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=y
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 is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 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_ELV is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_ISA is not set
CONFIG_I2C_NFORCE2=y
# 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_VELLEMAN is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set

#
# I2C Hardware Sensors Chip support
#
CONFIG_I2C_SENSOR=y
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_IT87 is not set
CONFIG_SENSORS_LM75=y
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_VIA686A is not set
CONFIG_SENSORS_W83781D=y
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
CONFIG_DVB=y
CONFIG_DVB_CORE=y

#
# Supported Frontend Modules
#
# CONFIG_DVB_TWINHAN_DST is not set
# CONFIG_DVB_STV0299 is not set
# CONFIG_DVB_SP887X is not set
# CONFIG_DVB_ALPS_TDLB7 is not set
# CONFIG_DVB_ALPS_TDMB7 is not set
# CONFIG_DVB_ATMEL_AT76C651 is not set
# CONFIG_DVB_CX24110 is not set
# CONFIG_DVB_GRUNDIG_29504_491 is not set
# CONFIG_DVB_GRUNDIG_29504_401 is not set
CONFIG_DVB_MT312=y
# CONFIG_DVB_VES1820 is not set
# CONFIG_DVB_VES1X93 is not set
# CONFIG_DVB_TDA1004X is not set

#
# Supported SAA7146 based PCI Adapters
#
# CONFIG_DVB_AV7110 is not set
# CONFIG_DVB_BUDGET is not set
# CONFIG_DVB_BUDGET_CI is not set
# CONFIG_DVB_BUDGET_AV is not set

#
# Supported USB Adapters
#
# CONFIG_DVB_TTUSB_BUDGET is not set
# CONFIG_DVB_TTUSB_DEC is not set

#
# Supported FlexCopII (B2C2) Adapters
#
CONFIG_DVB_B2C2_SKYSTAR=y

#
# Supported BT878 Adapters
#

#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_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_PCI_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=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_AZT3328 is not set
# 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_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_UHCI_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
# CONFIG_USB_STORAGE is not set

#
# USB Human Interface Devices (HID)
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_XPAD is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_SCANNER=m
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# 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
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL 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_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED 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 is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_JFS_FS is not set
# 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=y

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

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
# 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_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=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_GSS is not set
CONFIG_SMB_FS=y
# 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_INTERMEZZO_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-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 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_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
CONFIG_FRAME_POINTER=y

#
# Security options
#
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  9:58 ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
@ 2004-02-03 10:10   ` Prakash K. Cheemplavam
  0 siblings, 0 replies; 19+ messages in thread
From: Prakash K. Cheemplavam @ 2004-02-03 10:10 UTC (permalink / raw
  Cc: Andrew Morton, linux-kernel, linux-mm

Prakash K. Cheemplavam wrote:
> Hi,
> 
> I am getting this on init. I think while udev inits:
> 
> i_size_write() called without i_sem
> Feb  3 10:53:53 tachyon Call Trace:
> Feb  3 10:53:53 tachyon [<c013d347>] i_size_write_check+0x57/0x60
> Feb  3 10:53:53 tachyon [<c01767de>] simple_commit_write+0x3e/0xa0
> Feb  3 10:53:53 tachyon [<c0167f3c>] page_symlink+0xec/0x1dd
> Feb  3 10:5i_size_write() called without i_sem
> Feb  3 10:53:53 tachyon Call Trace:
> Feb  3 10:53:53 tachyon [<c013d347>] i_size_write_check+0x57/0x60
> Feb  3 10:53:53 tachyon [<c01767de>] simple_commit_write+0x3e/0xa0
> Feb  3 10:53:53 tachyon [<c0167f3c>] page_symlink+0xec/0x1dd
> Feb  3 10:53:53 tachyon [<c01bbbdd>] ramfs_symlink+0x5d/0xc0
> Feb  3 10:53:53 tachyon [<c0166e37>] vfs_symlink+0x57/0xb0
> Feb  3 10:53:53 tachyon [<c0166f63>] sys_symlink+0xd3/0xf0
> Feb  3 10:53:53 tachyon [<c038fa86>] sysenter_past_esp+0x43/0x65
> 3:53 tachyon [<c01bbbdd>] ramfs_symlink+0x5d/0xc0
> Feb  3 10:53:53 tachyon [<c0166e37>] vfs_symlink+0x57/0xb0
> Feb  3 10:53:53 tachyon [<c0166f63>] sys_symlink+0xd3/0xf0
> Feb  3 10:53:53 tachyon [<c038fa86>] sysenter_past_esp+0x43/0x65

BTW, my root is reiserfs, my boot ext2, which shouldn't be mounted by 
default, so this is reiferfs case.

Prakash

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
  2004-02-03  8:52 ` 2.6.2-rc3-mm1 Vladimir Saveliev
  2004-02-03  9:58 ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
@ 2004-02-03 10:16 ` Helge Hafting
  2004-02-03 10:33 ` 2.6.2-rc3-mm1 Andrew Morton
  2004-02-03 17:39 ` 2.6.2-rc3-mm1 Alistair John Strachan
  4 siblings, 0 replies; 19+ messages in thread
From: Helge Hafting @ 2004-02-03 10:16 UTC (permalink / raw
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2.6.2-rc3-mm1/
> 
> 
> - There is a debug patch in here which detects when someone calls
>   i_size_write() without holding the inode's i_sem.  It generates a warning
>   and a stack backtrace.  We know that XFS generates such a trace.  It will
>   turn itself off after the first ten warnings.  Please don't report the XFS
>   case.
> 
Ok, here's an ext2 case, from dmesg:



md: running: <hdb1><hda1>
raid1: raid set md0 active with 2 out of 2 mirrors
md: ... autorun DONE.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 168k freed
Adding 1999864k swap on /dev/hdb2.  Priority:-1 extents:1
Disabled Privacy Extensions on device c042ca80(lo)
i_size_write() called without i_sem
Call Trace:
 [<c012e66c>] i_size_write_check+0x3a/0x4d
 [<c0145444>] generic_commit_write+0x4e/0x70
 [<c0169886>] ext2_commit_chunk+0x28/0x61
 [<c016aa1d>] ext2_make_empty+0x158/0x1e0
 [<c016d3d5>] ext2_mkdir+0xa1/0xff
 [<c016d334>] ext2_mkdir+0x0/0xff
 [<c014d592>] vfs_mkdir+0x60/0x83
 [<c014d639>] sys_mkdir+0x84/0xbf
 [<c036133f>] syscall_call+0x7/0xb

i_size_write() called without i_sem
Call Trace:
 [<c012e66c>] i_size_write_check+0x3a/0x4d
 [<c0145444>] generic_commit_write+0x4e/0x70
 [<c0169886>] ext2_commit_chunk+0x28/0x61
 [<c016aa1d>] ext2_make_empty+0x158/0x1e0
 [<c016d3d5>] ext2_mkdir+0xa1/0xff
 [<c016d334>] ext2_mkdir+0x0/0xff
 [<c014d592>] vfs_mkdir+0x60/0x83
 [<c014d639>] sys_mkdir+0x84/0xbf
 [<c036133f>] syscall_call+0x7/0xb

i_size_write() called without i_sem
Call Trace:
 [<c012e66c>] i_size_write_check+0x3a/0x4d
 [<c0145444>] generic_commit_write+0x4e/0x70
 [<c0169886>] ext2_commit_chunk+0x28/0x61
 [<c016aa1d>] ext2_make_empty+0x158/0x1e0
 [<c016d3d5>] ext2_mkdir+0xa1/0xff
 [<c016d334>] ext2_mkdir+0x0/0xff
 [<c014d592>] vfs_mkdir+0x60/0x83
 [<c014d639>] sys_mkdir+0x84/0xbf
 [<c036133f>] syscall_call+0x7/0xb

eth0: no IPv6 routers present
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.

2.6.2-rc3-mm1 compiled with mregparm3


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
                   ` (2 preceding siblings ...)
  2004-02-03 10:16 ` 2.6.2-rc3-mm1 Helge Hafting
@ 2004-02-03 10:33 ` Andrew Morton
  2004-02-03 17:39 ` 2.6.2-rc3-mm1 Alistair John Strachan
  4 siblings, 0 replies; 19+ messages in thread
From: Andrew Morton @ 2004-02-03 10:33 UTC (permalink / raw
  To: linux-kernel, linux-mm; +Cc: Nick Piggin

Andrew Morton <akpm@osdl.org> wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2.6.2-rc3-mm1/

There were some problems with vm-rss-limit-enforcement.patch.  I've backed
that out and uploaded 2.6.2-rc3-mm1-1.  This is mainly for Nick to patch
against, but if pageout performance problems are noticed, please try -1.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
                   ` (3 preceding siblings ...)
  2004-02-03 10:33 ` 2.6.2-rc3-mm1 Andrew Morton
@ 2004-02-03 17:39 ` Alistair John Strachan
  2004-02-03 18:32   ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
  4 siblings, 1 reply; 19+ messages in thread
From: Alistair John Strachan @ 2004-02-03 17:39 UTC (permalink / raw
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

On Tuesday 03 February 2004 07:58, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2.6
>.2-rc3-mm1/
>
>
> - There is a debug patch in here which detects when someone calls
>   i_size_write() without holding the inode's i_sem.  It generates a warning
>   and a stack backtrace.  We know that XFS generates such a trace.  It will
>   turn itself off after the first ten warnings.  Please don't report the
> XFS case.
>
> - Added the CPU hotplug code.
>
> - This kernel is currently broken on ppc64.  Something to do with the
>   sched-domains patch although at this stage we do not know whether the
>   problem lies with that patch or with the ppc64 code.
>
> - A big Altix update
>
> - Latest versions of various other developers' trees.  See below for
>   details.
>
> - Various other fixes
>

Doesn't boot on this machine. It hangs after:

NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: Maxtor 6Y080P0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: CD-RW CR52, ATAPI CD/DVD-ROM drive
hdd: SAMSUNG DVD-ROM SD-616Q, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
PDC20270: IDE controller at PCI slot 0000:01:09.0
PDC20270: chipset revision 2
PDC20270: 100% native mode on irq 17
    ide2: BM-DMA at 0xd000-0xd007, BIOS settings: hde:pio, hdf:pio
    ide3: BM-DMA at 0xd008-0xd00f, BIOS settings: hdg:pio, hdh:pio
hde: Maxtor 6Y120P0, ATA DISK drive
ide2 at 0xc000-0xc007,0xc402 on irq 17
hdg: Maxtor 6Y120P0, ATA DISK drive
ide3 at 0xc800-0xc807,0xcc02 on irq 17
hda: max request size: 128KiB
hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=65535/16/63, UDMA(133)
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
hde: max request size: 128KiB

30 seconds later, I get something like:

hde: lost interrupt
hde: lost interrupt

The kernel does not recover. Presumably it is a problem specific to my PDC IDE 
controller.

In addition, I've caught another (unrelated) interruptible_sleep_on bug in msp 
audio for my v4l WinTV PCI card. I couldn't get the call addresses written 
down, but it goes something like..

interruptible_sleep_on 0xe9/0x120
default_make_function ..
msp_3400c_setbass ..
msp_3410d_thread ..
kernel_thread_helper 0x5/0x10

I guess this is something the v4l2 maintainer needs to look at.

-- 
Cheers,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03 17:39 ` 2.6.2-rc3-mm1 Alistair John Strachan
@ 2004-02-03 18:32   ` Bartlomiej Zolnierkiewicz
  2004-02-03 23:47     ` 2.6.2-rc3-mm1 Alistair John Strachan
  0 siblings, 1 reply; 19+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-02-03 18:32 UTC (permalink / raw
  To: s0348365, Andrew Morton; +Cc: linux-kernel, linux-mm

On Tuesday 03 of February 2004 18:39, Alistair John Strachan wrote:
> On Tuesday 03 February 2004 07:58, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3/2
> >.6 .2-rc3-mm1/
> >
> >
> > - There is a debug patch in here which detects when someone calls
> >   i_size_write() without holding the inode's i_sem.  It generates a
> > warning and a stack backtrace.  We know that XFS generates such a trace. 
> > It will turn itself off after the first ten warnings.  Please don't
> > report the XFS case.
> >
> > - Added the CPU hotplug code.
> >
> > - This kernel is currently broken on ppc64.  Something to do with the
> >   sched-domains patch although at this stage we do not know whether the
> >   problem lies with that patch or with the ppc64 code.
> >
> > - A big Altix update
> >
> > - Latest versions of various other developers' trees.  See below for
> >   details.
> >
> > - Various other fixes
>
> Doesn't boot on this machine. It hangs after:
>
> NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
>     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> hda: Maxtor 6Y080P0, ATA DISK drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hdc: CD-RW CR52, ATAPI CD/DVD-ROM drive
> hdd: SAMSUNG DVD-ROM SD-616Q, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> PDC20270: IDE controller at PCI slot 0000:01:09.0
> PDC20270: chipset revision 2
> PDC20270: 100% native mode on irq 17
>     ide2: BM-DMA at 0xd000-0xd007, BIOS settings: hde:pio, hdf:pio
>     ide3: BM-DMA at 0xd008-0xd00f, BIOS settings: hdg:pio, hdh:pio
> hde: Maxtor 6Y120P0, ATA DISK drive
> ide2 at 0xc000-0xc007,0xc402 on irq 17
> hdg: Maxtor 6Y120P0, ATA DISK drive
> ide3 at 0xc800-0xc807,0xcc02 on irq 17
> hda: max request size: 128KiB
> hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=65535/16/63,
> UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> hde: max request size: 128KiB
>
> 30 seconds later, I get something like:
>
> hde: lost interrupt
> hde: lost interrupt

It seems kernel hangs in ide-disk.c, idedisk_setup()->write_cache()->...

> The kernel does not recover. Presumably it is a problem specific to my PDC
> IDE controller.

Do you run with Promise BIOS disabled?  If so please try booting kernel with
"hde=autotune hdg=autotune" parameters.  If still no-go, try this patch:

 linux-2.6.2-rc3-bk3-root/drivers/ide/pci/pdc202xx_new.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff -puN drivers/ide/pci/pdc202xx_new.c~pdc202xx_new_pio_fix drivers/ide/pci/pdc202xx_new.c
--- linux-2.6.2-rc3-bk3/drivers/ide/pci/pdc202xx_new.c~pdc202xx_new_pio_fix	2004-02-03 19:19:38.946159184 +0100
+++ linux-2.6.2-rc3-bk3-root/drivers/ide/pci/pdc202xx_new.c	2004-02-03 19:31:19.744621624 +0100
@@ -140,6 +140,7 @@ static int check_in_drive_lists (ide_dri
 	return 0;
 }
 
+#if 0
 static int pdcnew_tune_chipset (ide_drive_t *drive, u8 xferspeed)
 {
 	ide_hwif_t *hwif	= HWIF(drive);
@@ -241,6 +242,7 @@ static int pdcnew_tune_chipset (ide_driv
 
 	return (ide_config_drive_speed(drive, speed));
 }
+#endif
 
 static int pdcnew_new_tune_chipset (ide_drive_t *drive, u8 xferspeed)
 {
@@ -294,8 +296,8 @@ static int config_chipset_for_pio (ide_d
 
 	if (pio == 5) pio = 4;
 	speed = XFER_PIO_0 + ide_get_best_pio_mode(drive, 255, pio, NULL);
-        
-	return ((int) pdcnew_tune_chipset(drive, speed));
+
+	return pdcnew_new_tune_chipset(drive, speed);
 }
 
 static void pdcnew_tune_drive (ide_drive_t *drive, u8 pio)
@@ -590,10 +592,7 @@ static void __init init_hwif_pdc202new (
 	hwif->speedproc = &pdcnew_new_tune_chipset;
 	hwif->resetproc = &pdcnew_new_reset;
 
-	if (!hwif->dma_base) {
-		hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
-		return;
-	}
+	hwif->drives[0].autotune = hwif->drives[1].autotune = 1;
 
 	hwif->ultra_mask = 0x7f;
 	hwif->mwdma_mask = 0x07;

_



^ permalink raw reply	[flat|nested] 19+ messages in thread

* ReiserFS V4 (was Re: 2.6.2-rc3-mm1)
  2004-02-03  9:04   ` 2.6.2-rc3-mm1 Andrew Morton
@ 2004-02-03 23:21     ` Hans Reiser
  2004-02-04 12:00       ` Tomas Szepe
  0 siblings, 1 reply; 19+ messages in thread
From: Hans Reiser @ 2004-02-03 23:21 UTC (permalink / raw
  To: Andrew Morton; +Cc: Vladimir Saveliev, linux-kernel

Andrew Morton wrote:

>
>Be aware that the barriers for a new filesystem are relatively high: each
>one adds a significant maintenance burden to the VFS and MM developers.  It
>will need cautious review.
>  
>
Andrew, while it is your decision to make, it would be very silly to not 
let us upgrade ReiserFS.   V4 is 2-5x the speed of V3, has more 
functionality, better security, is more maintainable, etc.  Once V4 is 
as stable and tested as V3, no one in their right mind will use V3 on a 
new install.  While we will be happy to read improvements and critiques 
of our implementations from a clever coder such as yourself, we aren't 
exactly new to the Linux Kernel, and we are one of the very few in that 
community who have a real QA process that we systematically apply.  That 
is why we did not send it in many months ago: our testing is quite 
extensive, and we don't think users should find bugs that we can find if 
we make the effort.  Now we are running out of bugs that we can hit.  
There are distros that would like to ship using Reiser4 in April.


>But that doesn't mean we cannot get it out there, get you some more testing
>and exposure.  
>-
>
>  
>
Thanks,

Hans


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03 18:32   ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
@ 2004-02-03 23:47     ` Alistair John Strachan
  2004-02-04  0:00       ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
       [not found]       ` <Pine.LNX.4.58.0402031941560.665@uberdeity>
  0 siblings, 2 replies; 19+ messages in thread
From: Alistair John Strachan @ 2004-02-03 23:47 UTC (permalink / raw
  To: linux-kernel; +Cc: Bartlomiej Zolnierkiewicz, Andrew Morton, linux-mm

On Tuesday 03 February 2004 18:32, Bartlomiej Zolnierkiewicz wrote:
> On Tuesday 03 of February 2004 18:39, Alistair John Strachan wrote:
> > On Tuesday 03 February 2004 07:58, Andrew Morton wrote:
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-rc3
> > >/2 .6 .2-rc3-mm1/
> > >
> > >
> > > - There is a debug patch in here which detects when someone calls
> > >   i_size_write() without holding the inode's i_sem.  It generates a
> > > warning and a stack backtrace.  We know that XFS generates such a
> > > trace. It will turn itself off after the first ten warnings.  Please
> > > don't report the XFS case.
> > >
> > > - Added the CPU hotplug code.
> > >
> > > - This kernel is currently broken on ppc64.  Something to do with the
> > >   sched-domains patch although at this stage we do not know whether the
> > >   problem lies with that patch or with the ppc64 code.
> > >
> > > - A big Altix update
> > >
> > > - Latest versions of various other developers' trees.  See below for
> > >   details.
> > >
> > > - Various other fixes
> >
> > Doesn't boot on this machine. It hangs after:
> >
> > NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
> >     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> >     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> > hda: Maxtor 6Y080P0, ATA DISK drive
> > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > hdc: CD-RW CR52, ATAPI CD/DVD-ROM drive
> > hdd: SAMSUNG DVD-ROM SD-616Q, ATAPI CD/DVD-ROM drive
> > ide1 at 0x170-0x177,0x376 on irq 15
> > PDC20270: IDE controller at PCI slot 0000:01:09.0
> > PDC20270: chipset revision 2
> > PDC20270: 100% native mode on irq 17
> >     ide2: BM-DMA at 0xd000-0xd007, BIOS settings: hde:pio, hdf:pio
> >     ide3: BM-DMA at 0xd008-0xd00f, BIOS settings: hdg:pio, hdh:pio
> > hde: Maxtor 6Y120P0, ATA DISK drive
> > ide2 at 0xc000-0xc007,0xc402 on irq 17
> > hdg: Maxtor 6Y120P0, ATA DISK drive
> > ide3 at 0xc800-0xc807,0xcc02 on irq 17
> > hda: max request size: 128KiB
> > hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=65535/16/63,
> > UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> > hde: max request size: 128KiB
> >
> > 30 seconds later, I get something like:
> >
> > hde: lost interrupt
> > hde: lost interrupt
>
> It seems kernel hangs in ide-disk.c, idedisk_setup()->write_cache()->...
>
> > The kernel does not recover. Presumably it is a problem specific to my
> > PDC IDE controller.
>
> Do you run with Promise BIOS disabled?  If so please try booting kernel
> with "hde=autotune hdg=autotune" parameters.  If still no-go, try this
> patch:

Neither suggestion changes the behaviour. I've got the BIOS enabled, but in 
the past it's made no difference. I still see lost interrupts.

-- 
Cheers,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-03 23:47     ` 2.6.2-rc3-mm1 Alistair John Strachan
@ 2004-02-04  0:00       ` Bartlomiej Zolnierkiewicz
  2004-02-04  0:17         ` 2.6.2-rc3-mm1 Alistair John Strachan
       [not found]       ` <Pine.LNX.4.58.0402031941560.665@uberdeity>
  1 sibling, 1 reply; 19+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-02-04  0:00 UTC (permalink / raw
  To: s0348365; +Cc: Andrew Morton, linux-mm, linux-kernel

On Wednesday 04 of February 2004 00:47, Alistair John Strachan wrote:
> On Tuesday 03 February 2004 18:32, Bartlomiej Zolnierkiewicz wrote:
> > On Tuesday 03 of February 2004 18:39, Alistair John Strachan wrote:
> > > On Tuesday 03 February 2004 07:58, Andrew Morton wrote:
> > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.2-r
> > > >c3 /2 .6 .2-rc3-mm1/
> > > >
> > > > <...>
> > > >
> > >
> > > Doesn't boot on this machine. It hangs after:
> > >
> > > NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
> > >     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> > >     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
> > > hda: Maxtor 6Y080P0, ATA DISK drive
> > > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > > hdc: CD-RW CR52, ATAPI CD/DVD-ROM drive
> > > hdd: SAMSUNG DVD-ROM SD-616Q, ATAPI CD/DVD-ROM drive
> > > ide1 at 0x170-0x177,0x376 on irq 15
> > > PDC20270: IDE controller at PCI slot 0000:01:09.0
> > > PDC20270: chipset revision 2
> > > PDC20270: 100% native mode on irq 17
> > >     ide2: BM-DMA at 0xd000-0xd007, BIOS settings: hde:pio, hdf:pio
> > >     ide3: BM-DMA at 0xd008-0xd00f, BIOS settings: hdg:pio, hdh:pio
> > > hde: Maxtor 6Y120P0, ATA DISK drive
> > > ide2 at 0xc000-0xc007,0xc402 on irq 17
> > > hdg: Maxtor 6Y120P0, ATA DISK drive
> > > ide3 at 0xc800-0xc807,0xcc02 on irq 17
> > > hda: max request size: 128KiB
> > > hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=65535/16/63,
> > > UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> > > hde: max request size: 128KiB
> > >
> > > 30 seconds later, I get something like:
> > >
> > > hde: lost interrupt
> > > hde: lost interrupt
> >
> > It seems kernel hangs in ide-disk.c, idedisk_setup()->write_cache()->...
> >
> > > The kernel does not recover. Presumably it is a problem specific to my
> > > PDC IDE controller.
> >
> > Do you run with Promise BIOS disabled?  If so please try booting kernel
> > with "hde=autotune hdg=autotune" parameters.  If still no-go, try this
> > patch:
>
> Neither suggestion changes the behaviour. I've got the BIOS enabled, but in
> the past it's made no difference. I still see lost interrupts.

Please try this debugging patch to see it hangs on
idedisk_setup()->write_cache().

--- linux/drivers/ide/ide-disk.c	2004-02-04 00:57:49.000000000 +0100
+++ linux-2.6.2-rc3-bk3/drivers/ide/ide-disk.c	2004-02-04 00:58:58.571025744 +0100
@@ -1668,8 +1668,10 @@
 #endif	/* CONFIG_IDEDISK_MULTI_MODE */
 	}
 	drive->no_io_32bit = id->dword_io ? 1 : 0;
+	printk(KERN_INFO "%s: before write_cache()\n", drive->name);
 	if (drive->id->cfs_enable_2 & 0x3000)
 		write_cache(drive, (id->cfs_enable_2 & 0x3000));
+	printk(KERN_INFO "%s: after write_cache()\n", drive->name);
 
 #ifdef CONFIG_BLK_DEV_IDE_TCQ_DEFAULT
 	if (drive->using_dma)


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-04  0:00       ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
@ 2004-02-04  0:17         ` Alistair John Strachan
  2004-02-04  0:35           ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 19+ messages in thread
From: Alistair John Strachan @ 2004-02-04  0:17 UTC (permalink / raw
  To: linux-kernel; +Cc: Bartlomiej Zolnierkiewicz, Andrew Morton, linux-mm

On Wednesday 04 February 2004 00:00, Bartlomiej Zolnierkiewicz wrote:
[snip]
> > > > UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> > > > hde: max request size: 128KiB
> > > >
> > > > 30 seconds later, I get something like:
> > > >
> > > > hde: lost interrupt
> > > > hde: lost interrupt
> > >
> > > It seems kernel hangs in ide-disk.c,
> > > idedisk_setup()->write_cache()->...
> > >
> > > > The kernel does not recover. Presumably it is a problem specific to
> > > > my PDC IDE controller.
> > >
> > > Do you run with Promise BIOS disabled?  If so please try booting kernel
> > > with "hde=autotune hdg=autotune" parameters.  If still no-go, try this
> > > patch:
> >
> > Neither suggestion changes the behaviour. I've got the BIOS enabled, but
> > in the past it's made no difference. I still see lost interrupts.
>
> Please try this debugging patch to see it hangs on
> idedisk_setup()->write_cache().
>
> --- linux/drivers/ide/ide-disk.c	2004-02-04 00:57:49.000000000 +0100
> +++ linux-2.6.2-rc3-bk3/drivers/ide/ide-disk.c	2004-02-04
> 00:58:58.571025744 +0100 @@ -1668,8 +1668,10 @@
>  #endif	/* CONFIG_IDEDISK_MULTI_MODE */
>  	}
>  	drive->no_io_32bit = id->dword_io ? 1 : 0;
> +	printk(KERN_INFO "%s: before write_cache()\n", drive->name);
>  	if (drive->id->cfs_enable_2 & 0x3000)
>  		write_cache(drive, (id->cfs_enable_2 & 0x3000));
> +	printk(KERN_INFO "%s: after write_cache()\n", drive->name);
>
>  #ifdef CONFIG_BLK_DEV_IDE_TCQ_DEFAULT
>  	if (drive->using_dma)

Tried the patch. I see both before and after messages for hda, but when hde is 
probed I see neither. Briefly looking at the IDE code, I see the max request 
size: printk comes before either of those lines, as as nothing else is 
printed after that line (see original bug report), I can only assume the 
problem is somewhere before the write_cache().

I applied the patch on top of your previous changes, as they seemed innocuous 
enough.

-- 
Cheers,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-04  0:17         ` 2.6.2-rc3-mm1 Alistair John Strachan
@ 2004-02-04  0:35           ` Bartlomiej Zolnierkiewicz
  2004-02-04  1:03             ` 2.6.2-rc3-mm1 Alistair John Strachan
  0 siblings, 1 reply; 19+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-02-04  0:35 UTC (permalink / raw
  To: s0348365, linux-kernel; +Cc: Andrew Morton, linux-mm

On Wednesday 04 of February 2004 01:17, Alistair John Strachan wrote:
> On Wednesday 04 February 2004 00:00, Bartlomiej Zolnierkiewicz wrote:
> [snip]
>
> > > > > UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> > > > > hde: max request size: 128KiB
> > > > >
> > > > > 30 seconds later, I get something like:
> > > > >
> > > > > hde: lost interrupt
> > > > > hde: lost interrupt
> > > >
> > > > It seems kernel hangs in ide-disk.c,
> > > > idedisk_setup()->write_cache()->...
> > > >
> > > > > The kernel does not recover. Presumably it is a problem specific to
> > > > > my PDC IDE controller.
> > > >
> > > > Do you run with Promise BIOS disabled?  If so please try booting
> > > > kernel with "hde=autotune hdg=autotune" parameters.  If still no-go,
> > > > try this patch:
> > >
> > > Neither suggestion changes the behaviour. I've got the BIOS enabled,
> > > but in the past it's made no difference. I still see lost interrupts.
> >
> > Please try this debugging patch to see it hangs on
> > idedisk_setup()->write_cache().
> >
> > --- linux/drivers/ide/ide-disk.c	2004-02-04 00:57:49.000000000 +0100
> > +++ linux-2.6.2-rc3-bk3/drivers/ide/ide-disk.c	2004-02-04
> > 00:58:58.571025744 +0100 @@ -1668,8 +1668,10 @@
> >  #endif	/* CONFIG_IDEDISK_MULTI_MODE */
> >  	}
> >  	drive->no_io_32bit = id->dword_io ? 1 : 0;
> > +	printk(KERN_INFO "%s: before write_cache()\n", drive->name);
> >  	if (drive->id->cfs_enable_2 & 0x3000)
> >  		write_cache(drive, (id->cfs_enable_2 & 0x3000));
> > +	printk(KERN_INFO "%s: after write_cache()\n", drive->name);
> >
> >  #ifdef CONFIG_BLK_DEV_IDE_TCQ_DEFAULT
> >  	if (drive->using_dma)
>
> Tried the patch. I see both before and after messages for hda, but when hde
> is probed I see neither. Briefly looking at the IDE code, I see the max
> request size: printk comes before either of those lines, as as nothing else
> is printed after that line (see original bug report), I can only assume the
> problem is somewhere before the write_cache().

Oh yes, I am stupid^Wtired.  Maybe it is init_idedisk_capacity()?.
Can you add some more printks to idedisk_setup() to see where it hangs?

> I applied the patch on top of your previous changes, as they seemed
> innocuous enough.

OK.

--bart


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-04  0:35           ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
@ 2004-02-04  1:03             ` Alistair John Strachan
  2004-02-04  1:29               ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 19+ messages in thread
From: Alistair John Strachan @ 2004-02-04  1:03 UTC (permalink / raw
  To: linux-kernel; +Cc: Bartlomiej Zolnierkiewicz, Andrew Morton, linux-mm

On Wednesday 04 February 2004 00:35, Bartlomiej Zolnierkiewicz wrote:
[snip]
>
> Oh yes, I am stupid^Wtired.  Maybe it is init_idedisk_capacity()?.
> Can you add some more printks to idedisk_setup() to see where it hangs?
>

I did this, and it appears to hang where you suspected, 
init_idedisk_capacity(). If this a useful datapoint, I haven't boot-tested a 
kernel since 2.6.2-rc1-mm1. I can test 2.6.2-rc3 if you're puzzled by this 
result.

> > I applied the patch on top of your previous changes, as they seemed
> > innocuous enough.
>
> OK.
>
> --bart
>
> -
> 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,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
  2004-02-04  1:03             ` 2.6.2-rc3-mm1 Alistair John Strachan
@ 2004-02-04  1:29               ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 19+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-02-04  1:29 UTC (permalink / raw
  To: s0348365, linux-kernel; +Cc: Andrew Morton, linux-mm

On Wednesday 04 of February 2004 02:03, Alistair John Strachan wrote:
> On Wednesday 04 February 2004 00:35, Bartlomiej Zolnierkiewicz wrote:
> [snip]
>
> > Oh yes, I am stupid^Wtired.  Maybe it is init_idedisk_capacity()?.
> > Can you add some more printks to idedisk_setup() to see where it hangs?
>
> I did this, and it appears to hang where you suspected,
> init_idedisk_capacity(). If this a useful datapoint, I haven't boot-tested

init_idedisk_capacity()->idedisk_check_hpa()->
->idedisk_read_native_max_address_{ext}() is a first disk access.

Probably it hangs there.  Hmm. more printks? :-)

> a kernel since 2.6.2-rc1-mm1. I can test 2.6.2-rc3 if you're puzzled by
> this result.

Does this system work ok with 2.6.2-rc1-mm1?  Weird.

--bart


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.2-rc3-mm1
       [not found]       ` <Pine.LNX.4.58.0402031941560.665@uberdeity>
@ 2004-02-04 10:05         ` Alistair John Strachan
  0 siblings, 0 replies; 19+ messages in thread
From: Alistair John Strachan @ 2004-02-04 10:05 UTC (permalink / raw
  To: linux-kernel
  Cc: Derek Foreman, Bartlomiej Zolnierkiewicz, Andrew Morton, linux-mm

On Wednesday 04 February 2004 01:43, Derek Foreman wrote:
> On Tue, 3 Feb 2004, Alistair John Strachan wrote:
> > On Tuesday 03 February 2004 18:32, Bartlomiej Zolnierkiewicz wrote:
> > > On Tuesday 03 of February 2004 18:39, Alistair John Strachan wrote:
[snip]
> > > > UDMA(133) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> > > > hde: max request size: 128KiB
> > > >
> > > > 30 seconds later, I get something like:
> > > >
> > > > hde: lost interrupt
> > > > hde: lost interrupt
>
> Just a quick check to make sure this isn't the same ACPI problem I'm
> seeing here with an Nforce2 board and recent kernels...
>
> Does the "acpi=off" boot parameter make things work?

Thanks, this was it. I should've tried this first. Bart, the driver comes up 
just fine with acpi disabled in the most recent kernels.

ACPI is clearly broken on nForce 2, though, and booting my system with 
acpi=off, although allowing me to get to init, breaks USB initialisation. 
This breakage must have been introduced since 2.6.2-rc1-mm1.

-- 
Cheers,
Alistair.

personal:   alistair()devzero!co!uk
university: s0348365()sms!ed!ac!uk
student:    CS/AI Undergraduate
contact:    7/10 Darroch Court,
            University of Edinburgh.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ReiserFS V4 (was Re: 2.6.2-rc3-mm1)
  2004-02-03 23:21     ` ReiserFS V4 (was Re: 2.6.2-rc3-mm1) Hans Reiser
@ 2004-02-04 12:00       ` Tomas Szepe
  2004-02-04 15:24         ` Hans Reiser
  0 siblings, 1 reply; 19+ messages in thread
From: Tomas Szepe @ 2004-02-04 12:00 UTC (permalink / raw
  To: Hans Reiser; +Cc: lkml

On Feb-03 2004, Tue, 15:21 -0800
Hans Reiser <reiser@namesys.com> wrote:

[snip]
> V4 is 2-5x the speed of V3, has more 
> functionality, better security, is more maintainable, etc.  Once V4 is 
> as stable and tested as V3,
[snip]

Are there any plans to release a reliable version of V4 any time soon?

-- 
Tomas Szepe <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ReiserFS V4 (was Re: 2.6.2-rc3-mm1)
  2004-02-04 12:00       ` Tomas Szepe
@ 2004-02-04 15:24         ` Hans Reiser
  0 siblings, 0 replies; 19+ messages in thread
From: Hans Reiser @ 2004-02-04 15:24 UTC (permalink / raw
  To: Tomas Szepe; +Cc: lkml, nikita

Tomas Szepe wrote:

>On Feb-03 2004, Tue, 15:21 -0800
>Hans Reiser <reiser@namesys.com> wrote:
>
>[snip]
>  
>
>>V4 is 2-5x the speed of V3, has more 
>>functionality, better security, is more maintainable, etc.  Once V4 is 
>>as stable and tested as V3,
>>    
>>
>[snip]
>
>Are there any plans to release a reliable version of V4 any time soon?
>
>  
>
Nikita, please do a new snapshot now that we have fixed some bugs.  The 
last snapshot seems to have added more bugs than it fixed.


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2004-02-04 15:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-03  7:58 2.6.2-rc3-mm1 Andrew Morton
2004-02-03  8:52 ` 2.6.2-rc3-mm1 Vladimir Saveliev
2004-02-03  9:04   ` 2.6.2-rc3-mm1 Andrew Morton
2004-02-03 23:21     ` ReiserFS V4 (was Re: 2.6.2-rc3-mm1) Hans Reiser
2004-02-04 12:00       ` Tomas Szepe
2004-02-04 15:24         ` Hans Reiser
2004-02-03  9:58 ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
2004-02-03 10:10   ` 2.6.2-rc3-mm1 Prakash K. Cheemplavam
2004-02-03 10:16 ` 2.6.2-rc3-mm1 Helge Hafting
2004-02-03 10:33 ` 2.6.2-rc3-mm1 Andrew Morton
2004-02-03 17:39 ` 2.6.2-rc3-mm1 Alistair John Strachan
2004-02-03 18:32   ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
2004-02-03 23:47     ` 2.6.2-rc3-mm1 Alistair John Strachan
2004-02-04  0:00       ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
2004-02-04  0:17         ` 2.6.2-rc3-mm1 Alistair John Strachan
2004-02-04  0:35           ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
2004-02-04  1:03             ` 2.6.2-rc3-mm1 Alistair John Strachan
2004-02-04  1:29               ` 2.6.2-rc3-mm1 Bartlomiej Zolnierkiewicz
     [not found]       ` <Pine.LNX.4.58.0402031941560.665@uberdeity>
2004-02-04 10:05         ` 2.6.2-rc3-mm1 Alistair John Strachan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).