diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-12 15:26:29 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-12 15:26:29 -0700 | 
| commit | faa88df860fdfad13afc99fc7201432f9263b3b5 (patch) | |
| tree | 0c5b480922c4a2d65154f610ae04928790de96da | |
| parent | 1b52fa98edd1c3e663ea4a06519e3d20976084a8 (diff) | |
| parent | 586152560ae8df2a9babf1a8b667d7a145cb8208 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SPARC]: Fix warning on prom_getproperty in openprom.c
  [SPARC]: Handle UNWIND_INFO properly.
  [SPARC64]: Update defconfig.
  [SPARC]: show device name in /proc/dvma_map
  [SPARC]: Remove duplicate symbol exports
| -rw-r--r-- | arch/sparc/kernel/ioport.c | 5 | ||||
| -rw-r--r-- | arch/sparc/kernel/module.c | 1 | ||||
| -rw-r--r-- | arch/sparc/kernel/sparc_ksyms.c | 13 | ||||
| -rw-r--r-- | arch/sparc64/defconfig | 19 | ||||
| -rw-r--r-- | arch/sparc64/kernel/module.c | 5 | ||||
| -rw-r--r-- | drivers/sbus/char/openprom.c | 15 | ||||
| -rw-r--r-- | lib/Kconfig.debug | 2 | 
7 files changed, 34 insertions, 26 deletions
| diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 460f72e640e6..f9ff29734848 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c @@ -274,6 +274,11 @@ void *sbus_alloc_consistent(struct sbus_dev *sdev, long len, u32 *dma_addrp)  	if (mmu_map_dma_area(dma_addrp, va, res->start, len_total) != 0)  		goto err_noiommu; +	/* Set the resource name, if known. */ +	if (sdev) { +		res->name = sdev->prom_name; +	} +  	return (void *)res->start;  err_noiommu: diff --git a/arch/sparc/kernel/module.c b/arch/sparc/kernel/module.c index 787d5f1347ec..598682f31ebf 100644 --- a/arch/sparc/kernel/module.c +++ b/arch/sparc/kernel/module.c @@ -113,6 +113,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs,  		switch (ELF32_R_TYPE(rel[i].r_info)) {  		case R_SPARC_32: +		case R_SPARC_UA32:  			location[0] = v >> 24;  			location[1] = v >> 16;  			location[2] = v >>  8; diff --git a/arch/sparc/kernel/sparc_ksyms.c b/arch/sparc/kernel/sparc_ksyms.c index ec1c9687d679..4b376fae752c 100644 --- a/arch/sparc/kernel/sparc_ksyms.c +++ b/arch/sparc/kernel/sparc_ksyms.c @@ -251,19 +251,9 @@ EXPORT_SYMBOL(__prom_getchild);  EXPORT_SYMBOL(__prom_getsibling);  /* sparc library symbols */ -EXPORT_SYMBOL(memchr);  EXPORT_SYMBOL(memscan);  EXPORT_SYMBOL(strlen); -EXPORT_SYMBOL(strnlen); -EXPORT_SYMBOL(strcpy); -EXPORT_SYMBOL(strncpy); -EXPORT_SYMBOL(strcat); -EXPORT_SYMBOL(strncat); -EXPORT_SYMBOL(strcmp);  EXPORT_SYMBOL(strncmp); -EXPORT_SYMBOL(strchr); -EXPORT_SYMBOL(strrchr); -EXPORT_SYMBOL(strstr);  EXPORT_SYMBOL(page_kernel);  /* Special internal versions of library functions. */ @@ -317,6 +307,3 @@ EXPORT_SYMBOL(do_BUG);  /* Sun Power Management Idle Handler */  EXPORT_SYMBOL(pm_idle); - -/* Binfmt_misc needs this */ -EXPORT_SYMBOL(sys_close); diff --git a/arch/sparc64/defconfig b/arch/sparc64/defconfig index 1317380fa937..f09a70b8aabd 100644 --- a/arch/sparc64/defconfig +++ b/arch/sparc64/defconfig @@ -1,7 +1,7 @@  #  # Automatically generated make config: don't edit -# Linux kernel version: 2.6.16 -# Sun Apr  2 19:31:04 2006 +# Linux kernel version: 2.6.17-rc3 +# Fri May 12 12:43:49 2006  #  CONFIG_SPARC=y  CONFIG_SPARC64=y @@ -114,6 +114,7 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y  CONFIG_HUGETLB_PAGE_SIZE_4MB=y  # CONFIG_HUGETLB_PAGE_SIZE_512K is not set  # CONFIG_HUGETLB_PAGE_SIZE_64K is not set +CONFIG_ARCH_SELECT_MEMORY_MODEL=y  CONFIG_ARCH_SPARSEMEM_ENABLE=y  CONFIG_ARCH_SPARSEMEM_DEFAULT=y  CONFIG_LARGE_ALLOCS=y @@ -430,7 +431,6 @@ CONFIG_ISCSI_TCP=m  # CONFIG_SCSI_INIA100 is not set  # CONFIG_SCSI_SYM53C8XX_2 is not set  # CONFIG_SCSI_IPR is not set -# CONFIG_SCSI_QLOGIC_FC is not set  # CONFIG_SCSI_QLOGIC_1280 is not set  # CONFIG_SCSI_QLOGICPTI is not set  # CONFIG_SCSI_QLA_FC is not set @@ -1042,9 +1042,7 @@ CONFIG_USB_HIDDEV=y  # CONFIG_USB_ACECAD is not set  # CONFIG_USB_KBTAB is not set  # CONFIG_USB_POWERMATE is not set -# CONFIG_USB_MTOUCH is not set -# CONFIG_USB_ITMTOUCH is not set -# CONFIG_USB_EGALAX is not set +# CONFIG_USB_TOUCHSCREEN is not set  # CONFIG_USB_YEALINK is not set  # CONFIG_USB_XPAD is not set  # CONFIG_USB_ATI_REMOTE is not set @@ -1115,6 +1113,14 @@ CONFIG_USB_HIDDEV=y  # CONFIG_NEW_LEDS is not set  # +# LED drivers +# + +# +# LED Triggers +# + +#  # InfiniBand support  #  # CONFIG_INFINIBAND is not set @@ -1303,6 +1309,7 @@ CONFIG_DEBUG_BUGVERBOSE=y  # CONFIG_DEBUG_INFO is not set  CONFIG_DEBUG_FS=y  # CONFIG_DEBUG_VM is not set +# CONFIG_UNWIND_INFO is not set  CONFIG_FORCED_INLINING=y  # CONFIG_RCU_TORTURE_TEST is not set  # CONFIG_DEBUG_STACK_USAGE is not set diff --git a/arch/sparc64/kernel/module.c b/arch/sparc64/kernel/module.c index 6c83e372f75d..579871527699 100644 --- a/arch/sparc64/kernel/module.c +++ b/arch/sparc64/kernel/module.c @@ -143,6 +143,11 @@ int apply_relocate_add(Elf64_Shdr *sechdrs,  			location[3] = v >>  0;  			break; +		case R_SPARC_DISP32: +			v -= (Elf64_Addr) location; +			*loc32 = v; +			break; +  		case R_SPARC_WDISP30:  			v -= (Elf64_Addr) location;  			*loc32 = (*loc32 & ~0x3fffffff) | diff --git a/drivers/sbus/char/openprom.c b/drivers/sbus/char/openprom.c index 383a95f34a0d..239e108b8ed1 100644 --- a/drivers/sbus/char/openprom.c +++ b/drivers/sbus/char/openprom.c @@ -392,13 +392,16 @@ static int openprom_bsd_ioctl(struct inode * inode, struct file * file,  			return -ENOMEM;  		} -		prom_getproperty(op.op_nodeid, str, tmp, len); - -		tmp[len] = '\0'; +		cnt = prom_getproperty(op.op_nodeid, str, tmp, len); +		if (cnt <= 0) { +			error = -EINVAL; +		} else { +			tmp[len] = '\0'; -		if (__copy_to_user(argp, &op, sizeof(op)) != 0 -		    || copy_to_user(op.op_buf, tmp, len) != 0) -			error = -EFAULT; +			if (__copy_to_user(argp, &op, sizeof(op)) != 0 || +			    copy_to_user(op.op_buf, tmp, len) != 0) +				error = -EFAULT; +		}  		kfree(tmp);  		kfree(str); diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6ecc180beb71..ccb0c1fdf1b5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -189,7 +189,7 @@ config FRAME_POINTER  config UNWIND_INFO  	bool "Compile the kernel with frame unwind information"  	depends on !IA64 -	depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850) +	depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || V850)  	help  	  If you say Y here the resulting kernel image will be slightly larger  	  but not slower, and it will give very useful debugging information. | 
