diff options
198 files changed, 1342 insertions, 979 deletions
diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp index fa8776ab9b18..84d46c0c71a3 100644 --- a/Documentation/hwmon/coretemp +++ b/Documentation/hwmon/coretemp | |||
| @@ -35,13 +35,6 @@ the Out-Of-Spec bit. Following table summarizes the exported sysfs files: | |||
| 35 | All Sysfs entries are named with their core_id (represented here by 'X'). | 35 | All Sysfs entries are named with their core_id (represented here by 'X'). |
| 36 | tempX_input - Core temperature (in millidegrees Celsius). | 36 | tempX_input - Core temperature (in millidegrees Celsius). |
| 37 | tempX_max - All cooling devices should be turned on (on Core2). | 37 | tempX_max - All cooling devices should be turned on (on Core2). |
| 38 | Initialized with IA32_THERM_INTERRUPT. When the CPU | ||
| 39 | temperature reaches this temperature, an interrupt is | ||
| 40 | generated and tempX_max_alarm is set. | ||
| 41 | tempX_max_hyst - If the CPU temperature falls below than temperature, | ||
| 42 | an interrupt is generated and tempX_max_alarm is reset. | ||
| 43 | tempX_max_alarm - Set if the temperature reaches or exceeds tempX_max. | ||
| 44 | Reset if the temperature drops to or below tempX_max_hyst. | ||
| 45 | tempX_crit - Maximum junction temperature (in millidegrees Celsius). | 38 | tempX_crit - Maximum junction temperature (in millidegrees Celsius). |
| 46 | tempX_crit_alarm - Set when Out-of-spec bit is set, never clears. | 39 | tempX_crit_alarm - Set when Out-of-spec bit is set, never clears. |
| 47 | Correct CPU operation is no longer guaranteed. | 40 | Correct CPU operation is no longer guaranteed. |
| @@ -49,9 +42,10 @@ tempX_label - Contains string "Core X", where X is processor | |||
| 49 | number. For Package temp, this will be "Physical id Y", | 42 | number. For Package temp, this will be "Physical id Y", |
| 50 | where Y is the package number. | 43 | where Y is the package number. |
| 51 | 44 | ||
| 52 | The TjMax temperature is set to 85 degrees C if undocumented model specific | 45 | On CPU models which support it, TjMax is read from a model-specific register. |
| 53 | register (UMSR) 0xee has bit 30 set. If not the TjMax is 100 degrees C as | 46 | On other models, it is set to an arbitrary value based on weak heuristics. |
| 54 | (sometimes) documented in processor datasheet. | 47 | If these heuristics don't work for you, you can pass the correct TjMax value |
| 48 | as a module parameter (tjmax). | ||
| 55 | 49 | ||
| 56 | Appendix A. Known TjMax lists (TBD): | 50 | Appendix A. Known TjMax lists (TBD): |
| 57 | Some information comes from ark.intel.com | 51 | Some information comes from ark.intel.com |
diff --git a/Documentation/networking/scaling.txt b/Documentation/networking/scaling.txt index 58fd7414e6c0..8ce7c30e7230 100644 --- a/Documentation/networking/scaling.txt +++ b/Documentation/networking/scaling.txt | |||
| @@ -243,7 +243,7 @@ configured. The number of entries in the global flow table is set through: | |||
| 243 | 243 | ||
| 244 | The number of entries in the per-queue flow table are set through: | 244 | The number of entries in the per-queue flow table are set through: |
| 245 | 245 | ||
| 246 | /sys/class/net/<dev>/queues/tx-<n>/rps_flow_cnt | 246 | /sys/class/net/<dev>/queues/rx-<n>/rps_flow_cnt |
| 247 | 247 | ||
| 248 | == Suggested Configuration | 248 | == Suggested Configuration |
| 249 | 249 | ||
diff --git a/Documentation/vm/transhuge.txt b/Documentation/vm/transhuge.txt index 0924aaca3302..29bdf62aac09 100644 --- a/Documentation/vm/transhuge.txt +++ b/Documentation/vm/transhuge.txt | |||
| @@ -123,10 +123,11 @@ be automatically shutdown if it's set to "never". | |||
| 123 | khugepaged runs usually at low frequency so while one may not want to | 123 | khugepaged runs usually at low frequency so while one may not want to |
| 124 | invoke defrag algorithms synchronously during the page faults, it | 124 | invoke defrag algorithms synchronously during the page faults, it |
| 125 | should be worth invoking defrag at least in khugepaged. However it's | 125 | should be worth invoking defrag at least in khugepaged. However it's |
| 126 | also possible to disable defrag in khugepaged: | 126 | also possible to disable defrag in khugepaged by writing 0 or enable |
| 127 | defrag in khugepaged by writing 1: | ||
| 127 | 128 | ||
| 128 | echo yes >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag | 129 | echo 0 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag |
| 129 | echo no >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag | 130 | echo 1 >/sys/kernel/mm/transparent_hugepage/khugepaged/defrag |
| 130 | 131 | ||
| 131 | You can also control how many pages khugepaged should scan at each | 132 | You can also control how many pages khugepaged should scan at each |
| 132 | pass: | 133 | pass: |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 3 | 1 | VERSION = 3 |
| 2 | PATCHLEVEL = 1 | 2 | PATCHLEVEL = 1 |
| 3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
| 4 | EXTRAVERSION = -rc6 | 4 | EXTRAVERSION = -rc8 |
| 5 | NAME = "Divemaster Edition" | 5 | NAME = "Divemaster Edition" |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3269576dbfa8..3146ed3f6eca 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -1283,6 +1283,20 @@ config ARM_ERRATA_364296 | |||
| 1283 | processor into full low interrupt latency mode. ARM11MPCore | 1283 | processor into full low interrupt latency mode. ARM11MPCore |
| 1284 | is not affected. | 1284 | is not affected. |
| 1285 | 1285 | ||
| 1286 | config ARM_ERRATA_764369 | ||
| 1287 | bool "ARM errata: Data cache line maintenance operation by MVA may not succeed" | ||
| 1288 | depends on CPU_V7 && SMP | ||
| 1289 | help | ||
| 1290 | This option enables the workaround for erratum 764369 | ||
| 1291 | affecting Cortex-A9 MPCore with two or more processors (all | ||
| 1292 | current revisions). Under certain timing circumstances, a data | ||
| 1293 | cache line maintenance operation by MVA targeting an Inner | ||
| 1294 | Shareable memory region may fail to proceed up to either the | ||
| 1295 | Point of Coherency or to the Point of Unification of the | ||
| 1296 | system. This workaround adds a DSB instruction before the | ||
| 1297 | relevant cache maintenance functions and sets a specific bit | ||
| 1298 | in the diagnostic control register of the SCU. | ||
| 1299 | |||
| 1286 | endmenu | 1300 | endmenu |
| 1287 | 1301 | ||
| 1288 | source "arch/arm/common/Kconfig" | 1302 | source "arch/arm/common/Kconfig" |
diff --git a/arch/arm/boot/dts/tegra-harmony.dts b/arch/arm/boot/dts/tegra-harmony.dts index 4c053340ce33..e5818668d091 100644 --- a/arch/arm/boot/dts/tegra-harmony.dts +++ b/arch/arm/boot/dts/tegra-harmony.dts | |||
| @@ -57,14 +57,14 @@ | |||
| 57 | }; | 57 | }; |
| 58 | 58 | ||
| 59 | sdhci@c8000200 { | 59 | sdhci@c8000200 { |
| 60 | gpios = <&gpio 69 0>, /* cd, gpio PI5 */ | 60 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
| 61 | <&gpio 57 0>, /* wp, gpio PH1 */ | 61 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
| 62 | <&gpio 155 0>; /* power, gpio PT3 */ | 62 | power-gpios = <&gpio 155 0>; /* gpio PT3 */ |
| 63 | }; | 63 | }; |
| 64 | 64 | ||
| 65 | sdhci@c8000600 { | 65 | sdhci@c8000600 { |
| 66 | gpios = <&gpio 58 0>, /* cd, gpio PH2 */ | 66 | cd-gpios = <&gpio 58 0>; /* gpio PH2 */ |
| 67 | <&gpio 59 0>, /* wp, gpio PH3 */ | 67 | wp-gpios = <&gpio 59 0>; /* gpio PH3 */ |
| 68 | <&gpio 70 0>; /* power, gpio PI6 */ | 68 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
| 69 | }; | 69 | }; |
| 70 | }; | 70 | }; |
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index 1940cae00748..64cedca6fc79 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts | |||
| @@ -21,8 +21,8 @@ | |||
| 21 | }; | 21 | }; |
| 22 | 22 | ||
| 23 | sdhci@c8000400 { | 23 | sdhci@c8000400 { |
| 24 | gpios = <&gpio 69 0>, /* cd, gpio PI5 */ | 24 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
| 25 | <&gpio 57 0>, /* wp, gpio PH1 */ | 25 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
| 26 | <&gpio 70 0>; /* power, gpio PI6 */ | 26 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
| 27 | }; | 27 | }; |
| 28 | }; | 28 | }; |
diff --git a/arch/arm/include/asm/futex.h b/arch/arm/include/asm/futex.h index 8c73900da9ed..253cc86318bf 100644 --- a/arch/arm/include/asm/futex.h +++ b/arch/arm/include/asm/futex.h | |||
| @@ -25,17 +25,17 @@ | |||
| 25 | 25 | ||
| 26 | #ifdef CONFIG_SMP | 26 | #ifdef CONFIG_SMP |
| 27 | 27 | ||
| 28 | #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ | 28 | #define __futex_atomic_op(insn, ret, oldval, tmp, uaddr, oparg) \ |
| 29 | smp_mb(); \ | 29 | smp_mb(); \ |
| 30 | __asm__ __volatile__( \ | 30 | __asm__ __volatile__( \ |
| 31 | "1: ldrex %1, [%2]\n" \ | 31 | "1: ldrex %1, [%3]\n" \ |
| 32 | " " insn "\n" \ | 32 | " " insn "\n" \ |
| 33 | "2: strex %1, %0, [%2]\n" \ | 33 | "2: strex %2, %0, [%3]\n" \ |
| 34 | " teq %1, #0\n" \ | 34 | " teq %2, #0\n" \ |
| 35 | " bne 1b\n" \ | 35 | " bne 1b\n" \ |
| 36 | " mov %0, #0\n" \ | 36 | " mov %0, #0\n" \ |
| 37 | __futex_atomic_ex_table("%4") \ | 37 | __futex_atomic_ex_table("%5") \ |
| 38 | : "=&r" (ret), "=&r" (oldval) \ | 38 | : "=&r" (ret), "=&r" (oldval), "=&r" (tmp) \ |
| 39 | : "r" (uaddr), "r" (oparg), "Ir" (-EFAULT) \ | 39 | : "r" (uaddr), "r" (oparg), "Ir" (-EFAULT) \ |
| 40 | : "cc", "memory") | 40 | : "cc", "memory") |
| 41 | 41 | ||
| @@ -73,14 +73,14 @@ futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, | |||
| 73 | #include <linux/preempt.h> | 73 | #include <linux/preempt.h> |
| 74 | #include <asm/domain.h> | 74 | #include <asm/domain.h> |
| 75 | 75 | ||
| 76 | #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ | 76 | #define __futex_atomic_op(insn, ret, oldval, tmp, uaddr, oparg) \ |
| 77 | __asm__ __volatile__( \ | 77 | __asm__ __volatile__( \ |
| 78 | "1: " T(ldr) " %1, [%2]\n" \ | 78 | "1: " T(ldr) " %1, [%3]\n" \ |
| 79 | " " insn "\n" \ | 79 | " " insn "\n" \ |
| 80 | "2: " T(str) " %0, [%2]\n" \ | 80 | "2: " T(str) " %0, [%3]\n" \ |
| 81 | " mov %0, #0\n" \ | 81 | " mov %0, #0\n" \ |
| 82 | __futex_atomic_ex_table("%4") \ | 82 | __futex_atomic_ex_table("%5") \ |
| 83 | : "=&r" (ret), "=&r" (oldval) \ | 83 | : "=&r" (ret), "=&r" (oldval), "=&r" (tmp) \ |
| 84 | : "r" (uaddr), "r" (oparg), "Ir" (-EFAULT) \ | 84 | : "r" (uaddr), "r" (oparg), "Ir" (-EFAULT) \ |
| 85 | : "cc", "memory") | 85 | : "cc", "memory") |
| 86 | 86 | ||
| @@ -117,7 +117,7 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr) | |||
| 117 | int cmp = (encoded_op >> 24) & 15; | 117 | int cmp = (encoded_op >> 24) & 15; |
| 118 | int oparg = (encoded_op << 8) >> 20; | 118 | int oparg = (encoded_op << 8) >> 20; |
| 119 | int cmparg = (encoded_op << 20) >> 20; | 119 | int cmparg = (encoded_op << 20) >> 20; |
| 120 | int oldval = 0, ret; | 120 | int oldval = 0, ret, tmp; |
| 121 | 121 | ||
| 122 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) | 122 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) |
| 123 | oparg = 1 << oparg; | 123 | oparg = 1 << oparg; |
| @@ -129,19 +129,19 @@ futex_atomic_op_inuser (int encoded_op, u32 __user *uaddr) | |||
| 129 | 129 | ||
| 130 | switch (op) { | 130 | switch (op) { |
| 131 | case FUTEX_OP_SET: | 131 | case FUTEX_OP_SET: |
| 132 | __futex_atomic_op("mov %0, %3", ret, oldval, uaddr, oparg); | 132 | __futex_atomic_op("mov %0, %4", ret, oldval, tmp, uaddr, oparg); |
| 133 | break; | 133 | break; |
| 134 | case FUTEX_OP_ADD: | 134 | case FUTEX_OP_ADD: |
| 135 | __futex_atomic_op("add %0, %1, %3", ret, oldval, uaddr, oparg); | 135 | __futex_atomic_op("add %0, %1, %4", ret, oldval, tmp, uaddr, oparg); |
| 136 | break; | 136 | break; |
| 137 | case FUTEX_OP_OR: | 137 | case FUTEX_OP_OR: |
| 138 | __futex_atomic_op("orr %0, %1, %3", ret, oldval, uaddr, oparg); | 138 | __futex_atomic_op("orr %0, %1, %4", ret, oldval, tmp, uaddr, oparg); |
| 139 | break; | 139 | break; |
| 140 | case FUTEX_OP_ANDN: | 140 | case FUTEX_OP_ANDN: |
| 141 | __futex_atomic_op("and %0, %1, %3", ret, oldval, uaddr, ~oparg); | 141 | __futex_atomic_op("and %0, %1, %4", ret, oldval, tmp, uaddr, ~oparg); |
| 142 | break; | 142 | break; |
| 143 | case FUTEX_OP_XOR: | 143 | case FUTEX_OP_XOR: |
| 144 | __futex_atomic_op("eor %0, %1, %3", ret, oldval, uaddr, oparg); | 144 | __futex_atomic_op("eor %0, %1, %4", ret, oldval, tmp, uaddr, oparg); |
| 145 | break; | 145 | break; |
| 146 | default: | 146 | default: |
| 147 | ret = -ENOSYS; | 147 | ret = -ENOSYS; |
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 2c04ed5efeb5..c60a2944f95b 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
| @@ -478,8 +478,8 @@ | |||
| 478 | /* | 478 | /* |
| 479 | * Unimplemented (or alternatively implemented) syscalls | 479 | * Unimplemented (or alternatively implemented) syscalls |
| 480 | */ | 480 | */ |
| 481 | #define __IGNORE_fadvise64_64 1 | 481 | #define __IGNORE_fadvise64_64 |
| 482 | #define __IGNORE_migrate_pages 1 | 482 | #define __IGNORE_migrate_pages |
| 483 | 483 | ||
| 484 | #endif /* __KERNEL__ */ | 484 | #endif /* __KERNEL__ */ |
| 485 | #endif /* __ASM_ARM_UNISTD_H */ | 485 | #endif /* __ASM_ARM_UNISTD_H */ |
diff --git a/arch/arm/kernel/smp_scu.c b/arch/arm/kernel/smp_scu.c index 79ed5e7f204a..7fcddb75c877 100644 --- a/arch/arm/kernel/smp_scu.c +++ b/arch/arm/kernel/smp_scu.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | #include <asm/smp_scu.h> | 14 | #include <asm/smp_scu.h> |
| 15 | #include <asm/cacheflush.h> | 15 | #include <asm/cacheflush.h> |
| 16 | #include <asm/cputype.h> | ||
| 16 | 17 | ||
| 17 | #define SCU_CTRL 0x00 | 18 | #define SCU_CTRL 0x00 |
| 18 | #define SCU_CONFIG 0x04 | 19 | #define SCU_CONFIG 0x04 |
| @@ -37,6 +38,15 @@ void __init scu_enable(void __iomem *scu_base) | |||
| 37 | { | 38 | { |
| 38 | u32 scu_ctrl; | 39 | u32 scu_ctrl; |
| 39 | 40 | ||
| 41 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 42 | /* Cortex-A9 only */ | ||
| 43 | if ((read_cpuid(CPUID_ID) & 0xff0ffff0) == 0x410fc090) { | ||
| 44 | scu_ctrl = __raw_readl(scu_base + 0x30); | ||
| 45 | if (!(scu_ctrl & 1)) | ||
| 46 | __raw_writel(scu_ctrl | 0x1, scu_base + 0x30); | ||
| 47 | } | ||
| 48 | #endif | ||
| 49 | |||
| 40 | scu_ctrl = __raw_readl(scu_base + SCU_CTRL); | 50 | scu_ctrl = __raw_readl(scu_base + SCU_CTRL); |
| 41 | /* already enabled? */ | 51 | /* already enabled? */ |
| 42 | if (scu_ctrl & 1) | 52 | if (scu_ctrl & 1) |
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index bf977f8514f6..4e66f62b8d41 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
| @@ -23,8 +23,10 @@ | |||
| 23 | 23 | ||
| 24 | #if defined(CONFIG_SMP_ON_UP) && !defined(CONFIG_DEBUG_SPINLOCK) | 24 | #if defined(CONFIG_SMP_ON_UP) && !defined(CONFIG_DEBUG_SPINLOCK) |
| 25 | #define ARM_EXIT_KEEP(x) x | 25 | #define ARM_EXIT_KEEP(x) x |
| 26 | #define ARM_EXIT_DISCARD(x) | ||
| 26 | #else | 27 | #else |
| 27 | #define ARM_EXIT_KEEP(x) | 28 | #define ARM_EXIT_KEEP(x) |
| 29 | #define ARM_EXIT_DISCARD(x) x | ||
| 28 | #endif | 30 | #endif |
| 29 | 31 | ||
| 30 | OUTPUT_ARCH(arm) | 32 | OUTPUT_ARCH(arm) |
| @@ -39,6 +41,11 @@ jiffies = jiffies_64 + 4; | |||
| 39 | SECTIONS | 41 | SECTIONS |
| 40 | { | 42 | { |
| 41 | /* | 43 | /* |
| 44 | * XXX: The linker does not define how output sections are | ||
| 45 | * assigned to input sections when there are multiple statements | ||
| 46 | * matching the same input section name. There is no documented | ||
| 47 | * order of matching. | ||
| 48 | * | ||
| 42 | * unwind exit sections must be discarded before the rest of the | 49 | * unwind exit sections must be discarded before the rest of the |
| 43 | * unwind sections get included. | 50 | * unwind sections get included. |
| 44 | */ | 51 | */ |
| @@ -47,6 +54,9 @@ SECTIONS | |||
| 47 | *(.ARM.extab.exit.text) | 54 | *(.ARM.extab.exit.text) |
| 48 | ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text)) | 55 | ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text)) |
| 49 | ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text)) | 56 | ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text)) |
| 57 | ARM_EXIT_DISCARD(EXIT_TEXT) | ||
| 58 | ARM_EXIT_DISCARD(EXIT_DATA) | ||
| 59 | EXIT_CALL | ||
| 50 | #ifndef CONFIG_HOTPLUG | 60 | #ifndef CONFIG_HOTPLUG |
| 51 | *(.ARM.exidx.devexit.text) | 61 | *(.ARM.exidx.devexit.text) |
| 52 | *(.ARM.extab.devexit.text) | 62 | *(.ARM.extab.devexit.text) |
| @@ -58,6 +68,8 @@ SECTIONS | |||
| 58 | #ifndef CONFIG_SMP_ON_UP | 68 | #ifndef CONFIG_SMP_ON_UP |
| 59 | *(.alt.smp.init) | 69 | *(.alt.smp.init) |
| 60 | #endif | 70 | #endif |
| 71 | *(.discard) | ||
| 72 | *(.discard.*) | ||
| 61 | } | 73 | } |
| 62 | 74 | ||
| 63 | #ifdef CONFIG_XIP_KERNEL | 75 | #ifdef CONFIG_XIP_KERNEL |
| @@ -279,9 +291,6 @@ SECTIONS | |||
| 279 | 291 | ||
| 280 | STABS_DEBUG | 292 | STABS_DEBUG |
| 281 | .comment 0 : { *(.comment) } | 293 | .comment 0 : { *(.comment) } |
| 282 | |||
| 283 | /* Default discards */ | ||
| 284 | DISCARDS | ||
| 285 | } | 294 | } |
| 286 | 295 | ||
| 287 | /* | 296 | /* |
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 83dce859886d..a9e0dae86a26 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c | |||
| @@ -158,7 +158,7 @@ void __init dove_spi0_init(void) | |||
| 158 | 158 | ||
| 159 | void __init dove_spi1_init(void) | 159 | void __init dove_spi1_init(void) |
| 160 | { | 160 | { |
| 161 | orion_spi_init(DOVE_SPI1_PHYS_BASE, get_tclk()); | 161 | orion_spi_1_init(DOVE_SPI1_PHYS_BASE, get_tclk()); |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | /***************************************************************************** | 164 | /***************************************************************************** |
diff --git a/arch/arm/mach-exynos4/clock.c b/arch/arm/mach-exynos4/clock.c index 1561b036a9bf..86964d2e9e1b 100644 --- a/arch/arm/mach-exynos4/clock.c +++ b/arch/arm/mach-exynos4/clock.c | |||
| @@ -899,8 +899,7 @@ static struct clksrc_clk clksrcs[] = { | |||
| 899 | .reg_div = { .reg = S5P_CLKDIV_CAM, .shift = 28, .size = 4 }, | 899 | .reg_div = { .reg = S5P_CLKDIV_CAM, .shift = 28, .size = 4 }, |
| 900 | }, { | 900 | }, { |
| 901 | .clk = { | 901 | .clk = { |
| 902 | .name = "sclk_cam", | 902 | .name = "sclk_cam0", |
| 903 | .devname = "exynos4-fimc.0", | ||
| 904 | .enable = exynos4_clksrc_mask_cam_ctrl, | 903 | .enable = exynos4_clksrc_mask_cam_ctrl, |
| 905 | .ctrlbit = (1 << 16), | 904 | .ctrlbit = (1 << 16), |
| 906 | }, | 905 | }, |
| @@ -909,8 +908,7 @@ static struct clksrc_clk clksrcs[] = { | |||
| 909 | .reg_div = { .reg = S5P_CLKDIV_CAM, .shift = 16, .size = 4 }, | 908 | .reg_div = { .reg = S5P_CLKDIV_CAM, .shift = 16, .size = 4 }, |
| 910 | }, { | 909 | }, { |
| 911 | .clk = { | 910 | .clk = { |
| 912 | .name = "sclk_cam", | 911 | .name = "sclk_cam1", |
| 913 | .devname = "exynos4-fimc.1", | ||
| 914 | .enable = exynos4_clksrc_mask_cam_ctrl, | 912 | .enable = exynos4_clksrc_mask_cam_ctrl, |
| 915 | .ctrlbit = (1 << 20), | 913 | .ctrlbit = (1 << 20), |
| 916 | }, | 914 | }, |
| @@ -1160,7 +1158,7 @@ void __init_or_cpufreq exynos4_setup_clocks(void) | |||
| 1160 | 1158 | ||
| 1161 | vpllsrc = clk_get_rate(&clk_vpllsrc.clk); | 1159 | vpllsrc = clk_get_rate(&clk_vpllsrc.clk); |
| 1162 | vpll = s5p_get_pll46xx(vpllsrc, __raw_readl(S5P_VPLL_CON0), | 1160 | vpll = s5p_get_pll46xx(vpllsrc, __raw_readl(S5P_VPLL_CON0), |
| 1163 | __raw_readl(S5P_VPLL_CON1), pll_4650); | 1161 | __raw_readl(S5P_VPLL_CON1), pll_4650c); |
| 1164 | 1162 | ||
| 1165 | clk_fout_apll.ops = &exynos4_fout_apll_ops; | 1163 | clk_fout_apll.ops = &exynos4_fout_apll_ops; |
| 1166 | clk_fout_mpll.rate = mpll; | 1164 | clk_fout_mpll.rate = mpll; |
diff --git a/arch/arm/mach-exynos4/mct.c b/arch/arm/mach-exynos4/mct.c index 1ae059b7ad7b..ddd86864fb83 100644 --- a/arch/arm/mach-exynos4/mct.c +++ b/arch/arm/mach-exynos4/mct.c | |||
| @@ -132,12 +132,18 @@ static cycle_t exynos4_frc_read(struct clocksource *cs) | |||
| 132 | return ((cycle_t)hi << 32) | lo; | 132 | return ((cycle_t)hi << 32) | lo; |
| 133 | } | 133 | } |
| 134 | 134 | ||
| 135 | static void exynos4_frc_resume(struct clocksource *cs) | ||
| 136 | { | ||
| 137 | exynos4_mct_frc_start(0, 0); | ||
| 138 | } | ||
| 139 | |||
| 135 | struct clocksource mct_frc = { | 140 | struct clocksource mct_frc = { |
| 136 | .name = "mct-frc", | 141 | .name = "mct-frc", |
| 137 | .rating = 400, | 142 | .rating = 400, |
| 138 | .read = exynos4_frc_read, | 143 | .read = exynos4_frc_read, |
| 139 | .mask = CLOCKSOURCE_MASK(64), | 144 | .mask = CLOCKSOURCE_MASK(64), |
| 140 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 145 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
| 146 | .resume = exynos4_frc_resume, | ||
| 141 | }; | 147 | }; |
| 142 | 148 | ||
| 143 | static void __init exynos4_clocksource_init(void) | 149 | static void __init exynos4_clocksource_init(void) |
| @@ -389,9 +395,11 @@ static void exynos4_mct_tick_init(struct clock_event_device *evt) | |||
| 389 | } | 395 | } |
| 390 | 396 | ||
| 391 | /* Setup the local clock events for a CPU */ | 397 | /* Setup the local clock events for a CPU */ |
| 392 | void __cpuinit local_timer_setup(struct clock_event_device *evt) | 398 | int __cpuinit local_timer_setup(struct clock_event_device *evt) |
| 393 | { | 399 | { |
| 394 | exynos4_mct_tick_init(evt); | 400 | exynos4_mct_tick_init(evt); |
| 401 | |||
| 402 | return 0; | ||
| 395 | } | 403 | } |
| 396 | 404 | ||
| 397 | int local_timer_ack(void) | 405 | int local_timer_ack(void) |
diff --git a/arch/arm/mach-exynos4/platsmp.c b/arch/arm/mach-exynos4/platsmp.c index 7c2282c6ba81..df6ef1b2f98b 100644 --- a/arch/arm/mach-exynos4/platsmp.c +++ b/arch/arm/mach-exynos4/platsmp.c | |||
| @@ -106,6 +106,8 @@ void __cpuinit platform_secondary_init(unsigned int cpu) | |||
| 106 | */ | 106 | */ |
| 107 | spin_lock(&boot_lock); | 107 | spin_lock(&boot_lock); |
| 108 | spin_unlock(&boot_lock); | 108 | spin_unlock(&boot_lock); |
| 109 | |||
| 110 | set_cpu_online(cpu, true); | ||
| 109 | } | 111 | } |
| 110 | 112 | ||
| 111 | int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) | 113 | int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) |
diff --git a/arch/arm/mach-exynos4/setup-keypad.c b/arch/arm/mach-exynos4/setup-keypad.c index 1ee0ebff111f..7862bfb5933d 100644 --- a/arch/arm/mach-exynos4/setup-keypad.c +++ b/arch/arm/mach-exynos4/setup-keypad.c | |||
| @@ -19,15 +19,16 @@ void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) | |||
| 19 | 19 | ||
| 20 | if (rows > 8) { | 20 | if (rows > 8) { |
| 21 | /* Set all the necessary GPX2 pins: KP_ROW[0~7] */ | 21 | /* Set all the necessary GPX2 pins: KP_ROW[0~7] */ |
| 22 | s3c_gpio_cfgrange_nopull(EXYNOS4_GPX2(0), 8, S3C_GPIO_SFN(3)); | 22 | s3c_gpio_cfgall_range(EXYNOS4_GPX2(0), 8, S3C_GPIO_SFN(3), |
| 23 | S3C_GPIO_PULL_UP); | ||
| 23 | 24 | ||
| 24 | /* Set all the necessary GPX3 pins: KP_ROW[8~] */ | 25 | /* Set all the necessary GPX3 pins: KP_ROW[8~] */ |
| 25 | s3c_gpio_cfgrange_nopull(EXYNOS4_GPX3(0), (rows - 8), | 26 | s3c_gpio_cfgall_range(EXYNOS4_GPX3(0), (rows - 8), |
| 26 | S3C_GPIO_SFN(3)); | 27 | S3C_GPIO_SFN(3), S3C_GPIO_PULL_UP); |
| 27 | } else { | 28 | } else { |
| 28 | /* Set all the necessary GPX2 pins: KP_ROW[x] */ | 29 | /* Set all the necessary GPX2 pins: KP_ROW[x] */ |
| 29 | s3c_gpio_cfgrange_nopull(EXYNOS4_GPX2(0), rows, | 30 | s3c_gpio_cfgall_range(EXYNOS4_GPX2(0), rows, S3C_GPIO_SFN(3), |
| 30 | S3C_GPIO_SFN(3)); | 31 | S3C_GPIO_PULL_UP); |
| 31 | } | 32 | } |
| 32 | 33 | ||
| 33 | /* Set all the necessary GPX1 pins to special-function 3: KP_COL[x] */ | 34 | /* Set all the necessary GPX1 pins to special-function 3: KP_COL[x] */ |
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index fcf0ae95651f..8cdc730dcb3a 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/interrupt.h> | 32 | #include <linux/interrupt.h> |
| 33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
| 34 | #include <linux/mtd/physmap.h> | 34 | #include <linux/mtd/physmap.h> |
| 35 | #include <video/vga.h> | ||
| 35 | 36 | ||
| 36 | #include <mach/hardware.h> | 37 | #include <mach/hardware.h> |
| 37 | #include <mach/platform.h> | 38 | #include <mach/platform.h> |
| @@ -154,6 +155,7 @@ static struct map_desc ap_io_desc[] __initdata = { | |||
| 154 | static void __init ap_map_io(void) | 155 | static void __init ap_map_io(void) |
| 155 | { | 156 | { |
| 156 | iotable_init(ap_io_desc, ARRAY_SIZE(ap_io_desc)); | 157 | iotable_init(ap_io_desc, ARRAY_SIZE(ap_io_desc)); |
| 158 | vga_base = PCI_MEMORY_VADDR; | ||
| 157 | } | 159 | } |
| 158 | 160 | ||
| 159 | #define INTEGRATOR_SC_VALID_INT 0x003fffff | 161 | #define INTEGRATOR_SC_VALID_INT 0x003fffff |
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index dd56bfb351e3..11b86e5b71c2 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | #include <linux/spinlock.h> | 27 | #include <linux/spinlock.h> |
| 28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
| 29 | #include <linux/io.h> | 29 | #include <linux/io.h> |
| 30 | #include <video/vga.h> | ||
| 31 | 30 | ||
| 32 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
| 33 | #include <mach/platform.h> | 32 | #include <mach/platform.h> |
| @@ -505,7 +504,6 @@ void __init pci_v3_preinit(void) | |||
| 505 | 504 | ||
| 506 | pcibios_min_io = 0x6000; | 505 | pcibios_min_io = 0x6000; |
| 507 | pcibios_min_mem = 0x00100000; | 506 | pcibios_min_mem = 0x00100000; |
| 508 | vga_base = PCI_MEMORY_VADDR; | ||
| 509 | 507 | ||
| 510 | /* | 508 | /* |
| 511 | * Hook in our fault handler for PCI errors | 509 | * Hook in our fault handler for PCI errors |
diff --git a/arch/arm/mach-s3c2443/clock.c b/arch/arm/mach-s3c2443/clock.c index a1a7176675b9..38058af48972 100644 --- a/arch/arm/mach-s3c2443/clock.c +++ b/arch/arm/mach-s3c2443/clock.c | |||
| @@ -128,7 +128,7 @@ static int s3c2443_armclk_setrate(struct clk *clk, unsigned long rate) | |||
| 128 | unsigned long clkcon0; | 128 | unsigned long clkcon0; |
| 129 | 129 | ||
| 130 | clkcon0 = __raw_readl(S3C2443_CLKDIV0); | 130 | clkcon0 = __raw_readl(S3C2443_CLKDIV0); |
| 131 | clkcon0 &= S3C2443_CLKDIV0_ARMDIV_MASK; | 131 | clkcon0 &= ~S3C2443_CLKDIV0_ARMDIV_MASK; |
| 132 | clkcon0 |= val << S3C2443_CLKDIV0_ARMDIV_SHIFT; | 132 | clkcon0 |= val << S3C2443_CLKDIV0_ARMDIV_SHIFT; |
| 133 | __raw_writel(clkcon0, S3C2443_CLKDIV0); | 133 | __raw_writel(clkcon0, S3C2443_CLKDIV0); |
| 134 | } | 134 | } |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index ecbea92bf83b..a9f3183e0290 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
| @@ -262,45 +262,6 @@ static struct samsung_keypad_platdata smdk6410_keypad_data __initdata = { | |||
| 262 | .cols = 8, | 262 | .cols = 8, |
| 263 | }; | 263 | }; |
| 264 | 264 | ||
| 265 | static int smdk6410_backlight_init(struct device *dev) | ||
| 266 | { | ||
| 267 | int ret; | ||
| 268 | |||
| 269 | ret = gpio_request(S3C64XX_GPF(15), "Backlight"); | ||
| 270 | if (ret) { | ||
| 271 | printk(KERN_ERR "failed to request GPF for PWM-OUT1\n"); | ||
| 272 | return ret; | ||
| 273 | } | ||
| 274 | |||
| 275 | /* Configure GPIO pin with S3C64XX_GPF15_PWM_TOUT1 */ | ||
| 276 | s3c_gpio_cfgpin(S3C64XX_GPF(15), S3C_GPIO_SFN(2)); | ||
| 277 | |||
| 278 | return 0; | ||
| 279 | } | ||
| 280 | |||
| 281 | static void smdk6410_backlight_exit(struct device *dev) | ||
| 282 | { | ||
| 283 | s3c_gpio_cfgpin(S3C64XX_GPF(15), S3C_GPIO_OUTPUT); | ||
| 284 | gpio_free(S3C64XX_GPF(15)); | ||
| 285 | } | ||
| 286 | |||
| 287 | static struct platform_pwm_backlight_data smdk6410_backlight_data = { | ||
| 288 | .pwm_id = 1, | ||
| 289 | .max_brightness = 255, | ||
| 290 | .dft_brightness = 255, | ||
| 291 | .pwm_period_ns = 78770, | ||
| 292 | .init = smdk6410_backlight_init, | ||
| 293 | .exit = smdk6410_backlight_exit, | ||
| 294 | }; | ||
| 295 | |||
| 296 | static struct platform_device smdk6410_backlight_device = { | ||
| 297 | .name = "pwm-backlight", | ||
| 298 | .dev = { | ||
| 299 | .parent = &s3c_device_timer[1].dev, | ||
| 300 | .platform_data = &smdk6410_backlight_data, | ||
| 301 | }, | ||
| 302 | }; | ||
| 303 | |||
| 304 | static struct map_desc smdk6410_iodesc[] = {}; | 265 | static struct map_desc smdk6410_iodesc[] = {}; |
| 305 | 266 | ||
| 306 | static struct platform_device *smdk6410_devices[] __initdata = { | 267 | static struct platform_device *smdk6410_devices[] __initdata = { |
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c index 52a8e607bcc2..f5f8fa89679c 100644 --- a/arch/arm/mach-s5pv210/clock.c +++ b/arch/arm/mach-s5pv210/clock.c | |||
| @@ -815,8 +815,7 @@ static struct clksrc_clk clksrcs[] = { | |||
| 815 | .reg_div = { .reg = S5P_CLK_DIV3, .shift = 20, .size = 4 }, | 815 | .reg_div = { .reg = S5P_CLK_DIV3, .shift = 20, .size = 4 }, |
| 816 | }, { | 816 | }, { |
| 817 | .clk = { | 817 | .clk = { |
| 818 | .name = "sclk_cam", | 818 | .name = "sclk_cam0", |
| 819 | .devname = "s5pv210-fimc.0", | ||
| 820 | .enable = s5pv210_clk_mask0_ctrl, | 819 | .enable = s5pv210_clk_mask0_ctrl, |
| 821 | .ctrlbit = (1 << 3), | 820 | .ctrlbit = (1 << 3), |
| 822 | }, | 821 | }, |
| @@ -825,8 +824,7 @@ static struct clksrc_clk clksrcs[] = { | |||
| 825 | .reg_div = { .reg = S5P_CLK_DIV1, .shift = 12, .size = 4 }, | 824 | .reg_div = { .reg = S5P_CLK_DIV1, .shift = 12, .size = 4 }, |
| 826 | }, { | 825 | }, { |
| 827 | .clk = { | 826 | .clk = { |
| 828 | .name = "sclk_cam", | 827 | .name = "sclk_cam1", |
| 829 | .devname = "s5pv210-fimc.1", | ||
| 830 | .enable = s5pv210_clk_mask0_ctrl, | 828 | .enable = s5pv210_clk_mask0_ctrl, |
| 831 | .ctrlbit = (1 << 4), | 829 | .ctrlbit = (1 << 4), |
| 832 | }, | 830 | }, |
diff --git a/arch/arm/mm/cache-v7.S b/arch/arm/mm/cache-v7.S index 3b24bfa3b828..07c4bc8ea0a4 100644 --- a/arch/arm/mm/cache-v7.S +++ b/arch/arm/mm/cache-v7.S | |||
| @@ -174,6 +174,10 @@ ENTRY(v7_coherent_user_range) | |||
| 174 | dcache_line_size r2, r3 | 174 | dcache_line_size r2, r3 |
| 175 | sub r3, r2, #1 | 175 | sub r3, r2, #1 |
| 176 | bic r12, r0, r3 | 176 | bic r12, r0, r3 |
| 177 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 178 | ALT_SMP(W(dsb)) | ||
| 179 | ALT_UP(W(nop)) | ||
| 180 | #endif | ||
| 177 | 1: | 181 | 1: |
| 178 | USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification | 182 | USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification |
| 179 | add r12, r12, r2 | 183 | add r12, r12, r2 |
| @@ -223,6 +227,10 @@ ENTRY(v7_flush_kern_dcache_area) | |||
| 223 | add r1, r0, r1 | 227 | add r1, r0, r1 |
| 224 | sub r3, r2, #1 | 228 | sub r3, r2, #1 |
| 225 | bic r0, r0, r3 | 229 | bic r0, r0, r3 |
| 230 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 231 | ALT_SMP(W(dsb)) | ||
| 232 | ALT_UP(W(nop)) | ||
| 233 | #endif | ||
| 226 | 1: | 234 | 1: |
| 227 | mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line / unified line | 235 | mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line / unified line |
| 228 | add r0, r0, r2 | 236 | add r0, r0, r2 |
| @@ -247,6 +255,10 @@ v7_dma_inv_range: | |||
| 247 | sub r3, r2, #1 | 255 | sub r3, r2, #1 |
| 248 | tst r0, r3 | 256 | tst r0, r3 |
| 249 | bic r0, r0, r3 | 257 | bic r0, r0, r3 |
| 258 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 259 | ALT_SMP(W(dsb)) | ||
| 260 | ALT_UP(W(nop)) | ||
| 261 | #endif | ||
| 250 | mcrne p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line | 262 | mcrne p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line |
| 251 | 263 | ||
| 252 | tst r1, r3 | 264 | tst r1, r3 |
| @@ -270,6 +282,10 @@ v7_dma_clean_range: | |||
| 270 | dcache_line_size r2, r3 | 282 | dcache_line_size r2, r3 |
| 271 | sub r3, r2, #1 | 283 | sub r3, r2, #1 |
| 272 | bic r0, r0, r3 | 284 | bic r0, r0, r3 |
| 285 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 286 | ALT_SMP(W(dsb)) | ||
| 287 | ALT_UP(W(nop)) | ||
| 288 | #endif | ||
| 273 | 1: | 289 | 1: |
| 274 | mcr p15, 0, r0, c7, c10, 1 @ clean D / U line | 290 | mcr p15, 0, r0, c7, c10, 1 @ clean D / U line |
| 275 | add r0, r0, r2 | 291 | add r0, r0, r2 |
| @@ -288,6 +304,10 @@ ENTRY(v7_dma_flush_range) | |||
| 288 | dcache_line_size r2, r3 | 304 | dcache_line_size r2, r3 |
| 289 | sub r3, r2, #1 | 305 | sub r3, r2, #1 |
| 290 | bic r0, r0, r3 | 306 | bic r0, r0, r3 |
| 307 | #ifdef CONFIG_ARM_ERRATA_764369 | ||
| 308 | ALT_SMP(W(dsb)) | ||
| 309 | ALT_UP(W(nop)) | ||
| 310 | #endif | ||
| 291 | 1: | 311 | 1: |
| 292 | mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line | 312 | mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line |
| 293 | add r0, r0, r2 | 313 | add r0, r0, r2 |
diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c index 0a0a1e7c20d2..c3ff82f92d9c 100644 --- a/arch/arm/mm/dma-mapping.c +++ b/arch/arm/mm/dma-mapping.c | |||
| @@ -324,6 +324,8 @@ __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, | |||
| 324 | 324 | ||
| 325 | if (addr) | 325 | if (addr) |
| 326 | *handle = pfn_to_dma(dev, page_to_pfn(page)); | 326 | *handle = pfn_to_dma(dev, page_to_pfn(page)); |
| 327 | else | ||
| 328 | __dma_free_buffer(page, size); | ||
| 327 | 329 | ||
| 328 | return addr; | 330 | return addr; |
| 329 | } | 331 | } |
diff --git a/arch/arm/plat-s5p/irq-gpioint.c b/arch/arm/plat-s5p/irq-gpioint.c index f71078ef6bb5..f88216d23991 100644 --- a/arch/arm/plat-s5p/irq-gpioint.c +++ b/arch/arm/plat-s5p/irq-gpioint.c | |||
| @@ -114,17 +114,18 @@ static __init int s5p_gpioint_add(struct s3c_gpio_chip *chip) | |||
| 114 | { | 114 | { |
| 115 | static int used_gpioint_groups = 0; | 115 | static int used_gpioint_groups = 0; |
| 116 | int group = chip->group; | 116 | int group = chip->group; |
| 117 | struct s5p_gpioint_bank *bank = NULL; | 117 | struct s5p_gpioint_bank *b, *bank = NULL; |
| 118 | struct irq_chip_generic *gc; | 118 | struct irq_chip_generic *gc; |
| 119 | struct irq_chip_type *ct; | 119 | struct irq_chip_type *ct; |
| 120 | 120 | ||
| 121 | if (used_gpioint_groups >= S5P_GPIOINT_GROUP_COUNT) | 121 | if (used_gpioint_groups >= S5P_GPIOINT_GROUP_COUNT) |
| 122 | return -ENOMEM; | 122 | return -ENOMEM; |
| 123 | 123 | ||
| 124 | list_for_each_entry(bank, &banks, list) { | 124 | list_for_each_entry(b, &banks, list) { |
| 125 | if (group >= bank->start && | 125 | if (group >= b->start && group < b->start + b->nr_groups) { |
| 126 | group < bank->start + bank->nr_groups) | 126 | bank = b; |
| 127 | break; | 127 | break; |
| 128 | } | ||
| 128 | } | 129 | } |
| 129 | if (!bank) | 130 | if (!bank) |
| 130 | return -EINVAL; | 131 | return -EINVAL; |
diff --git a/arch/arm/plat-samsung/clock.c b/arch/arm/plat-samsung/clock.c index 302c42670bd1..3b4451979d1b 100644 --- a/arch/arm/plat-samsung/clock.c +++ b/arch/arm/plat-samsung/clock.c | |||
| @@ -64,6 +64,17 @@ static LIST_HEAD(clocks); | |||
| 64 | */ | 64 | */ |
| 65 | DEFINE_SPINLOCK(clocks_lock); | 65 | DEFINE_SPINLOCK(clocks_lock); |
| 66 | 66 | ||
| 67 | /* Global watchdog clock used by arch_wtd_reset() callback */ | ||
| 68 | struct clk *s3c2410_wdtclk; | ||
| 69 | static int __init s3c_wdt_reset_init(void) | ||
| 70 | { | ||
| 71 | s3c2410_wdtclk = clk_get(NULL, "watchdog"); | ||
| 72 | if (IS_ERR(s3c2410_wdtclk)) | ||
| 73 | printk(KERN_WARNING "%s: warning: cannot get watchdog clock\n", __func__); | ||
| 74 | return 0; | ||
| 75 | } | ||
| 76 | arch_initcall(s3c_wdt_reset_init); | ||
| 77 | |||
| 67 | /* enable and disable calls for use with the clk struct */ | 78 | /* enable and disable calls for use with the clk struct */ |
| 68 | 79 | ||
| 69 | static int clk_null_enable(struct clk *clk, int enable) | 80 | static int clk_null_enable(struct clk *clk, int enable) |
diff --git a/arch/arm/plat-samsung/include/plat/clock.h b/arch/arm/plat-samsung/include/plat/clock.h index 87d5b38a86fb..73c66d4d10fa 100644 --- a/arch/arm/plat-samsung/include/plat/clock.h +++ b/arch/arm/plat-samsung/include/plat/clock.h | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #ifndef __ASM_PLAT_CLOCK_H | ||
| 13 | #define __ASM_PLAT_CLOCK_H __FILE__ | ||
| 14 | |||
| 12 | #include <linux/spinlock.h> | 15 | #include <linux/spinlock.h> |
| 13 | #include <linux/clkdev.h> | 16 | #include <linux/clkdev.h> |
| 14 | 17 | ||
| @@ -121,3 +124,8 @@ extern int s3c64xx_sclk_ctrl(struct clk *clk, int enable); | |||
| 121 | 124 | ||
| 122 | extern void s3c_pwmclk_init(void); | 125 | extern void s3c_pwmclk_init(void); |
| 123 | 126 | ||
| 127 | /* Global watchdog clock used by arch_wtd_reset() callback */ | ||
| 128 | |||
| 129 | extern struct clk *s3c2410_wdtclk; | ||
| 130 | |||
| 131 | #endif /* __ASM_PLAT_CLOCK_H */ | ||
diff --git a/arch/arm/plat-samsung/include/plat/watchdog-reset.h b/arch/arm/plat-samsung/include/plat/watchdog-reset.h index 54b762acb5a0..40dbb2b0ae22 100644 --- a/arch/arm/plat-samsung/include/plat/watchdog-reset.h +++ b/arch/arm/plat-samsung/include/plat/watchdog-reset.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #include <plat/clock.h> | ||
| 13 | #include <plat/regs-watchdog.h> | 14 | #include <plat/regs-watchdog.h> |
| 14 | #include <mach/map.h> | 15 | #include <mach/map.h> |
| 15 | 16 | ||
| @@ -19,17 +20,12 @@ | |||
| 19 | 20 | ||
| 20 | static inline void arch_wdt_reset(void) | 21 | static inline void arch_wdt_reset(void) |
| 21 | { | 22 | { |
| 22 | struct clk *wdtclk; | ||
| 23 | |||
| 24 | printk("arch_reset: attempting watchdog reset\n"); | 23 | printk("arch_reset: attempting watchdog reset\n"); |
| 25 | 24 | ||
| 26 | __raw_writel(0, S3C2410_WTCON); /* disable watchdog, to be safe */ | 25 | __raw_writel(0, S3C2410_WTCON); /* disable watchdog, to be safe */ |
| 27 | 26 | ||
| 28 | wdtclk = clk_get(NULL, "watchdog"); | 27 | if (s3c2410_wdtclk) |
| 29 | if (!IS_ERR(wdtclk)) { | 28 | clk_enable(s3c2410_wdtclk); |
| 30 | clk_enable(wdtclk); | ||
| 31 | } else | ||
| 32 | printk(KERN_WARNING "%s: warning: cannot get watchdog clock\n", __func__); | ||
| 33 | 29 | ||
| 34 | /* put initial values into count and data */ | 30 | /* put initial values into count and data */ |
| 35 | __raw_writel(0x80, S3C2410_WTCNT); | 31 | __raw_writel(0x80, S3C2410_WTCNT); |
diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index 5cc83851ad06..31a7d3a7ce25 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c | |||
| @@ -561,6 +561,20 @@ static struct pci_ops u4_pcie_pci_ops = | |||
| 561 | .write = u4_pcie_write_config, | 561 | .write = u4_pcie_write_config, |
| 562 | }; | 562 | }; |
| 563 | 563 | ||
| 564 | static void __devinit pmac_pci_fixup_u4_of_node(struct pci_dev *dev) | ||
| 565 | { | ||
| 566 | /* Apple's device-tree "hides" the root complex virtual P2P bridge | ||
| 567 | * on U4. However, Linux sees it, causing the PCI <-> OF matching | ||
| 568 | * code to fail to properly match devices below it. This works around | ||
| 569 | * it by setting the node of the bridge to point to the PHB node, | ||
| 570 | * which is not entirely correct but fixes the matching code and | ||
| 571 | * doesn't break anything else. It's also the simplest possible fix. | ||
| 572 | */ | ||
| 573 | if (dev->dev.of_node == NULL) | ||
| 574 | dev->dev.of_node = pcibios_get_phb_of_node(dev->bus); | ||
| 575 | } | ||
| 576 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_APPLE, 0x5b, pmac_pci_fixup_u4_of_node); | ||
| 577 | |||
| 564 | #endif /* CONFIG_PPC64 */ | 578 | #endif /* CONFIG_PPC64 */ |
| 565 | 579 | ||
| 566 | #ifdef CONFIG_PPC32 | 580 | #ifdef CONFIG_PPC32 |
diff --git a/arch/s390/include/asm/elf.h b/arch/s390/include/asm/elf.h index 64b61bf72e93..547f1a6a35d4 100644 --- a/arch/s390/include/asm/elf.h +++ b/arch/s390/include/asm/elf.h | |||
| @@ -188,7 +188,8 @@ extern char elf_platform[]; | |||
| 188 | #define SET_PERSONALITY(ex) \ | 188 | #define SET_PERSONALITY(ex) \ |
| 189 | do { \ | 189 | do { \ |
| 190 | if (personality(current->personality) != PER_LINUX32) \ | 190 | if (personality(current->personality) != PER_LINUX32) \ |
| 191 | set_personality(PER_LINUX); \ | 191 | set_personality(PER_LINUX | \ |
| 192 | (current->personality & ~PER_MASK)); \ | ||
| 192 | if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ | 193 | if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ |
| 193 | set_thread_flag(TIF_31BIT); \ | 194 | set_thread_flag(TIF_31BIT); \ |
| 194 | else \ | 195 | else \ |
diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h index 519eb5f187ef..c0cb794bb365 100644 --- a/arch/s390/include/asm/pgtable.h +++ b/arch/s390/include/asm/pgtable.h | |||
| @@ -658,12 +658,14 @@ static inline void pgste_set_pte(pte_t *ptep, pgste_t pgste) | |||
| 658 | * struct gmap_struct - guest address space | 658 | * struct gmap_struct - guest address space |
| 659 | * @mm: pointer to the parent mm_struct | 659 | * @mm: pointer to the parent mm_struct |
| 660 | * @table: pointer to the page directory | 660 | * @table: pointer to the page directory |
| 661 | * @asce: address space control element for gmap page table | ||
| 661 | * @crst_list: list of all crst tables used in the guest address space | 662 | * @crst_list: list of all crst tables used in the guest address space |
| 662 | */ | 663 | */ |
| 663 | struct gmap { | 664 | struct gmap { |
| 664 | struct list_head list; | 665 | struct list_head list; |
| 665 | struct mm_struct *mm; | 666 | struct mm_struct *mm; |
| 666 | unsigned long *table; | 667 | unsigned long *table; |
| 668 | unsigned long asce; | ||
| 667 | struct list_head crst_list; | 669 | struct list_head crst_list; |
| 668 | }; | 670 | }; |
| 669 | 671 | ||
diff --git a/arch/s390/kernel/asm-offsets.c b/arch/s390/kernel/asm-offsets.c index 532fd4322156..2b45591e1582 100644 --- a/arch/s390/kernel/asm-offsets.c +++ b/arch/s390/kernel/asm-offsets.c | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include <linux/sched.h> | 10 | #include <linux/sched.h> |
| 11 | #include <asm/vdso.h> | 11 | #include <asm/vdso.h> |
| 12 | #include <asm/sigp.h> | 12 | #include <asm/sigp.h> |
| 13 | #include <asm/pgtable.h> | ||
| 13 | 14 | ||
| 14 | /* | 15 | /* |
| 15 | * Make sure that the compiler is new enough. We want a compiler that | 16 | * Make sure that the compiler is new enough. We want a compiler that |
| @@ -126,6 +127,7 @@ int main(void) | |||
| 126 | DEFINE(__LC_KERNEL_STACK, offsetof(struct _lowcore, kernel_stack)); | 127 | DEFINE(__LC_KERNEL_STACK, offsetof(struct _lowcore, kernel_stack)); |
| 127 | DEFINE(__LC_ASYNC_STACK, offsetof(struct _lowcore, async_stack)); | 128 | DEFINE(__LC_ASYNC_STACK, offsetof(struct _lowcore, async_stack)); |
| 128 | DEFINE(__LC_PANIC_STACK, offsetof(struct _lowcore, panic_stack)); | 129 | DEFINE(__LC_PANIC_STACK, offsetof(struct _lowcore, panic_stack)); |
| 130 | DEFINE(__LC_USER_ASCE, offsetof(struct _lowcore, user_asce)); | ||
| 129 | DEFINE(__LC_INT_CLOCK, offsetof(struct _lowcore, int_clock)); | 131 | DEFINE(__LC_INT_CLOCK, offsetof(struct _lowcore, int_clock)); |
| 130 | DEFINE(__LC_MCCK_CLOCK, offsetof(struct _lowcore, mcck_clock)); | 132 | DEFINE(__LC_MCCK_CLOCK, offsetof(struct _lowcore, mcck_clock)); |
| 131 | DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags)); | 133 | DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags)); |
| @@ -151,6 +153,7 @@ int main(void) | |||
| 151 | DEFINE(__LC_VDSO_PER_CPU, offsetof(struct _lowcore, vdso_per_cpu_data)); | 153 | DEFINE(__LC_VDSO_PER_CPU, offsetof(struct _lowcore, vdso_per_cpu_data)); |
| 152 | DEFINE(__LC_GMAP, offsetof(struct _lowcore, gmap)); | 154 | DEFINE(__LC_GMAP, offsetof(struct _lowcore, gmap)); |
| 153 | DEFINE(__LC_CMF_HPP, offsetof(struct _lowcore, cmf_hpp)); | 155 | DEFINE(__LC_CMF_HPP, offsetof(struct _lowcore, cmf_hpp)); |
| 156 | DEFINE(__GMAP_ASCE, offsetof(struct gmap, asce)); | ||
| 154 | #endif /* CONFIG_32BIT */ | 157 | #endif /* CONFIG_32BIT */ |
| 155 | return 0; | 158 | return 0; |
| 156 | } | 159 | } |
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S index 5f729d627cef..713da0760538 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry64.S | |||
| @@ -1076,6 +1076,11 @@ sie_loop: | |||
| 1076 | lg %r14,__LC_THREAD_INFO # pointer thread_info struct | 1076 | lg %r14,__LC_THREAD_INFO # pointer thread_info struct |
| 1077 | tm __TI_flags+7(%r14),_TIF_EXIT_SIE | 1077 | tm __TI_flags+7(%r14),_TIF_EXIT_SIE |
| 1078 | jnz sie_exit | 1078 | jnz sie_exit |
| 1079 | lg %r14,__LC_GMAP # get gmap pointer | ||
| 1080 | ltgr %r14,%r14 | ||
| 1081 | jz sie_gmap | ||
| 1082 | lctlg %c1,%c1,__GMAP_ASCE(%r14) # load primary asce | ||
| 1083 | sie_gmap: | ||
| 1079 | lg %r14,__SF_EMPTY(%r15) # get control block pointer | 1084 | lg %r14,__SF_EMPTY(%r15) # get control block pointer |
| 1080 | SPP __SF_EMPTY(%r15) # set guest id | 1085 | SPP __SF_EMPTY(%r15) # set guest id |
| 1081 | sie 0(%r14) | 1086 | sie 0(%r14) |
| @@ -1083,6 +1088,7 @@ sie_done: | |||
| 1083 | SPP __LC_CMF_HPP # set host id | 1088 | SPP __LC_CMF_HPP # set host id |
| 1084 | lg %r14,__LC_THREAD_INFO # pointer thread_info struct | 1089 | lg %r14,__LC_THREAD_INFO # pointer thread_info struct |
| 1085 | sie_exit: | 1090 | sie_exit: |
| 1091 | lctlg %c1,%c1,__LC_USER_ASCE # load primary asce | ||
| 1086 | ni __TI_flags+6(%r14),255-(_TIF_SIE>>8) | 1092 | ni __TI_flags+6(%r14),255-(_TIF_SIE>>8) |
| 1087 | lg %r14,__SF_EMPTY+8(%r15) # load guest register save area | 1093 | lg %r14,__SF_EMPTY+8(%r15) # load guest register save area |
| 1088 | stmg %r0,%r13,0(%r14) # save guest gprs 0-13 | 1094 | stmg %r0,%r13,0(%r14) # save guest gprs 0-13 |
diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c index f17296e4fc89..dc2b580e27bc 100644 --- a/arch/s390/kvm/kvm-s390.c +++ b/arch/s390/kvm/kvm-s390.c | |||
| @@ -123,6 +123,7 @@ int kvm_dev_ioctl_check_extension(long ext) | |||
| 123 | 123 | ||
| 124 | switch (ext) { | 124 | switch (ext) { |
| 125 | case KVM_CAP_S390_PSW: | 125 | case KVM_CAP_S390_PSW: |
| 126 | case KVM_CAP_S390_GMAP: | ||
| 126 | r = 1; | 127 | r = 1; |
| 127 | break; | 128 | break; |
| 128 | default: | 129 | default: |
| @@ -263,10 +264,12 @@ void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu) | |||
| 263 | vcpu->arch.guest_fpregs.fpc &= FPC_VALID_MASK; | 264 | vcpu->arch.guest_fpregs.fpc &= FPC_VALID_MASK; |
| 264 | restore_fp_regs(&vcpu->arch.guest_fpregs); | 265 | restore_fp_regs(&vcpu->arch.guest_fpregs); |
| 265 | restore_access_regs(vcpu->arch.guest_acrs); | 266 | restore_access_regs(vcpu->arch.guest_acrs); |
| 267 | gmap_enable(vcpu->arch.gmap); | ||
| 266 | } | 268 | } |
| 267 | 269 | ||
| 268 | void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu) | 270 | void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu) |
| 269 | { | 271 | { |
| 272 | gmap_disable(vcpu->arch.gmap); | ||
| 270 | save_fp_regs(&vcpu->arch.guest_fpregs); | 273 | save_fp_regs(&vcpu->arch.guest_fpregs); |
| 271 | save_access_regs(vcpu->arch.guest_acrs); | 274 | save_access_regs(vcpu->arch.guest_acrs); |
| 272 | restore_fp_regs(&vcpu->arch.host_fpregs); | 275 | restore_fp_regs(&vcpu->arch.host_fpregs); |
| @@ -461,7 +464,6 @@ static void __vcpu_run(struct kvm_vcpu *vcpu) | |||
| 461 | local_irq_disable(); | 464 | local_irq_disable(); |
| 462 | kvm_guest_enter(); | 465 | kvm_guest_enter(); |
| 463 | local_irq_enable(); | 466 | local_irq_enable(); |
| 464 | gmap_enable(vcpu->arch.gmap); | ||
| 465 | VCPU_EVENT(vcpu, 6, "entering sie flags %x", | 467 | VCPU_EVENT(vcpu, 6, "entering sie flags %x", |
| 466 | atomic_read(&vcpu->arch.sie_block->cpuflags)); | 468 | atomic_read(&vcpu->arch.sie_block->cpuflags)); |
| 467 | if (sie64a(vcpu->arch.sie_block, vcpu->arch.guest_gprs)) { | 469 | if (sie64a(vcpu->arch.sie_block, vcpu->arch.guest_gprs)) { |
| @@ -470,7 +472,6 @@ static void __vcpu_run(struct kvm_vcpu *vcpu) | |||
| 470 | } | 472 | } |
| 471 | VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", | 473 | VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", |
| 472 | vcpu->arch.sie_block->icptcode); | 474 | vcpu->arch.sie_block->icptcode); |
| 473 | gmap_disable(vcpu->arch.gmap); | ||
| 474 | local_irq_disable(); | 475 | local_irq_disable(); |
| 475 | kvm_guest_exit(); | 476 | kvm_guest_exit(); |
| 476 | local_irq_enable(); | 477 | local_irq_enable(); |
diff --git a/arch/s390/mm/pgtable.c b/arch/s390/mm/pgtable.c index 4d1f2bce87b3..5d56c2b95b14 100644 --- a/arch/s390/mm/pgtable.c +++ b/arch/s390/mm/pgtable.c | |||
| @@ -160,6 +160,8 @@ struct gmap *gmap_alloc(struct mm_struct *mm) | |||
| 160 | table = (unsigned long *) page_to_phys(page); | 160 | table = (unsigned long *) page_to_phys(page); |
| 161 | crst_table_init(table, _REGION1_ENTRY_EMPTY); | 161 | crst_table_init(table, _REGION1_ENTRY_EMPTY); |
| 162 | gmap->table = table; | 162 | gmap->table = table; |
| 163 | gmap->asce = _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH | | ||
| 164 | _ASCE_USER_BITS | __pa(table); | ||
| 163 | list_add(&gmap->list, &mm->context.gmap_list); | 165 | list_add(&gmap->list, &mm->context.gmap_list); |
| 164 | return gmap; | 166 | return gmap; |
| 165 | 167 | ||
| @@ -240,10 +242,6 @@ EXPORT_SYMBOL_GPL(gmap_free); | |||
| 240 | */ | 242 | */ |
| 241 | void gmap_enable(struct gmap *gmap) | 243 | void gmap_enable(struct gmap *gmap) |
| 242 | { | 244 | { |
| 243 | /* Load primary space page table origin. */ | ||
| 244 | S390_lowcore.user_asce = _ASCE_TYPE_REGION1 | _ASCE_TABLE_LENGTH | | ||
| 245 | _ASCE_USER_BITS | __pa(gmap->table); | ||
| 246 | asm volatile("lctlg 1,1,%0\n" : : "m" (S390_lowcore.user_asce) ); | ||
| 247 | S390_lowcore.gmap = (unsigned long) gmap; | 245 | S390_lowcore.gmap = (unsigned long) gmap; |
| 248 | } | 246 | } |
| 249 | EXPORT_SYMBOL_GPL(gmap_enable); | 247 | EXPORT_SYMBOL_GPL(gmap_enable); |
| @@ -254,10 +252,6 @@ EXPORT_SYMBOL_GPL(gmap_enable); | |||
| 254 | */ | 252 | */ |
| 255 | void gmap_disable(struct gmap *gmap) | 253 | void gmap_disable(struct gmap *gmap) |
| 256 | { | 254 | { |
| 257 | /* Load primary space page table origin. */ | ||
| 258 | S390_lowcore.user_asce = | ||
| 259 | gmap->mm->context.asce_bits | __pa(gmap->mm->pgd); | ||
| 260 | asm volatile("lctlg 1,1,%0\n" : : "m" (S390_lowcore.user_asce) ); | ||
| 261 | S390_lowcore.gmap = 0UL; | 255 | S390_lowcore.gmap = 0UL; |
| 262 | } | 256 | } |
| 263 | EXPORT_SYMBOL_GPL(gmap_disable); | 257 | EXPORT_SYMBOL_GPL(gmap_disable); |
| @@ -309,15 +303,15 @@ int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) | |||
| 309 | /* Walk the guest addr space page table */ | 303 | /* Walk the guest addr space page table */ |
| 310 | table = gmap->table + (((to + off) >> 53) & 0x7ff); | 304 | table = gmap->table + (((to + off) >> 53) & 0x7ff); |
| 311 | if (*table & _REGION_ENTRY_INV) | 305 | if (*table & _REGION_ENTRY_INV) |
| 312 | return 0; | 306 | goto out; |
| 313 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); | 307 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); |
| 314 | table = table + (((to + off) >> 42) & 0x7ff); | 308 | table = table + (((to + off) >> 42) & 0x7ff); |
| 315 | if (*table & _REGION_ENTRY_INV) | 309 | if (*table & _REGION_ENTRY_INV) |
| 316 | return 0; | 310 | goto out; |
| 317 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); | 311 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); |
| 318 | table = table + (((to + off) >> 31) & 0x7ff); | 312 | table = table + (((to + off) >> 31) & 0x7ff); |
| 319 | if (*table & _REGION_ENTRY_INV) | 313 | if (*table & _REGION_ENTRY_INV) |
| 320 | return 0; | 314 | goto out; |
| 321 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); | 315 | table = (unsigned long *)(*table & _REGION_ENTRY_ORIGIN); |
| 322 | table = table + (((to + off) >> 20) & 0x7ff); | 316 | table = table + (((to + off) >> 20) & 0x7ff); |
| 323 | 317 | ||
| @@ -325,6 +319,7 @@ int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len) | |||
| 325 | flush |= gmap_unlink_segment(gmap, table); | 319 | flush |= gmap_unlink_segment(gmap, table); |
| 326 | *table = _SEGMENT_ENTRY_INV; | 320 | *table = _SEGMENT_ENTRY_INV; |
| 327 | } | 321 | } |
| 322 | out: | ||
| 328 | up_read(&gmap->mm->mmap_sem); | 323 | up_read(&gmap->mm->mmap_sem); |
| 329 | if (flush) | 324 | if (flush) |
| 330 | gmap_flush_tlb(gmap); | 325 | gmap_flush_tlb(gmap); |
diff --git a/arch/sparc/include/asm/spitfire.h b/arch/sparc/include/asm/spitfire.h index 55a17c6efeb8..d06a26601753 100644 --- a/arch/sparc/include/asm/spitfire.h +++ b/arch/sparc/include/asm/spitfire.h | |||
| @@ -43,6 +43,8 @@ | |||
| 43 | #define SUN4V_CHIP_NIAGARA1 0x01 | 43 | #define SUN4V_CHIP_NIAGARA1 0x01 |
| 44 | #define SUN4V_CHIP_NIAGARA2 0x02 | 44 | #define SUN4V_CHIP_NIAGARA2 0x02 |
| 45 | #define SUN4V_CHIP_NIAGARA3 0x03 | 45 | #define SUN4V_CHIP_NIAGARA3 0x03 |
| 46 | #define SUN4V_CHIP_NIAGARA4 0x04 | ||
| 47 | #define SUN4V_CHIP_NIAGARA5 0x05 | ||
| 46 | #define SUN4V_CHIP_UNKNOWN 0xff | 48 | #define SUN4V_CHIP_UNKNOWN 0xff |
| 47 | 49 | ||
| 48 | #ifndef __ASSEMBLY__ | 50 | #ifndef __ASSEMBLY__ |
diff --git a/arch/sparc/include/asm/xor_64.h b/arch/sparc/include/asm/xor_64.h index 9ed6ff679ab7..ee8edc68423e 100644 --- a/arch/sparc/include/asm/xor_64.h +++ b/arch/sparc/include/asm/xor_64.h | |||
| @@ -66,6 +66,8 @@ static struct xor_block_template xor_block_niagara = { | |||
| 66 | ((tlb_type == hypervisor && \ | 66 | ((tlb_type == hypervisor && \ |
| 67 | (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || \ | 67 | (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || \ |
| 68 | sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || \ | 68 | sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || \ |
| 69 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3)) ? \ | 69 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || \ |
| 70 | sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || \ | ||
| 71 | sun4v_chip_type == SUN4V_CHIP_NIAGARA5)) ? \ | ||
| 70 | &xor_block_niagara : \ | 72 | &xor_block_niagara : \ |
| 71 | &xor_block_VIS) | 73 | &xor_block_VIS) |
diff --git a/arch/sparc/kernel/cpu.c b/arch/sparc/kernel/cpu.c index 9810fd881058..ba9b1cec4e6b 100644 --- a/arch/sparc/kernel/cpu.c +++ b/arch/sparc/kernel/cpu.c | |||
| @@ -481,6 +481,18 @@ static void __init sun4v_cpu_probe(void) | |||
| 481 | sparc_pmu_type = "niagara3"; | 481 | sparc_pmu_type = "niagara3"; |
| 482 | break; | 482 | break; |
| 483 | 483 | ||
| 484 | case SUN4V_CHIP_NIAGARA4: | ||
| 485 | sparc_cpu_type = "UltraSparc T4 (Niagara4)"; | ||
| 486 | sparc_fpu_type = "UltraSparc T4 integrated FPU"; | ||
| 487 | sparc_pmu_type = "niagara4"; | ||
| 488 | break; | ||
| 489 | |||
| 490 | case SUN4V_CHIP_NIAGARA5: | ||
| 491 | sparc_cpu_type = "UltraSparc T5 (Niagara5)"; | ||
| 492 | sparc_fpu_type = "UltraSparc T5 integrated FPU"; | ||
| 493 | sparc_pmu_type = "niagara5"; | ||
| 494 | break; | ||
| 495 | |||
| 484 | default: | 496 | default: |
| 485 | printk(KERN_WARNING "CPU: Unknown sun4v cpu type [%s]\n", | 497 | printk(KERN_WARNING "CPU: Unknown sun4v cpu type [%s]\n", |
| 486 | prom_cpu_compatible); | 498 | prom_cpu_compatible); |
diff --git a/arch/sparc/kernel/cpumap.c b/arch/sparc/kernel/cpumap.c index 4197e8d62d4c..9323eafccb93 100644 --- a/arch/sparc/kernel/cpumap.c +++ b/arch/sparc/kernel/cpumap.c | |||
| @@ -325,6 +325,8 @@ static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index) | |||
| 325 | case SUN4V_CHIP_NIAGARA1: | 325 | case SUN4V_CHIP_NIAGARA1: |
| 326 | case SUN4V_CHIP_NIAGARA2: | 326 | case SUN4V_CHIP_NIAGARA2: |
| 327 | case SUN4V_CHIP_NIAGARA3: | 327 | case SUN4V_CHIP_NIAGARA3: |
| 328 | case SUN4V_CHIP_NIAGARA4: | ||
| 329 | case SUN4V_CHIP_NIAGARA5: | ||
| 328 | rover_inc_table = niagara_iterate_method; | 330 | rover_inc_table = niagara_iterate_method; |
| 329 | break; | 331 | break; |
| 330 | default: | 332 | default: |
diff --git a/arch/sparc/kernel/head_64.S b/arch/sparc/kernel/head_64.S index 0eac1b2fc53d..0d810c2f1d00 100644 --- a/arch/sparc/kernel/head_64.S +++ b/arch/sparc/kernel/head_64.S | |||
| @@ -133,7 +133,7 @@ prom_sun4v_name: | |||
| 133 | prom_niagara_prefix: | 133 | prom_niagara_prefix: |
| 134 | .asciz "SUNW,UltraSPARC-T" | 134 | .asciz "SUNW,UltraSPARC-T" |
| 135 | prom_sparc_prefix: | 135 | prom_sparc_prefix: |
| 136 | .asciz "SPARC-T" | 136 | .asciz "SPARC-" |
| 137 | .align 4 | 137 | .align 4 |
| 138 | prom_root_compatible: | 138 | prom_root_compatible: |
| 139 | .skip 64 | 139 | .skip 64 |
| @@ -396,7 +396,7 @@ sun4v_chip_type: | |||
| 396 | or %g1, %lo(prom_cpu_compatible), %g1 | 396 | or %g1, %lo(prom_cpu_compatible), %g1 |
| 397 | sethi %hi(prom_sparc_prefix), %g7 | 397 | sethi %hi(prom_sparc_prefix), %g7 |
| 398 | or %g7, %lo(prom_sparc_prefix), %g7 | 398 | or %g7, %lo(prom_sparc_prefix), %g7 |
| 399 | mov 7, %g3 | 399 | mov 6, %g3 |
| 400 | 90: ldub [%g7], %g2 | 400 | 90: ldub [%g7], %g2 |
| 401 | ldub [%g1], %g4 | 401 | ldub [%g1], %g4 |
| 402 | cmp %g2, %g4 | 402 | cmp %g2, %g4 |
| @@ -408,10 +408,23 @@ sun4v_chip_type: | |||
| 408 | 408 | ||
| 409 | sethi %hi(prom_cpu_compatible), %g1 | 409 | sethi %hi(prom_cpu_compatible), %g1 |
| 410 | or %g1, %lo(prom_cpu_compatible), %g1 | 410 | or %g1, %lo(prom_cpu_compatible), %g1 |
| 411 | ldub [%g1 + 7], %g2 | 411 | ldub [%g1 + 6], %g2 |
| 412 | cmp %g2, 'T' | ||
| 413 | be,pt %xcc, 70f | ||
| 414 | cmp %g2, 'M' | ||
| 415 | bne,pn %xcc, 4f | ||
| 416 | nop | ||
| 417 | |||
| 418 | 70: ldub [%g1 + 7], %g2 | ||
| 412 | cmp %g2, '3' | 419 | cmp %g2, '3' |
| 413 | be,pt %xcc, 5f | 420 | be,pt %xcc, 5f |
| 414 | mov SUN4V_CHIP_NIAGARA3, %g4 | 421 | mov SUN4V_CHIP_NIAGARA3, %g4 |
| 422 | cmp %g2, '4' | ||
| 423 | be,pt %xcc, 5f | ||
| 424 | mov SUN4V_CHIP_NIAGARA4, %g4 | ||
| 425 | cmp %g2, '5' | ||
| 426 | be,pt %xcc, 5f | ||
| 427 | mov SUN4V_CHIP_NIAGARA5, %g4 | ||
| 415 | ba,pt %xcc, 4f | 428 | ba,pt %xcc, 4f |
| 416 | nop | 429 | nop |
| 417 | 430 | ||
| @@ -545,6 +558,12 @@ niagara_tlb_fixup: | |||
| 545 | cmp %g1, SUN4V_CHIP_NIAGARA3 | 558 | cmp %g1, SUN4V_CHIP_NIAGARA3 |
| 546 | be,pt %xcc, niagara2_patch | 559 | be,pt %xcc, niagara2_patch |
| 547 | nop | 560 | nop |
| 561 | cmp %g1, SUN4V_CHIP_NIAGARA4 | ||
| 562 | be,pt %xcc, niagara2_patch | ||
| 563 | nop | ||
| 564 | cmp %g1, SUN4V_CHIP_NIAGARA5 | ||
| 565 | be,pt %xcc, niagara2_patch | ||
| 566 | nop | ||
| 548 | 567 | ||
| 549 | call generic_patch_copyops | 568 | call generic_patch_copyops |
| 550 | nop | 569 | nop |
diff --git a/arch/sparc/kernel/process_32.c b/arch/sparc/kernel/process_32.c index c8cc461ff75f..f793742eec2b 100644 --- a/arch/sparc/kernel/process_32.c +++ b/arch/sparc/kernel/process_32.c | |||
| @@ -380,8 +380,7 @@ void flush_thread(void) | |||
| 380 | #endif | 380 | #endif |
| 381 | } | 381 | } |
| 382 | 382 | ||
| 383 | /* Now, this task is no longer a kernel thread. */ | 383 | /* This task is no longer a kernel thread. */ |
| 384 | current->thread.current_ds = USER_DS; | ||
| 385 | if (current->thread.flags & SPARC_FLAG_KTHREAD) { | 384 | if (current->thread.flags & SPARC_FLAG_KTHREAD) { |
| 386 | current->thread.flags &= ~SPARC_FLAG_KTHREAD; | 385 | current->thread.flags &= ~SPARC_FLAG_KTHREAD; |
| 387 | 386 | ||
diff --git a/arch/sparc/kernel/process_64.c b/arch/sparc/kernel/process_64.c index c158a95ec664..d959cd0a4aa4 100644 --- a/arch/sparc/kernel/process_64.c +++ b/arch/sparc/kernel/process_64.c | |||
| @@ -368,9 +368,6 @@ void flush_thread(void) | |||
| 368 | 368 | ||
| 369 | /* Clear FPU register state. */ | 369 | /* Clear FPU register state. */ |
| 370 | t->fpsaved[0] = 0; | 370 | t->fpsaved[0] = 0; |
| 371 | |||
| 372 | if (get_thread_current_ds() != ASI_AIUS) | ||
| 373 | set_fs(USER_DS); | ||
| 374 | } | 371 | } |
| 375 | 372 | ||
| 376 | /* It's a bit more tricky when 64-bit tasks are involved... */ | 373 | /* It's a bit more tricky when 64-bit tasks are involved... */ |
diff --git a/arch/sparc/kernel/setup_32.c b/arch/sparc/kernel/setup_32.c index d26e1f6c717a..3e3e2914c70b 100644 --- a/arch/sparc/kernel/setup_32.c +++ b/arch/sparc/kernel/setup_32.c | |||
| @@ -137,7 +137,7 @@ static void __init process_switch(char c) | |||
| 137 | prom_halt(); | 137 | prom_halt(); |
| 138 | break; | 138 | break; |
| 139 | case 'p': | 139 | case 'p': |
| 140 | /* Just ignore, this behavior is now the default. */ | 140 | prom_early_console.flags &= ~CON_BOOT; |
| 141 | break; | 141 | break; |
| 142 | default: | 142 | default: |
| 143 | printk("Unknown boot switch (-%c)\n", c); | 143 | printk("Unknown boot switch (-%c)\n", c); |
diff --git a/arch/sparc/kernel/setup_64.c b/arch/sparc/kernel/setup_64.c index 3c5bb784214f..c965595aa7e9 100644 --- a/arch/sparc/kernel/setup_64.c +++ b/arch/sparc/kernel/setup_64.c | |||
| @@ -106,7 +106,7 @@ static void __init process_switch(char c) | |||
| 106 | prom_halt(); | 106 | prom_halt(); |
| 107 | break; | 107 | break; |
| 108 | case 'p': | 108 | case 'p': |
| 109 | /* Just ignore, this behavior is now the default. */ | 109 | prom_early_console.flags &= ~CON_BOOT; |
| 110 | break; | 110 | break; |
| 111 | case 'P': | 111 | case 'P': |
| 112 | /* Force UltraSPARC-III P-Cache on. */ | 112 | /* Force UltraSPARC-III P-Cache on. */ |
| @@ -425,10 +425,14 @@ static void __init init_sparc64_elf_hwcap(void) | |||
| 425 | else if (tlb_type == hypervisor) { | 425 | else if (tlb_type == hypervisor) { |
| 426 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || | 426 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || |
| 427 | sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || | 427 | sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || |
| 428 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3) | 428 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || |
| 429 | sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || | ||
| 430 | sun4v_chip_type == SUN4V_CHIP_NIAGARA5) | ||
| 429 | cap |= HWCAP_SPARC_BLKINIT; | 431 | cap |= HWCAP_SPARC_BLKINIT; |
| 430 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || | 432 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || |
| 431 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3) | 433 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || |
| 434 | sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || | ||
| 435 | sun4v_chip_type == SUN4V_CHIP_NIAGARA5) | ||
| 432 | cap |= HWCAP_SPARC_N2; | 436 | cap |= HWCAP_SPARC_N2; |
| 433 | } | 437 | } |
| 434 | 438 | ||
| @@ -452,11 +456,15 @@ static void __init init_sparc64_elf_hwcap(void) | |||
| 452 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA1) | 456 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA1) |
| 453 | cap |= AV_SPARC_ASI_BLK_INIT; | 457 | cap |= AV_SPARC_ASI_BLK_INIT; |
| 454 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || | 458 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || |
| 455 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3) | 459 | sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || |
| 460 | sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || | ||
| 461 | sun4v_chip_type == SUN4V_CHIP_NIAGARA5) | ||
| 456 | cap |= (AV_SPARC_VIS | AV_SPARC_VIS2 | | 462 | cap |= (AV_SPARC_VIS | AV_SPARC_VIS2 | |
| 457 | AV_SPARC_ASI_BLK_INIT | | 463 | AV_SPARC_ASI_BLK_INIT | |
| 458 | AV_SPARC_POPC); | 464 | AV_SPARC_POPC); |
| 459 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA3) | 465 | if (sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || |
| 466 | sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || | ||
| 467 | sun4v_chip_type == SUN4V_CHIP_NIAGARA5) | ||
| 460 | cap |= (AV_SPARC_VIS3 | AV_SPARC_HPC | | 468 | cap |= (AV_SPARC_VIS3 | AV_SPARC_HPC | |
| 461 | AV_SPARC_FMAF); | 469 | AV_SPARC_FMAF); |
| 462 | } | 470 | } |
diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c index 581531dbc8b5..8e073d802139 100644 --- a/arch/sparc/mm/init_64.c +++ b/arch/sparc/mm/init_64.c | |||
| @@ -511,6 +511,11 @@ static void __init read_obp_translations(void) | |||
| 511 | for (i = 0; i < prom_trans_ents; i++) | 511 | for (i = 0; i < prom_trans_ents; i++) |
| 512 | prom_trans[i].data &= ~0x0003fe0000000000UL; | 512 | prom_trans[i].data &= ~0x0003fe0000000000UL; |
| 513 | } | 513 | } |
| 514 | |||
| 515 | /* Force execute bit on. */ | ||
| 516 | for (i = 0; i < prom_trans_ents; i++) | ||
| 517 | prom_trans[i].data |= (tlb_type == hypervisor ? | ||
| 518 | _PAGE_EXEC_4V : _PAGE_EXEC_4U); | ||
| 514 | } | 519 | } |
| 515 | 520 | ||
| 516 | static void __init hypervisor_tlb_lock(unsigned long vaddr, | 521 | static void __init hypervisor_tlb_lock(unsigned long vaddr, |
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c index 6f08bc940fa8..8b4cc5f067de 100644 --- a/arch/x86/kvm/emulate.c +++ b/arch/x86/kvm/emulate.c | |||
| @@ -3603,7 +3603,7 @@ done_prefixes: | |||
| 3603 | break; | 3603 | break; |
| 3604 | case Src2CL: | 3604 | case Src2CL: |
| 3605 | ctxt->src2.bytes = 1; | 3605 | ctxt->src2.bytes = 1; |
| 3606 | ctxt->src2.val = ctxt->regs[VCPU_REGS_RCX] & 0x8; | 3606 | ctxt->src2.val = ctxt->regs[VCPU_REGS_RCX] & 0xff; |
| 3607 | break; | 3607 | break; |
| 3608 | case Src2ImmByte: | 3608 | case Src2ImmByte: |
| 3609 | rc = decode_imm(ctxt, &ctxt->src2, 1, true); | 3609 | rc = decode_imm(ctxt, &ctxt->src2, 1, true); |
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 1c5b69373a00..8e8da7960dbe 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
| @@ -400,7 +400,8 @@ static u64 __update_clear_spte_slow(u64 *sptep, u64 spte) | |||
| 400 | 400 | ||
| 401 | /* xchg acts as a barrier before the setting of the high bits */ | 401 | /* xchg acts as a barrier before the setting of the high bits */ |
| 402 | orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low); | 402 | orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low); |
| 403 | orig.spte_high = ssptep->spte_high = sspte.spte_high; | 403 | orig.spte_high = ssptep->spte_high; |
| 404 | ssptep->spte_high = sspte.spte_high; | ||
| 404 | count_spte_clear(sptep, spte); | 405 | count_spte_clear(sptep, spte); |
| 405 | 406 | ||
| 406 | return orig.spte; | 407 | return orig.spte; |
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index bcaf16ee6ad1..b596e54ddd71 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c | |||
| @@ -785,10 +785,10 @@ static int blkio_policy_parse_and_set(char *buf, | |||
| 785 | { | 785 | { |
| 786 | char *s[4], *p, *major_s = NULL, *minor_s = NULL; | 786 | char *s[4], *p, *major_s = NULL, *minor_s = NULL; |
| 787 | int ret; | 787 | int ret; |
| 788 | unsigned long major, minor, temp; | 788 | unsigned long major, minor; |
| 789 | int i = 0; | 789 | int i = 0; |
| 790 | dev_t dev; | 790 | dev_t dev; |
| 791 | u64 bps, iops; | 791 | u64 temp; |
| 792 | 792 | ||
| 793 | memset(s, 0, sizeof(s)); | 793 | memset(s, 0, sizeof(s)); |
| 794 | 794 | ||
| @@ -826,20 +826,23 @@ static int blkio_policy_parse_and_set(char *buf, | |||
| 826 | 826 | ||
| 827 | dev = MKDEV(major, minor); | 827 | dev = MKDEV(major, minor); |
| 828 | 828 | ||
| 829 | ret = blkio_check_dev_num(dev); | 829 | ret = strict_strtoull(s[1], 10, &temp); |
| 830 | if (ret) | 830 | if (ret) |
| 831 | return ret; | 831 | return -EINVAL; |
| 832 | 832 | ||
| 833 | newpn->dev = dev; | 833 | /* For rule removal, do not check for device presence. */ |
| 834 | if (temp) { | ||
| 835 | ret = blkio_check_dev_num(dev); | ||
| 836 | if (ret) | ||
| 837 | return ret; | ||
| 838 | } | ||
| 834 | 839 | ||
| 835 | if (s[1] == NULL) | 840 | newpn->dev = dev; |
| 836 | return -EINVAL; | ||
| 837 | 841 | ||
| 838 | switch (plid) { | 842 | switch (plid) { |
| 839 | case BLKIO_POLICY_PROP: | 843 | case BLKIO_POLICY_PROP: |
| 840 | ret = strict_strtoul(s[1], 10, &temp); | 844 | if ((temp < BLKIO_WEIGHT_MIN && temp > 0) || |
| 841 | if (ret || (temp < BLKIO_WEIGHT_MIN && temp > 0) || | 845 | temp > BLKIO_WEIGHT_MAX) |
| 842 | temp > BLKIO_WEIGHT_MAX) | ||
| 843 | return -EINVAL; | 846 | return -EINVAL; |
| 844 | 847 | ||
| 845 | newpn->plid = plid; | 848 | newpn->plid = plid; |
| @@ -850,26 +853,18 @@ static int blkio_policy_parse_and_set(char *buf, | |||
| 850 | switch(fileid) { | 853 | switch(fileid) { |
| 851 | case BLKIO_THROTL_read_bps_device: | 854 | case BLKIO_THROTL_read_bps_device: |
| 852 | case BLKIO_THROTL_write_bps_device: | 855 | case BLKIO_THROTL_write_bps_device: |
| 853 | ret = strict_strtoull(s[1], 10, &bps); | ||
| 854 | if (ret) | ||
| 855 | return -EINVAL; | ||
| 856 | |||
| 857 | newpn->plid = plid; | 856 | newpn->plid = plid; |
| 858 | newpn->fileid = fileid; | 857 | newpn->fileid = fileid; |
| 859 | newpn->val.bps = bps; | 858 | newpn->val.bps = temp; |
| 860 | break; | 859 | break; |
| 861 | case BLKIO_THROTL_read_iops_device: | 860 | case BLKIO_THROTL_read_iops_device: |
| 862 | case BLKIO_THROTL_write_iops_device: | 861 | case BLKIO_THROTL_write_iops_device: |
| 863 | ret = strict_strtoull(s[1], 10, &iops); | 862 | if (temp > THROTL_IOPS_MAX) |
| 864 | if (ret) | ||
| 865 | return -EINVAL; | ||
| 866 | |||
| 867 | if (iops > THROTL_IOPS_MAX) | ||
| 868 | return -EINVAL; | 863 | return -EINVAL; |
| 869 | 864 | ||
| 870 | newpn->plid = plid; | 865 | newpn->plid = plid; |
| 871 | newpn->fileid = fileid; | 866 | newpn->fileid = fileid; |
| 872 | newpn->val.iops = (unsigned int)iops; | 867 | newpn->val.iops = (unsigned int)temp; |
| 873 | break; | 868 | break; |
| 874 | } | 869 | } |
| 875 | break; | 870 | break; |
diff --git a/block/blk-core.c b/block/blk-core.c index 90e1ffdeb415..d34433ae7917 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
| @@ -348,9 +348,10 @@ void blk_put_queue(struct request_queue *q) | |||
| 348 | EXPORT_SYMBOL(blk_put_queue); | 348 | EXPORT_SYMBOL(blk_put_queue); |
| 349 | 349 | ||
| 350 | /* | 350 | /* |
| 351 | * Note: If a driver supplied the queue lock, it should not zap that lock | 351 | * Note: If a driver supplied the queue lock, it is disconnected |
| 352 | * unexpectedly as some queue cleanup components like elevator_exit() and | 352 | * by this function. The actual state of the lock doesn't matter |
| 353 | * blk_throtl_exit() need queue lock. | 353 | * here as the request_queue isn't accessible after this point |
| 354 | * (QUEUE_FLAG_DEAD is set) and no other requests will be queued. | ||
| 354 | */ | 355 | */ |
| 355 | void blk_cleanup_queue(struct request_queue *q) | 356 | void blk_cleanup_queue(struct request_queue *q) |
| 356 | { | 357 | { |
| @@ -367,10 +368,8 @@ void blk_cleanup_queue(struct request_queue *q) | |||
| 367 | queue_flag_set_unlocked(QUEUE_FLAG_DEAD, q); | 368 | queue_flag_set_unlocked(QUEUE_FLAG_DEAD, q); |
| 368 | mutex_unlock(&q->sysfs_lock); | 369 | mutex_unlock(&q->sysfs_lock); |
| 369 | 370 | ||
| 370 | if (q->elevator) | 371 | if (q->queue_lock != &q->__queue_lock) |
| 371 | elevator_exit(q->elevator); | 372 | q->queue_lock = &q->__queue_lock; |
| 372 | |||
| 373 | blk_throtl_exit(q); | ||
| 374 | 373 | ||
| 375 | blk_put_queue(q); | 374 | blk_put_queue(q); |
| 376 | } | 375 | } |
| @@ -1167,7 +1166,7 @@ static bool bio_attempt_front_merge(struct request_queue *q, | |||
| 1167 | * true if merge was successful, otherwise false. | 1166 | * true if merge was successful, otherwise false. |
| 1168 | */ | 1167 | */ |
| 1169 | static bool attempt_plug_merge(struct task_struct *tsk, struct request_queue *q, | 1168 | static bool attempt_plug_merge(struct task_struct *tsk, struct request_queue *q, |
| 1170 | struct bio *bio) | 1169 | struct bio *bio, unsigned int *request_count) |
| 1171 | { | 1170 | { |
| 1172 | struct blk_plug *plug; | 1171 | struct blk_plug *plug; |
| 1173 | struct request *rq; | 1172 | struct request *rq; |
| @@ -1176,10 +1175,13 @@ static bool attempt_plug_merge(struct task_struct *tsk, struct request_queue *q, | |||
| 1176 | plug = tsk->plug; | 1175 | plug = tsk->plug; |
| 1177 | if (!plug) | 1176 | if (!plug) |
| 1178 | goto out; | 1177 | goto out; |
| 1178 | *request_count = 0; | ||
| 1179 | 1179 | ||
| 1180 | list_for_each_entry_reverse(rq, &plug->list, queuelist) { | 1180 | list_for_each_entry_reverse(rq, &plug->list, queuelist) { |
| 1181 | int el_ret; | 1181 | int el_ret; |
| 1182 | 1182 | ||
| 1183 | (*request_count)++; | ||
| 1184 | |||
| 1183 | if (rq->q != q) | 1185 | if (rq->q != q) |
| 1184 | continue; | 1186 | continue; |
| 1185 | 1187 | ||
| @@ -1219,6 +1221,7 @@ static int __make_request(struct request_queue *q, struct bio *bio) | |||
| 1219 | struct blk_plug *plug; | 1221 | struct blk_plug *plug; |
| 1220 | int el_ret, rw_flags, where = ELEVATOR_INSERT_SORT; | 1222 | int el_ret, rw_flags, where = ELEVATOR_INSERT_SORT; |
| 1221 | struct request *req; | 1223 | struct request *req; |
| 1224 | unsigned int request_count = 0; | ||
| 1222 | 1225 | ||
| 1223 | /* | 1226 | /* |
| 1224 | * low level driver can indicate that it wants pages above a | 1227 | * low level driver can indicate that it wants pages above a |
| @@ -1237,7 +1240,7 @@ static int __make_request(struct request_queue *q, struct bio *bio) | |||
| 1237 | * Check if we can merge with the plugged list before grabbing | 1240 | * Check if we can merge with the plugged list before grabbing |
| 1238 | * any locks. | 1241 | * any locks. |
| 1239 | */ | 1242 | */ |
| 1240 | if (attempt_plug_merge(current, q, bio)) | 1243 | if (attempt_plug_merge(current, q, bio, &request_count)) |
| 1241 | goto out; | 1244 | goto out; |
| 1242 | 1245 | ||
| 1243 | spin_lock_irq(q->queue_lock); | 1246 | spin_lock_irq(q->queue_lock); |
| @@ -1302,11 +1305,10 @@ get_rq: | |||
| 1302 | if (__rq->q != q) | 1305 | if (__rq->q != q) |
| 1303 | plug->should_sort = 1; | 1306 | plug->should_sort = 1; |
| 1304 | } | 1307 | } |
| 1308 | if (request_count >= BLK_MAX_REQUEST_COUNT) | ||
| 1309 | blk_flush_plug_list(plug, false); | ||
| 1305 | list_add_tail(&req->queuelist, &plug->list); | 1310 | list_add_tail(&req->queuelist, &plug->list); |
| 1306 | plug->count++; | ||
| 1307 | drive_stat_acct(req, 1); | 1311 | drive_stat_acct(req, 1); |
| 1308 | if (plug->count >= BLK_MAX_REQUEST_COUNT) | ||
| 1309 | blk_flush_plug_list(plug, false); | ||
| 1310 | } else { | 1312 | } else { |
| 1311 | spin_lock_irq(q->queue_lock); | 1313 | spin_lock_irq(q->queue_lock); |
| 1312 | add_acct_request(q, req, where); | 1314 | add_acct_request(q, req, where); |
| @@ -2634,7 +2636,6 @@ void blk_start_plug(struct blk_plug *plug) | |||
| 2634 | INIT_LIST_HEAD(&plug->list); | 2636 | INIT_LIST_HEAD(&plug->list); |
| 2635 | INIT_LIST_HEAD(&plug->cb_list); | 2637 | INIT_LIST_HEAD(&plug->cb_list); |
| 2636 | plug->should_sort = 0; | 2638 | plug->should_sort = 0; |
| 2637 | plug->count = 0; | ||
| 2638 | 2639 | ||
| 2639 | /* | 2640 | /* |
| 2640 | * If this is a nested plug, don't actually assign it. It will be | 2641 | * If this is a nested plug, don't actually assign it. It will be |
| @@ -2718,7 +2719,6 @@ void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) | |||
| 2718 | return; | 2719 | return; |
| 2719 | 2720 | ||
| 2720 | list_splice_init(&plug->list, &list); | 2721 | list_splice_init(&plug->list, &list); |
| 2721 | plug->count = 0; | ||
| 2722 | 2722 | ||
| 2723 | if (plug->should_sort) { | 2723 | if (plug->should_sort) { |
| 2724 | list_sort(NULL, &list, plug_rq_cmp); | 2724 | list_sort(NULL, &list, plug_rq_cmp); |
diff --git a/block/blk-softirq.c b/block/blk-softirq.c index 58340d0cb23a..1366a89d8e66 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c | |||
| @@ -115,7 +115,7 @@ void __blk_complete_request(struct request *req) | |||
| 115 | /* | 115 | /* |
| 116 | * Select completion CPU | 116 | * Select completion CPU |
| 117 | */ | 117 | */ |
| 118 | if (test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags) && req->cpu != -1) { | 118 | if (req->cpu != -1) { |
| 119 | ccpu = req->cpu; | 119 | ccpu = req->cpu; |
| 120 | if (!test_bit(QUEUE_FLAG_SAME_FORCE, &q->queue_flags)) { | 120 | if (!test_bit(QUEUE_FLAG_SAME_FORCE, &q->queue_flags)) { |
| 121 | ccpu = blk_cpu_to_group(ccpu); | 121 | ccpu = blk_cpu_to_group(ccpu); |
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index 0ee17b5e7fb6..60fda88c57f0 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c | |||
| @@ -258,11 +258,13 @@ queue_rq_affinity_store(struct request_queue *q, const char *page, size_t count) | |||
| 258 | 258 | ||
| 259 | ret = queue_var_store(&val, page, count); | 259 | ret = queue_var_store(&val, page, count); |
| 260 | spin_lock_irq(q->queue_lock); | 260 | spin_lock_irq(q->queue_lock); |
| 261 | if (val) { | 261 | if (val == 2) { |
| 262 | queue_flag_set(QUEUE_FLAG_SAME_COMP, q); | 262 | queue_flag_set(QUEUE_FLAG_SAME_COMP, q); |
| 263 | if (val == 2) | 263 | queue_flag_set(QUEUE_FLAG_SAME_FORCE, q); |
| 264 | queue_flag_set(QUEUE_FLAG_SAME_FORCE, q); | 264 | } else if (val == 1) { |
| 265 | } else { | 265 | queue_flag_set(QUEUE_FLAG_SAME_COMP, q); |
| 266 | queue_flag_clear(QUEUE_FLAG_SAME_FORCE, q); | ||
| 267 | } else if (val == 0) { | ||
| 266 | queue_flag_clear(QUEUE_FLAG_SAME_COMP, q); | 268 | queue_flag_clear(QUEUE_FLAG_SAME_COMP, q); |
| 267 | queue_flag_clear(QUEUE_FLAG_SAME_FORCE, q); | 269 | queue_flag_clear(QUEUE_FLAG_SAME_FORCE, q); |
| 268 | } | 270 | } |
| @@ -477,6 +479,11 @@ static void blk_release_queue(struct kobject *kobj) | |||
| 477 | 479 | ||
| 478 | blk_sync_queue(q); | 480 | blk_sync_queue(q); |
| 479 | 481 | ||
| 482 | if (q->elevator) | ||
| 483 | elevator_exit(q->elevator); | ||
| 484 | |||
| 485 | blk_throtl_exit(q); | ||
| 486 | |||
| 480 | if (rl->rq_pool) | 487 | if (rl->rq_pool) |
| 481 | mempool_destroy(rl->rq_pool); | 488 | mempool_destroy(rl->rq_pool); |
| 482 | 489 | ||
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index a33bd4377c61..16ace89613bc 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -130,8 +130,8 @@ struct cfq_queue { | |||
| 130 | unsigned long slice_end; | 130 | unsigned long slice_end; |
| 131 | long slice_resid; | 131 | long slice_resid; |
| 132 | 132 | ||
| 133 | /* pending metadata requests */ | 133 | /* pending priority requests */ |
| 134 | int meta_pending; | 134 | int prio_pending; |
| 135 | /* number of requests that are on the dispatch list or inside driver */ | 135 | /* number of requests that are on the dispatch list or inside driver */ |
| 136 | int dispatched; | 136 | int dispatched; |
| 137 | 137 | ||
| @@ -684,8 +684,8 @@ cfq_choose_req(struct cfq_data *cfqd, struct request *rq1, struct request *rq2, | |||
| 684 | if (rq_is_sync(rq1) != rq_is_sync(rq2)) | 684 | if (rq_is_sync(rq1) != rq_is_sync(rq2)) |
| 685 | return rq_is_sync(rq1) ? rq1 : rq2; | 685 | return rq_is_sync(rq1) ? rq1 : rq2; |
| 686 | 686 | ||
| 687 | if ((rq1->cmd_flags ^ rq2->cmd_flags) & REQ_META) | 687 | if ((rq1->cmd_flags ^ rq2->cmd_flags) & REQ_PRIO) |
| 688 | return rq1->cmd_flags & REQ_META ? rq1 : rq2; | 688 | return rq1->cmd_flags & REQ_PRIO ? rq1 : rq2; |
| 689 | 689 | ||
| 690 | s1 = blk_rq_pos(rq1); | 690 | s1 = blk_rq_pos(rq1); |
| 691 | s2 = blk_rq_pos(rq2); | 691 | s2 = blk_rq_pos(rq2); |
| @@ -1612,9 +1612,9 @@ static void cfq_remove_request(struct request *rq) | |||
| 1612 | cfqq->cfqd->rq_queued--; | 1612 | cfqq->cfqd->rq_queued--; |
| 1613 | cfq_blkiocg_update_io_remove_stats(&(RQ_CFQG(rq))->blkg, | 1613 | cfq_blkiocg_update_io_remove_stats(&(RQ_CFQG(rq))->blkg, |
| 1614 | rq_data_dir(rq), rq_is_sync(rq)); | 1614 | rq_data_dir(rq), rq_is_sync(rq)); |
| 1615 | if (rq->cmd_flags & REQ_META) { | 1615 | if (rq->cmd_flags & REQ_PRIO) { |
| 1616 | WARN_ON(!cfqq->meta_pending); | 1616 | WARN_ON(!cfqq->prio_pending); |
| 1617 | cfqq->meta_pending--; | 1617 | cfqq->prio_pending--; |
| 1618 | } | 1618 | } |
| 1619 | } | 1619 | } |
| 1620 | 1620 | ||
| @@ -3372,7 +3372,7 @@ cfq_should_preempt(struct cfq_data *cfqd, struct cfq_queue *new_cfqq, | |||
| 3372 | * So both queues are sync. Let the new request get disk time if | 3372 | * So both queues are sync. Let the new request get disk time if |
| 3373 | * it's a metadata request and the current queue is doing regular IO. | 3373 | * it's a metadata request and the current queue is doing regular IO. |
| 3374 | */ | 3374 | */ |
| 3375 | if ((rq->cmd_flags & REQ_META) && !cfqq->meta_pending) | 3375 | if ((rq->cmd_flags & REQ_PRIO) && !cfqq->prio_pending) |
| 3376 | return true; | 3376 | return true; |
| 3377 | 3377 | ||
| 3378 | /* | 3378 | /* |
| @@ -3439,8 +3439,8 @@ cfq_rq_enqueued(struct cfq_data *cfqd, struct cfq_queue *cfqq, | |||
| 3439 | struct cfq_io_context *cic = RQ_CIC(rq); | 3439 | struct cfq_io_context *cic = RQ_CIC(rq); |
| 3440 | 3440 | ||
| 3441 | cfqd->rq_queued++; | 3441 | cfqd->rq_queued++; |
| 3442 | if (rq->cmd_flags & REQ_META) | 3442 | if (rq->cmd_flags & REQ_PRIO) |
| 3443 | cfqq->meta_pending++; | 3443 | cfqq->prio_pending++; |
| 3444 | 3444 | ||
| 3445 | cfq_update_io_thinktime(cfqd, cfqq, cic); | 3445 | cfq_update_io_thinktime(cfqd, cfqq, cic); |
| 3446 | cfq_update_io_seektime(cfqd, cfqq, rq); | 3446 | cfq_update_io_seektime(cfqd, cfqq, rq); |
diff --git a/drivers/base/power/clock_ops.c b/drivers/base/power/clock_ops.c index 2c18d584066d..b97294e2d95b 100644 --- a/drivers/base/power/clock_ops.c +++ b/drivers/base/power/clock_ops.c | |||
| @@ -42,6 +42,22 @@ static struct pm_clk_data *__to_pcd(struct device *dev) | |||
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | /** | 44 | /** |
| 45 | * pm_clk_acquire - Acquire a device clock. | ||
| 46 | * @dev: Device whose clock is to be acquired. | ||
| 47 | * @ce: PM clock entry corresponding to the clock. | ||
| 48 | */ | ||
| 49 | static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) | ||
| 50 | { | ||
| 51 | ce->clk = clk_get(dev, ce->con_id); | ||
| 52 | if (IS_ERR(ce->clk)) { | ||
| 53 | ce->status = PCE_STATUS_ERROR; | ||
| 54 | } else { | ||
| 55 | ce->status = PCE_STATUS_ACQUIRED; | ||
| 56 | dev_dbg(dev, "Clock %s managed by runtime PM.\n", ce->con_id); | ||
| 57 | } | ||
| 58 | } | ||
| 59 | |||
| 60 | /** | ||
| 45 | * pm_clk_add - Start using a device clock for power management. | 61 | * pm_clk_add - Start using a device clock for power management. |
| 46 | * @dev: Device whose clock is going to be used for power management. | 62 | * @dev: Device whose clock is going to be used for power management. |
| 47 | * @con_id: Connection ID of the clock. | 63 | * @con_id: Connection ID of the clock. |
| @@ -73,6 +89,8 @@ int pm_clk_add(struct device *dev, const char *con_id) | |||
| 73 | } | 89 | } |
| 74 | } | 90 | } |
| 75 | 91 | ||
| 92 | pm_clk_acquire(dev, ce); | ||
| 93 | |||
| 76 | spin_lock_irq(&pcd->lock); | 94 | spin_lock_irq(&pcd->lock); |
| 77 | list_add_tail(&ce->node, &pcd->clock_list); | 95 | list_add_tail(&ce->node, &pcd->clock_list); |
| 78 | spin_unlock_irq(&pcd->lock); | 96 | spin_unlock_irq(&pcd->lock); |
| @@ -82,17 +100,12 @@ int pm_clk_add(struct device *dev, const char *con_id) | |||
| 82 | /** | 100 | /** |
| 83 | * __pm_clk_remove - Destroy PM clock entry. | 101 | * __pm_clk_remove - Destroy PM clock entry. |
| 84 | * @ce: PM clock entry to destroy. | 102 | * @ce: PM clock entry to destroy. |
| 85 | * | ||
| 86 | * This routine must be called under the spinlock protecting the PM list of | ||
| 87 | * clocks corresponding the the @ce's device. | ||
| 88 | */ | 103 | */ |
| 89 | static void __pm_clk_remove(struct pm_clock_entry *ce) | 104 | static void __pm_clk_remove(struct pm_clock_entry *ce) |
| 90 | { | 105 | { |
| 91 | if (!ce) | 106 | if (!ce) |
| 92 | return; | 107 | return; |
| 93 | 108 | ||
| 94 | list_del(&ce->node); | ||
| 95 | |||
| 96 | if (ce->status < PCE_STATUS_ERROR) { | 109 | if (ce->status < PCE_STATUS_ERROR) { |
| 97 | if (ce->status == PCE_STATUS_ENABLED) | 110 | if (ce->status == PCE_STATUS_ENABLED) |
| 98 | clk_disable(ce->clk); | 111 | clk_disable(ce->clk); |
| @@ -126,18 +139,22 @@ void pm_clk_remove(struct device *dev, const char *con_id) | |||
| 126 | spin_lock_irq(&pcd->lock); | 139 | spin_lock_irq(&pcd->lock); |
| 127 | 140 | ||
| 128 | list_for_each_entry(ce, &pcd->clock_list, node) { | 141 | list_for_each_entry(ce, &pcd->clock_list, node) { |
| 129 | if (!con_id && !ce->con_id) { | 142 | if (!con_id && !ce->con_id) |
| 130 | __pm_clk_remove(ce); | 143 | goto remove; |
| 131 | break; | 144 | else if (!con_id || !ce->con_id) |
| 132 | } else if (!con_id || !ce->con_id) { | ||
| 133 | continue; | 145 | continue; |
| 134 | } else if (!strcmp(con_id, ce->con_id)) { | 146 | else if (!strcmp(con_id, ce->con_id)) |
| 135 | __pm_clk_remove(ce); | 147 | goto remove; |
| 136 | break; | ||
| 137 | } | ||
| 138 | } | 148 | } |
| 139 | 149 | ||
| 140 | spin_unlock_irq(&pcd->lock); | 150 | spin_unlock_irq(&pcd->lock); |
| 151 | return; | ||
| 152 | |||
| 153 | remove: | ||
| 154 | list_del(&ce->node); | ||
| 155 | spin_unlock_irq(&pcd->lock); | ||
| 156 | |||
| 157 | __pm_clk_remove(ce); | ||
| 141 | } | 158 | } |
| 142 | 159 | ||
| 143 | /** | 160 | /** |
| @@ -175,20 +192,27 @@ void pm_clk_destroy(struct device *dev) | |||
| 175 | { | 192 | { |
| 176 | struct pm_clk_data *pcd = __to_pcd(dev); | 193 | struct pm_clk_data *pcd = __to_pcd(dev); |
| 177 | struct pm_clock_entry *ce, *c; | 194 | struct pm_clock_entry *ce, *c; |
| 195 | struct list_head list; | ||
| 178 | 196 | ||
| 179 | if (!pcd) | 197 | if (!pcd) |
| 180 | return; | 198 | return; |
| 181 | 199 | ||
| 182 | dev->power.subsys_data = NULL; | 200 | dev->power.subsys_data = NULL; |
| 201 | INIT_LIST_HEAD(&list); | ||
| 183 | 202 | ||
| 184 | spin_lock_irq(&pcd->lock); | 203 | spin_lock_irq(&pcd->lock); |
| 185 | 204 | ||
| 186 | list_for_each_entry_safe_reverse(ce, c, &pcd->clock_list, node) | 205 | list_for_each_entry_safe_reverse(ce, c, &pcd->clock_list, node) |
| 187 | __pm_clk_remove(ce); | 206 | list_move(&ce->node, &list); |
| 188 | 207 | ||
| 189 | spin_unlock_irq(&pcd->lock); | 208 | spin_unlock_irq(&pcd->lock); |
| 190 | 209 | ||
| 191 | kfree(pcd); | 210 | kfree(pcd); |
| 211 | |||
| 212 | list_for_each_entry_safe_reverse(ce, c, &list, node) { | ||
| 213 | list_del(&ce->node); | ||
| 214 | __pm_clk_remove(ce); | ||
| 215 | } | ||
| 192 | } | 216 | } |
| 193 | 217 | ||
| 194 | #endif /* CONFIG_PM */ | 218 | #endif /* CONFIG_PM */ |
| @@ -196,23 +220,6 @@ void pm_clk_destroy(struct device *dev) | |||
| 196 | #ifdef CONFIG_PM_RUNTIME | 220 | #ifdef CONFIG_PM_RUNTIME |
| 197 | 221 | ||
| 198 | /** | 222 | /** |
| 199 | * pm_clk_acquire - Acquire a device clock. | ||
| 200 | * @dev: Device whose clock is to be acquired. | ||
| 201 | * @con_id: Connection ID of the clock. | ||
| 202 | */ | ||
| 203 | static void pm_clk_acquire(struct device *dev, | ||
| 204 | struct pm_clock_entry *ce) | ||
| 205 | { | ||
| 206 | ce->clk = clk_get(dev, ce->con_id); | ||
| 207 | if (IS_ERR(ce->clk)) { | ||
| 208 | ce->status = PCE_STATUS_ERROR; | ||
| 209 | } else { | ||
| 210 | ce->status = PCE_STATUS_ACQUIRED; | ||
| 211 | dev_dbg(dev, "Clock %s managed by runtime PM.\n", ce->con_id); | ||
| 212 | } | ||
| 213 | } | ||
| 214 | |||
| 215 | /** | ||
| 216 | * pm_clk_suspend - Disable clocks in a device's PM clock list. | 223 | * pm_clk_suspend - Disable clocks in a device's PM clock list. |
| 217 | * @dev: Device to disable the clocks for. | 224 | * @dev: Device to disable the clocks for. |
| 218 | */ | 225 | */ |
| @@ -230,9 +237,6 @@ int pm_clk_suspend(struct device *dev) | |||
| 230 | spin_lock_irqsave(&pcd->lock, flags); | 237 | spin_lock_irqsave(&pcd->lock, flags); |
| 231 | 238 | ||
| 232 | list_for_each_entry_reverse(ce, &pcd->clock_list, node) { | 239 | list_for_each_entry_reverse(ce, &pcd->clock_list, node) { |
| 233 | if (ce->status == PCE_STATUS_NONE) | ||
| 234 | pm_clk_acquire(dev, ce); | ||
| 235 | |||
| 236 | if (ce->status < PCE_STATUS_ERROR) { | 240 | if (ce->status < PCE_STATUS_ERROR) { |
| 237 | clk_disable(ce->clk); | 241 | clk_disable(ce->clk); |
| 238 | ce->status = PCE_STATUS_ACQUIRED; | 242 | ce->status = PCE_STATUS_ACQUIRED; |
| @@ -262,9 +266,6 @@ int pm_clk_resume(struct device *dev) | |||
| 262 | spin_lock_irqsave(&pcd->lock, flags); | 266 | spin_lock_irqsave(&pcd->lock, flags); |
| 263 | 267 | ||
| 264 | list_for_each_entry(ce, &pcd->clock_list, node) { | 268 | list_for_each_entry(ce, &pcd->clock_list, node) { |
| 265 | if (ce->status == PCE_STATUS_NONE) | ||
| 266 | pm_clk_acquire(dev, ce); | ||
| 267 | |||
| 268 | if (ce->status < PCE_STATUS_ERROR) { | 269 | if (ce->status < PCE_STATUS_ERROR) { |
| 269 | clk_enable(ce->clk); | 270 | clk_enable(ce->clk); |
| 270 | ce->status = PCE_STATUS_ENABLED; | 271 | ce->status = PCE_STATUS_ENABLED; |
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index 98de8f418676..9955a53733b2 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
| @@ -4250,7 +4250,7 @@ static int __init floppy_init(void) | |||
| 4250 | use_virtual_dma = can_use_virtual_dma & 1; | 4250 | use_virtual_dma = can_use_virtual_dma & 1; |
| 4251 | fdc_state[0].address = FDC1; | 4251 | fdc_state[0].address = FDC1; |
| 4252 | if (fdc_state[0].address == -1) { | 4252 | if (fdc_state[0].address == -1) { |
| 4253 | del_timer(&fd_timeout); | 4253 | del_timer_sync(&fd_timeout); |
| 4254 | err = -ENODEV; | 4254 | err = -ENODEV; |
| 4255 | goto out_unreg_region; | 4255 | goto out_unreg_region; |
| 4256 | } | 4256 | } |
| @@ -4261,7 +4261,7 @@ static int __init floppy_init(void) | |||
| 4261 | fdc = 0; /* reset fdc in case of unexpected interrupt */ | 4261 | fdc = 0; /* reset fdc in case of unexpected interrupt */ |
| 4262 | err = floppy_grab_irq_and_dma(); | 4262 | err = floppy_grab_irq_and_dma(); |
| 4263 | if (err) { | 4263 | if (err) { |
| 4264 | del_timer(&fd_timeout); | 4264 | del_timer_sync(&fd_timeout); |
| 4265 | err = -EBUSY; | 4265 | err = -EBUSY; |
| 4266 | goto out_unreg_region; | 4266 | goto out_unreg_region; |
| 4267 | } | 4267 | } |
| @@ -4318,7 +4318,7 @@ static int __init floppy_init(void) | |||
| 4318 | user_reset_fdc(-1, FD_RESET_ALWAYS, false); | 4318 | user_reset_fdc(-1, FD_RESET_ALWAYS, false); |
| 4319 | } | 4319 | } |
| 4320 | fdc = 0; | 4320 | fdc = 0; |
| 4321 | del_timer(&fd_timeout); | 4321 | del_timer_sync(&fd_timeout); |
| 4322 | current_drive = 0; | 4322 | current_drive = 0; |
| 4323 | initialized = true; | 4323 | initialized = true; |
| 4324 | if (have_no_fdc) { | 4324 | if (have_no_fdc) { |
| @@ -4368,7 +4368,7 @@ out_unreg_blkdev: | |||
| 4368 | unregister_blkdev(FLOPPY_MAJOR, "fd"); | 4368 | unregister_blkdev(FLOPPY_MAJOR, "fd"); |
| 4369 | out_put_disk: | 4369 | out_put_disk: |
| 4370 | while (dr--) { | 4370 | while (dr--) { |
| 4371 | del_timer(&motor_off_timer[dr]); | 4371 | del_timer_sync(&motor_off_timer[dr]); |
| 4372 | if (disks[dr]->queue) | 4372 | if (disks[dr]->queue) |
| 4373 | blk_cleanup_queue(disks[dr]->queue); | 4373 | blk_cleanup_queue(disks[dr]->queue); |
| 4374 | put_disk(disks[dr]); | 4374 | put_disk(disks[dr]); |
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 9e40b283a468..00c57c90e2d6 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | 46 | ||
| 47 | #define DRV_PFX "xen-blkback:" | 47 | #define DRV_PFX "xen-blkback:" |
| 48 | #define DPRINTK(fmt, args...) \ | 48 | #define DPRINTK(fmt, args...) \ |
| 49 | pr_debug(DRV_PFX "(%s:%d) " fmt ".\n", \ | 49 | pr_debug(DRV_PFX "(%s:%d) " fmt ".\n", \ |
| 50 | __func__, __LINE__, ##args) | 50 | __func__, __LINE__, ##args) |
| 51 | 51 | ||
| 52 | 52 | ||
diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c index 3f129b45451a..5fd2010f7d2b 100644 --- a/drivers/block/xen-blkback/xenbus.c +++ b/drivers/block/xen-blkback/xenbus.c | |||
| @@ -590,7 +590,7 @@ static void frontend_changed(struct xenbus_device *dev, | |||
| 590 | 590 | ||
| 591 | /* | 591 | /* |
| 592 | * Enforce precondition before potential leak point. | 592 | * Enforce precondition before potential leak point. |
| 593 | * blkif_disconnect() is idempotent. | 593 | * xen_blkif_disconnect() is idempotent. |
| 594 | */ | 594 | */ |
| 595 | xen_blkif_disconnect(be->blkif); | 595 | xen_blkif_disconnect(be->blkif); |
| 596 | 596 | ||
| @@ -601,17 +601,17 @@ static void frontend_changed(struct xenbus_device *dev, | |||
| 601 | break; | 601 | break; |
| 602 | 602 | ||
| 603 | case XenbusStateClosing: | 603 | case XenbusStateClosing: |
| 604 | xen_blkif_disconnect(be->blkif); | ||
| 605 | xenbus_switch_state(dev, XenbusStateClosing); | 604 | xenbus_switch_state(dev, XenbusStateClosing); |
| 606 | break; | 605 | break; |
| 607 | 606 | ||
| 608 | case XenbusStateClosed: | 607 | case XenbusStateClosed: |
| 608 | xen_blkif_disconnect(be->blkif); | ||
| 609 | xenbus_switch_state(dev, XenbusStateClosed); | 609 | xenbus_switch_state(dev, XenbusStateClosed); |
| 610 | if (xenbus_dev_is_online(dev)) | 610 | if (xenbus_dev_is_online(dev)) |
| 611 | break; | 611 | break; |
| 612 | /* fall through if not online */ | 612 | /* fall through if not online */ |
| 613 | case XenbusStateUnknown: | 613 | case XenbusStateUnknown: |
| 614 | /* implies blkif_disconnect() via blkback_remove() */ | 614 | /* implies xen_blkif_disconnect() via xen_blkbk_remove() */ |
| 615 | device_unregister(&dev->dev); | 615 | device_unregister(&dev->dev); |
| 616 | break; | 616 | break; |
| 617 | 617 | ||
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 3ef476070baf..9cbac6b445e1 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
| @@ -72,9 +72,15 @@ static struct usb_device_id btusb_table[] = { | |||
| 72 | /* Apple MacBookAir3,1, MacBookAir3,2 */ | 72 | /* Apple MacBookAir3,1, MacBookAir3,2 */ |
| 73 | { USB_DEVICE(0x05ac, 0x821b) }, | 73 | { USB_DEVICE(0x05ac, 0x821b) }, |
| 74 | 74 | ||
| 75 | /* Apple MacBookAir4,1 */ | ||
| 76 | { USB_DEVICE(0x05ac, 0x821f) }, | ||
| 77 | |||
| 75 | /* Apple MacBookPro8,2 */ | 78 | /* Apple MacBookPro8,2 */ |
| 76 | { USB_DEVICE(0x05ac, 0x821a) }, | 79 | { USB_DEVICE(0x05ac, 0x821a) }, |
| 77 | 80 | ||
| 81 | /* Apple MacMini5,1 */ | ||
| 82 | { USB_DEVICE(0x05ac, 0x8281) }, | ||
| 83 | |||
| 78 | /* AVM BlueFRITZ! USB v2.0 */ | 84 | /* AVM BlueFRITZ! USB v2.0 */ |
| 79 | { USB_DEVICE(0x057c, 0x3800) }, | 85 | { USB_DEVICE(0x057c, 0x3800) }, |
| 80 | 86 | ||
diff --git a/drivers/bluetooth/btwilink.c b/drivers/bluetooth/btwilink.c index 65d27aff553a..04d353f58d71 100644 --- a/drivers/bluetooth/btwilink.c +++ b/drivers/bluetooth/btwilink.c | |||
| @@ -125,6 +125,13 @@ static long st_receive(void *priv_data, struct sk_buff *skb) | |||
| 125 | /* protocol structure registered with shared transport */ | 125 | /* protocol structure registered with shared transport */ |
| 126 | static struct st_proto_s ti_st_proto[MAX_BT_CHNL_IDS] = { | 126 | static struct st_proto_s ti_st_proto[MAX_BT_CHNL_IDS] = { |
| 127 | { | 127 | { |
| 128 | .chnl_id = HCI_EVENT_PKT, /* HCI Events */ | ||
| 129 | .hdr_len = sizeof(struct hci_event_hdr), | ||
| 130 | .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen), | ||
| 131 | .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */ | ||
| 132 | .reserve = 8, | ||
| 133 | }, | ||
| 134 | { | ||
| 128 | .chnl_id = HCI_ACLDATA_PKT, /* ACL */ | 135 | .chnl_id = HCI_ACLDATA_PKT, /* ACL */ |
| 129 | .hdr_len = sizeof(struct hci_acl_hdr), | 136 | .hdr_len = sizeof(struct hci_acl_hdr), |
| 130 | .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen), | 137 | .offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen), |
| @@ -138,13 +145,6 @@ static struct st_proto_s ti_st_proto[MAX_BT_CHNL_IDS] = { | |||
| 138 | .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */ | 145 | .len_size = 1, /* sizeof(dlen) in struct hci_sco_hdr */ |
| 139 | .reserve = 8, | 146 | .reserve = 8, |
| 140 | }, | 147 | }, |
| 141 | { | ||
| 142 | .chnl_id = HCI_EVENT_PKT, /* HCI Events */ | ||
| 143 | .hdr_len = sizeof(struct hci_event_hdr), | ||
| 144 | .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen), | ||
| 145 | .len_size = 1, /* sizeof(plen) in struct hci_event_hdr */ | ||
| 146 | .reserve = 8, | ||
| 147 | }, | ||
| 148 | }; | 148 | }; |
| 149 | 149 | ||
| 150 | /* Called from HCI core to initialize the device */ | 150 | /* Called from HCI core to initialize the device */ |
| @@ -240,7 +240,7 @@ static int ti_st_close(struct hci_dev *hdev) | |||
| 240 | if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) | 240 | if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags)) |
| 241 | return 0; | 241 | return 0; |
| 242 | 242 | ||
| 243 | for (i = 0; i < MAX_BT_CHNL_IDS; i++) { | 243 | for (i = MAX_BT_CHNL_IDS-1; i >= 0; i--) { |
| 244 | err = st_unregister(&ti_st_proto[i]); | 244 | err = st_unregister(&ti_st_proto[i]); |
| 245 | if (err) | 245 | if (err) |
| 246 | BT_ERR("st_unregister(%d) failed with error %d", | 246 | BT_ERR("st_unregister(%d) failed with error %d", |
diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig index f6595aba4f0f..fa567f1158c2 100644 --- a/drivers/char/tpm/Kconfig +++ b/drivers/char/tpm/Kconfig | |||
| @@ -43,6 +43,7 @@ config TCG_NSC | |||
| 43 | 43 | ||
| 44 | config TCG_ATMEL | 44 | config TCG_ATMEL |
| 45 | tristate "Atmel TPM Interface" | 45 | tristate "Atmel TPM Interface" |
| 46 | depends on PPC64 || HAS_IOPORT | ||
| 46 | ---help--- | 47 | ---help--- |
| 47 | If you have a TPM security chip from Atmel say Yes and it | 48 | If you have a TPM security chip from Atmel say Yes and it |
| 48 | will be accessible from within Linux. To compile this driver | 49 | will be accessible from within Linux. To compile this driver |
diff --git a/drivers/char/tpm/tpm.c b/drivers/char/tpm/tpm.c index caf8012ef47c..9ca5c021d0b6 100644 --- a/drivers/char/tpm/tpm.c +++ b/drivers/char/tpm/tpm.c | |||
| @@ -383,6 +383,9 @@ static ssize_t tpm_transmit(struct tpm_chip *chip, const char *buf, | |||
| 383 | u32 count, ordinal; | 383 | u32 count, ordinal; |
| 384 | unsigned long stop; | 384 | unsigned long stop; |
| 385 | 385 | ||
| 386 | if (bufsiz > TPM_BUFSIZE) | ||
| 387 | bufsiz = TPM_BUFSIZE; | ||
| 388 | |||
| 386 | count = be32_to_cpu(*((__be32 *) (buf + 2))); | 389 | count = be32_to_cpu(*((__be32 *) (buf + 2))); |
| 387 | ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); | 390 | ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); |
| 388 | if (count == 0) | 391 | if (count == 0) |
| @@ -1102,6 +1105,7 @@ ssize_t tpm_read(struct file *file, char __user *buf, | |||
| 1102 | { | 1105 | { |
| 1103 | struct tpm_chip *chip = file->private_data; | 1106 | struct tpm_chip *chip = file->private_data; |
| 1104 | ssize_t ret_size; | 1107 | ssize_t ret_size; |
| 1108 | int rc; | ||
| 1105 | 1109 | ||
| 1106 | del_singleshot_timer_sync(&chip->user_read_timer); | 1110 | del_singleshot_timer_sync(&chip->user_read_timer); |
| 1107 | flush_work_sync(&chip->work); | 1111 | flush_work_sync(&chip->work); |
| @@ -1112,8 +1116,11 @@ ssize_t tpm_read(struct file *file, char __user *buf, | |||
| 1112 | ret_size = size; | 1116 | ret_size = size; |
| 1113 | 1117 | ||
| 1114 | mutex_lock(&chip->buffer_mutex); | 1118 | mutex_lock(&chip->buffer_mutex); |
| 1115 | if (copy_to_user(buf, chip->data_buffer, ret_size)) | 1119 | rc = copy_to_user(buf, chip->data_buffer, ret_size); |
| 1120 | memset(chip->data_buffer, 0, ret_size); | ||
| 1121 | if (rc) | ||
| 1116 | ret_size = -EFAULT; | 1122 | ret_size = -EFAULT; |
| 1123 | |||
| 1117 | mutex_unlock(&chip->buffer_mutex); | 1124 | mutex_unlock(&chip->buffer_mutex); |
| 1118 | } | 1125 | } |
| 1119 | 1126 | ||
diff --git a/drivers/char/tpm/tpm_nsc.c b/drivers/char/tpm/tpm_nsc.c index 82facc9104c7..4d2464871ada 100644 --- a/drivers/char/tpm/tpm_nsc.c +++ b/drivers/char/tpm/tpm_nsc.c | |||
| @@ -396,8 +396,6 @@ static void __exit cleanup_nsc(void) | |||
| 396 | if (pdev) { | 396 | if (pdev) { |
| 397 | tpm_nsc_remove(&pdev->dev); | 397 | tpm_nsc_remove(&pdev->dev); |
| 398 | platform_device_unregister(pdev); | 398 | platform_device_unregister(pdev); |
| 399 | kfree(pdev); | ||
| 400 | pdev = NULL; | ||
| 401 | } | 399 | } |
| 402 | 400 | ||
| 403 | platform_driver_unregister(&nsc_drv); | 401 | platform_driver_unregister(&nsc_drv); |
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index ce045a8cf82c..f07e4252b708 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
| @@ -67,11 +67,11 @@ module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600); | |||
| 67 | MODULE_PARM_DESC(i915_enable_rc6, | 67 | MODULE_PARM_DESC(i915_enable_rc6, |
| 68 | "Enable power-saving render C-state 6 (default: true)"); | 68 | "Enable power-saving render C-state 6 (default: true)"); |
| 69 | 69 | ||
| 70 | unsigned int i915_enable_fbc __read_mostly = 1; | 70 | unsigned int i915_enable_fbc __read_mostly = -1; |
| 71 | module_param_named(i915_enable_fbc, i915_enable_fbc, int, 0600); | 71 | module_param_named(i915_enable_fbc, i915_enable_fbc, int, 0600); |
| 72 | MODULE_PARM_DESC(i915_enable_fbc, | 72 | MODULE_PARM_DESC(i915_enable_fbc, |
| 73 | "Enable frame buffer compression for power savings " | 73 | "Enable frame buffer compression for power savings " |
| 74 | "(default: false)"); | 74 | "(default: -1 (use per-chip default))"); |
| 75 | 75 | ||
| 76 | unsigned int i915_lvds_downclock __read_mostly = 0; | 76 | unsigned int i915_lvds_downclock __read_mostly = 0; |
| 77 | module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400); | 77 | module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400); |
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 56a8554d9039..04411ad2e779 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
| @@ -1799,6 +1799,7 @@ static void intel_update_fbc(struct drm_device *dev) | |||
| 1799 | struct drm_framebuffer *fb; | 1799 | struct drm_framebuffer *fb; |
| 1800 | struct intel_framebuffer *intel_fb; | 1800 | struct intel_framebuffer *intel_fb; |
| 1801 | struct drm_i915_gem_object *obj; | 1801 | struct drm_i915_gem_object *obj; |
| 1802 | int enable_fbc; | ||
| 1802 | 1803 | ||
| 1803 | DRM_DEBUG_KMS("\n"); | 1804 | DRM_DEBUG_KMS("\n"); |
| 1804 | 1805 | ||
| @@ -1839,8 +1840,15 @@ static void intel_update_fbc(struct drm_device *dev) | |||
| 1839 | intel_fb = to_intel_framebuffer(fb); | 1840 | intel_fb = to_intel_framebuffer(fb); |
| 1840 | obj = intel_fb->obj; | 1841 | obj = intel_fb->obj; |
| 1841 | 1842 | ||
| 1842 | if (!i915_enable_fbc) { | 1843 | enable_fbc = i915_enable_fbc; |
| 1843 | DRM_DEBUG_KMS("fbc disabled per module param (default off)\n"); | 1844 | if (enable_fbc < 0) { |
| 1845 | DRM_DEBUG_KMS("fbc set to per-chip default\n"); | ||
| 1846 | enable_fbc = 1; | ||
| 1847 | if (INTEL_INFO(dev)->gen <= 5) | ||
| 1848 | enable_fbc = 0; | ||
| 1849 | } | ||
| 1850 | if (!enable_fbc) { | ||
| 1851 | DRM_DEBUG_KMS("fbc disabled per module param\n"); | ||
| 1844 | dev_priv->no_fbc_reason = FBC_MODULE_PARAM; | 1852 | dev_priv->no_fbc_reason = FBC_MODULE_PARAM; |
| 1845 | goto out_disable; | 1853 | goto out_disable; |
| 1846 | } | 1854 | } |
| @@ -4687,13 +4695,13 @@ static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc, | |||
| 4687 | bpc = 6; /* min is 18bpp */ | 4695 | bpc = 6; /* min is 18bpp */ |
| 4688 | break; | 4696 | break; |
| 4689 | case 24: | 4697 | case 24: |
| 4690 | bpc = min((unsigned int)8, display_bpc); | 4698 | bpc = 8; |
| 4691 | break; | 4699 | break; |
| 4692 | case 30: | 4700 | case 30: |
| 4693 | bpc = min((unsigned int)10, display_bpc); | 4701 | bpc = 10; |
| 4694 | break; | 4702 | break; |
| 4695 | case 48: | 4703 | case 48: |
| 4696 | bpc = min((unsigned int)12, display_bpc); | 4704 | bpc = 12; |
| 4697 | break; | 4705 | break; |
| 4698 | default: | 4706 | default: |
| 4699 | DRM_DEBUG("unsupported depth, assuming 24 bits\n"); | 4707 | DRM_DEBUG("unsupported depth, assuming 24 bits\n"); |
| @@ -4701,10 +4709,12 @@ static bool intel_choose_pipe_bpp_dither(struct drm_crtc *crtc, | |||
| 4701 | break; | 4709 | break; |
| 4702 | } | 4710 | } |
| 4703 | 4711 | ||
| 4712 | display_bpc = min(display_bpc, bpc); | ||
| 4713 | |||
| 4704 | DRM_DEBUG_DRIVER("setting pipe bpc to %d (max display bpc %d)\n", | 4714 | DRM_DEBUG_DRIVER("setting pipe bpc to %d (max display bpc %d)\n", |
| 4705 | bpc, display_bpc); | 4715 | bpc, display_bpc); |
| 4706 | 4716 | ||
| 4707 | *pipe_bpp = bpc * 3; | 4717 | *pipe_bpp = display_bpc * 3; |
| 4708 | 4718 | ||
| 4709 | return display_bpc != bpc; | 4719 | return display_bpc != bpc; |
| 4710 | } | 4720 | } |
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 0b2ee9d39980..fe1099d8817e 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h | |||
| @@ -337,9 +337,6 @@ extern void intel_release_load_detect_pipe(struct intel_encoder *intel_encoder, | |||
| 337 | struct drm_connector *connector, | 337 | struct drm_connector *connector, |
| 338 | struct intel_load_detect_pipe *old); | 338 | struct intel_load_detect_pipe *old); |
| 339 | 339 | ||
| 340 | extern struct drm_connector* intel_sdvo_find(struct drm_device *dev, int sdvoB); | ||
| 341 | extern int intel_sdvo_supports_hotplug(struct drm_connector *connector); | ||
| 342 | extern void intel_sdvo_set_hotplug(struct drm_connector *connector, int enable); | ||
| 343 | extern void intelfb_restore(void); | 340 | extern void intelfb_restore(void); |
| 344 | extern void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, | 341 | extern void intel_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, |
| 345 | u16 blue, int regno); | 342 | u16 blue, int regno); |
diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index 30fe554d8936..6348c499616f 100644 --- a/drivers/gpu/drm/i915/intel_sdvo.c +++ b/drivers/gpu/drm/i915/intel_sdvo.c | |||
| @@ -92,6 +92,11 @@ struct intel_sdvo { | |||
| 92 | */ | 92 | */ |
| 93 | uint16_t attached_output; | 93 | uint16_t attached_output; |
| 94 | 94 | ||
| 95 | /* | ||
| 96 | * Hotplug activation bits for this device | ||
| 97 | */ | ||
| 98 | uint8_t hotplug_active[2]; | ||
| 99 | |||
| 95 | /** | 100 | /** |
| 96 | * This is used to select the color range of RBG outputs in HDMI mode. | 101 | * This is used to select the color range of RBG outputs in HDMI mode. |
| 97 | * It is only valid when using TMDS encoding and 8 bit per color mode. | 102 | * It is only valid when using TMDS encoding and 8 bit per color mode. |
| @@ -1208,74 +1213,20 @@ static bool intel_sdvo_get_capabilities(struct intel_sdvo *intel_sdvo, struct in | |||
| 1208 | return true; | 1213 | return true; |
| 1209 | } | 1214 | } |
| 1210 | 1215 | ||
| 1211 | /* No use! */ | 1216 | static int intel_sdvo_supports_hotplug(struct intel_sdvo *intel_sdvo) |
| 1212 | #if 0 | ||
| 1213 | struct drm_connector* intel_sdvo_find(struct drm_device *dev, int sdvoB) | ||
| 1214 | { | ||
| 1215 | struct drm_connector *connector = NULL; | ||
| 1216 | struct intel_sdvo *iout = NULL; | ||
| 1217 | struct intel_sdvo *sdvo; | ||
| 1218 | |||
| 1219 | /* find the sdvo connector */ | ||
| 1220 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { | ||
| 1221 | iout = to_intel_sdvo(connector); | ||
| 1222 | |||
| 1223 | if (iout->type != INTEL_OUTPUT_SDVO) | ||
| 1224 | continue; | ||
| 1225 | |||
| 1226 | sdvo = iout->dev_priv; | ||
| 1227 | |||
| 1228 | if (sdvo->sdvo_reg == SDVOB && sdvoB) | ||
| 1229 | return connector; | ||
| 1230 | |||
| 1231 | if (sdvo->sdvo_reg == SDVOC && !sdvoB) | ||
| 1232 | return connector; | ||
| 1233 | |||
| 1234 | } | ||
| 1235 | |||
| 1236 | return NULL; | ||
| 1237 | } | ||
| 1238 | |||
| 1239 | int intel_sdvo_supports_hotplug(struct drm_connector *connector) | ||
| 1240 | { | 1217 | { |
| 1241 | u8 response[2]; | 1218 | u8 response[2]; |
| 1242 | u8 status; | ||
| 1243 | struct intel_sdvo *intel_sdvo; | ||
| 1244 | DRM_DEBUG_KMS("\n"); | ||
| 1245 | |||
| 1246 | if (!connector) | ||
| 1247 | return 0; | ||
| 1248 | |||
| 1249 | intel_sdvo = to_intel_sdvo(connector); | ||
| 1250 | 1219 | ||
| 1251 | return intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_HOT_PLUG_SUPPORT, | 1220 | return intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_HOT_PLUG_SUPPORT, |
| 1252 | &response, 2) && response[0]; | 1221 | &response, 2) && response[0]; |
| 1253 | } | 1222 | } |
| 1254 | 1223 | ||
| 1255 | void intel_sdvo_set_hotplug(struct drm_connector *connector, int on) | 1224 | static void intel_sdvo_enable_hotplug(struct intel_encoder *encoder) |
| 1256 | { | 1225 | { |
| 1257 | u8 response[2]; | 1226 | struct intel_sdvo *intel_sdvo = to_intel_sdvo(&encoder->base); |
| 1258 | u8 status; | ||
| 1259 | struct intel_sdvo *intel_sdvo = to_intel_sdvo(connector); | ||
| 1260 | |||
| 1261 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_GET_ACTIVE_HOT_PLUG, NULL, 0); | ||
| 1262 | intel_sdvo_read_response(intel_sdvo, &response, 2); | ||
| 1263 | |||
| 1264 | if (on) { | ||
| 1265 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_GET_HOT_PLUG_SUPPORT, NULL, 0); | ||
| 1266 | status = intel_sdvo_read_response(intel_sdvo, &response, 2); | ||
| 1267 | |||
| 1268 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_SET_ACTIVE_HOT_PLUG, &response, 2); | ||
| 1269 | } else { | ||
| 1270 | response[0] = 0; | ||
| 1271 | response[1] = 0; | ||
| 1272 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_SET_ACTIVE_HOT_PLUG, &response, 2); | ||
| 1273 | } | ||
| 1274 | 1227 | ||
| 1275 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_GET_ACTIVE_HOT_PLUG, NULL, 0); | 1228 | intel_sdvo_write_cmd(intel_sdvo, SDVO_CMD_SET_ACTIVE_HOT_PLUG, &intel_sdvo->hotplug_active, 2); |
| 1276 | intel_sdvo_read_response(intel_sdvo, &response, 2); | ||
| 1277 | } | 1229 | } |
| 1278 | #endif | ||
| 1279 | 1230 | ||
| 1280 | static bool | 1231 | static bool |
| 1281 | intel_sdvo_multifunc_encoder(struct intel_sdvo *intel_sdvo) | 1232 | intel_sdvo_multifunc_encoder(struct intel_sdvo *intel_sdvo) |
| @@ -2045,6 +1996,7 @@ intel_sdvo_dvi_init(struct intel_sdvo *intel_sdvo, int device) | |||
| 2045 | { | 1996 | { |
| 2046 | struct drm_encoder *encoder = &intel_sdvo->base.base; | 1997 | struct drm_encoder *encoder = &intel_sdvo->base.base; |
| 2047 | struct drm_connector *connector; | 1998 | struct drm_connector *connector; |
| 1999 | struct intel_encoder *intel_encoder = to_intel_encoder(encoder); | ||
| 2048 | struct intel_connector *intel_connector; | 2000 | struct intel_connector *intel_connector; |
| 2049 | struct intel_sdvo_connector *intel_sdvo_connector; | 2001 | struct intel_sdvo_connector *intel_sdvo_connector; |
| 2050 | 2002 | ||
| @@ -2062,7 +2014,17 @@ intel_sdvo_dvi_init(struct intel_sdvo *intel_sdvo, int device) | |||
| 2062 | 2014 | ||
| 2063 | intel_connector = &intel_sdvo_connector->base; | 2015 | intel_connector = &intel_sdvo_connector->base; |
| 2064 | connector = &intel_connector->base; | 2016 | connector = &intel_connector->base; |
| 2065 | connector->polled = DRM_CONNECTOR_POLL_CONNECT | DRM_CONNECTOR_POLL_DISCONNECT; | 2017 | if (intel_sdvo_supports_hotplug(intel_sdvo) & (1 << device)) { |
| 2018 | connector->polled = DRM_CONNECTOR_POLL_HPD; | ||
| 2019 | intel_sdvo->hotplug_active[0] |= 1 << device; | ||
| 2020 | /* Some SDVO devices have one-shot hotplug interrupts. | ||
| 2021 | * Ensure that they get re-enabled when an interrupt happens. | ||
| 2022 | */ | ||
| 2023 | intel_encoder->hot_plug = intel_sdvo_enable_hotplug; | ||
| 2024 | intel_sdvo_enable_hotplug(intel_encoder); | ||
| 2025 | } | ||
| 2026 | else | ||
| 2027 | connector->polled = DRM_CONNECTOR_POLL_CONNECT | DRM_CONNECTOR_POLL_DISCONNECT; | ||
| 2066 | encoder->encoder_type = DRM_MODE_ENCODER_TMDS; | 2028 | encoder->encoder_type = DRM_MODE_ENCODER_TMDS; |
| 2067 | connector->connector_type = DRM_MODE_CONNECTOR_DVID; | 2029 | connector->connector_type = DRM_MODE_CONNECTOR_DVID; |
| 2068 | 2030 | ||
| @@ -2569,6 +2531,14 @@ bool intel_sdvo_init(struct drm_device *dev, int sdvo_reg) | |||
| 2569 | if (!intel_sdvo_get_capabilities(intel_sdvo, &intel_sdvo->caps)) | 2531 | if (!intel_sdvo_get_capabilities(intel_sdvo, &intel_sdvo->caps)) |
| 2570 | goto err; | 2532 | goto err; |
| 2571 | 2533 | ||
| 2534 | /* Set up hotplug command - note paranoia about contents of reply. | ||
| 2535 | * We assume that the hardware is in a sane state, and only touch | ||
| 2536 | * the bits we think we understand. | ||
| 2537 | */ | ||
| 2538 | intel_sdvo_get_value(intel_sdvo, SDVO_CMD_GET_ACTIVE_HOT_PLUG, | ||
| 2539 | &intel_sdvo->hotplug_active, 2); | ||
| 2540 | intel_sdvo->hotplug_active[0] &= ~0x3; | ||
| 2541 | |||
| 2572 | if (intel_sdvo_output_setup(intel_sdvo, | 2542 | if (intel_sdvo_output_setup(intel_sdvo, |
| 2573 | intel_sdvo->caps.output_flags) != true) { | 2543 | intel_sdvo->caps.output_flags) != true) { |
| 2574 | DRM_DEBUG_KMS("SDVO output failed to setup on SDVO%c\n", | 2544 | DRM_DEBUG_KMS("SDVO output failed to setup on SDVO%c\n", |
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 5b1837b4aacf..7fcdbbbf2979 100644 --- a/drivers/gpu/drm/radeon/r100.c +++ b/drivers/gpu/drm/radeon/r100.c | |||
| @@ -773,8 +773,8 @@ int r100_copy_blit(struct radeon_device *rdev, | |||
| 773 | radeon_ring_write(rdev, (0x1fff) | (0x1fff << 16)); | 773 | radeon_ring_write(rdev, (0x1fff) | (0x1fff << 16)); |
| 774 | radeon_ring_write(rdev, 0); | 774 | radeon_ring_write(rdev, 0); |
| 775 | radeon_ring_write(rdev, (0x1fff) | (0x1fff << 16)); | 775 | radeon_ring_write(rdev, (0x1fff) | (0x1fff << 16)); |
| 776 | radeon_ring_write(rdev, cur_pages); | 776 | radeon_ring_write(rdev, num_gpu_pages); |
| 777 | radeon_ring_write(rdev, cur_pages); | 777 | radeon_ring_write(rdev, num_gpu_pages); |
| 778 | radeon_ring_write(rdev, cur_pages | (stride_pixels << 16)); | 778 | radeon_ring_write(rdev, cur_pages | (stride_pixels << 16)); |
| 779 | } | 779 | } |
| 780 | radeon_ring_write(rdev, PACKET0(RADEON_DSTCACHE_CTLSTAT, 0)); | 780 | radeon_ring_write(rdev, PACKET0(RADEON_DSTCACHE_CTLSTAT, 0)); |
diff --git a/drivers/gpu/drm/radeon/radeon_encoders.c b/drivers/gpu/drm/radeon/radeon_encoders.c index 319d85d7e759..13690f3eb4a4 100644 --- a/drivers/gpu/drm/radeon/radeon_encoders.c +++ b/drivers/gpu/drm/radeon/radeon_encoders.c | |||
| @@ -1507,7 +1507,14 @@ radeon_atom_encoder_dpms(struct drm_encoder *encoder, int mode) | |||
| 1507 | switch (mode) { | 1507 | switch (mode) { |
| 1508 | case DRM_MODE_DPMS_ON: | 1508 | case DRM_MODE_DPMS_ON: |
| 1509 | args.ucAction = ATOM_ENABLE; | 1509 | args.ucAction = ATOM_ENABLE; |
| 1510 | atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); | 1510 | /* workaround for DVOOutputControl on some RS690 systems */ |
| 1511 | if (radeon_encoder->encoder_id == ENCODER_OBJECT_ID_INTERNAL_DDI) { | ||
| 1512 | u32 reg = RREG32(RADEON_BIOS_3_SCRATCH); | ||
| 1513 | WREG32(RADEON_BIOS_3_SCRATCH, reg & ~ATOM_S3_DFP2I_ACTIVE); | ||
| 1514 | atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); | ||
| 1515 | WREG32(RADEON_BIOS_3_SCRATCH, reg); | ||
| 1516 | } else | ||
| 1517 | atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); | ||
| 1511 | if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) { | 1518 | if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) { |
| 1512 | args.ucAction = ATOM_LCD_BLON; | 1519 | args.ucAction = ATOM_LCD_BLON; |
| 1513 | atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); | 1520 | atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args); |
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c index 411257676133..44b23917d4cc 100644 --- a/drivers/hwmon/coretemp.c +++ b/drivers/hwmon/coretemp.c | |||
| @@ -36,17 +36,25 @@ | |||
| 36 | #include <linux/cpu.h> | 36 | #include <linux/cpu.h> |
| 37 | #include <linux/pci.h> | 37 | #include <linux/pci.h> |
| 38 | #include <linux/smp.h> | 38 | #include <linux/smp.h> |
| 39 | #include <linux/moduleparam.h> | ||
| 39 | #include <asm/msr.h> | 40 | #include <asm/msr.h> |
| 40 | #include <asm/processor.h> | 41 | #include <asm/processor.h> |
| 41 | 42 | ||
| 42 | #define DRVNAME "coretemp" | 43 | #define DRVNAME "coretemp" |
| 43 | 44 | ||
| 45 | /* | ||
| 46 | * force_tjmax only matters when TjMax can't be read from the CPU itself. | ||
| 47 | * When set, it replaces the driver's suboptimal heuristic. | ||
| 48 | */ | ||
| 49 | static int force_tjmax; | ||
| 50 | module_param_named(tjmax, force_tjmax, int, 0444); | ||
| 51 | MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius"); | ||
| 52 | |||
| 44 | #define BASE_SYSFS_ATTR_NO 2 /* Sysfs Base attr no for coretemp */ | 53 | #define BASE_SYSFS_ATTR_NO 2 /* Sysfs Base attr no for coretemp */ |
| 45 | #define NUM_REAL_CORES 16 /* Number of Real cores per cpu */ | 54 | #define NUM_REAL_CORES 16 /* Number of Real cores per cpu */ |
| 46 | #define CORETEMP_NAME_LENGTH 17 /* String Length of attrs */ | 55 | #define CORETEMP_NAME_LENGTH 17 /* String Length of attrs */ |
| 47 | #define MAX_CORE_ATTRS 4 /* Maximum no of basic attrs */ | 56 | #define MAX_CORE_ATTRS 4 /* Maximum no of basic attrs */ |
| 48 | #define MAX_THRESH_ATTRS 3 /* Maximum no of Threshold attrs */ | 57 | #define TOTAL_ATTRS (MAX_CORE_ATTRS + 1) |
| 49 | #define TOTAL_ATTRS (MAX_CORE_ATTRS + MAX_THRESH_ATTRS) | ||
| 50 | #define MAX_CORE_DATA (NUM_REAL_CORES + BASE_SYSFS_ATTR_NO) | 58 | #define MAX_CORE_DATA (NUM_REAL_CORES + BASE_SYSFS_ATTR_NO) |
| 51 | 59 | ||
| 52 | #ifdef CONFIG_SMP | 60 | #ifdef CONFIG_SMP |
| @@ -69,8 +77,6 @@ | |||
| 69 | * This value is passed as "id" field to rdmsr/wrmsr functions. | 77 | * This value is passed as "id" field to rdmsr/wrmsr functions. |
| 70 | * @status_reg: One of IA32_THERM_STATUS or IA32_PACKAGE_THERM_STATUS, | 78 | * @status_reg: One of IA32_THERM_STATUS or IA32_PACKAGE_THERM_STATUS, |
| 71 | * from where the temperature values should be read. | 79 | * from where the temperature values should be read. |
| 72 | * @intrpt_reg: One of IA32_THERM_INTERRUPT or IA32_PACKAGE_THERM_INTERRUPT, | ||
| 73 | * from where the thresholds are read. | ||
| 74 | * @attr_size: Total number of pre-core attrs displayed in the sysfs. | 80 | * @attr_size: Total number of pre-core attrs displayed in the sysfs. |
| 75 | * @is_pkg_data: If this is 1, the temp_data holds pkgtemp data. | 81 | * @is_pkg_data: If this is 1, the temp_data holds pkgtemp data. |
| 76 | * Otherwise, temp_data holds coretemp data. | 82 | * Otherwise, temp_data holds coretemp data. |
| @@ -79,13 +85,11 @@ | |||
| 79 | struct temp_data { | 85 | struct temp_data { |
| 80 | int temp; | 86 | int temp; |
| 81 | int ttarget; | 87 | int ttarget; |
| 82 | int tmin; | ||
| 83 | int tjmax; | 88 | int tjmax; |
| 84 | unsigned long last_updated; | 89 | unsigned long last_updated; |
| 85 | unsigned int cpu; | 90 | unsigned int cpu; |
| 86 | u32 cpu_core_id; | 91 | u32 cpu_core_id; |
| 87 | u32 status_reg; | 92 | u32 status_reg; |
| 88 | u32 intrpt_reg; | ||
| 89 | int attr_size; | 93 | int attr_size; |
| 90 | bool is_pkg_data; | 94 | bool is_pkg_data; |
| 91 | bool valid; | 95 | bool valid; |
| @@ -143,19 +147,6 @@ static ssize_t show_crit_alarm(struct device *dev, | |||
| 143 | return sprintf(buf, "%d\n", (eax >> 5) & 1); | 147 | return sprintf(buf, "%d\n", (eax >> 5) & 1); |
| 144 | } | 148 | } |
| 145 | 149 | ||
| 146 | static ssize_t show_max_alarm(struct device *dev, | ||
| 147 | struct device_attribute *devattr, char *buf) | ||
| 148 | { | ||
| 149 | u32 eax, edx; | ||
| 150 | struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); | ||
| 151 | struct platform_data *pdata = dev_get_drvdata(dev); | ||
| 152 | struct temp_data *tdata = pdata->core_data[attr->index]; | ||
| 153 | |||
| 154 | rdmsr_on_cpu(tdata->cpu, tdata->status_reg, &eax, &edx); | ||
| 155 | |||
| 156 | return sprintf(buf, "%d\n", !!(eax & THERM_STATUS_THRESHOLD1)); | ||
| 157 | } | ||
| 158 | |||
| 159 | static ssize_t show_tjmax(struct device *dev, | 150 | static ssize_t show_tjmax(struct device *dev, |
| 160 | struct device_attribute *devattr, char *buf) | 151 | struct device_attribute *devattr, char *buf) |
| 161 | { | 152 | { |
| @@ -174,83 +165,6 @@ static ssize_t show_ttarget(struct device *dev, | |||
| 174 | return sprintf(buf, "%d\n", pdata->core_data[attr->index]->ttarget); | 165 | return sprintf(buf, "%d\n", pdata->core_data[attr->index]->ttarget); |
| 175 | } | 166 | } |
| 176 | 167 | ||
| 177 | static ssize_t store_ttarget(struct device *dev, | ||
| 178 | struct device_attribute *devattr, | ||
| 179 | const char *buf, size_t count) | ||
| 180 | { | ||
| 181 | struct platform_data *pdata = dev_get_drvdata(dev); | ||
| 182 | struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); | ||
| 183 | struct temp_data *tdata = pdata->core_data[attr->index]; | ||
| 184 | u32 eax, edx; | ||
| 185 | unsigned long val; | ||
| 186 | int diff; | ||
| 187 | |||
| 188 | if (strict_strtoul(buf, 10, &val)) | ||
| 189 | return -EINVAL; | ||
| 190 | |||
| 191 | /* | ||
| 192 | * THERM_MASK_THRESHOLD1 is 7 bits wide. Values are entered in terms | ||
| 193 | * of milli degree celsius. Hence don't accept val > (127 * 1000) | ||
| 194 | */ | ||
| 195 | if (val > tdata->tjmax || val > 127000) | ||
| 196 | return -EINVAL; | ||
| 197 | |||
| 198 | diff = (tdata->tjmax - val) / 1000; | ||
| 199 | |||
| 200 | mutex_lock(&tdata->update_lock); | ||
| 201 | rdmsr_on_cpu(tdata->cpu, tdata->intrpt_reg, &eax, &edx); | ||
| 202 | eax = (eax & ~THERM_MASK_THRESHOLD1) | | ||
| 203 | (diff << THERM_SHIFT_THRESHOLD1); | ||
| 204 | wrmsr_on_cpu(tdata->cpu, tdata->intrpt_reg, eax, edx); | ||
| 205 | tdata->ttarget = val; | ||
| 206 | mutex_unlock(&tdata->update_lock); | ||
| 207 | |||
| 208 | return count; | ||
| 209 | } | ||
| 210 | |||
| 211 | static ssize_t show_tmin(struct device *dev, | ||
| 212 | struct device_attribute *devattr, char *buf) | ||
| 213 | { | ||
| 214 | struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); | ||
| 215 | struct platform_data *pdata = dev_get_drvdata(dev); | ||
| 216 | |||
| 217 | return sprintf(buf, "%d\n", pdata->core_data[attr->index]->tmin); | ||
| 218 | } | ||
| 219 | |||
| 220 | static ssize_t store_tmin(struct device *dev, | ||
| 221 | struct device_attribute *devattr, | ||
| 222 | const char *buf, size_t count) | ||
| 223 | { | ||
| 224 | struct platform_data *pdata = dev_get_drvdata(dev); | ||
| 225 | struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); | ||
| 226 | struct temp_data *tdata = pdata->core_data[attr->index]; | ||
| 227 | u32 eax, edx; | ||
| 228 | unsigned long val; | ||
| 229 | int diff; | ||
| 230 | |||
| 231 | if (strict_strtoul(buf, 10, &val)) | ||
| 232 | return -EINVAL; | ||
| 233 | |||
| 234 | /* | ||
| 235 | * THERM_MASK_THRESHOLD0 is 7 bits wide. Values are entered in terms | ||
| 236 | * of milli degree celsius. Hence don't accept val > (127 * 1000) | ||
| 237 | */ | ||
| 238 | if (val > tdata->tjmax || val > 127000) | ||
| 239 | return -EINVAL; | ||
| 240 | |||
| 241 | diff = (tdata->tjmax - val) / 1000; | ||
| 242 | |||
| 243 | mutex_lock(&tdata->update_lock); | ||
| 244 | rdmsr_on_cpu(tdata->cpu, tdata->intrpt_reg, &eax, &edx); | ||
| 245 | eax = (eax & ~THERM_MASK_THRESHOLD0) | | ||
| 246 | (diff << THERM_SHIFT_THRESHOLD0); | ||
| 247 | wrmsr_on_cpu(tdata->cpu, tdata->intrpt_reg, eax, edx); | ||
| 248 | tdata->tmin = val; | ||
| 249 | mutex_unlock(&tdata->update_lock); | ||
| 250 | |||
| 251 | return count; | ||
| 252 | } | ||
| 253 | |||
| 254 | static ssize_t show_temp(struct device *dev, | 168 | static ssize_t show_temp(struct device *dev, |
| 255 | struct device_attribute *devattr, char *buf) | 169 | struct device_attribute *devattr, char *buf) |
| 256 | { | 170 | { |
| @@ -374,7 +288,6 @@ static int adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev) | |||
| 374 | 288 | ||
| 375 | static int get_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev) | 289 | static int get_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev) |
| 376 | { | 290 | { |
| 377 | /* The 100C is default for both mobile and non mobile CPUs */ | ||
| 378 | int err; | 291 | int err; |
| 379 | u32 eax, edx; | 292 | u32 eax, edx; |
| 380 | u32 val; | 293 | u32 val; |
| @@ -385,7 +298,8 @@ static int get_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev) | |||
| 385 | */ | 298 | */ |
| 386 | err = rdmsr_safe_on_cpu(id, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); | 299 | err = rdmsr_safe_on_cpu(id, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); |
| 387 | if (err) { | 300 | if (err) { |
| 388 | dev_warn(dev, "Unable to read TjMax from CPU.\n"); | 301 | if (c->x86_model > 0xe && c->x86_model != 0x1c) |
| 302 | dev_warn(dev, "Unable to read TjMax from CPU %u\n", id); | ||
| 389 | } else { | 303 | } else { |
| 390 | val = (eax >> 16) & 0xff; | 304 | val = (eax >> 16) & 0xff; |
| 391 | /* | 305 | /* |
| @@ -393,11 +307,17 @@ static int get_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev) | |||
| 393 | * will be used | 307 | * will be used |
| 394 | */ | 308 | */ |
| 395 | if (val) { | 309 | if (val) { |
| 396 | dev_info(dev, "TjMax is %d C.\n", val); | 310 | dev_dbg(dev, "TjMax is %d degrees C\n", val); |
| 397 | return val * 1000; | 311 | return val * 1000; |
| 398 | } | 312 | } |
| 399 | } | 313 | } |
| 400 | 314 | ||
| 315 | if (force_tjmax) { | ||
| 316 | dev_notice(dev, "TjMax forced to %d degrees C by user\n", | ||
| 317 | force_tjmax); | ||
| 318 | return force_tjmax * 1000; | ||
| 319 | } | ||
| 320 | |||
| 401 | /* | 321 | /* |
| 402 | * An assumption is made for early CPUs and unreadable MSR. | 322 | * An assumption is made for early CPUs and unreadable MSR. |
| 403 | * NOTE: the calculated value may not be correct. | 323 | * NOTE: the calculated value may not be correct. |
| @@ -414,21 +334,6 @@ static void __devinit get_ucode_rev_on_cpu(void *edx) | |||
| 414 | rdmsr(MSR_IA32_UCODE_REV, eax, *(u32 *)edx); | 334 | rdmsr(MSR_IA32_UCODE_REV, eax, *(u32 *)edx); |
| 415 | } | 335 | } |
| 416 | 336 | ||
| 417 | static int get_pkg_tjmax(unsigned int cpu, struct device *dev) | ||
| 418 | { | ||
| 419 | int err; | ||
| 420 | u32 eax, edx, val; | ||
| 421 | |||
| 422 | err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); | ||
| 423 | if (!err) { | ||
| 424 | val = (eax >> 16) & 0xff; | ||
| 425 | if (val) | ||
| 426 | return val * 1000; | ||
| 427 | } | ||
| 428 | dev_warn(dev, "Unable to read Pkg-TjMax from CPU:%u\n", cpu); | ||
| 429 | return 100000; /* Default TjMax: 100 degree celsius */ | ||
| 430 | } | ||
| 431 | |||
| 432 | static int create_name_attr(struct platform_data *pdata, struct device *dev) | 337 | static int create_name_attr(struct platform_data *pdata, struct device *dev) |
| 433 | { | 338 | { |
| 434 | sysfs_attr_init(&pdata->name_attr.attr); | 339 | sysfs_attr_init(&pdata->name_attr.attr); |
| @@ -442,19 +347,14 @@ static int create_core_attrs(struct temp_data *tdata, struct device *dev, | |||
| 442 | int attr_no) | 347 | int attr_no) |
| 443 | { | 348 | { |
| 444 | int err, i; | 349 | int err, i; |
| 445 | static ssize_t (*rd_ptr[TOTAL_ATTRS]) (struct device *dev, | 350 | static ssize_t (*const rd_ptr[TOTAL_ATTRS]) (struct device *dev, |
| 446 | struct device_attribute *devattr, char *buf) = { | 351 | struct device_attribute *devattr, char *buf) = { |
| 447 | show_label, show_crit_alarm, show_temp, show_tjmax, | 352 | show_label, show_crit_alarm, show_temp, show_tjmax, |
| 448 | show_max_alarm, show_ttarget, show_tmin }; | 353 | show_ttarget }; |
| 449 | static ssize_t (*rw_ptr[TOTAL_ATTRS]) (struct device *dev, | 354 | static const char *const names[TOTAL_ATTRS] = { |
| 450 | struct device_attribute *devattr, const char *buf, | ||
| 451 | size_t count) = { NULL, NULL, NULL, NULL, NULL, | ||
| 452 | store_ttarget, store_tmin }; | ||
| 453 | static const char *names[TOTAL_ATTRS] = { | ||
| 454 | "temp%d_label", "temp%d_crit_alarm", | 355 | "temp%d_label", "temp%d_crit_alarm", |
| 455 | "temp%d_input", "temp%d_crit", | 356 | "temp%d_input", "temp%d_crit", |
| 456 | "temp%d_max_alarm", "temp%d_max", | 357 | "temp%d_max" }; |
| 457 | "temp%d_max_hyst" }; | ||
| 458 | 358 | ||
| 459 | for (i = 0; i < tdata->attr_size; i++) { | 359 | for (i = 0; i < tdata->attr_size; i++) { |
| 460 | snprintf(tdata->attr_name[i], CORETEMP_NAME_LENGTH, names[i], | 360 | snprintf(tdata->attr_name[i], CORETEMP_NAME_LENGTH, names[i], |
| @@ -462,10 +362,6 @@ static int create_core_attrs(struct temp_data *tdata, struct device *dev, | |||
| 462 | sysfs_attr_init(&tdata->sd_attrs[i].dev_attr.attr); | 362 | sysfs_attr_init(&tdata->sd_attrs[i].dev_attr.attr); |
| 463 | tdata->sd_attrs[i].dev_attr.attr.name = tdata->attr_name[i]; | 363 | tdata->sd_attrs[i].dev_attr.attr.name = tdata->attr_name[i]; |
| 464 | tdata->sd_attrs[i].dev_attr.attr.mode = S_IRUGO; | 364 | tdata->sd_attrs[i].dev_attr.attr.mode = S_IRUGO; |
| 465 | if (rw_ptr[i]) { | ||
| 466 | tdata->sd_attrs[i].dev_attr.attr.mode |= S_IWUSR; | ||
| 467 | tdata->sd_attrs[i].dev_attr.store = rw_ptr[i]; | ||
| 468 | } | ||
| 469 | tdata->sd_attrs[i].dev_attr.show = rd_ptr[i]; | 365 | tdata->sd_attrs[i].dev_attr.show = rd_ptr[i]; |
| 470 | tdata->sd_attrs[i].index = attr_no; | 366 | tdata->sd_attrs[i].index = attr_no; |
| 471 | err = device_create_file(dev, &tdata->sd_attrs[i].dev_attr); | 367 | err = device_create_file(dev, &tdata->sd_attrs[i].dev_attr); |
| @@ -538,8 +434,6 @@ static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag) | |||
| 538 | 434 | ||
| 539 | tdata->status_reg = pkg_flag ? MSR_IA32_PACKAGE_THERM_STATUS : | 435 | tdata->status_reg = pkg_flag ? MSR_IA32_PACKAGE_THERM_STATUS : |
| 540 | MSR_IA32_THERM_STATUS; | 436 | MSR_IA32_THERM_STATUS; |
| 541 | tdata->intrpt_reg = pkg_flag ? MSR_IA32_PACKAGE_THERM_INTERRUPT : | ||
| 542 | MSR_IA32_THERM_INTERRUPT; | ||
| 543 | tdata->is_pkg_data = pkg_flag; | 437 | tdata->is_pkg_data = pkg_flag; |
| 544 | tdata->cpu = cpu; | 438 | tdata->cpu = cpu; |
| 545 | tdata->cpu_core_id = TO_CORE_ID(cpu); | 439 | tdata->cpu_core_id = TO_CORE_ID(cpu); |
| @@ -548,11 +442,11 @@ static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag) | |||
| 548 | return tdata; | 442 | return tdata; |
| 549 | } | 443 | } |
| 550 | 444 | ||
| 551 | static int create_core_data(struct platform_data *pdata, | 445 | static int create_core_data(struct platform_device *pdev, |
| 552 | struct platform_device *pdev, | ||
| 553 | unsigned int cpu, int pkg_flag) | 446 | unsigned int cpu, int pkg_flag) |
| 554 | { | 447 | { |
| 555 | struct temp_data *tdata; | 448 | struct temp_data *tdata; |
| 449 | struct platform_data *pdata = platform_get_drvdata(pdev); | ||
| 556 | struct cpuinfo_x86 *c = &cpu_data(cpu); | 450 | struct cpuinfo_x86 *c = &cpu_data(cpu); |
| 557 | u32 eax, edx; | 451 | u32 eax, edx; |
| 558 | int err, attr_no; | 452 | int err, attr_no; |
| @@ -588,25 +482,21 @@ static int create_core_data(struct platform_data *pdata, | |||
| 588 | goto exit_free; | 482 | goto exit_free; |
| 589 | 483 | ||
| 590 | /* We can access status register. Get Critical Temperature */ | 484 | /* We can access status register. Get Critical Temperature */ |
| 591 | if (pkg_flag) | 485 | tdata->tjmax = get_tjmax(c, cpu, &pdev->dev); |
| 592 | tdata->tjmax = get_pkg_tjmax(pdev->id, &pdev->dev); | ||
| 593 | else | ||
| 594 | tdata->tjmax = get_tjmax(c, cpu, &pdev->dev); | ||
| 595 | 486 | ||
| 596 | /* | 487 | /* |
| 597 | * Test if we can access the intrpt register. If so, increase the | 488 | * Read the still undocumented bits 8:15 of IA32_TEMPERATURE_TARGET. |
| 598 | * 'size' enough to have ttarget/tmin/max_alarm interfaces. | 489 | * The target temperature is available on older CPUs but not in this |
| 599 | * Initialize ttarget with bits 16:22 of MSR_IA32_THERM_INTERRUPT | 490 | * register. Atoms don't have the register at all. |
| 600 | */ | 491 | */ |
| 601 | err = rdmsr_safe_on_cpu(cpu, tdata->intrpt_reg, &eax, &edx); | 492 | if (c->x86_model > 0xe && c->x86_model != 0x1c) { |
| 602 | if (!err) { | 493 | err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, |
| 603 | tdata->attr_size += MAX_THRESH_ATTRS; | 494 | &eax, &edx); |
| 604 | tdata->tmin = tdata->tjmax - | 495 | if (!err) { |
| 605 | ((eax & THERM_MASK_THRESHOLD0) >> | 496 | tdata->ttarget |
| 606 | THERM_SHIFT_THRESHOLD0) * 1000; | 497 | = tdata->tjmax - ((eax >> 8) & 0xff) * 1000; |
| 607 | tdata->ttarget = tdata->tjmax - | 498 | tdata->attr_size++; |
| 608 | ((eax & THERM_MASK_THRESHOLD1) >> | 499 | } |
| 609 | THERM_SHIFT_THRESHOLD1) * 1000; | ||
| 610 | } | 500 | } |
| 611 | 501 | ||
| 612 | pdata->core_data[attr_no] = tdata; | 502 | pdata->core_data[attr_no] = tdata; |
| @@ -624,16 +514,13 @@ exit_free: | |||
| 624 | 514 | ||
| 625 | static void coretemp_add_core(unsigned int cpu, int pkg_flag) | 515 | static void coretemp_add_core(unsigned int cpu, int pkg_flag) |
| 626 | { | 516 | { |
| 627 | struct platform_data *pdata; | ||
| 628 | struct platform_device *pdev = coretemp_get_pdev(cpu); | 517 | struct platform_device *pdev = coretemp_get_pdev(cpu); |
| 629 | int err; | 518 | int err; |
| 630 | 519 | ||
| 631 | if (!pdev) | 520 | if (!pdev) |
| 632 | return; | 521 | return; |
| 633 | 522 | ||
| 634 | pdata = platform_get_drvdata(pdev); | 523 | err = create_core_data(pdev, cpu, pkg_flag); |
| 635 | |||
| 636 | err = create_core_data(pdata, pdev, cpu, pkg_flag); | ||
| 637 | if (err) | 524 | if (err) |
| 638 | dev_err(&pdev->dev, "Adding Core %u failed\n", cpu); | 525 | dev_err(&pdev->dev, "Adding Core %u failed\n", cpu); |
| 639 | } | 526 | } |
| @@ -671,7 +558,7 @@ static int __devinit coretemp_probe(struct platform_device *pdev) | |||
| 671 | if (err) | 558 | if (err) |
| 672 | goto exit_free; | 559 | goto exit_free; |
| 673 | 560 | ||
| 674 | pdata->phys_proc_id = TO_PHYS_ID(pdev->id); | 561 | pdata->phys_proc_id = pdev->id; |
| 675 | platform_set_drvdata(pdev, pdata); | 562 | platform_set_drvdata(pdev, pdata); |
| 676 | 563 | ||
| 677 | pdata->hwmon_dev = hwmon_device_register(&pdev->dev); | 564 | pdata->hwmon_dev = hwmon_device_register(&pdev->dev); |
| @@ -723,7 +610,7 @@ static int __cpuinit coretemp_device_add(unsigned int cpu) | |||
| 723 | 610 | ||
| 724 | mutex_lock(&pdev_list_mutex); | 611 | mutex_lock(&pdev_list_mutex); |
| 725 | 612 | ||
| 726 | pdev = platform_device_alloc(DRVNAME, cpu); | 613 | pdev = platform_device_alloc(DRVNAME, TO_PHYS_ID(cpu)); |
| 727 | if (!pdev) { | 614 | if (!pdev) { |
| 728 | err = -ENOMEM; | 615 | err = -ENOMEM; |
| 729 | pr_err("Device allocation failed\n"); | 616 | pr_err("Device allocation failed\n"); |
diff --git a/drivers/hwmon/ds620.c b/drivers/hwmon/ds620.c index 257957c69d92..4f7c3fc40a89 100644 --- a/drivers/hwmon/ds620.c +++ b/drivers/hwmon/ds620.c | |||
| @@ -72,7 +72,7 @@ struct ds620_data { | |||
| 72 | char valid; /* !=0 if following fields are valid */ | 72 | char valid; /* !=0 if following fields are valid */ |
| 73 | unsigned long last_updated; /* In jiffies */ | 73 | unsigned long last_updated; /* In jiffies */ |
| 74 | 74 | ||
| 75 | u16 temp[3]; /* Register values, word */ | 75 | s16 temp[3]; /* Register values, word */ |
| 76 | }; | 76 | }; |
| 77 | 77 | ||
| 78 | /* | 78 | /* |
diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index 17cf1ab95521..8c2844e5691c 100644 --- a/drivers/hwmon/w83791d.c +++ b/drivers/hwmon/w83791d.c | |||
| @@ -329,8 +329,8 @@ static int w83791d_detect(struct i2c_client *client, | |||
| 329 | struct i2c_board_info *info); | 329 | struct i2c_board_info *info); |
| 330 | static int w83791d_remove(struct i2c_client *client); | 330 | static int w83791d_remove(struct i2c_client *client); |
| 331 | 331 | ||
| 332 | static int w83791d_read(struct i2c_client *client, u8 register); | 332 | static int w83791d_read(struct i2c_client *client, u8 reg); |
| 333 | static int w83791d_write(struct i2c_client *client, u8 register, u8 value); | 333 | static int w83791d_write(struct i2c_client *client, u8 reg, u8 value); |
| 334 | static struct w83791d_data *w83791d_update_device(struct device *dev); | 334 | static struct w83791d_data *w83791d_update_device(struct device *dev); |
| 335 | 335 | ||
| 336 | #ifdef DEBUG | 336 | #ifdef DEBUG |
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c index 17bf9d95463c..6cd642aaa4de 100644 --- a/drivers/infiniband/hw/cxgb3/iwch_cm.c +++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c | |||
| @@ -287,7 +287,7 @@ void __free_ep(struct kref *kref) | |||
| 287 | if (test_bit(RELEASE_RESOURCES, &ep->com.flags)) { | 287 | if (test_bit(RELEASE_RESOURCES, &ep->com.flags)) { |
| 288 | cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid); | 288 | cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid); |
| 289 | dst_release(ep->dst); | 289 | dst_release(ep->dst); |
| 290 | l2t_release(L2DATA(ep->com.tdev), ep->l2t); | 290 | l2t_release(ep->com.tdev, ep->l2t); |
| 291 | } | 291 | } |
| 292 | kfree(ep); | 292 | kfree(ep); |
| 293 | } | 293 | } |
| @@ -1178,7 +1178,7 @@ static int act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) | |||
| 1178 | release_tid(ep->com.tdev, GET_TID(rpl), NULL); | 1178 | release_tid(ep->com.tdev, GET_TID(rpl), NULL); |
| 1179 | cxgb3_free_atid(ep->com.tdev, ep->atid); | 1179 | cxgb3_free_atid(ep->com.tdev, ep->atid); |
| 1180 | dst_release(ep->dst); | 1180 | dst_release(ep->dst); |
| 1181 | l2t_release(L2DATA(ep->com.tdev), ep->l2t); | 1181 | l2t_release(ep->com.tdev, ep->l2t); |
| 1182 | put_ep(&ep->com); | 1182 | put_ep(&ep->com); |
| 1183 | return CPL_RET_BUF_DONE; | 1183 | return CPL_RET_BUF_DONE; |
| 1184 | } | 1184 | } |
| @@ -1377,7 +1377,7 @@ static int pass_accept_req(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) | |||
| 1377 | if (!child_ep) { | 1377 | if (!child_ep) { |
| 1378 | printk(KERN_ERR MOD "%s - failed to allocate ep entry!\n", | 1378 | printk(KERN_ERR MOD "%s - failed to allocate ep entry!\n", |
| 1379 | __func__); | 1379 | __func__); |
| 1380 | l2t_release(L2DATA(tdev), l2t); | 1380 | l2t_release(tdev, l2t); |
| 1381 | dst_release(dst); | 1381 | dst_release(dst); |
| 1382 | goto reject; | 1382 | goto reject; |
| 1383 | } | 1383 | } |
| @@ -1956,7 +1956,7 @@ int iwch_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param) | |||
| 1956 | if (!err) | 1956 | if (!err) |
| 1957 | goto out; | 1957 | goto out; |
| 1958 | 1958 | ||
| 1959 | l2t_release(L2DATA(h->rdev.t3cdev_p), ep->l2t); | 1959 | l2t_release(h->rdev.t3cdev_p, ep->l2t); |
| 1960 | fail4: | 1960 | fail4: |
| 1961 | dst_release(ep->dst); | 1961 | dst_release(ep->dst); |
| 1962 | fail3: | 1962 | fail3: |
| @@ -2127,7 +2127,7 @@ int iwch_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new, | |||
| 2127 | PDBG("%s ep %p redirect to dst %p l2t %p\n", __func__, ep, new, | 2127 | PDBG("%s ep %p redirect to dst %p l2t %p\n", __func__, ep, new, |
| 2128 | l2t); | 2128 | l2t); |
| 2129 | dst_hold(new); | 2129 | dst_hold(new); |
| 2130 | l2t_release(L2DATA(ep->com.tdev), ep->l2t); | 2130 | l2t_release(ep->com.tdev, ep->l2t); |
| 2131 | ep->l2t = l2t; | 2131 | ep->l2t = l2t; |
| 2132 | dst_release(old); | 2132 | dst_release(old); |
| 2133 | ep->dst = new; | 2133 | ep->dst = new; |
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index b5ef36222440..b3a5ecdb33ac 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/omap_vout.c | |||
| @@ -2194,19 +2194,6 @@ static int __init omap_vout_probe(struct platform_device *pdev) | |||
| 2194 | "'%s' Display already enabled\n", | 2194 | "'%s' Display already enabled\n", |
| 2195 | def_display->name); | 2195 | def_display->name); |
| 2196 | } | 2196 | } |
| 2197 | /* set the update mode */ | ||
| 2198 | if (def_display->caps & | ||
| 2199 | OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE) { | ||
| 2200 | if (dssdrv->enable_te) | ||
| 2201 | dssdrv->enable_te(def_display, 0); | ||
| 2202 | if (dssdrv->set_update_mode) | ||
| 2203 | dssdrv->set_update_mode(def_display, | ||
| 2204 | OMAP_DSS_UPDATE_MANUAL); | ||
| 2205 | } else { | ||
| 2206 | if (dssdrv->set_update_mode) | ||
| 2207 | dssdrv->set_update_mode(def_display, | ||
| 2208 | OMAP_DSS_UPDATE_AUTO); | ||
| 2209 | } | ||
| 2210 | } | 2197 | } |
| 2211 | } | 2198 | } |
| 2212 | 2199 | ||
diff --git a/drivers/media/video/omap3isp/ispccdc.c b/drivers/media/video/omap3isp/ispccdc.c index 9d3459de04b2..80796eb0c53e 100644 --- a/drivers/media/video/omap3isp/ispccdc.c +++ b/drivers/media/video/omap3isp/ispccdc.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <linux/dma-mapping.h> | 31 | #include <linux/dma-mapping.h> |
| 32 | #include <linux/mm.h> | 32 | #include <linux/mm.h> |
| 33 | #include <linux/sched.h> | 33 | #include <linux/sched.h> |
| 34 | #include <linux/slab.h> | ||
| 34 | #include <media/v4l2-event.h> | 35 | #include <media/v4l2-event.h> |
| 35 | 36 | ||
| 36 | #include "isp.h" | 37 | #include "isp.h" |
diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c index d29f9c2d0854..e4100b1f68df 100644 --- a/drivers/media/video/uvc/uvc_driver.c +++ b/drivers/media/video/uvc/uvc_driver.c | |||
| @@ -1961,7 +1961,7 @@ static int __uvc_resume(struct usb_interface *intf, int reset) | |||
| 1961 | 1961 | ||
| 1962 | list_for_each_entry(stream, &dev->streams, list) { | 1962 | list_for_each_entry(stream, &dev->streams, list) { |
| 1963 | if (stream->intf == intf) | 1963 | if (stream->intf == intf) |
| 1964 | return uvc_video_resume(stream); | 1964 | return uvc_video_resume(stream, reset); |
| 1965 | } | 1965 | } |
| 1966 | 1966 | ||
| 1967 | uvc_trace(UVC_TRACE_SUSPEND, "Resume: video streaming USB interface " | 1967 | uvc_trace(UVC_TRACE_SUSPEND, "Resume: video streaming USB interface " |
diff --git a/drivers/media/video/uvc/uvc_entity.c b/drivers/media/video/uvc/uvc_entity.c index 48fea373c25a..29e239911d0e 100644 --- a/drivers/media/video/uvc/uvc_entity.c +++ b/drivers/media/video/uvc/uvc_entity.c | |||
| @@ -49,7 +49,7 @@ static int uvc_mc_register_entity(struct uvc_video_chain *chain, | |||
| 49 | if (remote == NULL) | 49 | if (remote == NULL) |
| 50 | return -EINVAL; | 50 | return -EINVAL; |
| 51 | 51 | ||
| 52 | source = (UVC_ENTITY_TYPE(remote) != UVC_TT_STREAMING) | 52 | source = (UVC_ENTITY_TYPE(remote) == UVC_TT_STREAMING) |
| 53 | ? (remote->vdev ? &remote->vdev->entity : NULL) | 53 | ? (remote->vdev ? &remote->vdev->entity : NULL) |
| 54 | : &remote->subdev.entity; | 54 | : &remote->subdev.entity; |
| 55 | if (source == NULL) | 55 | if (source == NULL) |
diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c index 8244167c8915..ffd1158628b6 100644 --- a/drivers/media/video/uvc/uvc_video.c +++ b/drivers/media/video/uvc/uvc_video.c | |||
| @@ -1104,10 +1104,18 @@ int uvc_video_suspend(struct uvc_streaming *stream) | |||
| 1104 | * buffers, making sure userspace applications are notified of the problem | 1104 | * buffers, making sure userspace applications are notified of the problem |
| 1105 | * instead of waiting forever. | 1105 | * instead of waiting forever. |
| 1106 | */ | 1106 | */ |
| 1107 | int uvc_video_resume(struct uvc_streaming *stream) | 1107 | int uvc_video_resume(struct uvc_streaming *stream, int reset) |
| 1108 | { | 1108 | { |
| 1109 | int ret; | 1109 | int ret; |
| 1110 | 1110 | ||
| 1111 | /* If the bus has been reset on resume, set the alternate setting to 0. | ||
| 1112 | * This should be the default value, but some devices crash or otherwise | ||
| 1113 | * misbehave if they don't receive a SET_INTERFACE request before any | ||
| 1114 | * other video control request. | ||
| 1115 | */ | ||
| 1116 | if (reset) | ||
| 1117 | usb_set_interface(stream->dev->udev, stream->intfnum, 0); | ||
| 1118 | |||
| 1111 | stream->frozen = 0; | 1119 | stream->frozen = 0; |
| 1112 | 1120 | ||
| 1113 | ret = uvc_commit_video(stream, &stream->ctrl); | 1121 | ret = uvc_commit_video(stream, &stream->ctrl); |
diff --git a/drivers/media/video/uvc/uvcvideo.h b/drivers/media/video/uvc/uvcvideo.h index df32a43ca86a..cbdd49bf8b67 100644 --- a/drivers/media/video/uvc/uvcvideo.h +++ b/drivers/media/video/uvc/uvcvideo.h | |||
| @@ -638,7 +638,7 @@ extern void uvc_mc_cleanup_entity(struct uvc_entity *entity); | |||
| 638 | /* Video */ | 638 | /* Video */ |
| 639 | extern int uvc_video_init(struct uvc_streaming *stream); | 639 | extern int uvc_video_init(struct uvc_streaming *stream); |
| 640 | extern int uvc_video_suspend(struct uvc_streaming *stream); | 640 | extern int uvc_video_suspend(struct uvc_streaming *stream); |
| 641 | extern int uvc_video_resume(struct uvc_streaming *stream); | 641 | extern int uvc_video_resume(struct uvc_streaming *stream, int reset); |
| 642 | extern int uvc_video_enable(struct uvc_streaming *stream, int enable); | 642 | extern int uvc_video_enable(struct uvc_streaming *stream, int enable); |
| 643 | extern int uvc_probe_video(struct uvc_streaming *stream, | 643 | extern int uvc_probe_video(struct uvc_streaming *stream, |
| 644 | struct uvc_streaming_control *probe); | 644 | struct uvc_streaming_control *probe); |
diff --git a/drivers/media/video/v4l2-dev.c b/drivers/media/video/v4l2-dev.c index 06f14008b346..d72156517726 100644 --- a/drivers/media/video/v4l2-dev.c +++ b/drivers/media/video/v4l2-dev.c | |||
| @@ -173,6 +173,17 @@ static void v4l2_device_release(struct device *cd) | |||
| 173 | media_device_unregister_entity(&vdev->entity); | 173 | media_device_unregister_entity(&vdev->entity); |
| 174 | #endif | 174 | #endif |
| 175 | 175 | ||
| 176 | /* Do not call v4l2_device_put if there is no release callback set. | ||
| 177 | * Drivers that have no v4l2_device release callback might free the | ||
| 178 | * v4l2_dev instance in the video_device release callback below, so we | ||
| 179 | * must perform this check here. | ||
| 180 | * | ||
| 181 | * TODO: In the long run all drivers that use v4l2_device should use the | ||
| 182 | * v4l2_device release callback. This check will then be unnecessary. | ||
| 183 | */ | ||
| 184 | if (v4l2_dev->release == NULL) | ||
| 185 | v4l2_dev = NULL; | ||
| 186 | |||
| 176 | /* Release video_device and perform other | 187 | /* Release video_device and perform other |
| 177 | cleanups as needed. */ | 188 | cleanups as needed. */ |
| 178 | vdev->release(vdev); | 189 | vdev->release(vdev); |
diff --git a/drivers/media/video/v4l2-device.c b/drivers/media/video/v4l2-device.c index c72856c41434..e6a2c3b302d4 100644 --- a/drivers/media/video/v4l2-device.c +++ b/drivers/media/video/v4l2-device.c | |||
| @@ -38,6 +38,7 @@ int v4l2_device_register(struct device *dev, struct v4l2_device *v4l2_dev) | |||
| 38 | mutex_init(&v4l2_dev->ioctl_lock); | 38 | mutex_init(&v4l2_dev->ioctl_lock); |
| 39 | v4l2_prio_init(&v4l2_dev->prio); | 39 | v4l2_prio_init(&v4l2_dev->prio); |
| 40 | kref_init(&v4l2_dev->ref); | 40 | kref_init(&v4l2_dev->ref); |
| 41 | get_device(dev); | ||
| 41 | v4l2_dev->dev = dev; | 42 | v4l2_dev->dev = dev; |
| 42 | if (dev == NULL) { | 43 | if (dev == NULL) { |
| 43 | /* If dev == NULL, then name must be filled in by the caller */ | 44 | /* If dev == NULL, then name must be filled in by the caller */ |
| @@ -93,6 +94,7 @@ void v4l2_device_disconnect(struct v4l2_device *v4l2_dev) | |||
| 93 | 94 | ||
| 94 | if (dev_get_drvdata(v4l2_dev->dev) == v4l2_dev) | 95 | if (dev_get_drvdata(v4l2_dev->dev) == v4l2_dev) |
| 95 | dev_set_drvdata(v4l2_dev->dev, NULL); | 96 | dev_set_drvdata(v4l2_dev->dev, NULL); |
| 97 | put_device(v4l2_dev->dev); | ||
| 96 | v4l2_dev->dev = NULL; | 98 | v4l2_dev->dev = NULL; |
| 97 | } | 99 | } |
| 98 | EXPORT_SYMBOL_GPL(v4l2_device_disconnect); | 100 | EXPORT_SYMBOL_GPL(v4l2_device_disconnect); |
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c index 1ff5486213fb..4c1a648d00fc 100644 --- a/drivers/mmc/card/block.c +++ b/drivers/mmc/card/block.c | |||
| @@ -926,6 +926,9 @@ static void mmc_blk_rw_rq_prep(struct mmc_queue_req *mqrq, | |||
| 926 | /* | 926 | /* |
| 927 | * Reliable writes are used to implement Forced Unit Access and | 927 | * Reliable writes are used to implement Forced Unit Access and |
| 928 | * REQ_META accesses, and are supported only on MMCs. | 928 | * REQ_META accesses, and are supported only on MMCs. |
| 929 | * | ||
| 930 | * XXX: this really needs a good explanation of why REQ_META | ||
| 931 | * is treated special. | ||
| 929 | */ | 932 | */ |
| 930 | bool do_rel_wr = ((req->cmd_flags & REQ_FUA) || | 933 | bool do_rel_wr = ((req->cmd_flags & REQ_FUA) || |
| 931 | (req->cmd_flags & REQ_META)) && | 934 | (req->cmd_flags & REQ_META)) && |
diff --git a/drivers/net/bnx2x/bnx2x_dcb.c b/drivers/net/bnx2x/bnx2x_dcb.c index a1e004a82f7a..0b4acf67e0c6 100644 --- a/drivers/net/bnx2x/bnx2x_dcb.c +++ b/drivers/net/bnx2x/bnx2x_dcb.c | |||
| @@ -2120,6 +2120,7 @@ static u8 bnx2x_dcbnl_get_cap(struct net_device *netdev, int capid, u8 *cap) | |||
| 2120 | break; | 2120 | break; |
| 2121 | case DCB_CAP_ATTR_DCBX: | 2121 | case DCB_CAP_ATTR_DCBX: |
| 2122 | *cap = BNX2X_DCBX_CAPS; | 2122 | *cap = BNX2X_DCBX_CAPS; |
| 2123 | break; | ||
| 2123 | default: | 2124 | default: |
| 2124 | rval = -EINVAL; | 2125 | rval = -EINVAL; |
| 2125 | break; | 2126 | break; |
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index c027e9341a1a..15f800085bb2 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c | |||
| @@ -4943,7 +4943,7 @@ static void bnx2x_init_def_sb(struct bnx2x *bp) | |||
| 4943 | int igu_seg_id; | 4943 | int igu_seg_id; |
| 4944 | int port = BP_PORT(bp); | 4944 | int port = BP_PORT(bp); |
| 4945 | int func = BP_FUNC(bp); | 4945 | int func = BP_FUNC(bp); |
| 4946 | int reg_offset; | 4946 | int reg_offset, reg_offset_en5; |
| 4947 | u64 section; | 4947 | u64 section; |
| 4948 | int index; | 4948 | int index; |
| 4949 | struct hc_sp_status_block_data sp_sb_data; | 4949 | struct hc_sp_status_block_data sp_sb_data; |
| @@ -4966,6 +4966,8 @@ static void bnx2x_init_def_sb(struct bnx2x *bp) | |||
| 4966 | 4966 | ||
| 4967 | reg_offset = (port ? MISC_REG_AEU_ENABLE1_FUNC_1_OUT_0 : | 4967 | reg_offset = (port ? MISC_REG_AEU_ENABLE1_FUNC_1_OUT_0 : |
| 4968 | MISC_REG_AEU_ENABLE1_FUNC_0_OUT_0); | 4968 | MISC_REG_AEU_ENABLE1_FUNC_0_OUT_0); |
| 4969 | reg_offset_en5 = (port ? MISC_REG_AEU_ENABLE5_FUNC_1_OUT_0 : | ||
| 4970 | MISC_REG_AEU_ENABLE5_FUNC_0_OUT_0); | ||
| 4969 | for (index = 0; index < MAX_DYNAMIC_ATTN_GRPS; index++) { | 4971 | for (index = 0; index < MAX_DYNAMIC_ATTN_GRPS; index++) { |
| 4970 | int sindex; | 4972 | int sindex; |
| 4971 | /* take care of sig[0]..sig[4] */ | 4973 | /* take care of sig[0]..sig[4] */ |
| @@ -4980,7 +4982,7 @@ static void bnx2x_init_def_sb(struct bnx2x *bp) | |||
| 4980 | * and not 16 between the different groups | 4982 | * and not 16 between the different groups |
| 4981 | */ | 4983 | */ |
| 4982 | bp->attn_group[index].sig[4] = REG_RD(bp, | 4984 | bp->attn_group[index].sig[4] = REG_RD(bp, |
| 4983 | reg_offset + 0x10 + 0x4*index); | 4985 | reg_offset_en5 + 0x4*index); |
| 4984 | else | 4986 | else |
| 4985 | bp->attn_group[index].sig[4] = 0; | 4987 | bp->attn_group[index].sig[4] = 0; |
| 4986 | } | 4988 | } |
| @@ -7625,8 +7627,11 @@ u32 bnx2x_send_unload_req(struct bnx2x *bp, int unload_mode) | |||
| 7625 | u32 emac_base = port ? GRCBASE_EMAC1 : GRCBASE_EMAC0; | 7627 | u32 emac_base = port ? GRCBASE_EMAC1 : GRCBASE_EMAC0; |
| 7626 | u8 *mac_addr = bp->dev->dev_addr; | 7628 | u8 *mac_addr = bp->dev->dev_addr; |
| 7627 | u32 val; | 7629 | u32 val; |
| 7630 | u16 pmc; | ||
| 7631 | |||
| 7628 | /* The mac address is written to entries 1-4 to | 7632 | /* The mac address is written to entries 1-4 to |
| 7629 | preserve entry 0 which is used by the PMF */ | 7633 | * preserve entry 0 which is used by the PMF |
| 7634 | */ | ||
| 7630 | u8 entry = (BP_VN(bp) + 1)*8; | 7635 | u8 entry = (BP_VN(bp) + 1)*8; |
| 7631 | 7636 | ||
| 7632 | val = (mac_addr[0] << 8) | mac_addr[1]; | 7637 | val = (mac_addr[0] << 8) | mac_addr[1]; |
| @@ -7636,6 +7641,11 @@ u32 bnx2x_send_unload_req(struct bnx2x *bp, int unload_mode) | |||
| 7636 | (mac_addr[4] << 8) | mac_addr[5]; | 7641 | (mac_addr[4] << 8) | mac_addr[5]; |
| 7637 | EMAC_WR(bp, EMAC_REG_EMAC_MAC_MATCH + entry + 4, val); | 7642 | EMAC_WR(bp, EMAC_REG_EMAC_MAC_MATCH + entry + 4, val); |
| 7638 | 7643 | ||
| 7644 | /* Enable the PME and clear the status */ | ||
| 7645 | pci_read_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &pmc); | ||
| 7646 | pmc |= PCI_PM_CTRL_PME_ENABLE | PCI_PM_CTRL_PME_STATUS; | ||
| 7647 | pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, pmc); | ||
| 7648 | |||
| 7639 | reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; | 7649 | reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; |
| 7640 | 7650 | ||
| 7641 | } else | 7651 | } else |
diff --git a/drivers/net/bnx2x/bnx2x_reg.h b/drivers/net/bnx2x/bnx2x_reg.h index 750e8445dac4..fc7bd0f23c0b 100644 --- a/drivers/net/bnx2x/bnx2x_reg.h +++ b/drivers/net/bnx2x/bnx2x_reg.h | |||
| @@ -1384,6 +1384,18 @@ | |||
| 1384 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ | 1384 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
| 1385 | #define MISC_REG_AEU_ENABLE4_PXP_0 0xa108 | 1385 | #define MISC_REG_AEU_ENABLE4_PXP_0 0xa108 |
| 1386 | #define MISC_REG_AEU_ENABLE4_PXP_1 0xa1a8 | 1386 | #define MISC_REG_AEU_ENABLE4_PXP_1 0xa1a8 |
| 1387 | /* [RW 32] fifth 32b for enabling the output for function 0 output0. Mapped | ||
| 1388 | * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC | ||
| 1389 | * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6] | ||
| 1390 | * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1 | ||
| 1391 | * parity; [31-10] Reserved; */ | ||
| 1392 | #define MISC_REG_AEU_ENABLE5_FUNC_0_OUT_0 0xa688 | ||
| 1393 | /* [RW 32] Fifth 32b for enabling the output for function 1 output0. Mapped | ||
| 1394 | * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC | ||
| 1395 | * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6] | ||
| 1396 | * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1 | ||
| 1397 | * parity; [31-10] Reserved; */ | ||
| 1398 | #define MISC_REG_AEU_ENABLE5_FUNC_1_OUT_0 0xa6b0 | ||
| 1387 | /* [RW 1] set/clr general attention 0; this will set/clr bit 94 in the aeu | 1399 | /* [RW 1] set/clr general attention 0; this will set/clr bit 94 in the aeu |
| 1388 | 128 bit vector */ | 1400 | 128 bit vector */ |
| 1389 | #define MISC_REG_AEU_GENERAL_ATTN_0 0xa000 | 1401 | #define MISC_REG_AEU_GENERAL_ATTN_0 0xa000 |
diff --git a/drivers/net/cxgb3/cxgb3_offload.c b/drivers/net/cxgb3/cxgb3_offload.c index 805076c54f1b..da5a5d9b8aff 100644 --- a/drivers/net/cxgb3/cxgb3_offload.c +++ b/drivers/net/cxgb3/cxgb3_offload.c | |||
| @@ -1146,12 +1146,14 @@ static void cxgb_redirect(struct dst_entry *old, struct dst_entry *new) | |||
| 1146 | if (te && te->ctx && te->client && te->client->redirect) { | 1146 | if (te && te->ctx && te->client && te->client->redirect) { |
| 1147 | update_tcb = te->client->redirect(te->ctx, old, new, e); | 1147 | update_tcb = te->client->redirect(te->ctx, old, new, e); |
| 1148 | if (update_tcb) { | 1148 | if (update_tcb) { |
| 1149 | rcu_read_lock(); | ||
| 1149 | l2t_hold(L2DATA(tdev), e); | 1150 | l2t_hold(L2DATA(tdev), e); |
| 1151 | rcu_read_unlock(); | ||
| 1150 | set_l2t_ix(tdev, tid, e); | 1152 | set_l2t_ix(tdev, tid, e); |
| 1151 | } | 1153 | } |
| 1152 | } | 1154 | } |
| 1153 | } | 1155 | } |
| 1154 | l2t_release(L2DATA(tdev), e); | 1156 | l2t_release(tdev, e); |
| 1155 | } | 1157 | } |
| 1156 | 1158 | ||
| 1157 | /* | 1159 | /* |
| @@ -1264,7 +1266,7 @@ int cxgb3_offload_activate(struct adapter *adapter) | |||
| 1264 | goto out_free; | 1266 | goto out_free; |
| 1265 | 1267 | ||
| 1266 | err = -ENOMEM; | 1268 | err = -ENOMEM; |
| 1267 | L2DATA(dev) = t3_init_l2t(l2t_capacity); | 1269 | RCU_INIT_POINTER(dev->l2opt, t3_init_l2t(l2t_capacity)); |
| 1268 | if (!L2DATA(dev)) | 1270 | if (!L2DATA(dev)) |
| 1269 | goto out_free; | 1271 | goto out_free; |
| 1270 | 1272 | ||
| @@ -1298,16 +1300,24 @@ int cxgb3_offload_activate(struct adapter *adapter) | |||
| 1298 | 1300 | ||
| 1299 | out_free_l2t: | 1301 | out_free_l2t: |
| 1300 | t3_free_l2t(L2DATA(dev)); | 1302 | t3_free_l2t(L2DATA(dev)); |
| 1301 | L2DATA(dev) = NULL; | 1303 | rcu_assign_pointer(dev->l2opt, NULL); |
| 1302 | out_free: | 1304 | out_free: |
| 1303 | kfree(t); | 1305 | kfree(t); |
| 1304 | return err; | 1306 | return err; |
| 1305 | } | 1307 | } |
| 1306 | 1308 | ||
| 1309 | static void clean_l2_data(struct rcu_head *head) | ||
| 1310 | { | ||
| 1311 | struct l2t_data *d = container_of(head, struct l2t_data, rcu_head); | ||
| 1312 | t3_free_l2t(d); | ||
| 1313 | } | ||
| 1314 | |||
| 1315 | |||
| 1307 | void cxgb3_offload_deactivate(struct adapter *adapter) | 1316 | void cxgb3_offload_deactivate(struct adapter *adapter) |
| 1308 | { | 1317 | { |
| 1309 | struct t3cdev *tdev = &adapter->tdev; | 1318 | struct t3cdev *tdev = &adapter->tdev; |
| 1310 | struct t3c_data *t = T3C_DATA(tdev); | 1319 | struct t3c_data *t = T3C_DATA(tdev); |
| 1320 | struct l2t_data *d; | ||
| 1311 | 1321 | ||
| 1312 | remove_adapter(adapter); | 1322 | remove_adapter(adapter); |
| 1313 | if (list_empty(&adapter_list)) | 1323 | if (list_empty(&adapter_list)) |
| @@ -1315,8 +1325,11 @@ void cxgb3_offload_deactivate(struct adapter *adapter) | |||
| 1315 | 1325 | ||
| 1316 | free_tid_maps(&t->tid_maps); | 1326 | free_tid_maps(&t->tid_maps); |
| 1317 | T3C_DATA(tdev) = NULL; | 1327 | T3C_DATA(tdev) = NULL; |
| 1318 | t3_free_l2t(L2DATA(tdev)); | 1328 | rcu_read_lock(); |
| 1319 | L2DATA(tdev) = NULL; | 1329 | d = L2DATA(tdev); |
| 1330 | rcu_read_unlock(); | ||
| 1331 | rcu_assign_pointer(tdev->l2opt, NULL); | ||
| 1332 | call_rcu(&d->rcu_head, clean_l2_data); | ||
| 1320 | if (t->nofail_skb) | 1333 | if (t->nofail_skb) |
| 1321 | kfree_skb(t->nofail_skb); | 1334 | kfree_skb(t->nofail_skb); |
| 1322 | kfree(t); | 1335 | kfree(t); |
diff --git a/drivers/net/cxgb3/l2t.c b/drivers/net/cxgb3/l2t.c index f452c4003253..41540978a173 100644 --- a/drivers/net/cxgb3/l2t.c +++ b/drivers/net/cxgb3/l2t.c | |||
| @@ -300,14 +300,21 @@ static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) | |||
| 300 | struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct neighbour *neigh, | 300 | struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct neighbour *neigh, |
| 301 | struct net_device *dev) | 301 | struct net_device *dev) |
| 302 | { | 302 | { |
| 303 | struct l2t_entry *e; | 303 | struct l2t_entry *e = NULL; |
| 304 | struct l2t_data *d = L2DATA(cdev); | 304 | struct l2t_data *d; |
| 305 | int hash; | ||
| 305 | u32 addr = *(u32 *) neigh->primary_key; | 306 | u32 addr = *(u32 *) neigh->primary_key; |
| 306 | int ifidx = neigh->dev->ifindex; | 307 | int ifidx = neigh->dev->ifindex; |
| 307 | int hash = arp_hash(addr, ifidx, d); | ||
| 308 | struct port_info *p = netdev_priv(dev); | 308 | struct port_info *p = netdev_priv(dev); |
| 309 | int smt_idx = p->port_id; | 309 | int smt_idx = p->port_id; |
| 310 | 310 | ||
| 311 | rcu_read_lock(); | ||
| 312 | d = L2DATA(cdev); | ||
| 313 | if (!d) | ||
| 314 | goto done_rcu; | ||
| 315 | |||
| 316 | hash = arp_hash(addr, ifidx, d); | ||
| 317 | |||
| 311 | write_lock_bh(&d->lock); | 318 | write_lock_bh(&d->lock); |
| 312 | for (e = d->l2tab[hash].first; e; e = e->next) | 319 | for (e = d->l2tab[hash].first; e; e = e->next) |
| 313 | if (e->addr == addr && e->ifindex == ifidx && | 320 | if (e->addr == addr && e->ifindex == ifidx && |
| @@ -338,6 +345,8 @@ struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct neighbour *neigh, | |||
| 338 | } | 345 | } |
| 339 | done: | 346 | done: |
| 340 | write_unlock_bh(&d->lock); | 347 | write_unlock_bh(&d->lock); |
| 348 | done_rcu: | ||
| 349 | rcu_read_unlock(); | ||
| 341 | return e; | 350 | return e; |
| 342 | } | 351 | } |
| 343 | 352 | ||
diff --git a/drivers/net/cxgb3/l2t.h b/drivers/net/cxgb3/l2t.h index 7a12d52ed4fc..c5f54796e2cb 100644 --- a/drivers/net/cxgb3/l2t.h +++ b/drivers/net/cxgb3/l2t.h | |||
| @@ -76,6 +76,7 @@ struct l2t_data { | |||
| 76 | atomic_t nfree; /* number of free entries */ | 76 | atomic_t nfree; /* number of free entries */ |
| 77 | rwlock_t lock; | 77 | rwlock_t lock; |
| 78 | struct l2t_entry l2tab[0]; | 78 | struct l2t_entry l2tab[0]; |
| 79 | struct rcu_head rcu_head; /* to handle rcu cleanup */ | ||
| 79 | }; | 80 | }; |
| 80 | 81 | ||
| 81 | typedef void (*arp_failure_handler_func)(struct t3cdev * dev, | 82 | typedef void (*arp_failure_handler_func)(struct t3cdev * dev, |
| @@ -99,7 +100,7 @@ static inline void set_arp_failure_handler(struct sk_buff *skb, | |||
| 99 | /* | 100 | /* |
| 100 | * Getting to the L2 data from an offload device. | 101 | * Getting to the L2 data from an offload device. |
| 101 | */ | 102 | */ |
| 102 | #define L2DATA(dev) ((dev)->l2opt) | 103 | #define L2DATA(cdev) (rcu_dereference((cdev)->l2opt)) |
| 103 | 104 | ||
| 104 | #define W_TCB_L2T_IX 0 | 105 | #define W_TCB_L2T_IX 0 |
| 105 | #define S_TCB_L2T_IX 7 | 106 | #define S_TCB_L2T_IX 7 |
| @@ -126,15 +127,22 @@ static inline int l2t_send(struct t3cdev *dev, struct sk_buff *skb, | |||
| 126 | return t3_l2t_send_slow(dev, skb, e); | 127 | return t3_l2t_send_slow(dev, skb, e); |
| 127 | } | 128 | } |
| 128 | 129 | ||
| 129 | static inline void l2t_release(struct l2t_data *d, struct l2t_entry *e) | 130 | static inline void l2t_release(struct t3cdev *t, struct l2t_entry *e) |
| 130 | { | 131 | { |
| 131 | if (atomic_dec_and_test(&e->refcnt)) | 132 | struct l2t_data *d; |
| 133 | |||
| 134 | rcu_read_lock(); | ||
| 135 | d = L2DATA(t); | ||
| 136 | |||
| 137 | if (atomic_dec_and_test(&e->refcnt) && d) | ||
| 132 | t3_l2e_free(d, e); | 138 | t3_l2e_free(d, e); |
| 139 | |||
| 140 | rcu_read_unlock(); | ||
| 133 | } | 141 | } |
| 134 | 142 | ||
| 135 | static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) | 143 | static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) |
| 136 | { | 144 | { |
| 137 | if (atomic_add_return(1, &e->refcnt) == 1) /* 0 -> 1 transition */ | 145 | if (d && atomic_add_return(1, &e->refcnt) == 1) /* 0 -> 1 transition */ |
| 138 | atomic_dec(&d->nfree); | 146 | atomic_dec(&d->nfree); |
| 139 | } | 147 | } |
| 140 | 148 | ||
diff --git a/drivers/net/gianfar_ethtool.c b/drivers/net/gianfar_ethtool.c index 25a8c2adb001..0caf3c323ec0 100644 --- a/drivers/net/gianfar_ethtool.c +++ b/drivers/net/gianfar_ethtool.c | |||
| @@ -1669,10 +1669,10 @@ static int gfar_get_cls_all(struct gfar_private *priv, | |||
| 1669 | u32 i = 0; | 1669 | u32 i = 0; |
| 1670 | 1670 | ||
| 1671 | list_for_each_entry(comp, &priv->rx_list.list, list) { | 1671 | list_for_each_entry(comp, &priv->rx_list.list, list) { |
| 1672 | if (i <= cmd->rule_cnt) { | 1672 | if (i == cmd->rule_cnt) |
| 1673 | rule_locs[i] = comp->fs.location; | 1673 | return -EMSGSIZE; |
| 1674 | i++; | 1674 | rule_locs[i] = comp->fs.location; |
| 1675 | } | 1675 | i++; |
| 1676 | } | 1676 | } |
| 1677 | 1677 | ||
| 1678 | cmd->data = MAX_FILER_IDX; | 1678 | cmd->data = MAX_FILER_IDX; |
diff --git a/drivers/net/greth.c b/drivers/net/greth.c index 16ce45c11934..52a39000c42c 100644 --- a/drivers/net/greth.c +++ b/drivers/net/greth.c | |||
| @@ -428,6 +428,7 @@ greth_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 428 | dma_sync_single_for_device(greth->dev, dma_addr, skb->len, DMA_TO_DEVICE); | 428 | dma_sync_single_for_device(greth->dev, dma_addr, skb->len, DMA_TO_DEVICE); |
| 429 | 429 | ||
| 430 | status = GRETH_BD_EN | GRETH_BD_IE | (skb->len & GRETH_BD_LEN); | 430 | status = GRETH_BD_EN | GRETH_BD_IE | (skb->len & GRETH_BD_LEN); |
| 431 | greth->tx_bufs_length[greth->tx_next] = skb->len & GRETH_BD_LEN; | ||
| 431 | 432 | ||
| 432 | /* Wrap around descriptor ring */ | 433 | /* Wrap around descriptor ring */ |
| 433 | if (greth->tx_next == GRETH_TXBD_NUM_MASK) { | 434 | if (greth->tx_next == GRETH_TXBD_NUM_MASK) { |
| @@ -490,7 +491,8 @@ greth_start_xmit_gbit(struct sk_buff *skb, struct net_device *dev) | |||
| 490 | if (nr_frags != 0) | 491 | if (nr_frags != 0) |
| 491 | status = GRETH_TXBD_MORE; | 492 | status = GRETH_TXBD_MORE; |
| 492 | 493 | ||
| 493 | status |= GRETH_TXBD_CSALL; | 494 | if (skb->ip_summed == CHECKSUM_PARTIAL) |
| 495 | status |= GRETH_TXBD_CSALL; | ||
| 494 | status |= skb_headlen(skb) & GRETH_BD_LEN; | 496 | status |= skb_headlen(skb) & GRETH_BD_LEN; |
| 495 | if (greth->tx_next == GRETH_TXBD_NUM_MASK) | 497 | if (greth->tx_next == GRETH_TXBD_NUM_MASK) |
| 496 | status |= GRETH_BD_WR; | 498 | status |= GRETH_BD_WR; |
| @@ -513,7 +515,9 @@ greth_start_xmit_gbit(struct sk_buff *skb, struct net_device *dev) | |||
| 513 | greth->tx_skbuff[curr_tx] = NULL; | 515 | greth->tx_skbuff[curr_tx] = NULL; |
| 514 | bdp = greth->tx_bd_base + curr_tx; | 516 | bdp = greth->tx_bd_base + curr_tx; |
| 515 | 517 | ||
| 516 | status = GRETH_TXBD_CSALL | GRETH_BD_EN; | 518 | status = GRETH_BD_EN; |
| 519 | if (skb->ip_summed == CHECKSUM_PARTIAL) | ||
| 520 | status |= GRETH_TXBD_CSALL; | ||
| 517 | status |= frag->size & GRETH_BD_LEN; | 521 | status |= frag->size & GRETH_BD_LEN; |
| 518 | 522 | ||
| 519 | /* Wrap around descriptor ring */ | 523 | /* Wrap around descriptor ring */ |
| @@ -641,6 +645,7 @@ static void greth_clean_tx(struct net_device *dev) | |||
| 641 | dev->stats.tx_fifo_errors++; | 645 | dev->stats.tx_fifo_errors++; |
| 642 | } | 646 | } |
| 643 | dev->stats.tx_packets++; | 647 | dev->stats.tx_packets++; |
| 648 | dev->stats.tx_bytes += greth->tx_bufs_length[greth->tx_last]; | ||
| 644 | greth->tx_last = NEXT_TX(greth->tx_last); | 649 | greth->tx_last = NEXT_TX(greth->tx_last); |
| 645 | greth->tx_free++; | 650 | greth->tx_free++; |
| 646 | } | 651 | } |
| @@ -695,6 +700,7 @@ static void greth_clean_tx_gbit(struct net_device *dev) | |||
| 695 | greth->tx_skbuff[greth->tx_last] = NULL; | 700 | greth->tx_skbuff[greth->tx_last] = NULL; |
| 696 | 701 | ||
| 697 | greth_update_tx_stats(dev, stat); | 702 | greth_update_tx_stats(dev, stat); |
| 703 | dev->stats.tx_bytes += skb->len; | ||
| 698 | 704 | ||
| 699 | bdp = greth->tx_bd_base + greth->tx_last; | 705 | bdp = greth->tx_bd_base + greth->tx_last; |
| 700 | 706 | ||
| @@ -796,6 +802,7 @@ static int greth_rx(struct net_device *dev, int limit) | |||
| 796 | memcpy(skb_put(skb, pkt_len), phys_to_virt(dma_addr), pkt_len); | 802 | memcpy(skb_put(skb, pkt_len), phys_to_virt(dma_addr), pkt_len); |
| 797 | 803 | ||
| 798 | skb->protocol = eth_type_trans(skb, dev); | 804 | skb->protocol = eth_type_trans(skb, dev); |
| 805 | dev->stats.rx_bytes += pkt_len; | ||
| 799 | dev->stats.rx_packets++; | 806 | dev->stats.rx_packets++; |
| 800 | netif_receive_skb(skb); | 807 | netif_receive_skb(skb); |
| 801 | } | 808 | } |
| @@ -910,6 +917,7 @@ static int greth_rx_gbit(struct net_device *dev, int limit) | |||
| 910 | 917 | ||
| 911 | skb->protocol = eth_type_trans(skb, dev); | 918 | skb->protocol = eth_type_trans(skb, dev); |
| 912 | dev->stats.rx_packets++; | 919 | dev->stats.rx_packets++; |
| 920 | dev->stats.rx_bytes += pkt_len; | ||
| 913 | netif_receive_skb(skb); | 921 | netif_receive_skb(skb); |
| 914 | 922 | ||
| 915 | greth->rx_skbuff[greth->rx_cur] = newskb; | 923 | greth->rx_skbuff[greth->rx_cur] = newskb; |
diff --git a/drivers/net/greth.h b/drivers/net/greth.h index 9a0040dee4da..232a622a85b7 100644 --- a/drivers/net/greth.h +++ b/drivers/net/greth.h | |||
| @@ -103,6 +103,7 @@ struct greth_private { | |||
| 103 | 103 | ||
| 104 | unsigned char *tx_bufs[GRETH_TXBD_NUM]; | 104 | unsigned char *tx_bufs[GRETH_TXBD_NUM]; |
| 105 | unsigned char *rx_bufs[GRETH_RXBD_NUM]; | 105 | unsigned char *rx_bufs[GRETH_RXBD_NUM]; |
| 106 | u16 tx_bufs_length[GRETH_TXBD_NUM]; | ||
| 106 | 107 | ||
| 107 | u16 tx_next; | 108 | u16 tx_next; |
| 108 | u16 tx_last; | 109 | u16 tx_last; |
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 22790394318a..e1fcc9589278 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
| @@ -1321,8 +1321,8 @@ static void ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector, | |||
| 1321 | if (ring_is_rsc_enabled(rx_ring)) | 1321 | if (ring_is_rsc_enabled(rx_ring)) |
| 1322 | pkt_is_rsc = ixgbe_get_rsc_state(rx_desc); | 1322 | pkt_is_rsc = ixgbe_get_rsc_state(rx_desc); |
| 1323 | 1323 | ||
| 1324 | /* if this is a skb from previous receive DMA will be 0 */ | 1324 | /* linear means we are building an skb from multiple pages */ |
| 1325 | if (rx_buffer_info->dma) { | 1325 | if (!skb_is_nonlinear(skb)) { |
| 1326 | u16 hlen; | 1326 | u16 hlen; |
| 1327 | if (pkt_is_rsc && | 1327 | if (pkt_is_rsc && |
| 1328 | !(staterr & IXGBE_RXD_STAT_EOP) && | 1328 | !(staterr & IXGBE_RXD_STAT_EOP) && |
diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index dfc82720065a..ed2a3977c6e7 100644 --- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c | |||
| @@ -799,5 +799,11 @@ static void __exit cleanup_netconsole(void) | |||
| 799 | } | 799 | } |
| 800 | } | 800 | } |
| 801 | 801 | ||
| 802 | module_init(init_netconsole); | 802 | /* |
| 803 | * Use late_initcall to ensure netconsole is | ||
| 804 | * initialized after network device driver if built-in. | ||
| 805 | * | ||
| 806 | * late_initcall() and module_init() are identical if built as module. | ||
| 807 | */ | ||
| 808 | late_initcall(init_netconsole); | ||
| 803 | module_exit(cleanup_netconsole); | 809 | module_exit(cleanup_netconsole); |
diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c index 10e5d985afa3..edfa15d2e795 100644 --- a/drivers/net/ppp_generic.c +++ b/drivers/net/ppp_generic.c | |||
| @@ -1465,7 +1465,12 @@ static int ppp_mp_explode(struct ppp *ppp, struct sk_buff *skb) | |||
| 1465 | continue; | 1465 | continue; |
| 1466 | } | 1466 | } |
| 1467 | 1467 | ||
| 1468 | mtu = pch->chan->mtu - hdrlen; | 1468 | /* |
| 1469 | * hdrlen includes the 2-byte PPP protocol field, but the | ||
| 1470 | * MTU counts only the payload excluding the protocol field. | ||
| 1471 | * (RFC1661 Section 2) | ||
| 1472 | */ | ||
| 1473 | mtu = pch->chan->mtu - (hdrlen - 2); | ||
| 1469 | if (mtu < 4) | 1474 | if (mtu < 4) |
| 1470 | mtu = 4; | 1475 | mtu = 4; |
| 1471 | if (flen > mtu) | 1476 | if (flen > mtu) |
diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c index 1a3033d8e7ed..d17d0624c5e6 100644 --- a/drivers/net/pxa168_eth.c +++ b/drivers/net/pxa168_eth.c | |||
| @@ -40,6 +40,7 @@ | |||
| 40 | #include <linux/clk.h> | 40 | #include <linux/clk.h> |
| 41 | #include <linux/phy.h> | 41 | #include <linux/phy.h> |
| 42 | #include <linux/io.h> | 42 | #include <linux/io.h> |
| 43 | #include <linux/interrupt.h> | ||
| 43 | #include <linux/types.h> | 44 | #include <linux/types.h> |
| 44 | #include <asm/pgtable.h> | 45 | #include <asm/pgtable.h> |
| 45 | #include <asm/system.h> | 46 | #include <asm/system.h> |
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 02339b3352e7..c23667017922 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
| @@ -407,6 +407,7 @@ enum rtl_register_content { | |||
| 407 | RxOK = 0x0001, | 407 | RxOK = 0x0001, |
| 408 | 408 | ||
| 409 | /* RxStatusDesc */ | 409 | /* RxStatusDesc */ |
| 410 | RxBOVF = (1 << 24), | ||
| 410 | RxFOVF = (1 << 23), | 411 | RxFOVF = (1 << 23), |
| 411 | RxRWT = (1 << 22), | 412 | RxRWT = (1 << 22), |
| 412 | RxRES = (1 << 21), | 413 | RxRES = (1 << 21), |
| @@ -682,6 +683,7 @@ struct rtl8169_private { | |||
| 682 | struct mii_if_info mii; | 683 | struct mii_if_info mii; |
| 683 | struct rtl8169_counters counters; | 684 | struct rtl8169_counters counters; |
| 684 | u32 saved_wolopts; | 685 | u32 saved_wolopts; |
| 686 | u32 opts1_mask; | ||
| 685 | 687 | ||
| 686 | struct rtl_fw { | 688 | struct rtl_fw { |
| 687 | const struct firmware *fw; | 689 | const struct firmware *fw; |
| @@ -710,6 +712,7 @@ MODULE_FIRMWARE(FIRMWARE_8168D_1); | |||
| 710 | MODULE_FIRMWARE(FIRMWARE_8168D_2); | 712 | MODULE_FIRMWARE(FIRMWARE_8168D_2); |
| 711 | MODULE_FIRMWARE(FIRMWARE_8168E_1); | 713 | MODULE_FIRMWARE(FIRMWARE_8168E_1); |
| 712 | MODULE_FIRMWARE(FIRMWARE_8168E_2); | 714 | MODULE_FIRMWARE(FIRMWARE_8168E_2); |
| 715 | MODULE_FIRMWARE(FIRMWARE_8168E_3); | ||
| 713 | MODULE_FIRMWARE(FIRMWARE_8105E_1); | 716 | MODULE_FIRMWARE(FIRMWARE_8105E_1); |
| 714 | 717 | ||
| 715 | static int rtl8169_open(struct net_device *dev); | 718 | static int rtl8169_open(struct net_device *dev); |
| @@ -3077,6 +3080,14 @@ static void rtl8169_phy_reset(struct net_device *dev, | |||
| 3077 | netif_err(tp, link, dev, "PHY reset failed\n"); | 3080 | netif_err(tp, link, dev, "PHY reset failed\n"); |
| 3078 | } | 3081 | } |
| 3079 | 3082 | ||
| 3083 | static bool rtl_tbi_enabled(struct rtl8169_private *tp) | ||
| 3084 | { | ||
| 3085 | void __iomem *ioaddr = tp->mmio_addr; | ||
| 3086 | |||
| 3087 | return (tp->mac_version == RTL_GIGA_MAC_VER_01) && | ||
| 3088 | (RTL_R8(PHYstatus) & TBI_Enable); | ||
| 3089 | } | ||
| 3090 | |||
| 3080 | static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp) | 3091 | static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp) |
| 3081 | { | 3092 | { |
| 3082 | void __iomem *ioaddr = tp->mmio_addr; | 3093 | void __iomem *ioaddr = tp->mmio_addr; |
| @@ -3109,7 +3120,7 @@ static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp) | |||
| 3109 | ADVERTISED_1000baseT_Half | | 3120 | ADVERTISED_1000baseT_Half | |
| 3110 | ADVERTISED_1000baseT_Full : 0)); | 3121 | ADVERTISED_1000baseT_Full : 0)); |
| 3111 | 3122 | ||
| 3112 | if (RTL_R8(PHYstatus) & TBI_Enable) | 3123 | if (rtl_tbi_enabled(tp)) |
| 3113 | netif_info(tp, link, dev, "TBI auto-negotiating\n"); | 3124 | netif_info(tp, link, dev, "TBI auto-negotiating\n"); |
| 3114 | } | 3125 | } |
| 3115 | 3126 | ||
| @@ -3319,9 +3330,16 @@ static void r810x_phy_power_up(struct rtl8169_private *tp) | |||
| 3319 | 3330 | ||
| 3320 | static void r810x_pll_power_down(struct rtl8169_private *tp) | 3331 | static void r810x_pll_power_down(struct rtl8169_private *tp) |
| 3321 | { | 3332 | { |
| 3333 | void __iomem *ioaddr = tp->mmio_addr; | ||
| 3334 | |||
| 3322 | if (__rtl8169_get_wol(tp) & WAKE_ANY) { | 3335 | if (__rtl8169_get_wol(tp) & WAKE_ANY) { |
| 3323 | rtl_writephy(tp, 0x1f, 0x0000); | 3336 | rtl_writephy(tp, 0x1f, 0x0000); |
| 3324 | rtl_writephy(tp, MII_BMCR, 0x0000); | 3337 | rtl_writephy(tp, MII_BMCR, 0x0000); |
| 3338 | |||
| 3339 | if (tp->mac_version == RTL_GIGA_MAC_VER_29 || | ||
| 3340 | tp->mac_version == RTL_GIGA_MAC_VER_30) | ||
| 3341 | RTL_W32(RxConfig, RTL_R32(RxConfig) | AcceptBroadcast | | ||
| 3342 | AcceptMulticast | AcceptMyPhys); | ||
| 3325 | return; | 3343 | return; |
| 3326 | } | 3344 | } |
| 3327 | 3345 | ||
| @@ -3417,7 +3435,8 @@ static void r8168_pll_power_down(struct rtl8169_private *tp) | |||
| 3417 | rtl_writephy(tp, MII_BMCR, 0x0000); | 3435 | rtl_writephy(tp, MII_BMCR, 0x0000); |
| 3418 | 3436 | ||
| 3419 | if (tp->mac_version == RTL_GIGA_MAC_VER_32 || | 3437 | if (tp->mac_version == RTL_GIGA_MAC_VER_32 || |
| 3420 | tp->mac_version == RTL_GIGA_MAC_VER_33) | 3438 | tp->mac_version == RTL_GIGA_MAC_VER_33 || |
| 3439 | tp->mac_version == RTL_GIGA_MAC_VER_34) | ||
| 3421 | RTL_W32(RxConfig, RTL_R32(RxConfig) | AcceptBroadcast | | 3440 | RTL_W32(RxConfig, RTL_R32(RxConfig) | AcceptBroadcast | |
| 3422 | AcceptMulticast | AcceptMyPhys); | 3441 | AcceptMulticast | AcceptMyPhys); |
| 3423 | return; | 3442 | return; |
| @@ -3727,8 +3746,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3727 | tp->features |= rtl_try_msi(pdev, ioaddr, cfg); | 3746 | tp->features |= rtl_try_msi(pdev, ioaddr, cfg); |
| 3728 | RTL_W8(Cfg9346, Cfg9346_Lock); | 3747 | RTL_W8(Cfg9346, Cfg9346_Lock); |
| 3729 | 3748 | ||
| 3730 | if ((tp->mac_version <= RTL_GIGA_MAC_VER_06) && | 3749 | if (rtl_tbi_enabled(tp)) { |
| 3731 | (RTL_R8(PHYstatus) & TBI_Enable)) { | ||
| 3732 | tp->set_speed = rtl8169_set_speed_tbi; | 3750 | tp->set_speed = rtl8169_set_speed_tbi; |
| 3733 | tp->get_settings = rtl8169_gset_tbi; | 3751 | tp->get_settings = rtl8169_gset_tbi; |
| 3734 | tp->phy_reset_enable = rtl8169_tbi_reset_enable; | 3752 | tp->phy_reset_enable = rtl8169_tbi_reset_enable; |
| @@ -3777,6 +3795,9 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3777 | tp->intr_event = cfg->intr_event; | 3795 | tp->intr_event = cfg->intr_event; |
| 3778 | tp->napi_event = cfg->napi_event; | 3796 | tp->napi_event = cfg->napi_event; |
| 3779 | 3797 | ||
| 3798 | tp->opts1_mask = (tp->mac_version != RTL_GIGA_MAC_VER_01) ? | ||
| 3799 | ~(RxBOVF | RxFOVF) : ~0; | ||
| 3800 | |||
| 3780 | init_timer(&tp->timer); | 3801 | init_timer(&tp->timer); |
| 3781 | tp->timer.data = (unsigned long) dev; | 3802 | tp->timer.data = (unsigned long) dev; |
| 3782 | tp->timer.function = rtl8169_phy_timer; | 3803 | tp->timer.function = rtl8169_phy_timer; |
| @@ -3988,6 +4009,7 @@ static void rtl8169_hw_reset(struct rtl8169_private *tp) | |||
| 3988 | while (RTL_R8(TxPoll) & NPQ) | 4009 | while (RTL_R8(TxPoll) & NPQ) |
| 3989 | udelay(20); | 4010 | udelay(20); |
| 3990 | } else if (tp->mac_version == RTL_GIGA_MAC_VER_34) { | 4011 | } else if (tp->mac_version == RTL_GIGA_MAC_VER_34) { |
| 4012 | RTL_W8(ChipCmd, RTL_R8(ChipCmd) | StopReq); | ||
| 3991 | while (!(RTL_R32(TxConfig) & TXCFG_EMPTY)) | 4013 | while (!(RTL_R32(TxConfig) & TXCFG_EMPTY)) |
| 3992 | udelay(100); | 4014 | udelay(100); |
| 3993 | } else { | 4015 | } else { |
| @@ -5314,7 +5336,7 @@ static int rtl8169_rx_interrupt(struct net_device *dev, | |||
| 5314 | u32 status; | 5336 | u32 status; |
| 5315 | 5337 | ||
| 5316 | rmb(); | 5338 | rmb(); |
| 5317 | status = le32_to_cpu(desc->opts1); | 5339 | status = le32_to_cpu(desc->opts1) & tp->opts1_mask; |
| 5318 | 5340 | ||
| 5319 | if (status & DescOwn) | 5341 | if (status & DescOwn) |
| 5320 | break; | 5342 | break; |
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index dc3fbf61910b..4a1374df6084 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
| @@ -6234,12 +6234,10 @@ static netdev_tx_t tg3_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 6234 | } | 6234 | } |
| 6235 | } | 6235 | } |
| 6236 | 6236 | ||
| 6237 | #ifdef BCM_KERNEL_SUPPORTS_8021Q | ||
| 6238 | if (vlan_tx_tag_present(skb)) { | 6237 | if (vlan_tx_tag_present(skb)) { |
| 6239 | base_flags |= TXD_FLAG_VLAN; | 6238 | base_flags |= TXD_FLAG_VLAN; |
| 6240 | vlan = vlan_tx_tag_get(skb); | 6239 | vlan = vlan_tx_tag_get(skb); |
| 6241 | } | 6240 | } |
| 6242 | #endif | ||
| 6243 | 6241 | ||
| 6244 | if (tg3_flag(tp, USE_JUMBO_BDFLAG) && | 6242 | if (tg3_flag(tp, USE_JUMBO_BDFLAG) && |
| 6245 | !mss && skb->len > VLAN_ETH_FRAME_LEN) | 6243 | !mss && skb->len > VLAN_ETH_FRAME_LEN) |
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h index 2339728a7306..3e69c631ebb4 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h | |||
| @@ -1514,7 +1514,7 @@ static const u32 ar9300_2p2_mac_core[][2] = { | |||
| 1514 | {0x00008258, 0x00000000}, | 1514 | {0x00008258, 0x00000000}, |
| 1515 | {0x0000825c, 0x40000000}, | 1515 | {0x0000825c, 0x40000000}, |
| 1516 | {0x00008260, 0x00080922}, | 1516 | {0x00008260, 0x00080922}, |
| 1517 | {0x00008264, 0x9bc00010}, | 1517 | {0x00008264, 0x9d400010}, |
| 1518 | {0x00008268, 0xffffffff}, | 1518 | {0x00008268, 0xffffffff}, |
| 1519 | {0x0000826c, 0x0000ffff}, | 1519 | {0x0000826c, 0x0000ffff}, |
| 1520 | {0x00008270, 0x00000000}, | 1520 | {0x00008270, 0x00000000}, |
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index 9a4850154fb2..4c21f8cbdeb5 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
| @@ -205,14 +205,22 @@ static void ath_rx_remove_buffer(struct ath_softc *sc, | |||
| 205 | 205 | ||
| 206 | static void ath_rx_edma_cleanup(struct ath_softc *sc) | 206 | static void ath_rx_edma_cleanup(struct ath_softc *sc) |
| 207 | { | 207 | { |
| 208 | struct ath_hw *ah = sc->sc_ah; | ||
| 209 | struct ath_common *common = ath9k_hw_common(ah); | ||
| 208 | struct ath_buf *bf; | 210 | struct ath_buf *bf; |
| 209 | 211 | ||
| 210 | ath_rx_remove_buffer(sc, ATH9K_RX_QUEUE_LP); | 212 | ath_rx_remove_buffer(sc, ATH9K_RX_QUEUE_LP); |
| 211 | ath_rx_remove_buffer(sc, ATH9K_RX_QUEUE_HP); | 213 | ath_rx_remove_buffer(sc, ATH9K_RX_QUEUE_HP); |
| 212 | 214 | ||
| 213 | list_for_each_entry(bf, &sc->rx.rxbuf, list) { | 215 | list_for_each_entry(bf, &sc->rx.rxbuf, list) { |
| 214 | if (bf->bf_mpdu) | 216 | if (bf->bf_mpdu) { |
| 217 | dma_unmap_single(sc->dev, bf->bf_buf_addr, | ||
| 218 | common->rx_bufsize, | ||
| 219 | DMA_BIDIRECTIONAL); | ||
| 215 | dev_kfree_skb_any(bf->bf_mpdu); | 220 | dev_kfree_skb_any(bf->bf_mpdu); |
| 221 | bf->bf_buf_addr = 0; | ||
| 222 | bf->bf_mpdu = NULL; | ||
| 223 | } | ||
| 216 | } | 224 | } |
| 217 | 225 | ||
| 218 | INIT_LIST_HEAD(&sc->rx.rxbuf); | 226 | INIT_LIST_HEAD(&sc->rx.rxbuf); |
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 26f1ab840cc7..e293a7921bf0 100644 --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c | |||
| @@ -1632,7 +1632,8 @@ static void handle_irq_beacon(struct b43_wldev *dev) | |||
| 1632 | u32 cmd, beacon0_valid, beacon1_valid; | 1632 | u32 cmd, beacon0_valid, beacon1_valid; |
| 1633 | 1633 | ||
| 1634 | if (!b43_is_mode(wl, NL80211_IFTYPE_AP) && | 1634 | if (!b43_is_mode(wl, NL80211_IFTYPE_AP) && |
| 1635 | !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT)) | 1635 | !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) && |
| 1636 | !b43_is_mode(wl, NL80211_IFTYPE_ADHOC)) | ||
| 1636 | return; | 1637 | return; |
| 1637 | 1638 | ||
| 1638 | /* This is the bottom half of the asynchronous beacon update. */ | 1639 | /* This is the bottom half of the asynchronous beacon update. */ |
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 3774dd034746..ef9ad79d1bfd 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
| @@ -1903,15 +1903,17 @@ static void ipw2100_down(struct ipw2100_priv *priv) | |||
| 1903 | static int ipw2100_net_init(struct net_device *dev) | 1903 | static int ipw2100_net_init(struct net_device *dev) |
| 1904 | { | 1904 | { |
| 1905 | struct ipw2100_priv *priv = libipw_priv(dev); | 1905 | struct ipw2100_priv *priv = libipw_priv(dev); |
| 1906 | |||
| 1907 | return ipw2100_up(priv, 1); | ||
| 1908 | } | ||
| 1909 | |||
| 1910 | static int ipw2100_wdev_init(struct net_device *dev) | ||
| 1911 | { | ||
| 1912 | struct ipw2100_priv *priv = libipw_priv(dev); | ||
| 1906 | const struct libipw_geo *geo = libipw_get_geo(priv->ieee); | 1913 | const struct libipw_geo *geo = libipw_get_geo(priv->ieee); |
| 1907 | struct wireless_dev *wdev = &priv->ieee->wdev; | 1914 | struct wireless_dev *wdev = &priv->ieee->wdev; |
| 1908 | int ret; | ||
| 1909 | int i; | 1915 | int i; |
| 1910 | 1916 | ||
| 1911 | ret = ipw2100_up(priv, 1); | ||
| 1912 | if (ret) | ||
| 1913 | return ret; | ||
| 1914 | |||
| 1915 | memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); | 1917 | memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); |
| 1916 | 1918 | ||
| 1917 | /* fill-out priv->ieee->bg_band */ | 1919 | /* fill-out priv->ieee->bg_band */ |
| @@ -6350,9 +6352,13 @@ static int ipw2100_pci_init_one(struct pci_dev *pci_dev, | |||
| 6350 | "Error calling register_netdev.\n"); | 6352 | "Error calling register_netdev.\n"); |
| 6351 | goto fail; | 6353 | goto fail; |
| 6352 | } | 6354 | } |
| 6355 | registered = 1; | ||
| 6356 | |||
| 6357 | err = ipw2100_wdev_init(dev); | ||
| 6358 | if (err) | ||
| 6359 | goto fail; | ||
| 6353 | 6360 | ||
| 6354 | mutex_lock(&priv->action_mutex); | 6361 | mutex_lock(&priv->action_mutex); |
| 6355 | registered = 1; | ||
| 6356 | 6362 | ||
| 6357 | IPW_DEBUG_INFO("%s: Bound to %s\n", dev->name, pci_name(pci_dev)); | 6363 | IPW_DEBUG_INFO("%s: Bound to %s\n", dev->name, pci_name(pci_dev)); |
| 6358 | 6364 | ||
| @@ -6389,7 +6395,8 @@ static int ipw2100_pci_init_one(struct pci_dev *pci_dev, | |||
| 6389 | 6395 | ||
| 6390 | fail_unlock: | 6396 | fail_unlock: |
| 6391 | mutex_unlock(&priv->action_mutex); | 6397 | mutex_unlock(&priv->action_mutex); |
| 6392 | 6398 | wiphy_unregister(priv->ieee->wdev.wiphy); | |
| 6399 | kfree(priv->ieee->bg_band.channels); | ||
| 6393 | fail: | 6400 | fail: |
| 6394 | if (dev) { | 6401 | if (dev) { |
| 6395 | if (registered) | 6402 | if (registered) |
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c index 87813c33bdc2..4ffebede5e03 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c | |||
| @@ -11425,16 +11425,23 @@ static void ipw_bg_down(struct work_struct *work) | |||
| 11425 | /* Called by register_netdev() */ | 11425 | /* Called by register_netdev() */ |
| 11426 | static int ipw_net_init(struct net_device *dev) | 11426 | static int ipw_net_init(struct net_device *dev) |
| 11427 | { | 11427 | { |
| 11428 | int rc = 0; | ||
| 11429 | struct ipw_priv *priv = libipw_priv(dev); | ||
| 11430 | |||
| 11431 | mutex_lock(&priv->mutex); | ||
| 11432 | if (ipw_up(priv)) | ||
| 11433 | rc = -EIO; | ||
| 11434 | mutex_unlock(&priv->mutex); | ||
| 11435 | |||
| 11436 | return rc; | ||
| 11437 | } | ||
| 11438 | |||
| 11439 | static int ipw_wdev_init(struct net_device *dev) | ||
| 11440 | { | ||
| 11428 | int i, rc = 0; | 11441 | int i, rc = 0; |
| 11429 | struct ipw_priv *priv = libipw_priv(dev); | 11442 | struct ipw_priv *priv = libipw_priv(dev); |
| 11430 | const struct libipw_geo *geo = libipw_get_geo(priv->ieee); | 11443 | const struct libipw_geo *geo = libipw_get_geo(priv->ieee); |
| 11431 | struct wireless_dev *wdev = &priv->ieee->wdev; | 11444 | struct wireless_dev *wdev = &priv->ieee->wdev; |
| 11432 | mutex_lock(&priv->mutex); | ||
| 11433 | |||
| 11434 | if (ipw_up(priv)) { | ||
| 11435 | rc = -EIO; | ||
| 11436 | goto out; | ||
| 11437 | } | ||
| 11438 | 11445 | ||
| 11439 | memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); | 11446 | memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); |
| 11440 | 11447 | ||
| @@ -11519,13 +11526,9 @@ static int ipw_net_init(struct net_device *dev) | |||
| 11519 | set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev); | 11526 | set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev); |
| 11520 | 11527 | ||
| 11521 | /* With that information in place, we can now register the wiphy... */ | 11528 | /* With that information in place, we can now register the wiphy... */ |
| 11522 | if (wiphy_register(wdev->wiphy)) { | 11529 | if (wiphy_register(wdev->wiphy)) |
| 11523 | rc = -EIO; | 11530 | rc = -EIO; |
| 11524 | goto out; | ||
| 11525 | } | ||
| 11526 | |||
| 11527 | out: | 11531 | out: |
| 11528 | mutex_unlock(&priv->mutex); | ||
| 11529 | return rc; | 11532 | return rc; |
| 11530 | } | 11533 | } |
| 11531 | 11534 | ||
| @@ -11832,14 +11835,22 @@ static int __devinit ipw_pci_probe(struct pci_dev *pdev, | |||
| 11832 | goto out_remove_sysfs; | 11835 | goto out_remove_sysfs; |
| 11833 | } | 11836 | } |
| 11834 | 11837 | ||
| 11838 | err = ipw_wdev_init(net_dev); | ||
| 11839 | if (err) { | ||
| 11840 | IPW_ERROR("failed to register wireless device\n"); | ||
| 11841 | goto out_unregister_netdev; | ||
| 11842 | } | ||
| 11843 | |||
| 11835 | #ifdef CONFIG_IPW2200_PROMISCUOUS | 11844 | #ifdef CONFIG_IPW2200_PROMISCUOUS |
| 11836 | if (rtap_iface) { | 11845 | if (rtap_iface) { |
| 11837 | err = ipw_prom_alloc(priv); | 11846 | err = ipw_prom_alloc(priv); |
| 11838 | if (err) { | 11847 | if (err) { |
| 11839 | IPW_ERROR("Failed to register promiscuous network " | 11848 | IPW_ERROR("Failed to register promiscuous network " |
| 11840 | "device (error %d).\n", err); | 11849 | "device (error %d).\n", err); |
| 11841 | unregister_netdev(priv->net_dev); | 11850 | wiphy_unregister(priv->ieee->wdev.wiphy); |
| 11842 | goto out_remove_sysfs; | 11851 | kfree(priv->ieee->a_band.channels); |
| 11852 | kfree(priv->ieee->bg_band.channels); | ||
| 11853 | goto out_unregister_netdev; | ||
| 11843 | } | 11854 | } |
| 11844 | } | 11855 | } |
| 11845 | #endif | 11856 | #endif |
| @@ -11851,6 +11862,8 @@ static int __devinit ipw_pci_probe(struct pci_dev *pdev, | |||
| 11851 | 11862 | ||
| 11852 | return 0; | 11863 | return 0; |
| 11853 | 11864 | ||
| 11865 | out_unregister_netdev: | ||
| 11866 | unregister_netdev(priv->net_dev); | ||
| 11854 | out_remove_sysfs: | 11867 | out_remove_sysfs: |
| 11855 | sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group); | 11868 | sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group); |
| 11856 | out_release_irq: | 11869 | out_release_irq: |
diff --git a/drivers/net/wireless/iwlegacy/iwl-core.c b/drivers/net/wireless/iwlegacy/iwl-core.c index 35cd2537e7fd..e5971fe9d169 100644 --- a/drivers/net/wireless/iwlegacy/iwl-core.c +++ b/drivers/net/wireless/iwlegacy/iwl-core.c | |||
| @@ -937,7 +937,7 @@ void iwl_legacy_irq_handle_error(struct iwl_priv *priv) | |||
| 937 | &priv->contexts[IWL_RXON_CTX_BSS]); | 937 | &priv->contexts[IWL_RXON_CTX_BSS]); |
| 938 | #endif | 938 | #endif |
| 939 | 939 | ||
| 940 | wake_up_interruptible(&priv->wait_command_queue); | 940 | wake_up(&priv->wait_command_queue); |
| 941 | 941 | ||
| 942 | /* Keep the restart process from trying to send host | 942 | /* Keep the restart process from trying to send host |
| 943 | * commands by clearing the INIT status bit */ | 943 | * commands by clearing the INIT status bit */ |
| @@ -1746,7 +1746,7 @@ int iwl_legacy_force_reset(struct iwl_priv *priv, bool external) | |||
| 1746 | 1746 | ||
| 1747 | /* Set the FW error flag -- cleared on iwl_down */ | 1747 | /* Set the FW error flag -- cleared on iwl_down */ |
| 1748 | set_bit(STATUS_FW_ERROR, &priv->status); | 1748 | set_bit(STATUS_FW_ERROR, &priv->status); |
| 1749 | wake_up_interruptible(&priv->wait_command_queue); | 1749 | wake_up(&priv->wait_command_queue); |
| 1750 | /* | 1750 | /* |
| 1751 | * Keep the restart process from trying to send host | 1751 | * Keep the restart process from trying to send host |
| 1752 | * commands by clearing the INIT status bit | 1752 | * commands by clearing the INIT status bit |
diff --git a/drivers/net/wireless/iwlegacy/iwl-hcmd.c b/drivers/net/wireless/iwlegacy/iwl-hcmd.c index 62b4b09122cb..ce1fc9feb61f 100644 --- a/drivers/net/wireless/iwlegacy/iwl-hcmd.c +++ b/drivers/net/wireless/iwlegacy/iwl-hcmd.c | |||
| @@ -167,7 +167,7 @@ int iwl_legacy_send_cmd_sync(struct iwl_priv *priv, struct iwl_host_cmd *cmd) | |||
| 167 | goto out; | 167 | goto out; |
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | ret = wait_event_interruptible_timeout(priv->wait_command_queue, | 170 | ret = wait_event_timeout(priv->wait_command_queue, |
| 171 | !test_bit(STATUS_HCMD_ACTIVE, &priv->status), | 171 | !test_bit(STATUS_HCMD_ACTIVE, &priv->status), |
| 172 | HOST_COMPLETE_TIMEOUT); | 172 | HOST_COMPLETE_TIMEOUT); |
| 173 | if (!ret) { | 173 | if (!ret) { |
diff --git a/drivers/net/wireless/iwlegacy/iwl-tx.c b/drivers/net/wireless/iwlegacy/iwl-tx.c index 4fff995c6f3e..ef9e268bf8a0 100644 --- a/drivers/net/wireless/iwlegacy/iwl-tx.c +++ b/drivers/net/wireless/iwlegacy/iwl-tx.c | |||
| @@ -625,6 +625,8 @@ iwl_legacy_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb) | |||
| 625 | cmd = txq->cmd[cmd_index]; | 625 | cmd = txq->cmd[cmd_index]; |
| 626 | meta = &txq->meta[cmd_index]; | 626 | meta = &txq->meta[cmd_index]; |
| 627 | 627 | ||
| 628 | txq->time_stamp = jiffies; | ||
| 629 | |||
| 628 | pci_unmap_single(priv->pci_dev, | 630 | pci_unmap_single(priv->pci_dev, |
| 629 | dma_unmap_addr(meta, mapping), | 631 | dma_unmap_addr(meta, mapping), |
| 630 | dma_unmap_len(meta, len), | 632 | dma_unmap_len(meta, len), |
| @@ -645,7 +647,7 @@ iwl_legacy_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb) | |||
| 645 | clear_bit(STATUS_HCMD_ACTIVE, &priv->status); | 647 | clear_bit(STATUS_HCMD_ACTIVE, &priv->status); |
| 646 | IWL_DEBUG_INFO(priv, "Clearing HCMD_ACTIVE for command %s\n", | 648 | IWL_DEBUG_INFO(priv, "Clearing HCMD_ACTIVE for command %s\n", |
| 647 | iwl_legacy_get_cmd_string(cmd->hdr.cmd)); | 649 | iwl_legacy_get_cmd_string(cmd->hdr.cmd)); |
| 648 | wake_up_interruptible(&priv->wait_command_queue); | 650 | wake_up(&priv->wait_command_queue); |
| 649 | } | 651 | } |
| 650 | 652 | ||
| 651 | /* Mark as unmapped */ | 653 | /* Mark as unmapped */ |
diff --git a/drivers/net/wireless/iwlegacy/iwl3945-base.c b/drivers/net/wireless/iwlegacy/iwl3945-base.c index 795826a014ed..66ee15629a76 100644 --- a/drivers/net/wireless/iwlegacy/iwl3945-base.c +++ b/drivers/net/wireless/iwlegacy/iwl3945-base.c | |||
| @@ -841,7 +841,7 @@ static void iwl3945_rx_card_state_notif(struct iwl_priv *priv, | |||
| 841 | wiphy_rfkill_set_hw_state(priv->hw->wiphy, | 841 | wiphy_rfkill_set_hw_state(priv->hw->wiphy, |
| 842 | test_bit(STATUS_RF_KILL_HW, &priv->status)); | 842 | test_bit(STATUS_RF_KILL_HW, &priv->status)); |
| 843 | else | 843 | else |
| 844 | wake_up_interruptible(&priv->wait_command_queue); | 844 | wake_up(&priv->wait_command_queue); |
| 845 | } | 845 | } |
| 846 | 846 | ||
| 847 | /** | 847 | /** |
| @@ -2269,7 +2269,7 @@ static void iwl3945_alive_start(struct iwl_priv *priv) | |||
| 2269 | iwl3945_reg_txpower_periodic(priv); | 2269 | iwl3945_reg_txpower_periodic(priv); |
| 2270 | 2270 | ||
| 2271 | IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n"); | 2271 | IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n"); |
| 2272 | wake_up_interruptible(&priv->wait_command_queue); | 2272 | wake_up(&priv->wait_command_queue); |
| 2273 | 2273 | ||
| 2274 | return; | 2274 | return; |
| 2275 | 2275 | ||
| @@ -2300,7 +2300,7 @@ static void __iwl3945_down(struct iwl_priv *priv) | |||
| 2300 | iwl_legacy_clear_driver_stations(priv); | 2300 | iwl_legacy_clear_driver_stations(priv); |
| 2301 | 2301 | ||
| 2302 | /* Unblock any waiting calls */ | 2302 | /* Unblock any waiting calls */ |
| 2303 | wake_up_interruptible_all(&priv->wait_command_queue); | 2303 | wake_up_all(&priv->wait_command_queue); |
| 2304 | 2304 | ||
| 2305 | /* Wipe out the EXIT_PENDING status bit if we are not actually | 2305 | /* Wipe out the EXIT_PENDING status bit if we are not actually |
| 2306 | * exiting the module */ | 2306 | * exiting the module */ |
| @@ -2853,7 +2853,7 @@ static int iwl3945_mac_start(struct ieee80211_hw *hw) | |||
| 2853 | 2853 | ||
| 2854 | /* Wait for START_ALIVE from ucode. Otherwise callbacks from | 2854 | /* Wait for START_ALIVE from ucode. Otherwise callbacks from |
| 2855 | * mac80211 will not be run successfully. */ | 2855 | * mac80211 will not be run successfully. */ |
| 2856 | ret = wait_event_interruptible_timeout(priv->wait_command_queue, | 2856 | ret = wait_event_timeout(priv->wait_command_queue, |
| 2857 | test_bit(STATUS_READY, &priv->status), | 2857 | test_bit(STATUS_READY, &priv->status), |
| 2858 | UCODE_READY_TIMEOUT); | 2858 | UCODE_READY_TIMEOUT); |
| 2859 | if (!ret) { | 2859 | if (!ret) { |
diff --git a/drivers/net/wireless/iwlegacy/iwl4965-base.c b/drivers/net/wireless/iwlegacy/iwl4965-base.c index 14334668034e..aa0c2539761e 100644 --- a/drivers/net/wireless/iwlegacy/iwl4965-base.c +++ b/drivers/net/wireless/iwlegacy/iwl4965-base.c | |||
| @@ -576,7 +576,7 @@ static void iwl4965_rx_card_state_notif(struct iwl_priv *priv, | |||
| 576 | wiphy_rfkill_set_hw_state(priv->hw->wiphy, | 576 | wiphy_rfkill_set_hw_state(priv->hw->wiphy, |
| 577 | test_bit(STATUS_RF_KILL_HW, &priv->status)); | 577 | test_bit(STATUS_RF_KILL_HW, &priv->status)); |
| 578 | else | 578 | else |
| 579 | wake_up_interruptible(&priv->wait_command_queue); | 579 | wake_up(&priv->wait_command_queue); |
| 580 | } | 580 | } |
| 581 | 581 | ||
| 582 | /** | 582 | /** |
| @@ -926,7 +926,7 @@ static void iwl4965_irq_tasklet(struct iwl_priv *priv) | |||
| 926 | handled |= CSR_INT_BIT_FH_TX; | 926 | handled |= CSR_INT_BIT_FH_TX; |
| 927 | /* Wake up uCode load routine, now that load is complete */ | 927 | /* Wake up uCode load routine, now that load is complete */ |
| 928 | priv->ucode_write_complete = 1; | 928 | priv->ucode_write_complete = 1; |
| 929 | wake_up_interruptible(&priv->wait_command_queue); | 929 | wake_up(&priv->wait_command_queue); |
| 930 | } | 930 | } |
| 931 | 931 | ||
| 932 | if (inta & ~handled) { | 932 | if (inta & ~handled) { |
| @@ -1795,7 +1795,7 @@ static void iwl4965_alive_start(struct iwl_priv *priv) | |||
| 1795 | iwl4965_rf_kill_ct_config(priv); | 1795 | iwl4965_rf_kill_ct_config(priv); |
| 1796 | 1796 | ||
| 1797 | IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n"); | 1797 | IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n"); |
| 1798 | wake_up_interruptible(&priv->wait_command_queue); | 1798 | wake_up(&priv->wait_command_queue); |
| 1799 | 1799 | ||
| 1800 | iwl_legacy_power_update_mode(priv, true); | 1800 | iwl_legacy_power_update_mode(priv, true); |
| 1801 | IWL_DEBUG_INFO(priv, "Updated power mode\n"); | 1801 | IWL_DEBUG_INFO(priv, "Updated power mode\n"); |
| @@ -1828,7 +1828,7 @@ static void __iwl4965_down(struct iwl_priv *priv) | |||
| 1828 | iwl_legacy_clear_driver_stations(priv); | 1828 | iwl_legacy_clear_driver_stations(priv); |
| 1829 | 1829 | ||
| 1830 | /* Unblock any waiting calls */ | 1830 | /* Unblock any waiting calls */ |
| 1831 | wake_up_interruptible_all(&priv->wait_command_queue); | 1831 | wake_up_all(&priv->wait_command_queue); |
| 1832 | 1832 | ||
| 1833 | /* Wipe out the EXIT_PENDING status bit if we are not actually | 1833 | /* Wipe out the EXIT_PENDING status bit if we are not actually |
| 1834 | * exiting the module */ | 1834 | * exiting the module */ |
| @@ -2266,7 +2266,7 @@ int iwl4965_mac_start(struct ieee80211_hw *hw) | |||
| 2266 | 2266 | ||
| 2267 | /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from | 2267 | /* Wait for START_ALIVE from Run Time ucode. Otherwise callbacks from |
| 2268 | * mac80211 will not be run successfully. */ | 2268 | * mac80211 will not be run successfully. */ |
| 2269 | ret = wait_event_interruptible_timeout(priv->wait_command_queue, | 2269 | ret = wait_event_timeout(priv->wait_command_queue, |
| 2270 | test_bit(STATUS_READY, &priv->status), | 2270 | test_bit(STATUS_READY, &priv->status), |
| 2271 | UCODE_READY_TIMEOUT); | 2271 | UCODE_READY_TIMEOUT); |
| 2272 | if (!ret) { | 2272 | if (!ret) { |
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index b0ae4de7f083..f9c3cd95d614 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
| @@ -2140,7 +2140,12 @@ static int iwl_mac_setup_register(struct iwl_priv *priv, | |||
| 2140 | IEEE80211_HW_SPECTRUM_MGMT | | 2140 | IEEE80211_HW_SPECTRUM_MGMT | |
| 2141 | IEEE80211_HW_REPORTS_TX_ACK_STATUS; | 2141 | IEEE80211_HW_REPORTS_TX_ACK_STATUS; |
| 2142 | 2142 | ||
| 2143 | /* | ||
| 2144 | * Including the following line will crash some AP's. This | ||
| 2145 | * workaround removes the stimulus which causes the crash until | ||
| 2146 | * the AP software can be fixed. | ||
| 2143 | hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF; | 2147 | hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF; |
| 2148 | */ | ||
| 2144 | 2149 | ||
| 2145 | hw->flags |= IEEE80211_HW_SUPPORTS_PS | | 2150 | hw->flags |= IEEE80211_HW_SUPPORTS_PS | |
| 2146 | IEEE80211_HW_SUPPORTS_DYNAMIC_PS; | 2151 | IEEE80211_HW_SUPPORTS_DYNAMIC_PS; |
diff --git a/drivers/net/wireless/iwlwifi/iwl-scan.c b/drivers/net/wireless/iwlwifi/iwl-scan.c index dd6937e97055..77e528f5db88 100644 --- a/drivers/net/wireless/iwlwifi/iwl-scan.c +++ b/drivers/net/wireless/iwlwifi/iwl-scan.c | |||
| @@ -405,31 +405,33 @@ int iwl_mac_hw_scan(struct ieee80211_hw *hw, | |||
| 405 | 405 | ||
| 406 | mutex_lock(&priv->mutex); | 406 | mutex_lock(&priv->mutex); |
| 407 | 407 | ||
| 408 | if (test_bit(STATUS_SCANNING, &priv->status) && | ||
| 409 | priv->scan_type != IWL_SCAN_NORMAL) { | ||
| 410 | IWL_DEBUG_SCAN(priv, "Scan already in progress.\n"); | ||
| 411 | ret = -EAGAIN; | ||
| 412 | goto out_unlock; | ||
| 413 | } | ||
| 414 | |||
| 415 | /* mac80211 will only ask for one band at a time */ | ||
| 416 | priv->scan_request = req; | ||
| 417 | priv->scan_vif = vif; | ||
| 418 | |||
| 419 | /* | 408 | /* |
| 420 | * If an internal scan is in progress, just set | 409 | * If an internal scan is in progress, just set |
| 421 | * up the scan_request as per above. | 410 | * up the scan_request as per above. |
| 422 | */ | 411 | */ |
| 423 | if (priv->scan_type != IWL_SCAN_NORMAL) { | 412 | if (priv->scan_type != IWL_SCAN_NORMAL) { |
| 424 | IWL_DEBUG_SCAN(priv, "SCAN request during internal scan\n"); | 413 | IWL_DEBUG_SCAN(priv, |
| 414 | "SCAN request during internal scan - defer\n"); | ||
| 415 | priv->scan_request = req; | ||
| 416 | priv->scan_vif = vif; | ||
| 425 | ret = 0; | 417 | ret = 0; |
| 426 | } else | 418 | } else { |
| 419 | priv->scan_request = req; | ||
| 420 | priv->scan_vif = vif; | ||
| 421 | /* | ||
| 422 | * mac80211 will only ask for one band at a time | ||
| 423 | * so using channels[0] here is ok | ||
| 424 | */ | ||
| 427 | ret = iwl_scan_initiate(priv, vif, IWL_SCAN_NORMAL, | 425 | ret = iwl_scan_initiate(priv, vif, IWL_SCAN_NORMAL, |
| 428 | req->channels[0]->band); | 426 | req->channels[0]->band); |
| 427 | if (ret) { | ||
| 428 | priv->scan_request = NULL; | ||
| 429 | priv->scan_vif = NULL; | ||
| 430 | } | ||
| 431 | } | ||
| 429 | 432 | ||
| 430 | IWL_DEBUG_MAC80211(priv, "leave\n"); | 433 | IWL_DEBUG_MAC80211(priv, "leave\n"); |
| 431 | 434 | ||
| 432 | out_unlock: | ||
| 433 | mutex_unlock(&priv->mutex); | 435 | mutex_unlock(&priv->mutex); |
| 434 | 436 | ||
| 435 | return ret; | 437 | return ret; |
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c index ef67f6786a84..0019dfd8fb01 100644 --- a/drivers/net/wireless/rt2x00/rt2800lib.c +++ b/drivers/net/wireless/rt2x00/rt2800lib.c | |||
| @@ -3697,14 +3697,15 @@ static void rt2800_efuse_read(struct rt2x00_dev *rt2x00dev, unsigned int i) | |||
| 3697 | rt2800_regbusy_read(rt2x00dev, EFUSE_CTRL, EFUSE_CTRL_KICK, ®); | 3697 | rt2800_regbusy_read(rt2x00dev, EFUSE_CTRL, EFUSE_CTRL_KICK, ®); |
| 3698 | 3698 | ||
| 3699 | /* Apparently the data is read from end to start */ | 3699 | /* Apparently the data is read from end to start */ |
| 3700 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA3, | 3700 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA3, ®); |
| 3701 | (u32 *)&rt2x00dev->eeprom[i]); | 3701 | /* The returned value is in CPU order, but eeprom is le */ |
| 3702 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA2, | 3702 | rt2x00dev->eeprom[i] = cpu_to_le32(reg); |
| 3703 | (u32 *)&rt2x00dev->eeprom[i + 2]); | 3703 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA2, ®); |
| 3704 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA1, | 3704 | *(u32 *)&rt2x00dev->eeprom[i + 2] = cpu_to_le32(reg); |
| 3705 | (u32 *)&rt2x00dev->eeprom[i + 4]); | 3705 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA1, ®); |
| 3706 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA0, | 3706 | *(u32 *)&rt2x00dev->eeprom[i + 4] = cpu_to_le32(reg); |
| 3707 | (u32 *)&rt2x00dev->eeprom[i + 6]); | 3707 | rt2800_register_read_lock(rt2x00dev, EFUSE_DATA0, ®); |
| 3708 | *(u32 *)&rt2x00dev->eeprom[i + 6] = cpu_to_le32(reg); | ||
| 3708 | 3709 | ||
| 3709 | mutex_unlock(&rt2x00dev->csr_mutex); | 3710 | mutex_unlock(&rt2x00dev->csr_mutex); |
| 3710 | } | 3711 | } |
| @@ -3870,19 +3871,23 @@ int rt2800_init_eeprom(struct rt2x00_dev *rt2x00dev) | |||
| 3870 | return -ENODEV; | 3871 | return -ENODEV; |
| 3871 | } | 3872 | } |
| 3872 | 3873 | ||
| 3873 | if (!rt2x00_rf(rt2x00dev, RF2820) && | 3874 | switch (rt2x00dev->chip.rf) { |
| 3874 | !rt2x00_rf(rt2x00dev, RF2850) && | 3875 | case RF2820: |
| 3875 | !rt2x00_rf(rt2x00dev, RF2720) && | 3876 | case RF2850: |
| 3876 | !rt2x00_rf(rt2x00dev, RF2750) && | 3877 | case RF2720: |
| 3877 | !rt2x00_rf(rt2x00dev, RF3020) && | 3878 | case RF2750: |
| 3878 | !rt2x00_rf(rt2x00dev, RF2020) && | 3879 | case RF3020: |
| 3879 | !rt2x00_rf(rt2x00dev, RF3021) && | 3880 | case RF2020: |
| 3880 | !rt2x00_rf(rt2x00dev, RF3022) && | 3881 | case RF3021: |
| 3881 | !rt2x00_rf(rt2x00dev, RF3052) && | 3882 | case RF3022: |
| 3882 | !rt2x00_rf(rt2x00dev, RF3320) && | 3883 | case RF3052: |
| 3883 | !rt2x00_rf(rt2x00dev, RF5370) && | 3884 | case RF3320: |
| 3884 | !rt2x00_rf(rt2x00dev, RF5390)) { | 3885 | case RF5370: |
| 3885 | ERROR(rt2x00dev, "Invalid RF chipset detected.\n"); | 3886 | case RF5390: |
| 3887 | break; | ||
| 3888 | default: | ||
| 3889 | ERROR(rt2x00dev, "Invalid RF chipset 0x%x detected.\n", | ||
| 3890 | rt2x00dev->chip.rf); | ||
| 3886 | return -ENODEV; | 3891 | return -ENODEV; |
| 3887 | } | 3892 | } |
| 3888 | 3893 | ||
diff --git a/drivers/net/wireless/rtlwifi/usb.c b/drivers/net/wireless/rtlwifi/usb.c index 8b1cef0ffde6..4bf3cf457ef0 100644 --- a/drivers/net/wireless/rtlwifi/usb.c +++ b/drivers/net/wireless/rtlwifi/usb.c | |||
| @@ -863,6 +863,7 @@ static void _rtl_usb_tx_preprocess(struct ieee80211_hw *hw, struct sk_buff *skb, | |||
| 863 | u8 tid = 0; | 863 | u8 tid = 0; |
| 864 | u16 seq_number = 0; | 864 | u16 seq_number = 0; |
| 865 | 865 | ||
| 866 | memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc)); | ||
| 866 | if (ieee80211_is_auth(fc)) { | 867 | if (ieee80211_is_auth(fc)) { |
| 867 | RT_TRACE(rtlpriv, COMP_SEND, DBG_DMESG, ("MAC80211_LINKING\n")); | 868 | RT_TRACE(rtlpriv, COMP_SEND, DBG_DMESG, ("MAC80211_LINKING\n")); |
| 868 | rtl_ips_nic_on(hw); | 869 | rtl_ips_nic_on(hw); |
diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c index cbde448f9947..eb3140ee821e 100644 --- a/drivers/s390/cio/cio.c +++ b/drivers/s390/cio/cio.c | |||
| @@ -654,8 +654,8 @@ static struct io_subchannel_private console_priv; | |||
| 654 | static int console_subchannel_in_use; | 654 | static int console_subchannel_in_use; |
| 655 | 655 | ||
| 656 | /* | 656 | /* |
| 657 | * Use tpi to get a pending interrupt, call the interrupt handler and | 657 | * Use cio_tpi to get a pending interrupt and call the interrupt handler. |
| 658 | * return a pointer to the subchannel structure. | 658 | * Return non-zero if an interrupt was processed, zero otherwise. |
| 659 | */ | 659 | */ |
| 660 | static int cio_tpi(void) | 660 | static int cio_tpi(void) |
| 661 | { | 661 | { |
| @@ -667,6 +667,10 @@ static int cio_tpi(void) | |||
| 667 | tpi_info = (struct tpi_info *)&S390_lowcore.subchannel_id; | 667 | tpi_info = (struct tpi_info *)&S390_lowcore.subchannel_id; |
| 668 | if (tpi(NULL) != 1) | 668 | if (tpi(NULL) != 1) |
| 669 | return 0; | 669 | return 0; |
| 670 | if (tpi_info->adapter_IO) { | ||
| 671 | do_adapter_IO(tpi_info->isc); | ||
| 672 | return 1; | ||
| 673 | } | ||
| 670 | irb = (struct irb *)&S390_lowcore.irb; | 674 | irb = (struct irb *)&S390_lowcore.irb; |
| 671 | /* Store interrupt response block to lowcore. */ | 675 | /* Store interrupt response block to lowcore. */ |
| 672 | if (tsch(tpi_info->schid, irb) != 0) | 676 | if (tsch(tpi_info->schid, irb) != 0) |
diff --git a/drivers/scsi/3w-9xxx.c b/drivers/scsi/3w-9xxx.c index b7bd5b0cc7aa..3868ab2397c6 100644 --- a/drivers/scsi/3w-9xxx.c +++ b/drivers/scsi/3w-9xxx.c | |||
| @@ -1800,10 +1800,12 @@ static int twa_scsi_queue_lck(struct scsi_cmnd *SCpnt, void (*done)(struct scsi_ | |||
| 1800 | switch (retval) { | 1800 | switch (retval) { |
| 1801 | case SCSI_MLQUEUE_HOST_BUSY: | 1801 | case SCSI_MLQUEUE_HOST_BUSY: |
| 1802 | twa_free_request_id(tw_dev, request_id); | 1802 | twa_free_request_id(tw_dev, request_id); |
| 1803 | twa_unmap_scsi_data(tw_dev, request_id); | ||
| 1803 | break; | 1804 | break; |
| 1804 | case 1: | 1805 | case 1: |
| 1805 | tw_dev->state[request_id] = TW_S_COMPLETED; | 1806 | tw_dev->state[request_id] = TW_S_COMPLETED; |
| 1806 | twa_free_request_id(tw_dev, request_id); | 1807 | twa_free_request_id(tw_dev, request_id); |
| 1808 | twa_unmap_scsi_data(tw_dev, request_id); | ||
| 1807 | SCpnt->result = (DID_ERROR << 16); | 1809 | SCpnt->result = (DID_ERROR << 16); |
| 1808 | done(SCpnt); | 1810 | done(SCpnt); |
| 1809 | retval = 0; | 1811 | retval = 0; |
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 8d9dae89f065..3878b7395081 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
| @@ -837,6 +837,7 @@ config SCSI_ISCI | |||
| 837 | # (temporary): known alpha quality driver | 837 | # (temporary): known alpha quality driver |
| 838 | depends on EXPERIMENTAL | 838 | depends on EXPERIMENTAL |
| 839 | select SCSI_SAS_LIBSAS | 839 | select SCSI_SAS_LIBSAS |
| 840 | select SCSI_SAS_HOST_SMP | ||
| 840 | ---help--- | 841 | ---help--- |
| 841 | This driver supports the 6Gb/s SAS capabilities of the storage | 842 | This driver supports the 6Gb/s SAS capabilities of the storage |
| 842 | control unit found in the Intel(R) C600 series chipset. | 843 | control unit found in the Intel(R) C600 series chipset. |
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 3c08f5352b2d..6153a66a8a31 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
| @@ -88,7 +88,7 @@ obj-$(CONFIG_SCSI_QLOGIC_FAS) += qlogicfas408.o qlogicfas.o | |||
| 88 | obj-$(CONFIG_PCMCIA_QLOGIC) += qlogicfas408.o | 88 | obj-$(CONFIG_PCMCIA_QLOGIC) += qlogicfas408.o |
| 89 | obj-$(CONFIG_SCSI_QLOGIC_1280) += qla1280.o | 89 | obj-$(CONFIG_SCSI_QLOGIC_1280) += qla1280.o |
| 90 | obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx/ | 90 | obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx/ |
| 91 | obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx/ | 91 | obj-$(CONFIG_SCSI_QLA_ISCSI) += libiscsi.o qla4xxx/ |
| 92 | obj-$(CONFIG_SCSI_LPFC) += lpfc/ | 92 | obj-$(CONFIG_SCSI_LPFC) += lpfc/ |
| 93 | obj-$(CONFIG_SCSI_BFA_FC) += bfa/ | 93 | obj-$(CONFIG_SCSI_BFA_FC) += bfa/ |
| 94 | obj-$(CONFIG_SCSI_PAS16) += pas16.o | 94 | obj-$(CONFIG_SCSI_PAS16) += pas16.o |
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c index e7d0d47b9185..e5f2d7d9002e 100644 --- a/drivers/scsi/aacraid/commsup.c +++ b/drivers/scsi/aacraid/commsup.c | |||
| @@ -1283,6 +1283,8 @@ static int _aac_reset_adapter(struct aac_dev *aac, int forced) | |||
| 1283 | kfree(aac->queues); | 1283 | kfree(aac->queues); |
| 1284 | aac->queues = NULL; | 1284 | aac->queues = NULL; |
| 1285 | free_irq(aac->pdev->irq, aac); | 1285 | free_irq(aac->pdev->irq, aac); |
| 1286 | if (aac->msi) | ||
| 1287 | pci_disable_msi(aac->pdev); | ||
| 1286 | kfree(aac->fsa_dev); | 1288 | kfree(aac->fsa_dev); |
| 1287 | aac->fsa_dev = NULL; | 1289 | aac->fsa_dev = NULL; |
| 1288 | quirks = aac_get_driver_ident(index)->quirks; | 1290 | quirks = aac_get_driver_ident(index)->quirks; |
diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index bd22041e2789..f58644850333 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c +++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | |||
| @@ -913,7 +913,7 @@ static void l2t_put(struct cxgbi_sock *csk) | |||
| 913 | struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; | 913 | struct t3cdev *t3dev = (struct t3cdev *)csk->cdev->lldev; |
| 914 | 914 | ||
| 915 | if (csk->l2t) { | 915 | if (csk->l2t) { |
| 916 | l2t_release(L2DATA(t3dev), csk->l2t); | 916 | l2t_release(t3dev, csk->l2t); |
| 917 | csk->l2t = NULL; | 917 | csk->l2t = NULL; |
| 918 | cxgbi_sock_put(csk); | 918 | cxgbi_sock_put(csk); |
| 919 | } | 919 | } |
diff --git a/drivers/scsi/libsas/sas_expander.c b/drivers/scsi/libsas/sas_expander.c index f84084bba2f0..c9e3dc024bc3 100644 --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c | |||
| @@ -1721,7 +1721,7 @@ static int sas_find_bcast_dev(struct domain_device *dev, | |||
| 1721 | list_for_each_entry(ch, &ex->children, siblings) { | 1721 | list_for_each_entry(ch, &ex->children, siblings) { |
| 1722 | if (ch->dev_type == EDGE_DEV || ch->dev_type == FANOUT_DEV) { | 1722 | if (ch->dev_type == EDGE_DEV || ch->dev_type == FANOUT_DEV) { |
| 1723 | res = sas_find_bcast_dev(ch, src_dev); | 1723 | res = sas_find_bcast_dev(ch, src_dev); |
| 1724 | if (src_dev) | 1724 | if (*src_dev) |
| 1725 | return res; | 1725 | return res; |
| 1726 | } | 1726 | } |
| 1727 | } | 1727 | } |
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 646fc5263d50..8a7591f035e6 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
| @@ -1507,8 +1507,8 @@ qla2x00_handle_dif_error(srb_t *sp, struct sts_entry_24xx *sts24) | |||
| 1507 | 1507 | ||
| 1508 | if (k != blocks_done) { | 1508 | if (k != blocks_done) { |
| 1509 | qla_printk(KERN_WARNING, sp->fcport->vha->hw, | 1509 | qla_printk(KERN_WARNING, sp->fcport->vha->hw, |
| 1510 | "unexpected tag values tag:lba=%x:%lx)\n", | 1510 | "unexpected tag values tag:lba=%x:%llx)\n", |
| 1511 | e_ref_tag, lba_s); | 1511 | e_ref_tag, (unsigned long long)lba_s); |
| 1512 | return 1; | 1512 | return 1; |
| 1513 | } | 1513 | } |
| 1514 | 1514 | ||
diff --git a/drivers/spi/spi-fsl-spi.c b/drivers/spi/spi-fsl-spi.c index d2407558773f..24cacff57786 100644 --- a/drivers/spi/spi-fsl-spi.c +++ b/drivers/spi/spi-fsl-spi.c | |||
| @@ -825,6 +825,9 @@ static void fsl_spi_cpm_free(struct mpc8xxx_spi *mspi) | |||
| 825 | { | 825 | { |
| 826 | struct device *dev = mspi->dev; | 826 | struct device *dev = mspi->dev; |
| 827 | 827 | ||
| 828 | if (!(mspi->flags & SPI_CPM_MODE)) | ||
| 829 | return; | ||
| 830 | |||
| 828 | dma_unmap_single(dev, mspi->dma_dummy_rx, SPI_MRBLR, DMA_FROM_DEVICE); | 831 | dma_unmap_single(dev, mspi->dma_dummy_rx, SPI_MRBLR, DMA_FROM_DEVICE); |
| 829 | dma_unmap_single(dev, mspi->dma_dummy_tx, PAGE_SIZE, DMA_TO_DEVICE); | 832 | dma_unmap_single(dev, mspi->dma_dummy_tx, PAGE_SIZE, DMA_TO_DEVICE); |
| 830 | cpm_muram_free(cpm_muram_offset(mspi->tx_bd)); | 833 | cpm_muram_free(cpm_muram_offset(mspi->tx_bd)); |
diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index 8ac6542aedcd..fa594d604aca 100644 --- a/drivers/spi/spi-imx.c +++ b/drivers/spi/spi-imx.c | |||
| @@ -786,9 +786,11 @@ static int __devinit spi_imx_probe(struct platform_device *pdev) | |||
| 786 | int cs_gpio = of_get_named_gpio(np, "cs-gpios", i); | 786 | int cs_gpio = of_get_named_gpio(np, "cs-gpios", i); |
| 787 | if (cs_gpio < 0) | 787 | if (cs_gpio < 0) |
| 788 | cs_gpio = mxc_platform_info->chipselect[i]; | 788 | cs_gpio = mxc_platform_info->chipselect[i]; |
| 789 | |||
| 790 | spi_imx->chipselect[i] = cs_gpio; | ||
| 789 | if (cs_gpio < 0) | 791 | if (cs_gpio < 0) |
| 790 | continue; | 792 | continue; |
| 791 | spi_imx->chipselect[i] = cs_gpio; | 793 | |
| 792 | ret = gpio_request(spi_imx->chipselect[i], DRIVER_NAME); | 794 | ret = gpio_request(spi_imx->chipselect[i], DRIVER_NAME); |
| 793 | if (ret) { | 795 | if (ret) { |
| 794 | while (i > 0) { | 796 | while (i > 0) { |
diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c index a3f5162bfedc..462fbc20561f 100644 --- a/drivers/staging/zcache/zcache-main.c +++ b/drivers/staging/zcache/zcache-main.c | |||
| @@ -1242,7 +1242,7 @@ static int zcache_pampd_get_data_and_free(char *data, size_t *bufsize, bool raw, | |||
| 1242 | int ret = 0; | 1242 | int ret = 0; |
| 1243 | 1243 | ||
| 1244 | BUG_ON(!is_ephemeral(pool)); | 1244 | BUG_ON(!is_ephemeral(pool)); |
| 1245 | zbud_decompress(virt_to_page(data), pampd); | 1245 | zbud_decompress((struct page *)(data), pampd); |
| 1246 | zbud_free_and_delist((struct zbud_hdr *)pampd); | 1246 | zbud_free_and_delist((struct zbud_hdr *)pampd); |
| 1247 | atomic_dec(&zcache_curr_eph_pampd_count); | 1247 | atomic_dec(&zcache_curr_eph_pampd_count); |
| 1248 | return ret; | 1248 | return ret; |
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 410fba45378d..809cbda03d7a 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
| @@ -494,15 +494,16 @@ static int hpwdt_pretimeout(struct notifier_block *nb, unsigned long ulReason, | |||
| 494 | asminline_call(&cmn_regs, cru_rom_addr); | 494 | asminline_call(&cmn_regs, cru_rom_addr); |
| 495 | die_nmi_called = 1; | 495 | die_nmi_called = 1; |
| 496 | spin_unlock_irqrestore(&rom_lock, rom_pl); | 496 | spin_unlock_irqrestore(&rom_lock, rom_pl); |
| 497 | |||
| 498 | if (allow_kdump) | ||
| 499 | hpwdt_stop(); | ||
| 500 | |||
| 497 | if (!is_icru) { | 501 | if (!is_icru) { |
| 498 | if (cmn_regs.u1.ral == 0) { | 502 | if (cmn_regs.u1.ral == 0) { |
| 499 | printk(KERN_WARNING "hpwdt: An NMI occurred, " | 503 | panic("An NMI occurred, " |
| 500 | "but unable to determine source.\n"); | 504 | "but unable to determine source.\n"); |
| 501 | } | 505 | } |
| 502 | } | 506 | } |
| 503 | |||
| 504 | if (allow_kdump) | ||
| 505 | hpwdt_stop(); | ||
| 506 | panic("An NMI occurred, please see the Integrated " | 507 | panic("An NMI occurred, please see the Integrated " |
| 507 | "Management Log for details.\n"); | 508 | "Management Log for details.\n"); |
| 508 | 509 | ||
diff --git a/drivers/watchdog/lantiq_wdt.c b/drivers/watchdog/lantiq_wdt.c index 7d82adac1cb2..102aed0efbf1 100644 --- a/drivers/watchdog/lantiq_wdt.c +++ b/drivers/watchdog/lantiq_wdt.c | |||
| @@ -51,16 +51,16 @@ static int ltq_wdt_ok_to_close; | |||
| 51 | static void | 51 | static void |
| 52 | ltq_wdt_enable(void) | 52 | ltq_wdt_enable(void) |
| 53 | { | 53 | { |
| 54 | ltq_wdt_timeout = ltq_wdt_timeout * | 54 | unsigned long int timeout = ltq_wdt_timeout * |
| 55 | (ltq_io_region_clk_rate / LTQ_WDT_DIVIDER) + 0x1000; | 55 | (ltq_io_region_clk_rate / LTQ_WDT_DIVIDER) + 0x1000; |
| 56 | if (ltq_wdt_timeout > LTQ_MAX_TIMEOUT) | 56 | if (timeout > LTQ_MAX_TIMEOUT) |
| 57 | ltq_wdt_timeout = LTQ_MAX_TIMEOUT; | 57 | timeout = LTQ_MAX_TIMEOUT; |
| 58 | 58 | ||
| 59 | /* write the first password magic */ | 59 | /* write the first password magic */ |
| 60 | ltq_w32(LTQ_WDT_PW1, ltq_wdt_membase + LTQ_WDT_CR); | 60 | ltq_w32(LTQ_WDT_PW1, ltq_wdt_membase + LTQ_WDT_CR); |
| 61 | /* write the second magic plus the configuration and new timeout */ | 61 | /* write the second magic plus the configuration and new timeout */ |
| 62 | ltq_w32(LTQ_WDT_SR_EN | LTQ_WDT_SR_PWD | LTQ_WDT_SR_CLKDIV | | 62 | ltq_w32(LTQ_WDT_SR_EN | LTQ_WDT_SR_PWD | LTQ_WDT_SR_CLKDIV | |
| 63 | LTQ_WDT_PW2 | ltq_wdt_timeout, ltq_wdt_membase + LTQ_WDT_CR); | 63 | LTQ_WDT_PW2 | timeout, ltq_wdt_membase + LTQ_WDT_CR); |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | static void | 66 | static void |
diff --git a/drivers/watchdog/sbc_epx_c3.c b/drivers/watchdog/sbc_epx_c3.c index 3066a5127ca8..eaca366b7234 100644 --- a/drivers/watchdog/sbc_epx_c3.c +++ b/drivers/watchdog/sbc_epx_c3.c | |||
| @@ -173,7 +173,7 @@ static struct notifier_block epx_c3_notifier = { | |||
| 173 | .notifier_call = epx_c3_notify_sys, | 173 | .notifier_call = epx_c3_notify_sys, |
| 174 | }; | 174 | }; |
| 175 | 175 | ||
| 176 | static const char banner[] __initdata = KERN_INFO PFX | 176 | static const char banner[] __initconst = KERN_INFO PFX |
| 177 | "Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"; | 177 | "Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"; |
| 178 | 178 | ||
| 179 | static int __init watchdog_init(void) | 179 | static int __init watchdog_init(void) |
diff --git a/drivers/watchdog/watchdog_dev.c b/drivers/watchdog/watchdog_dev.c index d33520d0b4c9..1199da0f98cf 100644 --- a/drivers/watchdog/watchdog_dev.c +++ b/drivers/watchdog/watchdog_dev.c | |||
| @@ -59,7 +59,7 @@ static struct watchdog_device *wdd; | |||
| 59 | 59 | ||
| 60 | static int watchdog_ping(struct watchdog_device *wddev) | 60 | static int watchdog_ping(struct watchdog_device *wddev) |
| 61 | { | 61 | { |
| 62 | if (test_bit(WDOG_ACTIVE, &wdd->status)) { | 62 | if (test_bit(WDOG_ACTIVE, &wddev->status)) { |
| 63 | if (wddev->ops->ping) | 63 | if (wddev->ops->ping) |
| 64 | return wddev->ops->ping(wddev); /* ping the watchdog */ | 64 | return wddev->ops->ping(wddev); /* ping the watchdog */ |
| 65 | else | 65 | else |
| @@ -81,12 +81,12 @@ static int watchdog_start(struct watchdog_device *wddev) | |||
| 81 | { | 81 | { |
| 82 | int err; | 82 | int err; |
| 83 | 83 | ||
| 84 | if (!test_bit(WDOG_ACTIVE, &wdd->status)) { | 84 | if (!test_bit(WDOG_ACTIVE, &wddev->status)) { |
| 85 | err = wddev->ops->start(wddev); | 85 | err = wddev->ops->start(wddev); |
| 86 | if (err < 0) | 86 | if (err < 0) |
| 87 | return err; | 87 | return err; |
| 88 | 88 | ||
| 89 | set_bit(WDOG_ACTIVE, &wdd->status); | 89 | set_bit(WDOG_ACTIVE, &wddev->status); |
| 90 | } | 90 | } |
| 91 | return 0; | 91 | return 0; |
| 92 | } | 92 | } |
| @@ -105,18 +105,18 @@ static int watchdog_stop(struct watchdog_device *wddev) | |||
| 105 | { | 105 | { |
| 106 | int err = -EBUSY; | 106 | int err = -EBUSY; |
| 107 | 107 | ||
| 108 | if (test_bit(WDOG_NO_WAY_OUT, &wdd->status)) { | 108 | if (test_bit(WDOG_NO_WAY_OUT, &wddev->status)) { |
| 109 | pr_info("%s: nowayout prevents watchdog to be stopped!\n", | 109 | pr_info("%s: nowayout prevents watchdog to be stopped!\n", |
| 110 | wdd->info->identity); | 110 | wddev->info->identity); |
| 111 | return err; | 111 | return err; |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | if (test_bit(WDOG_ACTIVE, &wdd->status)) { | 114 | if (test_bit(WDOG_ACTIVE, &wddev->status)) { |
| 115 | err = wddev->ops->stop(wddev); | 115 | err = wddev->ops->stop(wddev); |
| 116 | if (err < 0) | 116 | if (err < 0) |
| 117 | return err; | 117 | return err; |
| 118 | 118 | ||
| 119 | clear_bit(WDOG_ACTIVE, &wdd->status); | 119 | clear_bit(WDOG_ACTIVE, &wddev->status); |
| 120 | } | 120 | } |
| 121 | return 0; | 121 | return 0; |
| 122 | } | 122 | } |
diff --git a/drivers/zorro/zorro.c b/drivers/zorro/zorro.c index e0c2807b0970..181fa8158a8b 100644 --- a/drivers/zorro/zorro.c +++ b/drivers/zorro/zorro.c | |||
| @@ -148,10 +148,10 @@ static int __init amiga_zorro_probe(struct platform_device *pdev) | |||
| 148 | } | 148 | } |
| 149 | platform_set_drvdata(pdev, bus); | 149 | platform_set_drvdata(pdev, bus); |
| 150 | 150 | ||
| 151 | /* Register all devices */ | ||
| 152 | pr_info("Zorro: Probing AutoConfig expansion devices: %u device%s\n", | 151 | pr_info("Zorro: Probing AutoConfig expansion devices: %u device%s\n", |
| 153 | zorro_num_autocon, zorro_num_autocon == 1 ? "" : "s"); | 152 | zorro_num_autocon, zorro_num_autocon == 1 ? "" : "s"); |
| 154 | 153 | ||
| 154 | /* First identify all devices ... */ | ||
| 155 | for (i = 0; i < zorro_num_autocon; i++) { | 155 | for (i = 0; i < zorro_num_autocon; i++) { |
| 156 | z = &zorro_autocon[i]; | 156 | z = &zorro_autocon[i]; |
| 157 | z->id = (z->rom.er_Manufacturer<<16) | (z->rom.er_Product<<8); | 157 | z->id = (z->rom.er_Manufacturer<<16) | (z->rom.er_Product<<8); |
| @@ -172,6 +172,11 @@ static int __init amiga_zorro_probe(struct platform_device *pdev) | |||
| 172 | dev_set_name(&z->dev, "%02x", i); | 172 | dev_set_name(&z->dev, "%02x", i); |
| 173 | z->dev.parent = &bus->dev; | 173 | z->dev.parent = &bus->dev; |
| 174 | z->dev.bus = &zorro_bus_type; | 174 | z->dev.bus = &zorro_bus_type; |
| 175 | } | ||
| 176 | |||
| 177 | /* ... then register them */ | ||
| 178 | for (i = 0; i < zorro_num_autocon; i++) { | ||
| 179 | z = &zorro_autocon[i]; | ||
| 175 | error = device_register(&z->dev); | 180 | error = device_register(&z->dev); |
| 176 | if (error) { | 181 | if (error) { |
| 177 | dev_err(&bus->dev, "Error registering device %s\n", | 182 | dev_err(&bus->dev, "Error registering device %s\n", |
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index d11fd28efa6a..538f65a79ec5 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
| @@ -2328,7 +2328,12 @@ static noinline long btrfs_ioctl_clone(struct file *file, unsigned long srcfd, | |||
| 2328 | else | 2328 | else |
| 2329 | new_key.offset = destoff; | 2329 | new_key.offset = destoff; |
| 2330 | 2330 | ||
| 2331 | trans = btrfs_start_transaction(root, 1); | 2331 | /* |
| 2332 | * 1 - adjusting old extent (we may have to split it) | ||
| 2333 | * 1 - add new extent | ||
| 2334 | * 1 - inode update | ||
| 2335 | */ | ||
| 2336 | trans = btrfs_start_transaction(root, 3); | ||
| 2332 | if (IS_ERR(trans)) { | 2337 | if (IS_ERR(trans)) { |
| 2333 | ret = PTR_ERR(trans); | 2338 | ret = PTR_ERR(trans); |
| 2334 | goto out; | 2339 | goto out; |
diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index e76bfeb68267..30acd22147e1 100644 --- a/fs/cifs/cifsencrypt.c +++ b/fs/cifs/cifsencrypt.c | |||
| @@ -351,9 +351,7 @@ static int | |||
| 351 | build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) | 351 | build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) |
| 352 | { | 352 | { |
| 353 | unsigned int dlen; | 353 | unsigned int dlen; |
| 354 | unsigned int wlen; | 354 | unsigned int size = 2 * sizeof(struct ntlmssp2_name); |
| 355 | unsigned int size = 6 * sizeof(struct ntlmssp2_name); | ||
| 356 | __le64 curtime; | ||
| 357 | char *defdmname = "WORKGROUP"; | 355 | char *defdmname = "WORKGROUP"; |
| 358 | unsigned char *blobptr; | 356 | unsigned char *blobptr; |
| 359 | struct ntlmssp2_name *attrptr; | 357 | struct ntlmssp2_name *attrptr; |
| @@ -365,15 +363,14 @@ build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) | |||
| 365 | } | 363 | } |
| 366 | 364 | ||
| 367 | dlen = strlen(ses->domainName); | 365 | dlen = strlen(ses->domainName); |
| 368 | wlen = strlen(ses->server->hostname); | ||
| 369 | 366 | ||
| 370 | /* The length of this blob is a size which is | 367 | /* |
| 371 | * six times the size of a structure which holds name/size + | 368 | * The length of this blob is two times the size of a |
| 372 | * two times the unicode length of a domain name + | 369 | * structure (av pair) which holds name/size |
| 373 | * two times the unicode length of a server name + | 370 | * ( for NTLMSSP_AV_NB_DOMAIN_NAME followed by NTLMSSP_AV_EOL ) + |
| 374 | * size of a timestamp (which is 8 bytes). | 371 | * unicode length of a netbios domain name |
| 375 | */ | 372 | */ |
| 376 | ses->auth_key.len = size + 2 * (2 * dlen) + 2 * (2 * wlen) + 8; | 373 | ses->auth_key.len = size + 2 * dlen; |
| 377 | ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); | 374 | ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); |
| 378 | if (!ses->auth_key.response) { | 375 | if (!ses->auth_key.response) { |
| 379 | ses->auth_key.len = 0; | 376 | ses->auth_key.len = 0; |
| @@ -384,44 +381,15 @@ build_avpair_blob(struct cifs_ses *ses, const struct nls_table *nls_cp) | |||
| 384 | blobptr = ses->auth_key.response; | 381 | blobptr = ses->auth_key.response; |
| 385 | attrptr = (struct ntlmssp2_name *) blobptr; | 382 | attrptr = (struct ntlmssp2_name *) blobptr; |
| 386 | 383 | ||
| 384 | /* | ||
| 385 | * As defined in MS-NTLM 3.3.2, just this av pair field | ||
| 386 | * is sufficient as part of the temp | ||
| 387 | */ | ||
| 387 | attrptr->type = cpu_to_le16(NTLMSSP_AV_NB_DOMAIN_NAME); | 388 | attrptr->type = cpu_to_le16(NTLMSSP_AV_NB_DOMAIN_NAME); |
| 388 | attrptr->length = cpu_to_le16(2 * dlen); | 389 | attrptr->length = cpu_to_le16(2 * dlen); |
| 389 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); | 390 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); |
| 390 | cifs_strtoUCS((__le16 *)blobptr, ses->domainName, dlen, nls_cp); | 391 | cifs_strtoUCS((__le16 *)blobptr, ses->domainName, dlen, nls_cp); |
| 391 | 392 | ||
| 392 | blobptr += 2 * dlen; | ||
| 393 | attrptr = (struct ntlmssp2_name *) blobptr; | ||
| 394 | |||
| 395 | attrptr->type = cpu_to_le16(NTLMSSP_AV_NB_COMPUTER_NAME); | ||
| 396 | attrptr->length = cpu_to_le16(2 * wlen); | ||
| 397 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); | ||
| 398 | cifs_strtoUCS((__le16 *)blobptr, ses->server->hostname, wlen, nls_cp); | ||
| 399 | |||
| 400 | blobptr += 2 * wlen; | ||
| 401 | attrptr = (struct ntlmssp2_name *) blobptr; | ||
| 402 | |||
| 403 | attrptr->type = cpu_to_le16(NTLMSSP_AV_DNS_DOMAIN_NAME); | ||
| 404 | attrptr->length = cpu_to_le16(2 * dlen); | ||
| 405 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); | ||
| 406 | cifs_strtoUCS((__le16 *)blobptr, ses->domainName, dlen, nls_cp); | ||
| 407 | |||
| 408 | blobptr += 2 * dlen; | ||
| 409 | attrptr = (struct ntlmssp2_name *) blobptr; | ||
| 410 | |||
| 411 | attrptr->type = cpu_to_le16(NTLMSSP_AV_DNS_COMPUTER_NAME); | ||
| 412 | attrptr->length = cpu_to_le16(2 * wlen); | ||
| 413 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); | ||
| 414 | cifs_strtoUCS((__le16 *)blobptr, ses->server->hostname, wlen, nls_cp); | ||
| 415 | |||
| 416 | blobptr += 2 * wlen; | ||
| 417 | attrptr = (struct ntlmssp2_name *) blobptr; | ||
| 418 | |||
| 419 | attrptr->type = cpu_to_le16(NTLMSSP_AV_TIMESTAMP); | ||
| 420 | attrptr->length = cpu_to_le16(sizeof(__le64)); | ||
| 421 | blobptr = (unsigned char *)attrptr + sizeof(struct ntlmssp2_name); | ||
| 422 | curtime = cpu_to_le64(cifs_UnixTimeToNT(CURRENT_TIME)); | ||
| 423 | memcpy(blobptr, &curtime, sizeof(__le64)); | ||
| 424 | |||
| 425 | return 0; | 393 | return 0; |
| 426 | } | 394 | } |
| 427 | 395 | ||
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index f93eb948d071..54b8f1e7da94 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
| @@ -548,6 +548,12 @@ cifs_get_root(struct smb_vol *vol, struct super_block *sb) | |||
| 548 | struct inode *dir = dentry->d_inode; | 548 | struct inode *dir = dentry->d_inode; |
| 549 | struct dentry *child; | 549 | struct dentry *child; |
| 550 | 550 | ||
| 551 | if (!dir) { | ||
| 552 | dput(dentry); | ||
| 553 | dentry = ERR_PTR(-ENOENT); | ||
| 554 | break; | ||
| 555 | } | ||
| 556 | |||
| 551 | /* skip separators */ | 557 | /* skip separators */ |
| 552 | while (*s == sep) | 558 | while (*s == sep) |
| 553 | s++; | 559 | s++; |
| @@ -563,10 +569,6 @@ cifs_get_root(struct smb_vol *vol, struct super_block *sb) | |||
| 563 | mutex_unlock(&dir->i_mutex); | 569 | mutex_unlock(&dir->i_mutex); |
| 564 | dput(dentry); | 570 | dput(dentry); |
| 565 | dentry = child; | 571 | dentry = child; |
| 566 | if (!dentry->d_inode) { | ||
| 567 | dput(dentry); | ||
| 568 | dentry = ERR_PTR(-ENOENT); | ||
| 569 | } | ||
| 570 | } while (!IS_ERR(dentry)); | 572 | } while (!IS_ERR(dentry)); |
| 571 | _FreeXid(xid); | 573 | _FreeXid(xid); |
| 572 | kfree(full_path); | 574 | kfree(full_path); |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index aac37d99a487..a80f7bd97b90 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -4079,7 +4079,8 @@ int CIFSFindNext(const int xid, struct cifs_tcon *tcon, | |||
| 4079 | T2_FNEXT_RSP_PARMS *parms; | 4079 | T2_FNEXT_RSP_PARMS *parms; |
| 4080 | char *response_data; | 4080 | char *response_data; |
| 4081 | int rc = 0; | 4081 | int rc = 0; |
| 4082 | int bytes_returned, name_len; | 4082 | int bytes_returned; |
| 4083 | unsigned int name_len; | ||
| 4083 | __u16 params, byte_count; | 4084 | __u16 params, byte_count; |
| 4084 | 4085 | ||
| 4085 | cFYI(1, "In FindNext"); | 4086 | cFYI(1, "In FindNext"); |
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 633c246b6775..f4af4cc37500 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
| @@ -1298,7 +1298,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, | |||
| 1298 | /* ignore */ | 1298 | /* ignore */ |
| 1299 | } else if (strnicmp(data, "guest", 5) == 0) { | 1299 | } else if (strnicmp(data, "guest", 5) == 0) { |
| 1300 | /* ignore */ | 1300 | /* ignore */ |
| 1301 | } else if (strnicmp(data, "rw", 2) == 0) { | 1301 | } else if (strnicmp(data, "rw", 2) == 0 && strlen(data) == 2) { |
| 1302 | /* ignore */ | 1302 | /* ignore */ |
| 1303 | } else if (strnicmp(data, "ro", 2) == 0) { | 1303 | } else if (strnicmp(data, "ro", 2) == 0) { |
| 1304 | /* ignore */ | 1304 | /* ignore */ |
| @@ -1401,7 +1401,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, | |||
| 1401 | vol->server_ino = 1; | 1401 | vol->server_ino = 1; |
| 1402 | } else if (strnicmp(data, "noserverino", 9) == 0) { | 1402 | } else if (strnicmp(data, "noserverino", 9) == 0) { |
| 1403 | vol->server_ino = 0; | 1403 | vol->server_ino = 0; |
| 1404 | } else if (strnicmp(data, "rwpidforward", 4) == 0) { | 1404 | } else if (strnicmp(data, "rwpidforward", 12) == 0) { |
| 1405 | vol->rwpidforward = 1; | 1405 | vol->rwpidforward = 1; |
| 1406 | } else if (strnicmp(data, "cifsacl", 7) == 0) { | 1406 | } else if (strnicmp(data, "cifsacl", 7) == 0) { |
| 1407 | vol->cifs_acl = 1; | 1407 | vol->cifs_acl = 1; |
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 04da6acde85d..12661e1deedd 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
| @@ -1134,7 +1134,7 @@ struct buffer_head *ext3_bread(handle_t *handle, struct inode *inode, | |||
| 1134 | return bh; | 1134 | return bh; |
| 1135 | if (buffer_uptodate(bh)) | 1135 | if (buffer_uptodate(bh)) |
| 1136 | return bh; | 1136 | return bh; |
| 1137 | ll_rw_block(READ_META, 1, &bh); | 1137 | ll_rw_block(READ | REQ_META | REQ_PRIO, 1, &bh); |
| 1138 | wait_on_buffer(bh); | 1138 | wait_on_buffer(bh); |
| 1139 | if (buffer_uptodate(bh)) | 1139 | if (buffer_uptodate(bh)) |
| 1140 | return bh; | 1140 | return bh; |
| @@ -2807,7 +2807,7 @@ make_io: | |||
| 2807 | trace_ext3_load_inode(inode); | 2807 | trace_ext3_load_inode(inode); |
| 2808 | get_bh(bh); | 2808 | get_bh(bh); |
| 2809 | bh->b_end_io = end_buffer_read_sync; | 2809 | bh->b_end_io = end_buffer_read_sync; |
| 2810 | submit_bh(READ_META, bh); | 2810 | submit_bh(READ | REQ_META | REQ_PRIO, bh); |
| 2811 | wait_on_buffer(bh); | 2811 | wait_on_buffer(bh); |
| 2812 | if (!buffer_uptodate(bh)) { | 2812 | if (!buffer_uptodate(bh)) { |
| 2813 | ext3_error(inode->i_sb, "ext3_get_inode_loc", | 2813 | ext3_error(inode->i_sb, "ext3_get_inode_loc", |
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index 5571708b6a58..0629e09f6511 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
| @@ -922,7 +922,8 @@ restart: | |||
| 922 | bh = ext3_getblk(NULL, dir, b++, 0, &err); | 922 | bh = ext3_getblk(NULL, dir, b++, 0, &err); |
| 923 | bh_use[ra_max] = bh; | 923 | bh_use[ra_max] = bh; |
| 924 | if (bh) | 924 | if (bh) |
| 925 | ll_rw_block(READ_META, 1, &bh); | 925 | ll_rw_block(READ | REQ_META | REQ_PRIO, |
| 926 | 1, &bh); | ||
| 926 | } | 927 | } |
| 927 | } | 928 | } |
| 928 | if ((bh = bh_use[ra_ptr++]) == NULL) | 929 | if ((bh = bh_use[ra_ptr++]) == NULL) |
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 18d2558b7624..986e2388f031 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
| @@ -647,7 +647,7 @@ struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, | |||
| 647 | return bh; | 647 | return bh; |
| 648 | if (buffer_uptodate(bh)) | 648 | if (buffer_uptodate(bh)) |
| 649 | return bh; | 649 | return bh; |
| 650 | ll_rw_block(READ_META, 1, &bh); | 650 | ll_rw_block(READ | REQ_META | REQ_PRIO, 1, &bh); |
| 651 | wait_on_buffer(bh); | 651 | wait_on_buffer(bh); |
| 652 | if (buffer_uptodate(bh)) | 652 | if (buffer_uptodate(bh)) |
| 653 | return bh; | 653 | return bh; |
| @@ -3298,7 +3298,7 @@ make_io: | |||
| 3298 | trace_ext4_load_inode(inode); | 3298 | trace_ext4_load_inode(inode); |
| 3299 | get_bh(bh); | 3299 | get_bh(bh); |
| 3300 | bh->b_end_io = end_buffer_read_sync; | 3300 | bh->b_end_io = end_buffer_read_sync; |
| 3301 | submit_bh(READ_META, bh); | 3301 | submit_bh(READ | REQ_META | REQ_PRIO, bh); |
| 3302 | wait_on_buffer(bh); | 3302 | wait_on_buffer(bh); |
| 3303 | if (!buffer_uptodate(bh)) { | 3303 | if (!buffer_uptodate(bh)) { |
| 3304 | EXT4_ERROR_INODE_BLOCK(inode, block, | 3304 | EXT4_ERROR_INODE_BLOCK(inode, block, |
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index f8068c7bae9f..1c924faeb6c8 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
| @@ -922,7 +922,8 @@ restart: | |||
| 922 | bh = ext4_getblk(NULL, dir, b++, 0, &err); | 922 | bh = ext4_getblk(NULL, dir, b++, 0, &err); |
| 923 | bh_use[ra_max] = bh; | 923 | bh_use[ra_max] = bh; |
| 924 | if (bh) | 924 | if (bh) |
| 925 | ll_rw_block(READ_META, 1, &bh); | 925 | ll_rw_block(READ | REQ_META | REQ_PRIO, |
| 926 | 1, &bh); | ||
| 926 | } | 927 | } |
| 927 | } | 928 | } |
| 928 | if ((bh = bh_use[ra_ptr++]) == NULL) | 929 | if ((bh = bh_use[ra_ptr++]) == NULL) |
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index 85c62923ee29..598646434362 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c | |||
| @@ -624,9 +624,9 @@ static void log_write_header(struct gfs2_sbd *sdp, u32 flags, int pull) | |||
| 624 | bh->b_end_io = end_buffer_write_sync; | 624 | bh->b_end_io = end_buffer_write_sync; |
| 625 | get_bh(bh); | 625 | get_bh(bh); |
| 626 | if (test_bit(SDF_NOBARRIERS, &sdp->sd_flags)) | 626 | if (test_bit(SDF_NOBARRIERS, &sdp->sd_flags)) |
| 627 | submit_bh(WRITE_SYNC | REQ_META, bh); | 627 | submit_bh(WRITE_SYNC | REQ_META | REQ_PRIO, bh); |
| 628 | else | 628 | else |
| 629 | submit_bh(WRITE_FLUSH_FUA | REQ_META, bh); | 629 | submit_bh(WRITE_FLUSH_FUA | REQ_META | REQ_PRIO, bh); |
| 630 | wait_on_buffer(bh); | 630 | wait_on_buffer(bh); |
| 631 | 631 | ||
| 632 | if (!buffer_uptodate(bh)) | 632 | if (!buffer_uptodate(bh)) |
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index 747238cd9f96..be29858900f6 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c | |||
| @@ -37,7 +37,7 @@ static int gfs2_aspace_writepage(struct page *page, struct writeback_control *wb | |||
| 37 | { | 37 | { |
| 38 | struct buffer_head *bh, *head; | 38 | struct buffer_head *bh, *head; |
| 39 | int nr_underway = 0; | 39 | int nr_underway = 0; |
| 40 | int write_op = REQ_META | | 40 | int write_op = REQ_META | REQ_PRIO | |
| 41 | (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE); | 41 | (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE); |
| 42 | 42 | ||
| 43 | BUG_ON(!PageLocked(page)); | 43 | BUG_ON(!PageLocked(page)); |
| @@ -225,7 +225,7 @@ int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, | |||
| 225 | } | 225 | } |
| 226 | bh->b_end_io = end_buffer_read_sync; | 226 | bh->b_end_io = end_buffer_read_sync; |
| 227 | get_bh(bh); | 227 | get_bh(bh); |
| 228 | submit_bh(READ_SYNC | REQ_META, bh); | 228 | submit_bh(READ_SYNC | REQ_META | REQ_PRIO, bh); |
| 229 | if (!(flags & DIO_WAIT)) | 229 | if (!(flags & DIO_WAIT)) |
| 230 | return 0; | 230 | return 0; |
| 231 | 231 | ||
| @@ -435,7 +435,7 @@ struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) | |||
| 435 | if (buffer_uptodate(first_bh)) | 435 | if (buffer_uptodate(first_bh)) |
| 436 | goto out; | 436 | goto out; |
| 437 | if (!buffer_locked(first_bh)) | 437 | if (!buffer_locked(first_bh)) |
| 438 | ll_rw_block(READ_SYNC | REQ_META, 1, &first_bh); | 438 | ll_rw_block(READ_SYNC | REQ_META | REQ_PRIO, 1, &first_bh); |
| 439 | 439 | ||
| 440 | dblock++; | 440 | dblock++; |
| 441 | extlen--; | 441 | extlen--; |
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index 3bc073a4cf82..079587e53849 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c | |||
| @@ -224,7 +224,7 @@ static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) | |||
| 224 | 224 | ||
| 225 | bio->bi_end_io = end_bio_io_page; | 225 | bio->bi_end_io = end_bio_io_page; |
| 226 | bio->bi_private = page; | 226 | bio->bi_private = page; |
| 227 | submit_bio(READ_SYNC | REQ_META, bio); | 227 | submit_bio(READ_SYNC | REQ_META | REQ_PRIO, bio); |
| 228 | wait_on_page_locked(page); | 228 | wait_on_page_locked(page); |
| 229 | bio_put(bio); | 229 | bio_put(bio); |
| 230 | if (!PageUptodate(page)) { | 230 | if (!PageUptodate(page)) { |
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 42e8d23bc047..0e8bb13381e4 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
| @@ -709,7 +709,7 @@ get_a_page: | |||
| 709 | set_buffer_uptodate(bh); | 709 | set_buffer_uptodate(bh); |
| 710 | 710 | ||
| 711 | if (!buffer_uptodate(bh)) { | 711 | if (!buffer_uptodate(bh)) { |
| 712 | ll_rw_block(READ_META, 1, &bh); | 712 | ll_rw_block(READ | REQ_META | REQ_PRIO, 1, &bh); |
| 713 | wait_on_buffer(bh); | 713 | wait_on_buffer(bh); |
| 714 | if (!buffer_uptodate(bh)) | 714 | if (!buffer_uptodate(bh)) |
| 715 | goto unlock_out; | 715 | goto unlock_out; |
diff --git a/fs/namei.c b/fs/namei.c index f4788365ea22..0b3138de2a3b 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
| @@ -721,12 +721,6 @@ static int follow_automount(struct path *path, unsigned flags, | |||
| 721 | if (!path->dentry->d_op || !path->dentry->d_op->d_automount) | 721 | if (!path->dentry->d_op || !path->dentry->d_op->d_automount) |
| 722 | return -EREMOTE; | 722 | return -EREMOTE; |
| 723 | 723 | ||
| 724 | /* We don't want to mount if someone supplied AT_NO_AUTOMOUNT | ||
| 725 | * and this is the terminal part of the path. | ||
| 726 | */ | ||
| 727 | if ((flags & LOOKUP_NO_AUTOMOUNT) && !(flags & LOOKUP_PARENT)) | ||
| 728 | return -EISDIR; /* we actually want to stop here */ | ||
| 729 | |||
| 730 | /* We don't want to mount if someone's just doing a stat - | 724 | /* We don't want to mount if someone's just doing a stat - |
| 731 | * unless they're stat'ing a directory and appended a '/' to | 725 | * unless they're stat'ing a directory and appended a '/' to |
| 732 | * the name. | 726 | * the name. |
| @@ -739,7 +733,7 @@ static int follow_automount(struct path *path, unsigned flags, | |||
| 739 | * of the daemon to instantiate them before they can be used. | 733 | * of the daemon to instantiate them before they can be used. |
| 740 | */ | 734 | */ |
| 741 | if (!(flags & (LOOKUP_PARENT | LOOKUP_DIRECTORY | | 735 | if (!(flags & (LOOKUP_PARENT | LOOKUP_DIRECTORY | |
| 742 | LOOKUP_OPEN | LOOKUP_CREATE)) && | 736 | LOOKUP_OPEN | LOOKUP_CREATE | LOOKUP_AUTOMOUNT)) && |
| 743 | path->dentry->d_inode) | 737 | path->dentry->d_inode) |
| 744 | return -EISDIR; | 738 | return -EISDIR; |
| 745 | 739 | ||
diff --git a/fs/namespace.c b/fs/namespace.c index 22bfe8273c68..b4febb29d3bb 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
| @@ -1757,7 +1757,7 @@ static int do_loopback(struct path *path, char *old_name, | |||
| 1757 | return err; | 1757 | return err; |
| 1758 | if (!old_name || !*old_name) | 1758 | if (!old_name || !*old_name) |
| 1759 | return -EINVAL; | 1759 | return -EINVAL; |
| 1760 | err = kern_path(old_name, LOOKUP_FOLLOW, &old_path); | 1760 | err = kern_path(old_name, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &old_path); |
| 1761 | if (err) | 1761 | if (err) |
| 1762 | return err; | 1762 | return err; |
| 1763 | 1763 | ||
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 9b7dd7013b15..5b19b6aabe18 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
| @@ -2798,7 +2798,7 @@ static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt, | |||
| 2798 | goto out_put_mnt_ns; | 2798 | goto out_put_mnt_ns; |
| 2799 | 2799 | ||
| 2800 | ret = vfs_path_lookup(root_mnt->mnt_root, root_mnt, | 2800 | ret = vfs_path_lookup(root_mnt->mnt_root, root_mnt, |
| 2801 | export_path, LOOKUP_FOLLOW, &path); | 2801 | export_path, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); |
| 2802 | 2802 | ||
| 2803 | nfs_referral_loop_unprotect(); | 2803 | nfs_referral_loop_unprotect(); |
| 2804 | put_mnt_ns(ns_private); | 2804 | put_mnt_ns(ns_private); |
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 25b6a887adb9..5afaa58a8630 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c | |||
| @@ -877,30 +877,54 @@ struct numa_maps_private { | |||
| 877 | struct numa_maps md; | 877 | struct numa_maps md; |
| 878 | }; | 878 | }; |
| 879 | 879 | ||
| 880 | static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty) | 880 | static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, |
| 881 | unsigned long nr_pages) | ||
| 881 | { | 882 | { |
| 882 | int count = page_mapcount(page); | 883 | int count = page_mapcount(page); |
| 883 | 884 | ||
| 884 | md->pages++; | 885 | md->pages += nr_pages; |
| 885 | if (pte_dirty || PageDirty(page)) | 886 | if (pte_dirty || PageDirty(page)) |
| 886 | md->dirty++; | 887 | md->dirty += nr_pages; |
| 887 | 888 | ||
| 888 | if (PageSwapCache(page)) | 889 | if (PageSwapCache(page)) |
| 889 | md->swapcache++; | 890 | md->swapcache += nr_pages; |
| 890 | 891 | ||
| 891 | if (PageActive(page) || PageUnevictable(page)) | 892 | if (PageActive(page) || PageUnevictable(page)) |
| 892 | md->active++; | 893 | md->active += nr_pages; |
| 893 | 894 | ||
| 894 | if (PageWriteback(page)) | 895 | if (PageWriteback(page)) |
| 895 | md->writeback++; | 896 | md->writeback += nr_pages; |
| 896 | 897 | ||
| 897 | if (PageAnon(page)) | 898 | if (PageAnon(page)) |
| 898 | md->anon++; | 899 | md->anon += nr_pages; |
| 899 | 900 | ||
| 900 | if (count > md->mapcount_max) | 901 | if (count > md->mapcount_max) |
| 901 | md->mapcount_max = count; | 902 | md->mapcount_max = count; |
| 902 | 903 | ||
| 903 | md->node[page_to_nid(page)]++; | 904 | md->node[page_to_nid(page)] += nr_pages; |
| 905 | } | ||
| 906 | |||
| 907 | static struct page *can_gather_numa_stats(pte_t pte, struct vm_area_struct *vma, | ||
| 908 | unsigned long addr) | ||
| 909 | { | ||
| 910 | struct page *page; | ||
| 911 | int nid; | ||
| 912 | |||
| 913 | if (!pte_present(pte)) | ||
| 914 | return NULL; | ||
| 915 | |||
| 916 | page = vm_normal_page(vma, addr, pte); | ||
| 917 | if (!page) | ||
| 918 | return NULL; | ||
| 919 | |||
| 920 | if (PageReserved(page)) | ||
| 921 | return NULL; | ||
| 922 | |||
| 923 | nid = page_to_nid(page); | ||
| 924 | if (!node_isset(nid, node_states[N_HIGH_MEMORY])) | ||
| 925 | return NULL; | ||
| 926 | |||
| 927 | return page; | ||
| 904 | } | 928 | } |
| 905 | 929 | ||
| 906 | static int gather_pte_stats(pmd_t *pmd, unsigned long addr, | 930 | static int gather_pte_stats(pmd_t *pmd, unsigned long addr, |
| @@ -912,26 +936,32 @@ static int gather_pte_stats(pmd_t *pmd, unsigned long addr, | |||
| 912 | pte_t *pte; | 936 | pte_t *pte; |
| 913 | 937 | ||
| 914 | md = walk->private; | 938 | md = walk->private; |
| 915 | orig_pte = pte = pte_offset_map_lock(walk->mm, pmd, addr, &ptl); | 939 | spin_lock(&walk->mm->page_table_lock); |
| 916 | do { | 940 | if (pmd_trans_huge(*pmd)) { |
| 917 | struct page *page; | 941 | if (pmd_trans_splitting(*pmd)) { |
| 918 | int nid; | 942 | spin_unlock(&walk->mm->page_table_lock); |
| 943 | wait_split_huge_page(md->vma->anon_vma, pmd); | ||
| 944 | } else { | ||
| 945 | pte_t huge_pte = *(pte_t *)pmd; | ||
| 946 | struct page *page; | ||
| 919 | 947 | ||
| 920 | if (!pte_present(*pte)) | 948 | page = can_gather_numa_stats(huge_pte, md->vma, addr); |
| 921 | continue; | 949 | if (page) |
| 950 | gather_stats(page, md, pte_dirty(huge_pte), | ||
| 951 | HPAGE_PMD_SIZE/PAGE_SIZE); | ||
| 952 | spin_unlock(&walk->mm->page_table_lock); | ||
| 953 | return 0; | ||
| 954 | } | ||
| 955 | } else { | ||
| 956 | spin_unlock(&walk->mm->page_table_lock); | ||
| 957 | } | ||
| 922 | 958 | ||
| 923 | page = vm_normal_page(md->vma, addr, *pte); | 959 | orig_pte = pte = pte_offset_map_lock(walk->mm, pmd, addr, &ptl); |
| 960 | do { | ||
| 961 | struct page *page = can_gather_numa_stats(*pte, md->vma, addr); | ||
| 924 | if (!page) | 962 | if (!page) |
| 925 | continue; | 963 | continue; |
| 926 | 964 | gather_stats(page, md, pte_dirty(*pte), 1); | |
| 927 | if (PageReserved(page)) | ||
| 928 | continue; | ||
| 929 | |||
| 930 | nid = page_to_nid(page); | ||
| 931 | if (!node_isset(nid, node_states[N_HIGH_MEMORY])) | ||
| 932 | continue; | ||
| 933 | |||
| 934 | gather_stats(page, md, pte_dirty(*pte)); | ||
| 935 | 965 | ||
| 936 | } while (pte++, addr += PAGE_SIZE, addr != end); | 966 | } while (pte++, addr += PAGE_SIZE, addr != end); |
| 937 | pte_unmap_unlock(orig_pte, ptl); | 967 | pte_unmap_unlock(orig_pte, ptl); |
| @@ -952,7 +982,7 @@ static int gather_hugetbl_stats(pte_t *pte, unsigned long hmask, | |||
| 952 | return 0; | 982 | return 0; |
| 953 | 983 | ||
| 954 | md = walk->private; | 984 | md = walk->private; |
| 955 | gather_stats(page, md, pte_dirty(*pte)); | 985 | gather_stats(page, md, pte_dirty(*pte), 1); |
| 956 | return 0; | 986 | return 0; |
| 957 | } | 987 | } |
| 958 | 988 | ||
diff --git a/fs/quota/quota.c b/fs/quota/quota.c index b34bdb25490c..10b6be3ca280 100644 --- a/fs/quota/quota.c +++ b/fs/quota/quota.c | |||
| @@ -355,7 +355,7 @@ SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, | |||
| 355 | * resolution (think about autofs) and thus deadlocks could arise. | 355 | * resolution (think about autofs) and thus deadlocks could arise. |
| 356 | */ | 356 | */ |
| 357 | if (cmds == Q_QUOTAON) { | 357 | if (cmds == Q_QUOTAON) { |
| 358 | ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW, &path); | 358 | ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); |
| 359 | if (ret) | 359 | if (ret) |
| 360 | pathp = ERR_PTR(ret); | 360 | pathp = ERR_PTR(ret); |
| 361 | else | 361 | else |
| @@ -81,8 +81,6 @@ int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, | |||
| 81 | 81 | ||
| 82 | if (!(flag & AT_SYMLINK_NOFOLLOW)) | 82 | if (!(flag & AT_SYMLINK_NOFOLLOW)) |
| 83 | lookup_flags |= LOOKUP_FOLLOW; | 83 | lookup_flags |= LOOKUP_FOLLOW; |
| 84 | if (flag & AT_NO_AUTOMOUNT) | ||
| 85 | lookup_flags |= LOOKUP_NO_AUTOMOUNT; | ||
| 86 | if (flag & AT_EMPTY_PATH) | 84 | if (flag & AT_EMPTY_PATH) |
| 87 | lookup_flags |= LOOKUP_EMPTY; | 85 | lookup_flags |= LOOKUP_EMPTY; |
| 88 | 86 | ||
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 32f0076e844b..71fc53bb8f1c 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h | |||
| @@ -124,6 +124,7 @@ enum rq_flag_bits { | |||
| 124 | 124 | ||
| 125 | __REQ_SYNC, /* request is sync (sync write or read) */ | 125 | __REQ_SYNC, /* request is sync (sync write or read) */ |
| 126 | __REQ_META, /* metadata io request */ | 126 | __REQ_META, /* metadata io request */ |
| 127 | __REQ_PRIO, /* boost priority in cfq */ | ||
| 127 | __REQ_DISCARD, /* request to discard sectors */ | 128 | __REQ_DISCARD, /* request to discard sectors */ |
| 128 | __REQ_SECURE, /* secure discard (used with __REQ_DISCARD) */ | 129 | __REQ_SECURE, /* secure discard (used with __REQ_DISCARD) */ |
| 129 | 130 | ||
| @@ -161,14 +162,15 @@ enum rq_flag_bits { | |||
| 161 | #define REQ_FAILFAST_DRIVER (1 << __REQ_FAILFAST_DRIVER) | 162 | #define REQ_FAILFAST_DRIVER (1 << __REQ_FAILFAST_DRIVER) |
| 162 | #define REQ_SYNC (1 << __REQ_SYNC) | 163 | #define REQ_SYNC (1 << __REQ_SYNC) |
| 163 | #define REQ_META (1 << __REQ_META) | 164 | #define REQ_META (1 << __REQ_META) |
| 165 | #define REQ_PRIO (1 << __REQ_PRIO) | ||
| 164 | #define REQ_DISCARD (1 << __REQ_DISCARD) | 166 | #define REQ_DISCARD (1 << __REQ_DISCARD) |
| 165 | #define REQ_NOIDLE (1 << __REQ_NOIDLE) | 167 | #define REQ_NOIDLE (1 << __REQ_NOIDLE) |
| 166 | 168 | ||
| 167 | #define REQ_FAILFAST_MASK \ | 169 | #define REQ_FAILFAST_MASK \ |
| 168 | (REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | REQ_FAILFAST_DRIVER) | 170 | (REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | REQ_FAILFAST_DRIVER) |
| 169 | #define REQ_COMMON_MASK \ | 171 | #define REQ_COMMON_MASK \ |
| 170 | (REQ_WRITE | REQ_FAILFAST_MASK | REQ_SYNC | REQ_META | REQ_DISCARD | \ | 172 | (REQ_WRITE | REQ_FAILFAST_MASK | REQ_SYNC | REQ_META | REQ_PRIO | \ |
| 171 | REQ_NOIDLE | REQ_FLUSH | REQ_FUA | REQ_SECURE) | 173 | REQ_DISCARD | REQ_NOIDLE | REQ_FLUSH | REQ_FUA | REQ_SECURE) |
| 172 | #define REQ_CLONE_MASK REQ_COMMON_MASK | 174 | #define REQ_CLONE_MASK REQ_COMMON_MASK |
| 173 | 175 | ||
| 174 | #define REQ_RAHEAD (1 << __REQ_RAHEAD) | 176 | #define REQ_RAHEAD (1 << __REQ_RAHEAD) |
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 84b15d54f8c2..7fbaa9103344 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -873,7 +873,6 @@ struct blk_plug { | |||
| 873 | struct list_head list; | 873 | struct list_head list; |
| 874 | struct list_head cb_list; | 874 | struct list_head cb_list; |
| 875 | unsigned int should_sort; | 875 | unsigned int should_sort; |
| 876 | unsigned int count; | ||
| 877 | }; | 876 | }; |
| 878 | #define BLK_MAX_REQUEST_COUNT 16 | 877 | #define BLK_MAX_REQUEST_COUNT 16 |
| 879 | 878 | ||
diff --git a/include/linux/fs.h b/include/linux/fs.h index c2bd68f2277a..277f497923a2 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -162,10 +162,8 @@ struct inodes_stat_t { | |||
| 162 | #define READA RWA_MASK | 162 | #define READA RWA_MASK |
| 163 | 163 | ||
| 164 | #define READ_SYNC (READ | REQ_SYNC) | 164 | #define READ_SYNC (READ | REQ_SYNC) |
| 165 | #define READ_META (READ | REQ_META) | ||
| 166 | #define WRITE_SYNC (WRITE | REQ_SYNC | REQ_NOIDLE) | 165 | #define WRITE_SYNC (WRITE | REQ_SYNC | REQ_NOIDLE) |
| 167 | #define WRITE_ODIRECT (WRITE | REQ_SYNC) | 166 | #define WRITE_ODIRECT (WRITE | REQ_SYNC) |
| 168 | #define WRITE_META (WRITE | REQ_META) | ||
| 169 | #define WRITE_FLUSH (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FLUSH) | 167 | #define WRITE_FLUSH (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FLUSH) |
| 170 | #define WRITE_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FUA) | 168 | #define WRITE_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FUA) |
| 171 | #define WRITE_FLUSH_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FLUSH | REQ_FUA) | 169 | #define WRITE_FLUSH_FUA (WRITE | REQ_SYNC | REQ_NOIDLE | REQ_FLUSH | REQ_FUA) |
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index e807ad687a07..3ad553e8eae2 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
| @@ -80,6 +80,7 @@ extern void irq_domain_del(struct irq_domain *domain); | |||
| 80 | #endif /* CONFIG_IRQ_DOMAIN */ | 80 | #endif /* CONFIG_IRQ_DOMAIN */ |
| 81 | 81 | ||
| 82 | #if defined(CONFIG_IRQ_DOMAIN) && defined(CONFIG_OF_IRQ) | 82 | #if defined(CONFIG_IRQ_DOMAIN) && defined(CONFIG_OF_IRQ) |
| 83 | extern struct irq_domain_ops irq_domain_simple_ops; | ||
| 83 | extern void irq_domain_add_simple(struct device_node *controller, int irq_base); | 84 | extern void irq_domain_add_simple(struct device_node *controller, int irq_base); |
| 84 | extern void irq_domain_generate_simple(const struct of_device_id *match, | 85 | extern void irq_domain_generate_simple(const struct of_device_id *match, |
| 85 | u64 phys_base, unsigned int irq_start); | 86 | u64 phys_base, unsigned int irq_start); |
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 2c366b52f505..aace6b8691a2 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
| @@ -553,6 +553,7 @@ struct kvm_ppc_pvinfo { | |||
| 553 | #define KVM_CAP_SPAPR_TCE 63 | 553 | #define KVM_CAP_SPAPR_TCE 63 |
| 554 | #define KVM_CAP_PPC_SMT 64 | 554 | #define KVM_CAP_PPC_SMT 64 |
| 555 | #define KVM_CAP_PPC_RMA 65 | 555 | #define KVM_CAP_PPC_RMA 65 |
| 556 | #define KVM_CAP_S390_GMAP 71 | ||
| 556 | 557 | ||
| 557 | #ifdef KVM_CAP_IRQ_ROUTING | 558 | #ifdef KVM_CAP_IRQ_ROUTING |
| 558 | 559 | ||
diff --git a/include/linux/namei.h b/include/linux/namei.h index 76fe2c62ae71..409328d1cbbb 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h | |||
| @@ -48,11 +48,12 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; | |||
| 48 | */ | 48 | */ |
| 49 | #define LOOKUP_FOLLOW 0x0001 | 49 | #define LOOKUP_FOLLOW 0x0001 |
| 50 | #define LOOKUP_DIRECTORY 0x0002 | 50 | #define LOOKUP_DIRECTORY 0x0002 |
| 51 | #define LOOKUP_AUTOMOUNT 0x0004 | ||
| 51 | 52 | ||
| 52 | #define LOOKUP_PARENT 0x0010 | 53 | #define LOOKUP_PARENT 0x0010 |
| 53 | #define LOOKUP_REVAL 0x0020 | 54 | #define LOOKUP_REVAL 0x0020 |
| 54 | #define LOOKUP_RCU 0x0040 | 55 | #define LOOKUP_RCU 0x0040 |
| 55 | #define LOOKUP_NO_AUTOMOUNT 0x0080 | 56 | |
| 56 | /* | 57 | /* |
| 57 | * Intent data | 58 | * Intent data |
| 58 | */ | 59 | */ |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4ac2c0578e0f..41d0237fd449 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -1956,7 +1956,6 @@ static inline void disable_sched_clock_irqtime(void) {} | |||
| 1956 | 1956 | ||
| 1957 | extern unsigned long long | 1957 | extern unsigned long long |
| 1958 | task_sched_runtime(struct task_struct *task); | 1958 | task_sched_runtime(struct task_struct *task); |
| 1959 | extern unsigned long long thread_group_sched_runtime(struct task_struct *task); | ||
| 1960 | 1959 | ||
| 1961 | /* sched_exec is called by processes performing an exec */ | 1960 | /* sched_exec is called by processes performing an exec */ |
| 1962 | #ifdef CONFIG_SMP | 1961 | #ifdef CONFIG_SMP |
diff --git a/include/trace/events/writeback.h b/include/trace/events/writeback.h index 6bca4cc0063c..5f172703eb4f 100644 --- a/include/trace/events/writeback.h +++ b/include/trace/events/writeback.h | |||
| @@ -298,7 +298,7 @@ DECLARE_EVENT_CLASS(writeback_single_inode_template, | |||
| 298 | __array(char, name, 32) | 298 | __array(char, name, 32) |
| 299 | __field(unsigned long, ino) | 299 | __field(unsigned long, ino) |
| 300 | __field(unsigned long, state) | 300 | __field(unsigned long, state) |
| 301 | __field(unsigned long, age) | 301 | __field(unsigned long, dirtied_when) |
| 302 | __field(unsigned long, writeback_index) | 302 | __field(unsigned long, writeback_index) |
| 303 | __field(long, nr_to_write) | 303 | __field(long, nr_to_write) |
| 304 | __field(unsigned long, wrote) | 304 | __field(unsigned long, wrote) |
| @@ -309,19 +309,19 @@ DECLARE_EVENT_CLASS(writeback_single_inode_template, | |||
| 309 | dev_name(inode->i_mapping->backing_dev_info->dev), 32); | 309 | dev_name(inode->i_mapping->backing_dev_info->dev), 32); |
| 310 | __entry->ino = inode->i_ino; | 310 | __entry->ino = inode->i_ino; |
| 311 | __entry->state = inode->i_state; | 311 | __entry->state = inode->i_state; |
| 312 | __entry->age = (jiffies - inode->dirtied_when) * | 312 | __entry->dirtied_when = inode->dirtied_when; |
| 313 | 1000 / HZ; | ||
| 314 | __entry->writeback_index = inode->i_mapping->writeback_index; | 313 | __entry->writeback_index = inode->i_mapping->writeback_index; |
| 315 | __entry->nr_to_write = nr_to_write; | 314 | __entry->nr_to_write = nr_to_write; |
| 316 | __entry->wrote = nr_to_write - wbc->nr_to_write; | 315 | __entry->wrote = nr_to_write - wbc->nr_to_write; |
| 317 | ), | 316 | ), |
| 318 | 317 | ||
| 319 | TP_printk("bdi %s: ino=%lu state=%s age=%lu " | 318 | TP_printk("bdi %s: ino=%lu state=%s dirtied_when=%lu age=%lu " |
| 320 | "index=%lu to_write=%ld wrote=%lu", | 319 | "index=%lu to_write=%ld wrote=%lu", |
| 321 | __entry->name, | 320 | __entry->name, |
| 322 | __entry->ino, | 321 | __entry->ino, |
| 323 | show_inode_state(__entry->state), | 322 | show_inode_state(__entry->state), |
| 324 | __entry->age, | 323 | __entry->dirtied_when, |
| 324 | (jiffies - __entry->dirtied_when) / HZ, | ||
| 325 | __entry->writeback_index, | 325 | __entry->writeback_index, |
| 326 | __entry->nr_to_write, | 326 | __entry->nr_to_write, |
| 327 | __entry->wrote | 327 | __entry->wrote |
diff --git a/init/main.c b/init/main.c index 9c51ee7adf3d..03b408dff825 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -209,8 +209,19 @@ early_param("quiet", quiet_kernel); | |||
| 209 | 209 | ||
| 210 | static int __init loglevel(char *str) | 210 | static int __init loglevel(char *str) |
| 211 | { | 211 | { |
| 212 | get_option(&str, &console_loglevel); | 212 | int newlevel; |
| 213 | return 0; | 213 | |
| 214 | /* | ||
| 215 | * Only update loglevel value when a correct setting was passed, | ||
| 216 | * to prevent blind crashes (when loglevel being set to 0) that | ||
| 217 | * are quite hard to debug | ||
| 218 | */ | ||
| 219 | if (get_option(&str, &newlevel)) { | ||
| 220 | console_loglevel = newlevel; | ||
| 221 | return 0; | ||
| 222 | } | ||
| 223 | |||
| 224 | return -EINVAL; | ||
| 214 | } | 225 | } |
| 215 | 226 | ||
| 216 | early_param("loglevel", loglevel); | 227 | early_param("loglevel", loglevel); |
| @@ -370,9 +381,6 @@ static noinline void __init_refok rest_init(void) | |||
| 370 | preempt_enable_no_resched(); | 381 | preempt_enable_no_resched(); |
| 371 | schedule(); | 382 | schedule(); |
| 372 | 383 | ||
| 373 | /* At this point, we can enable user mode helper functionality */ | ||
| 374 | usermodehelper_enable(); | ||
| 375 | |||
| 376 | /* Call into cpu_idle with preempt disabled */ | 384 | /* Call into cpu_idle with preempt disabled */ |
| 377 | preempt_disable(); | 385 | preempt_disable(); |
| 378 | cpu_idle(); | 386 | cpu_idle(); |
| @@ -722,6 +730,7 @@ static void __init do_basic_setup(void) | |||
| 722 | driver_init(); | 730 | driver_init(); |
| 723 | init_irq_proc(); | 731 | init_irq_proc(); |
| 724 | do_ctors(); | 732 | do_ctors(); |
| 733 | usermodehelper_enable(); | ||
| 725 | do_initcalls(); | 734 | do_initcalls(); |
| 726 | } | 735 | } |
| 727 | 736 | ||
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index d5828da3fd38..b57a3776de44 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c | |||
| @@ -29,7 +29,11 @@ void irq_domain_add(struct irq_domain *domain) | |||
| 29 | */ | 29 | */ |
| 30 | for (hwirq = 0; hwirq < domain->nr_irq; hwirq++) { | 30 | for (hwirq = 0; hwirq < domain->nr_irq; hwirq++) { |
| 31 | d = irq_get_irq_data(irq_domain_to_irq(domain, hwirq)); | 31 | d = irq_get_irq_data(irq_domain_to_irq(domain, hwirq)); |
| 32 | if (d || d->domain) { | 32 | if (!d) { |
| 33 | WARN(1, "error: assigning domain to non existant irq_desc"); | ||
| 34 | return; | ||
| 35 | } | ||
| 36 | if (d->domain) { | ||
| 33 | /* things are broken; just report, don't clean up */ | 37 | /* things are broken; just report, don't clean up */ |
| 34 | WARN(1, "error: irq_desc already assigned to a domain"); | 38 | WARN(1, "error: irq_desc already assigned to a domain"); |
| 35 | return; | 39 | return; |
diff --git a/kernel/posix-cpu-timers.c b/kernel/posix-cpu-timers.c index 58f405b581e7..c8008dd58ef2 100644 --- a/kernel/posix-cpu-timers.c +++ b/kernel/posix-cpu-timers.c | |||
| @@ -250,7 +250,7 @@ void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) | |||
| 250 | do { | 250 | do { |
| 251 | times->utime = cputime_add(times->utime, t->utime); | 251 | times->utime = cputime_add(times->utime, t->utime); |
| 252 | times->stime = cputime_add(times->stime, t->stime); | 252 | times->stime = cputime_add(times->stime, t->stime); |
| 253 | times->sum_exec_runtime += t->se.sum_exec_runtime; | 253 | times->sum_exec_runtime += task_sched_runtime(t); |
| 254 | } while_each_thread(tsk, t); | 254 | } while_each_thread(tsk, t); |
| 255 | out: | 255 | out: |
| 256 | rcu_read_unlock(); | 256 | rcu_read_unlock(); |
| @@ -312,7 +312,8 @@ static int cpu_clock_sample_group(const clockid_t which_clock, | |||
| 312 | cpu->cpu = cputime.utime; | 312 | cpu->cpu = cputime.utime; |
| 313 | break; | 313 | break; |
| 314 | case CPUCLOCK_SCHED: | 314 | case CPUCLOCK_SCHED: |
| 315 | cpu->sched = thread_group_sched_runtime(p); | 315 | thread_group_cputime(p, &cputime); |
| 316 | cpu->sched = cputime.sum_exec_runtime; | ||
| 316 | break; | 317 | break; |
| 317 | } | 318 | } |
| 318 | return 0; | 319 | return 0; |
diff --git a/kernel/ptrace.c b/kernel/ptrace.c index 9de3ecfd20f9..a70d2a5d8c7b 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c | |||
| @@ -744,20 +744,17 @@ int ptrace_request(struct task_struct *child, long request, | |||
| 744 | break; | 744 | break; |
| 745 | 745 | ||
| 746 | si = child->last_siginfo; | 746 | si = child->last_siginfo; |
| 747 | if (unlikely(!si || si->si_code >> 8 != PTRACE_EVENT_STOP)) | 747 | if (likely(si && (si->si_code >> 8) == PTRACE_EVENT_STOP)) { |
| 748 | break; | 748 | child->jobctl |= JOBCTL_LISTENING; |
| 749 | 749 | /* | |
| 750 | child->jobctl |= JOBCTL_LISTENING; | 750 | * If NOTIFY is set, it means event happened between |
| 751 | 751 | * start of this trap and now. Trigger re-trap. | |
| 752 | /* | 752 | */ |
| 753 | * If NOTIFY is set, it means event happened between start | 753 | if (child->jobctl & JOBCTL_TRAP_NOTIFY) |
| 754 | * of this trap and now. Trigger re-trap immediately. | 754 | signal_wake_up(child, true); |
| 755 | */ | 755 | ret = 0; |
| 756 | if (child->jobctl & JOBCTL_TRAP_NOTIFY) | 756 | } |
| 757 | signal_wake_up(child, true); | ||
| 758 | |||
| 759 | unlock_task_sighand(child, &flags); | 757 | unlock_task_sighand(child, &flags); |
| 760 | ret = 0; | ||
| 761 | break; | 758 | break; |
| 762 | 759 | ||
| 763 | case PTRACE_DETACH: /* detach a process that was attached. */ | 760 | case PTRACE_DETACH: /* detach a process that was attached. */ |
diff --git a/kernel/resource.c b/kernel/resource.c index 3b3cedc52592..c8dc249da5ce 100644 --- a/kernel/resource.c +++ b/kernel/resource.c | |||
| @@ -419,6 +419,9 @@ static int __find_resource(struct resource *root, struct resource *old, | |||
| 419 | else | 419 | else |
| 420 | tmp.end = root->end; | 420 | tmp.end = root->end; |
| 421 | 421 | ||
| 422 | if (tmp.end < tmp.start) | ||
| 423 | goto next; | ||
| 424 | |||
| 422 | resource_clip(&tmp, constraint->min, constraint->max); | 425 | resource_clip(&tmp, constraint->min, constraint->max); |
| 423 | arch_remove_reservations(&tmp); | 426 | arch_remove_reservations(&tmp); |
| 424 | 427 | ||
| @@ -436,8 +439,10 @@ static int __find_resource(struct resource *root, struct resource *old, | |||
| 436 | return 0; | 439 | return 0; |
| 437 | } | 440 | } |
| 438 | } | 441 | } |
| 439 | if (!this) | 442 | |
| 443 | next: if (!this || this->end == root->end) | ||
| 440 | break; | 444 | break; |
| 445 | |||
| 441 | if (this != old) | 446 | if (this != old) |
| 442 | tmp.start = this->end + 1; | 447 | tmp.start = this->end + 1; |
| 443 | this = this->sibling; | 448 | this = this->sibling; |
diff --git a/kernel/sched.c b/kernel/sched.c index ec5f472bc5b9..b50b0f0c9aa9 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
| @@ -3725,30 +3725,6 @@ unsigned long long task_sched_runtime(struct task_struct *p) | |||
| 3725 | } | 3725 | } |
| 3726 | 3726 | ||
| 3727 | /* | 3727 | /* |
| 3728 | * Return sum_exec_runtime for the thread group. | ||
| 3729 | * In case the task is currently running, return the sum plus current's | ||
| 3730 | * pending runtime that have not been accounted yet. | ||
| 3731 | * | ||
| 3732 | * Note that the thread group might have other running tasks as well, | ||
| 3733 | * so the return value not includes other pending runtime that other | ||
| 3734 | * running tasks might have. | ||
| 3735 | */ | ||
| 3736 | unsigned long long thread_group_sched_runtime(struct task_struct *p) | ||
| 3737 | { | ||
| 3738 | struct task_cputime totals; | ||
| 3739 | unsigned long flags; | ||
| 3740 | struct rq *rq; | ||
| 3741 | u64 ns; | ||
| 3742 | |||
| 3743 | rq = task_rq_lock(p, &flags); | ||
| 3744 | thread_group_cputime(p, &totals); | ||
| 3745 | ns = totals.sum_exec_runtime + do_task_delta_exec(p, rq); | ||
| 3746 | task_rq_unlock(rq, p, &flags); | ||
| 3747 | |||
| 3748 | return ns; | ||
| 3749 | } | ||
| 3750 | |||
| 3751 | /* | ||
| 3752 | * Account user cpu time to a process. | 3728 | * Account user cpu time to a process. |
| 3753 | * @p: the process that the cpu time gets accounted to | 3729 | * @p: the process that the cpu time gets accounted to |
| 3754 | * @cputime: the cpu time spent in user space since the last update | 3730 | * @cputime: the cpu time spent in user space since the last update |
| @@ -4372,7 +4348,7 @@ static inline void sched_submit_work(struct task_struct *tsk) | |||
| 4372 | blk_schedule_flush_plug(tsk); | 4348 | blk_schedule_flush_plug(tsk); |
| 4373 | } | 4349 | } |
| 4374 | 4350 | ||
| 4375 | asmlinkage void schedule(void) | 4351 | asmlinkage void __sched schedule(void) |
| 4376 | { | 4352 | { |
| 4377 | struct task_struct *tsk = current; | 4353 | struct task_struct *tsk = current; |
| 4378 | 4354 | ||
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index 97540f0c9e47..af1177858be3 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c | |||
| @@ -1050,7 +1050,7 @@ select_task_rq_rt(struct task_struct *p, int sd_flag, int flags) | |||
| 1050 | */ | 1050 | */ |
| 1051 | if (curr && unlikely(rt_task(curr)) && | 1051 | if (curr && unlikely(rt_task(curr)) && |
| 1052 | (curr->rt.nr_cpus_allowed < 2 || | 1052 | (curr->rt.nr_cpus_allowed < 2 || |
| 1053 | curr->prio < p->prio) && | 1053 | curr->prio <= p->prio) && |
| 1054 | (p->rt.nr_cpus_allowed > 1)) { | 1054 | (p->rt.nr_cpus_allowed > 1)) { |
| 1055 | int target = find_lowest_rq(p); | 1055 | int target = find_lowest_rq(p); |
| 1056 | 1056 | ||
| @@ -1581,7 +1581,7 @@ static void task_woken_rt(struct rq *rq, struct task_struct *p) | |||
| 1581 | p->rt.nr_cpus_allowed > 1 && | 1581 | p->rt.nr_cpus_allowed > 1 && |
| 1582 | rt_task(rq->curr) && | 1582 | rt_task(rq->curr) && |
| 1583 | (rq->curr->rt.nr_cpus_allowed < 2 || | 1583 | (rq->curr->rt.nr_cpus_allowed < 2 || |
| 1584 | rq->curr->prio < p->prio)) | 1584 | rq->curr->prio <= p->prio)) |
| 1585 | push_rt_tasks(rq); | 1585 | push_rt_tasks(rq); |
| 1586 | } | 1586 | } |
| 1587 | 1587 | ||
diff --git a/lib/xz/xz_dec_bcj.c b/lib/xz/xz_dec_bcj.c index e51e2558ca9d..a768e6d28bbb 100644 --- a/lib/xz/xz_dec_bcj.c +++ b/lib/xz/xz_dec_bcj.c | |||
| @@ -441,8 +441,12 @@ XZ_EXTERN enum xz_ret xz_dec_bcj_run(struct xz_dec_bcj *s, | |||
| 441 | * next filter in the chain. Apply the BCJ filter on the new data | 441 | * next filter in the chain. Apply the BCJ filter on the new data |
| 442 | * in the output buffer. If everything cannot be filtered, copy it | 442 | * in the output buffer. If everything cannot be filtered, copy it |
| 443 | * to temp and rewind the output buffer position accordingly. | 443 | * to temp and rewind the output buffer position accordingly. |
| 444 | * | ||
| 445 | * This needs to be always run when temp.size == 0 to handle a special | ||
| 446 | * case where the output buffer is full and the next filter has no | ||
| 447 | * more output coming but hasn't returned XZ_STREAM_END yet. | ||
| 444 | */ | 448 | */ |
| 445 | if (s->temp.size < b->out_size - b->out_pos) { | 449 | if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { |
| 446 | out_start = b->out_pos; | 450 | out_start = b->out_pos; |
| 447 | memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); | 451 | memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); |
| 448 | b->out_pos += s->temp.size; | 452 | b->out_pos += s->temp.size; |
| @@ -465,16 +469,25 @@ XZ_EXTERN enum xz_ret xz_dec_bcj_run(struct xz_dec_bcj *s, | |||
| 465 | s->temp.size = b->out_pos - out_start; | 469 | s->temp.size = b->out_pos - out_start; |
| 466 | b->out_pos -= s->temp.size; | 470 | b->out_pos -= s->temp.size; |
| 467 | memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); | 471 | memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); |
| 472 | |||
| 473 | /* | ||
| 474 | * If there wasn't enough input to the next filter to fill | ||
| 475 | * the output buffer with unfiltered data, there's no point | ||
| 476 | * to try decoding more data to temp. | ||
| 477 | */ | ||
| 478 | if (b->out_pos + s->temp.size < b->out_size) | ||
| 479 | return XZ_OK; | ||
| 468 | } | 480 | } |
| 469 | 481 | ||
| 470 | /* | 482 | /* |
| 471 | * If we have unfiltered data in temp, try to fill by decoding more | 483 | * We have unfiltered data in temp. If the output buffer isn't full |
| 472 | * data from the next filter. Apply the BCJ filter on temp. Then we | 484 | * yet, try to fill the temp buffer by decoding more data from the |
| 473 | * hopefully can fill the actual output buffer by copying filtered | 485 | * next filter. Apply the BCJ filter on temp. Then we hopefully can |
| 474 | * data from temp. A mix of filtered and unfiltered data may be left | 486 | * fill the actual output buffer by copying filtered data from temp. |
| 475 | * in temp; it will be taken care on the next call to this function. | 487 | * A mix of filtered and unfiltered data may be left in temp; it will |
| 488 | * be taken care on the next call to this function. | ||
| 476 | */ | 489 | */ |
| 477 | if (s->temp.size > 0) { | 490 | if (b->out_pos < b->out_size) { |
| 478 | /* Make b->out{,_pos,_size} temporarily point to s->temp. */ | 491 | /* Make b->out{,_pos,_size} temporarily point to s->temp. */ |
| 479 | s->out = b->out; | 492 | s->out = b->out; |
| 480 | s->out_pos = b->out_pos; | 493 | s->out_pos = b->out_pos; |
diff --git a/mm/backing-dev.c b/mm/backing-dev.c index d6edf8d14f9c..a87da524a4a0 100644 --- a/mm/backing-dev.c +++ b/mm/backing-dev.c | |||
| @@ -359,6 +359,17 @@ static unsigned long bdi_longest_inactive(void) | |||
| 359 | return max(5UL * 60 * HZ, interval); | 359 | return max(5UL * 60 * HZ, interval); |
| 360 | } | 360 | } |
| 361 | 361 | ||
| 362 | /* | ||
| 363 | * Clear pending bit and wakeup anybody waiting for flusher thread creation or | ||
| 364 | * shutdown | ||
| 365 | */ | ||
| 366 | static void bdi_clear_pending(struct backing_dev_info *bdi) | ||
| 367 | { | ||
| 368 | clear_bit(BDI_pending, &bdi->state); | ||
| 369 | smp_mb__after_clear_bit(); | ||
| 370 | wake_up_bit(&bdi->state, BDI_pending); | ||
| 371 | } | ||
| 372 | |||
| 362 | static int bdi_forker_thread(void *ptr) | 373 | static int bdi_forker_thread(void *ptr) |
| 363 | { | 374 | { |
| 364 | struct bdi_writeback *me = ptr; | 375 | struct bdi_writeback *me = ptr; |
| @@ -390,6 +401,13 @@ static int bdi_forker_thread(void *ptr) | |||
| 390 | } | 401 | } |
| 391 | 402 | ||
| 392 | spin_lock_bh(&bdi_lock); | 403 | spin_lock_bh(&bdi_lock); |
| 404 | /* | ||
| 405 | * In the following loop we are going to check whether we have | ||
| 406 | * some work to do without any synchronization with tasks | ||
| 407 | * waking us up to do work for them. So we have to set task | ||
| 408 | * state already here so that we don't miss wakeups coming | ||
| 409 | * after we verify some condition. | ||
| 410 | */ | ||
| 393 | set_current_state(TASK_INTERRUPTIBLE); | 411 | set_current_state(TASK_INTERRUPTIBLE); |
| 394 | 412 | ||
| 395 | list_for_each_entry(bdi, &bdi_list, bdi_list) { | 413 | list_for_each_entry(bdi, &bdi_list, bdi_list) { |
| @@ -469,11 +487,13 @@ static int bdi_forker_thread(void *ptr) | |||
| 469 | spin_unlock_bh(&bdi->wb_lock); | 487 | spin_unlock_bh(&bdi->wb_lock); |
| 470 | wake_up_process(task); | 488 | wake_up_process(task); |
| 471 | } | 489 | } |
| 490 | bdi_clear_pending(bdi); | ||
| 472 | break; | 491 | break; |
| 473 | 492 | ||
| 474 | case KILL_THREAD: | 493 | case KILL_THREAD: |
| 475 | __set_current_state(TASK_RUNNING); | 494 | __set_current_state(TASK_RUNNING); |
| 476 | kthread_stop(task); | 495 | kthread_stop(task); |
| 496 | bdi_clear_pending(bdi); | ||
| 477 | break; | 497 | break; |
| 478 | 498 | ||
| 479 | case NO_ACTION: | 499 | case NO_ACTION: |
| @@ -489,16 +509,8 @@ static int bdi_forker_thread(void *ptr) | |||
| 489 | else | 509 | else |
| 490 | schedule_timeout(msecs_to_jiffies(dirty_writeback_interval * 10)); | 510 | schedule_timeout(msecs_to_jiffies(dirty_writeback_interval * 10)); |
| 491 | try_to_freeze(); | 511 | try_to_freeze(); |
| 492 | /* Back to the main loop */ | 512 | break; |
| 493 | continue; | ||
| 494 | } | 513 | } |
| 495 | |||
| 496 | /* | ||
| 497 | * Clear pending bit and wakeup anybody waiting to tear us down. | ||
| 498 | */ | ||
| 499 | clear_bit(BDI_pending, &bdi->state); | ||
| 500 | smp_mb__after_clear_bit(); | ||
| 501 | wake_up_bit(&bdi->state, BDI_pending); | ||
| 502 | } | 514 | } |
| 503 | 515 | ||
| 504 | return 0; | 516 | return 0; |
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 3e2f91ffa4e2..05dd35114a27 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c | |||
| @@ -565,7 +565,7 @@ static int interface_tx(struct sk_buff *skb, struct net_device *soft_iface) | |||
| 565 | struct orig_node *orig_node = NULL; | 565 | struct orig_node *orig_node = NULL; |
| 566 | int data_len = skb->len, ret; | 566 | int data_len = skb->len, ret; |
| 567 | short vid = -1; | 567 | short vid = -1; |
| 568 | bool do_bcast = false; | 568 | bool do_bcast; |
| 569 | 569 | ||
| 570 | if (atomic_read(&bat_priv->mesh_state) != MESH_ACTIVE) | 570 | if (atomic_read(&bat_priv->mesh_state) != MESH_ACTIVE) |
| 571 | goto dropped; | 571 | goto dropped; |
| @@ -598,15 +598,15 @@ static int interface_tx(struct sk_buff *skb, struct net_device *soft_iface) | |||
| 598 | tt_local_add(soft_iface, ethhdr->h_source); | 598 | tt_local_add(soft_iface, ethhdr->h_source); |
| 599 | 599 | ||
| 600 | orig_node = transtable_search(bat_priv, ethhdr->h_dest); | 600 | orig_node = transtable_search(bat_priv, ethhdr->h_dest); |
| 601 | if (is_multicast_ether_addr(ethhdr->h_dest) || | 601 | do_bcast = is_multicast_ether_addr(ethhdr->h_dest); |
| 602 | (orig_node && orig_node->gw_flags)) { | 602 | if (do_bcast || (orig_node && orig_node->gw_flags)) { |
| 603 | ret = gw_is_target(bat_priv, skb, orig_node); | 603 | ret = gw_is_target(bat_priv, skb, orig_node); |
| 604 | 604 | ||
| 605 | if (ret < 0) | 605 | if (ret < 0) |
| 606 | goto dropped; | 606 | goto dropped; |
| 607 | 607 | ||
| 608 | if (ret == 0) | 608 | if (ret) |
| 609 | do_bcast = true; | 609 | do_bcast = false; |
| 610 | } | 610 | } |
| 611 | 611 | ||
| 612 | /* ethernet packet should be broadcasted */ | 612 | /* ethernet packet should be broadcasted */ |
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index a40170e022e8..7ef4eb4435fb 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
| @@ -58,8 +58,8 @@ static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb) | |||
| 58 | if (status) | 58 | if (status) |
| 59 | return; | 59 | return; |
| 60 | 60 | ||
| 61 | if (test_bit(HCI_MGMT, &hdev->flags) && | 61 | if (test_and_clear_bit(HCI_INQUIRY, &hdev->flags) && |
| 62 | test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) | 62 | test_bit(HCI_MGMT, &hdev->flags)) |
| 63 | mgmt_discovering(hdev->id, 0); | 63 | mgmt_discovering(hdev->id, 0); |
| 64 | 64 | ||
| 65 | hci_req_complete(hdev, HCI_OP_INQUIRY_CANCEL, status); | 65 | hci_req_complete(hdev, HCI_OP_INQUIRY_CANCEL, status); |
| @@ -76,8 +76,8 @@ static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) | |||
| 76 | if (status) | 76 | if (status) |
| 77 | return; | 77 | return; |
| 78 | 78 | ||
| 79 | if (test_bit(HCI_MGMT, &hdev->flags) && | 79 | if (test_and_clear_bit(HCI_INQUIRY, &hdev->flags) && |
| 80 | test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) | 80 | test_bit(HCI_MGMT, &hdev->flags)) |
| 81 | mgmt_discovering(hdev->id, 0); | 81 | mgmt_discovering(hdev->id, 0); |
| 82 | 82 | ||
| 83 | hci_conn_check_pending(hdev); | 83 | hci_conn_check_pending(hdev); |
| @@ -959,9 +959,8 @@ static inline void hci_cs_inquiry(struct hci_dev *hdev, __u8 status) | |||
| 959 | return; | 959 | return; |
| 960 | } | 960 | } |
| 961 | 961 | ||
| 962 | if (test_bit(HCI_MGMT, &hdev->flags) && | 962 | if (!test_and_set_bit(HCI_INQUIRY, &hdev->flags) && |
| 963 | !test_and_set_bit(HCI_INQUIRY, | 963 | test_bit(HCI_MGMT, &hdev->flags)) |
| 964 | &hdev->flags)) | ||
| 965 | mgmt_discovering(hdev->id, 1); | 964 | mgmt_discovering(hdev->id, 1); |
| 966 | } | 965 | } |
| 967 | 966 | ||
| @@ -1340,8 +1339,8 @@ static inline void hci_inquiry_complete_evt(struct hci_dev *hdev, struct sk_buff | |||
| 1340 | 1339 | ||
| 1341 | BT_DBG("%s status %d", hdev->name, status); | 1340 | BT_DBG("%s status %d", hdev->name, status); |
| 1342 | 1341 | ||
| 1343 | if (test_bit(HCI_MGMT, &hdev->flags) && | 1342 | if (test_and_clear_bit(HCI_INQUIRY, &hdev->flags) && |
| 1344 | test_and_clear_bit(HCI_INQUIRY, &hdev->flags)) | 1343 | test_bit(HCI_MGMT, &hdev->flags)) |
| 1345 | mgmt_discovering(hdev->id, 0); | 1344 | mgmt_discovering(hdev->id, 0); |
| 1346 | 1345 | ||
| 1347 | hci_req_complete(hdev, HCI_OP_INQUIRY, status); | 1346 | hci_req_complete(hdev, HCI_OP_INQUIRY, status); |
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index 132963abc266..2883ea01e680 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c | |||
| @@ -232,6 +232,7 @@ void ceph_destroy_options(struct ceph_options *opt) | |||
| 232 | ceph_crypto_key_destroy(opt->key); | 232 | ceph_crypto_key_destroy(opt->key); |
| 233 | kfree(opt->key); | 233 | kfree(opt->key); |
| 234 | } | 234 | } |
| 235 | kfree(opt->mon_addr); | ||
| 235 | kfree(opt); | 236 | kfree(opt); |
| 236 | } | 237 | } |
| 237 | EXPORT_SYMBOL(ceph_destroy_options); | 238 | EXPORT_SYMBOL(ceph_destroy_options); |
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index c340e2e0765b..9918e9eb276e 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c | |||
| @@ -2307,6 +2307,7 @@ struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags) | |||
| 2307 | m->front_max = front_len; | 2307 | m->front_max = front_len; |
| 2308 | m->front_is_vmalloc = false; | 2308 | m->front_is_vmalloc = false; |
| 2309 | m->more_to_follow = false; | 2309 | m->more_to_follow = false; |
| 2310 | m->ack_stamp = 0; | ||
| 2310 | m->pool = NULL; | 2311 | m->pool = NULL; |
| 2311 | 2312 | ||
| 2312 | /* middle */ | 2313 | /* middle */ |
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 16836a7df7a6..88ad8a2501b5 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
| @@ -217,6 +217,7 @@ struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, | |||
| 217 | INIT_LIST_HEAD(&req->r_unsafe_item); | 217 | INIT_LIST_HEAD(&req->r_unsafe_item); |
| 218 | INIT_LIST_HEAD(&req->r_linger_item); | 218 | INIT_LIST_HEAD(&req->r_linger_item); |
| 219 | INIT_LIST_HEAD(&req->r_linger_osd); | 219 | INIT_LIST_HEAD(&req->r_linger_osd); |
| 220 | INIT_LIST_HEAD(&req->r_req_lru_item); | ||
| 220 | req->r_flags = flags; | 221 | req->r_flags = flags; |
| 221 | 222 | ||
| 222 | WARN_ON((flags & (CEPH_OSD_FLAG_READ|CEPH_OSD_FLAG_WRITE)) == 0); | 223 | WARN_ON((flags & (CEPH_OSD_FLAG_READ|CEPH_OSD_FLAG_WRITE)) == 0); |
| @@ -816,13 +817,10 @@ static void __register_request(struct ceph_osd_client *osdc, | |||
| 816 | { | 817 | { |
| 817 | req->r_tid = ++osdc->last_tid; | 818 | req->r_tid = ++osdc->last_tid; |
| 818 | req->r_request->hdr.tid = cpu_to_le64(req->r_tid); | 819 | req->r_request->hdr.tid = cpu_to_le64(req->r_tid); |
| 819 | INIT_LIST_HEAD(&req->r_req_lru_item); | ||
| 820 | |||
| 821 | dout("__register_request %p tid %lld\n", req, req->r_tid); | 820 | dout("__register_request %p tid %lld\n", req, req->r_tid); |
| 822 | __insert_request(osdc, req); | 821 | __insert_request(osdc, req); |
| 823 | ceph_osdc_get_request(req); | 822 | ceph_osdc_get_request(req); |
| 824 | osdc->num_requests++; | 823 | osdc->num_requests++; |
| 825 | |||
| 826 | if (osdc->num_requests == 1) { | 824 | if (osdc->num_requests == 1) { |
| 827 | dout(" first request, scheduling timeout\n"); | 825 | dout(" first request, scheduling timeout\n"); |
| 828 | __schedule_osd_timeout(osdc); | 826 | __schedule_osd_timeout(osdc); |
diff --git a/net/ceph/osdmap.c b/net/ceph/osdmap.c index e97c3588c3ec..fd863fe76934 100644 --- a/net/ceph/osdmap.c +++ b/net/ceph/osdmap.c | |||
| @@ -339,6 +339,7 @@ static int __insert_pg_mapping(struct ceph_pg_mapping *new, | |||
| 339 | struct ceph_pg_mapping *pg = NULL; | 339 | struct ceph_pg_mapping *pg = NULL; |
| 340 | int c; | 340 | int c; |
| 341 | 341 | ||
| 342 | dout("__insert_pg_mapping %llx %p\n", *(u64 *)&new->pgid, new); | ||
| 342 | while (*p) { | 343 | while (*p) { |
| 343 | parent = *p; | 344 | parent = *p; |
| 344 | pg = rb_entry(parent, struct ceph_pg_mapping, node); | 345 | pg = rb_entry(parent, struct ceph_pg_mapping, node); |
| @@ -366,16 +367,33 @@ static struct ceph_pg_mapping *__lookup_pg_mapping(struct rb_root *root, | |||
| 366 | while (n) { | 367 | while (n) { |
| 367 | pg = rb_entry(n, struct ceph_pg_mapping, node); | 368 | pg = rb_entry(n, struct ceph_pg_mapping, node); |
| 368 | c = pgid_cmp(pgid, pg->pgid); | 369 | c = pgid_cmp(pgid, pg->pgid); |
| 369 | if (c < 0) | 370 | if (c < 0) { |
| 370 | n = n->rb_left; | 371 | n = n->rb_left; |
| 371 | else if (c > 0) | 372 | } else if (c > 0) { |
| 372 | n = n->rb_right; | 373 | n = n->rb_right; |
| 373 | else | 374 | } else { |
| 375 | dout("__lookup_pg_mapping %llx got %p\n", | ||
| 376 | *(u64 *)&pgid, pg); | ||
| 374 | return pg; | 377 | return pg; |
| 378 | } | ||
| 375 | } | 379 | } |
| 376 | return NULL; | 380 | return NULL; |
| 377 | } | 381 | } |
| 378 | 382 | ||
| 383 | static int __remove_pg_mapping(struct rb_root *root, struct ceph_pg pgid) | ||
| 384 | { | ||
| 385 | struct ceph_pg_mapping *pg = __lookup_pg_mapping(root, pgid); | ||
| 386 | |||
| 387 | if (pg) { | ||
| 388 | dout("__remove_pg_mapping %llx %p\n", *(u64 *)&pgid, pg); | ||
| 389 | rb_erase(&pg->node, root); | ||
| 390 | kfree(pg); | ||
| 391 | return 0; | ||
| 392 | } | ||
| 393 | dout("__remove_pg_mapping %llx dne\n", *(u64 *)&pgid); | ||
| 394 | return -ENOENT; | ||
| 395 | } | ||
| 396 | |||
| 379 | /* | 397 | /* |
| 380 | * rbtree of pg pool info | 398 | * rbtree of pg pool info |
| 381 | */ | 399 | */ |
| @@ -711,7 +729,6 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, | |||
| 711 | void *start = *p; | 729 | void *start = *p; |
| 712 | int err = -EINVAL; | 730 | int err = -EINVAL; |
| 713 | u16 version; | 731 | u16 version; |
| 714 | struct rb_node *rbp; | ||
| 715 | 732 | ||
| 716 | ceph_decode_16_safe(p, end, version, bad); | 733 | ceph_decode_16_safe(p, end, version, bad); |
| 717 | if (version > CEPH_OSDMAP_INC_VERSION) { | 734 | if (version > CEPH_OSDMAP_INC_VERSION) { |
| @@ -861,7 +878,6 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, | |||
| 861 | } | 878 | } |
| 862 | 879 | ||
| 863 | /* new_pg_temp */ | 880 | /* new_pg_temp */ |
| 864 | rbp = rb_first(&map->pg_temp); | ||
| 865 | ceph_decode_32_safe(p, end, len, bad); | 881 | ceph_decode_32_safe(p, end, len, bad); |
| 866 | while (len--) { | 882 | while (len--) { |
| 867 | struct ceph_pg_mapping *pg; | 883 | struct ceph_pg_mapping *pg; |
| @@ -872,18 +888,6 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, | |||
| 872 | ceph_decode_copy(p, &pgid, sizeof(pgid)); | 888 | ceph_decode_copy(p, &pgid, sizeof(pgid)); |
| 873 | pglen = ceph_decode_32(p); | 889 | pglen = ceph_decode_32(p); |
| 874 | 890 | ||
| 875 | /* remove any? */ | ||
| 876 | while (rbp && pgid_cmp(rb_entry(rbp, struct ceph_pg_mapping, | ||
| 877 | node)->pgid, pgid) <= 0) { | ||
| 878 | struct ceph_pg_mapping *cur = | ||
| 879 | rb_entry(rbp, struct ceph_pg_mapping, node); | ||
| 880 | |||
| 881 | rbp = rb_next(rbp); | ||
| 882 | dout(" removed pg_temp %llx\n", *(u64 *)&cur->pgid); | ||
| 883 | rb_erase(&cur->node, &map->pg_temp); | ||
| 884 | kfree(cur); | ||
| 885 | } | ||
| 886 | |||
| 887 | if (pglen) { | 891 | if (pglen) { |
| 888 | /* insert */ | 892 | /* insert */ |
| 889 | ceph_decode_need(p, end, pglen*sizeof(u32), bad); | 893 | ceph_decode_need(p, end, pglen*sizeof(u32), bad); |
| @@ -903,17 +907,11 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, | |||
| 903 | } | 907 | } |
| 904 | dout(" added pg_temp %llx len %d\n", *(u64 *)&pgid, | 908 | dout(" added pg_temp %llx len %d\n", *(u64 *)&pgid, |
| 905 | pglen); | 909 | pglen); |
| 910 | } else { | ||
| 911 | /* remove */ | ||
| 912 | __remove_pg_mapping(&map->pg_temp, pgid); | ||
| 906 | } | 913 | } |
| 907 | } | 914 | } |
| 908 | while (rbp) { | ||
| 909 | struct ceph_pg_mapping *cur = | ||
| 910 | rb_entry(rbp, struct ceph_pg_mapping, node); | ||
| 911 | |||
| 912 | rbp = rb_next(rbp); | ||
| 913 | dout(" removed pg_temp %llx\n", *(u64 *)&cur->pgid); | ||
| 914 | rb_erase(&cur->node, &map->pg_temp); | ||
| 915 | kfree(cur); | ||
| 916 | } | ||
| 917 | 915 | ||
| 918 | /* ignore the rest */ | 916 | /* ignore the rest */ |
| 919 | *p = end; | 917 | *p = end; |
| @@ -1046,10 +1044,25 @@ static int *calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, | |||
| 1046 | struct ceph_pg_mapping *pg; | 1044 | struct ceph_pg_mapping *pg; |
| 1047 | struct ceph_pg_pool_info *pool; | 1045 | struct ceph_pg_pool_info *pool; |
| 1048 | int ruleno; | 1046 | int ruleno; |
| 1049 | unsigned poolid, ps, pps; | 1047 | unsigned poolid, ps, pps, t; |
| 1050 | int preferred; | 1048 | int preferred; |
| 1051 | 1049 | ||
| 1050 | poolid = le32_to_cpu(pgid.pool); | ||
| 1051 | ps = le16_to_cpu(pgid.ps); | ||
| 1052 | preferred = (s16)le16_to_cpu(pgid.preferred); | ||
| 1053 | |||
| 1054 | pool = __lookup_pg_pool(&osdmap->pg_pools, poolid); | ||
| 1055 | if (!pool) | ||
| 1056 | return NULL; | ||
| 1057 | |||
| 1052 | /* pg_temp? */ | 1058 | /* pg_temp? */ |
| 1059 | if (preferred >= 0) | ||
| 1060 | t = ceph_stable_mod(ps, le32_to_cpu(pool->v.lpg_num), | ||
| 1061 | pool->lpgp_num_mask); | ||
| 1062 | else | ||
| 1063 | t = ceph_stable_mod(ps, le32_to_cpu(pool->v.pg_num), | ||
| 1064 | pool->pgp_num_mask); | ||
| 1065 | pgid.ps = cpu_to_le16(t); | ||
| 1053 | pg = __lookup_pg_mapping(&osdmap->pg_temp, pgid); | 1066 | pg = __lookup_pg_mapping(&osdmap->pg_temp, pgid); |
| 1054 | if (pg) { | 1067 | if (pg) { |
| 1055 | *num = pg->len; | 1068 | *num = pg->len; |
| @@ -1057,18 +1070,6 @@ static int *calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, | |||
| 1057 | } | 1070 | } |
| 1058 | 1071 | ||
| 1059 | /* crush */ | 1072 | /* crush */ |
| 1060 | poolid = le32_to_cpu(pgid.pool); | ||
| 1061 | ps = le16_to_cpu(pgid.ps); | ||
| 1062 | preferred = (s16)le16_to_cpu(pgid.preferred); | ||
| 1063 | |||
| 1064 | /* don't forcefeed bad device ids to crush */ | ||
| 1065 | if (preferred >= osdmap->max_osd || | ||
| 1066 | preferred >= osdmap->crush->max_devices) | ||
| 1067 | preferred = -1; | ||
| 1068 | |||
| 1069 | pool = __lookup_pg_pool(&osdmap->pg_pools, poolid); | ||
| 1070 | if (!pool) | ||
| 1071 | return NULL; | ||
| 1072 | ruleno = crush_find_rule(osdmap->crush, pool->v.crush_ruleset, | 1073 | ruleno = crush_find_rule(osdmap->crush, pool->v.crush_ruleset, |
| 1073 | pool->v.type, pool->v.size); | 1074 | pool->v.type, pool->v.size); |
| 1074 | if (ruleno < 0) { | 1075 | if (ruleno < 0) { |
| @@ -1078,6 +1079,11 @@ static int *calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, | |||
| 1078 | return NULL; | 1079 | return NULL; |
| 1079 | } | 1080 | } |
| 1080 | 1081 | ||
| 1082 | /* don't forcefeed bad device ids to crush */ | ||
| 1083 | if (preferred >= osdmap->max_osd || | ||
| 1084 | preferred >= osdmap->crush->max_devices) | ||
| 1085 | preferred = -1; | ||
| 1086 | |||
| 1081 | if (preferred >= 0) | 1087 | if (preferred >= 0) |
| 1082 | pps = ceph_stable_mod(ps, | 1088 | pps = ceph_stable_mod(ps, |
| 1083 | le32_to_cpu(pool->v.lpgp_num), | 1089 | le32_to_cpu(pool->v.lpgp_num), |
diff --git a/net/core/fib_rules.c b/net/core/fib_rules.c index e7ab0c0285b5..3231b468bb72 100644 --- a/net/core/fib_rules.c +++ b/net/core/fib_rules.c | |||
| @@ -384,8 +384,8 @@ static int fib_nl_newrule(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg) | |||
| 384 | */ | 384 | */ |
| 385 | list_for_each_entry(r, &ops->rules_list, list) { | 385 | list_for_each_entry(r, &ops->rules_list, list) { |
| 386 | if (r->action == FR_ACT_GOTO && | 386 | if (r->action == FR_ACT_GOTO && |
| 387 | r->target == rule->pref) { | 387 | r->target == rule->pref && |
| 388 | BUG_ON(rtnl_dereference(r->ctarget) != NULL); | 388 | rtnl_dereference(r->ctarget) == NULL) { |
| 389 | rcu_assign_pointer(r->ctarget, rule); | 389 | rcu_assign_pointer(r->ctarget, rule); |
| 390 | if (--ops->unresolved_rules == 0) | 390 | if (--ops->unresolved_rules == 0) |
| 391 | break; | 391 | break; |
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index f012ebd87b43..12368c586068 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
| @@ -374,8 +374,8 @@ static struct inet6_dev * ipv6_add_dev(struct net_device *dev) | |||
| 374 | "%s(): cannot allocate memory for statistics; dev=%s.\n", | 374 | "%s(): cannot allocate memory for statistics; dev=%s.\n", |
| 375 | __func__, dev->name)); | 375 | __func__, dev->name)); |
| 376 | neigh_parms_release(&nd_tbl, ndev->nd_parms); | 376 | neigh_parms_release(&nd_tbl, ndev->nd_parms); |
| 377 | ndev->dead = 1; | 377 | dev_put(dev); |
| 378 | in6_dev_finish_destroy(ndev); | 378 | kfree(ndev); |
| 379 | return NULL; | 379 | return NULL; |
| 380 | } | 380 | } |
| 381 | 381 | ||
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 705c82886281..def0538e2413 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c | |||
| @@ -696,8 +696,10 @@ static netdev_tx_t reg_vif_xmit(struct sk_buff *skb, | |||
| 696 | int err; | 696 | int err; |
| 697 | 697 | ||
| 698 | err = ip6mr_fib_lookup(net, &fl6, &mrt); | 698 | err = ip6mr_fib_lookup(net, &fl6, &mrt); |
| 699 | if (err < 0) | 699 | if (err < 0) { |
| 700 | kfree_skb(skb); | ||
| 700 | return err; | 701 | return err; |
| 702 | } | ||
| 701 | 703 | ||
| 702 | read_lock(&mrt_lock); | 704 | read_lock(&mrt_lock); |
| 703 | dev->stats.tx_bytes += skb->len; | 705 | dev->stats.tx_bytes += skb->len; |
| @@ -2052,8 +2054,10 @@ int ip6_mr_input(struct sk_buff *skb) | |||
| 2052 | int err; | 2054 | int err; |
| 2053 | 2055 | ||
| 2054 | err = ip6mr_fib_lookup(net, &fl6, &mrt); | 2056 | err = ip6mr_fib_lookup(net, &fl6, &mrt); |
| 2055 | if (err < 0) | 2057 | if (err < 0) { |
| 2058 | kfree_skb(skb); | ||
| 2056 | return err; | 2059 | return err; |
| 2060 | } | ||
| 2057 | 2061 | ||
| 2058 | read_lock(&mrt_lock); | 2062 | read_lock(&mrt_lock); |
| 2059 | cache = ip6mr_cache_find(mrt, | 2063 | cache = ip6mr_cache_find(mrt, |
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 1250f9020670..fb545edef6ea 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
| @@ -244,7 +244,9 @@ static inline struct rt6_info *ip6_dst_alloc(struct dst_ops *ops, | |||
| 244 | { | 244 | { |
| 245 | struct rt6_info *rt = dst_alloc(ops, dev, 0, 0, flags); | 245 | struct rt6_info *rt = dst_alloc(ops, dev, 0, 0, flags); |
| 246 | 246 | ||
| 247 | memset(&rt->rt6i_table, 0, sizeof(*rt) - sizeof(struct dst_entry)); | 247 | if (rt != NULL) |
| 248 | memset(&rt->rt6i_table, 0, | ||
| 249 | sizeof(*rt) - sizeof(struct dst_entry)); | ||
| 248 | 250 | ||
| 249 | return rt; | 251 | return rt; |
| 250 | } | 252 | } |
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index e83e7fee3bc0..ea40d540a990 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c | |||
| @@ -4113,9 +4113,12 @@ static int nl80211_crypto_settings(struct cfg80211_registered_device *rdev, | |||
| 4113 | if (len % sizeof(u32)) | 4113 | if (len % sizeof(u32)) |
| 4114 | return -EINVAL; | 4114 | return -EINVAL; |
| 4115 | 4115 | ||
| 4116 | if (settings->n_akm_suites > NL80211_MAX_NR_AKM_SUITES) | ||
| 4117 | return -EINVAL; | ||
| 4118 | |||
| 4116 | memcpy(settings->akm_suites, data, len); | 4119 | memcpy(settings->akm_suites, data, len); |
| 4117 | 4120 | ||
| 4118 | for (i = 0; i < settings->n_ciphers_pairwise; i++) | 4121 | for (i = 0; i < settings->n_akm_suites; i++) |
| 4119 | if (!nl80211_valid_akm_suite(settings->akm_suites[i])) | 4122 | if (!nl80211_valid_akm_suite(settings->akm_suites[i])) |
| 4120 | return -EINVAL; | 4123 | return -EINVAL; |
| 4121 | } | 4124 | } |
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 02751dbc5a97..68a471ba193f 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
| @@ -852,6 +852,7 @@ static void handle_channel(struct wiphy *wiphy, | |||
| 852 | return; | 852 | return; |
| 853 | } | 853 | } |
| 854 | 854 | ||
| 855 | chan->beacon_found = false; | ||
| 855 | chan->flags = flags | bw_flags | map_regdom_flags(reg_rule->flags); | 856 | chan->flags = flags | bw_flags | map_regdom_flags(reg_rule->flags); |
| 856 | chan->max_antenna_gain = min(chan->orig_mag, | 857 | chan->max_antenna_gain = min(chan->orig_mag, |
| 857 | (int) MBI_TO_DBI(power_rule->max_antenna_gain)); | 858 | (int) MBI_TO_DBI(power_rule->max_antenna_gain)); |
diff --git a/net/wireless/sme.c b/net/wireless/sme.c index b7b6ff8be553..dec0fa28372e 100644 --- a/net/wireless/sme.c +++ b/net/wireless/sme.c | |||
| @@ -118,6 +118,8 @@ static int cfg80211_conn_scan(struct wireless_dev *wdev) | |||
| 118 | i++, j++) | 118 | i++, j++) |
| 119 | request->channels[i] = | 119 | request->channels[i] = |
| 120 | &wdev->wiphy->bands[band]->channels[j]; | 120 | &wdev->wiphy->bands[band]->channels[j]; |
| 121 | request->rates[band] = | ||
| 122 | (1 << wdev->wiphy->bands[band]->n_bitrates) - 1; | ||
| 121 | } | 123 | } |
| 122 | } | 124 | } |
| 123 | request->n_channels = n_channels; | 125 | request->n_channels = n_channels; |
diff --git a/net/xfrm/xfrm_input.c b/net/xfrm/xfrm_input.c index a026b0ef2443..54a0dc2e2f8d 100644 --- a/net/xfrm/xfrm_input.c +++ b/net/xfrm/xfrm_input.c | |||
| @@ -212,6 +212,11 @@ resume: | |||
| 212 | /* only the first xfrm gets the encap type */ | 212 | /* only the first xfrm gets the encap type */ |
| 213 | encap_type = 0; | 213 | encap_type = 0; |
| 214 | 214 | ||
| 215 | if (async && x->repl->check(x, skb, seq)) { | ||
| 216 | XFRM_INC_STATS(net, LINUX_MIB_XFRMINSTATESEQERROR); | ||
| 217 | goto drop_unlock; | ||
| 218 | } | ||
| 219 | |||
| 215 | x->repl->advance(x, seq); | 220 | x->repl->advance(x, seq); |
| 216 | 221 | ||
| 217 | x->curlft.bytes += skb->len; | 222 | x->curlft.bytes += skb->len; |
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 94fdcc7f1030..552df27dcf53 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c | |||
| @@ -1349,14 +1349,16 @@ static inline struct xfrm_dst *xfrm_alloc_dst(struct net *net, int family) | |||
| 1349 | BUG(); | 1349 | BUG(); |
| 1350 | } | 1350 | } |
| 1351 | xdst = dst_alloc(dst_ops, NULL, 0, 0, 0); | 1351 | xdst = dst_alloc(dst_ops, NULL, 0, 0, 0); |
| 1352 | memset(&xdst->u.rt6.rt6i_table, 0, sizeof(*xdst) - sizeof(struct dst_entry)); | ||
| 1353 | xfrm_policy_put_afinfo(afinfo); | ||
| 1354 | 1352 | ||
| 1355 | if (likely(xdst)) | 1353 | if (likely(xdst)) { |
| 1354 | memset(&xdst->u.rt6.rt6i_table, 0, | ||
| 1355 | sizeof(*xdst) - sizeof(struct dst_entry)); | ||
| 1356 | xdst->flo.ops = &xfrm_bundle_fc_ops; | 1356 | xdst->flo.ops = &xfrm_bundle_fc_ops; |
| 1357 | else | 1357 | } else |
| 1358 | xdst = ERR_PTR(-ENOBUFS); | 1358 | xdst = ERR_PTR(-ENOBUFS); |
| 1359 | 1359 | ||
| 1360 | xfrm_policy_put_afinfo(afinfo); | ||
| 1361 | |||
| 1360 | return xdst; | 1362 | return xdst; |
| 1361 | } | 1363 | } |
| 1362 | 1364 | ||
diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c index f9123f09e83e..32b02d906703 100644 --- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c | |||
| @@ -68,6 +68,7 @@ MODULE_PARM_DESC(enable, "Enable FM801 soundcard."); | |||
| 68 | module_param_array(tea575x_tuner, int, NULL, 0444); | 68 | module_param_array(tea575x_tuner, int, NULL, 0444); |
| 69 | MODULE_PARM_DESC(tea575x_tuner, "TEA575x tuner access method (0 = auto, 1 = SF256-PCS, 2=SF256-PCP, 3=SF64-PCR, 8=disable, +16=tuner-only)."); | 69 | MODULE_PARM_DESC(tea575x_tuner, "TEA575x tuner access method (0 = auto, 1 = SF256-PCS, 2=SF256-PCP, 3=SF64-PCR, 8=disable, +16=tuner-only)."); |
| 70 | 70 | ||
| 71 | #define TUNER_DISABLED (1<<3) | ||
| 71 | #define TUNER_ONLY (1<<4) | 72 | #define TUNER_ONLY (1<<4) |
| 72 | #define TUNER_TYPE_MASK (~TUNER_ONLY & 0xFFFF) | 73 | #define TUNER_TYPE_MASK (~TUNER_ONLY & 0xFFFF) |
| 73 | 74 | ||
| @@ -1150,7 +1151,8 @@ static int snd_fm801_free(struct fm801 *chip) | |||
| 1150 | 1151 | ||
| 1151 | __end_hw: | 1152 | __end_hw: |
| 1152 | #ifdef CONFIG_SND_FM801_TEA575X_BOOL | 1153 | #ifdef CONFIG_SND_FM801_TEA575X_BOOL |
| 1153 | snd_tea575x_exit(&chip->tea); | 1154 | if (!(chip->tea575x_tuner & TUNER_DISABLED)) |
| 1155 | snd_tea575x_exit(&chip->tea); | ||
| 1154 | #endif | 1156 | #endif |
| 1155 | if (chip->irq >= 0) | 1157 | if (chip->irq >= 0) |
| 1156 | free_irq(chip->irq, chip); | 1158 | free_irq(chip->irq, chip); |
| @@ -1236,7 +1238,6 @@ static int __devinit snd_fm801_create(struct snd_card *card, | |||
| 1236 | (tea575x_tuner & TUNER_TYPE_MASK) < 4) { | 1238 | (tea575x_tuner & TUNER_TYPE_MASK) < 4) { |
| 1237 | if (snd_tea575x_init(&chip->tea)) { | 1239 | if (snd_tea575x_init(&chip->tea)) { |
| 1238 | snd_printk(KERN_ERR "TEA575x radio not found\n"); | 1240 | snd_printk(KERN_ERR "TEA575x radio not found\n"); |
| 1239 | snd_fm801_free(chip); | ||
| 1240 | return -ENODEV; | 1241 | return -ENODEV; |
| 1241 | } | 1242 | } |
| 1242 | } else if ((tea575x_tuner & TUNER_TYPE_MASK) == 0) { | 1243 | } else if ((tea575x_tuner & TUNER_TYPE_MASK) == 0) { |
| @@ -1251,11 +1252,15 @@ static int __devinit snd_fm801_create(struct snd_card *card, | |||
| 1251 | } | 1252 | } |
| 1252 | if (tea575x_tuner == 4) { | 1253 | if (tea575x_tuner == 4) { |
| 1253 | snd_printk(KERN_ERR "TEA575x radio not found\n"); | 1254 | snd_printk(KERN_ERR "TEA575x radio not found\n"); |
| 1254 | snd_fm801_free(chip); | 1255 | chip->tea575x_tuner = TUNER_DISABLED; |
| 1255 | return -ENODEV; | ||
| 1256 | } | 1256 | } |
| 1257 | } | 1257 | } |
| 1258 | strlcpy(chip->tea.card, snd_fm801_tea575x_gpios[(tea575x_tuner & TUNER_TYPE_MASK) - 1].name, sizeof(chip->tea.card)); | 1258 | if (!(chip->tea575x_tuner & TUNER_DISABLED)) { |
| 1259 | strlcpy(chip->tea.card, | ||
| 1260 | snd_fm801_tea575x_gpios[(tea575x_tuner & | ||
| 1261 | TUNER_TYPE_MASK) - 1].name, | ||
| 1262 | sizeof(chip->tea.card)); | ||
| 1263 | } | ||
| 1259 | #endif | 1264 | #endif |
| 1260 | 1265 | ||
| 1261 | *rchip = chip; | 1266 | *rchip = chip; |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7cabd7317163..7a73621a8909 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -168,7 +168,7 @@ struct alc_spec { | |||
| 168 | unsigned int auto_mic_valid_imux:1; /* valid imux for auto-mic */ | 168 | unsigned int auto_mic_valid_imux:1; /* valid imux for auto-mic */ |
| 169 | unsigned int automute:1; /* HP automute enabled */ | 169 | unsigned int automute:1; /* HP automute enabled */ |
| 170 | unsigned int detect_line:1; /* Line-out detection enabled */ | 170 | unsigned int detect_line:1; /* Line-out detection enabled */ |
| 171 | unsigned int automute_lines:1; /* automute line-out as well */ | 171 | unsigned int automute_lines:1; /* automute line-out as well; NOP when automute_hp_lo isn't set */ |
| 172 | unsigned int automute_hp_lo:1; /* both HP and LO available */ | 172 | unsigned int automute_hp_lo:1; /* both HP and LO available */ |
| 173 | 173 | ||
| 174 | /* other flags */ | 174 | /* other flags */ |
| @@ -551,7 +551,7 @@ static void update_speakers(struct hda_codec *codec) | |||
| 551 | if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0] || | 551 | if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0] || |
| 552 | spec->autocfg.line_out_pins[0] == spec->autocfg.speaker_pins[0]) | 552 | spec->autocfg.line_out_pins[0] == spec->autocfg.speaker_pins[0]) |
| 553 | return; | 553 | return; |
| 554 | if (!spec->automute_lines || !spec->automute) | 554 | if (!spec->automute || (spec->automute_hp_lo && !spec->automute_lines)) |
| 555 | on = 0; | 555 | on = 0; |
| 556 | else | 556 | else |
| 557 | on = spec->jack_present; | 557 | on = spec->jack_present; |
| @@ -578,6 +578,10 @@ static void alc_line_automute(struct hda_codec *codec) | |||
| 578 | { | 578 | { |
| 579 | struct alc_spec *spec = codec->spec; | 579 | struct alc_spec *spec = codec->spec; |
| 580 | 580 | ||
| 581 | /* check LO jack only when it's different from HP */ | ||
| 582 | if (spec->autocfg.line_out_pins[0] == spec->autocfg.hp_pins[0]) | ||
| 583 | return; | ||
| 584 | |||
| 581 | spec->line_jack_present = | 585 | spec->line_jack_present = |
| 582 | detect_jacks(codec, ARRAY_SIZE(spec->autocfg.line_out_pins), | 586 | detect_jacks(codec, ARRAY_SIZE(spec->autocfg.line_out_pins), |
| 583 | spec->autocfg.line_out_pins); | 587 | spec->autocfg.line_out_pins); |
| @@ -803,7 +807,7 @@ static int alc_automute_mode_get(struct snd_kcontrol *kcontrol, | |||
| 803 | unsigned int val; | 807 | unsigned int val; |
| 804 | if (!spec->automute) | 808 | if (!spec->automute) |
| 805 | val = 0; | 809 | val = 0; |
| 806 | else if (!spec->automute_lines) | 810 | else if (!spec->automute_hp_lo || !spec->automute_lines) |
| 807 | val = 1; | 811 | val = 1; |
| 808 | else | 812 | else |
| 809 | val = 2; | 813 | val = 2; |
| @@ -824,7 +828,8 @@ static int alc_automute_mode_put(struct snd_kcontrol *kcontrol, | |||
| 824 | spec->automute = 0; | 828 | spec->automute = 0; |
| 825 | break; | 829 | break; |
| 826 | case 1: | 830 | case 1: |
| 827 | if (spec->automute && !spec->automute_lines) | 831 | if (spec->automute && |
| 832 | (!spec->automute_hp_lo || !spec->automute_lines)) | ||
| 828 | return 0; | 833 | return 0; |
| 829 | spec->automute = 1; | 834 | spec->automute = 1; |
| 830 | spec->automute_lines = 0; | 835 | spec->automute_lines = 0; |
| @@ -1320,7 +1325,9 @@ do_sku: | |||
| 1320 | * 15 : 1 --> enable the function "Mute internal speaker | 1325 | * 15 : 1 --> enable the function "Mute internal speaker |
| 1321 | * when the external headphone out jack is plugged" | 1326 | * when the external headphone out jack is plugged" |
| 1322 | */ | 1327 | */ |
| 1323 | if (!spec->autocfg.hp_pins[0]) { | 1328 | if (!spec->autocfg.hp_pins[0] && |
| 1329 | !(spec->autocfg.line_out_pins[0] && | ||
| 1330 | spec->autocfg.line_out_type == AUTO_PIN_HP_OUT)) { | ||
| 1324 | hda_nid_t nid; | 1331 | hda_nid_t nid; |
| 1325 | tmp = (ass >> 11) & 0x3; /* HP to chassis */ | 1332 | tmp = (ass >> 11) & 0x3; /* HP to chassis */ |
| 1326 | if (tmp == 0) | 1333 | if (tmp == 0) |
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 5145b663ef6e..987e3cf71a0b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
| @@ -5630,6 +5630,7 @@ again: | |||
| 5630 | switch (codec->vendor_id) { | 5630 | switch (codec->vendor_id) { |
| 5631 | case 0x111d76d1: | 5631 | case 0x111d76d1: |
| 5632 | case 0x111d76d9: | 5632 | case 0x111d76d9: |
| 5633 | case 0x111d76df: | ||
| 5633 | case 0x111d76e5: | 5634 | case 0x111d76e5: |
| 5634 | case 0x111d7666: | 5635 | case 0x111d7666: |
| 5635 | case 0x111d7667: | 5636 | case 0x111d7667: |
| @@ -6573,6 +6574,7 @@ static const struct hda_codec_preset snd_hda_preset_sigmatel[] = { | |||
| 6573 | { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx }, | 6574 | { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx }, |
| 6574 | { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx }, | 6575 | { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx }, |
| 6575 | { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx }, | 6576 | { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx }, |
| 6577 | { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx}, | ||
| 6576 | { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx}, | 6578 | { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx}, |
| 6577 | { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx}, | 6579 | { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx}, |
| 6578 | { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx}, | 6580 | { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx}, |
diff --git a/sound/soc/blackfin/bf5xx-ad73311.c b/sound/soc/blackfin/bf5xx-ad73311.c index 732a247f2527..b94eb7ef7d16 100644 --- a/sound/soc/blackfin/bf5xx-ad73311.c +++ b/sound/soc/blackfin/bf5xx-ad73311.c | |||
| @@ -128,7 +128,7 @@ static int snd_ad73311_configure(void) | |||
| 128 | return 0; | 128 | return 0; |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | static int bf5xx_probe(struct platform_device *pdev) | 131 | static int bf5xx_probe(struct snd_soc_card *card) |
| 132 | { | 132 | { |
| 133 | int err; | 133 | int err; |
| 134 | if (gpio_request(GPIO_SE, "AD73311_SE")) { | 134 | if (gpio_request(GPIO_SE, "AD73311_SE")) { |
diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c index 84f4ad568556..9801cd7cfcb5 100644 --- a/sound/soc/codecs/ssm2602.c +++ b/sound/soc/codecs/ssm2602.c | |||
| @@ -431,7 +431,8 @@ static int ssm2602_set_dai_fmt(struct snd_soc_dai *codec_dai, | |||
| 431 | static int ssm2602_set_bias_level(struct snd_soc_codec *codec, | 431 | static int ssm2602_set_bias_level(struct snd_soc_codec *codec, |
| 432 | enum snd_soc_bias_level level) | 432 | enum snd_soc_bias_level level) |
| 433 | { | 433 | { |
| 434 | u16 reg = snd_soc_read(codec, SSM2602_PWR) & 0xff7f; | 434 | u16 reg = snd_soc_read(codec, SSM2602_PWR); |
| 435 | reg &= ~(PWR_POWER_OFF | PWR_OSC_PDN); | ||
| 435 | 436 | ||
| 436 | switch (level) { | 437 | switch (level) { |
| 437 | case SND_SOC_BIAS_ON: | 438 | case SND_SOC_BIAS_ON: |
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 1725550c293e..d2c315fa1b9b 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
| @@ -3479,31 +3479,6 @@ int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) | |||
| 3479 | } | 3479 | } |
| 3480 | EXPORT_SYMBOL_GPL(wm8962_mic_detect); | 3480 | EXPORT_SYMBOL_GPL(wm8962_mic_detect); |
| 3481 | 3481 | ||
| 3482 | #ifdef CONFIG_PM | ||
| 3483 | static int wm8962_resume(struct snd_soc_codec *codec) | ||
| 3484 | { | ||
| 3485 | u16 *reg_cache = codec->reg_cache; | ||
| 3486 | int i; | ||
| 3487 | |||
| 3488 | /* Restore the registers */ | ||
| 3489 | for (i = 1; i < codec->driver->reg_cache_size; i++) { | ||
| 3490 | switch (i) { | ||
| 3491 | case WM8962_SOFTWARE_RESET: | ||
| 3492 | continue; | ||
| 3493 | default: | ||
| 3494 | break; | ||
| 3495 | } | ||
| 3496 | |||
| 3497 | if (reg_cache[i] != wm8962_reg[i]) | ||
| 3498 | snd_soc_write(codec, i, reg_cache[i]); | ||
| 3499 | } | ||
| 3500 | |||
| 3501 | return 0; | ||
| 3502 | } | ||
| 3503 | #else | ||
| 3504 | #define wm8962_resume NULL | ||
| 3505 | #endif | ||
| 3506 | |||
| 3507 | #if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE) | 3482 | #if defined(CONFIG_INPUT) || defined(CONFIG_INPUT_MODULE) |
| 3508 | static int beep_rates[] = { | 3483 | static int beep_rates[] = { |
| 3509 | 500, 1000, 2000, 4000, | 3484 | 500, 1000, 2000, 4000, |
| @@ -4015,7 +3990,6 @@ static int wm8962_remove(struct snd_soc_codec *codec) | |||
| 4015 | static struct snd_soc_codec_driver soc_codec_dev_wm8962 = { | 3990 | static struct snd_soc_codec_driver soc_codec_dev_wm8962 = { |
| 4016 | .probe = wm8962_probe, | 3991 | .probe = wm8962_probe, |
| 4017 | .remove = wm8962_remove, | 3992 | .remove = wm8962_remove, |
| 4018 | .resume = wm8962_resume, | ||
| 4019 | .set_bias_level = wm8962_set_bias_level, | 3993 | .set_bias_level = wm8962_set_bias_level, |
| 4020 | .reg_cache_size = WM8962_MAX_REGISTER + 1, | 3994 | .reg_cache_size = WM8962_MAX_REGISTER + 1, |
| 4021 | .reg_word_size = sizeof(u16), | 3995 | .reg_word_size = sizeof(u16), |
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index ebcc2d4d2b18..478d60778453 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c | |||
| @@ -516,6 +516,12 @@ static int omap_mcbsp_dai_set_dai_sysclk(struct snd_soc_dai *cpu_dai, | |||
| 516 | struct omap_mcbsp_reg_cfg *regs = &mcbsp_data->regs; | 516 | struct omap_mcbsp_reg_cfg *regs = &mcbsp_data->regs; |
| 517 | int err = 0; | 517 | int err = 0; |
| 518 | 518 | ||
| 519 | if (mcbsp_data->active) | ||
| 520 | if (freq == mcbsp_data->in_freq) | ||
| 521 | return 0; | ||
| 522 | else | ||
| 523 | return -EBUSY; | ||
| 524 | |||
| 519 | /* The McBSP signal muxing functions are only available on McBSP1 */ | 525 | /* The McBSP signal muxing functions are only available on McBSP1 */ |
| 520 | if (clk_id == OMAP_MCBSP_CLKR_SRC_CLKR || | 526 | if (clk_id == OMAP_MCBSP_CLKR_SRC_CLKR || |
| 521 | clk_id == OMAP_MCBSP_CLKR_SRC_CLKX || | 527 | clk_id == OMAP_MCBSP_CLKR_SRC_CLKX || |
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index d2ef014af215..ef69f5a02709 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | #include <linux/bitops.h> | 30 | #include <linux/bitops.h> |
| 31 | #include <linux/debugfs.h> | 31 | #include <linux/debugfs.h> |
| 32 | #include <linux/platform_device.h> | 32 | #include <linux/platform_device.h> |
| 33 | #include <linux/ctype.h> | ||
| 33 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
| 34 | #include <sound/ac97_codec.h> | 35 | #include <sound/ac97_codec.h> |
| 35 | #include <sound/core.h> | 36 | #include <sound/core.h> |
| @@ -1434,9 +1435,20 @@ static void snd_soc_instantiate_card(struct snd_soc_card *card) | |||
| 1434 | "%s", card->name); | 1435 | "%s", card->name); |
| 1435 | snprintf(card->snd_card->longname, sizeof(card->snd_card->longname), | 1436 | snprintf(card->snd_card->longname, sizeof(card->snd_card->longname), |
| 1436 | "%s", card->long_name ? card->long_name : card->name); | 1437 | "%s", card->long_name ? card->long_name : card->name); |
| 1437 | if (card->driver_name) | 1438 | snprintf(card->snd_card->driver, sizeof(card->snd_card->driver), |
| 1438 | strlcpy(card->snd_card->driver, card->driver_name, | 1439 | "%s", card->driver_name ? card->driver_name : card->name); |
| 1439 | sizeof(card->snd_card->driver)); | 1440 | for (i = 0; i < ARRAY_SIZE(card->snd_card->driver); i++) { |
| 1441 | switch (card->snd_card->driver[i]) { | ||
| 1442 | case '_': | ||
| 1443 | case '-': | ||
| 1444 | case '\0': | ||
| 1445 | break; | ||
| 1446 | default: | ||
| 1447 | if (!isalnum(card->snd_card->driver[i])) | ||
| 1448 | card->snd_card->driver[i] = '_'; | ||
| 1449 | break; | ||
| 1450 | } | ||
| 1451 | } | ||
| 1440 | 1452 | ||
| 1441 | if (card->late_probe) { | 1453 | if (card->late_probe) { |
| 1442 | ret = card->late_probe(card); | 1454 | ret = card->late_probe(card); |
diff --git a/sound/usb/card.c b/sound/usb/card.c index 781d9e61adfb..d8f2bf401458 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c | |||
| @@ -530,8 +530,11 @@ snd_usb_audio_probe(struct usb_device *dev, | |||
| 530 | return chip; | 530 | return chip; |
| 531 | 531 | ||
| 532 | __error: | 532 | __error: |
| 533 | if (chip && !chip->num_interfaces) | 533 | if (chip) { |
| 534 | snd_card_free(chip->card); | 534 | if (!chip->num_interfaces) |
| 535 | snd_card_free(chip->card); | ||
| 536 | chip->probing = 0; | ||
| 537 | } | ||
| 535 | mutex_unlock(®ister_mutex); | 538 | mutex_unlock(®ister_mutex); |
| 536 | __err_val: | 539 | __err_val: |
| 537 | return NULL; | 540 | return NULL; |
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 3b8f7b80376b..e9d5c271db69 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
| @@ -30,6 +30,8 @@ endif | |||
| 30 | # Define EXTRA_CFLAGS=-m64 or EXTRA_CFLAGS=-m32 as appropriate for cross-builds. | 30 | # Define EXTRA_CFLAGS=-m64 or EXTRA_CFLAGS=-m32 as appropriate for cross-builds. |
| 31 | # | 31 | # |
| 32 | # Define NO_DWARF if you do not want debug-info analysis feature at all. | 32 | # Define NO_DWARF if you do not want debug-info analysis feature at all. |
| 33 | # | ||
| 34 | # Define WERROR=0 to disable treating any warnings as errors. | ||
| 33 | 35 | ||
| 34 | $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE | 36 | $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE |
| 35 | @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) | 37 | @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) |
| @@ -63,6 +65,11 @@ ifeq ($(ARCH),x86_64) | |||
| 63 | endif | 65 | endif |
| 64 | endif | 66 | endif |
| 65 | 67 | ||
| 68 | # Treat warnings as errors unless directed not to | ||
| 69 | ifneq ($(WERROR),0) | ||
| 70 | CFLAGS_WERROR := -Werror | ||
| 71 | endif | ||
| 72 | |||
| 66 | # | 73 | # |
| 67 | # Include saner warnings here, which can catch bugs: | 74 | # Include saner warnings here, which can catch bugs: |
| 68 | # | 75 | # |
| @@ -95,7 +102,7 @@ ifndef PERF_DEBUG | |||
| 95 | CFLAGS_OPTIMIZE = -O6 | 102 | CFLAGS_OPTIMIZE = -O6 |
| 96 | endif | 103 | endif |
| 97 | 104 | ||
| 98 | CFLAGS = -fno-omit-frame-pointer -ggdb3 -Wall -Wextra -std=gnu99 -Werror $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) | 105 | CFLAGS = -fno-omit-frame-pointer -ggdb3 -Wall -Wextra -std=gnu99 $(CFLAGS_WERROR) $(CFLAGS_OPTIMIZE) -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) $(EXTRA_CFLAGS) |
| 99 | EXTLIBS = -lpthread -lrt -lelf -lm | 106 | EXTLIBS = -lpthread -lrt -lelf -lm |
| 100 | ALL_CFLAGS = $(CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 | 107 | ALL_CFLAGS = $(CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |
| 101 | ALL_LDFLAGS = $(LDFLAGS) | 108 | ALL_LDFLAGS = $(LDFLAGS) |
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index 6b0519f885e4..f4c3fbee4bad 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c | |||
| @@ -161,6 +161,7 @@ static void config_attr(struct perf_evsel *evsel, struct perf_evlist *evlist) | |||
| 161 | struct perf_event_attr *attr = &evsel->attr; | 161 | struct perf_event_attr *attr = &evsel->attr; |
| 162 | int track = !evsel->idx; /* only the first counter needs these */ | 162 | int track = !evsel->idx; /* only the first counter needs these */ |
| 163 | 163 | ||
| 164 | attr->disabled = 1; | ||
| 164 | attr->inherit = !no_inherit; | 165 | attr->inherit = !no_inherit; |
| 165 | attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | | 166 | attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | |
| 166 | PERF_FORMAT_TOTAL_TIME_RUNNING | | 167 | PERF_FORMAT_TOTAL_TIME_RUNNING | |
| @@ -671,6 +672,8 @@ static int __cmd_record(int argc, const char **argv) | |||
| 671 | } | 672 | } |
| 672 | } | 673 | } |
| 673 | 674 | ||
| 675 | perf_evlist__enable(evsel_list); | ||
| 676 | |||
| 674 | /* | 677 | /* |
| 675 | * Let the child rip | 678 | * Let the child rip |
| 676 | */ | 679 | */ |
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c index 55f4c76f2821..efe696f936e2 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c | |||
| @@ -561,7 +561,7 @@ static int test__basic_mmap(void) | |||
| 561 | } | 561 | } |
| 562 | 562 | ||
| 563 | err = perf_event__parse_sample(event, attr.sample_type, sample_size, | 563 | err = perf_event__parse_sample(event, attr.sample_type, sample_size, |
| 564 | false, &sample); | 564 | false, &sample, false); |
| 565 | if (err) { | 565 | if (err) { |
| 566 | pr_err("Can't parse sample, err = %d\n", err); | 566 | pr_err("Can't parse sample, err = %d\n", err); |
| 567 | goto out_munmap; | 567 | goto out_munmap; |
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index a43433f08300..d28013b7d61c 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
| @@ -191,7 +191,8 @@ static void __zero_source_counters(struct sym_entry *syme) | |||
| 191 | symbol__annotate_zero_histograms(sym); | 191 | symbol__annotate_zero_histograms(sym); |
| 192 | } | 192 | } |
| 193 | 193 | ||
| 194 | static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) | 194 | static void record_precise_ip(struct sym_entry *syme, struct map *map, |
| 195 | int counter, u64 ip) | ||
| 195 | { | 196 | { |
| 196 | struct annotation *notes; | 197 | struct annotation *notes; |
| 197 | struct symbol *sym; | 198 | struct symbol *sym; |
| @@ -205,8 +206,8 @@ static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) | |||
| 205 | if (pthread_mutex_trylock(¬es->lock)) | 206 | if (pthread_mutex_trylock(¬es->lock)) |
| 206 | return; | 207 | return; |
| 207 | 208 | ||
| 208 | ip = syme->map->map_ip(syme->map, ip); | 209 | ip = map->map_ip(map, ip); |
| 209 | symbol__inc_addr_samples(sym, syme->map, counter, ip); | 210 | symbol__inc_addr_samples(sym, map, counter, ip); |
| 210 | 211 | ||
| 211 | pthread_mutex_unlock(¬es->lock); | 212 | pthread_mutex_unlock(¬es->lock); |
| 212 | } | 213 | } |
| @@ -810,7 +811,7 @@ static void perf_event__process_sample(const union perf_event *event, | |||
| 810 | evsel = perf_evlist__id2evsel(top.evlist, sample->id); | 811 | evsel = perf_evlist__id2evsel(top.evlist, sample->id); |
| 811 | assert(evsel != NULL); | 812 | assert(evsel != NULL); |
| 812 | syme->count[evsel->idx]++; | 813 | syme->count[evsel->idx]++; |
| 813 | record_precise_ip(syme, evsel->idx, ip); | 814 | record_precise_ip(syme, al.map, evsel->idx, ip); |
| 814 | pthread_mutex_lock(&top.active_symbols_lock); | 815 | pthread_mutex_lock(&top.active_symbols_lock); |
| 815 | if (list_empty(&syme->node) || !syme->node.next) { | 816 | if (list_empty(&syme->node) || !syme->node.next) { |
| 816 | static bool first = true; | 817 | static bool first = true; |
diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 3c1b8a632101..437f8ca679a0 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c | |||
| @@ -169,12 +169,17 @@ static int perf_event__synthesize_mmap_events(union perf_event *event, | |||
| 169 | continue; | 169 | continue; |
| 170 | pbf += n + 3; | 170 | pbf += n + 3; |
| 171 | if (*pbf == 'x') { /* vm_exec */ | 171 | if (*pbf == 'x') { /* vm_exec */ |
| 172 | char anonstr[] = "//anon\n"; | ||
| 172 | char *execname = strchr(bf, '/'); | 173 | char *execname = strchr(bf, '/'); |
| 173 | 174 | ||
| 174 | /* Catch VDSO */ | 175 | /* Catch VDSO */ |
| 175 | if (execname == NULL) | 176 | if (execname == NULL) |
| 176 | execname = strstr(bf, "[vdso]"); | 177 | execname = strstr(bf, "[vdso]"); |
| 177 | 178 | ||
| 179 | /* Catch anonymous mmaps */ | ||
| 180 | if ((execname == NULL) && !strstr(bf, "[")) | ||
| 181 | execname = anonstr; | ||
| 182 | |||
| 178 | if (execname == NULL) | 183 | if (execname == NULL) |
| 179 | continue; | 184 | continue; |
| 180 | 185 | ||
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 1d7f66488a88..357a85b85248 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
| @@ -186,6 +186,6 @@ const char *perf_event__name(unsigned int id); | |||
| 186 | 186 | ||
| 187 | int perf_event__parse_sample(const union perf_event *event, u64 type, | 187 | int perf_event__parse_sample(const union perf_event *event, u64 type, |
| 188 | int sample_size, bool sample_id_all, | 188 | int sample_size, bool sample_id_all, |
| 189 | struct perf_sample *sample); | 189 | struct perf_sample *sample, bool swapped); |
| 190 | 190 | ||
| 191 | #endif /* __PERF_RECORD_H */ | 191 | #endif /* __PERF_RECORD_H */ |
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c index c12bd476c6f7..72e9f4886b6d 100644 --- a/tools/perf/util/evlist.c +++ b/tools/perf/util/evlist.c | |||
| @@ -113,6 +113,19 @@ void perf_evlist__disable(struct perf_evlist *evlist) | |||
| 113 | } | 113 | } |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | void perf_evlist__enable(struct perf_evlist *evlist) | ||
| 117 | { | ||
| 118 | int cpu, thread; | ||
| 119 | struct perf_evsel *pos; | ||
| 120 | |||
| 121 | for (cpu = 0; cpu < evlist->cpus->nr; cpu++) { | ||
| 122 | list_for_each_entry(pos, &evlist->entries, node) { | ||
| 123 | for (thread = 0; thread < evlist->threads->nr; thread++) | ||
| 124 | ioctl(FD(pos, cpu, thread), PERF_EVENT_IOC_ENABLE); | ||
| 125 | } | ||
| 126 | } | ||
| 127 | } | ||
| 128 | |||
| 116 | int perf_evlist__alloc_pollfd(struct perf_evlist *evlist) | 129 | int perf_evlist__alloc_pollfd(struct perf_evlist *evlist) |
| 117 | { | 130 | { |
| 118 | int nfds = evlist->cpus->nr * evlist->threads->nr * evlist->nr_entries; | 131 | int nfds = evlist->cpus->nr * evlist->threads->nr * evlist->nr_entries; |
diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h index ce85ae9ae57a..f34915002745 100644 --- a/tools/perf/util/evlist.h +++ b/tools/perf/util/evlist.h | |||
| @@ -54,6 +54,7 @@ int perf_evlist__mmap(struct perf_evlist *evlist, int pages, bool overwrite); | |||
| 54 | void perf_evlist__munmap(struct perf_evlist *evlist); | 54 | void perf_evlist__munmap(struct perf_evlist *evlist); |
| 55 | 55 | ||
| 56 | void perf_evlist__disable(struct perf_evlist *evlist); | 56 | void perf_evlist__disable(struct perf_evlist *evlist); |
| 57 | void perf_evlist__enable(struct perf_evlist *evlist); | ||
| 57 | 58 | ||
| 58 | static inline void perf_evlist__set_maps(struct perf_evlist *evlist, | 59 | static inline void perf_evlist__set_maps(struct perf_evlist *evlist, |
| 59 | struct cpu_map *cpus, | 60 | struct cpu_map *cpus, |
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c index a03a36b7908a..c5748c52318f 100644 --- a/tools/perf/util/evsel.c +++ b/tools/perf/util/evsel.c | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | * Released under the GPL v2. (and only v2, not any later version) | 7 | * Released under the GPL v2. (and only v2, not any later version) |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <byteswap.h> | ||
| 11 | #include "asm/bug.h" | ||
| 10 | #include "evsel.h" | 12 | #include "evsel.h" |
| 11 | #include "evlist.h" | 13 | #include "evlist.h" |
| 12 | #include "util.h" | 14 | #include "util.h" |
| @@ -342,10 +344,20 @@ static bool sample_overlap(const union perf_event *event, | |||
| 342 | 344 | ||
| 343 | int perf_event__parse_sample(const union perf_event *event, u64 type, | 345 | int perf_event__parse_sample(const union perf_event *event, u64 type, |
| 344 | int sample_size, bool sample_id_all, | 346 | int sample_size, bool sample_id_all, |
| 345 | struct perf_sample *data) | 347 | struct perf_sample *data, bool swapped) |
| 346 | { | 348 | { |
| 347 | const u64 *array; | 349 | const u64 *array; |
| 348 | 350 | ||
| 351 | /* | ||
| 352 | * used for cross-endian analysis. See git commit 65014ab3 | ||
| 353 | * for why this goofiness is needed. | ||
| 354 | */ | ||
| 355 | union { | ||
| 356 | u64 val64; | ||
| 357 | u32 val32[2]; | ||
| 358 | } u; | ||
| 359 | |||
| 360 | |||
| 349 | data->cpu = data->pid = data->tid = -1; | 361 | data->cpu = data->pid = data->tid = -1; |
| 350 | data->stream_id = data->id = data->time = -1ULL; | 362 | data->stream_id = data->id = data->time = -1ULL; |
| 351 | 363 | ||
| @@ -366,9 +378,16 @@ int perf_event__parse_sample(const union perf_event *event, u64 type, | |||
| 366 | } | 378 | } |
| 367 | 379 | ||
| 368 | if (type & PERF_SAMPLE_TID) { | 380 | if (type & PERF_SAMPLE_TID) { |
| 369 | u32 *p = (u32 *)array; | 381 | u.val64 = *array; |
| 370 | data->pid = p[0]; | 382 | if (swapped) { |
| 371 | data->tid = p[1]; | 383 | /* undo swap of u64, then swap on individual u32s */ |
| 384 | u.val64 = bswap_64(u.val64); | ||
| 385 | u.val32[0] = bswap_32(u.val32[0]); | ||
| 386 | u.val32[1] = bswap_32(u.val32[1]); | ||
| 387 | } | ||
| 388 | |||
| 389 | data->pid = u.val32[0]; | ||
| 390 | data->tid = u.val32[1]; | ||
| 372 | array++; | 391 | array++; |
| 373 | } | 392 | } |
| 374 | 393 | ||
| @@ -395,8 +414,15 @@ int perf_event__parse_sample(const union perf_event *event, u64 type, | |||
| 395 | } | 414 | } |
| 396 | 415 | ||
| 397 | if (type & PERF_SAMPLE_CPU) { | 416 | if (type & PERF_SAMPLE_CPU) { |
| 398 | u32 *p = (u32 *)array; | 417 | |
| 399 | data->cpu = *p; | 418 | u.val64 = *array; |
| 419 | if (swapped) { | ||
| 420 | /* undo swap of u64, then swap on individual u32s */ | ||
| 421 | u.val64 = bswap_64(u.val64); | ||
| 422 | u.val32[0] = bswap_32(u.val32[0]); | ||
| 423 | } | ||
| 424 | |||
| 425 | data->cpu = u.val32[0]; | ||
| 400 | array++; | 426 | array++; |
| 401 | } | 427 | } |
| 402 | 428 | ||
| @@ -423,18 +449,24 @@ int perf_event__parse_sample(const union perf_event *event, u64 type, | |||
| 423 | } | 449 | } |
| 424 | 450 | ||
| 425 | if (type & PERF_SAMPLE_RAW) { | 451 | if (type & PERF_SAMPLE_RAW) { |
| 426 | u32 *p = (u32 *)array; | 452 | u.val64 = *array; |
| 453 | if (WARN_ONCE(swapped, | ||
| 454 | "Endianness of raw data not corrected!\n")) { | ||
| 455 | /* undo swap of u64, then swap on individual u32s */ | ||
| 456 | u.val64 = bswap_64(u.val64); | ||
| 457 | u.val32[0] = bswap_32(u.val32[0]); | ||
| 458 | u.val32[1] = bswap_32(u.val32[1]); | ||
| 459 | } | ||
| 427 | 460 | ||
| 428 | if (sample_overlap(event, array, sizeof(u32))) | 461 | if (sample_overlap(event, array, sizeof(u32))) |
| 429 | return -EFAULT; | 462 | return -EFAULT; |
| 430 | 463 | ||
| 431 | data->raw_size = *p; | 464 | data->raw_size = u.val32[0]; |
| 432 | p++; | ||
| 433 | 465 | ||
| 434 | if (sample_overlap(event, p, data->raw_size)) | 466 | if (sample_overlap(event, &u.val32[1], data->raw_size)) |
| 435 | return -EFAULT; | 467 | return -EFAULT; |
| 436 | 468 | ||
| 437 | data->raw_data = p; | 469 | data->raw_data = &u.val32[1]; |
| 438 | } | 470 | } |
| 439 | 471 | ||
| 440 | return 0; | 472 | return 0; |
diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c index 555fc3864b90..5d732621a462 100644 --- a/tools/perf/util/probe-finder.c +++ b/tools/perf/util/probe-finder.c | |||
| @@ -659,7 +659,7 @@ static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf) | |||
| 659 | if (!die_find_variable_at(&pf->cu_die, pf->pvar->var, 0, &vr_die)) | 659 | if (!die_find_variable_at(&pf->cu_die, pf->pvar->var, 0, &vr_die)) |
| 660 | ret = -ENOENT; | 660 | ret = -ENOENT; |
| 661 | } | 661 | } |
| 662 | if (ret == 0) | 662 | if (ret >= 0) |
| 663 | ret = convert_variable(&vr_die, pf); | 663 | ret = convert_variable(&vr_die, pf); |
| 664 | 664 | ||
| 665 | if (ret < 0) | 665 | if (ret < 0) |
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index cbc8f215d4b7..7624324efad4 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c | |||
| @@ -803,7 +803,7 @@ static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, | |||
| 803 | first = list_entry(evlist->entries.next, struct perf_evsel, node); | 803 | first = list_entry(evlist->entries.next, struct perf_evsel, node); |
| 804 | err = perf_event__parse_sample(event, first->attr.sample_type, | 804 | err = perf_event__parse_sample(event, first->attr.sample_type, |
| 805 | perf_evsel__sample_size(first), | 805 | perf_evsel__sample_size(first), |
| 806 | sample_id_all, &pevent->sample); | 806 | sample_id_all, &pevent->sample, false); |
| 807 | if (err) | 807 | if (err) |
| 808 | return PyErr_Format(PyExc_OSError, | 808 | return PyErr_Format(PyExc_OSError, |
| 809 | "perf: can't parse sample, err=%d", err); | 809 | "perf: can't parse sample, err=%d", err); |
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 170601e67d6b..974d0cbee5e9 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
| @@ -162,7 +162,8 @@ static inline int perf_session__parse_sample(struct perf_session *session, | |||
| 162 | { | 162 | { |
| 163 | return perf_event__parse_sample(event, session->sample_type, | 163 | return perf_event__parse_sample(event, session->sample_type, |
| 164 | session->sample_size, | 164 | session->sample_size, |
| 165 | session->sample_id_all, sample); | 165 | session->sample_id_all, sample, |
| 166 | session->header.needs_swap); | ||
| 166 | } | 167 | } |
| 167 | 168 | ||
| 168 | struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session, | 169 | struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session, |
diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c index 401e220566fd..1ee8f1e40f18 100644 --- a/tools/perf/util/sort.c +++ b/tools/perf/util/sort.c | |||
| @@ -151,11 +151,17 @@ sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) | |||
| 151 | { | 151 | { |
| 152 | u64 ip_l, ip_r; | 152 | u64 ip_l, ip_r; |
| 153 | 153 | ||
| 154 | if (!left->ms.sym && !right->ms.sym) | ||
| 155 | return right->level - left->level; | ||
| 156 | |||
| 157 | if (!left->ms.sym || !right->ms.sym) | ||
| 158 | return cmp_null(left->ms.sym, right->ms.sym); | ||
| 159 | |||
| 154 | if (left->ms.sym == right->ms.sym) | 160 | if (left->ms.sym == right->ms.sym) |
| 155 | return 0; | 161 | return 0; |
| 156 | 162 | ||
| 157 | ip_l = left->ms.sym ? left->ms.sym->start : left->ip; | 163 | ip_l = left->ms.sym->start; |
| 158 | ip_r = right->ms.sym ? right->ms.sym->start : right->ip; | 164 | ip_r = right->ms.sym->start; |
| 159 | 165 | ||
| 160 | return (int64_t)(ip_r - ip_l); | 166 | return (int64_t)(ip_r - ip_l); |
| 161 | } | 167 | } |
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 469c0264ed29..40eeaf07725b 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c | |||
| @@ -74,16 +74,104 @@ static void dso__set_sorted_by_name(struct dso *dso, enum map_type type) | |||
| 74 | 74 | ||
| 75 | bool symbol_type__is_a(char symbol_type, enum map_type map_type) | 75 | bool symbol_type__is_a(char symbol_type, enum map_type map_type) |
| 76 | { | 76 | { |
| 77 | symbol_type = toupper(symbol_type); | ||
| 78 | |||
| 77 | switch (map_type) { | 79 | switch (map_type) { |
| 78 | case MAP__FUNCTION: | 80 | case MAP__FUNCTION: |
| 79 | return symbol_type == 'T' || symbol_type == 'W'; | 81 | return symbol_type == 'T' || symbol_type == 'W'; |
| 80 | case MAP__VARIABLE: | 82 | case MAP__VARIABLE: |
| 81 | return symbol_type == 'D' || symbol_type == 'd'; | 83 | return symbol_type == 'D'; |
| 82 | default: | 84 | default: |
| 83 | return false; | 85 | return false; |
| 84 | } | 86 | } |
| 85 | } | 87 | } |
| 86 | 88 | ||
| 89 | static int prefix_underscores_count(const char *str) | ||
| 90 | { | ||
| 91 | const char *tail = str; | ||
| 92 | |||
| 93 | while (*tail == '_') | ||
| 94 | tail++; | ||
| 95 | |||
| 96 | return tail - str; | ||
| 97 | } | ||
| 98 | |||
| 99 | #define SYMBOL_A 0 | ||
| 100 | #define SYMBOL_B 1 | ||
| 101 | |||
| 102 | static int choose_best_symbol(struct symbol *syma, struct symbol *symb) | ||
| 103 | { | ||
| 104 | s64 a; | ||
| 105 | s64 b; | ||
| 106 | |||
| 107 | /* Prefer a symbol with non zero length */ | ||
| 108 | a = syma->end - syma->start; | ||
| 109 | b = symb->end - symb->start; | ||
| 110 | if ((b == 0) && (a > 0)) | ||
| 111 | return SYMBOL_A; | ||
| 112 | else if ((a == 0) && (b > 0)) | ||
| 113 | return SYMBOL_B; | ||
| 114 | |||
| 115 | /* Prefer a non weak symbol over a weak one */ | ||
| 116 | a = syma->binding == STB_WEAK; | ||
| 117 | b = symb->binding == STB_WEAK; | ||
| 118 | if (b && !a) | ||
| 119 | return SYMBOL_A; | ||
| 120 | if (a && !b) | ||
| 121 | return SYMBOL_B; | ||
| 122 | |||
| 123 | /* Prefer a global symbol over a non global one */ | ||
| 124 | a = syma->binding == STB_GLOBAL; | ||
| 125 | b = symb->binding == STB_GLOBAL; | ||
| 126 | if (a && !b) | ||
| 127 | return SYMBOL_A; | ||
| 128 | if (b && !a) | ||
| 129 | return SYMBOL_B; | ||
| 130 | |||
| 131 | /* Prefer a symbol with less underscores */ | ||
| 132 | a = prefix_underscores_count(syma->name); | ||
| 133 | b = prefix_underscores_count(symb->name); | ||
| 134 | if (b > a) | ||
| 135 | return SYMBOL_A; | ||
| 136 | else if (a > b) | ||
| 137 | return SYMBOL_B; | ||
| 138 | |||
| 139 | /* If all else fails, choose the symbol with the longest name */ | ||
| 140 | if (strlen(syma->name) >= strlen(symb->name)) | ||
| 141 | return SYMBOL_A; | ||
| 142 | else | ||
| 143 | return SYMBOL_B; | ||
| 144 | } | ||
| 145 | |||
| 146 | static void symbols__fixup_duplicate(struct rb_root *symbols) | ||
| 147 | { | ||
| 148 | struct rb_node *nd; | ||
| 149 | struct symbol *curr, *next; | ||
| 150 | |||
| 151 | nd = rb_first(symbols); | ||
| 152 | |||
| 153 | while (nd) { | ||
| 154 | curr = rb_entry(nd, struct symbol, rb_node); | ||
| 155 | again: | ||
| 156 | nd = rb_next(&curr->rb_node); | ||
| 157 | next = rb_entry(nd, struct symbol, rb_node); | ||
| 158 | |||
| 159 | if (!nd) | ||
| 160 | break; | ||
| 161 | |||
| 162 | if (curr->start != next->start) | ||
| 163 | continue; | ||
| 164 | |||
| 165 | if (choose_best_symbol(curr, next) == SYMBOL_A) { | ||
| 166 | rb_erase(&next->rb_node, symbols); | ||
| 167 | goto again; | ||
| 168 | } else { | ||
| 169 | nd = rb_next(&curr->rb_node); | ||
| 170 | rb_erase(&curr->rb_node, symbols); | ||
| 171 | } | ||
| 172 | } | ||
| 173 | } | ||
| 174 | |||
| 87 | static void symbols__fixup_end(struct rb_root *symbols) | 175 | static void symbols__fixup_end(struct rb_root *symbols) |
| 88 | { | 176 | { |
| 89 | struct rb_node *nd, *prevnd = rb_first(symbols); | 177 | struct rb_node *nd, *prevnd = rb_first(symbols); |
| @@ -438,18 +526,11 @@ int kallsyms__parse(const char *filename, void *arg, | |||
| 438 | char *line = NULL; | 526 | char *line = NULL; |
| 439 | size_t n; | 527 | size_t n; |
| 440 | int err = -1; | 528 | int err = -1; |
| 441 | u64 prev_start = 0; | ||
| 442 | char prev_symbol_type = 0; | ||
| 443 | char *prev_symbol_name; | ||
| 444 | FILE *file = fopen(filename, "r"); | 529 | FILE *file = fopen(filename, "r"); |
| 445 | 530 | ||
| 446 | if (file == NULL) | 531 | if (file == NULL) |
| 447 | goto out_failure; | 532 | goto out_failure; |
| 448 | 533 | ||
| 449 | prev_symbol_name = malloc(KSYM_NAME_LEN); | ||
| 450 | if (prev_symbol_name == NULL) | ||
| 451 | goto out_close; | ||
| 452 | |||
| 453 | err = 0; | 534 | err = 0; |
| 454 | 535 | ||
| 455 | while (!feof(file)) { | 536 | while (!feof(file)) { |
| @@ -470,7 +551,7 @@ int kallsyms__parse(const char *filename, void *arg, | |||
| 470 | if (len + 2 >= line_len) | 551 | if (len + 2 >= line_len) |
| 471 | continue; | 552 | continue; |
| 472 | 553 | ||
| 473 | symbol_type = toupper(line[len]); | 554 | symbol_type = line[len]; |
| 474 | len += 2; | 555 | len += 2; |
| 475 | symbol_name = line + len; | 556 | symbol_name = line + len; |
| 476 | len = line_len - len; | 557 | len = line_len - len; |
| @@ -480,24 +561,18 @@ int kallsyms__parse(const char *filename, void *arg, | |||
| 480 | break; | 561 | break; |
| 481 | } | 562 | } |
| 482 | 563 | ||
| 483 | if (prev_symbol_type) { | 564 | /* |
| 484 | u64 end = start; | 565 | * module symbols are not sorted so we add all |
| 485 | if (end != prev_start) | 566 | * symbols with zero length and rely on |
| 486 | --end; | 567 | * symbols__fixup_end() to fix it up. |
| 487 | err = process_symbol(arg, prev_symbol_name, | 568 | */ |
| 488 | prev_symbol_type, prev_start, end); | 569 | err = process_symbol(arg, symbol_name, |
| 489 | if (err) | 570 | symbol_type, start, start); |
| 490 | break; | 571 | if (err) |
| 491 | } | 572 | break; |
| 492 | |||
| 493 | memcpy(prev_symbol_name, symbol_name, len + 1); | ||
| 494 | prev_symbol_type = symbol_type; | ||
| 495 | prev_start = start; | ||
| 496 | } | 573 | } |
| 497 | 574 | ||
| 498 | free(prev_symbol_name); | ||
| 499 | free(line); | 575 | free(line); |
| 500 | out_close: | ||
| 501 | fclose(file); | 576 | fclose(file); |
| 502 | return err; | 577 | return err; |
| 503 | 578 | ||
| @@ -703,6 +778,9 @@ int dso__load_kallsyms(struct dso *dso, const char *filename, | |||
| 703 | if (dso__load_all_kallsyms(dso, filename, map) < 0) | 778 | if (dso__load_all_kallsyms(dso, filename, map) < 0) |
| 704 | return -1; | 779 | return -1; |
| 705 | 780 | ||
| 781 | symbols__fixup_duplicate(&dso->symbols[map->type]); | ||
| 782 | symbols__fixup_end(&dso->symbols[map->type]); | ||
| 783 | |||
| 706 | if (dso->kernel == DSO_TYPE_GUEST_KERNEL) | 784 | if (dso->kernel == DSO_TYPE_GUEST_KERNEL) |
| 707 | dso->symtab_type = SYMTAB__GUEST_KALLSYMS; | 785 | dso->symtab_type = SYMTAB__GUEST_KALLSYMS; |
| 708 | else | 786 | else |
| @@ -1092,8 +1170,7 @@ static int dso__load_sym(struct dso *dso, struct map *map, const char *name, | |||
| 1092 | if (dso->has_build_id) { | 1170 | if (dso->has_build_id) { |
| 1093 | u8 build_id[BUILD_ID_SIZE]; | 1171 | u8 build_id[BUILD_ID_SIZE]; |
| 1094 | 1172 | ||
| 1095 | if (elf_read_build_id(elf, build_id, | 1173 | if (elf_read_build_id(elf, build_id, BUILD_ID_SIZE) < 0) |
| 1096 | BUILD_ID_SIZE) != BUILD_ID_SIZE) | ||
| 1097 | goto out_elf_end; | 1174 | goto out_elf_end; |
| 1098 | 1175 | ||
| 1099 | if (!dso__build_id_equal(dso, build_id)) | 1176 | if (!dso__build_id_equal(dso, build_id)) |
| @@ -1111,6 +1188,8 @@ static int dso__load_sym(struct dso *dso, struct map *map, const char *name, | |||
| 1111 | } | 1188 | } |
| 1112 | 1189 | ||
| 1113 | opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx); | 1190 | opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx); |
| 1191 | if (opdshdr.sh_type != SHT_PROGBITS) | ||
| 1192 | opdsec = NULL; | ||
| 1114 | if (opdsec) | 1193 | if (opdsec) |
| 1115 | opddata = elf_rawdata(opdsec, NULL); | 1194 | opddata = elf_rawdata(opdsec, NULL); |
| 1116 | 1195 | ||
| @@ -1276,6 +1355,7 @@ new_symbol: | |||
| 1276 | * For misannotated, zeroed, ASM function sizes. | 1355 | * For misannotated, zeroed, ASM function sizes. |
| 1277 | */ | 1356 | */ |
| 1278 | if (nr > 0) { | 1357 | if (nr > 0) { |
| 1358 | symbols__fixup_duplicate(&dso->symbols[map->type]); | ||
| 1279 | symbols__fixup_end(&dso->symbols[map->type]); | 1359 | symbols__fixup_end(&dso->symbols[map->type]); |
| 1280 | if (kmap) { | 1360 | if (kmap) { |
| 1281 | /* | 1361 | /* |
| @@ -1362,8 +1442,8 @@ static int elf_read_build_id(Elf *elf, void *bf, size_t size) | |||
| 1362 | ptr = data->d_buf; | 1442 | ptr = data->d_buf; |
| 1363 | while (ptr < (data->d_buf + data->d_size)) { | 1443 | while (ptr < (data->d_buf + data->d_size)) { |
| 1364 | GElf_Nhdr *nhdr = ptr; | 1444 | GElf_Nhdr *nhdr = ptr; |
| 1365 | int namesz = NOTE_ALIGN(nhdr->n_namesz), | 1445 | size_t namesz = NOTE_ALIGN(nhdr->n_namesz), |
| 1366 | descsz = NOTE_ALIGN(nhdr->n_descsz); | 1446 | descsz = NOTE_ALIGN(nhdr->n_descsz); |
| 1367 | const char *name; | 1447 | const char *name; |
| 1368 | 1448 | ||
| 1369 | ptr += sizeof(*nhdr); | 1449 | ptr += sizeof(*nhdr); |
| @@ -1372,8 +1452,10 @@ static int elf_read_build_id(Elf *elf, void *bf, size_t size) | |||
| 1372 | if (nhdr->n_type == NT_GNU_BUILD_ID && | 1452 | if (nhdr->n_type == NT_GNU_BUILD_ID && |
| 1373 | nhdr->n_namesz == sizeof("GNU")) { | 1453 | nhdr->n_namesz == sizeof("GNU")) { |
| 1374 | if (memcmp(name, "GNU", sizeof("GNU")) == 0) { | 1454 | if (memcmp(name, "GNU", sizeof("GNU")) == 0) { |
| 1375 | memcpy(bf, ptr, BUILD_ID_SIZE); | 1455 | size_t sz = min(size, descsz); |
| 1376 | err = BUILD_ID_SIZE; | 1456 | memcpy(bf, ptr, sz); |
| 1457 | memset(bf + sz, 0, size - sz); | ||
| 1458 | err = descsz; | ||
| 1377 | break; | 1459 | break; |
| 1378 | } | 1460 | } |
| 1379 | } | 1461 | } |
| @@ -1425,7 +1507,7 @@ int sysfs__read_build_id(const char *filename, void *build_id, size_t size) | |||
| 1425 | while (1) { | 1507 | while (1) { |
| 1426 | char bf[BUFSIZ]; | 1508 | char bf[BUFSIZ]; |
| 1427 | GElf_Nhdr nhdr; | 1509 | GElf_Nhdr nhdr; |
| 1428 | int namesz, descsz; | 1510 | size_t namesz, descsz; |
| 1429 | 1511 | ||
| 1430 | if (read(fd, &nhdr, sizeof(nhdr)) != sizeof(nhdr)) | 1512 | if (read(fd, &nhdr, sizeof(nhdr)) != sizeof(nhdr)) |
| 1431 | break; | 1513 | break; |
| @@ -1434,15 +1516,16 @@ int sysfs__read_build_id(const char *filename, void *build_id, size_t size) | |||
| 1434 | descsz = NOTE_ALIGN(nhdr.n_descsz); | 1516 | descsz = NOTE_ALIGN(nhdr.n_descsz); |
| 1435 | if (nhdr.n_type == NT_GNU_BUILD_ID && | 1517 | if (nhdr.n_type == NT_GNU_BUILD_ID && |
| 1436 | nhdr.n_namesz == sizeof("GNU")) { | 1518 | nhdr.n_namesz == sizeof("GNU")) { |
| 1437 | if (read(fd, bf, namesz) != namesz) | 1519 | if (read(fd, bf, namesz) != (ssize_t)namesz) |
| 1438 | break; | 1520 | break; |
| 1439 | if (memcmp(bf, "GNU", sizeof("GNU")) == 0) { | 1521 | if (memcmp(bf, "GNU", sizeof("GNU")) == 0) { |
| 1440 | if (read(fd, build_id, | 1522 | size_t sz = min(descsz, size); |
| 1441 | BUILD_ID_SIZE) == BUILD_ID_SIZE) { | 1523 | if (read(fd, build_id, sz) == (ssize_t)sz) { |
| 1524 | memset(build_id + sz, 0, size - sz); | ||
| 1442 | err = 0; | 1525 | err = 0; |
| 1443 | break; | 1526 | break; |
| 1444 | } | 1527 | } |
| 1445 | } else if (read(fd, bf, descsz) != descsz) | 1528 | } else if (read(fd, bf, descsz) != (ssize_t)descsz) |
| 1446 | break; | 1529 | break; |
| 1447 | } else { | 1530 | } else { |
| 1448 | int n = namesz + descsz; | 1531 | int n = namesz + descsz; |
