linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test7-mm1
@ 2003-10-15  8:36 Andrew Morton
  2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrew Morton @ 2003-10-15  8:36 UTC (permalink / raw)
  To: linux-kernel, linux-mm

ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2.6.0-test7-mm1

Nothing major here; mainly small fixes.


 linus.patch

 Latest Linus BK

-selectable-logbuf-size.patch
-8139too-edimax.patch
-futex_refs_and_lock_fix.patch
-futex-locking-fix-fix.patch
-node-enumeration-cleanup-01.patch
-node-enumeration-cleanup-02.patch
-node-enumeration-cleanup-03.patch
-node-enumeration-cleanup-04.patch
-node-enumeration-cleanup-05.patch
-node-enumeration-cleanup-fix-01.patch
-compat-ioctl-consolidation.patch
-compat-ioctl-consolidation-job-control-update.patch
-alsa-gameport-fix.patch
-sizeof-in-ioctl-fix.patch
-ax25-timer-cleanup.patch
-calc_vm_trans-commentary.patch
-proc-sys-auxv.patch
-kernel-doc-fixes.patch
-kill-CONFIG_EISA_ALWAYS.patch
-ext3-concurrent-alloc-locking-fix.patch
-dscc4-fixes.patch
-cpufreq-sysfs-oops-fix.patch
-move-job-control-fields.patch
-move-job-control-fields-ia64-fix.patch
-do_no_page-pte_chain_leak-fix.patch
-20-odirect_enable.patch
-21-odirect_cruft.patch
-22-read_proc.patch
-23-write_proc.patch
-24-commit_proc.patch
-25-odirect.patch
-athlon-prefetch-handling.patch
-athlon-prefetch-handling-fix.patch

 Merged

+8139too-poll_controller.patch

 8139too kgb support.

-io-refcount-debugging.patch

 Dropped, too noisy.

+sjcd-usercopy-checks.patch

 copy_*_user retval checks.

+might_sleep-vs-jiffies-wrap.patch

 might_sleep() was broken by the jiffywrap detector.

+selinux-add-policyvers.patch

 SELinux things.

+mandocs-case-fix.patch

 Kernel doc generation fix

+pcibios_test_irq-fix.patch

 Fix an "unhandled interrupt" problem.

+fixmap-in-proc-pid-maps.patch

 Make the special ia32 fixmap area appear in /proc/pid/maps

+ajdtimex-vs-gettimeofday.patch

 Stop gettimeofday() from going backwards due to adjtimex activity.

+i82365-sysfs-ordering-fix.patch

 Fix an oops due to i82365 sysfs handling

+swapon-handle-no-readpage.patch

 Don't swapon files which have no readpage a_op.

+pci_set_power_state-might-sleep.patch

 Debug check.

+reiserfs-url-fixes.patch

 Documentation update.

+numaq-mpc-warning-fix.patch

 NUMAQ compile warning fix

+invalidate_inodes-speedup.patch
+invalidate_inodes-speedup-fixes.patch

 Speed up unmount when there are lots of inodes.

+ide-piix-fallback-fix.patch

 Fix PIIX fallback-to-PIO code

+ext3-i_disksize-locking-fix.patch

 Missed ext3 locking.

+applicom-fixes.patch

 Resource handling fixes

+compat_ioctl-cleanup.patch

 Consolidate the compat code.

+acl-signedness-fix.patch

 Don't do "if (unsigned < 0)"

+saa7134-build-fix.patch

 Fix compile for gcc-2.9x

+ide-write-barrier-support.patch

 IDE write barriers

+jbd-barrier-selection.patch

 Enable the barrier code in ext3.  Use

	mount -o barrier=1
	mount -o barrier=0
	mount -o remount,barrier=1
	mount -o remount,barrier=0

+scale-min_free_kbytes.patch

 Scale min_free_kbytes according to machine size.

+sym-2.1.18f.patch

 Sym driver update.

+CONFIG_STANDALONE-default-to-n.patch

 Make CONFIG_STANDALONE default to "n".

+nosysfs.patch

 Add "nosysfs" boot parameter to nobble sysfs, and save some RAM.

-nfs-O_DIRECT-always-enabled.patch

 Dropped, it was debug.

+4g4g-athlon-prefetch-handling-fix.patch

 Fix 4g/4g for athlon prefetch stuff.

+4g4g-aio-hang-fix.patch

 Fix AIO for the 4g/4g split.

+aio-splice-runlist.patch

 AIO I/O fairness tweak.






All 150 patches


linus.patch

mm.patch
  add -mmN to EXTRAVERSION

