Re: 2.4.0-test9-pre8

From: Mohammad A. Haque (mhaque@haque.net)
Date: Mon Oct 02 2000 - 02:11:33 EDT

  • Next message: Torben Mathiasen: "Re: aic7xxx problem with 2.4.0-test8"

    Broke md as module. I guess this is one way to fix it.

    Linus Torvalds wrote:
    >
    > Last pre-kernel - I'll do the real test9 before I fly off to Germany on
    > Tuesday.
    >
    > Linus
    > ---
    > - pre8:
    > - initialize to zero -> put it in the .bss instead
    > - no extended dumb serial driver options, if no dumb serial driver
    > - access() on a special file on a read-only filesystem is special.
    > - DRM update
    > - fix SCHED_YIELD problems.
    > - quintela: fix the synchronous wait on kmem_cache_shrink().
    > This should fix the mmap02 lockup.
    > - syncppp got lost in the Makefile reshuffle. Unlose it.
    > - firewire update
    > - flock blocking list fix
    > - correct watchdog initialization order
    > - USB-storage: reset fixes. Race condition fixes.
    > - USB: fix freeing already free'd device.
    > - minix truncate fixes
    > - USB: pack only the relevant subset, not the whole descriptor (so
    > as to not create extra unaligned fields).
    > - nfsfh: DCACHE_NFSD_DISCONNECTED checking typo
    > - dquota silly bugfix
    > - sound updates (get rid of check_region, check request_region() instead)
    > - scsihosts boottime parameter passing
    > - avoid double init of MD
    > - eicon ISDN driver update
    > - fix Cyrix MTRR thinko
    > - toshiba driver 2.4.x update
    > - Makefile subdirectory traversal cleanup and documentation
    > - cciss typos from bad merge fixed
    > - cdrom driver oops fix for CONFIG_SYSCTL=y CONFIG_PROC_FS=n
    > - coda initialization - we already did the module_init, no need for
    > the extra double init.

    -- 
    

    ===================================================================== Mohammad A. Haque http://www.haque.net/ mhaque@haque.net

    "Alcohol and calculus don't mix. Project Lead Don't drink and derive." --Unknown http://wm.themes.org/ batmanppc@themes.org =====================================================================

    --- drivers/md/Config.in.mhaque Mon Oct 2 01:54:34 2000 +++ drivers/md/Config.in Mon Oct 2 01:55:20 2000 @@ -4,11 +4,11 @@ mainmenu_option next_comment comment 'Multi-device support (RAID and LVM)' -tristate 'Multiple devices driver support (RAID and LVM)' CONFIG_BLK_DEV_MD -dep_tristate ' Linear (append) mode' CONFIG_MD_LINEAR $CONFIG_BLK_DEV_MD -dep_tristate ' RAID-0 (striping) mode' CONFIG_MD_RAID0 $CONFIG_BLK_DEV_MD -dep_tristate ' RAID-1 (mirroring) mode' CONFIG_MD_RAID1 $CONFIG_BLK_DEV_MD -dep_tristate ' RAID-4/RAID-5 mode' CONFIG_MD_RAID5 $CONFIG_BLK_DEV_MD +tristate 'Multiple devices driver support (RAID and LVM)' CONFIG_MD +dep_tristate ' Linear (append) mode' CONFIG_MD_LINEAR $CONFIG_MD +dep_tristate ' RAID-0 (striping) mode' CONFIG_MD_RAID0 $CONFIG_MD +dep_tristate ' RAID-1 (mirroring) mode' CONFIG_MD_RAID1 $CONFIG_MD +dep_tristate ' RAID-4/RAID-5 mode' CONFIG_MD_RAID5 $CONFIG_MD if [ "$CONFIG_MD_LINEAR" = "y" -o "$CONFIG_MD_RAID0" = "y" -o "$CONFIG_MD_RAID1" = "y" -o "$CONFIG_MD_RAID5" = "y" ]; then bool ' Boot support' CONFIG_MD_BOOT bool ' Auto Detect support' CONFIG_AUTODETECT_RAID

    - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Mon Oct 02 2000 - 02:13:34 EDT