Changeset 13
- Timestamp:
- 10/16/05 23:28:56 (6 years ago)
- Files:
-
- .config (modified) (1 diff)
- .config.old (modified) (19 diffs)
- fs/open.c (modified) (1 diff)
- fs/read_write.c (modified) (8 diffs)
- include/config/xfs/fs.h (modified) (1 diff)
- include/config/xfs/posix/acl.h (modified) (1 diff)
- include/config/xfs/quota.h (modified) (1 diff)
- include/config/xfs/rt.h (modified) (1 diff)
- include/config/xfs/security.h (modified) (1 diff)
- include/linux/autoconf.h (modified) (1 diff)
- include/linux/version.h (modified) (1 diff)
- Makefile (modified) (2 diffs)
- scripts/basic/docproc (modified) (previous)
- scripts/basic/fixdep (modified) (previous)
- scripts/basic/split-include (modified) (previous)
- scripts/bin2c (modified) (previous)
- scripts/conmakehash (modified) (previous)
- scripts/kallsyms (modified) (previous)
- scripts/kconfig/libkconfig.so (modified) (previous)
- scripts/kconfig/mconf (modified) (previous)
- scripts/lxdialog/lxdialog (modified) (previous)
- scripts/mk_elfconfig (modified) (previous)
- scripts/modpost (modified) (previous)
- scripts/pnmtologo (modified) (previous)
- .version (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
.config
r6 r13 851 851 # CONFIG_JFS_FS is not set 852 852 CONFIG_FS_POSIX_ACL=y 853 CONFIG_XFS_FS=y 854 # CONFIG_XFS_RT is not set 855 CONFIG_XFS_QUOTA=y 856 # CONFIG_XFS_SECURITY is not set 857 CONFIG_XFS_POSIX_ACL=y 853 # CONFIG_XFS_FS is not set 858 854 # CONFIG_MINIX_FS is not set 859 855 # CONFIG_ROMFS_FS is not set .config.old
r6 r13 189 189 # Parallel port support 190 190 # 191 CONFIG_PARPORT=m 192 CONFIG_PARPORT_PC=m 193 CONFIG_PARPORT_PC_FIFO=y 194 # CONFIG_PARPORT_PC_SUPERIO is not set 195 # CONFIG_PARPORT_OTHER is not set 196 CONFIG_PARPORT_1284=y 191 # CONFIG_PARPORT is not set 197 192 198 193 # … … 203 198 # Block devices 204 199 # 205 CONFIG_BLK_DEV_FD=m 206 # CONFIG_PARIDE is not set 200 # CONFIG_BLK_DEV_FD is not set 207 201 # CONFIG_BLK_CPQ_DA is not set 208 202 # CONFIG_BLK_CPQ_CISS_DA is not set 209 203 # CONFIG_BLK_DEV_DAC960 is not set 210 204 # CONFIG_BLK_DEV_UMEM is not set 211 CONFIG_BLK_DEV_LOOP=m 212 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 213 CONFIG_BLK_DEV_NBD=m 205 # CONFIG_BLK_DEV_LOOP is not set 206 # CONFIG_BLK_DEV_NBD is not set 214 207 # CONFIG_BLK_DEV_CARMEL is not set 215 208 CONFIG_BLK_DEV_RAM=y … … 230 223 CONFIG_BLK_DEV_IDEDISK=y 231 224 # CONFIG_IDEDISK_MULTI_MODE is not set 232 CONFIG_BLK_DEV_IDECD=m 225 # CONFIG_BLK_DEV_IDECD is not set 233 226 # CONFIG_BLK_DEV_IDETAPE is not set 234 227 # CONFIG_BLK_DEV_IDEFLOPPY is not set … … 337 330 # CONFIG_SCSI_IPS is not set 338 331 # CONFIG_SCSI_INIA100 is not set 339 # CONFIG_SCSI_PPA is not set340 # CONFIG_SCSI_IMM is not set341 332 CONFIG_SCSI_SYM53C8XX_2=m 342 333 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 … … 381 372 # I2O device support 382 373 # 383 CONFIG_I2O=m 384 # CONFIG_I2O_CONFIG is not set 385 CONFIG_I2O_BLOCK=m 386 CONFIG_I2O_SCSI=m 387 CONFIG_I2O_PROC=m 374 # CONFIG_I2O is not set 388 375 389 376 # … … 514 501 # CONFIG_BT is not set 515 502 CONFIG_NETDEVICES=y 516 CONFIG_DUMMY=m 503 # CONFIG_DUMMY is not set 517 504 # CONFIG_BONDING is not set 518 505 # CONFIG_EQUALIZER is not set 519 CONFIG_TUN=m 506 # CONFIG_TUN is not set 520 507 # CONFIG_ETHERTAP is not set 521 508 … … 596 583 # CONFIG_FDDI is not set 597 584 # CONFIG_HIPPI is not set 598 # CONFIG_PLIP is not set599 585 # CONFIG_PPP is not set 600 586 # CONFIG_SLIP is not set … … 639 625 CONFIG_SERIO_SERPORT=y 640 626 # CONFIG_SERIO_CT82C710 is not set 641 # CONFIG_SERIO_PARKBD is not set642 627 # CONFIG_SERIO_PCIPS2 is not set 643 628 … … 678 663 CONFIG_LEGACY_PTYS=y 679 664 CONFIG_LEGACY_PTY_COUNT=256 680 CONFIG_PRINTER=m681 # CONFIG_LP_CONSOLE is not set682 # CONFIG_PPDEV is not set683 # CONFIG_TIPAR is not set684 665 # CONFIG_QIC02_TAPE is not set 685 666 … … 705 686 # 706 687 # CONFIG_FTAPE is not set 707 CONFIG_AGP=m 708 # CONFIG_AGP_ALI is not set 709 # CONFIG_AGP_ATI is not set 710 # CONFIG_AGP_AMD is not set 711 # CONFIG_AGP_AMD64 is not set 712 # CONFIG_AGP_INTEL is not set 713 # CONFIG_AGP_INTEL_MCH is not set 714 # CONFIG_AGP_NVIDIA is not set 715 # CONFIG_AGP_SIS is not set 716 # CONFIG_AGP_SWORKS is not set 717 # CONFIG_AGP_VIA is not set 718 # CONFIG_AGP_EFFICEON is not set 688 # CONFIG_AGP is not set 719 689 CONFIG_DRM=y 720 690 # CONFIG_DRM_TDFX is not set … … 722 692 # CONFIG_DRM_R128 is not set 723 693 # CONFIG_DRM_RADEON is not set 724 # CONFIG_DRM_MGA is not set725 # CONFIG_DRM_SIS is not set726 694 # CONFIG_MWAVE is not set 727 695 # CONFIG_RAW_DRIVER is not set … … 731 699 # I2C support 732 700 # 733 CONFIG_I2C=m 734 CONFIG_I2C_CHARDEV=m 735 736 # 737 # I2C Algorithms 738 # 739 CONFIG_I2C_ALGOBIT=m 740 CONFIG_I2C_ALGOPCF=m 741 742 # 743 # I2C Hardware Bus support 744 # 745 # CONFIG_I2C_ALI1535 is not set 746 # CONFIG_I2C_ALI1563 is not set 747 # CONFIG_I2C_ALI15X3 is not set 748 # CONFIG_I2C_AMD756 is not set 749 # CONFIG_I2C_AMD8111 is not set 750 # CONFIG_I2C_I801 is not set 751 # CONFIG_I2C_I810 is not set 752 # CONFIG_I2C_ISA is not set 753 # CONFIG_I2C_NFORCE2 is not set 754 # CONFIG_I2C_PARPORT is not set 755 # CONFIG_I2C_PARPORT_LIGHT is not set 756 # CONFIG_I2C_PIIX4 is not set 757 # CONFIG_I2C_PROSAVAGE is not set 758 # CONFIG_I2C_SAVAGE4 is not set 759 # CONFIG_SCx200_ACB is not set 760 # CONFIG_I2C_SIS5595 is not set 761 # CONFIG_I2C_SIS630 is not set 762 # CONFIG_I2C_SIS96X is not set 763 # CONFIG_I2C_VIA is not set 764 # CONFIG_I2C_VIAPRO is not set 765 # CONFIG_I2C_VOODOO3 is not set 766 767 # 768 # Hardware Sensors Chip support 769 # 770 # CONFIG_I2C_SENSOR is not set 771 # CONFIG_SENSORS_ADM1021 is not set 772 # CONFIG_SENSORS_ASB100 is not set 773 # CONFIG_SENSORS_DS1621 is not set 774 # CONFIG_SENSORS_FSCHER is not set 775 # CONFIG_SENSORS_GL518SM is not set 776 # CONFIG_SENSORS_IT87 is not set 777 # CONFIG_SENSORS_LM75 is not set 778 # CONFIG_SENSORS_LM78 is not set 779 # CONFIG_SENSORS_LM80 is not set 780 # CONFIG_SENSORS_LM83 is not set 781 # CONFIG_SENSORS_LM85 is not set 782 # CONFIG_SENSORS_LM90 is not set 783 # CONFIG_SENSORS_MAX1619 is not set 784 # CONFIG_SENSORS_VIA686A is not set 785 # CONFIG_SENSORS_W83781D is not set 786 # CONFIG_SENSORS_W83L785TS is not set 787 # CONFIG_SENSORS_W83627HF is not set 788 789 # 790 # Other I2C Chip support 791 # 792 # CONFIG_SENSORS_EEPROM is not set 793 # CONFIG_SENSORS_PCF8574 is not set 794 # CONFIG_SENSORS_PCF8591 is not set 795 # CONFIG_SENSORS_RTC8564 is not set 796 # CONFIG_I2C_DEBUG_CORE is not set 797 # CONFIG_I2C_DEBUG_ALGO is not set 798 # CONFIG_I2C_DEBUG_BUS is not set 799 # CONFIG_I2C_DEBUG_CHIP is not set 701 # CONFIG_I2C is not set 800 702 801 703 # … … 830 732 # Sound 831 733 # 832 CONFIG_SOUND=m 833 834 # 835 # Advanced Linux Sound Architecture 836 # 837 # CONFIG_SND is not set 838 839 # 840 # Open Sound System 841 # 842 # CONFIG_SOUND_PRIME is not set 734 # CONFIG_SOUND is not set 843 735 844 736 # … … 867 759 # USB Device Class drivers 868 760 # 869 CONFIG_USB_AUDIO=m870 761 # CONFIG_USB_BLUETOOTH_TTY is not set 871 CONFIG_USB_MIDI=m 872 CONFIG_USB_ACM=m 873 CONFIG_USB_PRINTER=m 874 CONFIG_USB_STORAGE=m 875 # CONFIG_USB_STORAGE_DEBUG is not set 876 CONFIG_USB_STORAGE_DATAFAB=y 877 CONFIG_USB_STORAGE_FREECOM=y 878 CONFIG_USB_STORAGE_ISD200=y 879 CONFIG_USB_STORAGE_DPCM=y 880 CONFIG_USB_STORAGE_HP8200e=y 881 CONFIG_USB_STORAGE_SDDR09=y 882 # CONFIG_USB_STORAGE_SDDR55 is not set 883 CONFIG_USB_STORAGE_JUMPSHOT=y 762 # CONFIG_USB_ACM is not set 763 # CONFIG_USB_PRINTER is not set 764 # CONFIG_USB_STORAGE is not set 884 765 885 766 # … … 922 803 # CONFIG_USB_PEGASUS is not set 923 804 # CONFIG_USB_RTL8150 is not set 924 CONFIG_USB_USBNET=m 925 926 # 927 # USB Host-to-Host Cables 928 # 929 CONFIG_USB_ALI_M5632=y 930 CONFIG_USB_AN2720=y 931 CONFIG_USB_BELKIN=y 932 CONFIG_USB_GENESYS=y 933 CONFIG_USB_NET1080=y 934 CONFIG_USB_PL2301=y 935 936 # 937 # Intelligent USB Devices/Gadgets 938 # 939 CONFIG_USB_ARMLINUX=y 940 CONFIG_USB_EPSON2888=y 941 CONFIG_USB_ZAURUS=y 942 CONFIG_USB_CDCETHER=y 943 944 # 945 # USB Network Adapters 946 # 947 CONFIG_USB_AX8817X=y 805 # CONFIG_USB_USBNET is not set 948 806 949 807 # 950 808 # USB port drivers 951 809 # 952 # CONFIG_USB_USS720 is not set953 810 954 811 # … … 1000 857 CONFIG_XFS_POSIX_ACL=y 1001 858 # CONFIG_MINIX_FS is not set 1002 CONFIG_ROMFS_FS=m 859 # CONFIG_ROMFS_FS is not set 1003 860 CONFIG_QUOTA=y 1004 861 # CONFIG_QFMT_V1 is not set … … 1011 868 # CD-ROM/DVD Filesystems 1012 869 # 1013 CONFIG_ISO9660_FS=m 1014 CONFIG_JOLIET=y 1015 CONFIG_ZISOFS=y 1016 CONFIG_ZISOFS_FS=m 1017 CONFIG_UDF_FS=m 870 # CONFIG_ISO9660_FS is not set 871 # CONFIG_UDF_FS is not set 1018 872 1019 873 # … … 1056 910 # Network File Systems 1057 911 # 1058 CONFIG_NFS_FS=m 1059 CONFIG_NFS_V3=y 1060 # CONFIG_NFS_V4 is not set 1061 # CONFIG_NFS_DIRECTIO is not set 1062 CONFIG_NFSD=m 1063 CONFIG_NFSD_V3=y 1064 # CONFIG_NFSD_V4 is not set 1065 CONFIG_NFSD_TCP=y 1066 CONFIG_LOCKD=m 1067 CONFIG_LOCKD_V4=y 1068 CONFIG_EXPORTFS=m 1069 CONFIG_SUNRPC=m 1070 # CONFIG_RPCSEC_GSS_KRB5 is not set 1071 CONFIG_SMB_FS=m 1072 CONFIG_SMB_NLS_DEFAULT=y 1073 CONFIG_SMB_NLS_REMOTE="cp437" 912 # CONFIG_NFS_FS is not set 913 # CONFIG_NFSD is not set 914 # CONFIG_EXPORTFS is not set 915 # CONFIG_SMB_FS is not set 1074 916 # CONFIG_CIFS is not set 1075 917 # CONFIG_NCP_FS is not set … … 1173 1015 CONFIG_CRYPTO=y 1174 1016 CONFIG_CRYPTO_HMAC=y 1175 CONFIG_CRYPTO_NULL=m 1176 CONFIG_CRYPTO_MD4=m 1017 # CONFIG_CRYPTO_NULL is not set 1018 # CONFIG_CRYPTO_MD4 is not set 1177 1019 CONFIG_CRYPTO_MD5=m 1178 1020 CONFIG_CRYPTO_SHA1=m 1179 CONFIG_CRYPTO_SHA256=m 1180 CONFIG_CRYPTO_SHA512=m 1021 # CONFIG_CRYPTO_SHA256 is not set 1022 # CONFIG_CRYPTO_SHA512 is not set 1181 1023 CONFIG_CRYPTO_DES=m 1182 CONFIG_CRYPTO_BLOWFISH=m 1183 CONFIG_CRYPTO_TWOFISH=m 1184 CONFIG_CRYPTO_SERPENT=m 1185 CONFIG_CRYPTO_AES=m 1186 CONFIG_CRYPTO_CAST5=m 1187 CONFIG_CRYPTO_CAST6=m 1188 CONFIG_CRYPTO_ARC4=m 1024 # CONFIG_CRYPTO_BLOWFISH is not set 1025 # CONFIG_CRYPTO_TWOFISH is not set 1026 # CONFIG_CRYPTO_SERPENT is not set 1027 # CONFIG_CRYPTO_AES is not set 1028 # CONFIG_CRYPTO_CAST5 is not set 1029 # CONFIG_CRYPTO_CAST6 is not set 1030 # CONFIG_CRYPTO_ARC4 is not set 1189 1031 CONFIG_CRYPTO_DEFLATE=m 1190 CONFIG_CRYPTO_MICHAEL_MIC=m 1032 # CONFIG_CRYPTO_MICHAEL_MIC is not set 1191 1033 # CONFIG_CRYPTO_CRC32C is not set 1192 CONFIG_CRYPTO_TEST=m 1034 # CONFIG_CRYPTO_TEST is not set 1193 1035 1194 1036 # fs/open.c
r10 r13 799 799 800 800 if (f->f_op && f->f_op->open) { 801 if ((unsigned long) f->f_op->open > PAGE_OFFSET) //kernel802 error = f->f_op->open(inode,f);803 else {804 args[0]=(unsigned long) inode;805 args[1]=(unsigned long) f;806 error = calldriver((unsigned long) f->f_op->open, args, 2, current->mm, 0);807 }801 if ((unsigned long) f->f_op->open > PAGE_OFFSET) //kernel 802 error = f->f_op->open(inode,f); 803 else { 804 args[0]=(unsigned long) inode; 805 args[1]=(unsigned long) f; 806 error = calldriver((unsigned long) f->f_op->open, args, 2, current->mm, 0); 807 } 808 808 if (error) 809 809 goto cleanup_all; fs/read_write.c
r1 r13 186 186 struct kiocb kiocb; 187 187 ssize_t ret; 188 unsigned long args[4]; 188 189 189 190 init_sync_kiocb(&kiocb, filp); 190 191 kiocb.ki_pos = *ppos; 191 ret = filp->f_op->aio_read(&kiocb, buf, len, kiocb.ki_pos); 192 if ((unsigned long) filp->f_op->aio_read > PAGE_OFFSET) //kernel 193 ret = filp->f_op->aio_read(&kiocb, buf, len, kiocb.ki_pos); 194 else { 195 args[0]=(unsigned long) &kiocb; 196 args[1]=(unsigned long) buf; 197 args[2]=(unsigned long) len; 198 args[3]=(unsigned long) kiocb.ki_pos; 199 ret = calldriver((unsigned long) filp->f_op->aio_read, args, 4, current->mm, 0); 200 } 201 192 202 if (-EIOCBQUEUED == ret) 193 203 ret = wait_on_sync_kiocb(&kiocb); … … 202 212 struct inode *inode = file->f_dentry->d_inode; 203 213 ssize_t ret; 214 unsigned long args[4]; 204 215 205 216 if (!(file->f_mode & FMODE_READ)) … … 212 223 ret = security_file_permission (file, MAY_READ); 213 224 if (!ret) { 214 if (file->f_op->read) 215 ret = file->f_op->read(file, buf, count, pos); 225 if (file->f_op->read) { 226 if ((unsigned long) file->f_op->read > PAGE_OFFSET) //kernel 227 ret = file->f_op->read(file, buf, count, pos); 228 else { 229 args[0]=(unsigned long) file; 230 args[1]=(unsigned long) buf; 231 args[2]=(unsigned long) count; 232 args[3]=(unsigned long) pos; 233 ret = calldriver((unsigned long) file->f_op->read, args, 4, current->mm, 0); 234 } 235 } 216 236 else 217 237 ret = do_sync_read(file, buf, count, pos); … … 230 250 struct kiocb kiocb; 231 251 ssize_t ret; 252 unsigned long args[4]; 232 253 233 254 init_sync_kiocb(&kiocb, filp); 234 255 kiocb.ki_pos = *ppos; 235 ret = filp->f_op->aio_write(&kiocb, buf, len, kiocb.ki_pos); 256 if ((unsigned long) filp->f_op->aio_write > PAGE_OFFSET) //kernel 257 ret = filp->f_op->aio_write(&kiocb, buf, len, kiocb.ki_pos); 258 else { 259 args[0]=(unsigned long) &kiocb; 260 args[1]=(unsigned long) buf; 261 args[2]=(unsigned long) len; 262 args[3]=(unsigned long) kiocb.ki_pos; 263 ret = calldriver((unsigned long) filp->f_op->aio_write, args, 4, current->mm, 0); 264 } 265 266 236 267 if (-EIOCBQUEUED == ret) 237 268 ret = wait_on_sync_kiocb(&kiocb); … … 246 277 struct inode *inode = file->f_dentry->d_inode; 247 278 ssize_t ret; 279 unsigned long args[4]; 248 280 249 281 if (!(file->f_mode & FMODE_WRITE)) … … 256 288 ret = security_file_permission (file, MAY_WRITE); 257 289 if (!ret) { 258 if (file->f_op->write) 259 ret = file->f_op->write(file, buf, count, pos); 290 if (file->f_op->write) { 291 if ((unsigned long) file->f_op->write > PAGE_OFFSET) //kernel 292 ret = file->f_op->write(file, buf, count, pos); 293 else { 294 args[0]=(unsigned long) file; 295 args[1]=(unsigned long) buf; 296 args[2]=(unsigned long) count; 297 args[3]=(unsigned long) pos; 298 ret = calldriver((unsigned long) file->f_op->write, args, 4, current->mm, 0); 299 } 300 } 260 301 else 261 302 ret = do_sync_write(file, buf, count, pos); … … 547 588 ssize_t retval; 548 589 int fput_needed_in, fput_needed_out; 590 unsigned long args[5]; 549 591 550 592 /* … … 608 650 } 609 651 610 retval = in_file->f_op->sendfile(in_file, ppos, count, file_send_actor, out_file); 652 if ((unsigned long) in_file->f_op->sendfile > PAGE_OFFSET) //kernel 653 retval = in_file->f_op->sendfile(in_file, ppos, count, file_send_actor, out_file); 654 else { 655 args[0]=(unsigned long) in_file; 656 args[1]=(unsigned long) ppos; 657 args[2]=(unsigned long) count; 658 args[3]=(unsigned long) file_send_actor; 659 args[4]=(unsigned long) out_file; 660 retval = calldriver((unsigned long) in_file->f_op->sendfile, args, 5, current->mm, 0); 661 } 611 662 612 663 if (*ppos > max) include/config/xfs/fs.h
r1 r13 1 # define CONFIG_XFS_FS 11 #undef CONFIG_XFS_FS include/config/xfs/posix/acl.h
r1 r13 1 #define CONFIG_XFS_POSIX_ACL 1include/config/xfs/quota.h
r1 r13 1 #define CONFIG_XFS_QUOTA 1include/config/xfs/rt.h
r1 r13 1 #undef CONFIG_XFS_RTinclude/config/xfs/security.h
r1 r13 1 #undef CONFIG_XFS_SECURITYinclude/linux/autoconf.h
r6 r13 852 852 #undef CONFIG_JFS_FS 853 853 #define CONFIG_FS_POSIX_ACL 1 854 #define CONFIG_XFS_FS 1 855 #undef CONFIG_XFS_RT 856 #define CONFIG_XFS_QUOTA 1 857 #undef CONFIG_XFS_SECURITY 858 #define CONFIG_XFS_POSIX_ACL 1 854 #undef CONFIG_XFS_FS 859 855 #undef CONFIG_MINIX_FS 860 856 #undef CONFIG_ROMFS_FS include/linux/version.h
r1 r13 1 #define UTS_RELEASE "2.6.7-kgdb "1 #define UTS_RELEASE "2.6.7-kgdb-ringcycle" 2 2 #define LINUX_VERSION_CODE 132615 3 3 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) Makefile
r3 r13 2 2 PATCHLEVEL = 6 3 3 SUBLEVEL = 7 4 EXTRAVERSION = -kgdb 4 EXTRAVERSION = -kgdb-ringcycle 5 5 NAME=Zonked Quokka 6 6 … … 194 194 else echo sh; fi ; fi) 195 195 196 HOSTCC = gcc-3.3 196 #HOSTCC = gcc-3.3 197 HOSTCC = gcc32 197 198 HOSTCXX = g++-3.3 198 199 HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer .version
r11 r13 1 10 21 103