kgdb-ga.patch
  kgdb stub for ia32 (George Anzinger's one)
  kgdbL warning fix

kgdb-buff-too-big.patch
  kgdb buffer overflow fix

kgdb-warning-fix.patch
  kgdbL warning fix

kgdb-build-fix.patch

kgdb-spinlock-fix.patch

kgdb-fix-debug-info.patch
  kgdb: CONFIG_DEBUG_INFO fix

kgdb-cpumask_t.patch

kgdb-x86_64-fixes.patch
  x86_64 fixes

kgdb-over-ethernet.patch
  kgdb-over-ethernet patch

kgdb-over-ethernet-fixes.patch
  kgdb-over-ethernet fixlets

kgdb-CONFIG_NET_POLL_CONTROLLER.patch
  kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers

kgdb-handle-stopped-NICs.patch
  kgdb: handle netif_stopped NICs

eepro100-poll-controller.patch

tlan-poll_controller.patch

tulip-poll_controller.patch

tg3-poll_controller.patch
  kgdb: tg3 poll_controller

8139too-poll_controller.patch
  8139too poll controller

kgdb-eth-smp-fix.patch
  kgdb-over-ethernet: fix SMP

kgdb-eth-reattach.patch

kgdb-skb_reserve-fix.patch
  kgdb-over-ethernet: skb_reserve() fix

must-fix.patch

should-fix.patch

RD0-initrd-B6.patch

RD1-cdrom_ioctl-B6.patch

RD2-ioctl-B6.patch

RD2-ioctl-B6-fix.patch
  RD2-ioctl-B6 fixes

RD3-cdrom_open-B6.patch

RD4-open-B6.patch

RD5-cdrom_release-B6.patch

RD6-release-B6.patch

RD7-presto_journal_close-B6.patch

RD8-f_mapping-B6.patch

RD9-f_mapping2-B6.patch

RD10-i_sem-B6.patch

RD11-f_mapping3-B6.patch

RD12-generic_osync_inode-B6.patch

RD13-bd_acquire-B6.patch

RD14-generic_write_checks-B6.patch

RD15-I_BDEV-B6.patch

RD16-rest-B6.patch

serio-01-renaming.patch
  serio: rename serio_[un]register_slave_port to __serio_[un]register_port

serio-02-race-fix.patch
  serio: possible race between port removal and kseriod

serio-03-blacklist.patch
  Add black list to handler<->device matching

serio-04-synaptics-cleanup.patch
  Synaptics: code cleanup

serio-05-reconnect-facility.patch
  serio: reconnect facility

serio-06-synaptics-use-reconnect.patch
  Synaptics: use serio_reconnect

acpi_off-fix.patch
  fix acpi=off

cfq-4.patch
  CFQ io scheduler
  CFQ fixes

config_spinline.patch
  uninline spinlocks for profiling accuracy.

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

ppc64-reloc_hide.patch

ppc64-semaphore-reimplementation.patch
  ppc64: use the ia32 semaphore implementation

ppc64-sym2-fix.patch
  ppc64 sym2 fix

sym-do-160.patch
  make the SYM driver do 160 MB/sec

input-use-after-free-checks.patch
  input layer debug checks

fbdev.patch
  framebbuffer driver update

cursor-flashing-fix.patch
  fbdev: fix cursor letovers

radeonfb-line_length-fix.patch
  Radeon framebuffer line length fix

aic7xxx-parallel-build-fix.patch
  fix parallel builds for aic7xxx

ramdisk-cleanup.patch

intel8x0-cleanup.patch
  intel8x0 cleanups

uml-update.patch
  Update UML to 2.6.0-test5

pdflush-diag.patch

kobject-oops-fixes.patch
  fix oopses is kobject parent is removed before child

futex-uninlinings.patch
  futex uninlining

zap_page_range-debug.patch
  zap_page_range() debug

acpi-thinkpad-fix.patch
  APCI fix for thinkpads

scsi-handle-zero-length-requests.patch
  scsi: handle zero-length requests

call_usermodehelper-retval-fix-3.patch
  Make call_usermodehelper report exit status

asus-L5-fix.patch
  Asus L5 framebuffer fix

jffs-use-daemonize.patch

tulip-NAPI-support.patch
  tulip NAPI support

tulip-napi-disable.patch
  tulip NAPI: disable poll in close

get_user_pages-handle-VM_IO.patch

ia32-MSI-support.patch
  Updated ia32 MSI Patches

ia32-MSI-support-tweaks.patch

ia32-efi-support.patch
  EFI support for ia32

CONFIG_ACPI_EFI-defaults-off.patch

ia32-efi-support-warning-fixes.patch

ia32-efi-support-tidy.patch

ia32-efi-other-arch-fix.patch
  fix EFI for ppc64, ia64

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

dynamic-irq_vector-allocation.patch
  dynamic irq_vector allocation for ia32

SGI-IOC4-IDE-chipset-support.patch
  Add support for SGI's IOC4 chipset

vma-split-truncate-race-fix.patch
  fix split_vma vs. invalidate_mmap_range_list race

vma-split-truncate-race-fix-tweaks.patch

sparc32-sched_clock.patch

unmap_vmas-warning-fix.patch
  Fix unmap_vmas() compile warning

sjcd-usercopy-checks.patch
  Add missing sjcd uaccess checks

might_sleep-vs-jiffies-wrap.patch
  Fix early __might_sleep() calls

selinux-add-policyvers.patch
  SELINUX: add policyvers to selinuxfs

mandocs-case-fix.patch
  Correct case sensitivity in make mandocs

pcibios_test_irq-fix.patch
  Fix pcibios test IRQ handler return

fixmap-in-proc-pid-maps.patch
  report user-readable fixmap area in /proc/PID/maps

ajdtimex-vs-gettimeofday.patch
  Time precision, adjtime(x) vs. gettimeofday

i82365-sysfs-ordering-fix.patch
  Fix init_i82365 sysfs ordering oops

swapon-handle-no-readpage.patch
  Don't swap to files which do not implement readpage

pci_set_power_state-might-sleep.patch

reiserfs-url-fixes.patch
  reiserfs documentation URL fixes

numaq-mpc-warning-fix.patch
  silence smp_read_mpc_oem() declared static but never defined warning

invalidate_inodes-speedup.patch
  invalidate_inodes speedup

invalidate_inodes-speedup-fixes.patch

ide-piix-fallback-fix.patch
  IDE: PIIX DMA fallback fix

ext3-i_disksize-locking-fix.patch
  ext3: i_disksize locking fix

applicom-fixes.patch
  applicom: fix LEAK, unwind on errors;

compat_ioctl-cleanup.patch
  cleanup of compat_ioctl functions

acl-signedness-fix.patch
  ext2/ext3 acl signeness fixes

saa7134-build-fix.patch
  saa7134-core.c compile fix for old gcc

ide-write-barrier-support.patch
  ide write barrier support

jbd-barrier-selection.patch

scale-min_free_kbytes.patch
  scale the initial value of min_free_kbytes

sym-2.1.18f.patch

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

nosysfs.patch

keyboard-repeat-rate-setting-fix.patch
  keyboard repeat rate setting fix

list_del-debug.patch
  list_del debug check

print-build-options-on-oops.patch
  print a few config options on oops

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

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

lockmeter.patch

printk-oops-mangle-fix.patch
  disentangle printk's whilst oopsing on SMP

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

4g4g-athlon-prefetch-handling-fix.patch

ppc-fixes.patch
  make mm4 compile on ppc

aic7xxx_old-oops-fix.patch

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-race-fixes-rework-XFS-fix.patch
  O_DIRECT XFS fix

aio-01-retry.patch
  AIO: Core retry infrastructure
  Fix aio process hang on EINVAL
  AIO: flush workqueues before destroying ioctx'es
  AIO: hold the context lock across unuse_mm
  task task_lock in use_mm()

4g4g-aio-hang-fix.patch
  Fix AIO and 4G-4G hang

aio-refcounting-fix.patch
  aio ref count in io_submit_one

aio-retry-elevated-refcount.patch
  aio: extra ref count during retry

aio-splice-runlist.patch
  Splice AIO runlist for fairer handling of multiple io contexts

aio-02-lockpage_wq.patch
  AIO: Async page wait

aio-03-fs_read.patch
  AIO: Filesystem aio read

aio-04-buffer_wq.patch
  AIO: Async buffer wait
  lock_buffer_wq fix

aio-05-fs_write.patch
  AIO: Filesystem aio write

aio-06-bread_wq.patch
  AIO: Async block read

aio-07-ext2getblk_wq.patch
  AIO: Async get block for ext2

O_SYNC-speedup-2.patch
  speed up O_SYNC writes

O_SYNC-speedup-2-f_mapping-fixes.patch

aio-09-o_sync.patch
  aio O_SYNC
  AIO: fix a BUG
  Unify o_sync changes for aio and regular writes
  aio-O_SYNC-fix bits got lost
  aio: writev nr_segs fix
  More AIO O_SYNC related fixes

aio-09-o_sync-f_mapping-fixes.patch

gang_lookup_next.patch
  Change the page gang lookup API

aio-gang_lookup-fix.patch
  AIO gang lookup fixes

aio-O_SYNC-short-write-fix.patch
  Fix for O_SYNC short writes

aio-12-readahead.patch
  AIO: readahead fixes
  aio O_DIRECT no readahead
  Unified page range readahead for aio and regular reads

aio-12-readahead-f_mapping-fix.patch

aio-readahead-speedup.patch
  Readahead issues and AIO read speedup



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
@ 2003-10-15 15:20 ` Luiz Capitulino
  2003-10-15 15:42 ` 2.6.0-test7-mm1 Luiz Capitulino
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Luiz Capitulino @ 2003-10-15 15:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew,

Em Qua, 2003-10-15 as 06:36, Andrew Morton escreveu:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2.6.0-test7-mm1

getting this while compiling with gcc-3.2 (almost I sure that the tree
is ok, I made the download twice):

arch/i386/kernel/efi_stub.S: Assembler messages:
arch/i386/kernel/efi_stub.S:26: Warning: ignoring changed section attributes for .text
drivers/ide/ide-io.c: In function `ide_complete_barrier':
drivers/ide/ide-io.c:335: warning: long long unsigned int format, different type arg (arg 3)

config bellow:
#
# 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=y
# CONFIG_STANDALONE is not set
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=y
CONFIG_IKCONFIG_PROC=y
# 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

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

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_X86_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 is not set
# CONFIG_HPET_EMULATE_RTC is not set
# CONFIG_SMP is not set
# CONFIG_PREEMPT is not set
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_BOOT_IOREMAP=y

#
# Power management options (ACPI, APM)
#
# CONFIG_PM is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI 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_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
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 is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Device Drivers
#

#
# Generic Driver Options
#

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

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# 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_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=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 is not set
# CONFIG_LBD is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_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 is not set
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_IDE_TASKFILE_IO is not set

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# 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 is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SGIIOC4 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=y
# 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 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
#

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

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# 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_ARPD is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y
# 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 is not set
# 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=y
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
CONFIG_DM9102=y
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI 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_PLIP=y
# 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_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NET_POLL_CONTROLLER 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

#
# 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=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# 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_PARKBD 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_PS2_SYNAPTICS is not set
CONFIG_MOUSE_SERIAL=y
# 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=y
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_UINPUT is not set

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

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE 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_PRINTER is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# I2C Algorithms
#

#
# I2C Hardware Bus support
#

#
# I2C Hardware Sensors Chip support
#
# CONFIG_I2C_SENSOR is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_HW_RANDOM=y
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
CONFIG_DRM_R128=y
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=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 is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

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

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

#
# PCI devices
#
# CONFIG_SND_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=y
# 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 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
# CONFIG_USB is not set
# CONFIG_USB_GADGET is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
CONFIG_MINIX_FS=y
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set

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

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

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set
# CONFIG_TMPFS is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_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=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
# CONFIG_SUNRPC_GSS is not set
# CONFIG_SMB_FS 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
CONFIG_NLS=y

#
# Native Language Support
#
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 is not set
# 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 is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_SLAB=y
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG_PAGEALLOC=y
# CONFIG_SPINLINE is not set
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_KGDB 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

-- 
Luiz Fernando N. Capitulino
<lcapitulino@prefeitura.sp.gov.br>
<http://www.telecentros.sp.gov.br>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
  2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
@ 2003-10-15 15:42 ` Luiz Capitulino
  2003-10-15 16:55   ` 2.6.0-test7-mm1 William Lee Irwin III
  2003-10-15 16:39 ` 2.6.0-test7-mm1 (compile stats) John Cherry
  2003-10-18 17:43 ` 2.6.0-test7-mm1 Thomas Schlichter
  3 siblings, 1 reply; 10+ messages in thread
From: Luiz Capitulino @ 2003-10-15 15:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew (I again),

Em Qua, 2003-10-15 as 06:36, Andrew Morton escreveu:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2.6.0-test7-mm1

getting this while umounting my /home (ext3) partition:

# umount /dev/hda4

Unable to handle kernel paging request at virtual address c282deac
printing eip:
c0164104
00007063
*pte = 0282d000
Oops: 0002 [#1]
DEBUG_PAGEALLOC
CPU:    0
EIP:    0060:[generic_forget_inode+84/352]    Not tainted VLI
EFLAGS: 00010246
EIP is at generic_forget_inode+0x54/0x160
eax: c282dea8   ebx: c6bf4ea0   ecx: c6c2dea8   edx: c6bf4ea8
esi: c6befdf8   edi: c6befdf8   ebp: c244dec8   esp: c244deb4
ds: 007b   es: 007b   ss: 0068
Process umount (pid: 539, threadinfo=c244c000 task=c27239d0)
Stack: c6be7ef8 c244dec8 c0181b74 c6bf4ea0 c6beef38 c244ded8 c0164286 c6bf4ea0 
       c6be7ef8 c244def8 c0196319 c6bf4ea0 00000001 c244def8 c018e560 c7fecb48 
       c6bed400 c244df20 c018a2eb c6be7ef8 c244df0c c244df0c c244df0c c244df0c 
Call Trace:
 [ext3_put_inode+20/48] ext3_put_inode+0x14/0x30
 [iput+86/128] iput+0x56/0x80
 [journal_destroy+153/416] journal_destroy+0x99/0x1a0
 [ext3_xattr_put_super+32/48] ext3_xattr_put_super+0x20/0x30
 [ext3_put_super+43/448] ext3_put_super+0x2b/0x1c0
 [generic_shutdown_super+327/352] generic_shutdown_super+0x147/0x160
 [kill_block_super+29/80] kill_block_super+0x1d/0x50
 [deactivate_super+70/112] deactivate_super+0x46/0x70
 [sys_umount+60/160] sys_umount+0x3c/0xa0
 [sys_oldumount+25/32] sys_oldumount+0x19/0x20
 [syscall_call+7/11] syscall_call+0x7/0xb

Code: 8d 53 08 8b 4a 04 39 11 0f 85 0e 01 00 00 8b 43 08 39 50 04 0f 85 f5 
      00 00 00 89 01 c7 43 08 00 01 10 00 89 48 04 a1 dc e4 35 c0 <89> 50 
      04 89 43 08 c7 42 04 dc e4 35 c0 89 15 dc e4 35 c0 ff 05 


-- 
Luiz Fernando N. Capitulino
<lcapitulino@prefeitura.sp.gov.br>
<http://www.telecentros.sp.gov.br>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1 (compile stats)
  2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
  2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
  2003-10-15 15:42 ` 2.6.0-test7-mm1 Luiz Capitulino
@ 2003-10-15 16:39 ` John Cherry
  2003-10-15 17:52   ` William Lee Irwin III
  2003-10-18 17:43 ` 2.6.0-test7-mm1 Thomas Schlichter
  3 siblings, 1 reply; 10+ messages in thread
From: John Cherry @ 2003-10-15 16:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Compile stats posted at: http://developer.osdl.org/cherry/compile/

This is done for all mm releases now.

John

On Wed, 2003-10-15 at 01:36, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2.6.0-test7-mm1
> 
> Nothing major here; mainly small fixes.
> 
> 
>  linus.patch
> 
>  Latest Linus BK
> 
> -selectable-logbuf-size.patch
> -8139too-edimax.patch
> -futex_refs_and_lock_fix.patch
> -futex-locking-fix-fix.patch
> -node-enumeration-cleanup-01.patch
> -node-enumeration-cleanup-02.patch
> -node-enumeration-cleanup-03.patch
> -node-enumeration-cleanup-04.patch
> -node-enumeration-cleanup-05.patch
> -node-enumeration-cleanup-fix-01.patch
> -compat-ioctl-consolidation.patch
> -compat-ioctl-consolidation-job-control-update.patch
> -alsa-gameport-fix.patch
> -sizeof-in-ioctl-fix.patch
> -ax25-timer-cleanup.patch
> -calc_vm_trans-commentary.patch
> -proc-sys-auxv.patch
> -kernel-doc-fixes.patch
> -kill-CONFIG_EISA_ALWAYS.patch
> -ext3-concurrent-alloc-locking-fix.patch
> -dscc4-fixes.patch
> -cpufreq-sysfs-oops-fix.patch
> -move-job-control-fields.patch
> -move-job-control-fields-ia64-fix.patch
> -do_no_page-pte_chain_leak-fix.patch
> -20-odirect_enable.patch
> -21-odirect_cruft.patch
> -22-read_proc.patch
> -23-write_proc.patch
> -24-commit_proc.patch
> -25-odirect.patch
> -athlon-prefetch-handling.patch
> -athlon-prefetch-handling-fix.patch
> 
>  Merged
> 
> +8139too-poll_controller.patch
> 
>  8139too kgb support.
> 
> -io-refcount-debugging.patch
> 
>  Dropped, too noisy.
> 
> +sjcd-usercopy-checks.patch
> 
>  copy_*_user retval checks.
> 
> +might_sleep-vs-jiffies-wrap.patch
> 
>  might_sleep() was broken by the jiffywrap detector.
> 
> +selinux-add-policyvers.patch
> 
>  SELinux things.
> 
> +mandocs-case-fix.patch
> 
>  Kernel doc generation fix
> 
> +pcibios_test_irq-fix.patch
> 
>  Fix an "unhandled interrupt" problem.
> 
> +fixmap-in-proc-pid-maps.patch
> 
>  Make the special ia32 fixmap area appear in /proc/pid/maps
> 
> +ajdtimex-vs-gettimeofday.patch
> 
>  Stop gettimeofday() from going backwards due to adjtimex activity.
> 
> +i82365-sysfs-ordering-fix.patch
> 
>  Fix an oops due to i82365 sysfs handling
> 
> +swapon-handle-no-readpage.patch
> 
>  Don't swapon files which have no readpage a_op.
> 
> +pci_set_power_state-might-sleep.patch
> 
>  Debug check.
> 
> +reiserfs-url-fixes.patch
> 
>  Documentation update.
> 
> +numaq-mpc-warning-fix.patch
> 
>  NUMAQ compile warning fix
> 
> +invalidate_inodes-speedup.patch
> +invalidate_inodes-speedup-fixes.patch
> 
>  Speed up unmount when there are lots of inodes.
> 
> +ide-piix-fallback-fix.patch
> 
>  Fix PIIX fallback-to-PIO code
> 
> +ext3-i_disksize-locking-fix.patch
> 
>  Missed ext3 locking.
> 
> +applicom-fixes.patch
> 
>  Resource handling fixes
> 
> +compat_ioctl-cleanup.patch
> 
>  Consolidate the compat code.
> 
> +acl-signedness-fix.patch
> 
>  Don't do "if (unsigned < 0)"
> 
> +saa7134-build-fix.patch
> 
>  Fix compile for gcc-2.9x
> 
> +ide-write-barrier-support.patch
> 
>  IDE write barriers
> 
> +jbd-barrier-selection.patch
> 
>  Enable the barrier code in ext3.  Use
> 
> 	mount -o barrier=1
> 	mount -o barrier=0
> 	mount -o remount,barrier=1
> 	mount -o remount,barrier=0
> 
> +scale-min_free_kbytes.patch
> 
>  Scale min_free_kbytes according to machine size.
> 
> +sym-2.1.18f.patch
> 
>  Sym driver update.
> 
> +CONFIG_STANDALONE-default-to-n.patch
> 
>  Make CONFIG_STANDALONE default to "n".
> 
> +nosysfs.patch
> 
>  Add "nosysfs" boot parameter to nobble sysfs, and save some RAM.
> 
> -nfs-O_DIRECT-always-enabled.patch
> 
>  Dropped, it was debug.
> 
> +4g4g-athlon-prefetch-handling-fix.patch
> 
>  Fix 4g/4g for athlon prefetch stuff.
> 
> +4g4g-aio-hang-fix.patch
> 
>  Fix AIO for the 4g/4g split.
> 
> +aio-splice-runlist.patch
> 
>  AIO I/O fairness tweak.
> 
> 
> 
> 
> 
> 
> All 150 patches
> 
> 
> linus.patch
> 
> mm.patch
>   add -mmN to EXTRAVERSION
> 
> kgdb-ga.patch
>   kgdb stub for ia32 (George Anzinger's one)
>   kgdbL warning fix
> 
> kgdb-buff-too-big.patch
>   kgdb buffer overflow fix
> 
> kgdb-warning-fix.patch
>   kgdbL warning fix
> 
> kgdb-build-fix.patch
> 
> kgdb-spinlock-fix.patch
> 
> kgdb-fix-debug-info.patch
>   kgdb: CONFIG_DEBUG_INFO fix
> 
> kgdb-cpumask_t.patch
> 
> kgdb-x86_64-fixes.patch
>   x86_64 fixes
> 
> kgdb-over-ethernet.patch
>   kgdb-over-ethernet patch
> 
> kgdb-over-ethernet-fixes.patch
>   kgdb-over-ethernet fixlets
> 
> kgdb-CONFIG_NET_POLL_CONTROLLER.patch
>   kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers
> 
> kgdb-handle-stopped-NICs.patch
>   kgdb: handle netif_stopped NICs
> 
> eepro100-poll-controller.patch
> 
> tlan-poll_controller.patch
> 
> tulip-poll_controller.patch
> 
> tg3-poll_controller.patch
>   kgdb: tg3 poll_controller
> 
> 8139too-poll_controller.patch
>   8139too poll controller
> 
> kgdb-eth-smp-fix.patch
>   kgdb-over-ethernet: fix SMP
> 
> kgdb-eth-reattach.patch
> 
> kgdb-skb_reserve-fix.patch
>   kgdb-over-ethernet: skb_reserve() fix
> 
> must-fix.patch
> 
> should-fix.patch
> 
> RD0-initrd-B6.patch
> 
> RD1-cdrom_ioctl-B6.patch
> 
> RD2-ioctl-B6.patch
> 
> RD2-ioctl-B6-fix.patch
>   RD2-ioctl-B6 fixes
> 
> RD3-cdrom_open-B6.patch
> 
> RD4-open-B6.patch
> 
> RD5-cdrom_release-B6.patch
> 
> RD6-release-B6.patch
> 
> RD7-presto_journal_close-B6.patch
> 
> RD8-f_mapping-B6.patch
> 
> RD9-f_mapping2-B6.patch
> 
> RD10-i_sem-B6.patch
> 
> RD11-f_mapping3-B6.patch
> 
> RD12-generic_osync_inode-B6.patch
> 
> RD13-bd_acquire-B6.patch
> 
> RD14-generic_write_checks-B6.patch
> 
> RD15-I_BDEV-B6.patch
> 
> RD16-rest-B6.patch
> 
> serio-01-renaming.patch
>   serio: rename serio_[un]register_slave_port to __serio_[un]register_port
> 
> serio-02-race-fix.patch
>   serio: possible race between port removal and kseriod
> 
> serio-03-blacklist.patch
>   Add black list to handler<->device matching
> 
> serio-04-synaptics-cleanup.patch
>   Synaptics: code cleanup
> 
> serio-05-reconnect-facility.patch
>   serio: reconnect facility
> 
> serio-06-synaptics-use-reconnect.patch
>   Synaptics: use serio_reconnect
> 
> acpi_off-fix.patch
>   fix acpi=off
> 
> cfq-4.patch
>   CFQ io scheduler
>   CFQ fixes
> 
> config_spinline.patch
>   uninline spinlocks for profiling accuracy.
> 
> ppc64-bar-0-fix.patch
>   Allow PCI BARs that start at 0
> 
> ppc64-reloc_hide.patch
> 
> ppc64-semaphore-reimplementation.patch
>   ppc64: use the ia32 semaphore implementation
> 
> ppc64-sym2-fix.patch
>   ppc64 sym2 fix
> 
> sym-do-160.patch
>   make the SYM driver do 160 MB/sec
> 
> input-use-after-free-checks.patch
>   input layer debug checks
> 
> fbdev.patch
>   framebbuffer driver update
> 
> cursor-flashing-fix.patch
>   fbdev: fix cursor letovers
> 
> radeonfb-line_length-fix.patch
>   Radeon framebuffer line length fix
> 
> aic7xxx-parallel-build-fix.patch
>   fix parallel builds for aic7xxx
> 
> ramdisk-cleanup.patch
> 
> intel8x0-cleanup.patch
>   intel8x0 cleanups
> 
> uml-update.patch
>   Update UML to 2.6.0-test5
> 
> pdflush-diag.patch
> 
> kobject-oops-fixes.patch
>   fix oopses is kobject parent is removed before child
> 
> futex-uninlinings.patch
>   futex uninlining
> 
> zap_page_range-debug.patch
>   zap_page_range() debug
> 
> acpi-thinkpad-fix.patch
>   APCI fix for thinkpads
> 
> scsi-handle-zero-length-requests.patch
>   scsi: handle zero-length requests
> 
> call_usermodehelper-retval-fix-3.patch
>   Make call_usermodehelper report exit status
> 
> asus-L5-fix.patch
>   Asus L5 framebuffer fix
> 
> jffs-use-daemonize.patch
> 
> tulip-NAPI-support.patch
>   tulip NAPI support
> 
> tulip-napi-disable.patch
>   tulip NAPI: disable poll in close
> 
> get_user_pages-handle-VM_IO.patch
> 
> ia32-MSI-support.patch
>   Updated ia32 MSI Patches
> 
> ia32-MSI-support-tweaks.patch
> 
> ia32-efi-support.patch
>   EFI support for ia32
> 
> CONFIG_ACPI_EFI-defaults-off.patch
> 
> ia32-efi-support-warning-fixes.patch
> 
> ia32-efi-support-tidy.patch
> 
> ia32-efi-other-arch-fix.patch
>   fix EFI for ppc64, ia64
> 
> support-zillions-of-scsi-disks.patch
>   support many SCSI disks
> 
> dynamic-irq_vector-allocation.patch
>   dynamic irq_vector allocation for ia32
> 
> SGI-IOC4-IDE-chipset-support.patch
>   Add support for SGI's IOC4 chipset
> 
> vma-split-truncate-race-fix.patch
>   fix split_vma vs. invalidate_mmap_range_list race
> 
> vma-split-truncate-race-fix-tweaks.patch
> 
> sparc32-sched_clock.patch
> 
> unmap_vmas-warning-fix.patch
>   Fix unmap_vmas() compile warning
> 
> sjcd-usercopy-checks.patch
>   Add missing sjcd uaccess checks
> 
> might_sleep-vs-jiffies-wrap.patch
>   Fix early __might_sleep() calls
> 
> selinux-add-policyvers.patch
>   SELINUX: add policyvers to selinuxfs
> 
> mandocs-case-fix.patch
>   Correct case sensitivity in make mandocs
> 
> pcibios_test_irq-fix.patch
>   Fix pcibios test IRQ handler return
> 
> fixmap-in-proc-pid-maps.patch
>   report user-readable fixmap area in /proc/PID/maps
> 
> ajdtimex-vs-gettimeofday.patch
>   Time precision, adjtime(x) vs. gettimeofday
> 
> i82365-sysfs-ordering-fix.patch
>   Fix init_i82365 sysfs ordering oops
> 
> swapon-handle-no-readpage.patch
>   Don't swap to files which do not implement readpage
> 
> pci_set_power_state-might-sleep.patch
> 
> reiserfs-url-fixes.patch
>   reiserfs documentation URL fixes
> 
> numaq-mpc-warning-fix.patch
>   silence smp_read_mpc_oem() declared static but never defined warning
> 
> invalidate_inodes-speedup.patch
>   invalidate_inodes speedup
> 
> invalidate_inodes-speedup-fixes.patch
> 
> ide-piix-fallback-fix.patch
>   IDE: PIIX DMA fallback fix
> 
> ext3-i_disksize-locking-fix.patch
>   ext3: i_disksize locking fix
> 
> applicom-fixes.patch
>   applicom: fix LEAK, unwind on errors;
> 
> compat_ioctl-cleanup.patch
>   cleanup of compat_ioctl functions
> 
> acl-signedness-fix.patch
>   ext2/ext3 acl signeness fixes
> 
> saa7134-build-fix.patch
>   saa7134-core.c compile fix for old gcc
> 
> ide-write-barrier-support.patch
>   ide write barrier support
> 
> jbd-barrier-selection.patch
> 
> scale-min_free_kbytes.patch
>   scale the initial value of min_free_kbytes
> 
> sym-2.1.18f.patch
> 
> CONFIG_STANDALONE-default-to-n.patch
>   Make CONFIG_STANDALONE default to N
> 
> nosysfs.patch
> 
> keyboard-repeat-rate-setting-fix.patch
>   keyboard repeat rate setting fix
> 
> list_del-debug.patch
>   list_del debug check
> 
> print-build-options-on-oops.patch
>   print a few config options on oops
> 
> show_task-free-stack-fix.patch
>   show_task() fix and cleanup
> 
> oops-dump-preceding-code.patch
>   i386 oops output: dump preceding code
> 
> lockmeter.patch
> 
> printk-oops-mangle-fix.patch
>   disentangle printk's whilst oopsing on SMP
> 
> 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
> 
> 4g4g-athlon-prefetch-handling-fix.patch
> 
> ppc-fixes.patch
>   make mm4 compile on ppc
> 
> aic7xxx_old-oops-fix.patch
> 
> 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-race-fixes-rework-XFS-fix.patch
>   O_DIRECT XFS fix
> 
> aio-01-retry.patch
>   AIO: Core retry infrastructure
>   Fix aio process hang on EINVAL
>   AIO: flush workqueues before destroying ioctx'es
>   AIO: hold the context lock across unuse_mm
>   task task_lock in use_mm()
> 
> 4g4g-aio-hang-fix.patch
>   Fix AIO and 4G-4G hang
> 
> aio-refcounting-fix.patch
>   aio ref count in io_submit_one
> 
> aio-retry-elevated-refcount.patch
>   aio: extra ref count during retry
> 
> aio-splice-runlist.patch
>   Splice AIO runlist for fairer handling of multiple io contexts
> 
> aio-02-lockpage_wq.patch
>   AIO: Async page wait
> 
> aio-03-fs_read.patch
>   AIO: Filesystem aio read
> 
> aio-04-buffer_wq.patch
>   AIO: Async buffer wait
>   lock_buffer_wq fix
> 
> aio-05-fs_write.patch
>   AIO: Filesystem aio write
> 
> aio-06-bread_wq.patch
>   AIO: Async block read
> 
> aio-07-ext2getblk_wq.patch
>   AIO: Async get block for ext2
> 
> O_SYNC-speedup-2.patch
>   speed up O_SYNC writes
> 
> O_SYNC-speedup-2-f_mapping-fixes.patch
> 
> aio-09-o_sync.patch
>   aio O_SYNC
>   AIO: fix a BUG
>   Unify o_sync changes for aio and regular writes
>   aio-O_SYNC-fix bits got lost
>   aio: writev nr_segs fix
>   More AIO O_SYNC related fixes
> 
> aio-09-o_sync-f_mapping-fixes.patch
> 
> gang_lookup_next.patch
>   Change the page gang lookup API
> 
> aio-gang_lookup-fix.patch
>   AIO gang lookup fixes
> 
> aio-O_SYNC-short-write-fix.patch
>   Fix for O_SYNC short writes
> 
> aio-12-readahead.patch
>   AIO: readahead fixes
>   aio O_DIRECT no readahead
>   Unified page range readahead for aio and regular reads
> 
> aio-12-readahead-f_mapping-fix.patch
> 
> aio-readahead-speedup.patch
>   Readahead issues and AIO read speedup
> 
> 
> 
> -
> 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/

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15 15:42 ` 2.6.0-test7-mm1 Luiz Capitulino
@ 2003-10-15 16:55   ` William Lee Irwin III
  2003-10-15 21:40     ` 2.6.0-test7-mm1 William Lee Irwin III
  0 siblings, 1 reply; 10+ messages in thread
From: William Lee Irwin III @ 2003-10-15 16:55 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: Andrew Morton, linux-kernel, linux-mm

On Wed, Oct 15, 2003 at 01:42:56PM -0200, Luiz Capitulino wrote:
> Andrew (I again),
> Em Qua, 2003-10-15 ?s 06:36, Andrew Morton escreveu:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2.6.0-test7-mm1
> getting this while umounting my /home (ext3) partition:
> # umount /dev/hda4
> Unable to handle kernel paging request at virtual address c282deac
> printing eip:
> c0164104
> 00007063
> *pte = 0282d000
> Oops: 0002 [#1]
> DEBUG_PAGEALLOC
> CPU:    0
> EIP:    0060:[generic_forget_inode+84/352]    Not tainted VLI
> EFLAGS: 00010246
> EIP is at generic_forget_inode+0x54/0x160

Okay, this one's me. I should have tried DEBUG_PAGEALLOC when testing.


-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1 (compile stats)
  2003-10-15 16:39 ` 2.6.0-test7-mm1 (compile stats) John Cherry
@ 2003-10-15 17:52   ` William Lee Irwin III
  0 siblings, 0 replies; 10+ messages in thread
From: William Lee Irwin III @ 2003-10-15 17:52 UTC (permalink / raw)
  To: John Cherry; +Cc: Andrew Morton, linux-kernel, linux-mm

On Wed, Oct 15, 2003 at 09:39:04AM -0700, John Cherry wrote:
> Compile stats posted at: http://developer.osdl.org/cherry/compile/
> This is done for all mm releases now.
> John

This ought to silence some of them. I'm not sure how the EFI people
failed to notice their constants were getting truncated...


diff -prauN mm1-2.6.0-test7-1/drivers/ide/ide-io.c mm1-2.6.0-test7-2/drivers/ide/ide-io.c
--- mm1-2.6.0-test7-1/drivers/ide/ide-io.c	2003-10-15 10:21:40.000000000 -0700
+++ mm1-2.6.0-test7-2/drivers/ide/ide-io.c	2003-10-15 10:23:25.000000000 -0700
@@ -332,7 +332,7 @@ static void ide_complete_barrier(ide_dri
 	if (bad_sectors)
 		__ide_end_request(drive, real_rq, 0, bad_sectors);
 
-	printk(KERN_ERR "%s: failed barrier write: sector=%Lx(good=%d/bad=%d)\n", drive->name, sector, good_sectors, bad_sectors);
+	printk(KERN_ERR "%s: failed barrier write: sector=%Lx(good=%d/bad=%d)\n", drive->name, (u64)sector, good_sectors, bad_sectors);
 	blk_queue_ordered(drive->queue, QUEUE_ORDERED_NONE);
 }
 
diff -prauN mm1-2.6.0-test7-1/drivers/net/eepro100.c mm1-2.6.0-test7-2/drivers/net/eepro100.c
--- mm1-2.6.0-test7-1/drivers/net/eepro100.c	2003-10-15 10:21:40.000000000 -0700
+++ mm1-2.6.0-test7-2/drivers/net/eepro100.c	2003-10-15 10:26:06.000000000 -0700
@@ -543,7 +543,9 @@ static void speedo_refill_rx_buffers(str
 static int speedo_rx(struct net_device *dev);
 static void speedo_tx_buffer_gc(struct net_device *dev);
 static irqreturn_t speedo_interrupt(int irq, void *dev_instance, struct pt_regs *regs);
+#ifdef CONFIG_NET_POLL_CONTROLLER
 static void poll_speedo (struct net_device *dev);
+#endif
 static int speedo_close(struct net_device *dev);
 static struct net_device_stats *speedo_get_stats(struct net_device *dev);
 static int speedo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
diff -prauN mm1-2.6.0-test7-1/drivers/net/tulip/tulip_core.c mm1-2.6.0-test7-2/drivers/net/tulip/tulip_core.c
--- mm1-2.6.0-test7-1/drivers/net/tulip/tulip_core.c	2003-10-15 10:21:40.000000000 -0700
+++ mm1-2.6.0-test7-2/drivers/net/tulip/tulip_core.c	2003-10-15 10:25:41.000000000 -0700
@@ -253,7 +253,9 @@ static void tulip_down(struct net_device
 static struct net_device_stats *tulip_get_stats(struct net_device *dev);
 static int private_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
 static void set_rx_mode(struct net_device *dev);
+#ifdef CONFIG_NET_POLL_CONTROLLER
 static void poll_tulip(struct net_device *dev);
+#endif
 
 
 
diff -prauN mm1-2.6.0-test7-1/include/linux/efi.h mm1-2.6.0-test7-2/include/linux/efi.h
--- mm1-2.6.0-test7-1/include/linux/efi.h	2003-10-15 10:21:42.000000000 -0700
+++ mm1-2.6.0-test7-2/include/linux/efi.h	2003-10-15 10:33:35.000000000 -0700
@@ -79,14 +79,14 @@ typedef	struct {
 #define EFI_MAX_MEMORY_TYPE		14
 
 /* Attribute values: */
-#define EFI_MEMORY_UC		0x0000000000000001	/* uncached */
-#define EFI_MEMORY_WC		0x0000000000000002	/* write-coalescing */
-#define EFI_MEMORY_WT		0x0000000000000004	/* write-through */
-#define EFI_MEMORY_WB		0x0000000000000008	/* write-back */
-#define EFI_MEMORY_WP		0x0000000000001000	/* write-protect */
-#define EFI_MEMORY_RP		0x0000000000002000	/* read-protect */
-#define EFI_MEMORY_XP		0x0000000000004000	/* execute-protect */
-#define EFI_MEMORY_RUNTIME	0x8000000000000000	/* range requires runtime mapping */
+#define EFI_MEMORY_UC		((u64)0x0000000000000001ULL)	/* uncached */
+#define EFI_MEMORY_WC		((u64)0x0000000000000002ULL)	/* write-coalescing */
+#define EFI_MEMORY_WT		((u64)0x0000000000000004ULL)	/* write-through */
+#define EFI_MEMORY_WB		((u64)0x0000000000000008ULL)	/* write-back */
+#define EFI_MEMORY_WP		((u64)0x0000000000001000ULL)	/* write-protect */
+#define EFI_MEMORY_RP		((u64)0x0000000000002000ULL)	/* read-protect */
+#define EFI_MEMORY_XP		((u64)0x0000000000004000ULL)	/* execute-protect */
+#define EFI_MEMORY_RUNTIME	((u64)0x8000000000000000ULL)	/* range requires runtime mapping */
 #define EFI_MEMORY_DESCRIPTOR_VERSION	1
 
 #define EFI_PAGE_SHIFT		12
@@ -147,7 +147,7 @@ typedef struct {
 /*
  * EFI Runtime Services table
  */
-#define EFI_RUNTIME_SERVICES_SIGNATURE 0x5652453544e5552
+#define EFI_RUNTIME_SERVICES_SIGNATURE ((u64)0x5652453544e5552ULL)
 #define EFI_RUNTIME_SERVICES_REVISION  0x00010000
 
 typedef struct {
@@ -217,7 +217,7 @@ typedef struct {
 	unsigned long table;
 } efi_config_table_t;
 
-#define EFI_SYSTEM_TABLE_SIGNATURE 0x5453595320494249
+#define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
 #define EFI_SYSTEM_TABLE_REVISION  ((1 << 16) | 00)
 
 typedef struct {
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15 16:55   ` 2.6.0-test7-mm1 William Lee Irwin III
@ 2003-10-15 21:40     ` William Lee Irwin III
  2003-10-16 15:11       ` 2.6.0-test7-mm1 Luiz Capitulino
  0 siblings, 1 reply; 10+ messages in thread
From: William Lee Irwin III @ 2003-10-15 21:40 UTC (permalink / raw)
  To: Luiz Capitulino, Andrew Morton, linux-kernel, linux-mm

On Wed, Oct 15, 2003 at 09:55:08AM -0700, William Lee Irwin III wrote:
> Okay, this one's me. I should have tried DEBUG_PAGEALLOC when testing.

I can't reproduce it here, can you retry with the invalidate_inodes-speedup
patch backed out?


-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15 21:40     ` 2.6.0-test7-mm1 William Lee Irwin III
@ 2003-10-16 15:11       ` Luiz Capitulino
  0 siblings, 0 replies; 10+ messages in thread
From: Luiz Capitulino @ 2003-10-16 15:11 UTC (permalink / raw)
  To: William Lee Irwin III; +Cc: Andrew Morton, linux-kernel, linux-mm

Hi William,

Em Qua, 2003-10-15 as 19:40, William Lee Irwin III escreveu:
> On Wed, Oct 15, 2003 at 09:55:08AM -0700, William Lee Irwin III wrote:
> > Okay, this one's me. I should have tried DEBUG_PAGEALLOC when testing.
> 
> I can't reproduce it here, can you retry with the invalidate_inodes-speedup
> patch backed out?

yes, it works without invalidate_inodes-speedup.

(sorry for the delay).

-- 
Luiz Fernando N. Capitulino
<lcapitulino@prefeitura.sp.gov.br>
<http://www.telecentros.sp.gov.br>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

* Re: 2.6.0-test7-mm1
  2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
                   ` (2 preceding siblings ...)
  2003-10-15 16:39 ` 2.6.0-test7-mm1 (compile stats) John Cherry
@ 2003-10-18 17:43 ` Thomas Schlichter
  2003-10-18 17:50   ` 2.6.0-test7-mm1 Andrew Morton
  3 siblings, 1 reply; 10+ messages in thread
From: Thomas Schlichter @ 2003-10-18 17:43 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm


[-- Attachment #1.1: Type: text/plain, Size: 822 bytes --]

Hi Andrew,

On Wednesday 15 October 2003 10:36, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test7/2
>.6.0-test7-mm1
  ~~ snip ~~
> +scale-min_free_kbytes.patch
>
>  Scale min_free_kbytes according to machine size.

This patch actually doesn't work, as is uses nr_free_buffer_pages() before the 
zonelists are set up. So min_free_kbytes is always set to 128.

The attached fix works here without a problem, but I'm not sure it doesn't 
break anything...

Regards
   Thomas

P.S.: 1. I've got a ported memsetup-fix from the 2.4 tree, if you want I could 
send it to you.
2. Should we consider replacing the bogus int_sqrt() with the fb_sqrt() 
version? (btw. it is always exact) We could place it somewhere central, so it 
can be used from any place...

[-- Attachment #1.2: fix-scale_min_free_pages.diff --]
[-- Type: text/x-diff, Size: 544 bytes --]

--- linux-2.6.0-test7-mm1/init/main.c.orig	Sat Oct 18 19:20:14 2003
+++ linux-2.6.0-test7-mm1/init/main.c	Sat Oct 18 18:58:26 2003
@@ -396,7 +396,6 @@
 	lock_kernel();
 	printk(linux_banner);
 	setup_arch(&command_line);
-	init_per_zone_pages_min();
 	setup_per_cpu_areas();
 
 	/*
@@ -406,6 +405,7 @@
 	smp_prepare_boot_cpu();
 
 	build_all_zonelists();
+	init_per_zone_pages_min();
 	page_alloc_init();
 	printk("Kernel command line: %s\n", saved_command_line);
 	parse_args("Booting kernel", command_line, __start___param,

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: 2.6.0-test7-mm1
  2003-10-18 17:43 ` 2.6.0-test7-mm1 Thomas Schlichter
@ 2003-10-18 17:50   ` Andrew Morton
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Morton @ 2003-10-18 17:50 UTC (permalink / raw)
  To: Thomas Schlichter; +Cc: linux-kernel, linux-mm

Thomas Schlichter <schlicht@uni-mannheim.de> wrote:
>
> >  Scale min_free_kbytes according to machine size.
> 
>  This patch actually doesn't work, as is uses nr_free_buffer_pages() before the 
>  zonelists are set up. So min_free_kbytes is always set to 128.

Yup.  I turned it into an initcall.

 include/linux/mmzone.h |    2 --
 init/main.c            |    1 -
 mm/page_alloc.c        |   41 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 40 insertions(+), 4 deletions(-)

diff -puN include/linux/mmzone.h~scale-min_free_kbytes include/linux/mmzone.h
--- 25/include/linux/mmzone.h~scale-min_free_kbytes	2003-10-17 17:52:50.000000000 -0700
+++ 25-akpm/include/linux/mmzone.h	2003-10-17 21:46:55.000000000 -0700
@@ -284,8 +284,6 @@ struct ctl_table;
 struct file;
 int min_free_kbytes_sysctl_handler(struct ctl_table *, int, struct file *, 
 					  void *, size_t *);
-extern void setup_per_zone_pages_min(void);
-
 
 #ifdef CONFIG_NUMA
 #define MAX_NR_MEMBLKS	BITS_PER_LONG /* Max number of Memory Blocks */
diff -puN init/main.c~scale-min_free_kbytes init/main.c
--- 25/init/main.c~scale-min_free_kbytes	2003-10-17 17:52:50.000000000 -0700
+++ 25-akpm/init/main.c	2003-10-17 21:47:04.000000000 -0700
@@ -396,7 +396,6 @@ asmlinkage void __init start_kernel(void
 	lock_kernel();
 	printk(linux_banner);
 	setup_arch(&command_line);
-	setup_per_zone_pages_min();
 	setup_per_cpu_areas();
 
 	/*
diff -puN mm/page_alloc.c~scale-min_free_kbytes mm/page_alloc.c
--- 25/mm/page_alloc.c~scale-min_free_kbytes	2003-10-17 17:52:50.000000000 -0700
+++ 25-akpm/mm/page_alloc.c	2003-10-17 21:48:31.000000000 -0700
@@ -1589,7 +1589,7 @@ void __init page_alloc_init(void)
  *	that the pages_{min,low,high} values for each zone are set correctly 
  *	with respect to min_free_kbytes.
  */
-void setup_per_zone_pages_min(void)
+static void setup_per_zone_pages_min(void)
 {
 	unsigned long pages_min = min_free_kbytes >> (PAGE_SHIFT - 10);
 	unsigned long lowmem_pages = 0;
@@ -1633,6 +1633,45 @@ void setup_per_zone_pages_min(void)
 }
 
 /*
+ * Initialise min_free_kbytes.
+ *
+ * For small machines we want it small (128k min).  For large machines
+ * we want it large (16MB max).  But it is not linear, because network
+ * bandwidth does not increase linearly with machine size.  We use
+ *
+ *	min_free_kbytes = sqrt(lowmem_kbytes)
+ *
+ * which yields
+ *
+ * 16MB:	128k
+ * 32MB:	181k
+ * 64MB:	256k
+ * 128MB:	362k
+ * 256MB:	512k
+ * 512MB:	724k
+ * 1024MB:	1024k
+ * 2048MB:	1448k
+ * 4096MB:	2048k
+ * 8192MB:	2896k
+ * 16384MB:	4096k
+ */
+static int __init init_per_zone_pages_min(void)
+{
+	unsigned long lowmem_kbytes;
+
+	lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10);
+
+	min_free_kbytes = int_sqrt(lowmem_kbytes);
+	if (min_free_kbytes < 128)
+		min_free_kbytes = 128;
+	if (min_free_kbytes > 16384)
+		min_free_kbytes = 16384;
+	setup_per_zone_pages_min();
+	return 0;
+}
+module_init(init_per_zone_pages_min)
+
+/*
  * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so 
  *	that we can call setup_per_zone_pages_min() whenever min_free_kbytes 
  *	changes.

_

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

end of thread, other threads:[~2003-10-18 17:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 15:42 ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 16:55   ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-15 21:40     ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-16 15:11       ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 16:39 ` 2.6.0-test7-mm1 (compile stats) John Cherry
2003-10-15 17:52   ` William Lee Irwin III
2003-10-18 17:43 ` 2.6.0-test7-mm1 Thomas Schlichter
2003-10-18 17:50   ` 2.6.0-test7-mm1 Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox