diff options
460 files changed, 4573 insertions, 2955 deletions
diff --git a/Documentation/ABI/testing/sysfs-block-rssd b/Documentation/ABI/testing/sysfs-block-rssd index 679ce3543122..beef30c046b0 100644 --- a/Documentation/ABI/testing/sysfs-block-rssd +++ b/Documentation/ABI/testing/sysfs-block-rssd | |||
| @@ -1,26 +1,5 @@ | |||
| 1 | What: /sys/block/rssd*/registers | ||
| 2 | Date: March 2012 | ||
| 3 | KernelVersion: 3.3 | ||
| 4 | Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
| 5 | Description: This is a read-only file. Dumps below driver information and | ||
| 6 | hardware registers. | ||
| 7 | - S ACTive | ||
| 8 | - Command Issue | ||
| 9 | - Completed | ||
| 10 | - PORT IRQ STAT | ||
| 11 | - HOST IRQ STAT | ||
| 12 | - Allocated | ||
| 13 | - Commands in Q | ||
| 14 | |||
| 15 | What: /sys/block/rssd*/status | 1 | What: /sys/block/rssd*/status |
| 16 | Date: April 2012 | 2 | Date: April 2012 |
| 17 | KernelVersion: 3.4 | 3 | KernelVersion: 3.4 |
| 18 | Contact: Asai Thambi S P <asamymuthupa@micron.com> | 4 | Contact: Asai Thambi S P <asamymuthupa@micron.com> |
| 19 | Description: This is a read-only file. Indicates the status of the device. | 5 | Description: This is a read-only file. Indicates the status of the device. |
| 20 | |||
| 21 | What: /sys/block/rssd*/flags | ||
| 22 | Date: May 2012 | ||
| 23 | KernelVersion: 3.5 | ||
| 24 | Contact: Asai Thambi S P <asamymuthupa@micron.com> | ||
| 25 | Description: This is a read-only file. Dumps the flags in port and driver | ||
| 26 | data structure | ||
diff --git a/Documentation/ABI/testing/sysfs-class-mtd b/Documentation/ABI/testing/sysfs-class-mtd index db1ad7e34fc3..938ef71e2035 100644 --- a/Documentation/ABI/testing/sysfs-class-mtd +++ b/Documentation/ABI/testing/sysfs-class-mtd | |||
| @@ -142,13 +142,14 @@ KernelVersion: 3.4 | |||
| 142 | Contact: linux-mtd@lists.infradead.org | 142 | Contact: linux-mtd@lists.infradead.org |
| 143 | Description: | 143 | Description: |
| 144 | This allows the user to examine and adjust the criteria by which | 144 | This allows the user to examine and adjust the criteria by which |
| 145 | mtd returns -EUCLEAN from mtd_read(). If the maximum number of | 145 | mtd returns -EUCLEAN from mtd_read() and mtd_read_oob(). If the |
| 146 | bit errors that were corrected on any single region comprising | 146 | maximum number of bit errors that were corrected on any single |
| 147 | an ecc step (as reported by the driver) equals or exceeds this | 147 | region comprising an ecc step (as reported by the driver) equals |
| 148 | value, -EUCLEAN is returned. Otherwise, absent an error, 0 is | 148 | or exceeds this value, -EUCLEAN is returned. Otherwise, absent |
| 149 | returned. Higher layers (e.g., UBI) use this return code as an | 149 | an error, 0 is returned. Higher layers (e.g., UBI) use this |
| 150 | indication that an erase block may be degrading and should be | 150 | return code as an indication that an erase block may be |
| 151 | scrutinized as a candidate for being marked as bad. | 151 | degrading and should be scrutinized as a candidate for being |
| 152 | marked as bad. | ||
| 152 | 153 | ||
| 153 | The initial value may be specified by the flash device driver. | 154 | The initial value may be specified by the flash device driver. |
| 154 | If not, then the default value is ecc_strength. | 155 | If not, then the default value is ecc_strength. |
| @@ -167,7 +168,7 @@ Description: | |||
| 167 | block degradation, but high enough to avoid the consequences of | 168 | block degradation, but high enough to avoid the consequences of |
| 168 | a persistent return value of -EUCLEAN on devices where sticky | 169 | a persistent return value of -EUCLEAN on devices where sticky |
| 169 | bitflips occur. Note that if bitflip_threshold exceeds | 170 | bitflips occur. Note that if bitflip_threshold exceeds |
| 170 | ecc_strength, -EUCLEAN is never returned by mtd_read(). | 171 | ecc_strength, -EUCLEAN is never returned by the read operations. |
| 171 | Conversely, if bitflip_threshold is zero, -EUCLEAN is always | 172 | Conversely, if bitflip_threshold is zero, -EUCLEAN is always |
| 172 | returned, absent a hard error. | 173 | returned, absent a hard error. |
| 173 | 174 | ||
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 676bc46f9c52..cda0dfb6769a 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
| @@ -3988,7 +3988,7 @@ interface and may change in the future.</para> | |||
| 3988 | from RGB to Y'CbCr color space. | 3988 | from RGB to Y'CbCr color space. |
| 3989 | </entry> | 3989 | </entry> |
| 3990 | </row> | 3990 | </row> |
| 3991 | <row id = "v4l2-jpeg-chroma-subsampling"> | 3991 | <row> |
| 3992 | <entrytbl spanname="descr" cols="2"> | 3992 | <entrytbl spanname="descr" cols="2"> |
| 3993 | <tbody valign="top"> | 3993 | <tbody valign="top"> |
| 3994 | <row> | 3994 | <row> |
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml index e3d5afcdafbb..0a4b90fcf2da 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | |||
| @@ -284,13 +284,6 @@ These controls are described in <xref | |||
| 284 | processing controls. These controls are described in <xref | 284 | processing controls. These controls are described in <xref |
| 285 | linkend="image-process-controls" />.</entry> | 285 | linkend="image-process-controls" />.</entry> |
| 286 | </row> | 286 | </row> |
| 287 | <row> | ||
| 288 | <entry><constant>V4L2_CTRL_CLASS_JPEG</constant></entry> | ||
| 289 | <entry>0x9d0000</entry> | ||
| 290 | <entry>The class containing JPEG compression controls. | ||
| 291 | These controls are described in <xref | ||
| 292 | linkend="jpeg-controls" />.</entry> | ||
| 293 | </row> | ||
| 294 | </tbody> | 287 | </tbody> |
| 295 | </tgroup> | 288 | </tgroup> |
| 296 | </table> | 289 | </table> |
diff --git a/Documentation/device-mapper/verity.txt b/Documentation/device-mapper/verity.txt index 32e48797a14f..9884681535ee 100644 --- a/Documentation/device-mapper/verity.txt +++ b/Documentation/device-mapper/verity.txt | |||
| @@ -7,39 +7,39 @@ This target is read-only. | |||
| 7 | 7 | ||
| 8 | Construction Parameters | 8 | Construction Parameters |
| 9 | ======================= | 9 | ======================= |
| 10 | <version> <dev> <hash_dev> <hash_start> | 10 | <version> <dev> <hash_dev> |
| 11 | <data_block_size> <hash_block_size> | 11 | <data_block_size> <hash_block_size> |
| 12 | <num_data_blocks> <hash_start_block> | 12 | <num_data_blocks> <hash_start_block> |
| 13 | <algorithm> <digest> <salt> | 13 | <algorithm> <digest> <salt> |
| 14 | 14 | ||
| 15 | <version> | 15 | <version> |
| 16 | This is the version number of the on-disk format. | 16 | This is the type of the on-disk hash format. |
| 17 | 17 | ||
| 18 | 0 is the original format used in the Chromium OS. | 18 | 0 is the original format used in the Chromium OS. |
| 19 | The salt is appended when hashing, digests are stored continuously and | 19 | The salt is appended when hashing, digests are stored continuously and |
| 20 | the rest of the block is padded with zeros. | 20 | the rest of the block is padded with zeros. |
| 21 | 21 | ||
| 22 | 1 is the current format that should be used for new devices. | 22 | 1 is the current format that should be used for new devices. |
| 23 | The salt is prepended when hashing and each digest is | 23 | The salt is prepended when hashing and each digest is |
| 24 | padded with zeros to the power of two. | 24 | padded with zeros to the power of two. |
| 25 | 25 | ||
| 26 | <dev> | 26 | <dev> |
| 27 | This is the device containing the data the integrity of which needs to be | 27 | This is the device containing data, the integrity of which needs to be |
| 28 | checked. It may be specified as a path, like /dev/sdaX, or a device number, | 28 | checked. It may be specified as a path, like /dev/sdaX, or a device number, |
| 29 | <major>:<minor>. | 29 | <major>:<minor>. |
| 30 | 30 | ||
| 31 | <hash_dev> | 31 | <hash_dev> |
| 32 | This is the device that that supplies the hash tree data. It may be | 32 | This is the device that supplies the hash tree data. It may be |
| 33 | specified similarly to the device path and may be the same device. If the | 33 | specified similarly to the device path and may be the same device. If the |
| 34 | same device is used, the hash_start should be outside of the dm-verity | 34 | same device is used, the hash_start should be outside the configured |
| 35 | configured device size. | 35 | dm-verity device. |
| 36 | 36 | ||
| 37 | <data_block_size> | 37 | <data_block_size> |
| 38 | The block size on a data device. Each block corresponds to one digest on | 38 | The block size on a data device in bytes. |
| 39 | the hash device. | 39 | Each block corresponds to one digest on the hash device. |
| 40 | 40 | ||
| 41 | <hash_block_size> | 41 | <hash_block_size> |
| 42 | The size of a hash block. | 42 | The size of a hash block in bytes. |
| 43 | 43 | ||
| 44 | <num_data_blocks> | 44 | <num_data_blocks> |
| 45 | The number of data blocks on the data device. Additional blocks are | 45 | The number of data blocks on the data device. Additional blocks are |
| @@ -65,7 +65,7 @@ Construction Parameters | |||
| 65 | Theory of operation | 65 | Theory of operation |
| 66 | =================== | 66 | =================== |
| 67 | 67 | ||
| 68 | dm-verity is meant to be setup as part of a verified boot path. This | 68 | dm-verity is meant to be set up as part of a verified boot path. This |
| 69 | may be anything ranging from a boot using tboot or trustedgrub to just | 69 | may be anything ranging from a boot using tboot or trustedgrub to just |
| 70 | booting from a known-good device (like a USB drive or CD). | 70 | booting from a known-good device (like a USB drive or CD). |
| 71 | 71 | ||
| @@ -73,20 +73,20 @@ When a dm-verity device is configured, it is expected that the caller | |||
| 73 | has been authenticated in some way (cryptographic signatures, etc). | 73 | has been authenticated in some way (cryptographic signatures, etc). |
| 74 | After instantiation, all hashes will be verified on-demand during | 74 | After instantiation, all hashes will be verified on-demand during |
| 75 | disk access. If they cannot be verified up to the root node of the | 75 | disk access. If they cannot be verified up to the root node of the |
| 76 | tree, the root hash, then the I/O will fail. This should identify | 76 | tree, the root hash, then the I/O will fail. This should detect |
| 77 | tampering with any data on the device and the hash data. | 77 | tampering with any data on the device and the hash data. |
| 78 | 78 | ||
| 79 | Cryptographic hashes are used to assert the integrity of the device on a | 79 | Cryptographic hashes are used to assert the integrity of the device on a |
| 80 | per-block basis. This allows for a lightweight hash computation on first read | 80 | per-block basis. This allows for a lightweight hash computation on first read |
| 81 | into the page cache. Block hashes are stored linearly-aligned to the nearest | 81 | into the page cache. Block hashes are stored linearly, aligned to the nearest |
| 82 | block the size of a page. | 82 | block size. |
| 83 | 83 | ||
| 84 | Hash Tree | 84 | Hash Tree |
| 85 | --------- | 85 | --------- |
| 86 | 86 | ||
| 87 | Each node in the tree is a cryptographic hash. If it is a leaf node, the hash | 87 | Each node in the tree is a cryptographic hash. If it is a leaf node, the hash |
| 88 | is of some block data on disk. If it is an intermediary node, then the hash is | 88 | of some data block on disk is calculated. If it is an intermediary node, |
| 89 | of a number of child nodes. | 89 | the hash of a number of child nodes is calculated. |
| 90 | 90 | ||
| 91 | Each entry in the tree is a collection of neighboring nodes that fit in one | 91 | Each entry in the tree is a collection of neighboring nodes that fit in one |
| 92 | block. The number is determined based on block_size and the size of the | 92 | block. The number is determined based on block_size and the size of the |
| @@ -110,63 +110,23 @@ alg = sha256, num_blocks = 32768, block_size = 4096 | |||
| 110 | On-disk format | 110 | On-disk format |
| 111 | ============== | 111 | ============== |
| 112 | 112 | ||
| 113 | Below is the recommended on-disk format. The verity kernel code does not | 113 | The verity kernel code does not read the verity metadata on-disk header. |
| 114 | read the on-disk header. It only reads the hash blocks which directly | 114 | It only reads the hash blocks which directly follow the header. |
| 115 | follow the header. It is expected that a user-space tool will verify the | 115 | It is expected that a user-space tool will verify the integrity of the |
| 116 | integrity of the verity_header and then call dmsetup with the correct | 116 | verity header. |
| 117 | parameters. Alternatively, the header can be omitted and the dmsetup | ||
| 118 | parameters can be passed via the kernel command-line in a rooted chain | ||
| 119 | of trust where the command-line is verified. | ||
| 120 | 117 | ||
| 121 | The on-disk format is especially useful in cases where the hash blocks | 118 | Alternatively, the header can be omitted and the dmsetup parameters can |
| 122 | are on a separate partition. The magic number allows easy identification | 119 | be passed via the kernel command-line in a rooted chain of trust where |
| 123 | of the partition contents. Alternatively, the hash blocks can be stored | 120 | the command-line is verified. |
| 124 | in the same partition as the data to be verified. In such a configuration | ||
| 125 | the filesystem on the partition would be sized a little smaller than | ||
| 126 | the full-partition, leaving room for the hash blocks. | ||
| 127 | |||
| 128 | struct superblock { | ||
| 129 | uint8_t signature[8] | ||
| 130 | "verity\0\0"; | ||
| 131 | |||
| 132 | uint8_t version; | ||
| 133 | 1 - current format | ||
| 134 | |||
| 135 | uint8_t data_block_bits; | ||
| 136 | log2(data block size) | ||
| 137 | |||
| 138 | uint8_t hash_block_bits; | ||
| 139 | log2(hash block size) | ||
| 140 | |||
| 141 | uint8_t pad1[1]; | ||
| 142 | zero padding | ||
| 143 | |||
| 144 | uint16_t salt_size; | ||
| 145 | big-endian salt size | ||
| 146 | |||
| 147 | uint8_t pad2[2]; | ||
| 148 | zero padding | ||
| 149 | |||
| 150 | uint32_t data_blocks_hi; | ||
| 151 | big-endian high 32 bits of the 64-bit number of data blocks | ||
| 152 | |||
| 153 | uint32_t data_blocks_lo; | ||
| 154 | big-endian low 32 bits of the 64-bit number of data blocks | ||
| 155 | |||
| 156 | uint8_t algorithm[16]; | ||
| 157 | cryptographic algorithm | ||
| 158 | |||
| 159 | uint8_t salt[384]; | ||
| 160 | salt (the salt size is specified above) | ||
| 161 | |||
| 162 | uint8_t pad3[88]; | ||
| 163 | zero padding to 512-byte boundary | ||
| 164 | } | ||
| 165 | 121 | ||
| 166 | Directly following the header (and with sector number padded to the next hash | 122 | Directly following the header (and with sector number padded to the next hash |
| 167 | block boundary) are the hash blocks which are stored a depth at a time | 123 | block boundary) are the hash blocks which are stored a depth at a time |
| 168 | (starting from the root), sorted in order of increasing index. | 124 | (starting from the root), sorted in order of increasing index. |
| 169 | 125 | ||
| 126 | The full specification of kernel parameters and on-disk metadata format | ||
| 127 | is available at the cryptsetup project's wiki page | ||
| 128 | http://code.google.com/p/cryptsetup/wiki/DMVerity | ||
| 129 | |||
| 170 | Status | 130 | Status |
| 171 | ====== | 131 | ====== |
| 172 | V (for Valid) is returned if every check performed so far was valid. | 132 | V (for Valid) is returned if every check performed so far was valid. |
| @@ -174,21 +134,22 @@ If any check failed, C (for Corruption) is returned. | |||
| 174 | 134 | ||
| 175 | Example | 135 | Example |
| 176 | ======= | 136 | ======= |
| 177 | 137 | Set up a device: | |
| 178 | Setup a device: | 138 | # dmsetup create vroot --readonly --table \ |
| 179 | dmsetup create vroot --table \ | 139 | "0 2097152 verity 1 /dev/sda1 /dev/sda2 4096 4096 262144 1 sha256 "\ |
| 180 | "0 2097152 "\ | ||
| 181 | "verity 1 /dev/sda1 /dev/sda2 4096 4096 2097152 1 "\ | ||
| 182 | "4392712ba01368efdf14b05c76f9e4df0d53664630b5d48632ed17a137f39076 "\ | 140 | "4392712ba01368efdf14b05c76f9e4df0d53664630b5d48632ed17a137f39076 "\ |
| 183 | "1234000000000000000000000000000000000000000000000000000000000000" | 141 | "1234000000000000000000000000000000000000000000000000000000000000" |
| 184 | 142 | ||
| 185 | A command line tool veritysetup is available to compute or verify | 143 | A command line tool veritysetup is available to compute or verify |
| 186 | the hash tree or activate the kernel driver. This is available from | 144 | the hash tree or activate the kernel device. This is available from |
| 187 | the LVM2 upstream repository and may be supplied as a package called | 145 | the cryptsetup upstream repository http://code.google.com/p/cryptsetup/ |
| 188 | device-mapper-verity-tools: | 146 | (as a libcryptsetup extension). |
| 189 | git://sources.redhat.com/git/lvm2 | 147 | |
| 190 | http://sourceware.org/git/?p=lvm2.git | 148 | Create hash on the device: |
| 191 | http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/verity?cvsroot=lvm2 | 149 | # veritysetup format /dev/sda1 /dev/sda2 |
| 192 | 150 | ... | |
| 193 | veritysetup -a vroot /dev/sda1 /dev/sda2 \ | 151 | Root hash: 4392712ba01368efdf14b05c76f9e4df0d53664630b5d48632ed17a137f39076 |
| 194 | 4392712ba01368efdf14b05c76f9e4df0d53664630b5d48632ed17a137f39076 | 152 | |
| 153 | Activate the device: | ||
| 154 | # veritysetup create vroot /dev/sda1 /dev/sda2 \ | ||
| 155 | 4392712ba01368efdf14b05c76f9e4df0d53664630b5d48632ed17a137f39076 | ||
diff --git a/Documentation/devicetree/bindings/input/fsl-mma8450.txt b/Documentation/devicetree/bindings/input/fsl-mma8450.txt index a00c94ccbdee..0b96e5737d3a 100644 --- a/Documentation/devicetree/bindings/input/fsl-mma8450.txt +++ b/Documentation/devicetree/bindings/input/fsl-mma8450.txt | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Required properties: | 3 | Required properties: |
| 4 | - compatible : "fsl,mma8450". | 4 | - compatible : "fsl,mma8450". |
| 5 | - reg: the I2C address of MMA8450 | ||
| 5 | 6 | ||
| 6 | Example: | 7 | Example: |
| 7 | 8 | ||
diff --git a/Documentation/devicetree/bindings/mfd/mc13xxx.txt b/Documentation/devicetree/bindings/mfd/mc13xxx.txt index 19f6af47a792..baf07987ae68 100644 --- a/Documentation/devicetree/bindings/mfd/mc13xxx.txt +++ b/Documentation/devicetree/bindings/mfd/mc13xxx.txt | |||
| @@ -46,8 +46,8 @@ Examples: | |||
| 46 | 46 | ||
| 47 | ecspi@70010000 { /* ECSPI1 */ | 47 | ecspi@70010000 { /* ECSPI1 */ |
| 48 | fsl,spi-num-chipselects = <2>; | 48 | fsl,spi-num-chipselects = <2>; |
| 49 | cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */ | 49 | cs-gpios = <&gpio4 24 0>, /* GPIO4_24 */ |
| 50 | <&gpio3 25 0>; /* GPIO4_25 */ | 50 | <&gpio4 25 0>; /* GPIO4_25 */ |
| 51 | status = "okay"; | 51 | status = "okay"; |
| 52 | 52 | ||
| 53 | pmic: mc13892@0 { | 53 | pmic: mc13892@0 { |
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt index c7e404b3ef05..fea541ee8b34 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | |||
| @@ -29,6 +29,6 @@ esdhc@70008000 { | |||
| 29 | compatible = "fsl,imx51-esdhc"; | 29 | compatible = "fsl,imx51-esdhc"; |
| 30 | reg = <0x70008000 0x4000>; | 30 | reg = <0x70008000 0x4000>; |
| 31 | interrupts = <2>; | 31 | interrupts = <2>; |
| 32 | cd-gpios = <&gpio0 6 0>; /* GPIO1_6 */ | 32 | cd-gpios = <&gpio1 6 0>; /* GPIO1_6 */ |
| 33 | wp-gpios = <&gpio0 5 0>; /* GPIO1_5 */ | 33 | wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */ |
| 34 | }; | 34 | }; |
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index 7ab9e1a2d8be..4616fc28ee86 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt | |||
| @@ -19,6 +19,6 @@ ethernet@83fec000 { | |||
| 19 | reg = <0x83fec000 0x4000>; | 19 | reg = <0x83fec000 0x4000>; |
| 20 | interrupts = <87>; | 20 | interrupts = <87>; |
| 21 | phy-mode = "mii"; | 21 | phy-mode = "mii"; |
| 22 | phy-reset-gpios = <&gpio1 14 0>; /* GPIO2_14 */ | 22 | phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */ |
| 23 | local-mac-address = [00 04 9F 01 1B B9]; | 23 | local-mac-address = [00 04 9F 01 1B B9]; |
| 24 | }; | 24 | }; |
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt index 82b43f915857..a4119f6422d9 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx6q-pinctrl.txt | |||
| @@ -1626,3 +1626,5 @@ MX6Q_PAD_SD2_DAT3__PCIE_CTRL_MUX_11 1587 | |||
| 1626 | MX6Q_PAD_SD2_DAT3__GPIO_1_12 1588 | 1626 | MX6Q_PAD_SD2_DAT3__GPIO_1_12 1588 |
| 1627 | MX6Q_PAD_SD2_DAT3__SJC_DONE 1589 | 1627 | MX6Q_PAD_SD2_DAT3__SJC_DONE 1589 |
| 1628 | MX6Q_PAD_SD2_DAT3__ANATOP_TESTO_3 1590 | 1628 | MX6Q_PAD_SD2_DAT3__ANATOP_TESTO_3 1590 |
| 1629 | MX6Q_PAD_ENET_RX_ER__ANATOP_USBOTG_ID 1591 | ||
| 1630 | MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID 1592 | ||
diff --git a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt index 9841057d112b..4256a6df9b79 100644 --- a/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt +++ b/Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | |||
| @@ -17,6 +17,6 @@ ecspi@70010000 { | |||
| 17 | reg = <0x70010000 0x4000>; | 17 | reg = <0x70010000 0x4000>; |
| 18 | interrupts = <36>; | 18 | interrupts = <36>; |
| 19 | fsl,spi-num-chipselects = <2>; | 19 | fsl,spi-num-chipselects = <2>; |
| 20 | cs-gpios = <&gpio3 24 0>, /* GPIO4_24 */ | 20 | cs-gpios = <&gpio3 24 0>, /* GPIO3_24 */ |
| 21 | <&gpio3 25 0>; /* GPIO4_25 */ | 21 | <&gpio3 25 0>; /* GPIO3_25 */ |
| 22 | }; | 22 | }; |
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 6eab91747a86..db4d3af3643c 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
| @@ -3,6 +3,7 @@ Device tree binding vendor prefix registry. Keep list in alphabetical order. | |||
| 3 | This isn't an exhaustive list, but you should add new prefixes to it before | 3 | This isn't an exhaustive list, but you should add new prefixes to it before |
| 4 | using them to avoid name-space collisions. | 4 | using them to avoid name-space collisions. |
| 5 | 5 | ||
| 6 | ad Avionic Design GmbH | ||
| 6 | adi Analog Devices, Inc. | 7 | adi Analog Devices, Inc. |
| 7 | amcc Applied Micro Circuits Corporation (APM, formally AMCC) | 8 | amcc Applied Micro Circuits Corporation (APM, formally AMCC) |
| 8 | apm Applied Micro Circuits Corporation (APM) | 9 | apm Applied Micro Circuits Corporation (APM) |
diff --git a/Documentation/kdump/kdump.txt b/Documentation/kdump/kdump.txt index 506c7390c2b9..13f1aa09b938 100644 --- a/Documentation/kdump/kdump.txt +++ b/Documentation/kdump/kdump.txt | |||
| @@ -86,7 +86,7 @@ There is also a gitweb interface available at | |||
| 86 | http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git | 86 | http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git |
| 87 | 87 | ||
| 88 | More information about kexec-tools can be found at | 88 | More information about kexec-tools can be found at |
| 89 | http://www.kernel.org/pub/linux/utils/kernel/kexec/README.html | 89 | http://horms.net/projects/kexec/ |
| 90 | 90 | ||
| 91 | 3) Unpack the tarball with the tar command, as follows: | 91 | 3) Unpack the tarball with the tar command, as follows: |
| 92 | 92 | ||
diff --git a/Documentation/prctl/no_new_privs.txt b/Documentation/prctl/no_new_privs.txt new file mode 100644 index 000000000000..f7be84fba910 --- /dev/null +++ b/Documentation/prctl/no_new_privs.txt | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | The execve system call can grant a newly-started program privileges that | ||
| 2 | its parent did not have. The most obvious examples are setuid/setgid | ||
| 3 | programs and file capabilities. To prevent the parent program from | ||
| 4 | gaining these privileges as well, the kernel and user code must be | ||
| 5 | careful to prevent the parent from doing anything that could subvert the | ||
| 6 | child. For example: | ||
| 7 | |||
| 8 | - The dynamic loader handles LD_* environment variables differently if | ||
| 9 | a program is setuid. | ||
| 10 | |||
| 11 | - chroot is disallowed to unprivileged processes, since it would allow | ||
| 12 | /etc/passwd to be replaced from the point of view of a process that | ||
| 13 | inherited chroot. | ||
| 14 | |||
| 15 | - The exec code has special handling for ptrace. | ||
| 16 | |||
| 17 | These are all ad-hoc fixes. The no_new_privs bit (since Linux 3.5) is a | ||
| 18 | new, generic mechanism to make it safe for a process to modify its | ||
| 19 | execution environment in a manner that persists across execve. Any task | ||
| 20 | can set no_new_privs. Once the bit is set, it is inherited across fork, | ||
| 21 | clone, and execve and cannot be unset. With no_new_privs set, execve | ||
| 22 | promises not to grant the privilege to do anything that could not have | ||
| 23 | been done without the execve call. For example, the setuid and setgid | ||
| 24 | bits will no longer change the uid or gid; file capabilities will not | ||
| 25 | add to the permitted set, and LSMs will not relax constraints after | ||
| 26 | execve. | ||
| 27 | |||
| 28 | To set no_new_privs, use prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0). | ||
| 29 | |||
| 30 | Be careful, though: LSMs might also not tighten constraints on exec | ||
| 31 | in no_new_privs mode. (This means that setting up a general-purpose | ||
| 32 | service launcher to set no_new_privs before execing daemons may | ||
| 33 | interfere with LSM-based sandboxing.) | ||
| 34 | |||
| 35 | Note that no_new_privs does not prevent privilege changes that do not | ||
| 36 | involve execve. An appropriately privileged task can still call | ||
| 37 | setuid(2) and receive SCM_RIGHTS datagrams. | ||
| 38 | |||
| 39 | There are two main use cases for no_new_privs so far: | ||
| 40 | |||
| 41 | - Filters installed for the seccomp mode 2 sandbox persist across | ||
| 42 | execve and can change the behavior of newly-executed programs. | ||
| 43 | Unprivileged users are therefore only allowed to install such filters | ||
| 44 | if no_new_privs is set. | ||
| 45 | |||
| 46 | - By itself, no_new_privs can be used to reduce the attack surface | ||
| 47 | available to an unprivileged user. If everything running with a | ||
| 48 | given uid has no_new_privs set, then that uid will be unable to | ||
| 49 | escalate its privileges by directly attacking setuid, setgid, and | ||
| 50 | fcap-using binaries; it will need to compromise something without the | ||
| 51 | no_new_privs bit set first. | ||
| 52 | |||
| 53 | In the future, other potentially dangerous kernel features could become | ||
| 54 | available to unprivileged tasks if no_new_privs is set. In principle, | ||
| 55 | several options to unshare(2) and clone(2) would be safe when | ||
| 56 | no_new_privs is set, and no_new_privs + chroot is considerable less | ||
| 57 | dangerous than chroot by itself. | ||
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 930126698a0f..2c9948379469 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
| @@ -1930,6 +1930,23 @@ The "pte_enc" field provides a value that can OR'ed into the hash | |||
| 1930 | PTE's RPN field (ie, it needs to be shifted left by 12 to OR it | 1930 | PTE's RPN field (ie, it needs to be shifted left by 12 to OR it |
| 1931 | into the hash PTE second double word). | 1931 | into the hash PTE second double word). |
| 1932 | 1932 | ||
| 1933 | 4.75 KVM_IRQFD | ||
| 1934 | |||
| 1935 | Capability: KVM_CAP_IRQFD | ||
| 1936 | Architectures: x86 | ||
| 1937 | Type: vm ioctl | ||
| 1938 | Parameters: struct kvm_irqfd (in) | ||
| 1939 | Returns: 0 on success, -1 on error | ||
| 1940 | |||
| 1941 | Allows setting an eventfd to directly trigger a guest interrupt. | ||
| 1942 | kvm_irqfd.fd specifies the file descriptor to use as the eventfd and | ||
| 1943 | kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When | ||
| 1944 | an event is tiggered on the eventfd, an interrupt is injected into | ||
| 1945 | the guest using the specified gsi pin. The irqfd is removed using | ||
| 1946 | the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd | ||
| 1947 | and kvm_irqfd.gsi. | ||
| 1948 | |||
| 1949 | |||
| 1933 | 5. The kvm_run structure | 1950 | 5. The kvm_run structure |
| 1934 | ------------------------ | 1951 | ------------------------ |
| 1935 | 1952 | ||
diff --git a/MAINTAINERS b/MAINTAINERS index eb22272b2116..fe643e7b9df6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -3433,13 +3433,14 @@ S: Supported | |||
| 3433 | F: drivers/idle/i7300_idle.c | 3433 | F: drivers/idle/i7300_idle.c |
| 3434 | 3434 | ||
| 3435 | IEEE 802.15.4 SUBSYSTEM | 3435 | IEEE 802.15.4 SUBSYSTEM |
| 3436 | M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> | ||
| 3436 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3437 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 3437 | M: Sergey Lapin <slapin@ossfans.org> | ||
| 3438 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) | 3438 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 3439 | W: http://apps.sourceforge.net/trac/linux-zigbee | 3439 | W: http://apps.sourceforge.net/trac/linux-zigbee |
| 3440 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git | 3440 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git |
| 3441 | S: Maintained | 3441 | S: Maintained |
| 3442 | F: net/ieee802154/ | 3442 | F: net/ieee802154/ |
| 3443 | F: net/mac802154/ | ||
| 3443 | F: drivers/ieee802154/ | 3444 | F: drivers/ieee802154/ |
| 3444 | 3445 | ||
| 3445 | IIO SUBSYSTEM AND DRIVERS | 3446 | IIO SUBSYSTEM AND DRIVERS |
| @@ -4654,8 +4655,8 @@ L: netfilter@vger.kernel.org | |||
| 4654 | L: coreteam@netfilter.org | 4655 | L: coreteam@netfilter.org |
| 4655 | W: http://www.netfilter.org/ | 4656 | W: http://www.netfilter.org/ |
| 4656 | W: http://www.iptables.org/ | 4657 | W: http://www.iptables.org/ |
| 4657 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git | 4658 | T: git git://1984.lsi.us.es/nf |
| 4658 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git | 4659 | T: git git://1984.lsi.us.es/nf-next |
| 4659 | S: Supported | 4660 | S: Supported |
| 4660 | F: include/linux/netfilter* | 4661 | F: include/linux/netfilter* |
| 4661 | F: include/linux/netfilter/ | 4662 | F: include/linux/netfilter/ |
| @@ -4857,6 +4858,7 @@ M: Kevin Hilman <khilman@ti.com> | |||
| 4857 | L: linux-omap@vger.kernel.org | 4858 | L: linux-omap@vger.kernel.org |
| 4858 | S: Maintained | 4859 | S: Maintained |
| 4859 | F: arch/arm/*omap*/*pm* | 4860 | F: arch/arm/*omap*/*pm* |
| 4861 | F: drivers/cpufreq/omap-cpufreq.c | ||
| 4860 | 4862 | ||
| 4861 | OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT | 4863 | OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT |
| 4862 | M: Rajendra Nayak <rnayak@ti.com> | 4864 | M: Rajendra Nayak <rnayak@ti.com> |
| @@ -5563,7 +5565,7 @@ F: Documentation/networking/LICENSE.qla3xxx | |||
| 5563 | F: drivers/net/ethernet/qlogic/qla3xxx.* | 5565 | F: drivers/net/ethernet/qlogic/qla3xxx.* |
| 5564 | 5566 | ||
| 5565 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | 5567 | QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER |
| 5566 | M: Anirban Chakraborty <anirban.chakraborty@qlogic.com> | 5568 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
| 5567 | M: Sony Chacko <sony.chacko@qlogic.com> | 5569 | M: Sony Chacko <sony.chacko@qlogic.com> |
| 5568 | M: linux-driver@qlogic.com | 5570 | M: linux-driver@qlogic.com |
| 5569 | L: netdev@vger.kernel.org | 5571 | L: netdev@vger.kernel.org |
| @@ -5571,7 +5573,6 @@ S: Supported | |||
| 5571 | F: drivers/net/ethernet/qlogic/qlcnic/ | 5573 | F: drivers/net/ethernet/qlogic/qlcnic/ |
| 5572 | 5574 | ||
| 5573 | QLOGIC QLGE 10Gb ETHERNET DRIVER | 5575 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
| 5574 | M: Anirban Chakraborty <anirban.chakraborty@qlogic.com> | ||
| 5575 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | 5576 | M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> |
| 5576 | M: Ron Mercer <ron.mercer@qlogic.com> | 5577 | M: Ron Mercer <ron.mercer@qlogic.com> |
| 5577 | M: linux-driver@qlogic.com | 5578 | M: linux-driver@qlogic.com |
| @@ -5909,7 +5910,7 @@ M: Ingo Molnar <mingo@redhat.com> | |||
| 5909 | M: Peter Zijlstra <peterz@infradead.org> | 5910 | M: Peter Zijlstra <peterz@infradead.org> |
| 5910 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core | 5911 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core |
| 5911 | S: Maintained | 5912 | S: Maintained |
| 5912 | F: kernel/sched* | 5913 | F: kernel/sched/ |
| 5913 | F: include/linux/sched.h | 5914 | F: include/linux/sched.h |
| 5914 | 5915 | ||
| 5915 | SCORE ARCHITECTURE | 5916 | SCORE ARCHITECTURE |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 3 | 1 | VERSION = 3 |
| 2 | PATCHLEVEL = 5 | 2 | PATCHLEVEL = 5 |
| 3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
| 4 | EXTRAVERSION = -rc5 | 4 | EXTRAVERSION = -rc7 |
| 5 | NAME = Saber-toothed Squirrel | 5 | NAME = Saber-toothed Squirrel |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index 10dcec7e7321..f7b84aced654 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi | |||
| @@ -43,8 +43,8 @@ | |||
| 43 | 43 | ||
| 44 | pmu { | 44 | pmu { |
| 45 | compatible = "arm,cortex-a9-pmu"; | 45 | compatible = "arm,cortex-a9-pmu"; |
| 46 | interrupts = <0 8 0x04 | 46 | interrupts = <0 6 0x04 |
| 47 | 0 9 0x04>; | 47 | 0 7 0x04>; |
| 48 | }; | 48 | }; |
| 49 | 49 | ||
| 50 | L2: l2-cache { | 50 | L2: l2-cache { |
| @@ -119,8 +119,8 @@ | |||
| 119 | gmac0: eth@e2000000 { | 119 | gmac0: eth@e2000000 { |
| 120 | compatible = "st,spear600-gmac"; | 120 | compatible = "st,spear600-gmac"; |
| 121 | reg = <0xe2000000 0x8000>; | 121 | reg = <0xe2000000 0x8000>; |
| 122 | interrupts = <0 23 0x4 | 122 | interrupts = <0 33 0x4 |
| 123 | 0 24 0x4>; | 123 | 0 34 0x4>; |
| 124 | interrupt-names = "macirq", "eth_wake_irq"; | 124 | interrupt-names = "macirq", "eth_wake_irq"; |
| 125 | status = "disabled"; | 125 | status = "disabled"; |
| 126 | }; | 126 | }; |
| @@ -202,6 +202,7 @@ | |||
| 202 | kbd@e0300000 { | 202 | kbd@e0300000 { |
| 203 | compatible = "st,spear300-kbd"; | 203 | compatible = "st,spear300-kbd"; |
| 204 | reg = <0xe0300000 0x1000>; | 204 | reg = <0xe0300000 0x1000>; |
| 205 | interrupts = <0 52 0x4>; | ||
| 205 | status = "disabled"; | 206 | status = "disabled"; |
| 206 | }; | 207 | }; |
| 207 | 208 | ||
| @@ -224,7 +225,7 @@ | |||
| 224 | serial@e0000000 { | 225 | serial@e0000000 { |
| 225 | compatible = "arm,pl011", "arm,primecell"; | 226 | compatible = "arm,pl011", "arm,primecell"; |
| 226 | reg = <0xe0000000 0x1000>; | 227 | reg = <0xe0000000 0x1000>; |
| 227 | interrupts = <0 36 0x4>; | 228 | interrupts = <0 35 0x4>; |
| 228 | status = "disabled"; | 229 | status = "disabled"; |
| 229 | }; | 230 | }; |
| 230 | 231 | ||
diff --git a/arch/arm/boot/dts/spear320-evb.dts b/arch/arm/boot/dts/spear320-evb.dts index c13fd1f3b09f..e4e912f95024 100644 --- a/arch/arm/boot/dts/spear320-evb.dts +++ b/arch/arm/boot/dts/spear320-evb.dts | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | /include/ "spear320.dtsi" | 15 | /include/ "spear320.dtsi" |
| 16 | 16 | ||
| 17 | / { | 17 | / { |
| 18 | model = "ST SPEAr300 Evaluation Board"; | 18 | model = "ST SPEAr320 Evaluation Board"; |
| 19 | compatible = "st,spear300-evb", "st,spear300"; | 19 | compatible = "st,spear320-evb", "st,spear320"; |
| 20 | #address-cells = <1>; | 20 | #address-cells = <1>; |
| 21 | #size-cells = <1>; | 21 | #size-cells = <1>; |
| 22 | 22 | ||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ahb { | 27 | ahb { |
| 28 | pinmux@b3000000 { | 28 | pinmux@b3000000 { |
| 29 | st,pinmux-mode = <3>; | 29 | st,pinmux-mode = <4>; |
| 30 | pinctrl-names = "default"; | 30 | pinctrl-names = "default"; |
| 31 | pinctrl-0 = <&state_default>; | 31 | pinctrl-0 = <&state_default>; |
| 32 | 32 | ||
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi index 089f0a42c50e..a3c36e47d7ef 100644 --- a/arch/arm/boot/dts/spear600.dtsi +++ b/arch/arm/boot/dts/spear600.dtsi | |||
| @@ -181,6 +181,7 @@ | |||
| 181 | timer@f0000000 { | 181 | timer@f0000000 { |
| 182 | compatible = "st,spear-timer"; | 182 | compatible = "st,spear-timer"; |
| 183 | reg = <0xf0000000 0x400>; | 183 | reg = <0xf0000000 0x400>; |
| 184 | interrupt-parent = <&vic0>; | ||
| 184 | interrupts = <16>; | 185 | interrupts = <16>; |
| 185 | }; | 186 | }; |
| 186 | }; | 187 | }; |
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 9854ff4279e0..11828e632532 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
| @@ -176,7 +176,6 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | |||
| 176 | CONFIG_USB_DEVICEFS=y | 176 | CONFIG_USB_DEVICEFS=y |
| 177 | CONFIG_USB_SUSPEND=y | 177 | CONFIG_USB_SUSPEND=y |
| 178 | CONFIG_USB_MON=y | 178 | CONFIG_USB_MON=y |
| 179 | CONFIG_USB_EHCI_HCD=y | ||
| 180 | CONFIG_USB_WDM=y | 179 | CONFIG_USB_WDM=y |
| 181 | CONFIG_USB_STORAGE=y | 180 | CONFIG_USB_STORAGE=y |
| 182 | CONFIG_USB_LIBUSUAL=y | 181 | CONFIG_USB_LIBUSUAL=y |
diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h index 68374ba6a943..c79f61faa3a5 100644 --- a/arch/arm/include/asm/atomic.h +++ b/arch/arm/include/asm/atomic.h | |||
| @@ -243,7 +243,7 @@ typedef struct { | |||
| 243 | 243 | ||
| 244 | #define ATOMIC64_INIT(i) { (i) } | 244 | #define ATOMIC64_INIT(i) { (i) } |
| 245 | 245 | ||
| 246 | static inline u64 atomic64_read(atomic64_t *v) | 246 | static inline u64 atomic64_read(const atomic64_t *v) |
| 247 | { | 247 | { |
| 248 | u64 result; | 248 | u64 result; |
| 249 | 249 | ||
diff --git a/arch/arm/include/asm/domain.h b/arch/arm/include/asm/domain.h index 3d2220498abc..6ddbe446425e 100644 --- a/arch/arm/include/asm/domain.h +++ b/arch/arm/include/asm/domain.h | |||
| @@ -60,13 +60,13 @@ | |||
| 60 | #ifndef __ASSEMBLY__ | 60 | #ifndef __ASSEMBLY__ |
| 61 | 61 | ||
| 62 | #ifdef CONFIG_CPU_USE_DOMAINS | 62 | #ifdef CONFIG_CPU_USE_DOMAINS |
| 63 | #define set_domain(x) \ | 63 | static inline void set_domain(unsigned val) |
| 64 | do { \ | 64 | { |
| 65 | __asm__ __volatile__( \ | 65 | asm volatile( |
| 66 | "mcr p15, 0, %0, c3, c0 @ set domain" \ | 66 | "mcr p15, 0, %0, c3, c0 @ set domain" |
| 67 | : : "r" (x)); \ | 67 | : : "r" (val)); |
| 68 | isb(); \ | 68 | isb(); |
| 69 | } while (0) | 69 | } |
| 70 | 70 | ||
| 71 | #define modify_domain(dom,type) \ | 71 | #define modify_domain(dom,type) \ |
| 72 | do { \ | 72 | do { \ |
| @@ -78,8 +78,8 @@ | |||
| 78 | } while (0) | 78 | } while (0) |
| 79 | 79 | ||
| 80 | #else | 80 | #else |
| 81 | #define set_domain(x) do { } while (0) | 81 | static inline void set_domain(unsigned val) { } |
| 82 | #define modify_domain(dom,type) do { } while (0) | 82 | static inline void modify_domain(unsigned dom, unsigned type) { } |
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | /* | 85 | /* |
diff --git a/arch/arm/include/asm/thread_info.h b/arch/arm/include/asm/thread_info.h index b79f8e97f775..af7b0bda3355 100644 --- a/arch/arm/include/asm/thread_info.h +++ b/arch/arm/include/asm/thread_info.h | |||
| @@ -148,7 +148,6 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *, | |||
| 148 | #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ | 148 | #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ |
| 149 | #define TIF_SYSCALL_TRACE 8 | 149 | #define TIF_SYSCALL_TRACE 8 |
| 150 | #define TIF_SYSCALL_AUDIT 9 | 150 | #define TIF_SYSCALL_AUDIT 9 |
| 151 | #define TIF_SYSCALL_RESTARTSYS 10 | ||
| 152 | #define TIF_POLLING_NRFLAG 16 | 151 | #define TIF_POLLING_NRFLAG 16 |
| 153 | #define TIF_USING_IWMMXT 17 | 152 | #define TIF_USING_IWMMXT 17 |
| 154 | #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ | 153 | #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ |
| @@ -164,11 +163,9 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *, | |||
| 164 | #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) | 163 | #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) |
| 165 | #define _TIF_USING_IWMMXT (1 << TIF_USING_IWMMXT) | 164 | #define _TIF_USING_IWMMXT (1 << TIF_USING_IWMMXT) |
| 166 | #define _TIF_SECCOMP (1 << TIF_SECCOMP) | 165 | #define _TIF_SECCOMP (1 << TIF_SECCOMP) |
| 167 | #define _TIF_SYSCALL_RESTARTSYS (1 << TIF_SYSCALL_RESTARTSYS) | ||
| 168 | 166 | ||
| 169 | /* Checks for any syscall work in entry-common.S */ | 167 | /* Checks for any syscall work in entry-common.S */ |
| 170 | #define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT | \ | 168 | #define _TIF_SYSCALL_WORK (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT) |
| 171 | _TIF_SYSCALL_RESTARTSYS) | ||
| 172 | 169 | ||
| 173 | /* | 170 | /* |
| 174 | * Change these and you break ASM code in entry-common.S | 171 | * Change these and you break ASM code in entry-common.S |
diff --git a/arch/arm/kernel/kprobes-test-arm.c b/arch/arm/kernel/kprobes-test-arm.c index ba32b393b3f0..38c1a3b103a0 100644 --- a/arch/arm/kernel/kprobes-test-arm.c +++ b/arch/arm/kernel/kprobes-test-arm.c | |||
| @@ -187,8 +187,8 @@ void kprobe_arm_test_cases(void) | |||
| 187 | TEST_BF_R ("mov pc, r",0,2f,"") | 187 | TEST_BF_R ("mov pc, r",0,2f,"") |
| 188 | TEST_BF_RR("mov pc, r",0,2f,", asl r",1,0,"") | 188 | TEST_BF_RR("mov pc, r",0,2f,", asl r",1,0,"") |
| 189 | TEST_BB( "sub pc, pc, #1b-2b+8") | 189 | TEST_BB( "sub pc, pc, #1b-2b+8") |
| 190 | #if __LINUX_ARM_ARCH__ >= 6 | 190 | #if __LINUX_ARM_ARCH__ == 6 && !defined(CONFIG_CPU_V7) |
| 191 | TEST_BB( "sub pc, pc, #1b-2b+8-2") /* UNPREDICTABLE before ARMv6 */ | 191 | TEST_BB( "sub pc, pc, #1b-2b+8-2") /* UNPREDICTABLE before and after ARMv6 */ |
| 192 | #endif | 192 | #endif |
| 193 | TEST_BB_R( "sub pc, pc, r",14, 1f-2f+8,"") | 193 | TEST_BB_R( "sub pc, pc, r",14, 1f-2f+8,"") |
| 194 | TEST_BB_R( "rsb pc, r",14,1f-2f+8,", pc") | 194 | TEST_BB_R( "rsb pc, r",14,1f-2f+8,", pc") |
diff --git a/arch/arm/kernel/perf_event.c b/arch/arm/kernel/perf_event.c index 186c8cb982c5..a02eada3aa5d 100644 --- a/arch/arm/kernel/perf_event.c +++ b/arch/arm/kernel/perf_event.c | |||
| @@ -503,7 +503,7 @@ __hw_perf_event_init(struct perf_event *event) | |||
| 503 | event_requires_mode_exclusion(&event->attr)) { | 503 | event_requires_mode_exclusion(&event->attr)) { |
| 504 | pr_debug("ARM performance counters do not support " | 504 | pr_debug("ARM performance counters do not support " |
| 505 | "mode exclusion\n"); | 505 | "mode exclusion\n"); |
| 506 | return -EPERM; | 506 | return -EOPNOTSUPP; |
| 507 | } | 507 | } |
| 508 | 508 | ||
| 509 | /* | 509 | /* |
diff --git a/arch/arm/kernel/ptrace.c b/arch/arm/kernel/ptrace.c index 5700a7ae7f0b..14e38261cd31 100644 --- a/arch/arm/kernel/ptrace.c +++ b/arch/arm/kernel/ptrace.c | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | #include <linux/regset.h> | 25 | #include <linux/regset.h> |
| 26 | #include <linux/audit.h> | 26 | #include <linux/audit.h> |
| 27 | #include <linux/tracehook.h> | 27 | #include <linux/tracehook.h> |
| 28 | #include <linux/unistd.h> | ||
| 29 | 28 | ||
| 30 | #include <asm/pgtable.h> | 29 | #include <asm/pgtable.h> |
| 31 | #include <asm/traps.h> | 30 | #include <asm/traps.h> |
| @@ -918,8 +917,6 @@ asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) | |||
| 918 | audit_syscall_entry(AUDIT_ARCH_ARM, scno, regs->ARM_r0, | 917 | audit_syscall_entry(AUDIT_ARCH_ARM, scno, regs->ARM_r0, |
| 919 | regs->ARM_r1, regs->ARM_r2, regs->ARM_r3); | 918 | regs->ARM_r1, regs->ARM_r2, regs->ARM_r3); |
| 920 | 919 | ||
| 921 | if (why == 0 && test_and_clear_thread_flag(TIF_SYSCALL_RESTARTSYS)) | ||
| 922 | scno = __NR_restart_syscall - __NR_SYSCALL_BASE; | ||
| 923 | if (!test_thread_flag(TIF_SYSCALL_TRACE)) | 920 | if (!test_thread_flag(TIF_SYSCALL_TRACE)) |
| 924 | return scno; | 921 | return scno; |
| 925 | 922 | ||
diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c index fd2392a17ac1..536c5d6b340b 100644 --- a/arch/arm/kernel/signal.c +++ b/arch/arm/kernel/signal.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | */ | 27 | */ |
| 28 | #define SWI_SYS_SIGRETURN (0xef000000|(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE)) | 28 | #define SWI_SYS_SIGRETURN (0xef000000|(__NR_sigreturn)|(__NR_OABI_SYSCALL_BASE)) |
| 29 | #define SWI_SYS_RT_SIGRETURN (0xef000000|(__NR_rt_sigreturn)|(__NR_OABI_SYSCALL_BASE)) | 29 | #define SWI_SYS_RT_SIGRETURN (0xef000000|(__NR_rt_sigreturn)|(__NR_OABI_SYSCALL_BASE)) |
| 30 | #define SWI_SYS_RESTART (0xef000000|__NR_restart_syscall|__NR_OABI_SYSCALL_BASE) | ||
| 30 | 31 | ||
| 31 | /* | 32 | /* |
| 32 | * With EABI, the syscall number has to be loaded into r7. | 33 | * With EABI, the syscall number has to be loaded into r7. |
| @@ -47,6 +48,18 @@ const unsigned long sigreturn_codes[7] = { | |||
| 47 | }; | 48 | }; |
| 48 | 49 | ||
| 49 | /* | 50 | /* |
| 51 | * Either we support OABI only, or we have EABI with the OABI | ||
| 52 | * compat layer enabled. In the later case we don't know if | ||
| 53 | * user space is EABI or not, and if not we must not clobber r7. | ||
| 54 | * Always using the OABI syscall solves that issue and works for | ||
| 55 | * all those cases. | ||
| 56 | */ | ||
| 57 | const unsigned long syscall_restart_code[2] = { | ||
| 58 | SWI_SYS_RESTART, /* swi __NR_restart_syscall */ | ||
| 59 | 0xe49df004, /* ldr pc, [sp], #4 */ | ||
| 60 | }; | ||
| 61 | |||
| 62 | /* | ||
| 50 | * atomically swap in the new signal mask, and wait for a signal. | 63 | * atomically swap in the new signal mask, and wait for a signal. |
| 51 | */ | 64 | */ |
| 52 | asmlinkage int sys_sigsuspend(int restart, unsigned long oldmask, old_sigset_t mask) | 65 | asmlinkage int sys_sigsuspend(int restart, unsigned long oldmask, old_sigset_t mask) |
| @@ -592,10 +605,12 @@ static void do_signal(struct pt_regs *regs, int syscall) | |||
| 592 | case -ERESTARTNOHAND: | 605 | case -ERESTARTNOHAND: |
| 593 | case -ERESTARTSYS: | 606 | case -ERESTARTSYS: |
| 594 | case -ERESTARTNOINTR: | 607 | case -ERESTARTNOINTR: |
| 595 | case -ERESTART_RESTARTBLOCK: | ||
| 596 | regs->ARM_r0 = regs->ARM_ORIG_r0; | 608 | regs->ARM_r0 = regs->ARM_ORIG_r0; |
| 597 | regs->ARM_pc = restart_addr; | 609 | regs->ARM_pc = restart_addr; |
| 598 | break; | 610 | break; |
| 611 | case -ERESTART_RESTARTBLOCK: | ||
| 612 | regs->ARM_r0 = -EINTR; | ||
| 613 | break; | ||
| 599 | } | 614 | } |
| 600 | } | 615 | } |
| 601 | 616 | ||
| @@ -611,14 +626,12 @@ static void do_signal(struct pt_regs *regs, int syscall) | |||
| 611 | * debugger has chosen to restart at a different PC. | 626 | * debugger has chosen to restart at a different PC. |
| 612 | */ | 627 | */ |
| 613 | if (regs->ARM_pc == restart_addr) { | 628 | if (regs->ARM_pc == restart_addr) { |
| 614 | if (retval == -ERESTARTNOHAND || | 629 | if (retval == -ERESTARTNOHAND |
| 615 | retval == -ERESTART_RESTARTBLOCK | ||
| 616 | || (retval == -ERESTARTSYS | 630 | || (retval == -ERESTARTSYS |
| 617 | && !(ka.sa.sa_flags & SA_RESTART))) { | 631 | && !(ka.sa.sa_flags & SA_RESTART))) { |
| 618 | regs->ARM_r0 = -EINTR; | 632 | regs->ARM_r0 = -EINTR; |
| 619 | regs->ARM_pc = continue_addr; | 633 | regs->ARM_pc = continue_addr; |
| 620 | } | 634 | } |
| 621 | clear_thread_flag(TIF_SYSCALL_RESTARTSYS); | ||
| 622 | } | 635 | } |
| 623 | 636 | ||
| 624 | handle_signal(signr, &ka, &info, regs); | 637 | handle_signal(signr, &ka, &info, regs); |
| @@ -632,8 +645,29 @@ static void do_signal(struct pt_regs *regs, int syscall) | |||
| 632 | * ignore the restart. | 645 | * ignore the restart. |
| 633 | */ | 646 | */ |
| 634 | if (retval == -ERESTART_RESTARTBLOCK | 647 | if (retval == -ERESTART_RESTARTBLOCK |
| 635 | && regs->ARM_pc == restart_addr) | 648 | && regs->ARM_pc == continue_addr) { |
| 636 | set_thread_flag(TIF_SYSCALL_RESTARTSYS); | 649 | if (thumb_mode(regs)) { |
| 650 | regs->ARM_r7 = __NR_restart_syscall - __NR_SYSCALL_BASE; | ||
| 651 | regs->ARM_pc -= 2; | ||
| 652 | } else { | ||
| 653 | #if defined(CONFIG_AEABI) && !defined(CONFIG_OABI_COMPAT) | ||
| 654 | regs->ARM_r7 = __NR_restart_syscall; | ||
| 655 | regs->ARM_pc -= 4; | ||
| 656 | #else | ||
| 657 | u32 __user *usp; | ||
| 658 | |||
| 659 | regs->ARM_sp -= 4; | ||
| 660 | usp = (u32 __user *)regs->ARM_sp; | ||
| 661 | |||
| 662 | if (put_user(regs->ARM_pc, usp) == 0) { | ||
| 663 | regs->ARM_pc = KERN_RESTART_CODE; | ||
| 664 | } else { | ||
| 665 | regs->ARM_sp += 4; | ||
| 666 | force_sigsegv(0, current); | ||
| 667 | } | ||
| 668 | #endif | ||
| 669 | } | ||
| 670 | } | ||
| 637 | } | 671 | } |
| 638 | 672 | ||
| 639 | restore_saved_sigmask(); | 673 | restore_saved_sigmask(); |
diff --git a/arch/arm/kernel/signal.h b/arch/arm/kernel/signal.h index 5ff067b7c752..6fcfe8398aa4 100644 --- a/arch/arm/kernel/signal.h +++ b/arch/arm/kernel/signal.h | |||
| @@ -8,5 +8,7 @@ | |||
| 8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
| 9 | */ | 9 | */ |
| 10 | #define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500) | 10 | #define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500) |
| 11 | #define KERN_RESTART_CODE (KERN_SIGRETURN_CODE + sizeof(sigreturn_codes)) | ||
| 11 | 12 | ||
| 12 | extern const unsigned long sigreturn_codes[7]; | 13 | extern const unsigned long sigreturn_codes[7]; |
| 14 | extern const unsigned long syscall_restart_code[2]; | ||
diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c index 4928d89758f4..3647170e9a16 100644 --- a/arch/arm/kernel/traps.c +++ b/arch/arm/kernel/traps.c | |||
| @@ -820,6 +820,8 @@ void __init early_trap_init(void *vectors_base) | |||
| 820 | */ | 820 | */ |
| 821 | memcpy((void *)(vectors + KERN_SIGRETURN_CODE - CONFIG_VECTORS_BASE), | 821 | memcpy((void *)(vectors + KERN_SIGRETURN_CODE - CONFIG_VECTORS_BASE), |
| 822 | sigreturn_codes, sizeof(sigreturn_codes)); | 822 | sigreturn_codes, sizeof(sigreturn_codes)); |
| 823 | memcpy((void *)(vectors + KERN_RESTART_CODE - CONFIG_VECTORS_BASE), | ||
| 824 | syscall_restart_code, sizeof(syscall_restart_code)); | ||
| 823 | 825 | ||
| 824 | flush_icache_range(vectors, vectors + PAGE_SIZE); | 826 | flush_icache_range(vectors, vectors + PAGE_SIZE); |
| 825 | modify_domain(DOMAIN_USER, DOMAIN_CLIENT); | 827 | modify_domain(DOMAIN_USER, DOMAIN_CLIENT); |
diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S index 43a31fb06318..36ff15bbfdd4 100644 --- a/arch/arm/kernel/vmlinux.lds.S +++ b/arch/arm/kernel/vmlinux.lds.S | |||
| @@ -183,7 +183,9 @@ SECTIONS | |||
| 183 | } | 183 | } |
| 184 | #endif | 184 | #endif |
| 185 | 185 | ||
| 186 | #ifdef CONFIG_SMP | ||
| 186 | PERCPU_SECTION(L1_CACHE_BYTES) | 187 | PERCPU_SECTION(L1_CACHE_BYTES) |
| 188 | #endif | ||
| 187 | 189 | ||
| 188 | #ifdef CONFIG_XIP_KERNEL | 190 | #ifdef CONFIG_XIP_KERNEL |
| 189 | __data_loc = ALIGN(4); /* location in binary */ | 191 | __data_loc = ALIGN(4); /* location in binary */ |
diff --git a/arch/arm/mach-dove/include/mach/bridge-regs.h b/arch/arm/mach-dove/include/mach/bridge-regs.h index 226949dc4ac0..f953bb54aa9d 100644 --- a/arch/arm/mach-dove/include/mach/bridge-regs.h +++ b/arch/arm/mach-dove/include/mach/bridge-regs.h | |||
| @@ -50,5 +50,6 @@ | |||
| 50 | #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE | 0x011c) | 50 | #define POWER_MANAGEMENT (BRIDGE_VIRT_BASE | 0x011c) |
| 51 | 51 | ||
| 52 | #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300) | 52 | #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300) |
| 53 | #define TIMER_PHYS_BASE (BRIDGE_PHYS_BASE | 0x0300) | ||
| 53 | 54 | ||
| 54 | #endif | 55 | #endif |
diff --git a/arch/arm/mach-dove/include/mach/dove.h b/arch/arm/mach-dove/include/mach/dove.h index ad1165d488c1..d52b0ef313b7 100644 --- a/arch/arm/mach-dove/include/mach/dove.h +++ b/arch/arm/mach-dove/include/mach/dove.h | |||
| @@ -78,6 +78,7 @@ | |||
| 78 | 78 | ||
| 79 | /* North-South Bridge */ | 79 | /* North-South Bridge */ |
| 80 | #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x20000) | 80 | #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x20000) |
| 81 | #define BRIDGE_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x20000) | ||
| 81 | 82 | ||
| 82 | /* Cryptographic Engine */ | 83 | /* Cryptographic Engine */ |
| 83 | #define DOVE_CRYPT_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x30000) | 84 | #define DOVE_CRYPT_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x30000) |
diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c index e9fafcf163de..373c3c00d24c 100644 --- a/arch/arm/mach-exynos/pm_domains.c +++ b/arch/arm/mach-exynos/pm_domains.c | |||
| @@ -119,7 +119,9 @@ static __init void exynos_pm_add_dev_to_genpd(struct platform_device *pdev, | |||
| 119 | struct exynos_pm_domain *pd) | 119 | struct exynos_pm_domain *pd) |
| 120 | { | 120 | { |
| 121 | if (pdev->dev.bus) { | 121 | if (pdev->dev.bus) { |
| 122 | if (pm_genpd_add_device(&pd->pd, &pdev->dev)) | 122 | if (!pm_genpd_add_device(&pd->pd, &pdev->dev)) |
| 123 | pm_genpd_dev_need_restore(&pdev->dev, true); | ||
| 124 | else | ||
| 123 | pr_info("%s: error in adding %s device to %s power" | 125 | pr_info("%s: error in adding %s device to %s power" |
| 124 | "domain\n", __func__, dev_name(&pdev->dev), | 126 | "domain\n", __func__, dev_name(&pdev->dev), |
| 125 | pd->name); | 127 | pd->name); |
| @@ -151,9 +153,12 @@ static __init int exynos4_pm_init_power_domain(void) | |||
| 151 | if (of_have_populated_dt()) | 153 | if (of_have_populated_dt()) |
| 152 | return exynos_pm_dt_parse_domains(); | 154 | return exynos_pm_dt_parse_domains(); |
| 153 | 155 | ||
| 154 | for (idx = 0; idx < ARRAY_SIZE(exynos4_pm_domains); idx++) | 156 | for (idx = 0; idx < ARRAY_SIZE(exynos4_pm_domains); idx++) { |
| 155 | pm_genpd_init(&exynos4_pm_domains[idx]->pd, NULL, | 157 | struct exynos_pm_domain *pd = exynos4_pm_domains[idx]; |
| 156 | exynos4_pm_domains[idx]->is_off); | 158 | int on = __raw_readl(pd->base + 0x4) & S5P_INT_LOCAL_PWR_EN; |
| 159 | |||
| 160 | pm_genpd_init(&pd->pd, NULL, !on); | ||
| 161 | } | ||
| 157 | 162 | ||
| 158 | #ifdef CONFIG_S5P_DEV_FIMD0 | 163 | #ifdef CONFIG_S5P_DEV_FIMD0 |
| 159 | exynos_pm_add_dev_to_genpd(&s5p_device_fimd0, &exynos4_pd_lcd0); | 164 | exynos_pm_add_dev_to_genpd(&s5p_device_fimd0, &exynos4_pd_lcd0); |
diff --git a/arch/arm/mach-imx/clk-imx35.c b/arch/arm/mach-imx/clk-imx35.c index 920a8cc42726..c6422fb10bae 100644 --- a/arch/arm/mach-imx/clk-imx35.c +++ b/arch/arm/mach-imx/clk-imx35.c | |||
| @@ -201,7 +201,6 @@ int __init mx35_clocks_init() | |||
| 201 | pr_err("i.MX35 clk %d: register failed with %ld\n", | 201 | pr_err("i.MX35 clk %d: register failed with %ld\n", |
| 202 | i, PTR_ERR(clk[i])); | 202 | i, PTR_ERR(clk[i])); |
| 203 | 203 | ||
| 204 | |||
| 205 | clk_register_clkdev(clk[pata_gate], NULL, "pata_imx"); | 204 | clk_register_clkdev(clk[pata_gate], NULL, "pata_imx"); |
| 206 | clk_register_clkdev(clk[can1_gate], NULL, "flexcan.0"); | 205 | clk_register_clkdev(clk[can1_gate], NULL, "flexcan.0"); |
| 207 | clk_register_clkdev(clk[can2_gate], NULL, "flexcan.1"); | 206 | clk_register_clkdev(clk[can2_gate], NULL, "flexcan.1"); |
| @@ -264,6 +263,14 @@ int __init mx35_clocks_init() | |||
| 264 | clk_prepare_enable(clk[iim_gate]); | 263 | clk_prepare_enable(clk[iim_gate]); |
| 265 | clk_prepare_enable(clk[emi_gate]); | 264 | clk_prepare_enable(clk[emi_gate]); |
| 266 | 265 | ||
| 266 | /* | ||
| 267 | * SCC is needed to boot via mmc after a watchdog reset. The clock code | ||
| 268 | * before conversion to common clk also enabled UART1 (which isn't | ||
| 269 | * handled here and not needed for mmc) and IIM (which is enabled | ||
| 270 | * unconditionally above). | ||
| 271 | */ | ||
| 272 | clk_prepare_enable(clk[scc_gate]); | ||
| 273 | |||
| 267 | imx_print_silicon_rev("i.MX35", mx35_revision()); | 274 | imx_print_silicon_rev("i.MX35", mx35_revision()); |
| 268 | 275 | ||
| 269 | #ifdef CONFIG_MXC_USE_EPIT | 276 | #ifdef CONFIG_MXC_USE_EPIT |
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c index f76edb96a48a..ba09552fe5fe 100644 --- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c +++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | #include <asm/mach-types.h> | 38 | #include <asm/mach-types.h> |
| 39 | #include <asm/mach/arch.h> | 39 | #include <asm/mach/arch.h> |
| 40 | #include <asm/mach/time.h> | 40 | #include <asm/mach/time.h> |
| 41 | #include <asm/system.h> | 41 | #include <asm/system_info.h> |
| 42 | #include <mach/common.h> | 42 | #include <mach/common.h> |
| 43 | #include <mach/iomux-mx27.h> | 43 | #include <mach/iomux-mx27.h> |
| 44 | 44 | ||
diff --git a/arch/arm/mach-mmp/include/mach/gpio-pxa.h b/arch/arm/mach-mmp/include/mach/gpio-pxa.h deleted file mode 100644 index 0e135a599f3e..000000000000 --- a/arch/arm/mach-mmp/include/mach/gpio-pxa.h +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | #ifndef __ASM_MACH_GPIO_PXA_H | ||
| 2 | #define __ASM_MACH_GPIO_PXA_H | ||
| 3 | |||
| 4 | #include <mach/addr-map.h> | ||
| 5 | #include <mach/cputype.h> | ||
| 6 | #include <mach/irqs.h> | ||
| 7 | |||
| 8 | #define GPIO_REGS_VIRT (APB_VIRT_BASE + 0x19000) | ||
| 9 | |||
| 10 | #define BANK_OFF(n) (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2)) | ||
| 11 | #define GPIO_REG(x) (*(volatile u32 *)(GPIO_REGS_VIRT + (x))) | ||
| 12 | |||
| 13 | #define gpio_to_bank(gpio) ((gpio) >> 5) | ||
| 14 | |||
| 15 | /* NOTE: these macros are defined here to make optimization of | ||
| 16 | * gpio_{get,set}_value() to work when 'gpio' is a constant. | ||
| 17 | * Usage of these macros otherwise is no longer recommended, | ||
| 18 | * use generic GPIO API whenever possible. | ||
| 19 | */ | ||
| 20 | #define GPIO_bit(gpio) (1 << ((gpio) & 0x1f)) | ||
| 21 | |||
| 22 | #define GPLR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x00) | ||
| 23 | #define GPDR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x0c) | ||
| 24 | #define GPSR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x18) | ||
| 25 | #define GPCR(x) GPIO_REG(BANK_OFF(gpio_to_bank(x)) + 0x24) | ||
| 26 | |||
| 27 | #include <plat/gpio-pxa.h> | ||
| 28 | |||
| 29 | #endif /* __ASM_MACH_GPIO_PXA_H */ | ||
diff --git a/arch/arm/mach-mv78xx0/include/mach/bridge-regs.h b/arch/arm/mach-mv78xx0/include/mach/bridge-regs.h index c64dbb96dbad..eb187e0e059b 100644 --- a/arch/arm/mach-mv78xx0/include/mach/bridge-regs.h +++ b/arch/arm/mach-mv78xx0/include/mach/bridge-regs.h | |||
| @@ -31,5 +31,6 @@ | |||
| 31 | #define IRQ_MASK_HIGH_OFF 0x0014 | 31 | #define IRQ_MASK_HIGH_OFF 0x0014 |
| 32 | 32 | ||
| 33 | #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300) | 33 | #define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300) |
| 34 | #define TIMER_PHYS_BASE (BRIDGE_PHYS_BASE | 0x0300) | ||
| 34 | 35 | ||
| 35 | #endif | 36 | #endif |
diff --git a/arch/arm/mach-mv78xx0/include/mach/mv78xx0.h b/arch/arm/mach-mv78xx0/include/mach/mv78xx0.h index 3674497162e3..e807c4c52a0b 100644 --- a/arch/arm/mach-mv78xx0/include/mach/mv78xx0.h +++ b/arch/arm/mach-mv78xx0/include/mach/mv78xx0.h | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | #define MV78XX0_CORE0_REGS_PHYS_BASE 0xf1020000 | 42 | #define MV78XX0_CORE0_REGS_PHYS_BASE 0xf1020000 |
| 43 | #define MV78XX0_CORE1_REGS_PHYS_BASE 0xf1024000 | 43 | #define MV78XX0_CORE1_REGS_PHYS_BASE 0xf1024000 |
| 44 | #define MV78XX0_CORE_REGS_VIRT_BASE 0xfe400000 | 44 | #define MV78XX0_CORE_REGS_VIRT_BASE 0xfe400000 |
| 45 | #define MV78XX0_CORE_REGS_PHYS_BASE 0xfe400000 | ||
| 45 | #define MV78XX0_CORE_REGS_SIZE SZ_16K | 46 | #define MV78XX0_CORE_REGS_SIZE SZ_16K |
| 46 | 47 | ||
| 47 | #define MV78XX0_PCIE_IO_PHYS_BASE(i) (0xf0800000 + ((i) << 20)) | 48 | #define MV78XX0_PCIE_IO_PHYS_BASE(i) (0xf0800000 + ((i) << 20)) |
| @@ -59,6 +60,7 @@ | |||
| 59 | * Core-specific peripheral registers. | 60 | * Core-specific peripheral registers. |
| 60 | */ | 61 | */ |
| 61 | #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) | 62 | #define BRIDGE_VIRT_BASE (MV78XX0_CORE_REGS_VIRT_BASE) |
| 63 | #define BRIDGE_PHYS_BASE (MV78XX0_CORE_REGS_PHYS_BASE) | ||
| 62 | 64 | ||
| 63 | /* | 65 | /* |
| 64 | * Register Map | 66 | * Register Map |
diff --git a/arch/arm/mach-mxs/mach-apx4devkit.c b/arch/arm/mach-mxs/mach-apx4devkit.c index 5e90b9dcdef8..f5f061757deb 100644 --- a/arch/arm/mach-mxs/mach-apx4devkit.c +++ b/arch/arm/mach-mxs/mach-apx4devkit.c | |||
| @@ -205,6 +205,16 @@ static int apx4devkit_phy_fixup(struct phy_device *phy) | |||
| 205 | return 0; | 205 | return 0; |
| 206 | } | 206 | } |
| 207 | 207 | ||
| 208 | static void __init apx4devkit_fec_phy_clk_enable(void) | ||
| 209 | { | ||
| 210 | struct clk *clk; | ||
| 211 | |||
| 212 | /* Enable fec phy clock */ | ||
| 213 | clk = clk_get_sys("enet_out", NULL); | ||
| 214 | if (!IS_ERR(clk)) | ||
| 215 | clk_prepare_enable(clk); | ||
| 216 | } | ||
| 217 | |||
| 208 | static void __init apx4devkit_init(void) | 218 | static void __init apx4devkit_init(void) |
| 209 | { | 219 | { |
| 210 | mx28_soc_init(); | 220 | mx28_soc_init(); |
| @@ -225,6 +235,7 @@ static void __init apx4devkit_init(void) | |||
| 225 | phy_register_fixup_for_uid(PHY_ID_KS8051, MICREL_PHY_ID_MASK, | 235 | phy_register_fixup_for_uid(PHY_ID_KS8051, MICREL_PHY_ID_MASK, |
| 226 | apx4devkit_phy_fixup); | 236 | apx4devkit_phy_fixup); |
| 227 | 237 | ||
| 238 | apx4devkit_fec_phy_clk_enable(); | ||
| 228 | mx28_add_fec(0, &mx28_fec_pdata); | 239 | mx28_add_fec(0, &mx28_fec_pdata); |
| 229 | 240 | ||
| 230 | mx28_add_mxs_mmc(0, &apx4devkit_mmc_pdata); | 241 | mx28_add_mxs_mmc(0, &apx4devkit_mmc_pdata); |
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 8fa2fc3a4c3c..779734d8ba37 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
| @@ -494,8 +494,8 @@ static void __init overo_init(void) | |||
| 494 | 494 | ||
| 495 | regulator_register_fixed(0, dummy_supplies, ARRAY_SIZE(dummy_supplies)); | 495 | regulator_register_fixed(0, dummy_supplies, ARRAY_SIZE(dummy_supplies)); |
| 496 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); | 496 | omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); |
| 497 | omap_hsmmc_init(mmc); | ||
| 498 | overo_i2c_init(); | 497 | overo_i2c_init(); |
| 498 | omap_hsmmc_init(mmc); | ||
| 499 | omap_display_init(&overo_dss_data); | 499 | omap_display_init(&overo_dss_data); |
| 500 | omap_serial_init(); | 500 | omap_serial_init(); |
| 501 | omap_sdrc_init(mt46h32m32lf6_sdrc_params, | 501 | omap_sdrc_init(mt46h32m32lf6_sdrc_params, |
diff --git a/arch/arm/mach-omap2/clockdomain.h b/arch/arm/mach-omap2/clockdomain.h index f7b58609bad8..6227e9505c2d 100644 --- a/arch/arm/mach-omap2/clockdomain.h +++ b/arch/arm/mach-omap2/clockdomain.h | |||
| @@ -31,12 +31,16 @@ | |||
| 31 | * | 31 | * |
| 32 | * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this | 32 | * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this |
| 33 | * clockdomain. (Currently, this applies to OMAP3 clockdomains only.) | 33 | * clockdomain. (Currently, this applies to OMAP3 clockdomains only.) |
| 34 | * CLKDM_ACTIVE_WITH_MPU: The PRCM guarantees that this clockdomain is | ||
| 35 | * active whenever the MPU is active. True for interconnects and | ||
| 36 | * the WKUP clockdomains. | ||
| 34 | */ | 37 | */ |
| 35 | #define CLKDM_CAN_FORCE_SLEEP (1 << 0) | 38 | #define CLKDM_CAN_FORCE_SLEEP (1 << 0) |
| 36 | #define CLKDM_CAN_FORCE_WAKEUP (1 << 1) | 39 | #define CLKDM_CAN_FORCE_WAKEUP (1 << 1) |
| 37 | #define CLKDM_CAN_ENABLE_AUTO (1 << 2) | 40 | #define CLKDM_CAN_ENABLE_AUTO (1 << 2) |
| 38 | #define CLKDM_CAN_DISABLE_AUTO (1 << 3) | 41 | #define CLKDM_CAN_DISABLE_AUTO (1 << 3) |
| 39 | #define CLKDM_NO_AUTODEPS (1 << 4) | 42 | #define CLKDM_NO_AUTODEPS (1 << 4) |
| 43 | #define CLKDM_ACTIVE_WITH_MPU (1 << 5) | ||
| 40 | 44 | ||
| 41 | #define CLKDM_CAN_HWSUP (CLKDM_CAN_ENABLE_AUTO | CLKDM_CAN_DISABLE_AUTO) | 45 | #define CLKDM_CAN_HWSUP (CLKDM_CAN_ENABLE_AUTO | CLKDM_CAN_DISABLE_AUTO) |
| 42 | #define CLKDM_CAN_SWSUP (CLKDM_CAN_FORCE_SLEEP | CLKDM_CAN_FORCE_WAKEUP) | 46 | #define CLKDM_CAN_SWSUP (CLKDM_CAN_FORCE_SLEEP | CLKDM_CAN_FORCE_WAKEUP) |
diff --git a/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c b/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c index 839145e1cfbe..4972219653ce 100644 --- a/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c +++ b/arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | |||
| @@ -88,4 +88,5 @@ struct clockdomain wkup_common_clkdm = { | |||
| 88 | .name = "wkup_clkdm", | 88 | .name = "wkup_clkdm", |
| 89 | .pwrdm = { .name = "wkup_pwrdm" }, | 89 | .pwrdm = { .name = "wkup_pwrdm" }, |
| 90 | .dep_bit = OMAP_EN_WKUP_SHIFT, | 90 | .dep_bit = OMAP_EN_WKUP_SHIFT, |
| 91 | .flags = CLKDM_ACTIVE_WITH_MPU, | ||
| 91 | }; | 92 | }; |
diff --git a/arch/arm/mach-omap2/clockdomains44xx_data.c b/arch/arm/mach-omap2/clockdomains44xx_data.c index c53425847493..7f2133abe7d3 100644 --- a/arch/arm/mach-omap2/clockdomains44xx_data.c +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c | |||
| @@ -381,7 +381,7 @@ static struct clockdomain l4_wkup_44xx_clkdm = { | |||
| 381 | .cm_inst = OMAP4430_PRM_WKUP_CM_INST, | 381 | .cm_inst = OMAP4430_PRM_WKUP_CM_INST, |
| 382 | .clkdm_offs = OMAP4430_PRM_WKUP_CM_WKUP_CDOFFS, | 382 | .clkdm_offs = OMAP4430_PRM_WKUP_CM_WKUP_CDOFFS, |
| 383 | .dep_bit = OMAP4430_L4WKUP_STATDEP_SHIFT, | 383 | .dep_bit = OMAP4430_L4WKUP_STATDEP_SHIFT, |
| 384 | .flags = CLKDM_CAN_HWSUP, | 384 | .flags = CLKDM_CAN_HWSUP | CLKDM_ACTIVE_WITH_MPU, |
| 385 | }; | 385 | }; |
| 386 | 386 | ||
| 387 | static struct clockdomain emu_sys_44xx_clkdm = { | 387 | static struct clockdomain emu_sys_44xx_clkdm = { |
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 773193670ea2..2d710f50fca2 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
| @@ -1124,15 +1124,18 @@ static struct omap_hwmod_addr_space * __init _find_mpu_rt_addr_space(struct omap | |||
| 1124 | * _enable_sysc - try to bring a module out of idle via OCP_SYSCONFIG | 1124 | * _enable_sysc - try to bring a module out of idle via OCP_SYSCONFIG |
| 1125 | * @oh: struct omap_hwmod * | 1125 | * @oh: struct omap_hwmod * |
| 1126 | * | 1126 | * |
| 1127 | * If module is marked as SWSUP_SIDLE, force the module out of slave | 1127 | * Ensure that the OCP_SYSCONFIG register for the IP block represented |
| 1128 | * idle; otherwise, configure it for smart-idle. If module is marked | 1128 | * by @oh is set to indicate to the PRCM that the IP block is active. |
| 1129 | * as SWSUP_MSUSPEND, force the module out of master standby; | 1129 | * Usually this means placing the module into smart-idle mode and |
| 1130 | * otherwise, configure it for smart-standby. No return value. | 1130 | * smart-standby, but if there is a bug in the automatic idle handling |
| 1131 | * for the IP block, it may need to be placed into the force-idle or | ||
| 1132 | * no-idle variants of these modes. No return value. | ||
| 1131 | */ | 1133 | */ |
| 1132 | static void _enable_sysc(struct omap_hwmod *oh) | 1134 | static void _enable_sysc(struct omap_hwmod *oh) |
| 1133 | { | 1135 | { |
| 1134 | u8 idlemode, sf; | 1136 | u8 idlemode, sf; |
| 1135 | u32 v; | 1137 | u32 v; |
| 1138 | bool clkdm_act; | ||
| 1136 | 1139 | ||
| 1137 | if (!oh->class->sysc) | 1140 | if (!oh->class->sysc) |
| 1138 | return; | 1141 | return; |
| @@ -1141,8 +1144,16 @@ static void _enable_sysc(struct omap_hwmod *oh) | |||
| 1141 | sf = oh->class->sysc->sysc_flags; | 1144 | sf = oh->class->sysc->sysc_flags; |
| 1142 | 1145 | ||
| 1143 | if (sf & SYSC_HAS_SIDLEMODE) { | 1146 | if (sf & SYSC_HAS_SIDLEMODE) { |
| 1144 | idlemode = (oh->flags & HWMOD_SWSUP_SIDLE) ? | 1147 | clkdm_act = ((oh->clkdm && |
| 1145 | HWMOD_IDLEMODE_NO : HWMOD_IDLEMODE_SMART; | 1148 | oh->clkdm->flags & CLKDM_ACTIVE_WITH_MPU) || |
| 1149 | (oh->_clk && oh->_clk->clkdm && | ||
| 1150 | oh->_clk->clkdm->flags & CLKDM_ACTIVE_WITH_MPU)); | ||
| 1151 | if (clkdm_act && !(oh->class->sysc->idlemodes & | ||
| 1152 | (SIDLE_SMART | SIDLE_SMART_WKUP))) | ||
| 1153 | idlemode = HWMOD_IDLEMODE_FORCE; | ||
| 1154 | else | ||
| 1155 | idlemode = (oh->flags & HWMOD_SWSUP_SIDLE) ? | ||
| 1156 | HWMOD_IDLEMODE_NO : HWMOD_IDLEMODE_SMART; | ||
| 1146 | _set_slave_idlemode(oh, idlemode, &v); | 1157 | _set_slave_idlemode(oh, idlemode, &v); |
| 1147 | } | 1158 | } |
| 1148 | 1159 | ||
| @@ -1208,8 +1219,13 @@ static void _idle_sysc(struct omap_hwmod *oh) | |||
| 1208 | sf = oh->class->sysc->sysc_flags; | 1219 | sf = oh->class->sysc->sysc_flags; |
| 1209 | 1220 | ||
| 1210 | if (sf & SYSC_HAS_SIDLEMODE) { | 1221 | if (sf & SYSC_HAS_SIDLEMODE) { |
| 1211 | idlemode = (oh->flags & HWMOD_SWSUP_SIDLE) ? | 1222 | /* XXX What about HWMOD_IDLEMODE_SMART_WKUP? */ |
| 1212 | HWMOD_IDLEMODE_FORCE : HWMOD_IDLEMODE_SMART; | 1223 | if (oh->flags & HWMOD_SWSUP_SIDLE || |
| 1224 | !(oh->class->sysc->idlemodes & | ||
| 1225 | (SIDLE_SMART | SIDLE_SMART_WKUP))) | ||
| 1226 | idlemode = HWMOD_IDLEMODE_FORCE; | ||
| 1227 | else | ||
| 1228 | idlemode = HWMOD_IDLEMODE_SMART; | ||
| 1213 | _set_slave_idlemode(oh, idlemode, &v); | 1229 | _set_slave_idlemode(oh, idlemode, &v); |
| 1214 | } | 1230 | } |
| 1215 | 1231 | ||
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index f30e861ce6d9..b7bcba5221ba 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
| @@ -1928,7 +1928,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp1_sdma_reqs[] = { | |||
| 1928 | 1928 | ||
| 1929 | static struct omap_hwmod_opt_clk mcbsp1_opt_clks[] = { | 1929 | static struct omap_hwmod_opt_clk mcbsp1_opt_clks[] = { |
| 1930 | { .role = "pad_fck", .clk = "pad_clks_ck" }, | 1930 | { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| 1931 | { .role = "prcm_clk", .clk = "mcbsp1_sync_mux_ck" }, | 1931 | { .role = "prcm_fck", .clk = "mcbsp1_sync_mux_ck" }, |
| 1932 | }; | 1932 | }; |
| 1933 | 1933 | ||
| 1934 | static struct omap_hwmod omap44xx_mcbsp1_hwmod = { | 1934 | static struct omap_hwmod omap44xx_mcbsp1_hwmod = { |
| @@ -1963,7 +1963,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp2_sdma_reqs[] = { | |||
| 1963 | 1963 | ||
| 1964 | static struct omap_hwmod_opt_clk mcbsp2_opt_clks[] = { | 1964 | static struct omap_hwmod_opt_clk mcbsp2_opt_clks[] = { |
| 1965 | { .role = "pad_fck", .clk = "pad_clks_ck" }, | 1965 | { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| 1966 | { .role = "prcm_clk", .clk = "mcbsp2_sync_mux_ck" }, | 1966 | { .role = "prcm_fck", .clk = "mcbsp2_sync_mux_ck" }, |
| 1967 | }; | 1967 | }; |
| 1968 | 1968 | ||
| 1969 | static struct omap_hwmod omap44xx_mcbsp2_hwmod = { | 1969 | static struct omap_hwmod omap44xx_mcbsp2_hwmod = { |
| @@ -1998,7 +1998,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp3_sdma_reqs[] = { | |||
| 1998 | 1998 | ||
| 1999 | static struct omap_hwmod_opt_clk mcbsp3_opt_clks[] = { | 1999 | static struct omap_hwmod_opt_clk mcbsp3_opt_clks[] = { |
| 2000 | { .role = "pad_fck", .clk = "pad_clks_ck" }, | 2000 | { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| 2001 | { .role = "prcm_clk", .clk = "mcbsp3_sync_mux_ck" }, | 2001 | { .role = "prcm_fck", .clk = "mcbsp3_sync_mux_ck" }, |
| 2002 | }; | 2002 | }; |
| 2003 | 2003 | ||
| 2004 | static struct omap_hwmod omap44xx_mcbsp3_hwmod = { | 2004 | static struct omap_hwmod omap44xx_mcbsp3_hwmod = { |
| @@ -2033,7 +2033,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp4_sdma_reqs[] = { | |||
| 2033 | 2033 | ||
| 2034 | static struct omap_hwmod_opt_clk mcbsp4_opt_clks[] = { | 2034 | static struct omap_hwmod_opt_clk mcbsp4_opt_clks[] = { |
| 2035 | { .role = "pad_fck", .clk = "pad_clks_ck" }, | 2035 | { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| 2036 | { .role = "prcm_clk", .clk = "mcbsp4_sync_mux_ck" }, | 2036 | { .role = "prcm_fck", .clk = "mcbsp4_sync_mux_ck" }, |
| 2037 | }; | 2037 | }; |
| 2038 | 2038 | ||
| 2039 | static struct omap_hwmod omap44xx_mcbsp4_hwmod = { | 2039 | static struct omap_hwmod omap44xx_mcbsp4_hwmod = { |
| @@ -3864,7 +3864,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_2 = { | |||
| 3864 | }; | 3864 | }; |
| 3865 | 3865 | ||
| 3866 | /* usb_host_fs -> l3_main_2 */ | 3866 | /* usb_host_fs -> l3_main_2 */ |
| 3867 | static struct omap_hwmod_ocp_if omap44xx_usb_host_fs__l3_main_2 = { | 3867 | static struct omap_hwmod_ocp_if __maybe_unused omap44xx_usb_host_fs__l3_main_2 = { |
| 3868 | .master = &omap44xx_usb_host_fs_hwmod, | 3868 | .master = &omap44xx_usb_host_fs_hwmod, |
| 3869 | .slave = &omap44xx_l3_main_2_hwmod, | 3869 | .slave = &omap44xx_l3_main_2_hwmod, |
| 3870 | .clk = "l3_div_ck", | 3870 | .clk = "l3_div_ck", |
| @@ -3922,7 +3922,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_3 = { | |||
| 3922 | }; | 3922 | }; |
| 3923 | 3923 | ||
| 3924 | /* aess -> l4_abe */ | 3924 | /* aess -> l4_abe */ |
| 3925 | static struct omap_hwmod_ocp_if omap44xx_aess__l4_abe = { | 3925 | static struct omap_hwmod_ocp_if __maybe_unused omap44xx_aess__l4_abe = { |
| 3926 | .master = &omap44xx_aess_hwmod, | 3926 | .master = &omap44xx_aess_hwmod, |
| 3927 | .slave = &omap44xx_l4_abe_hwmod, | 3927 | .slave = &omap44xx_l4_abe_hwmod, |
| 3928 | .clk = "ocp_abe_iclk", | 3928 | .clk = "ocp_abe_iclk", |
| @@ -4013,7 +4013,7 @@ static struct omap_hwmod_addr_space omap44xx_aess_addrs[] = { | |||
| 4013 | }; | 4013 | }; |
| 4014 | 4014 | ||
| 4015 | /* l4_abe -> aess */ | 4015 | /* l4_abe -> aess */ |
| 4016 | static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess = { | 4016 | static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess = { |
| 4017 | .master = &omap44xx_l4_abe_hwmod, | 4017 | .master = &omap44xx_l4_abe_hwmod, |
| 4018 | .slave = &omap44xx_aess_hwmod, | 4018 | .slave = &omap44xx_aess_hwmod, |
| 4019 | .clk = "ocp_abe_iclk", | 4019 | .clk = "ocp_abe_iclk", |
| @@ -4031,7 +4031,7 @@ static struct omap_hwmod_addr_space omap44xx_aess_dma_addrs[] = { | |||
| 4031 | }; | 4031 | }; |
| 4032 | 4032 | ||
| 4033 | /* l4_abe -> aess (dma) */ | 4033 | /* l4_abe -> aess (dma) */ |
| 4034 | static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess_dma = { | 4034 | static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess_dma = { |
| 4035 | .master = &omap44xx_l4_abe_hwmod, | 4035 | .master = &omap44xx_l4_abe_hwmod, |
| 4036 | .slave = &omap44xx_aess_hwmod, | 4036 | .slave = &omap44xx_aess_hwmod, |
| 4037 | .clk = "ocp_abe_iclk", | 4037 | .clk = "ocp_abe_iclk", |
| @@ -5857,7 +5857,7 @@ static struct omap_hwmod_addr_space omap44xx_usb_host_fs_addrs[] = { | |||
| 5857 | }; | 5857 | }; |
| 5858 | 5858 | ||
| 5859 | /* l4_cfg -> usb_host_fs */ | 5859 | /* l4_cfg -> usb_host_fs */ |
| 5860 | static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_host_fs = { | 5860 | static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_cfg__usb_host_fs = { |
| 5861 | .master = &omap44xx_l4_cfg_hwmod, | 5861 | .master = &omap44xx_l4_cfg_hwmod, |
| 5862 | .slave = &omap44xx_usb_host_fs_hwmod, | 5862 | .slave = &omap44xx_usb_host_fs_hwmod, |
| 5863 | .clk = "l4_div_ck", | 5863 | .clk = "l4_div_ck", |
| @@ -6014,13 +6014,13 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = { | |||
| 6014 | &omap44xx_iva__l3_main_2, | 6014 | &omap44xx_iva__l3_main_2, |
| 6015 | &omap44xx_l3_main_1__l3_main_2, | 6015 | &omap44xx_l3_main_1__l3_main_2, |
| 6016 | &omap44xx_l4_cfg__l3_main_2, | 6016 | &omap44xx_l4_cfg__l3_main_2, |
| 6017 | &omap44xx_usb_host_fs__l3_main_2, | 6017 | /* &omap44xx_usb_host_fs__l3_main_2, */ |
| 6018 | &omap44xx_usb_host_hs__l3_main_2, | 6018 | &omap44xx_usb_host_hs__l3_main_2, |
| 6019 | &omap44xx_usb_otg_hs__l3_main_2, | 6019 | &omap44xx_usb_otg_hs__l3_main_2, |
| 6020 | &omap44xx_l3_main_1__l3_main_3, | 6020 | &omap44xx_l3_main_1__l3_main_3, |
| 6021 | &omap44xx_l3_main_2__l3_main_3, | 6021 | &omap44xx_l3_main_2__l3_main_3, |
| 6022 | &omap44xx_l4_cfg__l3_main_3, | 6022 | &omap44xx_l4_cfg__l3_main_3, |
| 6023 | &omap44xx_aess__l4_abe, | 6023 | /* &omap44xx_aess__l4_abe, */ |
| 6024 | &omap44xx_dsp__l4_abe, | 6024 | &omap44xx_dsp__l4_abe, |
| 6025 | &omap44xx_l3_main_1__l4_abe, | 6025 | &omap44xx_l3_main_1__l4_abe, |
| 6026 | &omap44xx_mpu__l4_abe, | 6026 | &omap44xx_mpu__l4_abe, |
| @@ -6029,8 +6029,8 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = { | |||
| 6029 | &omap44xx_l4_cfg__l4_wkup, | 6029 | &omap44xx_l4_cfg__l4_wkup, |
| 6030 | &omap44xx_mpu__mpu_private, | 6030 | &omap44xx_mpu__mpu_private, |
| 6031 | &omap44xx_l4_cfg__ocp_wp_noc, | 6031 | &omap44xx_l4_cfg__ocp_wp_noc, |
| 6032 | &omap44xx_l4_abe__aess, | 6032 | /* &omap44xx_l4_abe__aess, */ |
| 6033 | &omap44xx_l4_abe__aess_dma, | 6033 | /* &omap44xx_l4_abe__aess_dma, */ |
| 6034 | &omap44xx_l3_main_2__c2c, | 6034 | &omap44xx_l3_main_2__c2c, |
| 6035 | &omap44xx_l4_wkup__counter_32k, | 6035 | &omap44xx_l4_wkup__counter_32k, |
| 6036 | &omap44xx_l4_cfg__ctrl_module_core, | 6036 | &omap44xx_l4_cfg__ctrl_module_core, |
| @@ -6136,7 +6136,7 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = { | |||
| 6136 | &omap44xx_l4_per__uart2, | 6136 | &omap44xx_l4_per__uart2, |
| 6137 | &omap44xx_l4_per__uart3, | 6137 | &omap44xx_l4_per__uart3, |
| 6138 | &omap44xx_l4_per__uart4, | 6138 | &omap44xx_l4_per__uart4, |
| 6139 | &omap44xx_l4_cfg__usb_host_fs, | 6139 | /* &omap44xx_l4_cfg__usb_host_fs, */ |
| 6140 | &omap44xx_l4_cfg__usb_host_hs, | 6140 | &omap44xx_l4_cfg__usb_host_hs, |
| 6141 | &omap44xx_l4_cfg__usb_otg_hs, | 6141 | &omap44xx_l4_cfg__usb_otg_hs, |
| 6142 | &omap44xx_l4_cfg__usb_tll_hs, | 6142 | &omap44xx_l4_cfg__usb_tll_hs, |
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c index 119d5a910f3a..43a979075338 100644 --- a/arch/arm/mach-omap2/twl-common.c +++ b/arch/arm/mach-omap2/twl-common.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include "twl-common.h" | 32 | #include "twl-common.h" |
| 33 | #include "pm.h" | 33 | #include "pm.h" |
| 34 | #include "voltage.h" | 34 | #include "voltage.h" |
| 35 | #include "mux.h" | ||
| 35 | 36 | ||
| 36 | static struct i2c_board_info __initdata pmic_i2c_board_info = { | 37 | static struct i2c_board_info __initdata pmic_i2c_board_info = { |
| 37 | .addr = 0x48, | 38 | .addr = 0x48, |
| @@ -77,6 +78,7 @@ void __init omap4_pmic_init(const char *pmic_type, | |||
| 77 | struct twl6040_platform_data *twl6040_data, int twl6040_irq) | 78 | struct twl6040_platform_data *twl6040_data, int twl6040_irq) |
| 78 | { | 79 | { |
| 79 | /* PMIC part*/ | 80 | /* PMIC part*/ |
| 81 | omap_mux_init_signal("sys_nirq1", OMAP_PIN_INPUT_PULLUP | OMAP_PIN_OFF_WAKEUPENABLE); | ||
| 80 | strncpy(omap4_i2c1_board_info[0].type, pmic_type, | 82 | strncpy(omap4_i2c1_board_info[0].type, pmic_type, |
| 81 | sizeof(omap4_i2c1_board_info[0].type)); | 83 | sizeof(omap4_i2c1_board_info[0].type)); |
| 82 | omap4_i2c1_board_info[0].irq = OMAP44XX_IRQ_SYS_1N; | 84 | omap4_i2c1_board_info[0].irq = OMAP44XX_IRQ_SYS_1N; |
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index d09da6a746b8..d3de84b0dcbe 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
| @@ -127,7 +127,11 @@ static unsigned long hx4700_pin_config[] __initdata = { | |||
| 127 | GPIO19_SSP2_SCLK, | 127 | GPIO19_SSP2_SCLK, |
| 128 | GPIO86_SSP2_RXD, | 128 | GPIO86_SSP2_RXD, |
| 129 | GPIO87_SSP2_TXD, | 129 | GPIO87_SSP2_TXD, |
| 130 | GPIO88_GPIO, | 130 | GPIO88_GPIO | MFP_LPM_DRIVE_HIGH, /* TSC2046_CS */ |
| 131 | |||
| 132 | /* BQ24022 Regulator */ | ||
| 133 | GPIO72_GPIO | MFP_LPM_KEEP_OUTPUT, /* BQ24022_nCHARGE_EN */ | ||
| 134 | GPIO96_GPIO | MFP_LPM_KEEP_OUTPUT, /* BQ24022_ISET2 */ | ||
| 131 | 135 | ||
| 132 | /* HX4700 specific input GPIOs */ | 136 | /* HX4700 specific input GPIOs */ |
| 133 | GPIO12_GPIO | WAKEUP_ON_EDGE_RISE, /* ASIC3_IRQ */ | 137 | GPIO12_GPIO | WAKEUP_ON_EDGE_RISE, /* ASIC3_IRQ */ |
| @@ -135,6 +139,10 @@ static unsigned long hx4700_pin_config[] __initdata = { | |||
| 135 | GPIO14_GPIO, /* nWLAN_IRQ */ | 139 | GPIO14_GPIO, /* nWLAN_IRQ */ |
| 136 | 140 | ||
| 137 | /* HX4700 specific output GPIOs */ | 141 | /* HX4700 specific output GPIOs */ |
| 142 | GPIO61_GPIO | MFP_LPM_DRIVE_HIGH, /* W3220_nRESET */ | ||
| 143 | GPIO71_GPIO | MFP_LPM_DRIVE_HIGH, /* ASIC3_nRESET */ | ||
| 144 | GPIO81_GPIO | MFP_LPM_DRIVE_HIGH, /* CPU_GP_nRESET */ | ||
| 145 | GPIO116_GPIO | MFP_LPM_DRIVE_HIGH, /* CPU_HW_nRESET */ | ||
| 138 | GPIO102_GPIO | MFP_LPM_DRIVE_LOW, /* SYNAPTICS_POWER_ON */ | 146 | GPIO102_GPIO | MFP_LPM_DRIVE_LOW, /* SYNAPTICS_POWER_ON */ |
| 139 | 147 | ||
| 140 | GPIO10_GPIO, /* GSM_IRQ */ | 148 | GPIO10_GPIO, /* GSM_IRQ */ |
| @@ -872,14 +880,19 @@ static struct gpio global_gpios[] = { | |||
| 872 | { GPIO110_HX4700_LCD_LVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_LVDD" }, | 880 | { GPIO110_HX4700_LCD_LVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_LVDD" }, |
| 873 | { GPIO111_HX4700_LCD_AVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_AVDD" }, | 881 | { GPIO111_HX4700_LCD_AVDD_3V3_ON, GPIOF_OUT_INIT_HIGH, "LCD_AVDD" }, |
| 874 | { GPIO32_HX4700_RS232_ON, GPIOF_OUT_INIT_HIGH, "RS232_ON" }, | 882 | { GPIO32_HX4700_RS232_ON, GPIOF_OUT_INIT_HIGH, "RS232_ON" }, |
| 883 | { GPIO61_HX4700_W3220_nRESET, GPIOF_OUT_INIT_HIGH, "W3220_nRESET" }, | ||
| 875 | { GPIO71_HX4700_ASIC3_nRESET, GPIOF_OUT_INIT_HIGH, "ASIC3_nRESET" }, | 884 | { GPIO71_HX4700_ASIC3_nRESET, GPIOF_OUT_INIT_HIGH, "ASIC3_nRESET" }, |
| 885 | { GPIO81_HX4700_CPU_GP_nRESET, GPIOF_OUT_INIT_HIGH, "CPU_GP_nRESET" }, | ||
| 876 | { GPIO82_HX4700_EUART_RESET, GPIOF_OUT_INIT_HIGH, "EUART_RESET" }, | 886 | { GPIO82_HX4700_EUART_RESET, GPIOF_OUT_INIT_HIGH, "EUART_RESET" }, |
| 887 | { GPIO116_HX4700_CPU_HW_nRESET, GPIOF_OUT_INIT_HIGH, "CPU_HW_nRESET" }, | ||
| 877 | }; | 888 | }; |
| 878 | 889 | ||
| 879 | static void __init hx4700_init(void) | 890 | static void __init hx4700_init(void) |
| 880 | { | 891 | { |
| 881 | int ret; | 892 | int ret; |
| 882 | 893 | ||
| 894 | PCFR = PCFR_GPR_EN | PCFR_OPDE; | ||
| 895 | |||
| 883 | pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config)); | 896 | pxa2xx_mfp_config(ARRAY_AND_SIZE(hx4700_pin_config)); |
| 884 | gpio_set_wake(GPIO12_HX4700_ASIC3_IRQ, 1); | 897 | gpio_set_wake(GPIO12_HX4700_ASIC3_IRQ, 1); |
| 885 | ret = gpio_request_array(ARRAY_AND_SIZE(global_gpios)); | 898 | ret = gpio_request_array(ARRAY_AND_SIZE(global_gpios)); |
diff --git a/arch/arm/mach-s3c24xx/clock-s3c2440.c b/arch/arm/mach-s3c24xx/clock-s3c2440.c index 414364eb426c..cb2883d553b5 100644 --- a/arch/arm/mach-s3c24xx/clock-s3c2440.c +++ b/arch/arm/mach-s3c24xx/clock-s3c2440.c | |||
| @@ -106,7 +106,7 @@ static struct clk s3c2440_clk_cam_upll = { | |||
| 106 | static struct clk s3c2440_clk_ac97 = { | 106 | static struct clk s3c2440_clk_ac97 = { |
| 107 | .name = "ac97", | 107 | .name = "ac97", |
| 108 | .enable = s3c2410_clkcon_enable, | 108 | .enable = s3c2410_clkcon_enable, |
| 109 | .ctrlbit = S3C2440_CLKCON_CAMERA, | 109 | .ctrlbit = S3C2440_CLKCON_AC97, |
| 110 | }; | 110 | }; |
| 111 | 111 | ||
| 112 | static unsigned long s3c2440_fclk_n_getrate(struct clk *clk) | 112 | static unsigned long s3c2440_fclk_n_getrate(struct clk *clk) |
diff --git a/arch/arm/mach-shmobile/platsmp.c b/arch/arm/mach-shmobile/platsmp.c index e859fcdb3d58..fde0d23121dc 100644 --- a/arch/arm/mach-shmobile/platsmp.c +++ b/arch/arm/mach-shmobile/platsmp.c | |||
| @@ -22,8 +22,13 @@ | |||
| 22 | #include <mach/common.h> | 22 | #include <mach/common.h> |
| 23 | #include <mach/emev2.h> | 23 | #include <mach/emev2.h> |
| 24 | 24 | ||
| 25 | #ifdef CONFIG_ARCH_SH73A0 | ||
| 25 | #define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2() || \ | 26 | #define is_sh73a0() (machine_is_ag5evm() || machine_is_kota2() || \ |
| 26 | of_machine_is_compatible("renesas,sh73a0")) | 27 | of_machine_is_compatible("renesas,sh73a0")) |
| 28 | #else | ||
| 29 | #define is_sh73a0() (0) | ||
| 30 | #endif | ||
| 31 | |||
| 27 | #define is_r8a7779() machine_is_marzen() | 32 | #define is_r8a7779() machine_is_marzen() |
| 28 | 33 | ||
| 29 | #ifdef CONFIG_ARCH_EMEV2 | 34 | #ifdef CONFIG_ARCH_EMEV2 |
diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c index 0f41bd1c47c3..66db5f13af84 100644 --- a/arch/arm/mach-spear3xx/spear3xx.c +++ b/arch/arm/mach-spear3xx/spear3xx.c | |||
| @@ -87,7 +87,7 @@ void __init spear3xx_map_io(void) | |||
| 87 | 87 | ||
| 88 | static void __init spear3xx_timer_init(void) | 88 | static void __init spear3xx_timer_init(void) |
| 89 | { | 89 | { |
| 90 | char pclk_name[] = "pll3_48m_clk"; | 90 | char pclk_name[] = "pll3_clk"; |
| 91 | struct clk *gpt_clk, *pclk; | 91 | struct clk *gpt_clk, *pclk; |
| 92 | 92 | ||
| 93 | spear3xx_clk_init(); | 93 | spear3xx_clk_init(); |
diff --git a/arch/arm/mach-spear6xx/spear6xx.c b/arch/arm/mach-spear6xx/spear6xx.c index 2e2e3596583e..9af67d003c62 100644 --- a/arch/arm/mach-spear6xx/spear6xx.c +++ b/arch/arm/mach-spear6xx/spear6xx.c | |||
| @@ -423,7 +423,7 @@ void __init spear6xx_map_io(void) | |||
| 423 | 423 | ||
| 424 | static void __init spear6xx_timer_init(void) | 424 | static void __init spear6xx_timer_init(void) |
| 425 | { | 425 | { |
| 426 | char pclk_name[] = "pll3_48m_clk"; | 426 | char pclk_name[] = "pll3_clk"; |
| 427 | struct clk *gpt_clk, *pclk; | 427 | struct clk *gpt_clk, *pclk; |
| 428 | 428 | ||
| 429 | spear6xx_clk_init(); | 429 | spear6xx_clk_init(); |
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 1509a3cb5833..4fd93f5c49ec 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
| @@ -625,11 +625,6 @@ static struct platform_device *snowball_platform_devs[] __initdata = { | |||
| 625 | &ab8500_device, | 625 | &ab8500_device, |
| 626 | }; | 626 | }; |
| 627 | 627 | ||
| 628 | static struct platform_device *snowball_of_platform_devs[] __initdata = { | ||
| 629 | &snowball_led_dev, | ||
| 630 | &snowball_key_dev, | ||
| 631 | }; | ||
| 632 | |||
| 633 | static void __init mop500_init_machine(void) | 628 | static void __init mop500_init_machine(void) |
| 634 | { | 629 | { |
| 635 | struct device *parent = NULL; | 630 | struct device *parent = NULL; |
| @@ -769,6 +764,11 @@ MACHINE_END | |||
| 769 | 764 | ||
| 770 | #ifdef CONFIG_MACH_UX500_DT | 765 | #ifdef CONFIG_MACH_UX500_DT |
| 771 | 766 | ||
| 767 | static struct platform_device *snowball_of_platform_devs[] __initdata = { | ||
| 768 | &snowball_led_dev, | ||
| 769 | &snowball_key_dev, | ||
| 770 | }; | ||
| 771 | |||
| 772 | struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { | 772 | struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { |
| 773 | /* Requires DMA and call-back bindings. */ | 773 | /* Requires DMA and call-back bindings. */ |
| 774 | OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat), | 774 | OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat), |
| @@ -786,6 +786,8 @@ struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = { | |||
| 786 | OF_DEV_AUXDATA("st,nomadik-gpio", 0x8011e000, "gpio.6", NULL), | 786 | OF_DEV_AUXDATA("st,nomadik-gpio", 0x8011e000, "gpio.6", NULL), |
| 787 | OF_DEV_AUXDATA("st,nomadik-gpio", 0x8011e080, "gpio.7", NULL), | 787 | OF_DEV_AUXDATA("st,nomadik-gpio", 0x8011e080, "gpio.7", NULL), |
| 788 | OF_DEV_AUXDATA("st,nomadik-gpio", 0xa03fe000, "gpio.8", NULL), | 788 | OF_DEV_AUXDATA("st,nomadik-gpio", 0xa03fe000, "gpio.8", NULL), |
| 789 | /* Requires device name bindings. */ | ||
| 790 | OF_DEV_AUXDATA("stericsson,nmk_pinctrl", 0, "pinctrl-db8500", NULL), | ||
| 789 | {}, | 791 | {}, |
| 790 | }; | 792 | }; |
| 791 | 793 | ||
diff --git a/arch/arm/mach-ux500/timer.c b/arch/arm/mach-ux500/timer.c index 741e71feca78..66e7f00884ab 100644 --- a/arch/arm/mach-ux500/timer.c +++ b/arch/arm/mach-ux500/timer.c | |||
| @@ -63,8 +63,10 @@ static void __init ux500_timer_init(void) | |||
| 63 | 63 | ||
| 64 | /* TODO: Once MTU has been DT:ed place code above into else. */ | 64 | /* TODO: Once MTU has been DT:ed place code above into else. */ |
| 65 | if (of_have_populated_dt()) { | 65 | if (of_have_populated_dt()) { |
| 66 | #ifdef CONFIG_OF | ||
| 66 | np = of_find_matching_node(NULL, prcmu_timer_of_match); | 67 | np = of_find_matching_node(NULL, prcmu_timer_of_match); |
| 67 | if (!np) | 68 | if (!np) |
| 69 | #endif | ||
| 68 | goto dt_fail; | 70 | goto dt_fail; |
| 69 | 71 | ||
| 70 | tmp_base = of_iomap(np, 0); | 72 | tmp_base = of_iomap(np, 0); |
diff --git a/arch/arm/mach-versatile/pci.c b/arch/arm/mach-versatile/pci.c index bec933b04ef0..e95bf84cc837 100644 --- a/arch/arm/mach-versatile/pci.c +++ b/arch/arm/mach-versatile/pci.c | |||
| @@ -339,7 +339,6 @@ void __init pci_versatile_preinit(void) | |||
| 339 | static int __init versatile_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | 339 | static int __init versatile_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) |
| 340 | { | 340 | { |
| 341 | int irq; | 341 | int irq; |
| 342 | int devslot = PCI_SLOT(dev->devfn); | ||
| 343 | 342 | ||
| 344 | /* slot, pin, irq | 343 | /* slot, pin, irq |
| 345 | * 24 1 27 | 344 | * 24 1 27 |
diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.c index 4044abcf6f9d..655878bcc96d 100644 --- a/arch/arm/mm/dma-mapping.c +++ b/arch/arm/mm/dma-mapping.c | |||
| @@ -1091,7 +1091,7 @@ error: | |||
| 1091 | while (--i) | 1091 | while (--i) |
| 1092 | if (pages[i]) | 1092 | if (pages[i]) |
| 1093 | __free_pages(pages[i], 0); | 1093 | __free_pages(pages[i], 0); |
| 1094 | if (array_size < PAGE_SIZE) | 1094 | if (array_size <= PAGE_SIZE) |
| 1095 | kfree(pages); | 1095 | kfree(pages); |
| 1096 | else | 1096 | else |
| 1097 | vfree(pages); | 1097 | vfree(pages); |
| @@ -1106,7 +1106,7 @@ static int __iommu_free_buffer(struct device *dev, struct page **pages, size_t s | |||
| 1106 | for (i = 0; i < count; i++) | 1106 | for (i = 0; i < count; i++) |
| 1107 | if (pages[i]) | 1107 | if (pages[i]) |
| 1108 | __free_pages(pages[i], 0); | 1108 | __free_pages(pages[i], 0); |
| 1109 | if (array_size < PAGE_SIZE) | 1109 | if (array_size <= PAGE_SIZE) |
| 1110 | kfree(pages); | 1110 | kfree(pages); |
| 1111 | else | 1111 | else |
| 1112 | vfree(pages); | 1112 | vfree(pages); |
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h index c471436c7952..2e8a1efdf7b8 100644 --- a/arch/arm/mm/mm.h +++ b/arch/arm/mm/mm.h | |||
| @@ -64,7 +64,7 @@ extern void __flush_dcache_page(struct address_space *mapping, struct page *page | |||
| 64 | #ifdef CONFIG_ZONE_DMA | 64 | #ifdef CONFIG_ZONE_DMA |
| 65 | extern phys_addr_t arm_dma_limit; | 65 | extern phys_addr_t arm_dma_limit; |
| 66 | #else | 66 | #else |
| 67 | #define arm_dma_limit ((u32)~0) | 67 | #define arm_dma_limit ((phys_addr_t)~0) |
| 68 | #endif | 68 | #endif |
| 69 | 69 | ||
| 70 | extern phys_addr_t arm_lowmem_limit; | 70 | extern phys_addr_t arm_lowmem_limit; |
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index e5dad60b558b..cf4528d51774 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
| @@ -791,6 +791,79 @@ void __init iotable_init(struct map_desc *io_desc, int nr) | |||
| 791 | } | 791 | } |
| 792 | } | 792 | } |
| 793 | 793 | ||
| 794 | #ifndef CONFIG_ARM_LPAE | ||
| 795 | |||
| 796 | /* | ||
| 797 | * The Linux PMD is made of two consecutive section entries covering 2MB | ||
| 798 | * (see definition in include/asm/pgtable-2level.h). However a call to | ||
| 799 | * create_mapping() may optimize static mappings by using individual | ||
| 800 | * 1MB section mappings. This leaves the actual PMD potentially half | ||
| 801 | * initialized if the top or bottom section entry isn't used, leaving it | ||
| 802 | * open to problems if a subsequent ioremap() or vmalloc() tries to use | ||
| 803 | * the virtual space left free by that unused section entry. | ||
| 804 | * | ||
| 805 | * Let's avoid the issue by inserting dummy vm entries covering the unused | ||
| 806 | * PMD halves once the static mappings are in place. | ||
| 807 | */ | ||
| 808 | |||
| 809 | static void __init pmd_empty_section_gap(unsigned long addr) | ||
| 810 | { | ||
| 811 | struct vm_struct *vm; | ||
| 812 | |||
| 813 | vm = early_alloc_aligned(sizeof(*vm), __alignof__(*vm)); | ||
| 814 | vm->addr = (void *)addr; | ||
| 815 | vm->size = SECTION_SIZE; | ||
| 816 | vm->flags = VM_IOREMAP | VM_ARM_STATIC_MAPPING; | ||
| 817 | vm->caller = pmd_empty_section_gap; | ||
| 818 | vm_area_add_early(vm); | ||
| 819 | } | ||
| 820 | |||
| 821 | static void __init fill_pmd_gaps(void) | ||
| 822 | { | ||
| 823 | struct vm_struct *vm; | ||
| 824 | unsigned long addr, next = 0; | ||
| 825 | pmd_t *pmd; | ||
| 826 | |||
| 827 | /* we're still single threaded hence no lock needed here */ | ||
| 828 | for (vm = vmlist; vm; vm = vm->next) { | ||
| 829 | if (!(vm->flags & VM_ARM_STATIC_MAPPING)) | ||
| 830 | continue; | ||
| 831 | addr = (unsigned long)vm->addr; | ||
| 832 | if (addr < next) | ||
| 833 | continue; | ||
| 834 | |||
| 835 | /* | ||
| 836 | * Check if this vm starts on an odd section boundary. | ||
| 837 | * If so and the first section entry for this PMD is free | ||
| 838 | * then we block the corresponding virtual address. | ||
| 839 | */ | ||
| 840 | if ((addr & ~PMD_MASK) == SECTION_SIZE) { | ||
| 841 | pmd = pmd_off_k(addr); | ||
| 842 | if (pmd_none(*pmd)) | ||
| 843 | pmd_empty_section_gap(addr & PMD_MASK); | ||
| 844 | } | ||
| 845 | |||
| 846 | /* | ||
| 847 | * Then check if this vm ends on an odd section boundary. | ||
| 848 | * If so and the second section entry for this PMD is empty | ||
| 849 | * then we block the corresponding virtual address. | ||
| 850 | */ | ||
| 851 | addr += vm->size; | ||
| 852 | if ((addr & ~PMD_MASK) == SECTION_SIZE) { | ||
| 853 | pmd = pmd_off_k(addr) + 1; | ||
| 854 | if (pmd_none(*pmd)) | ||
| 855 | pmd_empty_section_gap(addr); | ||
| 856 | } | ||
| 857 | |||
| 858 | /* no need to look at any vm entry until we hit the next PMD */ | ||
| 859 | next = (addr + PMD_SIZE - 1) & PMD_MASK; | ||
| 860 | } | ||
| 861 | } | ||
| 862 | |||
| 863 | #else | ||
| 864 | #define fill_pmd_gaps() do { } while (0) | ||
| 865 | #endif | ||
| 866 | |||
| 794 | static void * __initdata vmalloc_min = | 867 | static void * __initdata vmalloc_min = |
| 795 | (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET); | 868 | (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET); |
| 796 | 869 | ||
| @@ -1072,6 +1145,7 @@ static void __init devicemaps_init(struct machine_desc *mdesc) | |||
| 1072 | */ | 1145 | */ |
| 1073 | if (mdesc->map_io) | 1146 | if (mdesc->map_io) |
| 1074 | mdesc->map_io(); | 1147 | mdesc->map_io(); |
| 1148 | fill_pmd_gaps(); | ||
| 1075 | 1149 | ||
| 1076 | /* | 1150 | /* |
| 1077 | * Finally flush the caches and tlb to ensure that we're in a | 1151 | * Finally flush the caches and tlb to ensure that we're in a |
diff --git a/arch/arm/plat-samsung/adc.c b/arch/arm/plat-samsung/adc.c index 33ecd0c9f0c3..b1e05ccff3ac 100644 --- a/arch/arm/plat-samsung/adc.c +++ b/arch/arm/plat-samsung/adc.c | |||
| @@ -157,11 +157,13 @@ int s3c_adc_start(struct s3c_adc_client *client, | |||
| 157 | return -EINVAL; | 157 | return -EINVAL; |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | if (client->is_ts && adc->ts_pend) | ||
| 161 | return -EAGAIN; | ||
| 162 | |||
| 163 | spin_lock_irqsave(&adc->lock, flags); | 160 | spin_lock_irqsave(&adc->lock, flags); |
| 164 | 161 | ||
| 162 | if (client->is_ts && adc->ts_pend) { | ||
| 163 | spin_unlock_irqrestore(&adc->lock, flags); | ||
| 164 | return -EAGAIN; | ||
| 165 | } | ||
| 166 | |||
| 165 | client->channel = channel; | 167 | client->channel = channel; |
| 166 | client->nr_samples = nr_samples; | 168 | client->nr_samples = nr_samples; |
| 167 | 169 | ||
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index 1d214cb9d770..6303974c2ee0 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c | |||
| @@ -126,7 +126,8 @@ struct platform_device s3c_device_adc = { | |||
| 126 | #ifdef CONFIG_CPU_S3C2440 | 126 | #ifdef CONFIG_CPU_S3C2440 |
| 127 | static struct resource s3c_camif_resource[] = { | 127 | static struct resource s3c_camif_resource[] = { |
| 128 | [0] = DEFINE_RES_MEM(S3C2440_PA_CAMIF, S3C2440_SZ_CAMIF), | 128 | [0] = DEFINE_RES_MEM(S3C2440_PA_CAMIF, S3C2440_SZ_CAMIF), |
| 129 | [1] = DEFINE_RES_IRQ(IRQ_CAM), | 129 | [1] = DEFINE_RES_IRQ(IRQ_S3C2440_CAM_C), |
| 130 | [2] = DEFINE_RES_IRQ(IRQ_S3C2440_CAM_P), | ||
| 130 | }; | 131 | }; |
| 131 | 132 | ||
| 132 | struct platform_device s3c_device_camif = { | 133 | struct platform_device s3c_device_camif = { |
diff --git a/arch/arm/plat-samsung/s5p-clock.c b/arch/arm/plat-samsung/s5p-clock.c index 031a61899bef..48a159911037 100644 --- a/arch/arm/plat-samsung/s5p-clock.c +++ b/arch/arm/plat-samsung/s5p-clock.c | |||
| @@ -37,6 +37,7 @@ struct clk clk_ext_xtal_mux = { | |||
| 37 | struct clk clk_xusbxti = { | 37 | struct clk clk_xusbxti = { |
| 38 | .name = "xusbxti", | 38 | .name = "xusbxti", |
| 39 | .id = -1, | 39 | .id = -1, |
| 40 | .rate = 24000000, | ||
| 40 | }; | 41 | }; |
| 41 | 42 | ||
| 42 | struct clk s5p_clk_27m = { | 43 | struct clk s5p_clk_27m = { |
diff --git a/arch/h8300/include/asm/pgtable.h b/arch/h8300/include/asm/pgtable.h index a09230a08e02..62ef17676b40 100644 --- a/arch/h8300/include/asm/pgtable.h +++ b/arch/h8300/include/asm/pgtable.h | |||
| @@ -70,4 +70,7 @@ extern int is_in_rom(unsigned long); | |||
| 70 | #define VMALLOC_END 0xffffffff | 70 | #define VMALLOC_END 0xffffffff |
| 71 | 71 | ||
| 72 | #define arch_enter_lazy_cpu_mode() do {} while (0) | 72 | #define arch_enter_lazy_cpu_mode() do {} while (0) |
| 73 | |||
| 74 | #include <asm-generic/pgtable.h> | ||
| 75 | |||
| 73 | #endif /* _H8300_PGTABLE_H */ | 76 | #endif /* _H8300_PGTABLE_H */ |
diff --git a/arch/h8300/include/asm/uaccess.h b/arch/h8300/include/asm/uaccess.h index 356068cd0879..8725d1ad4272 100644 --- a/arch/h8300/include/asm/uaccess.h +++ b/arch/h8300/include/asm/uaccess.h | |||
| @@ -100,7 +100,6 @@ extern int __put_user_bad(void); | |||
| 100 | break; \ | 100 | break; \ |
| 101 | default: \ | 101 | default: \ |
| 102 | __gu_err = __get_user_bad(); \ | 102 | __gu_err = __get_user_bad(); \ |
| 103 | __gu_val = 0; \ | ||
| 104 | break; \ | 103 | break; \ |
| 105 | } \ | 104 | } \ |
| 106 | (x) = __gu_val; \ | 105 | (x) = __gu_val; \ |
| @@ -159,4 +158,6 @@ clear_user(void *to, unsigned long n) | |||
| 159 | return 0; | 158 | return 0; |
| 160 | } | 159 | } |
| 161 | 160 | ||
| 161 | #define __clear_user clear_user | ||
| 162 | |||
| 162 | #endif /* _H8300_UACCESS_H */ | 163 | #endif /* _H8300_UACCESS_H */ |
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c index fca10378701b..5adaadaf9218 100644 --- a/arch/h8300/kernel/signal.c +++ b/arch/h8300/kernel/signal.c | |||
| @@ -447,7 +447,7 @@ handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, | |||
| 447 | * want to handle. Thus you cannot kill init even with a SIGKILL even by | 447 | * want to handle. Thus you cannot kill init even with a SIGKILL even by |
| 448 | * mistake. | 448 | * mistake. |
| 449 | */ | 449 | */ |
| 450 | statis void do_signal(struct pt_regs *regs) | 450 | static void do_signal(struct pt_regs *regs) |
| 451 | { | 451 | { |
| 452 | siginfo_t info; | 452 | siginfo_t info; |
| 453 | int signr; | 453 | int signr; |
diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c index 32263a138aa6..e0f74191d553 100644 --- a/arch/h8300/kernel/time.c +++ b/arch/h8300/kernel/time.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/profile.h> | 27 | #include <linux/profile.h> |
| 28 | 28 | ||
| 29 | #include <asm/io.h> | 29 | #include <asm/io.h> |
| 30 | #include <asm/irq_regs.h> | ||
| 30 | #include <asm/timer.h> | 31 | #include <asm/timer.h> |
| 31 | 32 | ||
| 32 | #define TICK_SIZE (tick_nsec / 1000) | 33 | #define TICK_SIZE (tick_nsec / 1000) |
diff --git a/arch/m32r/boot/compressed/Makefile b/arch/m32r/boot/compressed/Makefile index 177716b1d613..01729c2979ba 100644 --- a/arch/m32r/boot/compressed/Makefile +++ b/arch/m32r/boot/compressed/Makefile | |||
| @@ -43,9 +43,9 @@ endif | |||
| 43 | 43 | ||
| 44 | OBJCOPYFLAGS += -R .empty_zero_page | 44 | OBJCOPYFLAGS += -R .empty_zero_page |
| 45 | 45 | ||
| 46 | suffix_$(CONFIG_KERNEL_GZIP) = gz | 46 | suffix-$(CONFIG_KERNEL_GZIP) = gz |
| 47 | suffix_$(CONFIG_KERNEL_BZIP2) = bz2 | 47 | suffix-$(CONFIG_KERNEL_BZIP2) = bz2 |
| 48 | suffix_$(CONFIG_KERNEL_LZMA) = lzma | 48 | suffix-$(CONFIG_KERNEL_LZMA) = lzma |
| 49 | 49 | ||
| 50 | $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE | 50 | $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE |
| 51 | $(call if_changed,ld) | 51 | $(call if_changed,ld) |
diff --git a/arch/m32r/boot/compressed/misc.c b/arch/m32r/boot/compressed/misc.c index 370d60881977..28a09529f206 100644 --- a/arch/m32r/boot/compressed/misc.c +++ b/arch/m32r/boot/compressed/misc.c | |||
| @@ -28,7 +28,7 @@ static unsigned long free_mem_ptr; | |||
| 28 | static unsigned long free_mem_end_ptr; | 28 | static unsigned long free_mem_end_ptr; |
| 29 | 29 | ||
| 30 | #ifdef CONFIG_KERNEL_BZIP2 | 30 | #ifdef CONFIG_KERNEL_BZIP2 |
| 31 | static void *memset(void *s, int c, size_t n) | 31 | void *memset(void *s, int c, size_t n) |
| 32 | { | 32 | { |
| 33 | char *ss = s; | 33 | char *ss = s; |
| 34 | 34 | ||
| @@ -39,6 +39,16 @@ static void *memset(void *s, int c, size_t n) | |||
| 39 | #endif | 39 | #endif |
| 40 | 40 | ||
| 41 | #ifdef CONFIG_KERNEL_GZIP | 41 | #ifdef CONFIG_KERNEL_GZIP |
| 42 | void *memcpy(void *dest, const void *src, size_t n) | ||
| 43 | { | ||
| 44 | char *d = dest; | ||
| 45 | const char *s = src; | ||
| 46 | while (n--) | ||
| 47 | *d++ = *s++; | ||
| 48 | |||
| 49 | return dest; | ||
| 50 | } | ||
| 51 | |||
| 42 | #define BOOT_HEAP_SIZE 0x10000 | 52 | #define BOOT_HEAP_SIZE 0x10000 |
| 43 | #include "../../../../lib/decompress_inflate.c" | 53 | #include "../../../../lib/decompress_inflate.c" |
| 44 | #endif | 54 | #endif |
diff --git a/arch/m32r/include/asm/ptrace.h b/arch/m32r/include/asm/ptrace.h index 527527584dd0..4313aa62b51b 100644 --- a/arch/m32r/include/asm/ptrace.h +++ b/arch/m32r/include/asm/ptrace.h | |||
| @@ -113,9 +113,6 @@ struct pt_regs { | |||
| 113 | 113 | ||
| 114 | #define PTRACE_OLDSETOPTIONS 21 | 114 | #define PTRACE_OLDSETOPTIONS 21 |
| 115 | 115 | ||
| 116 | /* options set using PTRACE_SETOPTIONS */ | ||
| 117 | #define PTRACE_O_TRACESYSGOOD 0x00000001 | ||
| 118 | |||
| 119 | #ifdef __KERNEL__ | 116 | #ifdef __KERNEL__ |
| 120 | 117 | ||
| 121 | #include <asm/m32r.h> /* M32R_PSW_BSM, M32R_PSW_BPM */ | 118 | #include <asm/m32r.h> /* M32R_PSW_BSM, M32R_PSW_BPM */ |
diff --git a/arch/m32r/kernel/ptrace.c b/arch/m32r/kernel/ptrace.c index 4c03361537aa..51f5e9aa4901 100644 --- a/arch/m32r/kernel/ptrace.c +++ b/arch/m32r/kernel/ptrace.c | |||
| @@ -591,17 +591,16 @@ void user_enable_single_step(struct task_struct *child) | |||
| 591 | 591 | ||
| 592 | if (access_process_vm(child, pc&~3, &insn, sizeof(insn), 0) | 592 | if (access_process_vm(child, pc&~3, &insn, sizeof(insn), 0) |
| 593 | != sizeof(insn)) | 593 | != sizeof(insn)) |
| 594 | return -EIO; | 594 | return; |
| 595 | 595 | ||
| 596 | compute_next_pc(insn, pc, &next_pc, child); | 596 | compute_next_pc(insn, pc, &next_pc, child); |
| 597 | if (next_pc & 0x80000000) | 597 | if (next_pc & 0x80000000) |
| 598 | return -EIO; | 598 | return; |
| 599 | 599 | ||
| 600 | if (embed_debug_trap(child, next_pc)) | 600 | if (embed_debug_trap(child, next_pc)) |
| 601 | return -EIO; | 601 | return; |
| 602 | 602 | ||
| 603 | invalidate_cache(); | 603 | invalidate_cache(); |
| 604 | return 0; | ||
| 605 | } | 604 | } |
| 606 | 605 | ||
| 607 | void user_disable_single_step(struct task_struct *child) | 606 | void user_disable_single_step(struct task_struct *child) |
diff --git a/arch/m32r/kernel/signal.c b/arch/m32r/kernel/signal.c index f3fb2c029cfc..d0f60b97bbc5 100644 --- a/arch/m32r/kernel/signal.c +++ b/arch/m32r/kernel/signal.c | |||
| @@ -286,7 +286,7 @@ handle_signal(unsigned long sig, struct k_sigaction *ka, siginfo_t *info, | |||
| 286 | case -ERESTARTNOINTR: | 286 | case -ERESTARTNOINTR: |
| 287 | regs->r0 = regs->orig_r0; | 287 | regs->r0 = regs->orig_r0; |
| 288 | if (prev_insn(regs) < 0) | 288 | if (prev_insn(regs) < 0) |
| 289 | return -EFAULT; | 289 | return; |
| 290 | } | 290 | } |
| 291 | } | 291 | } |
| 292 | 292 | ||
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index ea453532a33c..075d87acd12a 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
| @@ -129,7 +129,7 @@ static int __devinit ltq_pci_startup(struct platform_device *pdev) | |||
| 129 | 129 | ||
| 130 | /* setup reset gpio used by pci */ | 130 | /* setup reset gpio used by pci */ |
| 131 | reset_gpio = of_get_named_gpio(node, "gpio-reset", 0); | 131 | reset_gpio = of_get_named_gpio(node, "gpio-reset", 0); |
| 132 | if (reset_gpio > 0) | 132 | if (gpio_is_valid(reset_gpio)) |
| 133 | devm_gpio_request(&pdev->dev, reset_gpio, "pci-reset"); | 133 | devm_gpio_request(&pdev->dev, reset_gpio, "pci-reset"); |
| 134 | 134 | ||
| 135 | /* enable auto-switching between PCI and EBU */ | 135 | /* enable auto-switching between PCI and EBU */ |
| @@ -192,7 +192,7 @@ static int __devinit ltq_pci_startup(struct platform_device *pdev) | |||
| 192 | ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_IEN) | 0x10, LTQ_EBU_PCC_IEN); | 192 | ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_IEN) | 0x10, LTQ_EBU_PCC_IEN); |
| 193 | 193 | ||
| 194 | /* toggle reset pin */ | 194 | /* toggle reset pin */ |
| 195 | if (reset_gpio > 0) { | 195 | if (gpio_is_valid(reset_gpio)) { |
| 196 | __gpio_set_value(reset_gpio, 0); | 196 | __gpio_set_value(reset_gpio, 0); |
| 197 | wmb(); | 197 | wmb(); |
| 198 | mdelay(1); | 198 | mdelay(1); |
diff --git a/arch/mn10300/include/asm/ptrace.h b/arch/mn10300/include/asm/ptrace.h index 55b79ef10028..44251b974f1d 100644 --- a/arch/mn10300/include/asm/ptrace.h +++ b/arch/mn10300/include/asm/ptrace.h | |||
| @@ -81,9 +81,6 @@ struct pt_regs { | |||
| 81 | #define PTRACE_GETFPREGS 14 | 81 | #define PTRACE_GETFPREGS 14 |
| 82 | #define PTRACE_SETFPREGS 15 | 82 | #define PTRACE_SETFPREGS 15 |
| 83 | 83 | ||
| 84 | /* options set using PTRACE_SETOPTIONS */ | ||
| 85 | #define PTRACE_O_TRACESYSGOOD 0x00000001 | ||
| 86 | |||
| 87 | #ifdef __KERNEL__ | 84 | #ifdef __KERNEL__ |
| 88 | 85 | ||
| 89 | #define user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL) | 86 | #define user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL) |
diff --git a/arch/mn10300/include/asm/thread_info.h b/arch/mn10300/include/asm/thread_info.h index 08251d6f6b11..ac519bbd42ff 100644 --- a/arch/mn10300/include/asm/thread_info.h +++ b/arch/mn10300/include/asm/thread_info.h | |||
| @@ -123,7 +123,7 @@ static inline unsigned long current_stack_pointer(void) | |||
| 123 | } | 123 | } |
| 124 | 124 | ||
| 125 | #ifndef CONFIG_KGDB | 125 | #ifndef CONFIG_KGDB |
| 126 | void arch_release_thread_info(struct thread_info *ti) | 126 | void arch_release_thread_info(struct thread_info *ti); |
| 127 | #endif | 127 | #endif |
| 128 | #define get_thread_info(ti) get_task_struct((ti)->task) | 128 | #define get_thread_info(ti) get_task_struct((ti)->task) |
| 129 | #define put_thread_info(ti) put_task_struct((ti)->task) | 129 | #define put_thread_info(ti) put_task_struct((ti)->task) |
diff --git a/arch/mn10300/include/asm/timex.h b/arch/mn10300/include/asm/timex.h index bd4e90dfe6c2..f8e66425cbf8 100644 --- a/arch/mn10300/include/asm/timex.h +++ b/arch/mn10300/include/asm/timex.h | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | #ifndef _ASM_TIMEX_H | 11 | #ifndef _ASM_TIMEX_H |
| 12 | #define _ASM_TIMEX_H | 12 | #define _ASM_TIMEX_H |
| 13 | 13 | ||
| 14 | #include <asm/hardirq.h> | ||
| 15 | #include <unit/timex.h> | 14 | #include <unit/timex.h> |
| 16 | 15 | ||
| 17 | #define TICK_SIZE (tick_nsec / 1000) | 16 | #define TICK_SIZE (tick_nsec / 1000) |
| @@ -30,16 +29,6 @@ static inline cycles_t get_cycles(void) | |||
| 30 | extern int init_clockevents(void); | 29 | extern int init_clockevents(void); |
| 31 | extern int init_clocksource(void); | 30 | extern int init_clocksource(void); |
| 32 | 31 | ||
| 33 | static inline void setup_jiffies_interrupt(int irq, | ||
| 34 | struct irqaction *action) | ||
| 35 | { | ||
| 36 | u16 tmp; | ||
| 37 | setup_irq(irq, action); | ||
| 38 | set_intr_level(irq, NUM2GxICR_LEVEL(CONFIG_TIMER_IRQ_LEVEL)); | ||
| 39 | GxICR(irq) |= GxICR_ENABLE | GxICR_DETECT | GxICR_REQUEST; | ||
| 40 | tmp = GxICR(irq); | ||
| 41 | } | ||
| 42 | |||
| 43 | #endif /* __KERNEL__ */ | 32 | #endif /* __KERNEL__ */ |
| 44 | 33 | ||
| 45 | #endif /* _ASM_TIMEX_H */ | 34 | #endif /* _ASM_TIMEX_H */ |
diff --git a/arch/mn10300/kernel/cevt-mn10300.c b/arch/mn10300/kernel/cevt-mn10300.c index 69cae0260786..ccce35e3e179 100644 --- a/arch/mn10300/kernel/cevt-mn10300.c +++ b/arch/mn10300/kernel/cevt-mn10300.c | |||
| @@ -70,6 +70,16 @@ static void event_handler(struct clock_event_device *dev) | |||
| 70 | { | 70 | { |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | static inline void setup_jiffies_interrupt(int irq, | ||
| 74 | struct irqaction *action) | ||
| 75 | { | ||
| 76 | u16 tmp; | ||
| 77 | setup_irq(irq, action); | ||
| 78 | set_intr_level(irq, NUM2GxICR_LEVEL(CONFIG_TIMER_IRQ_LEVEL)); | ||
| 79 | GxICR(irq) |= GxICR_ENABLE | GxICR_DETECT | GxICR_REQUEST; | ||
| 80 | tmp = GxICR(irq); | ||
| 81 | } | ||
| 82 | |||
| 73 | int __init init_clockevents(void) | 83 | int __init init_clockevents(void) |
| 74 | { | 84 | { |
| 75 | struct clock_event_device *cd; | 85 | struct clock_event_device *cd; |
diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h index a5ac755dd69f..2df440105a80 100644 --- a/arch/mn10300/kernel/internal.h +++ b/arch/mn10300/kernel/internal.h | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | * 2 of the Licence, or (at your option) any later version. | 9 | * 2 of the Licence, or (at your option) any later version. |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include <linux/irqreturn.h> | ||
| 13 | |||
| 12 | struct clocksource; | 14 | struct clocksource; |
| 13 | struct clock_event_device; | 15 | struct clock_event_device; |
| 14 | 16 | ||
diff --git a/arch/mn10300/kernel/irq.c b/arch/mn10300/kernel/irq.c index 2381df83bd00..35932a8de8b8 100644 --- a/arch/mn10300/kernel/irq.c +++ b/arch/mn10300/kernel/irq.c | |||
| @@ -170,9 +170,9 @@ mn10300_cpupic_setaffinity(struct irq_data *d, const struct cpumask *mask, | |||
| 170 | case SC1TXIRQ: | 170 | case SC1TXIRQ: |
| 171 | #ifdef CONFIG_MN10300_TTYSM1_TIMER12 | 171 | #ifdef CONFIG_MN10300_TTYSM1_TIMER12 |
| 172 | case TM12IRQ: | 172 | case TM12IRQ: |
| 173 | #elif CONFIG_MN10300_TTYSM1_TIMER9 | 173 | #elif defined(CONFIG_MN10300_TTYSM1_TIMER9) |
| 174 | case TM9IRQ: | 174 | case TM9IRQ: |
| 175 | #elif CONFIG_MN10300_TTYSM1_TIMER3 | 175 | #elif defined(CONFIG_MN10300_TTYSM1_TIMER3) |
| 176 | case TM3IRQ: | 176 | case TM3IRQ: |
| 177 | #endif /* CONFIG_MN10300_TTYSM1_TIMER12 */ | 177 | #endif /* CONFIG_MN10300_TTYSM1_TIMER12 */ |
| 178 | #endif /* CONFIG_MN10300_TTYSM1 */ | 178 | #endif /* CONFIG_MN10300_TTYSM1 */ |
diff --git a/arch/mn10300/kernel/signal.c b/arch/mn10300/kernel/signal.c index 6ab0bee2a54f..4d584ae29ae1 100644 --- a/arch/mn10300/kernel/signal.c +++ b/arch/mn10300/kernel/signal.c | |||
| @@ -459,10 +459,11 @@ static int handle_signal(int sig, | |||
| 459 | else | 459 | else |
| 460 | ret = setup_frame(sig, ka, oldset, regs); | 460 | ret = setup_frame(sig, ka, oldset, regs); |
| 461 | if (ret) | 461 | if (ret) |
| 462 | return; | 462 | return ret; |
| 463 | 463 | ||
| 464 | signal_delivered(sig, info, ka, regs, | 464 | signal_delivered(sig, info, ka, regs, |
| 465 | test_thread_flag(TIF_SINGLESTEP)); | 465 | test_thread_flag(TIF_SINGLESTEP)); |
| 466 | return 0; | ||
| 466 | } | 467 | } |
| 467 | 468 | ||
| 468 | /* | 469 | /* |
diff --git a/arch/mn10300/kernel/traps.c b/arch/mn10300/kernel/traps.c index 94a9c6d53e1b..b900e5afa0ae 100644 --- a/arch/mn10300/kernel/traps.c +++ b/arch/mn10300/kernel/traps.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/kdebug.h> | 26 | #include <linux/kdebug.h> |
| 27 | #include <linux/bug.h> | 27 | #include <linux/bug.h> |
| 28 | #include <linux/irq.h> | 28 | #include <linux/irq.h> |
| 29 | #include <linux/export.h> | ||
| 29 | #include <asm/processor.h> | 30 | #include <asm/processor.h> |
| 30 | #include <linux/uaccess.h> | 31 | #include <linux/uaccess.h> |
| 31 | #include <asm/io.h> | 32 | #include <asm/io.h> |
diff --git a/arch/mn10300/mm/dma-alloc.c b/arch/mn10300/mm/dma-alloc.c index 159acb02cfd4..e244ebe637e1 100644 --- a/arch/mn10300/mm/dma-alloc.c +++ b/arch/mn10300/mm/dma-alloc.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <linux/string.h> | 15 | #include <linux/string.h> |
| 16 | #include <linux/pci.h> | 16 | #include <linux/pci.h> |
| 17 | #include <linux/gfp.h> | 17 | #include <linux/gfp.h> |
| 18 | #include <linux/export.h> | ||
| 18 | #include <asm/io.h> | 19 | #include <asm/io.h> |
| 19 | 20 | ||
| 20 | static unsigned long pci_sram_allocated = 0xbc000000; | 21 | static unsigned long pci_sram_allocated = 0xbc000000; |
diff --git a/arch/mn10300/unit-asb2303/include/unit/timex.h b/arch/mn10300/unit-asb2303/include/unit/timex.h index cc18fe7d8b90..c37f9832cf17 100644 --- a/arch/mn10300/unit-asb2303/include/unit/timex.h +++ b/arch/mn10300/unit-asb2303/include/unit/timex.h | |||
| @@ -11,10 +11,6 @@ | |||
| 11 | #ifndef _ASM_UNIT_TIMEX_H | 11 | #ifndef _ASM_UNIT_TIMEX_H |
| 12 | #define _ASM_UNIT_TIMEX_H | 12 | #define _ASM_UNIT_TIMEX_H |
| 13 | 13 | ||
| 14 | #ifndef __ASSEMBLY__ | ||
| 15 | #include <linux/irq.h> | ||
| 16 | #endif /* __ASSEMBLY__ */ | ||
| 17 | |||
| 18 | #include <asm/timer-regs.h> | 14 | #include <asm/timer-regs.h> |
| 19 | #include <unit/clock.h> | 15 | #include <unit/clock.h> |
| 20 | #include <asm/param.h> | 16 | #include <asm/param.h> |
diff --git a/arch/mn10300/unit-asb2303/smc91111.c b/arch/mn10300/unit-asb2303/smc91111.c index 43c246439413..53677694b165 100644 --- a/arch/mn10300/unit-asb2303/smc91111.c +++ b/arch/mn10300/unit-asb2303/smc91111.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
| 16 | 16 | ||
| 17 | #include <asm/io.h> | 17 | #include <asm/io.h> |
| 18 | #include <asm/irq.h> | ||
| 18 | #include <asm/timex.h> | 19 | #include <asm/timex.h> |
| 19 | #include <asm/processor.h> | 20 | #include <asm/processor.h> |
| 20 | #include <asm/intctl-regs.h> | 21 | #include <asm/intctl-regs.h> |
diff --git a/arch/mn10300/unit-asb2305/include/unit/timex.h b/arch/mn10300/unit-asb2305/include/unit/timex.h index 758af30d1a16..4cefc224f448 100644 --- a/arch/mn10300/unit-asb2305/include/unit/timex.h +++ b/arch/mn10300/unit-asb2305/include/unit/timex.h | |||
| @@ -11,10 +11,6 @@ | |||
| 11 | #ifndef _ASM_UNIT_TIMEX_H | 11 | #ifndef _ASM_UNIT_TIMEX_H |
| 12 | #define _ASM_UNIT_TIMEX_H | 12 | #define _ASM_UNIT_TIMEX_H |
| 13 | 13 | ||
| 14 | #ifndef __ASSEMBLY__ | ||
| 15 | #include <linux/irq.h> | ||
| 16 | #endif /* __ASSEMBLY__ */ | ||
| 17 | |||
| 18 | #include <asm/timer-regs.h> | 14 | #include <asm/timer-regs.h> |
| 19 | #include <unit/clock.h> | 15 | #include <unit/clock.h> |
| 20 | #include <asm/param.h> | 16 | #include <asm/param.h> |
diff --git a/arch/mn10300/unit-asb2305/unit-init.c b/arch/mn10300/unit-asb2305/unit-init.c index e1becd6b7571..bc4adfaf815c 100644 --- a/arch/mn10300/unit-asb2305/unit-init.c +++ b/arch/mn10300/unit-asb2305/unit-init.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
| 14 | #include <linux/pci.h> | 14 | #include <linux/pci.h> |
| 15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
| 16 | #include <asm/irq.h> | ||
| 16 | #include <asm/setup.h> | 17 | #include <asm/setup.h> |
| 17 | #include <asm/processor.h> | 18 | #include <asm/processor.h> |
| 18 | #include <asm/intctl-regs.h> | 19 | #include <asm/intctl-regs.h> |
diff --git a/arch/mn10300/unit-asb2364/include/unit/timex.h b/arch/mn10300/unit-asb2364/include/unit/timex.h index ddb7ed010706..42f32db75087 100644 --- a/arch/mn10300/unit-asb2364/include/unit/timex.h +++ b/arch/mn10300/unit-asb2364/include/unit/timex.h | |||
| @@ -11,10 +11,6 @@ | |||
| 11 | #ifndef _ASM_UNIT_TIMEX_H | 11 | #ifndef _ASM_UNIT_TIMEX_H |
| 12 | #define _ASM_UNIT_TIMEX_H | 12 | #define _ASM_UNIT_TIMEX_H |
| 13 | 13 | ||
| 14 | #ifndef __ASSEMBLY__ | ||
| 15 | #include <linux/irq.h> | ||
| 16 | #endif /* __ASSEMBLY__ */ | ||
| 17 | |||
| 18 | #include <asm/timer-regs.h> | 14 | #include <asm/timer-regs.h> |
| 19 | #include <unit/clock.h> | 15 | #include <unit/clock.h> |
| 20 | #include <asm/param.h> | 16 | #include <asm/param.h> |
diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h index 6eb75b80488c..0554ab062bdc 100644 --- a/arch/powerpc/include/asm/hw_irq.h +++ b/arch/powerpc/include/asm/hw_irq.h | |||
| @@ -86,8 +86,8 @@ static inline bool arch_irqs_disabled(void) | |||
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | #ifdef CONFIG_PPC_BOOK3E | 88 | #ifdef CONFIG_PPC_BOOK3E |
| 89 | #define __hard_irq_enable() asm volatile("wrteei 1" : : : "memory"); | 89 | #define __hard_irq_enable() asm volatile("wrteei 1" : : : "memory") |
| 90 | #define __hard_irq_disable() asm volatile("wrteei 0" : : : "memory"); | 90 | #define __hard_irq_disable() asm volatile("wrteei 0" : : : "memory") |
| 91 | #else | 91 | #else |
| 92 | #define __hard_irq_enable() __mtmsrd(local_paca->kernel_msr | MSR_EE, 1) | 92 | #define __hard_irq_enable() __mtmsrd(local_paca->kernel_msr | MSR_EE, 1) |
| 93 | #define __hard_irq_disable() __mtmsrd(local_paca->kernel_msr, 1) | 93 | #define __hard_irq_disable() __mtmsrd(local_paca->kernel_msr, 1) |
| @@ -125,6 +125,8 @@ static inline bool arch_irq_disabled_regs(struct pt_regs *regs) | |||
| 125 | return !regs->softe; | 125 | return !regs->softe; |
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | extern bool prep_irq_for_idle(void); | ||
| 129 | |||
| 128 | #else /* CONFIG_PPC64 */ | 130 | #else /* CONFIG_PPC64 */ |
| 129 | 131 | ||
| 130 | #define SET_MSR_EE(x) mtmsr(x) | 132 | #define SET_MSR_EE(x) mtmsr(x) |
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 1b415027ec0e..1f017bb7a7ce 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
| @@ -229,7 +229,7 @@ notrace void arch_local_irq_restore(unsigned long en) | |||
| 229 | */ | 229 | */ |
| 230 | if (unlikely(irq_happened != PACA_IRQ_HARD_DIS)) | 230 | if (unlikely(irq_happened != PACA_IRQ_HARD_DIS)) |
| 231 | __hard_irq_disable(); | 231 | __hard_irq_disable(); |
| 232 | #ifdef CONFIG_TRACE_IRQFLAG | 232 | #ifdef CONFIG_TRACE_IRQFLAGS |
| 233 | else { | 233 | else { |
| 234 | /* | 234 | /* |
| 235 | * We should already be hard disabled here. We had bugs | 235 | * We should already be hard disabled here. We had bugs |
| @@ -286,6 +286,52 @@ void notrace restore_interrupts(void) | |||
| 286 | __hard_irq_enable(); | 286 | __hard_irq_enable(); |
| 287 | } | 287 | } |
| 288 | 288 | ||
| 289 | /* | ||
| 290 | * This is a helper to use when about to go into idle low-power | ||
| 291 | * when the latter has the side effect of re-enabling interrupts | ||
| 292 | * (such as calling H_CEDE under pHyp). | ||
| 293 | * | ||
| 294 | * You call this function with interrupts soft-disabled (this is | ||
| 295 | * already the case when ppc_md.power_save is called). The function | ||
| 296 | * will return whether to enter power save or just return. | ||
| 297 | * | ||
| 298 | * In the former case, it will have notified lockdep of interrupts | ||
| 299 | * being re-enabled and generally sanitized the lazy irq state, | ||
| 300 | * and in the latter case it will leave with interrupts hard | ||
| 301 | * disabled and marked as such, so the local_irq_enable() call | ||
| 302 | * in cpu_idle() will properly re-enable everything. | ||
| 303 | */ | ||
| 304 | bool prep_irq_for_idle(void) | ||
| 305 | { | ||
| 306 | /* | ||
| 307 | * First we need to hard disable to ensure no interrupt | ||
| 308 | * occurs before we effectively enter the low power state | ||
| 309 | */ | ||
| 310 | hard_irq_disable(); | ||
| 311 | |||
| 312 | /* | ||
| 313 | * If anything happened while we were soft-disabled, | ||
| 314 | * we return now and do not enter the low power state. | ||
| 315 | */ | ||
| 316 | if (lazy_irq_pending()) | ||
| 317 | return false; | ||
| 318 | |||
| 319 | /* Tell lockdep we are about to re-enable */ | ||
| 320 | trace_hardirqs_on(); | ||
| 321 | |||
| 322 | /* | ||
| 323 | * Mark interrupts as soft-enabled and clear the | ||
| 324 | * PACA_IRQ_HARD_DIS from the pending mask since we | ||
| 325 | * are about to hard enable as well as a side effect | ||
| 326 | * of entering the low power state. | ||
| 327 | */ | ||
| 328 | local_paca->irq_happened &= ~PACA_IRQ_HARD_DIS; | ||
| 329 | local_paca->soft_enabled = 1; | ||
| 330 | |||
| 331 | /* Tell the caller to enter the low power state */ | ||
| 332 | return true; | ||
| 333 | } | ||
| 334 | |||
| 289 | #endif /* CONFIG_PPC64 */ | 335 | #endif /* CONFIG_PPC64 */ |
| 290 | 336 | ||
| 291 | int arch_show_interrupts(struct seq_file *p, int prec) | 337 | int arch_show_interrupts(struct seq_file *p, int prec) |
diff --git a/arch/powerpc/kvm/book3s_hv_rmhandlers.S b/arch/powerpc/kvm/book3s_hv_rmhandlers.S index a84aafce2a12..a1044f43becd 100644 --- a/arch/powerpc/kvm/book3s_hv_rmhandlers.S +++ b/arch/powerpc/kvm/book3s_hv_rmhandlers.S | |||
| @@ -810,7 +810,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_ARCH_201) | |||
| 810 | lwz r3,VCORE_NAPPING_THREADS(r5) | 810 | lwz r3,VCORE_NAPPING_THREADS(r5) |
| 811 | lwz r4,VCPU_PTID(r9) | 811 | lwz r4,VCPU_PTID(r9) |
| 812 | li r0,1 | 812 | li r0,1 |
| 813 | sldi r0,r0,r4 | 813 | sld r0,r0,r4 |
| 814 | andc. r3,r3,r0 /* no sense IPI'ing ourselves */ | 814 | andc. r3,r3,r0 /* no sense IPI'ing ourselves */ |
| 815 | beq 43f | 815 | beq 43f |
| 816 | mulli r4,r4,PACA_SIZE /* get paca for thread 0 */ | 816 | mulli r4,r4,PACA_SIZE /* get paca for thread 0 */ |
diff --git a/arch/powerpc/kvm/book3s_pr_papr.c b/arch/powerpc/kvm/book3s_pr_papr.c index 3ff9013d6e79..ee02b30878ed 100644 --- a/arch/powerpc/kvm/book3s_pr_papr.c +++ b/arch/powerpc/kvm/book3s_pr_papr.c | |||
| @@ -241,6 +241,7 @@ int kvmppc_h_pr(struct kvm_vcpu *vcpu, unsigned long cmd) | |||
| 241 | case H_PUT_TCE: | 241 | case H_PUT_TCE: |
| 242 | return kvmppc_h_pr_put_tce(vcpu); | 242 | return kvmppc_h_pr_put_tce(vcpu); |
| 243 | case H_CEDE: | 243 | case H_CEDE: |
| 244 | vcpu->arch.shared->msr |= MSR_EE; | ||
| 244 | kvm_vcpu_block(vcpu); | 245 | kvm_vcpu_block(vcpu); |
| 245 | clear_bit(KVM_REQ_UNHALT, &vcpu->requests); | 246 | clear_bit(KVM_REQ_UNHALT, &vcpu->requests); |
| 246 | vcpu->stat.halt_wakeup++; | 247 | vcpu->stat.halt_wakeup++; |
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 6e8f677f5646..1e95556dc692 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
| @@ -639,7 +639,7 @@ static void __init parse_drconf_memory(struct device_node *memory) | |||
| 639 | unsigned int n, rc, ranges, is_kexec_kdump = 0; | 639 | unsigned int n, rc, ranges, is_kexec_kdump = 0; |
| 640 | unsigned long lmb_size, base, size, sz; | 640 | unsigned long lmb_size, base, size, sz; |
| 641 | int nid; | 641 | int nid; |
| 642 | struct assoc_arrays aa; | 642 | struct assoc_arrays aa = { .arrays = NULL }; |
| 643 | 643 | ||
| 644 | n = of_get_drconf_memory(memory, &dm); | 644 | n = of_get_drconf_memory(memory, &dm); |
| 645 | if (!n) | 645 | if (!n) |
diff --git a/arch/powerpc/platforms/cell/pervasive.c b/arch/powerpc/platforms/cell/pervasive.c index efdacc829576..d17e98bc0c10 100644 --- a/arch/powerpc/platforms/cell/pervasive.c +++ b/arch/powerpc/platforms/cell/pervasive.c | |||
| @@ -42,11 +42,9 @@ static void cbe_power_save(void) | |||
| 42 | { | 42 | { |
| 43 | unsigned long ctrl, thread_switch_control; | 43 | unsigned long ctrl, thread_switch_control; |
| 44 | 44 | ||
| 45 | /* | 45 | /* Ensure our interrupt state is properly tracked */ |
| 46 | * We need to hard disable interrupts, the local_irq_enable() done by | 46 | if (!prep_irq_for_idle()) |
| 47 | * our caller upon return will hard re-enable. | 47 | return; |
| 48 | */ | ||
| 49 | hard_irq_disable(); | ||
| 50 | 48 | ||
| 51 | ctrl = mfspr(SPRN_CTRLF); | 49 | ctrl = mfspr(SPRN_CTRLF); |
| 52 | 50 | ||
| @@ -81,6 +79,9 @@ static void cbe_power_save(void) | |||
| 81 | */ | 79 | */ |
| 82 | ctrl &= ~(CTRL_RUNLATCH | CTRL_TE); | 80 | ctrl &= ~(CTRL_RUNLATCH | CTRL_TE); |
| 83 | mtspr(SPRN_CTRLT, ctrl); | 81 | mtspr(SPRN_CTRLT, ctrl); |
| 82 | |||
| 83 | /* Re-enable interrupts in MSR */ | ||
| 84 | __hard_irq_enable(); | ||
| 84 | } | 85 | } |
| 85 | 86 | ||
| 86 | static int cbe_system_reset_exception(struct pt_regs *regs) | 87 | static int cbe_system_reset_exception(struct pt_regs *regs) |
diff --git a/arch/powerpc/platforms/pseries/processor_idle.c b/arch/powerpc/platforms/pseries/processor_idle.c index e61483e8e960..c71be66bd5dc 100644 --- a/arch/powerpc/platforms/pseries/processor_idle.c +++ b/arch/powerpc/platforms/pseries/processor_idle.c | |||
| @@ -99,15 +99,18 @@ out: | |||
| 99 | static void check_and_cede_processor(void) | 99 | static void check_and_cede_processor(void) |
| 100 | { | 100 | { |
| 101 | /* | 101 | /* |
| 102 | * Interrupts are soft-disabled at this point, | 102 | * Ensure our interrupt state is properly tracked, |
| 103 | * but not hard disabled. So an interrupt might have | 103 | * also checks if no interrupt has occurred while we |
| 104 | * occurred before entering NAP, and would be potentially | 104 | * were soft-disabled |
| 105 | * lost (edge events, decrementer events, etc...) unless | ||
| 106 | * we first hard disable then check. | ||
| 107 | */ | 105 | */ |
| 108 | hard_irq_disable(); | 106 | if (prep_irq_for_idle()) { |
| 109 | if (!lazy_irq_pending()) | ||
| 110 | cede_processor(); | 107 | cede_processor(); |
| 108 | #ifdef CONFIG_TRACE_IRQFLAGS | ||
| 109 | /* Ensure that H_CEDE returns with IRQs on */ | ||
| 110 | if (WARN_ON(!(mfmsr() & MSR_EE))) | ||
| 111 | __hard_irq_enable(); | ||
| 112 | #endif | ||
| 113 | } | ||
| 111 | } | 114 | } |
| 112 | 115 | ||
| 113 | static int dedicated_cede_loop(struct cpuidle_device *dev, | 116 | static int dedicated_cede_loop(struct cpuidle_device *dev, |
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 0f3ab06d2222..eab3492a45c5 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
| @@ -971,7 +971,7 @@ static int cpu_cmd(void) | |||
| 971 | /* print cpus waiting or in xmon */ | 971 | /* print cpus waiting or in xmon */ |
| 972 | printf("cpus stopped:"); | 972 | printf("cpus stopped:"); |
| 973 | count = 0; | 973 | count = 0; |
| 974 | for (cpu = 0; cpu < NR_CPUS; ++cpu) { | 974 | for_each_possible_cpu(cpu) { |
| 975 | if (cpumask_test_cpu(cpu, &cpus_in_xmon)) { | 975 | if (cpumask_test_cpu(cpu, &cpus_in_xmon)) { |
| 976 | if (count == 0) | 976 | if (count == 0) |
| 977 | printf(" %x", cpu); | 977 | printf(" %x", cpu); |
diff --git a/arch/sh/include/asm/io_noioport.h b/arch/sh/include/asm/io_noioport.h index e136d28d1d2e..4d48f1436a63 100644 --- a/arch/sh/include/asm/io_noioport.h +++ b/arch/sh/include/asm/io_noioport.h | |||
| @@ -19,9 +19,20 @@ static inline u32 inl(unsigned long addr) | |||
| 19 | return -1; | 19 | return -1; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | #define outb(x, y) BUG() | 22 | static inline void outb(unsigned char x, unsigned long port) |
| 23 | #define outw(x, y) BUG() | 23 | { |
| 24 | #define outl(x, y) BUG() | 24 | BUG(); |
| 25 | } | ||
| 26 | |||
| 27 | static inline void outw(unsigned short x, unsigned long port) | ||
| 28 | { | ||
| 29 | BUG(); | ||
| 30 | } | ||
| 31 | |||
| 32 | static inline void outl(unsigned int x, unsigned long port) | ||
| 33 | { | ||
| 34 | BUG(); | ||
| 35 | } | ||
| 25 | 36 | ||
| 26 | #define inb_p(addr) inb(addr) | 37 | #define inb_p(addr) inb(addr) |
| 27 | #define inw_p(addr) inw(addr) | 38 | #define inw_p(addr) inw(addr) |
diff --git a/arch/sh/kernel/cpu/sh3/serial-sh7720.c b/arch/sh/kernel/cpu/sh3/serial-sh7720.c index 8832c526cdf9..c4a0336660dd 100644 --- a/arch/sh/kernel/cpu/sh3/serial-sh7720.c +++ b/arch/sh/kernel/cpu/sh3/serial-sh7720.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <linux/serial_core.h> | 2 | #include <linux/serial_core.h> |
| 3 | #include <linux/io.h> | 3 | #include <linux/io.h> |
| 4 | #include <cpu/serial.h> | 4 | #include <cpu/serial.h> |
| 5 | #include <asm/gpio.h> | 5 | #include <cpu/gpio.h> |
| 6 | 6 | ||
| 7 | static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag) | 7 | static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag) |
| 8 | { | 8 | { |
diff --git a/arch/tile/kernel/backtrace.c b/arch/tile/kernel/backtrace.c index 9092ce8aa6b4..f8b74ca83b92 100644 --- a/arch/tile/kernel/backtrace.c +++ b/arch/tile/kernel/backtrace.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
| 16 | #include <linux/string.h> | 16 | #include <linux/string.h> |
| 17 | #include <asm/byteorder.h> | ||
| 17 | #include <asm/backtrace.h> | 18 | #include <asm/backtrace.h> |
| 18 | #include <asm/tile-desc.h> | 19 | #include <asm/tile-desc.h> |
| 19 | #include <arch/abi.h> | 20 | #include <arch/abi.h> |
| @@ -336,8 +337,12 @@ static void find_caller_pc_and_caller_sp(CallerLocation *location, | |||
| 336 | bytes_to_prefetch / sizeof(tile_bundle_bits); | 337 | bytes_to_prefetch / sizeof(tile_bundle_bits); |
| 337 | } | 338 | } |
| 338 | 339 | ||
| 339 | /* Decode the next bundle. */ | 340 | /* |
| 340 | bundle.bits = prefetched_bundles[next_bundle++]; | 341 | * Decode the next bundle. |
| 342 | * TILE always stores instruction bundles in little-endian | ||
| 343 | * mode, even when the chip is running in big-endian mode. | ||
| 344 | */ | ||
| 345 | bundle.bits = le64_to_cpu(prefetched_bundles[next_bundle++]); | ||
| 341 | bundle.num_insns = | 346 | bundle.num_insns = |
| 342 | parse_insn_tile(bundle.bits, pc, bundle.insns); | 347 | parse_insn_tile(bundle.bits, pc, bundle.insns); |
| 343 | num_info_ops = bt_get_info_ops(&bundle, info_operands); | 348 | num_info_ops = bt_get_info_ops(&bundle, info_operands); |
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 88e466b159dc..43b39d61b538 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c | |||
| @@ -705,7 +705,6 @@ static void stack_proc(void *arg) | |||
| 705 | struct task_struct *from = current, *to = arg; | 705 | struct task_struct *from = current, *to = arg; |
| 706 | 706 | ||
| 707 | to->thread.saved_task = from; | 707 | to->thread.saved_task = from; |
| 708 | rcu_switch_from(from); | ||
| 709 | switch_to(from, to, from); | 708 | switch_to(from, to, from); |
| 710 | } | 709 | } |
| 711 | 710 | ||
diff --git a/arch/x86/kernel/vsyscall_64.c b/arch/x86/kernel/vsyscall_64.c index 7515cf0e1805..5db36caf4289 100644 --- a/arch/x86/kernel/vsyscall_64.c +++ b/arch/x86/kernel/vsyscall_64.c | |||
| @@ -139,6 +139,19 @@ static int addr_to_vsyscall_nr(unsigned long addr) | |||
| 139 | return nr; | 139 | return nr; |
| 140 | } | 140 | } |
| 141 | 141 | ||
| 142 | #ifdef CONFIG_SECCOMP | ||
| 143 | static int vsyscall_seccomp(struct task_struct *tsk, int syscall_nr) | ||
| 144 | { | ||
| 145 | if (!seccomp_mode(&tsk->seccomp)) | ||
| 146 | return 0; | ||
| 147 | task_pt_regs(tsk)->orig_ax = syscall_nr; | ||
| 148 | task_pt_regs(tsk)->ax = syscall_nr; | ||
| 149 | return __secure_computing(syscall_nr); | ||
| 150 | } | ||
| 151 | #else | ||
| 152 | #define vsyscall_seccomp(_tsk, _nr) 0 | ||
| 153 | #endif | ||
| 154 | |||
| 142 | static bool write_ok_or_segv(unsigned long ptr, size_t size) | 155 | static bool write_ok_or_segv(unsigned long ptr, size_t size) |
| 143 | { | 156 | { |
| 144 | /* | 157 | /* |
| @@ -174,6 +187,7 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 174 | int vsyscall_nr; | 187 | int vsyscall_nr; |
| 175 | int prev_sig_on_uaccess_error; | 188 | int prev_sig_on_uaccess_error; |
| 176 | long ret; | 189 | long ret; |
| 190 | int skip; | ||
| 177 | 191 | ||
| 178 | /* | 192 | /* |
| 179 | * No point in checking CS -- the only way to get here is a user mode | 193 | * No point in checking CS -- the only way to get here is a user mode |
| @@ -205,9 +219,6 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 205 | } | 219 | } |
| 206 | 220 | ||
| 207 | tsk = current; | 221 | tsk = current; |
| 208 | if (seccomp_mode(&tsk->seccomp)) | ||
| 209 | do_exit(SIGKILL); | ||
| 210 | |||
| 211 | /* | 222 | /* |
| 212 | * With a real vsyscall, page faults cause SIGSEGV. We want to | 223 | * With a real vsyscall, page faults cause SIGSEGV. We want to |
| 213 | * preserve that behavior to make writing exploits harder. | 224 | * preserve that behavior to make writing exploits harder. |
| @@ -222,8 +233,13 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 222 | * address 0". | 233 | * address 0". |
| 223 | */ | 234 | */ |
| 224 | ret = -EFAULT; | 235 | ret = -EFAULT; |
| 236 | skip = 0; | ||
| 225 | switch (vsyscall_nr) { | 237 | switch (vsyscall_nr) { |
| 226 | case 0: | 238 | case 0: |
| 239 | skip = vsyscall_seccomp(tsk, __NR_gettimeofday); | ||
| 240 | if (skip) | ||
| 241 | break; | ||
| 242 | |||
| 227 | if (!write_ok_or_segv(regs->di, sizeof(struct timeval)) || | 243 | if (!write_ok_or_segv(regs->di, sizeof(struct timeval)) || |
| 228 | !write_ok_or_segv(regs->si, sizeof(struct timezone))) | 244 | !write_ok_or_segv(regs->si, sizeof(struct timezone))) |
| 229 | break; | 245 | break; |
| @@ -234,6 +250,10 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 234 | break; | 250 | break; |
| 235 | 251 | ||
| 236 | case 1: | 252 | case 1: |
| 253 | skip = vsyscall_seccomp(tsk, __NR_time); | ||
| 254 | if (skip) | ||
| 255 | break; | ||
| 256 | |||
| 237 | if (!write_ok_or_segv(regs->di, sizeof(time_t))) | 257 | if (!write_ok_or_segv(regs->di, sizeof(time_t))) |
| 238 | break; | 258 | break; |
| 239 | 259 | ||
| @@ -241,6 +261,10 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 241 | break; | 261 | break; |
| 242 | 262 | ||
| 243 | case 2: | 263 | case 2: |
| 264 | skip = vsyscall_seccomp(tsk, __NR_getcpu); | ||
| 265 | if (skip) | ||
| 266 | break; | ||
| 267 | |||
| 244 | if (!write_ok_or_segv(regs->di, sizeof(unsigned)) || | 268 | if (!write_ok_or_segv(regs->di, sizeof(unsigned)) || |
| 245 | !write_ok_or_segv(regs->si, sizeof(unsigned))) | 269 | !write_ok_or_segv(regs->si, sizeof(unsigned))) |
| 246 | break; | 270 | break; |
| @@ -253,6 +277,12 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 253 | 277 | ||
| 254 | current_thread_info()->sig_on_uaccess_error = prev_sig_on_uaccess_error; | 278 | current_thread_info()->sig_on_uaccess_error = prev_sig_on_uaccess_error; |
| 255 | 279 | ||
| 280 | if (skip) { | ||
| 281 | if ((long)regs->ax <= 0L) /* seccomp errno emulation */ | ||
| 282 | goto do_ret; | ||
| 283 | goto done; /* seccomp trace/trap */ | ||
| 284 | } | ||
| 285 | |||
| 256 | if (ret == -EFAULT) { | 286 | if (ret == -EFAULT) { |
| 257 | /* Bad news -- userspace fed a bad pointer to a vsyscall. */ | 287 | /* Bad news -- userspace fed a bad pointer to a vsyscall. */ |
| 258 | warn_bad_vsyscall(KERN_INFO, regs, | 288 | warn_bad_vsyscall(KERN_INFO, regs, |
| @@ -271,10 +301,11 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) | |||
| 271 | 301 | ||
| 272 | regs->ax = ret; | 302 | regs->ax = ret; |
| 273 | 303 | ||
| 304 | do_ret: | ||
| 274 | /* Emulate a ret instruction. */ | 305 | /* Emulate a ret instruction. */ |
| 275 | regs->ip = caller; | 306 | regs->ip = caller; |
| 276 | regs->sp += 8; | 307 | regs->sp += 8; |
| 277 | 308 | done: | |
| 278 | return true; | 309 | return true; |
| 279 | 310 | ||
| 280 | sigsegv: | 311 | sigsegv: |
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index be3cea4407ff..57e168e27b5b 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
| @@ -3934,6 +3934,9 @@ static void kvm_mmu_remove_some_alloc_mmu_pages(struct kvm *kvm, | |||
| 3934 | { | 3934 | { |
| 3935 | struct kvm_mmu_page *page; | 3935 | struct kvm_mmu_page *page; |
| 3936 | 3936 | ||
| 3937 | if (list_empty(&kvm->arch.active_mmu_pages)) | ||
| 3938 | return; | ||
| 3939 | |||
| 3937 | page = container_of(kvm->arch.active_mmu_pages.prev, | 3940 | page = container_of(kvm->arch.active_mmu_pages.prev, |
| 3938 | struct kvm_mmu_page, link); | 3941 | struct kvm_mmu_page, link); |
| 3939 | kvm_mmu_prepare_zap_page(kvm, page, invalid_list); | 3942 | kvm_mmu_prepare_zap_page(kvm, page, invalid_list); |
diff --git a/arch/xtensa/kernel/process.c b/arch/xtensa/kernel/process.c index 9b306e550e3f..2c8d6a3d250a 100644 --- a/arch/xtensa/kernel/process.c +++ b/arch/xtensa/kernel/process.c | |||
| @@ -277,7 +277,7 @@ void xtensa_elf_core_copy_regs (xtensa_gregset_t *elfregs, struct pt_regs *regs) | |||
| 277 | 277 | ||
| 278 | /* Don't leak any random bits. */ | 278 | /* Don't leak any random bits. */ |
| 279 | 279 | ||
| 280 | memset(elfregs, 0, sizeof (elfregs)); | 280 | memset(elfregs, 0, sizeof(*elfregs)); |
| 281 | 281 | ||
| 282 | /* Note: PS.EXCM is not set while user task is running; its | 282 | /* Note: PS.EXCM is not set while user task is running; its |
| 283 | * being set in regs->ps is for exception handling convenience. | 283 | * being set in regs->ps is for exception handling convenience. |
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 02cf6335e9bd..e7dee617358e 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c | |||
| @@ -125,12 +125,8 @@ static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q) | |||
| 125 | 125 | ||
| 126 | blkg->pd[i] = pd; | 126 | blkg->pd[i] = pd; |
| 127 | pd->blkg = blkg; | 127 | pd->blkg = blkg; |
| 128 | } | ||
| 129 | |||
| 130 | /* invoke per-policy init */ | ||
| 131 | for (i = 0; i < BLKCG_MAX_POLS; i++) { | ||
| 132 | struct blkcg_policy *pol = blkcg_policy[i]; | ||
| 133 | 128 | ||
| 129 | /* invoke per-policy init */ | ||
| 134 | if (blkcg_policy_enabled(blkg->q, pol)) | 130 | if (blkcg_policy_enabled(blkg->q, pol)) |
| 135 | pol->pd_init_fn(blkg); | 131 | pol->pd_init_fn(blkg); |
| 136 | } | 132 | } |
| @@ -245,10 +241,9 @@ EXPORT_SYMBOL_GPL(blkg_lookup_create); | |||
| 245 | 241 | ||
| 246 | static void blkg_destroy(struct blkcg_gq *blkg) | 242 | static void blkg_destroy(struct blkcg_gq *blkg) |
| 247 | { | 243 | { |
| 248 | struct request_queue *q = blkg->q; | ||
| 249 | struct blkcg *blkcg = blkg->blkcg; | 244 | struct blkcg *blkcg = blkg->blkcg; |
| 250 | 245 | ||
| 251 | lockdep_assert_held(q->queue_lock); | 246 | lockdep_assert_held(blkg->q->queue_lock); |
| 252 | lockdep_assert_held(&blkcg->lock); | 247 | lockdep_assert_held(&blkcg->lock); |
| 253 | 248 | ||
| 254 | /* Something wrong if we are trying to remove same group twice */ | 249 | /* Something wrong if we are trying to remove same group twice */ |
diff --git a/block/blk-core.c b/block/blk-core.c index 3c923a7aeb56..93eb3e4f88ce 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
| @@ -361,9 +361,10 @@ EXPORT_SYMBOL(blk_put_queue); | |||
| 361 | */ | 361 | */ |
| 362 | void blk_drain_queue(struct request_queue *q, bool drain_all) | 362 | void blk_drain_queue(struct request_queue *q, bool drain_all) |
| 363 | { | 363 | { |
| 364 | int i; | ||
| 365 | |||
| 364 | while (true) { | 366 | while (true) { |
| 365 | bool drain = false; | 367 | bool drain = false; |
| 366 | int i; | ||
| 367 | 368 | ||
| 368 | spin_lock_irq(q->queue_lock); | 369 | spin_lock_irq(q->queue_lock); |
| 369 | 370 | ||
| @@ -408,6 +409,18 @@ void blk_drain_queue(struct request_queue *q, bool drain_all) | |||
| 408 | break; | 409 | break; |
| 409 | msleep(10); | 410 | msleep(10); |
| 410 | } | 411 | } |
| 412 | |||
| 413 | /* | ||
| 414 | * With queue marked dead, any woken up waiter will fail the | ||
| 415 | * allocation path, so the wakeup chaining is lost and we're | ||
| 416 | * left with hung waiters. We need to wake up those waiters. | ||
| 417 | */ | ||
| 418 | if (q->request_fn) { | ||
| 419 | spin_lock_irq(q->queue_lock); | ||
| 420 | for (i = 0; i < ARRAY_SIZE(q->rq.wait); i++) | ||
| 421 | wake_up_all(&q->rq.wait[i]); | ||
| 422 | spin_unlock_irq(q->queue_lock); | ||
| 423 | } | ||
| 411 | } | 424 | } |
| 412 | 425 | ||
| 413 | /** | 426 | /** |
| @@ -467,7 +480,6 @@ void blk_cleanup_queue(struct request_queue *q) | |||
| 467 | /* mark @q DEAD, no new request or merges will be allowed afterwards */ | 480 | /* mark @q DEAD, no new request or merges will be allowed afterwards */ |
| 468 | mutex_lock(&q->sysfs_lock); | 481 | mutex_lock(&q->sysfs_lock); |
| 469 | queue_flag_set_unlocked(QUEUE_FLAG_DEAD, q); | 482 | queue_flag_set_unlocked(QUEUE_FLAG_DEAD, q); |
| 470 | |||
| 471 | spin_lock_irq(lock); | 483 | spin_lock_irq(lock); |
| 472 | 484 | ||
| 473 | /* | 485 | /* |
| @@ -485,10 +497,6 @@ void blk_cleanup_queue(struct request_queue *q) | |||
| 485 | queue_flag_set(QUEUE_FLAG_NOMERGES, q); | 497 | queue_flag_set(QUEUE_FLAG_NOMERGES, q); |
| 486 | queue_flag_set(QUEUE_FLAG_NOXMERGES, q); | 498 | queue_flag_set(QUEUE_FLAG_NOXMERGES, q); |
| 487 | queue_flag_set(QUEUE_FLAG_DEAD, q); | 499 | queue_flag_set(QUEUE_FLAG_DEAD, q); |
| 488 | |||
| 489 | if (q->queue_lock != &q->__queue_lock) | ||
| 490 | q->queue_lock = &q->__queue_lock; | ||
| 491 | |||
| 492 | spin_unlock_irq(lock); | 500 | spin_unlock_irq(lock); |
| 493 | mutex_unlock(&q->sysfs_lock); | 501 | mutex_unlock(&q->sysfs_lock); |
| 494 | 502 | ||
| @@ -499,6 +507,11 @@ void blk_cleanup_queue(struct request_queue *q) | |||
| 499 | del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer); | 507 | del_timer_sync(&q->backing_dev_info.laptop_mode_wb_timer); |
| 500 | blk_sync_queue(q); | 508 | blk_sync_queue(q); |
| 501 | 509 | ||
| 510 | spin_lock_irq(lock); | ||
| 511 | if (q->queue_lock != &q->__queue_lock) | ||
| 512 | q->queue_lock = &q->__queue_lock; | ||
| 513 | spin_unlock_irq(lock); | ||
| 514 | |||
| 502 | /* @q is and will stay empty, shutdown and put */ | 515 | /* @q is and will stay empty, shutdown and put */ |
| 503 | blk_put_queue(q); | 516 | blk_put_queue(q); |
| 504 | } | 517 | } |
diff --git a/block/blk-timeout.c b/block/blk-timeout.c index 780354888958..6e4744cbfb56 100644 --- a/block/blk-timeout.c +++ b/block/blk-timeout.c | |||
| @@ -197,44 +197,3 @@ void blk_add_timer(struct request *req) | |||
| 197 | mod_timer(&q->timeout, expiry); | 197 | mod_timer(&q->timeout, expiry); |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | /** | ||
| 201 | * blk_abort_queue -- Abort all request on given queue | ||
| 202 | * @queue: pointer to queue | ||
| 203 | * | ||
| 204 | */ | ||
| 205 | void blk_abort_queue(struct request_queue *q) | ||
| 206 | { | ||
| 207 | unsigned long flags; | ||
| 208 | struct request *rq, *tmp; | ||
| 209 | LIST_HEAD(list); | ||
| 210 | |||
| 211 | /* | ||
| 212 | * Not a request based block device, nothing to abort | ||
| 213 | */ | ||
| 214 | if (!q->request_fn) | ||
| 215 | return; | ||
| 216 | |||
| 217 | spin_lock_irqsave(q->queue_lock, flags); | ||
| 218 | |||
| 219 | elv_abort_queue(q); | ||
| 220 | |||
| 221 | /* | ||
| 222 | * Splice entries to local list, to avoid deadlocking if entries | ||
| 223 | * get readded to the timeout list by error handling | ||
| 224 | */ | ||
| 225 | list_splice_init(&q->timeout_list, &list); | ||
| 226 | |||
| 227 | list_for_each_entry_safe(rq, tmp, &list, timeout_list) | ||
| 228 | blk_abort_request(rq); | ||
| 229 | |||
| 230 | /* | ||
| 231 | * Occasionally, blk_abort_request() will return without | ||
| 232 | * deleting the element from the list. Make sure we add those back | ||
| 233 | * instead of leaving them on the local stack list. | ||
| 234 | */ | ||
| 235 | list_splice(&list, &q->timeout_list); | ||
| 236 | |||
| 237 | spin_unlock_irqrestore(q->queue_lock, flags); | ||
| 238 | |||
| 239 | } | ||
| 240 | EXPORT_SYMBOL_GPL(blk_abort_queue); | ||
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 673c977cc2bf..fb52df9744f5 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
| @@ -17,8 +17,6 @@ | |||
| 17 | #include "blk.h" | 17 | #include "blk.h" |
| 18 | #include "blk-cgroup.h" | 18 | #include "blk-cgroup.h" |
| 19 | 19 | ||
| 20 | static struct blkcg_policy blkcg_policy_cfq __maybe_unused; | ||
| 21 | |||
| 22 | /* | 20 | /* |
| 23 | * tunables | 21 | * tunables |
| 24 | */ | 22 | */ |
| @@ -418,11 +416,6 @@ static inline struct cfq_group *pd_to_cfqg(struct blkg_policy_data *pd) | |||
| 418 | return pd ? container_of(pd, struct cfq_group, pd) : NULL; | 416 | return pd ? container_of(pd, struct cfq_group, pd) : NULL; |
| 419 | } | 417 | } |
| 420 | 418 | ||
| 421 | static inline struct cfq_group *blkg_to_cfqg(struct blkcg_gq *blkg) | ||
| 422 | { | ||
| 423 | return pd_to_cfqg(blkg_to_pd(blkg, &blkcg_policy_cfq)); | ||
| 424 | } | ||
| 425 | |||
| 426 | static inline struct blkcg_gq *cfqg_to_blkg(struct cfq_group *cfqg) | 419 | static inline struct blkcg_gq *cfqg_to_blkg(struct cfq_group *cfqg) |
| 427 | { | 420 | { |
| 428 | return pd_to_blkg(&cfqg->pd); | 421 | return pd_to_blkg(&cfqg->pd); |
| @@ -572,6 +565,13 @@ static inline void cfqg_stats_update_avg_queue_size(struct cfq_group *cfqg) { } | |||
| 572 | 565 | ||
| 573 | #ifdef CONFIG_CFQ_GROUP_IOSCHED | 566 | #ifdef CONFIG_CFQ_GROUP_IOSCHED |
| 574 | 567 | ||
| 568 | static struct blkcg_policy blkcg_policy_cfq; | ||
| 569 | |||
| 570 | static inline struct cfq_group *blkg_to_cfqg(struct blkcg_gq *blkg) | ||
| 571 | { | ||
| 572 | return pd_to_cfqg(blkg_to_pd(blkg, &blkcg_policy_cfq)); | ||
| 573 | } | ||
| 574 | |||
| 575 | static inline void cfqg_get(struct cfq_group *cfqg) | 575 | static inline void cfqg_get(struct cfq_group *cfqg) |
| 576 | { | 576 | { |
| 577 | return blkg_get(cfqg_to_blkg(cfqg)); | 577 | return blkg_get(cfqg_to_blkg(cfqg)); |
| @@ -3951,10 +3951,11 @@ static void cfq_exit_queue(struct elevator_queue *e) | |||
| 3951 | 3951 | ||
| 3952 | cfq_shutdown_timer_wq(cfqd); | 3952 | cfq_shutdown_timer_wq(cfqd); |
| 3953 | 3953 | ||
| 3954 | #ifndef CONFIG_CFQ_GROUP_IOSCHED | 3954 | #ifdef CONFIG_CFQ_GROUP_IOSCHED |
| 3955 | blkcg_deactivate_policy(q, &blkcg_policy_cfq); | ||
| 3956 | #else | ||
| 3955 | kfree(cfqd->root_group); | 3957 | kfree(cfqd->root_group); |
| 3956 | #endif | 3958 | #endif |
| 3957 | blkcg_deactivate_policy(q, &blkcg_policy_cfq); | ||
| 3958 | kfree(cfqd); | 3959 | kfree(cfqd); |
| 3959 | } | 3960 | } |
| 3960 | 3961 | ||
| @@ -4194,14 +4195,15 @@ static int __init cfq_init(void) | |||
| 4194 | #ifdef CONFIG_CFQ_GROUP_IOSCHED | 4195 | #ifdef CONFIG_CFQ_GROUP_IOSCHED |
| 4195 | if (!cfq_group_idle) | 4196 | if (!cfq_group_idle) |
| 4196 | cfq_group_idle = 1; | 4197 | cfq_group_idle = 1; |
| 4197 | #else | ||
| 4198 | cfq_group_idle = 0; | ||
| 4199 | #endif | ||
| 4200 | 4198 | ||
| 4201 | ret = blkcg_policy_register(&blkcg_policy_cfq); | 4199 | ret = blkcg_policy_register(&blkcg_policy_cfq); |
| 4202 | if (ret) | 4200 | if (ret) |
| 4203 | return ret; | 4201 | return ret; |
| 4202 | #else | ||
| 4203 | cfq_group_idle = 0; | ||
| 4204 | #endif | ||
| 4204 | 4205 | ||
| 4206 | ret = -ENOMEM; | ||
| 4205 | cfq_pool = KMEM_CACHE(cfq_queue, 0); | 4207 | cfq_pool = KMEM_CACHE(cfq_queue, 0); |
| 4206 | if (!cfq_pool) | 4208 | if (!cfq_pool) |
| 4207 | goto err_pol_unreg; | 4209 | goto err_pol_unreg; |
| @@ -4215,13 +4217,17 @@ static int __init cfq_init(void) | |||
| 4215 | err_free_pool: | 4217 | err_free_pool: |
| 4216 | kmem_cache_destroy(cfq_pool); | 4218 | kmem_cache_destroy(cfq_pool); |
| 4217 | err_pol_unreg: | 4219 | err_pol_unreg: |
| 4220 | #ifdef CONFIG_CFQ_GROUP_IOSCHED | ||
| 4218 | blkcg_policy_unregister(&blkcg_policy_cfq); | 4221 | blkcg_policy_unregister(&blkcg_policy_cfq); |
| 4222 | #endif | ||
| 4219 | return ret; | 4223 | return ret; |
| 4220 | } | 4224 | } |
| 4221 | 4225 | ||
| 4222 | static void __exit cfq_exit(void) | 4226 | static void __exit cfq_exit(void) |
| 4223 | { | 4227 | { |
| 4228 | #ifdef CONFIG_CFQ_GROUP_IOSCHED | ||
| 4224 | blkcg_policy_unregister(&blkcg_policy_cfq); | 4229 | blkcg_policy_unregister(&blkcg_policy_cfq); |
| 4230 | #endif | ||
| 4225 | elv_unregister(&iosched_cfq); | 4231 | elv_unregister(&iosched_cfq); |
| 4226 | kmem_cache_destroy(cfq_pool); | 4232 | kmem_cache_destroy(cfq_pool); |
| 4227 | } | 4233 | } |
diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index 260fa80ef575..9a87daa6f4fb 100644 --- a/block/scsi_ioctl.c +++ b/block/scsi_ioctl.c | |||
| @@ -721,11 +721,14 @@ int scsi_verify_blk_ioctl(struct block_device *bd, unsigned int cmd) | |||
| 721 | break; | 721 | break; |
| 722 | } | 722 | } |
| 723 | 723 | ||
| 724 | if (capable(CAP_SYS_RAWIO)) | ||
| 725 | return 0; | ||
| 726 | |||
| 724 | /* In particular, rule out all resets and host-specific ioctls. */ | 727 | /* In particular, rule out all resets and host-specific ioctls. */ |
| 725 | printk_ratelimited(KERN_WARNING | 728 | printk_ratelimited(KERN_WARNING |
| 726 | "%s: sending ioctl %x to a partition!\n", current->comm, cmd); | 729 | "%s: sending ioctl %x to a partition!\n", current->comm, cmd); |
| 727 | 730 | ||
| 728 | return capable(CAP_SYS_RAWIO) ? 0 : -ENOIOCTLCMD; | 731 | return -ENOIOCTLCMD; |
| 729 | } | 732 | } |
| 730 | EXPORT_SYMBOL(scsi_verify_blk_ioctl); | 733 | EXPORT_SYMBOL(scsi_verify_blk_ioctl); |
| 731 | 734 | ||
diff --git a/drivers/acpi/acpica/hwsleep.c b/drivers/acpi/acpica/hwsleep.c index 0ed85cac3231..615996a36bed 100644 --- a/drivers/acpi/acpica/hwsleep.c +++ b/drivers/acpi/acpica/hwsleep.c | |||
| @@ -95,18 +95,6 @@ acpi_status acpi_hw_legacy_sleep(u8 sleep_state, u8 flags) | |||
| 95 | return_ACPI_STATUS(status); | 95 | return_ACPI_STATUS(status); |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | if (sleep_state != ACPI_STATE_S5) { | ||
| 99 | /* | ||
| 100 | * Disable BM arbitration. This feature is contained within an | ||
| 101 | * optional register (PM2 Control), so ignore a BAD_ADDRESS | ||
| 102 | * exception. | ||
| 103 | */ | ||
| 104 | status = acpi_write_bit_register(ACPI_BITREG_ARB_DISABLE, 1); | ||
| 105 | if (ACPI_FAILURE(status) && (status != AE_BAD_ADDRESS)) { | ||
| 106 | return_ACPI_STATUS(status); | ||
| 107 | } | ||
| 108 | } | ||
| 109 | |||
| 110 | /* | 98 | /* |
| 111 | * 1) Disable/Clear all GPEs | 99 | * 1) Disable/Clear all GPEs |
| 112 | * 2) Enable all wakeup GPEs | 100 | * 2) Enable all wakeup GPEs |
| @@ -364,16 +352,6 @@ acpi_status acpi_hw_legacy_wake(u8 sleep_state, u8 flags) | |||
| 364 | [ACPI_EVENT_POWER_BUTTON]. | 352 | [ACPI_EVENT_POWER_BUTTON]. |
| 365 | status_register_id, ACPI_CLEAR_STATUS); | 353 | status_register_id, ACPI_CLEAR_STATUS); |
| 366 | 354 | ||
| 367 | /* | ||
| 368 | * Enable BM arbitration. This feature is contained within an | ||
| 369 | * optional register (PM2 Control), so ignore a BAD_ADDRESS | ||
| 370 | * exception. | ||
| 371 | */ | ||
| 372 | status = acpi_write_bit_register(ACPI_BITREG_ARB_DISABLE, 0); | ||
| 373 | if (ACPI_FAILURE(status) && (status != AE_BAD_ADDRESS)) { | ||
| 374 | return_ACPI_STATUS(status); | ||
| 375 | } | ||
| 376 | |||
| 377 | acpi_hw_execute_sleep_method(METHOD_PATHNAME__SST, ACPI_SST_WORKING); | 355 | acpi_hw_execute_sleep_method(METHOD_PATHNAME__SST, ACPI_SST_WORKING); |
| 378 | return_ACPI_STATUS(status); | 356 | return_ACPI_STATUS(status); |
| 379 | } | 357 | } |
diff --git a/drivers/acpi/acpica/nspredef.c b/drivers/acpi/acpica/nspredef.c index 23ce09686418..fe6626035495 100644 --- a/drivers/acpi/acpica/nspredef.c +++ b/drivers/acpi/acpica/nspredef.c | |||
| @@ -638,7 +638,7 @@ acpi_ns_check_package(struct acpi_predefined_data *data, | |||
| 638 | /* Create the new outer package and populate it */ | 638 | /* Create the new outer package and populate it */ |
| 639 | 639 | ||
| 640 | status = | 640 | status = |
| 641 | acpi_ns_wrap_with_package(data, *elements, | 641 | acpi_ns_wrap_with_package(data, return_object, |
| 642 | return_object_ptr); | 642 | return_object_ptr); |
| 643 | if (ACPI_FAILURE(status)) { | 643 | if (ACPI_FAILURE(status)) { |
| 644 | return (status); | 644 | return (status); |
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index c850de4c9a14..eff722278ff5 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
| @@ -189,10 +189,12 @@ int acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id) | |||
| 189 | * Processor (CPU3, 0x03, 0x00000410, 0x06) {} | 189 | * Processor (CPU3, 0x03, 0x00000410, 0x06) {} |
| 190 | * } | 190 | * } |
| 191 | * | 191 | * |
| 192 | * Ignores apic_id and always return 0 for CPU0's handle. | 192 | * Ignores apic_id and always returns 0 for the processor |
| 193 | * handle with acpi id 0 if nr_cpu_ids is 1. | ||
| 194 | * This should be the case if SMP tables are not found. | ||
| 193 | * Return -1 for other CPU's handle. | 195 | * Return -1 for other CPU's handle. |
| 194 | */ | 196 | */ |
| 195 | if (acpi_id == 0) | 197 | if (nr_cpu_ids <= 1 && acpi_id == 0) |
| 196 | return acpi_id; | 198 | return acpi_id; |
| 197 | else | 199 | else |
| 198 | return apic_id; | 200 | return apic_id; |
diff --git a/drivers/base/dd.c b/drivers/base/dd.c index dcb8a6e48692..4b01ab3d2c24 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/wait.h> | 24 | #include <linux/wait.h> |
| 25 | #include <linux/async.h> | 25 | #include <linux/async.h> |
| 26 | #include <linux/pm_runtime.h> | 26 | #include <linux/pm_runtime.h> |
| 27 | #include <scsi/scsi_scan.h> | ||
| 27 | 28 | ||
| 28 | #include "base.h" | 29 | #include "base.h" |
| 29 | #include "power/power.h" | 30 | #include "power/power.h" |
| @@ -332,6 +333,7 @@ void wait_for_device_probe(void) | |||
| 332 | /* wait for the known devices to complete their probing */ | 333 | /* wait for the known devices to complete their probing */ |
| 333 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | 334 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); |
| 334 | async_synchronize_full(); | 335 | async_synchronize_full(); |
| 336 | scsi_complete_async_scans(); | ||
| 335 | } | 337 | } |
| 336 | EXPORT_SYMBOL_GPL(wait_for_device_probe); | 338 | EXPORT_SYMBOL_GPL(wait_for_device_probe); |
| 337 | 339 | ||
diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c index b5c5ff53cb57..fcb956bb4b4c 100644 --- a/drivers/block/drbd/drbd_bitmap.c +++ b/drivers/block/drbd/drbd_bitmap.c | |||
| @@ -1475,10 +1475,17 @@ void _drbd_bm_set_bits(struct drbd_conf *mdev, const unsigned long s, const unsi | |||
| 1475 | first_word = 0; | 1475 | first_word = 0; |
| 1476 | spin_lock_irq(&b->bm_lock); | 1476 | spin_lock_irq(&b->bm_lock); |
| 1477 | } | 1477 | } |
| 1478 | |||
| 1479 | /* last page (respectively only page, for first page == last page) */ | 1478 | /* last page (respectively only page, for first page == last page) */ |
| 1480 | last_word = MLPP(el >> LN2_BPL); | 1479 | last_word = MLPP(el >> LN2_BPL); |
| 1481 | bm_set_full_words_within_one_page(mdev->bitmap, last_page, first_word, last_word); | 1480 | |
| 1481 | /* consider bitmap->bm_bits = 32768, bitmap->bm_number_of_pages = 1. (or multiples). | ||
| 1482 | * ==> e = 32767, el = 32768, last_page = 2, | ||
| 1483 | * and now last_word = 0. | ||
| 1484 | * We do not want to touch last_page in this case, | ||
| 1485 | * as we did not allocate it, it is not present in bitmap->bm_pages. | ||
| 1486 | */ | ||
| 1487 | if (last_word) | ||
| 1488 | bm_set_full_words_within_one_page(mdev->bitmap, last_page, first_word, last_word); | ||
| 1482 | 1489 | ||
| 1483 | /* possibly trailing bits. | 1490 | /* possibly trailing bits. |
| 1484 | * example: (e & 63) == 63, el will be e+1. | 1491 | * example: (e & 63) == 63, el will be e+1. |
diff --git a/drivers/block/drbd/drbd_req.c b/drivers/block/drbd/drbd_req.c index 9c5c84946b05..8e93a6ac9bb6 100644 --- a/drivers/block/drbd/drbd_req.c +++ b/drivers/block/drbd/drbd_req.c | |||
| @@ -472,12 +472,17 @@ int __req_mod(struct drbd_request *req, enum drbd_req_event what, | |||
| 472 | req->rq_state |= RQ_LOCAL_COMPLETED; | 472 | req->rq_state |= RQ_LOCAL_COMPLETED; |
| 473 | req->rq_state &= ~RQ_LOCAL_PENDING; | 473 | req->rq_state &= ~RQ_LOCAL_PENDING; |
| 474 | 474 | ||
| 475 | D_ASSERT(!(req->rq_state & RQ_NET_MASK)); | 475 | if (req->rq_state & RQ_LOCAL_ABORTED) { |
| 476 | _req_may_be_done(req, m); | ||
| 477 | break; | ||
| 478 | } | ||
| 476 | 479 | ||
| 477 | __drbd_chk_io_error(mdev, false); | 480 | __drbd_chk_io_error(mdev, false); |
| 478 | 481 | ||
| 479 | goto_queue_for_net_read: | 482 | goto_queue_for_net_read: |
| 480 | 483 | ||
| 484 | D_ASSERT(!(req->rq_state & RQ_NET_MASK)); | ||
| 485 | |||
| 481 | /* no point in retrying if there is no good remote data, | 486 | /* no point in retrying if there is no good remote data, |
| 482 | * or we have no connection. */ | 487 | * or we have no connection. */ |
| 483 | if (mdev->state.pdsk != D_UP_TO_DATE) { | 488 | if (mdev->state.pdsk != D_UP_TO_DATE) { |
| @@ -765,6 +770,40 @@ static int drbd_may_do_local_read(struct drbd_conf *mdev, sector_t sector, int s | |||
| 765 | return 0 == drbd_bm_count_bits(mdev, sbnr, ebnr); | 770 | return 0 == drbd_bm_count_bits(mdev, sbnr, ebnr); |
| 766 | } | 771 | } |
| 767 | 772 | ||
| 773 | static void maybe_pull_ahead(struct drbd_conf *mdev) | ||
| 774 | { | ||
| 775 | int congested = 0; | ||
| 776 | |||
| 777 | /* If I don't even have good local storage, we can not reasonably try | ||
| 778 | * to pull ahead of the peer. We also need the local reference to make | ||
| 779 | * sure mdev->act_log is there. | ||
| 780 | * Note: caller has to make sure that net_conf is there. | ||
| 781 | */ | ||
| 782 | if (!get_ldev_if_state(mdev, D_UP_TO_DATE)) | ||
| 783 | return; | ||
| 784 | |||
| 785 | if (mdev->net_conf->cong_fill && | ||
| 786 | atomic_read(&mdev->ap_in_flight) >= mdev->net_conf->cong_fill) { | ||
| 787 | dev_info(DEV, "Congestion-fill threshold reached\n"); | ||
| 788 | congested = 1; | ||
| 789 | } | ||
| 790 | |||
| 791 | if (mdev->act_log->used >= mdev->net_conf->cong_extents) { | ||
| 792 | dev_info(DEV, "Congestion-extents threshold reached\n"); | ||
| 793 | congested = 1; | ||
| 794 | } | ||
| 795 | |||
| 796 | if (congested) { | ||
| 797 | queue_barrier(mdev); /* last barrier, after mirrored writes */ | ||
| 798 | |||
| 799 | if (mdev->net_conf->on_congestion == OC_PULL_AHEAD) | ||
| 800 | _drbd_set_state(_NS(mdev, conn, C_AHEAD), 0, NULL); | ||
| 801 | else /*mdev->net_conf->on_congestion == OC_DISCONNECT */ | ||
| 802 | _drbd_set_state(_NS(mdev, conn, C_DISCONNECTING), 0, NULL); | ||
| 803 | } | ||
| 804 | put_ldev(mdev); | ||
| 805 | } | ||
| 806 | |||
| 768 | static int drbd_make_request_common(struct drbd_conf *mdev, struct bio *bio, unsigned long start_time) | 807 | static int drbd_make_request_common(struct drbd_conf *mdev, struct bio *bio, unsigned long start_time) |
| 769 | { | 808 | { |
| 770 | const int rw = bio_rw(bio); | 809 | const int rw = bio_rw(bio); |
| @@ -972,29 +1011,8 @@ allocate_barrier: | |||
| 972 | _req_mod(req, queue_for_send_oos); | 1011 | _req_mod(req, queue_for_send_oos); |
| 973 | 1012 | ||
| 974 | if (remote && | 1013 | if (remote && |
| 975 | mdev->net_conf->on_congestion != OC_BLOCK && mdev->agreed_pro_version >= 96) { | 1014 | mdev->net_conf->on_congestion != OC_BLOCK && mdev->agreed_pro_version >= 96) |
| 976 | int congested = 0; | 1015 | maybe_pull_ahead(mdev); |
| 977 | |||
| 978 | if (mdev->net_conf->cong_fill && | ||
| 979 | atomic_read(&mdev->ap_in_flight) >= mdev->net_conf->cong_fill) { | ||
| 980 | dev_info(DEV, "Congestion-fill threshold reached\n"); | ||
| 981 | congested = 1; | ||
| 982 | } | ||
| 983 | |||
| 984 | if (mdev->act_log->used >= mdev->net_conf->cong_extents) { | ||
| 985 | dev_info(DEV, "Congestion-extents threshold reached\n"); | ||
| 986 | congested = 1; | ||
| 987 | } | ||
| 988 | |||
| 989 | if (congested) { | ||
| 990 | queue_barrier(mdev); /* last barrier, after mirrored writes */ | ||
| 991 | |||
| 992 | if (mdev->net_conf->on_congestion == OC_PULL_AHEAD) | ||
| 993 | _drbd_set_state(_NS(mdev, conn, C_AHEAD), 0, NULL); | ||
| 994 | else /*mdev->net_conf->on_congestion == OC_DISCONNECT */ | ||
| 995 | _drbd_set_state(_NS(mdev, conn, C_DISCONNECTING), 0, NULL); | ||
| 996 | } | ||
| 997 | } | ||
| 998 | 1016 | ||
| 999 | spin_unlock_irq(&mdev->req_lock); | 1017 | spin_unlock_irq(&mdev->req_lock); |
| 1000 | kfree(b); /* if someone else has beaten us to it... */ | 1018 | kfree(b); /* if someone else has beaten us to it... */ |
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index cce7df367b79..553f43a90953 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
| @@ -671,6 +671,7 @@ static void __reschedule_timeout(int drive, const char *message) | |||
| 671 | 671 | ||
| 672 | if (drive == current_reqD) | 672 | if (drive == current_reqD) |
| 673 | drive = current_drive; | 673 | drive = current_drive; |
| 674 | __cancel_delayed_work(&fd_timeout); | ||
| 674 | 675 | ||
| 675 | if (drive < 0 || drive >= N_DRIVE) { | 676 | if (drive < 0 || drive >= N_DRIVE) { |
| 676 | delay = 20UL * HZ; | 677 | delay = 20UL * HZ; |
diff --git a/drivers/block/loop.c b/drivers/block/loop.c index bbca966f8f66..3bba65510d23 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c | |||
| @@ -1597,14 +1597,12 @@ static int loop_add(struct loop_device **l, int i) | |||
| 1597 | struct gendisk *disk; | 1597 | struct gendisk *disk; |
| 1598 | int err; | 1598 | int err; |
| 1599 | 1599 | ||
| 1600 | err = -ENOMEM; | ||
| 1600 | lo = kzalloc(sizeof(*lo), GFP_KERNEL); | 1601 | lo = kzalloc(sizeof(*lo), GFP_KERNEL); |
| 1601 | if (!lo) { | 1602 | if (!lo) |
| 1602 | err = -ENOMEM; | ||
| 1603 | goto out; | 1603 | goto out; |
| 1604 | } | ||
| 1605 | 1604 | ||
| 1606 | err = idr_pre_get(&loop_index_idr, GFP_KERNEL); | 1605 | if (!idr_pre_get(&loop_index_idr, GFP_KERNEL)) |
| 1607 | if (err < 0) | ||
| 1608 | goto out_free_dev; | 1606 | goto out_free_dev; |
| 1609 | 1607 | ||
| 1610 | if (i >= 0) { | 1608 | if (i >= 0) { |
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index 264bc77dcb91..a8fddeb3d638 100644 --- a/drivers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | #include <linux/kthread.h> | 37 | #include <linux/kthread.h> |
| 38 | #include <../drivers/ata/ahci.h> | 38 | #include <../drivers/ata/ahci.h> |
| 39 | #include <linux/export.h> | 39 | #include <linux/export.h> |
| 40 | #include <linux/debugfs.h> | ||
| 40 | #include "mtip32xx.h" | 41 | #include "mtip32xx.h" |
| 41 | 42 | ||
| 42 | #define HW_CMD_SLOT_SZ (MTIP_MAX_COMMAND_SLOTS * 32) | 43 | #define HW_CMD_SLOT_SZ (MTIP_MAX_COMMAND_SLOTS * 32) |
| @@ -85,6 +86,7 @@ static int instance; | |||
| 85 | * allocated in mtip_init(). | 86 | * allocated in mtip_init(). |
| 86 | */ | 87 | */ |
| 87 | static int mtip_major; | 88 | static int mtip_major; |
| 89 | static struct dentry *dfs_parent; | ||
| 88 | 90 | ||
| 89 | static DEFINE_SPINLOCK(rssd_index_lock); | 91 | static DEFINE_SPINLOCK(rssd_index_lock); |
| 90 | static DEFINE_IDA(rssd_index_ida); | 92 | static DEFINE_IDA(rssd_index_ida); |
| @@ -2546,7 +2548,7 @@ static struct scatterlist *mtip_hw_get_scatterlist(struct driver_data *dd, | |||
| 2546 | } | 2548 | } |
| 2547 | 2549 | ||
| 2548 | /* | 2550 | /* |
| 2549 | * Sysfs register/status dump. | 2551 | * Sysfs status dump. |
| 2550 | * | 2552 | * |
| 2551 | * @dev Pointer to the device structure, passed by the kernrel. | 2553 | * @dev Pointer to the device structure, passed by the kernrel. |
| 2552 | * @attr Pointer to the device_attribute structure passed by the kernel. | 2554 | * @attr Pointer to the device_attribute structure passed by the kernel. |
| @@ -2555,45 +2557,68 @@ static struct scatterlist *mtip_hw_get_scatterlist(struct driver_data *dd, | |||
| 2555 | * return value | 2557 | * return value |
| 2556 | * The size, in bytes, of the data copied into buf. | 2558 | * The size, in bytes, of the data copied into buf. |
| 2557 | */ | 2559 | */ |
| 2558 | static ssize_t mtip_hw_show_registers(struct device *dev, | 2560 | static ssize_t mtip_hw_show_status(struct device *dev, |
| 2559 | struct device_attribute *attr, | 2561 | struct device_attribute *attr, |
| 2560 | char *buf) | 2562 | char *buf) |
| 2561 | { | 2563 | { |
| 2562 | u32 group_allocated; | ||
| 2563 | struct driver_data *dd = dev_to_disk(dev)->private_data; | 2564 | struct driver_data *dd = dev_to_disk(dev)->private_data; |
| 2564 | int size = 0; | 2565 | int size = 0; |
| 2566 | |||
| 2567 | if (test_bit(MTIP_DDF_OVER_TEMP_BIT, &dd->dd_flag)) | ||
| 2568 | size += sprintf(buf, "%s", "thermal_shutdown\n"); | ||
| 2569 | else if (test_bit(MTIP_DDF_WRITE_PROTECT_BIT, &dd->dd_flag)) | ||
| 2570 | size += sprintf(buf, "%s", "write_protect\n"); | ||
| 2571 | else | ||
| 2572 | size += sprintf(buf, "%s", "online\n"); | ||
| 2573 | |||
| 2574 | return size; | ||
| 2575 | } | ||
| 2576 | |||
| 2577 | static DEVICE_ATTR(status, S_IRUGO, mtip_hw_show_status, NULL); | ||
| 2578 | |||
| 2579 | static ssize_t mtip_hw_read_registers(struct file *f, char __user *ubuf, | ||
| 2580 | size_t len, loff_t *offset) | ||
| 2581 | { | ||
| 2582 | struct driver_data *dd = (struct driver_data *)f->private_data; | ||
| 2583 | char buf[MTIP_DFS_MAX_BUF_SIZE]; | ||
| 2584 | u32 group_allocated; | ||
| 2585 | int size = *offset; | ||
| 2565 | int n; | 2586 | int n; |
| 2566 | 2587 | ||
| 2567 | size += sprintf(&buf[size], "Hardware\n--------\n"); | 2588 | if (!len || size) |
| 2568 | size += sprintf(&buf[size], "S ACTive : [ 0x"); | 2589 | return 0; |
| 2590 | |||
| 2591 | if (size < 0) | ||
| 2592 | return -EINVAL; | ||
| 2593 | |||
| 2594 | size += sprintf(&buf[size], "H/ S ACTive : [ 0x"); | ||
| 2569 | 2595 | ||
| 2570 | for (n = dd->slot_groups-1; n >= 0; n--) | 2596 | for (n = dd->slot_groups-1; n >= 0; n--) |
| 2571 | size += sprintf(&buf[size], "%08X ", | 2597 | size += sprintf(&buf[size], "%08X ", |
| 2572 | readl(dd->port->s_active[n])); | 2598 | readl(dd->port->s_active[n])); |
| 2573 | 2599 | ||
| 2574 | size += sprintf(&buf[size], "]\n"); | 2600 | size += sprintf(&buf[size], "]\n"); |
| 2575 | size += sprintf(&buf[size], "Command Issue : [ 0x"); | 2601 | size += sprintf(&buf[size], "H/ Command Issue : [ 0x"); |
| 2576 | 2602 | ||
| 2577 | for (n = dd->slot_groups-1; n >= 0; n--) | 2603 | for (n = dd->slot_groups-1; n >= 0; n--) |
| 2578 | size += sprintf(&buf[size], "%08X ", | 2604 | size += sprintf(&buf[size], "%08X ", |
| 2579 | readl(dd->port->cmd_issue[n])); | 2605 | readl(dd->port->cmd_issue[n])); |
| 2580 | 2606 | ||
| 2581 | size += sprintf(&buf[size], "]\n"); | 2607 | size += sprintf(&buf[size], "]\n"); |
| 2582 | size += sprintf(&buf[size], "Completed : [ 0x"); | 2608 | size += sprintf(&buf[size], "H/ Completed : [ 0x"); |
| 2583 | 2609 | ||
| 2584 | for (n = dd->slot_groups-1; n >= 0; n--) | 2610 | for (n = dd->slot_groups-1; n >= 0; n--) |
| 2585 | size += sprintf(&buf[size], "%08X ", | 2611 | size += sprintf(&buf[size], "%08X ", |
| 2586 | readl(dd->port->completed[n])); | 2612 | readl(dd->port->completed[n])); |
| 2587 | 2613 | ||
| 2588 | size += sprintf(&buf[size], "]\n"); | 2614 | size += sprintf(&buf[size], "]\n"); |
| 2589 | size += sprintf(&buf[size], "PORT IRQ STAT : [ 0x%08X ]\n", | 2615 | size += sprintf(&buf[size], "H/ PORT IRQ STAT : [ 0x%08X ]\n", |
| 2590 | readl(dd->port->mmio + PORT_IRQ_STAT)); | 2616 | readl(dd->port->mmio + PORT_IRQ_STAT)); |
| 2591 | size += sprintf(&buf[size], "HOST IRQ STAT : [ 0x%08X ]\n", | 2617 | size += sprintf(&buf[size], "H/ HOST IRQ STAT : [ 0x%08X ]\n", |
| 2592 | readl(dd->mmio + HOST_IRQ_STAT)); | 2618 | readl(dd->mmio + HOST_IRQ_STAT)); |
| 2593 | size += sprintf(&buf[size], "\n"); | 2619 | size += sprintf(&buf[size], "\n"); |
| 2594 | 2620 | ||
| 2595 | size += sprintf(&buf[size], "Local\n-----\n"); | 2621 | size += sprintf(&buf[size], "L/ Allocated : [ 0x"); |
| 2596 | size += sprintf(&buf[size], "Allocated : [ 0x"); | ||
| 2597 | 2622 | ||
| 2598 | for (n = dd->slot_groups-1; n >= 0; n--) { | 2623 | for (n = dd->slot_groups-1; n >= 0; n--) { |
| 2599 | if (sizeof(long) > sizeof(u32)) | 2624 | if (sizeof(long) > sizeof(u32)) |
| @@ -2605,7 +2630,7 @@ static ssize_t mtip_hw_show_registers(struct device *dev, | |||
| 2605 | } | 2630 | } |
| 2606 | size += sprintf(&buf[size], "]\n"); | 2631 | size += sprintf(&buf[size], "]\n"); |
| 2607 | 2632 | ||
| 2608 | size += sprintf(&buf[size], "Commands in Q: [ 0x"); | 2633 | size += sprintf(&buf[size], "L/ Commands in Q : [ 0x"); |
| 2609 | 2634 | ||
| 2610 | for (n = dd->slot_groups-1; n >= 0; n--) { | 2635 | for (n = dd->slot_groups-1; n >= 0; n--) { |
| 2611 | if (sizeof(long) > sizeof(u32)) | 2636 | if (sizeof(long) > sizeof(u32)) |
| @@ -2617,44 +2642,53 @@ static ssize_t mtip_hw_show_registers(struct device *dev, | |||
| 2617 | } | 2642 | } |
| 2618 | size += sprintf(&buf[size], "]\n"); | 2643 | size += sprintf(&buf[size], "]\n"); |
| 2619 | 2644 | ||
| 2620 | return size; | 2645 | *offset = size <= len ? size : len; |
| 2646 | size = copy_to_user(ubuf, buf, *offset); | ||
| 2647 | if (size) | ||
| 2648 | return -EFAULT; | ||
| 2649 | |||
| 2650 | return *offset; | ||
| 2621 | } | 2651 | } |
| 2622 | 2652 | ||
| 2623 | static ssize_t mtip_hw_show_status(struct device *dev, | 2653 | static ssize_t mtip_hw_read_flags(struct file *f, char __user *ubuf, |
| 2624 | struct device_attribute *attr, | 2654 | size_t len, loff_t *offset) |
| 2625 | char *buf) | ||
| 2626 | { | 2655 | { |
| 2627 | struct driver_data *dd = dev_to_disk(dev)->private_data; | 2656 | struct driver_data *dd = (struct driver_data *)f->private_data; |
| 2628 | int size = 0; | 2657 | char buf[MTIP_DFS_MAX_BUF_SIZE]; |
| 2658 | int size = *offset; | ||
| 2629 | 2659 | ||
| 2630 | if (test_bit(MTIP_DDF_OVER_TEMP_BIT, &dd->dd_flag)) | 2660 | if (!len || size) |
| 2631 | size += sprintf(buf, "%s", "thermal_shutdown\n"); | 2661 | return 0; |
| 2632 | else if (test_bit(MTIP_DDF_WRITE_PROTECT_BIT, &dd->dd_flag)) | ||
| 2633 | size += sprintf(buf, "%s", "write_protect\n"); | ||
| 2634 | else | ||
| 2635 | size += sprintf(buf, "%s", "online\n"); | ||
| 2636 | |||
| 2637 | return size; | ||
| 2638 | } | ||
| 2639 | 2662 | ||
| 2640 | static ssize_t mtip_hw_show_flags(struct device *dev, | 2663 | if (size < 0) |
| 2641 | struct device_attribute *attr, | 2664 | return -EINVAL; |
| 2642 | char *buf) | ||
| 2643 | { | ||
| 2644 | struct driver_data *dd = dev_to_disk(dev)->private_data; | ||
| 2645 | int size = 0; | ||
| 2646 | 2665 | ||
| 2647 | size += sprintf(&buf[size], "Flag in port struct : [ %08lX ]\n", | 2666 | size += sprintf(&buf[size], "Flag-port : [ %08lX ]\n", |
| 2648 | dd->port->flags); | 2667 | dd->port->flags); |
| 2649 | size += sprintf(&buf[size], "Flag in dd struct : [ %08lX ]\n", | 2668 | size += sprintf(&buf[size], "Flag-dd : [ %08lX ]\n", |
| 2650 | dd->dd_flag); | 2669 | dd->dd_flag); |
| 2651 | 2670 | ||
| 2652 | return size; | 2671 | *offset = size <= len ? size : len; |
| 2672 | size = copy_to_user(ubuf, buf, *offset); | ||
| 2673 | if (size) | ||
| 2674 | return -EFAULT; | ||
| 2675 | |||
| 2676 | return *offset; | ||
| 2653 | } | 2677 | } |
| 2654 | 2678 | ||
| 2655 | static DEVICE_ATTR(registers, S_IRUGO, mtip_hw_show_registers, NULL); | 2679 | static const struct file_operations mtip_regs_fops = { |
| 2656 | static DEVICE_ATTR(status, S_IRUGO, mtip_hw_show_status, NULL); | 2680 | .owner = THIS_MODULE, |
| 2657 | static DEVICE_ATTR(flags, S_IRUGO, mtip_hw_show_flags, NULL); | 2681 | .open = simple_open, |
| 2682 | .read = mtip_hw_read_registers, | ||
| 2683 | .llseek = no_llseek, | ||
| 2684 | }; | ||
| 2685 | |||
| 2686 | static const struct file_operations mtip_flags_fops = { | ||
| 2687 | .owner = THIS_MODULE, | ||
| 2688 | .open = simple_open, | ||
| 2689 | .read = mtip_hw_read_flags, | ||
| 2690 | .llseek = no_llseek, | ||
| 2691 | }; | ||
| 2658 | 2692 | ||
| 2659 | /* | 2693 | /* |
| 2660 | * Create the sysfs related attributes. | 2694 | * Create the sysfs related attributes. |
| @@ -2671,15 +2705,9 @@ static int mtip_hw_sysfs_init(struct driver_data *dd, struct kobject *kobj) | |||
| 2671 | if (!kobj || !dd) | 2705 | if (!kobj || !dd) |
| 2672 | return -EINVAL; | 2706 | return -EINVAL; |
| 2673 | 2707 | ||
| 2674 | if (sysfs_create_file(kobj, &dev_attr_registers.attr)) | ||
| 2675 | dev_warn(&dd->pdev->dev, | ||
| 2676 | "Error creating 'registers' sysfs entry\n"); | ||
| 2677 | if (sysfs_create_file(kobj, &dev_attr_status.attr)) | 2708 | if (sysfs_create_file(kobj, &dev_attr_status.attr)) |
| 2678 | dev_warn(&dd->pdev->dev, | 2709 | dev_warn(&dd->pdev->dev, |
| 2679 | "Error creating 'status' sysfs entry\n"); | 2710 | "Error creating 'status' sysfs entry\n"); |
| 2680 | if (sysfs_create_file(kobj, &dev_attr_flags.attr)) | ||
| 2681 | dev_warn(&dd->pdev->dev, | ||
| 2682 | "Error creating 'flags' sysfs entry\n"); | ||
| 2683 | return 0; | 2711 | return 0; |
| 2684 | } | 2712 | } |
| 2685 | 2713 | ||
| @@ -2698,13 +2726,39 @@ static int mtip_hw_sysfs_exit(struct driver_data *dd, struct kobject *kobj) | |||
| 2698 | if (!kobj || !dd) | 2726 | if (!kobj || !dd) |
| 2699 | return -EINVAL; | 2727 | return -EINVAL; |
| 2700 | 2728 | ||
| 2701 | sysfs_remove_file(kobj, &dev_attr_registers.attr); | ||
| 2702 | sysfs_remove_file(kobj, &dev_attr_status.attr); | 2729 | sysfs_remove_file(kobj, &dev_attr_status.attr); |
| 2703 | sysfs_remove_file(kobj, &dev_attr_flags.attr); | ||
| 2704 | 2730 | ||
| 2705 | return 0; | 2731 | return 0; |
| 2706 | } | 2732 | } |
| 2707 | 2733 | ||
| 2734 | static int mtip_hw_debugfs_init(struct driver_data *dd) | ||
| 2735 | { | ||
| 2736 | if (!dfs_parent) | ||
| 2737 | return -1; | ||
| 2738 | |||
| 2739 | dd->dfs_node = debugfs_create_dir(dd->disk->disk_name, dfs_parent); | ||
| 2740 | if (IS_ERR_OR_NULL(dd->dfs_node)) { | ||
| 2741 | dev_warn(&dd->pdev->dev, | ||
| 2742 | "Error creating node %s under debugfs\n", | ||
| 2743 | dd->disk->disk_name); | ||
| 2744 | dd->dfs_node = NULL; | ||
| 2745 | return -1; | ||
| 2746 | } | ||
| 2747 | |||
| 2748 | debugfs_create_file("flags", S_IRUGO, dd->dfs_node, dd, | ||
| 2749 | &mtip_flags_fops); | ||
| 2750 | debugfs_create_file("registers", S_IRUGO, dd->dfs_node, dd, | ||
| 2751 | &mtip_regs_fops); | ||
| 2752 | |||
| 2753 | return 0; | ||
| 2754 | } | ||
| 2755 | |||
| 2756 | static void mtip_hw_debugfs_exit(struct driver_data *dd) | ||
| 2757 | { | ||
| 2758 | debugfs_remove_recursive(dd->dfs_node); | ||
| 2759 | } | ||
| 2760 | |||
| 2761 | |||
| 2708 | /* | 2762 | /* |
| 2709 | * Perform any init/resume time hardware setup | 2763 | * Perform any init/resume time hardware setup |
| 2710 | * | 2764 | * |
| @@ -3730,6 +3784,7 @@ skip_create_disk: | |||
| 3730 | mtip_hw_sysfs_init(dd, kobj); | 3784 | mtip_hw_sysfs_init(dd, kobj); |
| 3731 | kobject_put(kobj); | 3785 | kobject_put(kobj); |
| 3732 | } | 3786 | } |
| 3787 | mtip_hw_debugfs_init(dd); | ||
| 3733 | 3788 | ||
| 3734 | if (dd->mtip_svc_handler) { | 3789 | if (dd->mtip_svc_handler) { |
| 3735 | set_bit(MTIP_DDF_INIT_DONE_BIT, &dd->dd_flag); | 3790 | set_bit(MTIP_DDF_INIT_DONE_BIT, &dd->dd_flag); |
| @@ -3755,6 +3810,8 @@ start_service_thread: | |||
| 3755 | return rv; | 3810 | return rv; |
| 3756 | 3811 | ||
| 3757 | kthread_run_error: | 3812 | kthread_run_error: |
| 3813 | mtip_hw_debugfs_exit(dd); | ||
| 3814 | |||
| 3758 | /* Delete our gendisk. This also removes the device from /dev */ | 3815 | /* Delete our gendisk. This also removes the device from /dev */ |
| 3759 | del_gendisk(dd->disk); | 3816 | del_gendisk(dd->disk); |
| 3760 | 3817 | ||
| @@ -3805,6 +3862,7 @@ static int mtip_block_remove(struct driver_data *dd) | |||
| 3805 | kobject_put(kobj); | 3862 | kobject_put(kobj); |
| 3806 | } | 3863 | } |
| 3807 | } | 3864 | } |
| 3865 | mtip_hw_debugfs_exit(dd); | ||
| 3808 | 3866 | ||
| 3809 | /* | 3867 | /* |
| 3810 | * Delete our gendisk structure. This also removes the device | 3868 | * Delete our gendisk structure. This also removes the device |
| @@ -4152,10 +4210,20 @@ static int __init mtip_init(void) | |||
| 4152 | } | 4210 | } |
| 4153 | mtip_major = error; | 4211 | mtip_major = error; |
| 4154 | 4212 | ||
| 4213 | if (!dfs_parent) { | ||
| 4214 | dfs_parent = debugfs_create_dir("rssd", NULL); | ||
| 4215 | if (IS_ERR_OR_NULL(dfs_parent)) { | ||
| 4216 | printk(KERN_WARNING "Error creating debugfs parent\n"); | ||
| 4217 | dfs_parent = NULL; | ||
| 4218 | } | ||
| 4219 | } | ||
| 4220 | |||
| 4155 | /* Register our PCI operations. */ | 4221 | /* Register our PCI operations. */ |
| 4156 | error = pci_register_driver(&mtip_pci_driver); | 4222 | error = pci_register_driver(&mtip_pci_driver); |
| 4157 | if (error) | 4223 | if (error) { |
| 4224 | debugfs_remove(dfs_parent); | ||
| 4158 | unregister_blkdev(mtip_major, MTIP_DRV_NAME); | 4225 | unregister_blkdev(mtip_major, MTIP_DRV_NAME); |
| 4226 | } | ||
| 4159 | 4227 | ||
| 4160 | return error; | 4228 | return error; |
| 4161 | } | 4229 | } |
| @@ -4172,6 +4240,8 @@ static int __init mtip_init(void) | |||
| 4172 | */ | 4240 | */ |
| 4173 | static void __exit mtip_exit(void) | 4241 | static void __exit mtip_exit(void) |
| 4174 | { | 4242 | { |
| 4243 | debugfs_remove_recursive(dfs_parent); | ||
| 4244 | |||
| 4175 | /* Release the allocated major block device number. */ | 4245 | /* Release the allocated major block device number. */ |
| 4176 | unregister_blkdev(mtip_major, MTIP_DRV_NAME); | 4246 | unregister_blkdev(mtip_major, MTIP_DRV_NAME); |
| 4177 | 4247 | ||
diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h index b2c88da26b2a..f51fc23d17bb 100644 --- a/drivers/block/mtip32xx/mtip32xx.h +++ b/drivers/block/mtip32xx/mtip32xx.h | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | #include <linux/ata.h> | 26 | #include <linux/ata.h> |
| 27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
| 28 | #include <linux/genhd.h> | 28 | #include <linux/genhd.h> |
| 29 | #include <linux/version.h> | ||
| 30 | 29 | ||
| 31 | /* Offset of Subsystem Device ID in pci confoguration space */ | 30 | /* Offset of Subsystem Device ID in pci confoguration space */ |
| 32 | #define PCI_SUBSYSTEM_DEVICEID 0x2E | 31 | #define PCI_SUBSYSTEM_DEVICEID 0x2E |
| @@ -111,6 +110,8 @@ | |||
| 111 | #define dbg_printk(format, arg...) | 110 | #define dbg_printk(format, arg...) |
| 112 | #endif | 111 | #endif |
| 113 | 112 | ||
| 113 | #define MTIP_DFS_MAX_BUF_SIZE 1024 | ||
| 114 | |||
| 114 | #define __force_bit2int (unsigned int __force) | 115 | #define __force_bit2int (unsigned int __force) |
| 115 | 116 | ||
| 116 | enum { | 117 | enum { |
| @@ -447,6 +448,8 @@ struct driver_data { | |||
| 447 | unsigned long dd_flag; /* NOTE: use atomic bit operations on this */ | 448 | unsigned long dd_flag; /* NOTE: use atomic bit operations on this */ |
| 448 | 449 | ||
| 449 | struct task_struct *mtip_svc_handler; /* task_struct of svc thd */ | 450 | struct task_struct *mtip_svc_handler; /* task_struct of svc thd */ |
| 451 | |||
| 452 | struct dentry *dfs_node; | ||
| 450 | }; | 453 | }; |
| 451 | 454 | ||
| 452 | #endif | 455 | #endif |
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index 65665c9c42c6..8f428a8ab003 100644 --- a/drivers/block/rbd.c +++ b/drivers/block/rbd.c | |||
| @@ -499,7 +499,7 @@ static int rbd_header_from_disk(struct rbd_image_header *header, | |||
| 499 | / sizeof (*ondisk)) | 499 | / sizeof (*ondisk)) |
| 500 | return -EINVAL; | 500 | return -EINVAL; |
| 501 | header->snapc = kmalloc(sizeof(struct ceph_snap_context) + | 501 | header->snapc = kmalloc(sizeof(struct ceph_snap_context) + |
| 502 | snap_count * sizeof (*ondisk), | 502 | snap_count * sizeof(u64), |
| 503 | gfp_flags); | 503 | gfp_flags); |
| 504 | if (!header->snapc) | 504 | if (!header->snapc) |
| 505 | return -ENOMEM; | 505 | return -ENOMEM; |
| @@ -977,7 +977,7 @@ static void rbd_req_cb(struct ceph_osd_request *req, struct ceph_msg *msg) | |||
| 977 | op = (void *)(replyhead + 1); | 977 | op = (void *)(replyhead + 1); |
| 978 | rc = le32_to_cpu(replyhead->result); | 978 | rc = le32_to_cpu(replyhead->result); |
| 979 | bytes = le64_to_cpu(op->extent.length); | 979 | bytes = le64_to_cpu(op->extent.length); |
| 980 | read_op = (le32_to_cpu(op->op) == CEPH_OSD_OP_READ); | 980 | read_op = (le16_to_cpu(op->op) == CEPH_OSD_OP_READ); |
| 981 | 981 | ||
| 982 | dout("rbd_req_cb bytes=%lld readop=%d rc=%d\n", bytes, read_op, rc); | 982 | dout("rbd_req_cb bytes=%lld readop=%d rc=%d\n", bytes, read_op, rc); |
| 983 | 983 | ||
diff --git a/drivers/block/umem.c b/drivers/block/umem.c index aa2712060bfb..9a72277a31df 100644 --- a/drivers/block/umem.c +++ b/drivers/block/umem.c | |||
| @@ -513,6 +513,44 @@ static void process_page(unsigned long data) | |||
| 513 | } | 513 | } |
| 514 | } | 514 | } |
| 515 | 515 | ||
| 516 | struct mm_plug_cb { | ||
| 517 | struct blk_plug_cb cb; | ||
| 518 | struct cardinfo *card; | ||
| 519 | }; | ||
| 520 | |||
| 521 | static void mm_unplug(struct blk_plug_cb *cb) | ||
| 522 | { | ||
| 523 | struct mm_plug_cb *mmcb = container_of(cb, struct mm_plug_cb, cb); | ||
| 524 | |||
| 525 | spin_lock_irq(&mmcb->card->lock); | ||
| 526 | activate(mmcb->card); | ||
| 527 | spin_unlock_irq(&mmcb->card->lock); | ||
| 528 | kfree(mmcb); | ||
| 529 | } | ||
| 530 | |||
| 531 | static int mm_check_plugged(struct cardinfo *card) | ||
| 532 | { | ||
| 533 | struct blk_plug *plug = current->plug; | ||
| 534 | struct mm_plug_cb *mmcb; | ||
| 535 | |||
| 536 | if (!plug) | ||
| 537 | return 0; | ||
| 538 | |||
| 539 | list_for_each_entry(mmcb, &plug->cb_list, cb.list) { | ||
| 540 | if (mmcb->cb.callback == mm_unplug && mmcb->card == card) | ||
| 541 | return 1; | ||
| 542 | } | ||
| 543 | /* Not currently on the callback list */ | ||
| 544 | mmcb = kmalloc(sizeof(*mmcb), GFP_ATOMIC); | ||
| 545 | if (!mmcb) | ||
| 546 | return 0; | ||
| 547 | |||
| 548 | mmcb->card = card; | ||
| 549 | mmcb->cb.callback = mm_unplug; | ||
| 550 | list_add(&mmcb->cb.list, &plug->cb_list); | ||
| 551 | return 1; | ||
| 552 | } | ||
| 553 | |||
| 516 | static void mm_make_request(struct request_queue *q, struct bio *bio) | 554 | static void mm_make_request(struct request_queue *q, struct bio *bio) |
| 517 | { | 555 | { |
| 518 | struct cardinfo *card = q->queuedata; | 556 | struct cardinfo *card = q->queuedata; |
| @@ -523,6 +561,8 @@ static void mm_make_request(struct request_queue *q, struct bio *bio) | |||
| 523 | *card->biotail = bio; | 561 | *card->biotail = bio; |
| 524 | bio->bi_next = NULL; | 562 | bio->bi_next = NULL; |
| 525 | card->biotail = &bio->bi_next; | 563 | card->biotail = &bio->bi_next; |
| 564 | if (bio->bi_rw & REQ_SYNC || !mm_check_plugged(card)) | ||
| 565 | activate(card); | ||
| 526 | spin_unlock_irq(&card->lock); | 566 | spin_unlock_irq(&card->lock); |
| 527 | 567 | ||
| 528 | return; | 568 | return; |
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 773cf27dc23f..9ad3b5ec1dc1 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h | |||
| @@ -257,6 +257,7 @@ static inline void blkif_get_x86_32_req(struct blkif_request *dst, | |||
| 257 | break; | 257 | break; |
| 258 | case BLKIF_OP_DISCARD: | 258 | case BLKIF_OP_DISCARD: |
| 259 | dst->u.discard.flag = src->u.discard.flag; | 259 | dst->u.discard.flag = src->u.discard.flag; |
| 260 | dst->u.discard.id = src->u.discard.id; | ||
| 260 | dst->u.discard.sector_number = src->u.discard.sector_number; | 261 | dst->u.discard.sector_number = src->u.discard.sector_number; |
| 261 | dst->u.discard.nr_sectors = src->u.discard.nr_sectors; | 262 | dst->u.discard.nr_sectors = src->u.discard.nr_sectors; |
| 262 | break; | 263 | break; |
| @@ -287,6 +288,7 @@ static inline void blkif_get_x86_64_req(struct blkif_request *dst, | |||
| 287 | break; | 288 | break; |
| 288 | case BLKIF_OP_DISCARD: | 289 | case BLKIF_OP_DISCARD: |
| 289 | dst->u.discard.flag = src->u.discard.flag; | 290 | dst->u.discard.flag = src->u.discard.flag; |
| 291 | dst->u.discard.id = src->u.discard.id; | ||
| 290 | dst->u.discard.sector_number = src->u.discard.sector_number; | 292 | dst->u.discard.sector_number = src->u.discard.sector_number; |
| 291 | dst->u.discard.nr_sectors = src->u.discard.nr_sectors; | 293 | dst->u.discard.nr_sectors = src->u.discard.nr_sectors; |
| 292 | break; | 294 | break; |
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index 60eed4bdd2e4..e4fb3374dcd2 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
| @@ -141,14 +141,36 @@ static int get_id_from_freelist(struct blkfront_info *info) | |||
| 141 | return free; | 141 | return free; |
| 142 | } | 142 | } |
| 143 | 143 | ||
| 144 | static void add_id_to_freelist(struct blkfront_info *info, | 144 | static int add_id_to_freelist(struct blkfront_info *info, |
| 145 | unsigned long id) | 145 | unsigned long id) |
| 146 | { | 146 | { |
| 147 | if (info->shadow[id].req.u.rw.id != id) | ||
| 148 | return -EINVAL; | ||
| 149 | if (info->shadow[id].request == NULL) | ||
| 150 | return -EINVAL; | ||
| 147 | info->shadow[id].req.u.rw.id = info->shadow_free; | 151 | info->shadow[id].req.u.rw.id = info->shadow_free; |
| 148 | info->shadow[id].request = NULL; | 152 | info->shadow[id].request = NULL; |
| 149 | info->shadow_free = id; | 153 | info->shadow_free = id; |
| 154 | return 0; | ||
| 150 | } | 155 | } |
| 151 | 156 | ||
| 157 | static const char *op_name(int op) | ||
| 158 | { | ||
| 159 | static const char *const names[] = { | ||
| 160 | [BLKIF_OP_READ] = "read", | ||
| 161 | [BLKIF_OP_WRITE] = "write", | ||
| 162 | [BLKIF_OP_WRITE_BARRIER] = "barrier", | ||
| 163 | [BLKIF_OP_FLUSH_DISKCACHE] = "flush", | ||
| 164 | [BLKIF_OP_DISCARD] = "discard" }; | ||
| 165 | |||
| 166 | if (op < 0 || op >= ARRAY_SIZE(names)) | ||
| 167 | return "unknown"; | ||
| 168 | |||
| 169 | if (!names[op]) | ||
| 170 | return "reserved"; | ||
| 171 | |||
| 172 | return names[op]; | ||
| 173 | } | ||
| 152 | static int xlbd_reserve_minors(unsigned int minor, unsigned int nr) | 174 | static int xlbd_reserve_minors(unsigned int minor, unsigned int nr) |
| 153 | { | 175 | { |
| 154 | unsigned int end = minor + nr; | 176 | unsigned int end = minor + nr; |
| @@ -746,20 +768,36 @@ static irqreturn_t blkif_interrupt(int irq, void *dev_id) | |||
| 746 | 768 | ||
| 747 | bret = RING_GET_RESPONSE(&info->ring, i); | 769 | bret = RING_GET_RESPONSE(&info->ring, i); |
| 748 | id = bret->id; | 770 | id = bret->id; |
| 771 | /* | ||
| 772 | * The backend has messed up and given us an id that we would | ||
| 773 | * never have given to it (we stamp it up to BLK_RING_SIZE - | ||
| 774 | * look in get_id_from_freelist. | ||
| 775 | */ | ||
| 776 | if (id >= BLK_RING_SIZE) { | ||
| 777 | WARN(1, "%s: response to %s has incorrect id (%ld)\n", | ||
| 778 | info->gd->disk_name, op_name(bret->operation), id); | ||
| 779 | /* We can't safely get the 'struct request' as | ||
| 780 | * the id is busted. */ | ||
| 781 | continue; | ||
| 782 | } | ||
| 749 | req = info->shadow[id].request; | 783 | req = info->shadow[id].request; |
| 750 | 784 | ||
| 751 | if (bret->operation != BLKIF_OP_DISCARD) | 785 | if (bret->operation != BLKIF_OP_DISCARD) |
| 752 | blkif_completion(&info->shadow[id]); | 786 | blkif_completion(&info->shadow[id]); |
| 753 | 787 | ||
| 754 | add_id_to_freelist(info, id); | 788 | if (add_id_to_freelist(info, id)) { |
| 789 | WARN(1, "%s: response to %s (id %ld) couldn't be recycled!\n", | ||
| 790 | info->gd->disk_name, op_name(bret->operation), id); | ||
| 791 | continue; | ||
| 792 | } | ||
| 755 | 793 | ||
| 756 | error = (bret->status == BLKIF_RSP_OKAY) ? 0 : -EIO; | 794 | error = (bret->status == BLKIF_RSP_OKAY) ? 0 : -EIO; |
| 757 | switch (bret->operation) { | 795 | switch (bret->operation) { |
| 758 | case BLKIF_OP_DISCARD: | 796 | case BLKIF_OP_DISCARD: |
| 759 | if (unlikely(bret->status == BLKIF_RSP_EOPNOTSUPP)) { | 797 | if (unlikely(bret->status == BLKIF_RSP_EOPNOTSUPP)) { |
| 760 | struct request_queue *rq = info->rq; | 798 | struct request_queue *rq = info->rq; |
| 761 | printk(KERN_WARNING "blkfront: %s: discard op failed\n", | 799 | printk(KERN_WARNING "blkfront: %s: %s op failed\n", |
| 762 | info->gd->disk_name); | 800 | info->gd->disk_name, op_name(bret->operation)); |
| 763 | error = -EOPNOTSUPP; | 801 | error = -EOPNOTSUPP; |
| 764 | info->feature_discard = 0; | 802 | info->feature_discard = 0; |
| 765 | info->feature_secdiscard = 0; | 803 | info->feature_secdiscard = 0; |
| @@ -771,18 +809,14 @@ static irqreturn_t blkif_interrupt(int irq, void *dev_id) | |||
| 771 | case BLKIF_OP_FLUSH_DISKCACHE: | 809 | case BLKIF_OP_FLUSH_DISKCACHE: |
| 772 | case BLKIF_OP_WRITE_BARRIER: | 810 | case BLKIF_OP_WRITE_BARRIER: |
| 773 | if (unlikely(bret->status == BLKIF_RSP_EOPNOTSUPP)) { | 811 | if (unlikely(bret->status == BLKIF_RSP_EOPNOTSUPP)) { |
| 774 | printk(KERN_WARNING "blkfront: %s: write %s op failed\n", | 812 | printk(KERN_WARNING "blkfront: %s: %s op failed\n", |
| 775 | info->flush_op == BLKIF_OP_WRITE_BARRIER ? | 813 | info->gd->disk_name, op_name(bret->operation)); |
| 776 | "barrier" : "flush disk cache", | ||
| 777 | info->gd->disk_name); | ||
| 778 | error = -EOPNOTSUPP; | 814 | error = -EOPNOTSUPP; |
| 779 | } | 815 | } |
| 780 | if (unlikely(bret->status == BLKIF_RSP_ERROR && | 816 | if (unlikely(bret->status == BLKIF_RSP_ERROR && |
| 781 | info->shadow[id].req.u.rw.nr_segments == 0)) { | 817 | info->shadow[id].req.u.rw.nr_segments == 0)) { |
| 782 | printk(KERN_WARNING "blkfront: %s: empty write %s op failed\n", | 818 | printk(KERN_WARNING "blkfront: %s: empty %s op failed\n", |
| 783 | info->flush_op == BLKIF_OP_WRITE_BARRIER ? | 819 | info->gd->disk_name, op_name(bret->operation)); |
| 784 | "barrier" : "flush disk cache", | ||
| 785 | info->gd->disk_name); | ||
| 786 | error = -EOPNOTSUPP; | 820 | error = -EOPNOTSUPP; |
| 787 | } | 821 | } |
| 788 | if (unlikely(error)) { | 822 | if (unlikely(error)) { |
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index dcbe05616090..9a1eb0cfa95f 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c | |||
| @@ -1067,26 +1067,24 @@ static int __clk_set_parent(struct clk *clk, struct clk *parent) | |||
| 1067 | 1067 | ||
| 1068 | old_parent = clk->parent; | 1068 | old_parent = clk->parent; |
| 1069 | 1069 | ||
| 1070 | /* find index of new parent clock using cached parent ptrs */ | 1070 | if (!clk->parents) |
| 1071 | if (clk->parents) | ||
| 1072 | for (i = 0; i < clk->num_parents; i++) | ||
| 1073 | if (clk->parents[i] == parent) | ||
| 1074 | break; | ||
| 1075 | else | ||
| 1076 | clk->parents = kzalloc((sizeof(struct clk*) * clk->num_parents), | 1071 | clk->parents = kzalloc((sizeof(struct clk*) * clk->num_parents), |
| 1077 | GFP_KERNEL); | 1072 | GFP_KERNEL); |
| 1078 | 1073 | ||
| 1079 | /* | 1074 | /* |
| 1080 | * find index of new parent clock using string name comparison | 1075 | * find index of new parent clock using cached parent ptrs, |
| 1081 | * also try to cache the parent to avoid future calls to __clk_lookup | 1076 | * or if not yet cached, use string name comparison and cache |
| 1077 | * them now to avoid future calls to __clk_lookup. | ||
| 1082 | */ | 1078 | */ |
| 1083 | if (i == clk->num_parents) | 1079 | for (i = 0; i < clk->num_parents; i++) { |
| 1084 | for (i = 0; i < clk->num_parents; i++) | 1080 | if (clk->parents && clk->parents[i] == parent) |
| 1085 | if (!strcmp(clk->parent_names[i], parent->name)) { | 1081 | break; |
| 1086 | if (clk->parents) | 1082 | else if (!strcmp(clk->parent_names[i], parent->name)) { |
| 1087 | clk->parents[i] = __clk_lookup(parent->name); | 1083 | if (clk->parents) |
| 1088 | break; | 1084 | clk->parents[i] = __clk_lookup(parent->name); |
| 1089 | } | 1085 | break; |
| 1086 | } | ||
| 1087 | } | ||
| 1090 | 1088 | ||
| 1091 | if (i == clk->num_parents) { | 1089 | if (i == clk->num_parents) { |
| 1092 | pr_debug("%s: clock %s is not a possible parent of clock %s\n", | 1090 | pr_debug("%s: clock %s is not a possible parent of clock %s\n", |
diff --git a/drivers/clk/spear/spear1310_clock.c b/drivers/clk/spear/spear1310_clock.c index 8f05652d53e6..0fcec2aae19c 100644 --- a/drivers/clk/spear/spear1310_clock.c +++ b/drivers/clk/spear/spear1310_clock.c | |||
| @@ -345,31 +345,30 @@ static struct frac_rate_tbl gen_rtbl[] = { | |||
| 345 | /* clock parents */ | 345 | /* clock parents */ |
| 346 | static const char *vco_parents[] = { "osc_24m_clk", "osc_25m_clk", }; | 346 | static const char *vco_parents[] = { "osc_24m_clk", "osc_25m_clk", }; |
| 347 | static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; | 347 | static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; |
| 348 | static const char *uart0_parents[] = { "pll5_clk", "uart_synth_gate_clk", }; | 348 | static const char *uart0_parents[] = { "pll5_clk", "uart_syn_gclk", }; |
| 349 | static const char *c3_parents[] = { "pll5_clk", "c3_synth_gate_clk", }; | 349 | static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; |
| 350 | static const char *gmac_phy_input_parents[] = { "gmii_125m_pad_clk", "pll2_clk", | 350 | static const char *gmac_phy_input_parents[] = { "gmii_pad_clk", "pll2_clk", |
| 351 | "osc_25m_clk", }; | 351 | "osc_25m_clk", }; |
| 352 | static const char *gmac_phy_parents[] = { "gmac_phy_input_mux_clk", | 352 | static const char *gmac_phy_parents[] = { "phy_input_mclk", "phy_syn_gclk", }; |
| 353 | "gmac_phy_synth_gate_clk", }; | ||
| 354 | static const char *clcd_synth_parents[] = { "vco1div4_clk", "pll2_clk", }; | 353 | static const char *clcd_synth_parents[] = { "vco1div4_clk", "pll2_clk", }; |
| 355 | static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_synth_clk", }; | 354 | static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; |
| 356 | static const char *i2s_src_parents[] = { "vco1div2_clk", "none", "pll3_clk", | 355 | static const char *i2s_src_parents[] = { "vco1div2_clk", "none", "pll3_clk", |
| 357 | "i2s_src_pad_clk", }; | 356 | "i2s_src_pad_clk", }; |
| 358 | static const char *i2s_ref_parents[] = { "i2s_src_mux_clk", "i2s_prs1_clk", }; | 357 | static const char *i2s_ref_parents[] = { "i2s_src_mclk", "i2s_prs1_clk", }; |
| 359 | static const char *gen_synth0_1_parents[] = { "vco1div4_clk", "vco3div2_clk", | 358 | static const char *gen_synth0_1_parents[] = { "vco1div4_clk", "vco3div2_clk", |
| 360 | "pll3_clk", }; | 359 | "pll3_clk", }; |
| 361 | static const char *gen_synth2_3_parents[] = { "vco1div4_clk", "vco3div2_clk", | 360 | static const char *gen_synth2_3_parents[] = { "vco1div4_clk", "vco3div2_clk", |
| 362 | "pll2_clk", }; | 361 | "pll2_clk", }; |
| 363 | static const char *rmii_phy_parents[] = { "ras_tx50_clk", "none", | 362 | static const char *rmii_phy_parents[] = { "ras_tx50_clk", "none", |
| 364 | "ras_pll2_clk", "ras_synth0_clk", }; | 363 | "ras_pll2_clk", "ras_syn0_clk", }; |
| 365 | static const char *smii_rgmii_phy_parents[] = { "none", "ras_tx125_clk", | 364 | static const char *smii_rgmii_phy_parents[] = { "none", "ras_tx125_clk", |
| 366 | "ras_pll2_clk", "ras_synth0_clk", }; | 365 | "ras_pll2_clk", "ras_syn0_clk", }; |
| 367 | static const char *uart_parents[] = { "ras_apb_clk", "gen_synth3_clk", }; | 366 | static const char *uart_parents[] = { "ras_apb_clk", "gen_syn3_clk", }; |
| 368 | static const char *i2c_parents[] = { "ras_apb_clk", "gen_synth1_clk", }; | 367 | static const char *i2c_parents[] = { "ras_apb_clk", "gen_syn1_clk", }; |
| 369 | static const char *ssp1_parents[] = { "ras_apb_clk", "gen_synth1_clk", | 368 | static const char *ssp1_parents[] = { "ras_apb_clk", "gen_syn1_clk", |
| 370 | "ras_plclk0_clk", }; | 369 | "ras_plclk0_clk", }; |
| 371 | static const char *pci_parents[] = { "ras_pll3_clk", "gen_synth2_clk", }; | 370 | static const char *pci_parents[] = { "ras_pll3_clk", "gen_syn2_clk", }; |
| 372 | static const char *tdm_parents[] = { "ras_pll3_clk", "gen_synth1_clk", }; | 371 | static const char *tdm_parents[] = { "ras_pll3_clk", "gen_syn1_clk", }; |
| 373 | 372 | ||
| 374 | void __init spear1310_clk_init(void) | 373 | void __init spear1310_clk_init(void) |
| 375 | { | 374 | { |
| @@ -390,9 +389,9 @@ void __init spear1310_clk_init(void) | |||
| 390 | 25000000); | 389 | 25000000); |
| 391 | clk_register_clkdev(clk, "osc_25m_clk", NULL); | 390 | clk_register_clkdev(clk, "osc_25m_clk", NULL); |
| 392 | 391 | ||
| 393 | clk = clk_register_fixed_rate(NULL, "gmii_125m_pad_clk", NULL, | 392 | clk = clk_register_fixed_rate(NULL, "gmii_pad_clk", NULL, CLK_IS_ROOT, |
| 394 | CLK_IS_ROOT, 125000000); | 393 | 125000000); |
| 395 | clk_register_clkdev(clk, "gmii_125m_pad_clk", NULL); | 394 | clk_register_clkdev(clk, "gmii_pad_clk", NULL); |
| 396 | 395 | ||
| 397 | clk = clk_register_fixed_rate(NULL, "i2s_src_pad_clk", NULL, | 396 | clk = clk_register_fixed_rate(NULL, "i2s_src_pad_clk", NULL, |
| 398 | CLK_IS_ROOT, 12288000); | 397 | CLK_IS_ROOT, 12288000); |
| @@ -406,34 +405,34 @@ void __init spear1310_clk_init(void) | |||
| 406 | 405 | ||
| 407 | /* clock derived from 24 or 25 MHz osc clk */ | 406 | /* clock derived from 24 or 25 MHz osc clk */ |
| 408 | /* vco-pll */ | 407 | /* vco-pll */ |
| 409 | clk = clk_register_mux(NULL, "vco1_mux_clk", vco_parents, | 408 | clk = clk_register_mux(NULL, "vco1_mclk", vco_parents, |
| 410 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, | 409 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, |
| 411 | SPEAR1310_PLL1_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, | 410 | SPEAR1310_PLL1_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, |
| 412 | &_lock); | 411 | &_lock); |
| 413 | clk_register_clkdev(clk, "vco1_mux_clk", NULL); | 412 | clk_register_clkdev(clk, "vco1_mclk", NULL); |
| 414 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "vco1_mux_clk", | 413 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "vco1_mclk", |
| 415 | 0, SPEAR1310_PLL1_CTR, SPEAR1310_PLL1_FRQ, pll_rtbl, | 414 | 0, SPEAR1310_PLL1_CTR, SPEAR1310_PLL1_FRQ, pll_rtbl, |
| 416 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 415 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 417 | clk_register_clkdev(clk, "vco1_clk", NULL); | 416 | clk_register_clkdev(clk, "vco1_clk", NULL); |
| 418 | clk_register_clkdev(clk1, "pll1_clk", NULL); | 417 | clk_register_clkdev(clk1, "pll1_clk", NULL); |
| 419 | 418 | ||
| 420 | clk = clk_register_mux(NULL, "vco2_mux_clk", vco_parents, | 419 | clk = clk_register_mux(NULL, "vco2_mclk", vco_parents, |
| 421 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, | 420 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, |
| 422 | SPEAR1310_PLL2_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, | 421 | SPEAR1310_PLL2_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, |
| 423 | &_lock); | 422 | &_lock); |
| 424 | clk_register_clkdev(clk, "vco2_mux_clk", NULL); | 423 | clk_register_clkdev(clk, "vco2_mclk", NULL); |
| 425 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, "vco2_mux_clk", | 424 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, "vco2_mclk", |
| 426 | 0, SPEAR1310_PLL2_CTR, SPEAR1310_PLL2_FRQ, pll_rtbl, | 425 | 0, SPEAR1310_PLL2_CTR, SPEAR1310_PLL2_FRQ, pll_rtbl, |
| 427 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 426 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 428 | clk_register_clkdev(clk, "vco2_clk", NULL); | 427 | clk_register_clkdev(clk, "vco2_clk", NULL); |
| 429 | clk_register_clkdev(clk1, "pll2_clk", NULL); | 428 | clk_register_clkdev(clk1, "pll2_clk", NULL); |
| 430 | 429 | ||
| 431 | clk = clk_register_mux(NULL, "vco3_mux_clk", vco_parents, | 430 | clk = clk_register_mux(NULL, "vco3_mclk", vco_parents, |
| 432 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, | 431 | ARRAY_SIZE(vco_parents), 0, SPEAR1310_PLL_CFG, |
| 433 | SPEAR1310_PLL3_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, | 432 | SPEAR1310_PLL3_CLK_SHIFT, SPEAR1310_PLL_CLK_MASK, 0, |
| 434 | &_lock); | 433 | &_lock); |
| 435 | clk_register_clkdev(clk, "vco3_mux_clk", NULL); | 434 | clk_register_clkdev(clk, "vco3_mclk", NULL); |
| 436 | clk = clk_register_vco_pll("vco3_clk", "pll3_clk", NULL, "vco3_mux_clk", | 435 | clk = clk_register_vco_pll("vco3_clk", "pll3_clk", NULL, "vco3_mclk", |
| 437 | 0, SPEAR1310_PLL3_CTR, SPEAR1310_PLL3_FRQ, pll_rtbl, | 436 | 0, SPEAR1310_PLL3_CTR, SPEAR1310_PLL3_FRQ, pll_rtbl, |
| 438 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 437 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 439 | clk_register_clkdev(clk, "vco3_clk", NULL); | 438 | clk_register_clkdev(clk, "vco3_clk", NULL); |
| @@ -473,7 +472,7 @@ void __init spear1310_clk_init(void) | |||
| 473 | /* peripherals */ | 472 | /* peripherals */ |
| 474 | clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, | 473 | clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, |
| 475 | 128); | 474 | 128); |
| 476 | clk = clk_register_gate(NULL, "thermal_gate_clk", "thermal_clk", 0, | 475 | clk = clk_register_gate(NULL, "thermal_gclk", "thermal_clk", 0, |
| 477 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_THSENS_CLK_ENB, 0, | 476 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_THSENS_CLK_ENB, 0, |
| 478 | &_lock); | 477 | &_lock); |
| 479 | clk_register_clkdev(clk, NULL, "spear_thermal"); | 478 | clk_register_clkdev(clk, NULL, "spear_thermal"); |
| @@ -500,177 +499,176 @@ void __init spear1310_clk_init(void) | |||
| 500 | clk_register_clkdev(clk, "apb_clk", NULL); | 499 | clk_register_clkdev(clk, "apb_clk", NULL); |
| 501 | 500 | ||
| 502 | /* gpt clocks */ | 501 | /* gpt clocks */ |
| 503 | clk = clk_register_mux(NULL, "gpt0_mux_clk", gpt_parents, | 502 | clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, |
| 504 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 503 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 505 | SPEAR1310_GPT0_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, | 504 | SPEAR1310_GPT0_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, |
| 506 | &_lock); | 505 | &_lock); |
| 507 | clk_register_clkdev(clk, "gpt0_mux_clk", NULL); | 506 | clk_register_clkdev(clk, "gpt0_mclk", NULL); |
| 508 | clk = clk_register_gate(NULL, "gpt0_clk", "gpt0_mux_clk", 0, | 507 | clk = clk_register_gate(NULL, "gpt0_clk", "gpt0_mclk", 0, |
| 509 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_GPT0_CLK_ENB, 0, | 508 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_GPT0_CLK_ENB, 0, |
| 510 | &_lock); | 509 | &_lock); |
| 511 | clk_register_clkdev(clk, NULL, "gpt0"); | 510 | clk_register_clkdev(clk, NULL, "gpt0"); |
| 512 | 511 | ||
| 513 | clk = clk_register_mux(NULL, "gpt1_mux_clk", gpt_parents, | 512 | clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, |
| 514 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 513 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 515 | SPEAR1310_GPT1_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, | 514 | SPEAR1310_GPT1_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, |
| 516 | &_lock); | 515 | &_lock); |
| 517 | clk_register_clkdev(clk, "gpt1_mux_clk", NULL); | 516 | clk_register_clkdev(clk, "gpt1_mclk", NULL); |
| 518 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mux_clk", 0, | 517 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mclk", 0, |
| 519 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_GPT1_CLK_ENB, 0, | 518 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_GPT1_CLK_ENB, 0, |
| 520 | &_lock); | 519 | &_lock); |
| 521 | clk_register_clkdev(clk, NULL, "gpt1"); | 520 | clk_register_clkdev(clk, NULL, "gpt1"); |
| 522 | 521 | ||
| 523 | clk = clk_register_mux(NULL, "gpt2_mux_clk", gpt_parents, | 522 | clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, |
| 524 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 523 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 525 | SPEAR1310_GPT2_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, | 524 | SPEAR1310_GPT2_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, |
| 526 | &_lock); | 525 | &_lock); |
| 527 | clk_register_clkdev(clk, "gpt2_mux_clk", NULL); | 526 | clk_register_clkdev(clk, "gpt2_mclk", NULL); |
| 528 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mux_clk", 0, | 527 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mclk", 0, |
| 529 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_GPT2_CLK_ENB, 0, | 528 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_GPT2_CLK_ENB, 0, |
| 530 | &_lock); | 529 | &_lock); |
| 531 | clk_register_clkdev(clk, NULL, "gpt2"); | 530 | clk_register_clkdev(clk, NULL, "gpt2"); |
| 532 | 531 | ||
| 533 | clk = clk_register_mux(NULL, "gpt3_mux_clk", gpt_parents, | 532 | clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, |
| 534 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 533 | ARRAY_SIZE(gpt_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 535 | SPEAR1310_GPT3_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, | 534 | SPEAR1310_GPT3_CLK_SHIFT, SPEAR1310_GPT_CLK_MASK, 0, |
| 536 | &_lock); | 535 | &_lock); |
| 537 | clk_register_clkdev(clk, "gpt3_mux_clk", NULL); | 536 | clk_register_clkdev(clk, "gpt3_mclk", NULL); |
| 538 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mux_clk", 0, | 537 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mclk", 0, |
| 539 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_GPT3_CLK_ENB, 0, | 538 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_GPT3_CLK_ENB, 0, |
| 540 | &_lock); | 539 | &_lock); |
| 541 | clk_register_clkdev(clk, NULL, "gpt3"); | 540 | clk_register_clkdev(clk, NULL, "gpt3"); |
| 542 | 541 | ||
| 543 | /* others */ | 542 | /* others */ |
| 544 | clk = clk_register_aux("uart_synth_clk", "uart_synth_gate_clk", | 543 | clk = clk_register_aux("uart_syn_clk", "uart_syn_gclk", "vco1div2_clk", |
| 545 | "vco1div2_clk", 0, SPEAR1310_UART_CLK_SYNT, NULL, | 544 | 0, SPEAR1310_UART_CLK_SYNT, NULL, aux_rtbl, |
| 546 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 545 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 547 | clk_register_clkdev(clk, "uart_synth_clk", NULL); | 546 | clk_register_clkdev(clk, "uart_syn_clk", NULL); |
| 548 | clk_register_clkdev(clk1, "uart_synth_gate_clk", NULL); | 547 | clk_register_clkdev(clk1, "uart_syn_gclk", NULL); |
| 549 | 548 | ||
| 550 | clk = clk_register_mux(NULL, "uart0_mux_clk", uart0_parents, | 549 | clk = clk_register_mux(NULL, "uart0_mclk", uart0_parents, |
| 551 | ARRAY_SIZE(uart0_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 550 | ARRAY_SIZE(uart0_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 552 | SPEAR1310_UART_CLK_SHIFT, SPEAR1310_UART_CLK_MASK, 0, | 551 | SPEAR1310_UART_CLK_SHIFT, SPEAR1310_UART_CLK_MASK, 0, |
| 553 | &_lock); | 552 | &_lock); |
| 554 | clk_register_clkdev(clk, "uart0_mux_clk", NULL); | 553 | clk_register_clkdev(clk, "uart0_mclk", NULL); |
| 555 | 554 | ||
| 556 | clk = clk_register_gate(NULL, "uart0_clk", "uart0_mux_clk", 0, | 555 | clk = clk_register_gate(NULL, "uart0_clk", "uart0_mclk", 0, |
| 557 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_UART_CLK_ENB, 0, | 556 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_UART_CLK_ENB, 0, |
| 558 | &_lock); | 557 | &_lock); |
| 559 | clk_register_clkdev(clk, NULL, "e0000000.serial"); | 558 | clk_register_clkdev(clk, NULL, "e0000000.serial"); |
| 560 | 559 | ||
| 561 | clk = clk_register_aux("sdhci_synth_clk", "sdhci_synth_gate_clk", | 560 | clk = clk_register_aux("sdhci_syn_clk", "sdhci_syn_gclk", |
| 562 | "vco1div2_clk", 0, SPEAR1310_SDHCI_CLK_SYNT, NULL, | 561 | "vco1div2_clk", 0, SPEAR1310_SDHCI_CLK_SYNT, NULL, |
| 563 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 562 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 564 | clk_register_clkdev(clk, "sdhci_synth_clk", NULL); | 563 | clk_register_clkdev(clk, "sdhci_syn_clk", NULL); |
| 565 | clk_register_clkdev(clk1, "sdhci_synth_gate_clk", NULL); | 564 | clk_register_clkdev(clk1, "sdhci_syn_gclk", NULL); |
| 566 | 565 | ||
| 567 | clk = clk_register_gate(NULL, "sdhci_clk", "sdhci_synth_gate_clk", 0, | 566 | clk = clk_register_gate(NULL, "sdhci_clk", "sdhci_syn_gclk", 0, |
| 568 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_SDHCI_CLK_ENB, 0, | 567 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_SDHCI_CLK_ENB, 0, |
| 569 | &_lock); | 568 | &_lock); |
| 570 | clk_register_clkdev(clk, NULL, "b3000000.sdhci"); | 569 | clk_register_clkdev(clk, NULL, "b3000000.sdhci"); |
| 571 | 570 | ||
| 572 | clk = clk_register_aux("cfxd_synth_clk", "cfxd_synth_gate_clk", | 571 | clk = clk_register_aux("cfxd_syn_clk", "cfxd_syn_gclk", "vco1div2_clk", |
| 573 | "vco1div2_clk", 0, SPEAR1310_CFXD_CLK_SYNT, NULL, | 572 | 0, SPEAR1310_CFXD_CLK_SYNT, NULL, aux_rtbl, |
| 574 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 573 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 575 | clk_register_clkdev(clk, "cfxd_synth_clk", NULL); | 574 | clk_register_clkdev(clk, "cfxd_syn_clk", NULL); |
| 576 | clk_register_clkdev(clk1, "cfxd_synth_gate_clk", NULL); | 575 | clk_register_clkdev(clk1, "cfxd_syn_gclk", NULL); |
| 577 | 576 | ||
| 578 | clk = clk_register_gate(NULL, "cfxd_clk", "cfxd_synth_gate_clk", 0, | 577 | clk = clk_register_gate(NULL, "cfxd_clk", "cfxd_syn_gclk", 0, |
| 579 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_CFXD_CLK_ENB, 0, | 578 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_CFXD_CLK_ENB, 0, |
| 580 | &_lock); | 579 | &_lock); |
| 581 | clk_register_clkdev(clk, NULL, "b2800000.cf"); | 580 | clk_register_clkdev(clk, NULL, "b2800000.cf"); |
| 582 | clk_register_clkdev(clk, NULL, "arasan_xd"); | 581 | clk_register_clkdev(clk, NULL, "arasan_xd"); |
| 583 | 582 | ||
| 584 | clk = clk_register_aux("c3_synth_clk", "c3_synth_gate_clk", | 583 | clk = clk_register_aux("c3_syn_clk", "c3_syn_gclk", "vco1div2_clk", |
| 585 | "vco1div2_clk", 0, SPEAR1310_C3_CLK_SYNT, NULL, | 584 | 0, SPEAR1310_C3_CLK_SYNT, NULL, aux_rtbl, |
| 586 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 585 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 587 | clk_register_clkdev(clk, "c3_synth_clk", NULL); | 586 | clk_register_clkdev(clk, "c3_syn_clk", NULL); |
| 588 | clk_register_clkdev(clk1, "c3_synth_gate_clk", NULL); | 587 | clk_register_clkdev(clk1, "c3_syn_gclk", NULL); |
| 589 | 588 | ||
| 590 | clk = clk_register_mux(NULL, "c3_mux_clk", c3_parents, | 589 | clk = clk_register_mux(NULL, "c3_mclk", c3_parents, |
| 591 | ARRAY_SIZE(c3_parents), 0, SPEAR1310_PERIP_CLK_CFG, | 590 | ARRAY_SIZE(c3_parents), 0, SPEAR1310_PERIP_CLK_CFG, |
| 592 | SPEAR1310_C3_CLK_SHIFT, SPEAR1310_C3_CLK_MASK, 0, | 591 | SPEAR1310_C3_CLK_SHIFT, SPEAR1310_C3_CLK_MASK, 0, |
| 593 | &_lock); | 592 | &_lock); |
| 594 | clk_register_clkdev(clk, "c3_mux_clk", NULL); | 593 | clk_register_clkdev(clk, "c3_mclk", NULL); |
| 595 | 594 | ||
| 596 | clk = clk_register_gate(NULL, "c3_clk", "c3_mux_clk", 0, | 595 | clk = clk_register_gate(NULL, "c3_clk", "c3_mclk", 0, |
| 597 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_C3_CLK_ENB, 0, | 596 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_C3_CLK_ENB, 0, |
| 598 | &_lock); | 597 | &_lock); |
| 599 | clk_register_clkdev(clk, NULL, "c3"); | 598 | clk_register_clkdev(clk, NULL, "c3"); |
| 600 | 599 | ||
| 601 | /* gmac */ | 600 | /* gmac */ |
| 602 | clk = clk_register_mux(NULL, "gmac_phy_input_mux_clk", | 601 | clk = clk_register_mux(NULL, "phy_input_mclk", gmac_phy_input_parents, |
| 603 | gmac_phy_input_parents, | ||
| 604 | ARRAY_SIZE(gmac_phy_input_parents), 0, | 602 | ARRAY_SIZE(gmac_phy_input_parents), 0, |
| 605 | SPEAR1310_GMAC_CLK_CFG, | 603 | SPEAR1310_GMAC_CLK_CFG, |
| 606 | SPEAR1310_GMAC_PHY_INPUT_CLK_SHIFT, | 604 | SPEAR1310_GMAC_PHY_INPUT_CLK_SHIFT, |
| 607 | SPEAR1310_GMAC_PHY_INPUT_CLK_MASK, 0, &_lock); | 605 | SPEAR1310_GMAC_PHY_INPUT_CLK_MASK, 0, &_lock); |
| 608 | clk_register_clkdev(clk, "gmac_phy_input_mux_clk", NULL); | 606 | clk_register_clkdev(clk, "phy_input_mclk", NULL); |
| 609 | 607 | ||
| 610 | clk = clk_register_aux("gmac_phy_synth_clk", "gmac_phy_synth_gate_clk", | 608 | clk = clk_register_aux("phy_syn_clk", "phy_syn_gclk", "phy_input_mclk", |
| 611 | "gmac_phy_input_mux_clk", 0, SPEAR1310_GMAC_CLK_SYNT, | 609 | 0, SPEAR1310_GMAC_CLK_SYNT, NULL, gmac_rtbl, |
| 612 | NULL, gmac_rtbl, ARRAY_SIZE(gmac_rtbl), &_lock, &clk1); | 610 | ARRAY_SIZE(gmac_rtbl), &_lock, &clk1); |
| 613 | clk_register_clkdev(clk, "gmac_phy_synth_clk", NULL); | 611 | clk_register_clkdev(clk, "phy_syn_clk", NULL); |
| 614 | clk_register_clkdev(clk1, "gmac_phy_synth_gate_clk", NULL); | 612 | clk_register_clkdev(clk1, "phy_syn_gclk", NULL); |
| 615 | 613 | ||
| 616 | clk = clk_register_mux(NULL, "gmac_phy_mux_clk", gmac_phy_parents, | 614 | clk = clk_register_mux(NULL, "phy_mclk", gmac_phy_parents, |
| 617 | ARRAY_SIZE(gmac_phy_parents), 0, | 615 | ARRAY_SIZE(gmac_phy_parents), 0, |
| 618 | SPEAR1310_PERIP_CLK_CFG, SPEAR1310_GMAC_PHY_CLK_SHIFT, | 616 | SPEAR1310_PERIP_CLK_CFG, SPEAR1310_GMAC_PHY_CLK_SHIFT, |
| 619 | SPEAR1310_GMAC_PHY_CLK_MASK, 0, &_lock); | 617 | SPEAR1310_GMAC_PHY_CLK_MASK, 0, &_lock); |
| 620 | clk_register_clkdev(clk, NULL, "stmmacphy.0"); | 618 | clk_register_clkdev(clk, NULL, "stmmacphy.0"); |
| 621 | 619 | ||
| 622 | /* clcd */ | 620 | /* clcd */ |
| 623 | clk = clk_register_mux(NULL, "clcd_synth_mux_clk", clcd_synth_parents, | 621 | clk = clk_register_mux(NULL, "clcd_syn_mclk", clcd_synth_parents, |
| 624 | ARRAY_SIZE(clcd_synth_parents), 0, | 622 | ARRAY_SIZE(clcd_synth_parents), 0, |
| 625 | SPEAR1310_CLCD_CLK_SYNT, SPEAR1310_CLCD_SYNT_CLK_SHIFT, | 623 | SPEAR1310_CLCD_CLK_SYNT, SPEAR1310_CLCD_SYNT_CLK_SHIFT, |
| 626 | SPEAR1310_CLCD_SYNT_CLK_MASK, 0, &_lock); | 624 | SPEAR1310_CLCD_SYNT_CLK_MASK, 0, &_lock); |
| 627 | clk_register_clkdev(clk, "clcd_synth_mux_clk", NULL); | 625 | clk_register_clkdev(clk, "clcd_syn_mclk", NULL); |
| 628 | 626 | ||
| 629 | clk = clk_register_frac("clcd_synth_clk", "clcd_synth_mux_clk", 0, | 627 | clk = clk_register_frac("clcd_syn_clk", "clcd_syn_mclk", 0, |
| 630 | SPEAR1310_CLCD_CLK_SYNT, clcd_rtbl, | 628 | SPEAR1310_CLCD_CLK_SYNT, clcd_rtbl, |
| 631 | ARRAY_SIZE(clcd_rtbl), &_lock); | 629 | ARRAY_SIZE(clcd_rtbl), &_lock); |
| 632 | clk_register_clkdev(clk, "clcd_synth_clk", NULL); | 630 | clk_register_clkdev(clk, "clcd_syn_clk", NULL); |
| 633 | 631 | ||
| 634 | clk = clk_register_mux(NULL, "clcd_pixel_mux_clk", clcd_pixel_parents, | 632 | clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, |
| 635 | ARRAY_SIZE(clcd_pixel_parents), 0, | 633 | ARRAY_SIZE(clcd_pixel_parents), 0, |
| 636 | SPEAR1310_PERIP_CLK_CFG, SPEAR1310_CLCD_CLK_SHIFT, | 634 | SPEAR1310_PERIP_CLK_CFG, SPEAR1310_CLCD_CLK_SHIFT, |
| 637 | SPEAR1310_CLCD_CLK_MASK, 0, &_lock); | 635 | SPEAR1310_CLCD_CLK_MASK, 0, &_lock); |
| 638 | clk_register_clkdev(clk, "clcd_pixel_clk", NULL); | 636 | clk_register_clkdev(clk, "clcd_pixel_clk", NULL); |
| 639 | 637 | ||
| 640 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_pixel_mux_clk", 0, | 638 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_pixel_mclk", 0, |
| 641 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_CLCD_CLK_ENB, 0, | 639 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_CLCD_CLK_ENB, 0, |
| 642 | &_lock); | 640 | &_lock); |
| 643 | clk_register_clkdev(clk, "clcd_clk", NULL); | 641 | clk_register_clkdev(clk, "clcd_clk", NULL); |
| 644 | 642 | ||
| 645 | /* i2s */ | 643 | /* i2s */ |
| 646 | clk = clk_register_mux(NULL, "i2s_src_mux_clk", i2s_src_parents, | 644 | clk = clk_register_mux(NULL, "i2s_src_mclk", i2s_src_parents, |
| 647 | ARRAY_SIZE(i2s_src_parents), 0, SPEAR1310_I2S_CLK_CFG, | 645 | ARRAY_SIZE(i2s_src_parents), 0, SPEAR1310_I2S_CLK_CFG, |
| 648 | SPEAR1310_I2S_SRC_CLK_SHIFT, SPEAR1310_I2S_SRC_CLK_MASK, | 646 | SPEAR1310_I2S_SRC_CLK_SHIFT, SPEAR1310_I2S_SRC_CLK_MASK, |
| 649 | 0, &_lock); | 647 | 0, &_lock); |
| 650 | clk_register_clkdev(clk, "i2s_src_clk", NULL); | 648 | clk_register_clkdev(clk, "i2s_src_clk", NULL); |
| 651 | 649 | ||
| 652 | clk = clk_register_aux("i2s_prs1_clk", NULL, "i2s_src_mux_clk", 0, | 650 | clk = clk_register_aux("i2s_prs1_clk", NULL, "i2s_src_mclk", 0, |
| 653 | SPEAR1310_I2S_CLK_CFG, &i2s_prs1_masks, i2s_prs1_rtbl, | 651 | SPEAR1310_I2S_CLK_CFG, &i2s_prs1_masks, i2s_prs1_rtbl, |
| 654 | ARRAY_SIZE(i2s_prs1_rtbl), &_lock, NULL); | 652 | ARRAY_SIZE(i2s_prs1_rtbl), &_lock, NULL); |
| 655 | clk_register_clkdev(clk, "i2s_prs1_clk", NULL); | 653 | clk_register_clkdev(clk, "i2s_prs1_clk", NULL); |
| 656 | 654 | ||
| 657 | clk = clk_register_mux(NULL, "i2s_ref_mux_clk", i2s_ref_parents, | 655 | clk = clk_register_mux(NULL, "i2s_ref_mclk", i2s_ref_parents, |
| 658 | ARRAY_SIZE(i2s_ref_parents), 0, SPEAR1310_I2S_CLK_CFG, | 656 | ARRAY_SIZE(i2s_ref_parents), 0, SPEAR1310_I2S_CLK_CFG, |
| 659 | SPEAR1310_I2S_REF_SHIFT, SPEAR1310_I2S_REF_SEL_MASK, 0, | 657 | SPEAR1310_I2S_REF_SHIFT, SPEAR1310_I2S_REF_SEL_MASK, 0, |
| 660 | &_lock); | 658 | &_lock); |
| 661 | clk_register_clkdev(clk, "i2s_ref_clk", NULL); | 659 | clk_register_clkdev(clk, "i2s_ref_clk", NULL); |
| 662 | 660 | ||
| 663 | clk = clk_register_gate(NULL, "i2s_ref_pad_clk", "i2s_ref_mux_clk", 0, | 661 | clk = clk_register_gate(NULL, "i2s_ref_pad_clk", "i2s_ref_mclk", 0, |
| 664 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_I2S_REF_PAD_CLK_ENB, | 662 | SPEAR1310_PERIP2_CLK_ENB, SPEAR1310_I2S_REF_PAD_CLK_ENB, |
| 665 | 0, &_lock); | 663 | 0, &_lock); |
| 666 | clk_register_clkdev(clk, "i2s_ref_pad_clk", NULL); | 664 | clk_register_clkdev(clk, "i2s_ref_pad_clk", NULL); |
| 667 | 665 | ||
| 668 | clk = clk_register_aux("i2s_sclk_clk", "i2s_sclk_gate_clk", | 666 | clk = clk_register_aux("i2s_sclk_clk", "i2s_sclk_gclk", |
| 669 | "i2s_ref_pad_clk", 0, SPEAR1310_I2S_CLK_CFG, | 667 | "i2s_ref_pad_clk", 0, SPEAR1310_I2S_CLK_CFG, |
| 670 | &i2s_sclk_masks, i2s_sclk_rtbl, | 668 | &i2s_sclk_masks, i2s_sclk_rtbl, |
| 671 | ARRAY_SIZE(i2s_sclk_rtbl), &_lock, &clk1); | 669 | ARRAY_SIZE(i2s_sclk_rtbl), &_lock, &clk1); |
| 672 | clk_register_clkdev(clk, "i2s_sclk_clk", NULL); | 670 | clk_register_clkdev(clk, "i2s_sclk_clk", NULL); |
| 673 | clk_register_clkdev(clk1, "i2s_sclk_gate_clk", NULL); | 671 | clk_register_clkdev(clk1, "i2s_sclk_gclk", NULL); |
| 674 | 672 | ||
| 675 | /* clock derived from ahb clk */ | 673 | /* clock derived from ahb clk */ |
| 676 | clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, | 674 | clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, |
| @@ -747,13 +745,13 @@ void __init spear1310_clk_init(void) | |||
| 747 | &_lock); | 745 | &_lock); |
| 748 | clk_register_clkdev(clk, "sysram1_clk", NULL); | 746 | clk_register_clkdev(clk, "sysram1_clk", NULL); |
| 749 | 747 | ||
| 750 | clk = clk_register_aux("adc_synth_clk", "adc_synth_gate_clk", "ahb_clk", | 748 | clk = clk_register_aux("adc_syn_clk", "adc_syn_gclk", "ahb_clk", |
| 751 | 0, SPEAR1310_ADC_CLK_SYNT, NULL, adc_rtbl, | 749 | 0, SPEAR1310_ADC_CLK_SYNT, NULL, adc_rtbl, |
| 752 | ARRAY_SIZE(adc_rtbl), &_lock, &clk1); | 750 | ARRAY_SIZE(adc_rtbl), &_lock, &clk1); |
| 753 | clk_register_clkdev(clk, "adc_synth_clk", NULL); | 751 | clk_register_clkdev(clk, "adc_syn_clk", NULL); |
| 754 | clk_register_clkdev(clk1, "adc_synth_gate_clk", NULL); | 752 | clk_register_clkdev(clk1, "adc_syn_gclk", NULL); |
| 755 | 753 | ||
| 756 | clk = clk_register_gate(NULL, "adc_clk", "adc_synth_gate_clk", 0, | 754 | clk = clk_register_gate(NULL, "adc_clk", "adc_syn_gclk", 0, |
| 757 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_ADC_CLK_ENB, 0, | 755 | SPEAR1310_PERIP1_CLK_ENB, SPEAR1310_ADC_CLK_ENB, 0, |
| 758 | &_lock); | 756 | &_lock); |
| 759 | clk_register_clkdev(clk, NULL, "adc_clk"); | 757 | clk_register_clkdev(clk, NULL, "adc_clk"); |
| @@ -790,37 +788,37 @@ void __init spear1310_clk_init(void) | |||
| 790 | clk_register_clkdev(clk, NULL, "e0300000.kbd"); | 788 | clk_register_clkdev(clk, NULL, "e0300000.kbd"); |
| 791 | 789 | ||
| 792 | /* RAS clks */ | 790 | /* RAS clks */ |
| 793 | clk = clk_register_mux(NULL, "gen_synth0_1_mux_clk", | 791 | clk = clk_register_mux(NULL, "gen_syn0_1_mclk", gen_synth0_1_parents, |
| 794 | gen_synth0_1_parents, ARRAY_SIZE(gen_synth0_1_parents), | 792 | ARRAY_SIZE(gen_synth0_1_parents), 0, SPEAR1310_PLL_CFG, |
| 795 | 0, SPEAR1310_PLL_CFG, SPEAR1310_RAS_SYNT0_1_CLK_SHIFT, | 793 | SPEAR1310_RAS_SYNT0_1_CLK_SHIFT, |
| 796 | SPEAR1310_RAS_SYNT_CLK_MASK, 0, &_lock); | 794 | SPEAR1310_RAS_SYNT_CLK_MASK, 0, &_lock); |
| 797 | clk_register_clkdev(clk, "gen_synth0_1_clk", NULL); | 795 | clk_register_clkdev(clk, "gen_syn0_1_clk", NULL); |
| 798 | 796 | ||
| 799 | clk = clk_register_mux(NULL, "gen_synth2_3_mux_clk", | 797 | clk = clk_register_mux(NULL, "gen_syn2_3_mclk", gen_synth2_3_parents, |
| 800 | gen_synth2_3_parents, ARRAY_SIZE(gen_synth2_3_parents), | 798 | ARRAY_SIZE(gen_synth2_3_parents), 0, SPEAR1310_PLL_CFG, |
| 801 | 0, SPEAR1310_PLL_CFG, SPEAR1310_RAS_SYNT2_3_CLK_SHIFT, | 799 | SPEAR1310_RAS_SYNT2_3_CLK_SHIFT, |
| 802 | SPEAR1310_RAS_SYNT_CLK_MASK, 0, &_lock); | 800 | SPEAR1310_RAS_SYNT_CLK_MASK, 0, &_lock); |
| 803 | clk_register_clkdev(clk, "gen_synth2_3_clk", NULL); | 801 | clk_register_clkdev(clk, "gen_syn2_3_clk", NULL); |
| 804 | 802 | ||
| 805 | clk = clk_register_frac("gen_synth0_clk", "gen_synth0_1_clk", 0, | 803 | clk = clk_register_frac("gen_syn0_clk", "gen_syn0_1_clk", 0, |
| 806 | SPEAR1310_RAS_CLK_SYNT0, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 804 | SPEAR1310_RAS_CLK_SYNT0, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 807 | &_lock); | 805 | &_lock); |
| 808 | clk_register_clkdev(clk, "gen_synth0_clk", NULL); | 806 | clk_register_clkdev(clk, "gen_syn0_clk", NULL); |
| 809 | 807 | ||
| 810 | clk = clk_register_frac("gen_synth1_clk", "gen_synth0_1_clk", 0, | 808 | clk = clk_register_frac("gen_syn1_clk", "gen_syn0_1_clk", 0, |
| 811 | SPEAR1310_RAS_CLK_SYNT1, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 809 | SPEAR1310_RAS_CLK_SYNT1, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 812 | &_lock); | 810 | &_lock); |
| 813 | clk_register_clkdev(clk, "gen_synth1_clk", NULL); | 811 | clk_register_clkdev(clk, "gen_syn1_clk", NULL); |
| 814 | 812 | ||
| 815 | clk = clk_register_frac("gen_synth2_clk", "gen_synth2_3_clk", 0, | 813 | clk = clk_register_frac("gen_syn2_clk", "gen_syn2_3_clk", 0, |
| 816 | SPEAR1310_RAS_CLK_SYNT2, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 814 | SPEAR1310_RAS_CLK_SYNT2, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 817 | &_lock); | 815 | &_lock); |
| 818 | clk_register_clkdev(clk, "gen_synth2_clk", NULL); | 816 | clk_register_clkdev(clk, "gen_syn2_clk", NULL); |
| 819 | 817 | ||
| 820 | clk = clk_register_frac("gen_synth3_clk", "gen_synth2_3_clk", 0, | 818 | clk = clk_register_frac("gen_syn3_clk", "gen_syn2_3_clk", 0, |
| 821 | SPEAR1310_RAS_CLK_SYNT3, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 819 | SPEAR1310_RAS_CLK_SYNT3, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 822 | &_lock); | 820 | &_lock); |
| 823 | clk_register_clkdev(clk, "gen_synth3_clk", NULL); | 821 | clk_register_clkdev(clk, "gen_syn3_clk", NULL); |
| 824 | 822 | ||
| 825 | clk = clk_register_gate(NULL, "ras_osc_24m_clk", "osc_24m_clk", 0, | 823 | clk = clk_register_gate(NULL, "ras_osc_24m_clk", "osc_24m_clk", 0, |
| 826 | SPEAR1310_RAS_CLK_ENB, SPEAR1310_OSC_24M_CLK_ENB, 0, | 824 | SPEAR1310_RAS_CLK_ENB, SPEAR1310_OSC_24M_CLK_ENB, 0, |
| @@ -847,7 +845,7 @@ void __init spear1310_clk_init(void) | |||
| 847 | &_lock); | 845 | &_lock); |
| 848 | clk_register_clkdev(clk, "ras_pll3_clk", NULL); | 846 | clk_register_clkdev(clk, "ras_pll3_clk", NULL); |
| 849 | 847 | ||
| 850 | clk = clk_register_gate(NULL, "ras_tx125_clk", "gmii_125m_pad_clk", 0, | 848 | clk = clk_register_gate(NULL, "ras_tx125_clk", "gmii_pad_clk", 0, |
| 851 | SPEAR1310_RAS_CLK_ENB, SPEAR1310_C125M_PAD_CLK_ENB, 0, | 849 | SPEAR1310_RAS_CLK_ENB, SPEAR1310_C125M_PAD_CLK_ENB, 0, |
| 852 | &_lock); | 850 | &_lock); |
| 853 | clk_register_clkdev(clk, "ras_tx125_clk", NULL); | 851 | clk_register_clkdev(clk, "ras_tx125_clk", NULL); |
| @@ -912,7 +910,7 @@ void __init spear1310_clk_init(void) | |||
| 912 | &_lock); | 910 | &_lock); |
| 913 | clk_register_clkdev(clk, NULL, "5c700000.eth"); | 911 | clk_register_clkdev(clk, NULL, "5c700000.eth"); |
| 914 | 912 | ||
| 915 | clk = clk_register_mux(NULL, "smii_rgmii_phy_mux_clk", | 913 | clk = clk_register_mux(NULL, "smii_rgmii_phy_mclk", |
| 916 | smii_rgmii_phy_parents, | 914 | smii_rgmii_phy_parents, |
| 917 | ARRAY_SIZE(smii_rgmii_phy_parents), 0, | 915 | ARRAY_SIZE(smii_rgmii_phy_parents), 0, |
| 918 | SPEAR1310_RAS_CTRL_REG1, | 916 | SPEAR1310_RAS_CTRL_REG1, |
| @@ -922,184 +920,184 @@ void __init spear1310_clk_init(void) | |||
| 922 | clk_register_clkdev(clk, NULL, "stmmacphy.2"); | 920 | clk_register_clkdev(clk, NULL, "stmmacphy.2"); |
| 923 | clk_register_clkdev(clk, NULL, "stmmacphy.4"); | 921 | clk_register_clkdev(clk, NULL, "stmmacphy.4"); |
| 924 | 922 | ||
| 925 | clk = clk_register_mux(NULL, "rmii_phy_mux_clk", rmii_phy_parents, | 923 | clk = clk_register_mux(NULL, "rmii_phy_mclk", rmii_phy_parents, |
| 926 | ARRAY_SIZE(rmii_phy_parents), 0, | 924 | ARRAY_SIZE(rmii_phy_parents), 0, |
| 927 | SPEAR1310_RAS_CTRL_REG1, SPEAR1310_RMII_PHY_CLK_SHIFT, | 925 | SPEAR1310_RAS_CTRL_REG1, SPEAR1310_RMII_PHY_CLK_SHIFT, |
| 928 | SPEAR1310_PHY_CLK_MASK, 0, &_lock); | 926 | SPEAR1310_PHY_CLK_MASK, 0, &_lock); |
| 929 | clk_register_clkdev(clk, NULL, "stmmacphy.3"); | 927 | clk_register_clkdev(clk, NULL, "stmmacphy.3"); |
| 930 | 928 | ||
| 931 | clk = clk_register_mux(NULL, "uart1_mux_clk", uart_parents, | 929 | clk = clk_register_mux(NULL, "uart1_mclk", uart_parents, |
| 932 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 930 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 933 | SPEAR1310_UART1_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, | 931 | SPEAR1310_UART1_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, |
| 934 | 0, &_lock); | 932 | 0, &_lock); |
| 935 | clk_register_clkdev(clk, "uart1_mux_clk", NULL); | 933 | clk_register_clkdev(clk, "uart1_mclk", NULL); |
| 936 | 934 | ||
| 937 | clk = clk_register_gate(NULL, "uart1_clk", "uart1_mux_clk", 0, | 935 | clk = clk_register_gate(NULL, "uart1_clk", "uart1_mclk", 0, |
| 938 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART1_CLK_ENB, 0, | 936 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART1_CLK_ENB, 0, |
| 939 | &_lock); | 937 | &_lock); |
| 940 | clk_register_clkdev(clk, NULL, "5c800000.serial"); | 938 | clk_register_clkdev(clk, NULL, "5c800000.serial"); |
| 941 | 939 | ||
| 942 | clk = clk_register_mux(NULL, "uart2_mux_clk", uart_parents, | 940 | clk = clk_register_mux(NULL, "uart2_mclk", uart_parents, |
| 943 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 941 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 944 | SPEAR1310_UART2_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, | 942 | SPEAR1310_UART2_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, |
| 945 | 0, &_lock); | 943 | 0, &_lock); |
| 946 | clk_register_clkdev(clk, "uart2_mux_clk", NULL); | 944 | clk_register_clkdev(clk, "uart2_mclk", NULL); |
| 947 | 945 | ||
| 948 | clk = clk_register_gate(NULL, "uart2_clk", "uart2_mux_clk", 0, | 946 | clk = clk_register_gate(NULL, "uart2_clk", "uart2_mclk", 0, |
| 949 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART2_CLK_ENB, 0, | 947 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART2_CLK_ENB, 0, |
| 950 | &_lock); | 948 | &_lock); |
| 951 | clk_register_clkdev(clk, NULL, "5c900000.serial"); | 949 | clk_register_clkdev(clk, NULL, "5c900000.serial"); |
| 952 | 950 | ||
| 953 | clk = clk_register_mux(NULL, "uart3_mux_clk", uart_parents, | 951 | clk = clk_register_mux(NULL, "uart3_mclk", uart_parents, |
| 954 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 952 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 955 | SPEAR1310_UART3_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, | 953 | SPEAR1310_UART3_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, |
| 956 | 0, &_lock); | 954 | 0, &_lock); |
| 957 | clk_register_clkdev(clk, "uart3_mux_clk", NULL); | 955 | clk_register_clkdev(clk, "uart3_mclk", NULL); |
| 958 | 956 | ||
| 959 | clk = clk_register_gate(NULL, "uart3_clk", "uart3_mux_clk", 0, | 957 | clk = clk_register_gate(NULL, "uart3_clk", "uart3_mclk", 0, |
| 960 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART3_CLK_ENB, 0, | 958 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART3_CLK_ENB, 0, |
| 961 | &_lock); | 959 | &_lock); |
| 962 | clk_register_clkdev(clk, NULL, "5ca00000.serial"); | 960 | clk_register_clkdev(clk, NULL, "5ca00000.serial"); |
| 963 | 961 | ||
| 964 | clk = clk_register_mux(NULL, "uart4_mux_clk", uart_parents, | 962 | clk = clk_register_mux(NULL, "uart4_mclk", uart_parents, |
| 965 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 963 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 966 | SPEAR1310_UART4_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, | 964 | SPEAR1310_UART4_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, |
| 967 | 0, &_lock); | 965 | 0, &_lock); |
| 968 | clk_register_clkdev(clk, "uart4_mux_clk", NULL); | 966 | clk_register_clkdev(clk, "uart4_mclk", NULL); |
| 969 | 967 | ||
| 970 | clk = clk_register_gate(NULL, "uart4_clk", "uart4_mux_clk", 0, | 968 | clk = clk_register_gate(NULL, "uart4_clk", "uart4_mclk", 0, |
| 971 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART4_CLK_ENB, 0, | 969 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART4_CLK_ENB, 0, |
| 972 | &_lock); | 970 | &_lock); |
| 973 | clk_register_clkdev(clk, NULL, "5cb00000.serial"); | 971 | clk_register_clkdev(clk, NULL, "5cb00000.serial"); |
| 974 | 972 | ||
| 975 | clk = clk_register_mux(NULL, "uart5_mux_clk", uart_parents, | 973 | clk = clk_register_mux(NULL, "uart5_mclk", uart_parents, |
| 976 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 974 | ARRAY_SIZE(uart_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 977 | SPEAR1310_UART5_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, | 975 | SPEAR1310_UART5_CLK_SHIFT, SPEAR1310_RAS_UART_CLK_MASK, |
| 978 | 0, &_lock); | 976 | 0, &_lock); |
| 979 | clk_register_clkdev(clk, "uart5_mux_clk", NULL); | 977 | clk_register_clkdev(clk, "uart5_mclk", NULL); |
| 980 | 978 | ||
| 981 | clk = clk_register_gate(NULL, "uart5_clk", "uart5_mux_clk", 0, | 979 | clk = clk_register_gate(NULL, "uart5_clk", "uart5_mclk", 0, |
| 982 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART5_CLK_ENB, 0, | 980 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_UART5_CLK_ENB, 0, |
| 983 | &_lock); | 981 | &_lock); |
| 984 | clk_register_clkdev(clk, NULL, "5cc00000.serial"); | 982 | clk_register_clkdev(clk, NULL, "5cc00000.serial"); |
| 985 | 983 | ||
| 986 | clk = clk_register_mux(NULL, "i2c1_mux_clk", i2c_parents, | 984 | clk = clk_register_mux(NULL, "i2c1_mclk", i2c_parents, |
| 987 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 985 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 988 | SPEAR1310_I2C1_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 986 | SPEAR1310_I2C1_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 989 | &_lock); | 987 | &_lock); |
| 990 | clk_register_clkdev(clk, "i2c1_mux_clk", NULL); | 988 | clk_register_clkdev(clk, "i2c1_mclk", NULL); |
| 991 | 989 | ||
| 992 | clk = clk_register_gate(NULL, "i2c1_clk", "i2c1_mux_clk", 0, | 990 | clk = clk_register_gate(NULL, "i2c1_clk", "i2c1_mclk", 0, |
| 993 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C1_CLK_ENB, 0, | 991 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C1_CLK_ENB, 0, |
| 994 | &_lock); | 992 | &_lock); |
| 995 | clk_register_clkdev(clk, NULL, "5cd00000.i2c"); | 993 | clk_register_clkdev(clk, NULL, "5cd00000.i2c"); |
| 996 | 994 | ||
| 997 | clk = clk_register_mux(NULL, "i2c2_mux_clk", i2c_parents, | 995 | clk = clk_register_mux(NULL, "i2c2_mclk", i2c_parents, |
| 998 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 996 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 999 | SPEAR1310_I2C2_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 997 | SPEAR1310_I2C2_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1000 | &_lock); | 998 | &_lock); |
| 1001 | clk_register_clkdev(clk, "i2c2_mux_clk", NULL); | 999 | clk_register_clkdev(clk, "i2c2_mclk", NULL); |
| 1002 | 1000 | ||
| 1003 | clk = clk_register_gate(NULL, "i2c2_clk", "i2c2_mux_clk", 0, | 1001 | clk = clk_register_gate(NULL, "i2c2_clk", "i2c2_mclk", 0, |
| 1004 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C2_CLK_ENB, 0, | 1002 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C2_CLK_ENB, 0, |
| 1005 | &_lock); | 1003 | &_lock); |
| 1006 | clk_register_clkdev(clk, NULL, "5ce00000.i2c"); | 1004 | clk_register_clkdev(clk, NULL, "5ce00000.i2c"); |
| 1007 | 1005 | ||
| 1008 | clk = clk_register_mux(NULL, "i2c3_mux_clk", i2c_parents, | 1006 | clk = clk_register_mux(NULL, "i2c3_mclk", i2c_parents, |
| 1009 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1007 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1010 | SPEAR1310_I2C3_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 1008 | SPEAR1310_I2C3_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1011 | &_lock); | 1009 | &_lock); |
| 1012 | clk_register_clkdev(clk, "i2c3_mux_clk", NULL); | 1010 | clk_register_clkdev(clk, "i2c3_mclk", NULL); |
| 1013 | 1011 | ||
| 1014 | clk = clk_register_gate(NULL, "i2c3_clk", "i2c3_mux_clk", 0, | 1012 | clk = clk_register_gate(NULL, "i2c3_clk", "i2c3_mclk", 0, |
| 1015 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C3_CLK_ENB, 0, | 1013 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C3_CLK_ENB, 0, |
| 1016 | &_lock); | 1014 | &_lock); |
| 1017 | clk_register_clkdev(clk, NULL, "5cf00000.i2c"); | 1015 | clk_register_clkdev(clk, NULL, "5cf00000.i2c"); |
| 1018 | 1016 | ||
| 1019 | clk = clk_register_mux(NULL, "i2c4_mux_clk", i2c_parents, | 1017 | clk = clk_register_mux(NULL, "i2c4_mclk", i2c_parents, |
| 1020 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1018 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1021 | SPEAR1310_I2C4_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 1019 | SPEAR1310_I2C4_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1022 | &_lock); | 1020 | &_lock); |
| 1023 | clk_register_clkdev(clk, "i2c4_mux_clk", NULL); | 1021 | clk_register_clkdev(clk, "i2c4_mclk", NULL); |
| 1024 | 1022 | ||
| 1025 | clk = clk_register_gate(NULL, "i2c4_clk", "i2c4_mux_clk", 0, | 1023 | clk = clk_register_gate(NULL, "i2c4_clk", "i2c4_mclk", 0, |
| 1026 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C4_CLK_ENB, 0, | 1024 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C4_CLK_ENB, 0, |
| 1027 | &_lock); | 1025 | &_lock); |
| 1028 | clk_register_clkdev(clk, NULL, "5d000000.i2c"); | 1026 | clk_register_clkdev(clk, NULL, "5d000000.i2c"); |
| 1029 | 1027 | ||
| 1030 | clk = clk_register_mux(NULL, "i2c5_mux_clk", i2c_parents, | 1028 | clk = clk_register_mux(NULL, "i2c5_mclk", i2c_parents, |
| 1031 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1029 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1032 | SPEAR1310_I2C5_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 1030 | SPEAR1310_I2C5_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1033 | &_lock); | 1031 | &_lock); |
| 1034 | clk_register_clkdev(clk, "i2c5_mux_clk", NULL); | 1032 | clk_register_clkdev(clk, "i2c5_mclk", NULL); |
| 1035 | 1033 | ||
| 1036 | clk = clk_register_gate(NULL, "i2c5_clk", "i2c5_mux_clk", 0, | 1034 | clk = clk_register_gate(NULL, "i2c5_clk", "i2c5_mclk", 0, |
| 1037 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C5_CLK_ENB, 0, | 1035 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C5_CLK_ENB, 0, |
| 1038 | &_lock); | 1036 | &_lock); |
| 1039 | clk_register_clkdev(clk, NULL, "5d100000.i2c"); | 1037 | clk_register_clkdev(clk, NULL, "5d100000.i2c"); |
| 1040 | 1038 | ||
| 1041 | clk = clk_register_mux(NULL, "i2c6_mux_clk", i2c_parents, | 1039 | clk = clk_register_mux(NULL, "i2c6_mclk", i2c_parents, |
| 1042 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1040 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1043 | SPEAR1310_I2C6_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 1041 | SPEAR1310_I2C6_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1044 | &_lock); | 1042 | &_lock); |
| 1045 | clk_register_clkdev(clk, "i2c6_mux_clk", NULL); | 1043 | clk_register_clkdev(clk, "i2c6_mclk", NULL); |
| 1046 | 1044 | ||
| 1047 | clk = clk_register_gate(NULL, "i2c6_clk", "i2c6_mux_clk", 0, | 1045 | clk = clk_register_gate(NULL, "i2c6_clk", "i2c6_mclk", 0, |
| 1048 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C6_CLK_ENB, 0, | 1046 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C6_CLK_ENB, 0, |
| 1049 | &_lock); | 1047 | &_lock); |
| 1050 | clk_register_clkdev(clk, NULL, "5d200000.i2c"); | 1048 | clk_register_clkdev(clk, NULL, "5d200000.i2c"); |
| 1051 | 1049 | ||
| 1052 | clk = clk_register_mux(NULL, "i2c7_mux_clk", i2c_parents, | 1050 | clk = clk_register_mux(NULL, "i2c7_mclk", i2c_parents, |
| 1053 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1051 | ARRAY_SIZE(i2c_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1054 | SPEAR1310_I2C7_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, | 1052 | SPEAR1310_I2C7_CLK_SHIFT, SPEAR1310_I2C_CLK_MASK, 0, |
| 1055 | &_lock); | 1053 | &_lock); |
| 1056 | clk_register_clkdev(clk, "i2c7_mux_clk", NULL); | 1054 | clk_register_clkdev(clk, "i2c7_mclk", NULL); |
| 1057 | 1055 | ||
| 1058 | clk = clk_register_gate(NULL, "i2c7_clk", "i2c7_mux_clk", 0, | 1056 | clk = clk_register_gate(NULL, "i2c7_clk", "i2c7_mclk", 0, |
| 1059 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C7_CLK_ENB, 0, | 1057 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_I2C7_CLK_ENB, 0, |
| 1060 | &_lock); | 1058 | &_lock); |
| 1061 | clk_register_clkdev(clk, NULL, "5d300000.i2c"); | 1059 | clk_register_clkdev(clk, NULL, "5d300000.i2c"); |
| 1062 | 1060 | ||
| 1063 | clk = clk_register_mux(NULL, "ssp1_mux_clk", ssp1_parents, | 1061 | clk = clk_register_mux(NULL, "ssp1_mclk", ssp1_parents, |
| 1064 | ARRAY_SIZE(ssp1_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1062 | ARRAY_SIZE(ssp1_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1065 | SPEAR1310_SSP1_CLK_SHIFT, SPEAR1310_SSP1_CLK_MASK, 0, | 1063 | SPEAR1310_SSP1_CLK_SHIFT, SPEAR1310_SSP1_CLK_MASK, 0, |
| 1066 | &_lock); | 1064 | &_lock); |
| 1067 | clk_register_clkdev(clk, "ssp1_mux_clk", NULL); | 1065 | clk_register_clkdev(clk, "ssp1_mclk", NULL); |
| 1068 | 1066 | ||
| 1069 | clk = clk_register_gate(NULL, "ssp1_clk", "ssp1_mux_clk", 0, | 1067 | clk = clk_register_gate(NULL, "ssp1_clk", "ssp1_mclk", 0, |
| 1070 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_SSP1_CLK_ENB, 0, | 1068 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_SSP1_CLK_ENB, 0, |
| 1071 | &_lock); | 1069 | &_lock); |
| 1072 | clk_register_clkdev(clk, NULL, "5d400000.spi"); | 1070 | clk_register_clkdev(clk, NULL, "5d400000.spi"); |
| 1073 | 1071 | ||
| 1074 | clk = clk_register_mux(NULL, "pci_mux_clk", pci_parents, | 1072 | clk = clk_register_mux(NULL, "pci_mclk", pci_parents, |
| 1075 | ARRAY_SIZE(pci_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1073 | ARRAY_SIZE(pci_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1076 | SPEAR1310_PCI_CLK_SHIFT, SPEAR1310_PCI_CLK_MASK, 0, | 1074 | SPEAR1310_PCI_CLK_SHIFT, SPEAR1310_PCI_CLK_MASK, 0, |
| 1077 | &_lock); | 1075 | &_lock); |
| 1078 | clk_register_clkdev(clk, "pci_mux_clk", NULL); | 1076 | clk_register_clkdev(clk, "pci_mclk", NULL); |
| 1079 | 1077 | ||
| 1080 | clk = clk_register_gate(NULL, "pci_clk", "pci_mux_clk", 0, | 1078 | clk = clk_register_gate(NULL, "pci_clk", "pci_mclk", 0, |
| 1081 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_PCI_CLK_ENB, 0, | 1079 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_PCI_CLK_ENB, 0, |
| 1082 | &_lock); | 1080 | &_lock); |
| 1083 | clk_register_clkdev(clk, NULL, "pci"); | 1081 | clk_register_clkdev(clk, NULL, "pci"); |
| 1084 | 1082 | ||
| 1085 | clk = clk_register_mux(NULL, "tdm1_mux_clk", tdm_parents, | 1083 | clk = clk_register_mux(NULL, "tdm1_mclk", tdm_parents, |
| 1086 | ARRAY_SIZE(tdm_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1084 | ARRAY_SIZE(tdm_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1087 | SPEAR1310_TDM1_CLK_SHIFT, SPEAR1310_TDM_CLK_MASK, 0, | 1085 | SPEAR1310_TDM1_CLK_SHIFT, SPEAR1310_TDM_CLK_MASK, 0, |
| 1088 | &_lock); | 1086 | &_lock); |
| 1089 | clk_register_clkdev(clk, "tdm1_mux_clk", NULL); | 1087 | clk_register_clkdev(clk, "tdm1_mclk", NULL); |
| 1090 | 1088 | ||
| 1091 | clk = clk_register_gate(NULL, "tdm1_clk", "tdm1_mux_clk", 0, | 1089 | clk = clk_register_gate(NULL, "tdm1_clk", "tdm1_mclk", 0, |
| 1092 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_TDM1_CLK_ENB, 0, | 1090 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_TDM1_CLK_ENB, 0, |
| 1093 | &_lock); | 1091 | &_lock); |
| 1094 | clk_register_clkdev(clk, NULL, "tdm_hdlc.0"); | 1092 | clk_register_clkdev(clk, NULL, "tdm_hdlc.0"); |
| 1095 | 1093 | ||
| 1096 | clk = clk_register_mux(NULL, "tdm2_mux_clk", tdm_parents, | 1094 | clk = clk_register_mux(NULL, "tdm2_mclk", tdm_parents, |
| 1097 | ARRAY_SIZE(tdm_parents), 0, SPEAR1310_RAS_CTRL_REG0, | 1095 | ARRAY_SIZE(tdm_parents), 0, SPEAR1310_RAS_CTRL_REG0, |
| 1098 | SPEAR1310_TDM2_CLK_SHIFT, SPEAR1310_TDM_CLK_MASK, 0, | 1096 | SPEAR1310_TDM2_CLK_SHIFT, SPEAR1310_TDM_CLK_MASK, 0, |
| 1099 | &_lock); | 1097 | &_lock); |
| 1100 | clk_register_clkdev(clk, "tdm2_mux_clk", NULL); | 1098 | clk_register_clkdev(clk, "tdm2_mclk", NULL); |
| 1101 | 1099 | ||
| 1102 | clk = clk_register_gate(NULL, "tdm2_clk", "tdm2_mux_clk", 0, | 1100 | clk = clk_register_gate(NULL, "tdm2_clk", "tdm2_mclk", 0, |
| 1103 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_TDM2_CLK_ENB, 0, | 1101 | SPEAR1310_RAS_SW_CLK_CTRL, SPEAR1310_TDM2_CLK_ENB, 0, |
| 1104 | &_lock); | 1102 | &_lock); |
| 1105 | clk_register_clkdev(clk, NULL, "tdm_hdlc.1"); | 1103 | clk_register_clkdev(clk, NULL, "tdm_hdlc.1"); |
diff --git a/drivers/clk/spear/spear1340_clock.c b/drivers/clk/spear/spear1340_clock.c index e3ea72162236..2352cee7f645 100644 --- a/drivers/clk/spear/spear1340_clock.c +++ b/drivers/clk/spear/spear1340_clock.c | |||
| @@ -369,27 +369,25 @@ static struct frac_rate_tbl gen_rtbl[] = { | |||
| 369 | 369 | ||
| 370 | /* clock parents */ | 370 | /* clock parents */ |
| 371 | static const char *vco_parents[] = { "osc_24m_clk", "osc_25m_clk", }; | 371 | static const char *vco_parents[] = { "osc_24m_clk", "osc_25m_clk", }; |
| 372 | static const char *sys_parents[] = { "none", "pll1_clk", "none", "none", | 372 | static const char *sys_parents[] = { "pll1_clk", "pll1_clk", "pll1_clk", |
| 373 | "sys_synth_clk", "none", "pll2_clk", "pll3_clk", }; | 373 | "pll1_clk", "sys_synth_clk", "sys_synth_clk", "pll2_clk", "pll3_clk", }; |
| 374 | static const char *ahb_parents[] = { "cpu_div3_clk", "amba_synth_clk", }; | 374 | static const char *ahb_parents[] = { "cpu_div3_clk", "amba_syn_clk", }; |
| 375 | static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; | 375 | static const char *gpt_parents[] = { "osc_24m_clk", "apb_clk", }; |
| 376 | static const char *uart0_parents[] = { "pll5_clk", "osc_24m_clk", | 376 | static const char *uart0_parents[] = { "pll5_clk", "osc_24m_clk", |
| 377 | "uart0_synth_gate_clk", }; | 377 | "uart0_syn_gclk", }; |
| 378 | static const char *uart1_parents[] = { "pll5_clk", "osc_24m_clk", | 378 | static const char *uart1_parents[] = { "pll5_clk", "osc_24m_clk", |
| 379 | "uart1_synth_gate_clk", }; | 379 | "uart1_syn_gclk", }; |
| 380 | static const char *c3_parents[] = { "pll5_clk", "c3_synth_gate_clk", }; | 380 | static const char *c3_parents[] = { "pll5_clk", "c3_syn_gclk", }; |
| 381 | static const char *gmac_phy_input_parents[] = { "gmii_125m_pad_clk", "pll2_clk", | 381 | static const char *gmac_phy_input_parents[] = { "gmii_pad_clk", "pll2_clk", |
| 382 | "osc_25m_clk", }; | 382 | "osc_25m_clk", }; |
| 383 | static const char *gmac_phy_parents[] = { "gmac_phy_input_mux_clk", | 383 | static const char *gmac_phy_parents[] = { "phy_input_mclk", "phy_syn_gclk", }; |
| 384 | "gmac_phy_synth_gate_clk", }; | ||
| 385 | static const char *clcd_synth_parents[] = { "vco1div4_clk", "pll2_clk", }; | 384 | static const char *clcd_synth_parents[] = { "vco1div4_clk", "pll2_clk", }; |
| 386 | static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_synth_clk", }; | 385 | static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; |
| 387 | static const char *i2s_src_parents[] = { "vco1div2_clk", "pll2_clk", "pll3_clk", | 386 | static const char *i2s_src_parents[] = { "vco1div2_clk", "pll2_clk", "pll3_clk", |
| 388 | "i2s_src_pad_clk", }; | 387 | "i2s_src_pad_clk", }; |
| 389 | static const char *i2s_ref_parents[] = { "i2s_src_mux_clk", "i2s_prs1_clk", }; | 388 | static const char *i2s_ref_parents[] = { "i2s_src_mclk", "i2s_prs1_clk", }; |
| 390 | static const char *spdif_out_parents[] = { "i2s_src_pad_clk", "gen_synth2_clk", | 389 | static const char *spdif_out_parents[] = { "i2s_src_pad_clk", "gen_syn2_clk", }; |
| 391 | }; | 390 | static const char *spdif_in_parents[] = { "pll2_clk", "gen_syn3_clk", }; |
| 392 | static const char *spdif_in_parents[] = { "pll2_clk", "gen_synth3_clk", }; | ||
| 393 | 391 | ||
| 394 | static const char *gen_synth0_1_parents[] = { "vco1div4_clk", "vco3div2_clk", | 392 | static const char *gen_synth0_1_parents[] = { "vco1div4_clk", "vco3div2_clk", |
| 395 | "pll3_clk", }; | 393 | "pll3_clk", }; |
| @@ -415,9 +413,9 @@ void __init spear1340_clk_init(void) | |||
| 415 | 25000000); | 413 | 25000000); |
| 416 | clk_register_clkdev(clk, "osc_25m_clk", NULL); | 414 | clk_register_clkdev(clk, "osc_25m_clk", NULL); |
| 417 | 415 | ||
| 418 | clk = clk_register_fixed_rate(NULL, "gmii_125m_pad_clk", NULL, | 416 | clk = clk_register_fixed_rate(NULL, "gmii_pad_clk", NULL, CLK_IS_ROOT, |
| 419 | CLK_IS_ROOT, 125000000); | 417 | 125000000); |
| 420 | clk_register_clkdev(clk, "gmii_125m_pad_clk", NULL); | 418 | clk_register_clkdev(clk, "gmii_pad_clk", NULL); |
| 421 | 419 | ||
| 422 | clk = clk_register_fixed_rate(NULL, "i2s_src_pad_clk", NULL, | 420 | clk = clk_register_fixed_rate(NULL, "i2s_src_pad_clk", NULL, |
| 423 | CLK_IS_ROOT, 12288000); | 421 | CLK_IS_ROOT, 12288000); |
| @@ -431,35 +429,35 @@ void __init spear1340_clk_init(void) | |||
| 431 | 429 | ||
| 432 | /* clock derived from 24 or 25 MHz osc clk */ | 430 | /* clock derived from 24 or 25 MHz osc clk */ |
| 433 | /* vco-pll */ | 431 | /* vco-pll */ |
| 434 | clk = clk_register_mux(NULL, "vco1_mux_clk", vco_parents, | 432 | clk = clk_register_mux(NULL, "vco1_mclk", vco_parents, |
| 435 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, | 433 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, |
| 436 | SPEAR1340_PLL1_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, | 434 | SPEAR1340_PLL1_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, |
| 437 | &_lock); | 435 | &_lock); |
| 438 | clk_register_clkdev(clk, "vco1_mux_clk", NULL); | 436 | clk_register_clkdev(clk, "vco1_mclk", NULL); |
| 439 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "vco1_mux_clk", | 437 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "vco1_mclk", 0, |
| 440 | 0, SPEAR1340_PLL1_CTR, SPEAR1340_PLL1_FRQ, pll_rtbl, | 438 | SPEAR1340_PLL1_CTR, SPEAR1340_PLL1_FRQ, pll_rtbl, |
| 441 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 439 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 442 | clk_register_clkdev(clk, "vco1_clk", NULL); | 440 | clk_register_clkdev(clk, "vco1_clk", NULL); |
| 443 | clk_register_clkdev(clk1, "pll1_clk", NULL); | 441 | clk_register_clkdev(clk1, "pll1_clk", NULL); |
| 444 | 442 | ||
| 445 | clk = clk_register_mux(NULL, "vco2_mux_clk", vco_parents, | 443 | clk = clk_register_mux(NULL, "vco2_mclk", vco_parents, |
| 446 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, | 444 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, |
| 447 | SPEAR1340_PLL2_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, | 445 | SPEAR1340_PLL2_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, |
| 448 | &_lock); | 446 | &_lock); |
| 449 | clk_register_clkdev(clk, "vco2_mux_clk", NULL); | 447 | clk_register_clkdev(clk, "vco2_mclk", NULL); |
| 450 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, "vco2_mux_clk", | 448 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, "vco2_mclk", 0, |
| 451 | 0, SPEAR1340_PLL2_CTR, SPEAR1340_PLL2_FRQ, pll_rtbl, | 449 | SPEAR1340_PLL2_CTR, SPEAR1340_PLL2_FRQ, pll_rtbl, |
| 452 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 450 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 453 | clk_register_clkdev(clk, "vco2_clk", NULL); | 451 | clk_register_clkdev(clk, "vco2_clk", NULL); |
| 454 | clk_register_clkdev(clk1, "pll2_clk", NULL); | 452 | clk_register_clkdev(clk1, "pll2_clk", NULL); |
| 455 | 453 | ||
| 456 | clk = clk_register_mux(NULL, "vco3_mux_clk", vco_parents, | 454 | clk = clk_register_mux(NULL, "vco3_mclk", vco_parents, |
| 457 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, | 455 | ARRAY_SIZE(vco_parents), 0, SPEAR1340_PLL_CFG, |
| 458 | SPEAR1340_PLL3_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, | 456 | SPEAR1340_PLL3_CLK_SHIFT, SPEAR1340_PLL_CLK_MASK, 0, |
| 459 | &_lock); | 457 | &_lock); |
| 460 | clk_register_clkdev(clk, "vco3_mux_clk", NULL); | 458 | clk_register_clkdev(clk, "vco3_mclk", NULL); |
| 461 | clk = clk_register_vco_pll("vco3_clk", "pll3_clk", NULL, "vco3_mux_clk", | 459 | clk = clk_register_vco_pll("vco3_clk", "pll3_clk", NULL, "vco3_mclk", 0, |
| 462 | 0, SPEAR1340_PLL3_CTR, SPEAR1340_PLL3_FRQ, pll_rtbl, | 460 | SPEAR1340_PLL3_CTR, SPEAR1340_PLL3_FRQ, pll_rtbl, |
| 463 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 461 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); |
| 464 | clk_register_clkdev(clk, "vco3_clk", NULL); | 462 | clk_register_clkdev(clk, "vco3_clk", NULL); |
| 465 | clk_register_clkdev(clk1, "pll3_clk", NULL); | 463 | clk_register_clkdev(clk1, "pll3_clk", NULL); |
| @@ -498,7 +496,7 @@ void __init spear1340_clk_init(void) | |||
| 498 | /* peripherals */ | 496 | /* peripherals */ |
| 499 | clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, | 497 | clk_register_fixed_factor(NULL, "thermal_clk", "osc_24m_clk", 0, 1, |
| 500 | 128); | 498 | 128); |
| 501 | clk = clk_register_gate(NULL, "thermal_gate_clk", "thermal_clk", 0, | 499 | clk = clk_register_gate(NULL, "thermal_gclk", "thermal_clk", 0, |
| 502 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_THSENS_CLK_ENB, 0, | 500 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_THSENS_CLK_ENB, 0, |
| 503 | &_lock); | 501 | &_lock); |
| 504 | clk_register_clkdev(clk, NULL, "spear_thermal"); | 502 | clk_register_clkdev(clk, NULL, "spear_thermal"); |
| @@ -509,23 +507,23 @@ void __init spear1340_clk_init(void) | |||
| 509 | clk_register_clkdev(clk, "ddr_clk", NULL); | 507 | clk_register_clkdev(clk, "ddr_clk", NULL); |
| 510 | 508 | ||
| 511 | /* clock derived from pll1 clk */ | 509 | /* clock derived from pll1 clk */ |
| 512 | clk = clk_register_frac("sys_synth_clk", "vco1div2_clk", 0, | 510 | clk = clk_register_frac("sys_syn_clk", "vco1div2_clk", 0, |
| 513 | SPEAR1340_SYS_CLK_SYNT, sys_synth_rtbl, | 511 | SPEAR1340_SYS_CLK_SYNT, sys_synth_rtbl, |
| 514 | ARRAY_SIZE(sys_synth_rtbl), &_lock); | 512 | ARRAY_SIZE(sys_synth_rtbl), &_lock); |
| 515 | clk_register_clkdev(clk, "sys_synth_clk", NULL); | 513 | clk_register_clkdev(clk, "sys_syn_clk", NULL); |
| 516 | 514 | ||
| 517 | clk = clk_register_frac("amba_synth_clk", "vco1div2_clk", 0, | 515 | clk = clk_register_frac("amba_syn_clk", "vco1div2_clk", 0, |
| 518 | SPEAR1340_AMBA_CLK_SYNT, amba_synth_rtbl, | 516 | SPEAR1340_AMBA_CLK_SYNT, amba_synth_rtbl, |
| 519 | ARRAY_SIZE(amba_synth_rtbl), &_lock); | 517 | ARRAY_SIZE(amba_synth_rtbl), &_lock); |
| 520 | clk_register_clkdev(clk, "amba_synth_clk", NULL); | 518 | clk_register_clkdev(clk, "amba_syn_clk", NULL); |
| 521 | 519 | ||
| 522 | clk = clk_register_mux(NULL, "sys_mux_clk", sys_parents, | 520 | clk = clk_register_mux(NULL, "sys_mclk", sys_parents, |
| 523 | ARRAY_SIZE(sys_parents), 0, SPEAR1340_SYS_CLK_CTRL, | 521 | ARRAY_SIZE(sys_parents), 0, SPEAR1340_SYS_CLK_CTRL, |
| 524 | SPEAR1340_SCLK_SRC_SEL_SHIFT, | 522 | SPEAR1340_SCLK_SRC_SEL_SHIFT, |
| 525 | SPEAR1340_SCLK_SRC_SEL_MASK, 0, &_lock); | 523 | SPEAR1340_SCLK_SRC_SEL_MASK, 0, &_lock); |
| 526 | clk_register_clkdev(clk, "sys_clk", NULL); | 524 | clk_register_clkdev(clk, "sys_clk", NULL); |
| 527 | 525 | ||
| 528 | clk = clk_register_fixed_factor(NULL, "cpu_clk", "sys_mux_clk", 0, 1, | 526 | clk = clk_register_fixed_factor(NULL, "cpu_clk", "sys_mclk", 0, 1, |
| 529 | 2); | 527 | 2); |
| 530 | clk_register_clkdev(clk, "cpu_clk", NULL); | 528 | clk_register_clkdev(clk, "cpu_clk", NULL); |
| 531 | 529 | ||
| @@ -548,194 +546,193 @@ void __init spear1340_clk_init(void) | |||
| 548 | clk_register_clkdev(clk, "apb_clk", NULL); | 546 | clk_register_clkdev(clk, "apb_clk", NULL); |
| 549 | 547 | ||
| 550 | /* gpt clocks */ | 548 | /* gpt clocks */ |
| 551 | clk = clk_register_mux(NULL, "gpt0_mux_clk", gpt_parents, | 549 | clk = clk_register_mux(NULL, "gpt0_mclk", gpt_parents, |
| 552 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 550 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 553 | SPEAR1340_GPT0_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, | 551 | SPEAR1340_GPT0_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, |
| 554 | &_lock); | 552 | &_lock); |
| 555 | clk_register_clkdev(clk, "gpt0_mux_clk", NULL); | 553 | clk_register_clkdev(clk, "gpt0_mclk", NULL); |
| 556 | clk = clk_register_gate(NULL, "gpt0_clk", "gpt0_mux_clk", 0, | 554 | clk = clk_register_gate(NULL, "gpt0_clk", "gpt0_mclk", 0, |
| 557 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_GPT0_CLK_ENB, 0, | 555 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_GPT0_CLK_ENB, 0, |
| 558 | &_lock); | 556 | &_lock); |
| 559 | clk_register_clkdev(clk, NULL, "gpt0"); | 557 | clk_register_clkdev(clk, NULL, "gpt0"); |
| 560 | 558 | ||
| 561 | clk = clk_register_mux(NULL, "gpt1_mux_clk", gpt_parents, | 559 | clk = clk_register_mux(NULL, "gpt1_mclk", gpt_parents, |
| 562 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 560 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 563 | SPEAR1340_GPT1_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, | 561 | SPEAR1340_GPT1_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, |
| 564 | &_lock); | 562 | &_lock); |
| 565 | clk_register_clkdev(clk, "gpt1_mux_clk", NULL); | 563 | clk_register_clkdev(clk, "gpt1_mclk", NULL); |
| 566 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mux_clk", 0, | 564 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mclk", 0, |
| 567 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_GPT1_CLK_ENB, 0, | 565 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_GPT1_CLK_ENB, 0, |
| 568 | &_lock); | 566 | &_lock); |
| 569 | clk_register_clkdev(clk, NULL, "gpt1"); | 567 | clk_register_clkdev(clk, NULL, "gpt1"); |
| 570 | 568 | ||
| 571 | clk = clk_register_mux(NULL, "gpt2_mux_clk", gpt_parents, | 569 | clk = clk_register_mux(NULL, "gpt2_mclk", gpt_parents, |
| 572 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 570 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 573 | SPEAR1340_GPT2_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, | 571 | SPEAR1340_GPT2_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, |
| 574 | &_lock); | 572 | &_lock); |
| 575 | clk_register_clkdev(clk, "gpt2_mux_clk", NULL); | 573 | clk_register_clkdev(clk, "gpt2_mclk", NULL); |
| 576 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mux_clk", 0, | 574 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mclk", 0, |
| 577 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_GPT2_CLK_ENB, 0, | 575 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_GPT2_CLK_ENB, 0, |
| 578 | &_lock); | 576 | &_lock); |
| 579 | clk_register_clkdev(clk, NULL, "gpt2"); | 577 | clk_register_clkdev(clk, NULL, "gpt2"); |
| 580 | 578 | ||
| 581 | clk = clk_register_mux(NULL, "gpt3_mux_clk", gpt_parents, | 579 | clk = clk_register_mux(NULL, "gpt3_mclk", gpt_parents, |
| 582 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 580 | ARRAY_SIZE(gpt_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 583 | SPEAR1340_GPT3_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, | 581 | SPEAR1340_GPT3_CLK_SHIFT, SPEAR1340_GPT_CLK_MASK, 0, |
| 584 | &_lock); | 582 | &_lock); |
| 585 | clk_register_clkdev(clk, "gpt3_mux_clk", NULL); | 583 | clk_register_clkdev(clk, "gpt3_mclk", NULL); |
| 586 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mux_clk", 0, | 584 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mclk", 0, |
| 587 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_GPT3_CLK_ENB, 0, | 585 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_GPT3_CLK_ENB, 0, |
| 588 | &_lock); | 586 | &_lock); |
| 589 | clk_register_clkdev(clk, NULL, "gpt3"); | 587 | clk_register_clkdev(clk, NULL, "gpt3"); |
| 590 | 588 | ||
| 591 | /* others */ | 589 | /* others */ |
| 592 | clk = clk_register_aux("uart0_synth_clk", "uart0_synth_gate_clk", | 590 | clk = clk_register_aux("uart0_syn_clk", "uart0_syn_gclk", |
| 593 | "vco1div2_clk", 0, SPEAR1340_UART0_CLK_SYNT, NULL, | 591 | "vco1div2_clk", 0, SPEAR1340_UART0_CLK_SYNT, NULL, |
| 594 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 592 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 595 | clk_register_clkdev(clk, "uart0_synth_clk", NULL); | 593 | clk_register_clkdev(clk, "uart0_syn_clk", NULL); |
| 596 | clk_register_clkdev(clk1, "uart0_synth_gate_clk", NULL); | 594 | clk_register_clkdev(clk1, "uart0_syn_gclk", NULL); |
| 597 | 595 | ||
| 598 | clk = clk_register_mux(NULL, "uart0_mux_clk", uart0_parents, | 596 | clk = clk_register_mux(NULL, "uart0_mclk", uart0_parents, |
| 599 | ARRAY_SIZE(uart0_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 597 | ARRAY_SIZE(uart0_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 600 | SPEAR1340_UART0_CLK_SHIFT, SPEAR1340_UART_CLK_MASK, 0, | 598 | SPEAR1340_UART0_CLK_SHIFT, SPEAR1340_UART_CLK_MASK, 0, |
| 601 | &_lock); | 599 | &_lock); |
| 602 | clk_register_clkdev(clk, "uart0_mux_clk", NULL); | 600 | clk_register_clkdev(clk, "uart0_mclk", NULL); |
| 603 | 601 | ||
| 604 | clk = clk_register_gate(NULL, "uart0_clk", "uart0_mux_clk", 0, | 602 | clk = clk_register_gate(NULL, "uart0_clk", "uart0_mclk", 0, |
| 605 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_UART0_CLK_ENB, 0, | 603 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_UART0_CLK_ENB, 0, |
| 606 | &_lock); | 604 | &_lock); |
| 607 | clk_register_clkdev(clk, NULL, "e0000000.serial"); | 605 | clk_register_clkdev(clk, NULL, "e0000000.serial"); |
| 608 | 606 | ||
| 609 | clk = clk_register_aux("uart1_synth_clk", "uart1_synth_gate_clk", | 607 | clk = clk_register_aux("uart1_syn_clk", "uart1_syn_gclk", |
| 610 | "vco1div2_clk", 0, SPEAR1340_UART1_CLK_SYNT, NULL, | 608 | "vco1div2_clk", 0, SPEAR1340_UART1_CLK_SYNT, NULL, |
| 611 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 609 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 612 | clk_register_clkdev(clk, "uart1_synth_clk", NULL); | 610 | clk_register_clkdev(clk, "uart1_syn_clk", NULL); |
| 613 | clk_register_clkdev(clk1, "uart1_synth_gate_clk", NULL); | 611 | clk_register_clkdev(clk1, "uart1_syn_gclk", NULL); |
| 614 | 612 | ||
| 615 | clk = clk_register_mux(NULL, "uart1_mux_clk", uart1_parents, | 613 | clk = clk_register_mux(NULL, "uart1_mclk", uart1_parents, |
| 616 | ARRAY_SIZE(uart1_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 614 | ARRAY_SIZE(uart1_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 617 | SPEAR1340_UART1_CLK_SHIFT, SPEAR1340_UART_CLK_MASK, 0, | 615 | SPEAR1340_UART1_CLK_SHIFT, SPEAR1340_UART_CLK_MASK, 0, |
| 618 | &_lock); | 616 | &_lock); |
| 619 | clk_register_clkdev(clk, "uart1_mux_clk", NULL); | 617 | clk_register_clkdev(clk, "uart1_mclk", NULL); |
| 620 | 618 | ||
| 621 | clk = clk_register_gate(NULL, "uart1_clk", "uart1_mux_clk", 0, | 619 | clk = clk_register_gate(NULL, "uart1_clk", "uart1_mclk", 0, |
| 622 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_UART1_CLK_ENB, 0, | 620 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_UART1_CLK_ENB, 0, |
| 623 | &_lock); | 621 | &_lock); |
| 624 | clk_register_clkdev(clk, NULL, "b4100000.serial"); | 622 | clk_register_clkdev(clk, NULL, "b4100000.serial"); |
| 625 | 623 | ||
| 626 | clk = clk_register_aux("sdhci_synth_clk", "sdhci_synth_gate_clk", | 624 | clk = clk_register_aux("sdhci_syn_clk", "sdhci_syn_gclk", |
| 627 | "vco1div2_clk", 0, SPEAR1340_SDHCI_CLK_SYNT, NULL, | 625 | "vco1div2_clk", 0, SPEAR1340_SDHCI_CLK_SYNT, NULL, |
| 628 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 626 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 629 | clk_register_clkdev(clk, "sdhci_synth_clk", NULL); | 627 | clk_register_clkdev(clk, "sdhci_syn_clk", NULL); |
| 630 | clk_register_clkdev(clk1, "sdhci_synth_gate_clk", NULL); | 628 | clk_register_clkdev(clk1, "sdhci_syn_gclk", NULL); |
| 631 | 629 | ||
| 632 | clk = clk_register_gate(NULL, "sdhci_clk", "sdhci_synth_gate_clk", 0, | 630 | clk = clk_register_gate(NULL, "sdhci_clk", "sdhci_syn_gclk", 0, |
| 633 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_SDHCI_CLK_ENB, 0, | 631 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_SDHCI_CLK_ENB, 0, |
| 634 | &_lock); | 632 | &_lock); |
| 635 | clk_register_clkdev(clk, NULL, "b3000000.sdhci"); | 633 | clk_register_clkdev(clk, NULL, "b3000000.sdhci"); |
| 636 | 634 | ||
| 637 | clk = clk_register_aux("cfxd_synth_clk", "cfxd_synth_gate_clk", | 635 | clk = clk_register_aux("cfxd_syn_clk", "cfxd_syn_gclk", "vco1div2_clk", |
| 638 | "vco1div2_clk", 0, SPEAR1340_CFXD_CLK_SYNT, NULL, | 636 | 0, SPEAR1340_CFXD_CLK_SYNT, NULL, aux_rtbl, |
| 639 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 637 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 640 | clk_register_clkdev(clk, "cfxd_synth_clk", NULL); | 638 | clk_register_clkdev(clk, "cfxd_syn_clk", NULL); |
| 641 | clk_register_clkdev(clk1, "cfxd_synth_gate_clk", NULL); | 639 | clk_register_clkdev(clk1, "cfxd_syn_gclk", NULL); |
| 642 | 640 | ||
| 643 | clk = clk_register_gate(NULL, "cfxd_clk", "cfxd_synth_gate_clk", 0, | 641 | clk = clk_register_gate(NULL, "cfxd_clk", "cfxd_syn_gclk", 0, |
| 644 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_CFXD_CLK_ENB, 0, | 642 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_CFXD_CLK_ENB, 0, |
| 645 | &_lock); | 643 | &_lock); |
| 646 | clk_register_clkdev(clk, NULL, "b2800000.cf"); | 644 | clk_register_clkdev(clk, NULL, "b2800000.cf"); |
| 647 | clk_register_clkdev(clk, NULL, "arasan_xd"); | 645 | clk_register_clkdev(clk, NULL, "arasan_xd"); |
| 648 | 646 | ||
| 649 | clk = clk_register_aux("c3_synth_clk", "c3_synth_gate_clk", | 647 | clk = clk_register_aux("c3_syn_clk", "c3_syn_gclk", "vco1div2_clk", 0, |
| 650 | "vco1div2_clk", 0, SPEAR1340_C3_CLK_SYNT, NULL, | 648 | SPEAR1340_C3_CLK_SYNT, NULL, aux_rtbl, |
| 651 | aux_rtbl, ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 649 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 652 | clk_register_clkdev(clk, "c3_synth_clk", NULL); | 650 | clk_register_clkdev(clk, "c3_syn_clk", NULL); |
| 653 | clk_register_clkdev(clk1, "c3_synth_gate_clk", NULL); | 651 | clk_register_clkdev(clk1, "c3_syn_gclk", NULL); |
| 654 | 652 | ||
| 655 | clk = clk_register_mux(NULL, "c3_mux_clk", c3_parents, | 653 | clk = clk_register_mux(NULL, "c3_mclk", c3_parents, |
| 656 | ARRAY_SIZE(c3_parents), 0, SPEAR1340_PERIP_CLK_CFG, | 654 | ARRAY_SIZE(c3_parents), 0, SPEAR1340_PERIP_CLK_CFG, |
| 657 | SPEAR1340_C3_CLK_SHIFT, SPEAR1340_C3_CLK_MASK, 0, | 655 | SPEAR1340_C3_CLK_SHIFT, SPEAR1340_C3_CLK_MASK, 0, |
| 658 | &_lock); | 656 | &_lock); |
| 659 | clk_register_clkdev(clk, "c3_mux_clk", NULL); | 657 | clk_register_clkdev(clk, "c3_mclk", NULL); |
| 660 | 658 | ||
| 661 | clk = clk_register_gate(NULL, "c3_clk", "c3_mux_clk", 0, | 659 | clk = clk_register_gate(NULL, "c3_clk", "c3_mclk", 0, |
| 662 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_C3_CLK_ENB, 0, | 660 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_C3_CLK_ENB, 0, |
| 663 | &_lock); | 661 | &_lock); |
| 664 | clk_register_clkdev(clk, NULL, "c3"); | 662 | clk_register_clkdev(clk, NULL, "c3"); |
| 665 | 663 | ||
| 666 | /* gmac */ | 664 | /* gmac */ |
| 667 | clk = clk_register_mux(NULL, "gmac_phy_input_mux_clk", | 665 | clk = clk_register_mux(NULL, "phy_input_mclk", gmac_phy_input_parents, |
| 668 | gmac_phy_input_parents, | ||
| 669 | ARRAY_SIZE(gmac_phy_input_parents), 0, | 666 | ARRAY_SIZE(gmac_phy_input_parents), 0, |
| 670 | SPEAR1340_GMAC_CLK_CFG, | 667 | SPEAR1340_GMAC_CLK_CFG, |
| 671 | SPEAR1340_GMAC_PHY_INPUT_CLK_SHIFT, | 668 | SPEAR1340_GMAC_PHY_INPUT_CLK_SHIFT, |
| 672 | SPEAR1340_GMAC_PHY_INPUT_CLK_MASK, 0, &_lock); | 669 | SPEAR1340_GMAC_PHY_INPUT_CLK_MASK, 0, &_lock); |
| 673 | clk_register_clkdev(clk, "gmac_phy_input_mux_clk", NULL); | 670 | clk_register_clkdev(clk, "phy_input_mclk", NULL); |
| 674 | 671 | ||
| 675 | clk = clk_register_aux("gmac_phy_synth_clk", "gmac_phy_synth_gate_clk", | 672 | clk = clk_register_aux("phy_syn_clk", "phy_syn_gclk", "phy_input_mclk", |
| 676 | "gmac_phy_input_mux_clk", 0, SPEAR1340_GMAC_CLK_SYNT, | 673 | 0, SPEAR1340_GMAC_CLK_SYNT, NULL, gmac_rtbl, |
| 677 | NULL, gmac_rtbl, ARRAY_SIZE(gmac_rtbl), &_lock, &clk1); | 674 | ARRAY_SIZE(gmac_rtbl), &_lock, &clk1); |
| 678 | clk_register_clkdev(clk, "gmac_phy_synth_clk", NULL); | 675 | clk_register_clkdev(clk, "phy_syn_clk", NULL); |
| 679 | clk_register_clkdev(clk1, "gmac_phy_synth_gate_clk", NULL); | 676 | clk_register_clkdev(clk1, "phy_syn_gclk", NULL); |
| 680 | 677 | ||
| 681 | clk = clk_register_mux(NULL, "gmac_phy_mux_clk", gmac_phy_parents, | 678 | clk = clk_register_mux(NULL, "phy_mclk", gmac_phy_parents, |
| 682 | ARRAY_SIZE(gmac_phy_parents), 0, | 679 | ARRAY_SIZE(gmac_phy_parents), 0, |
| 683 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_GMAC_PHY_CLK_SHIFT, | 680 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_GMAC_PHY_CLK_SHIFT, |
| 684 | SPEAR1340_GMAC_PHY_CLK_MASK, 0, &_lock); | 681 | SPEAR1340_GMAC_PHY_CLK_MASK, 0, &_lock); |
| 685 | clk_register_clkdev(clk, NULL, "stmmacphy.0"); | 682 | clk_register_clkdev(clk, NULL, "stmmacphy.0"); |
| 686 | 683 | ||
| 687 | /* clcd */ | 684 | /* clcd */ |
| 688 | clk = clk_register_mux(NULL, "clcd_synth_mux_clk", clcd_synth_parents, | 685 | clk = clk_register_mux(NULL, "clcd_syn_mclk", clcd_synth_parents, |
| 689 | ARRAY_SIZE(clcd_synth_parents), 0, | 686 | ARRAY_SIZE(clcd_synth_parents), 0, |
| 690 | SPEAR1340_CLCD_CLK_SYNT, SPEAR1340_CLCD_SYNT_CLK_SHIFT, | 687 | SPEAR1340_CLCD_CLK_SYNT, SPEAR1340_CLCD_SYNT_CLK_SHIFT, |
| 691 | SPEAR1340_CLCD_SYNT_CLK_MASK, 0, &_lock); | 688 | SPEAR1340_CLCD_SYNT_CLK_MASK, 0, &_lock); |
| 692 | clk_register_clkdev(clk, "clcd_synth_mux_clk", NULL); | 689 | clk_register_clkdev(clk, "clcd_syn_mclk", NULL); |
| 693 | 690 | ||
| 694 | clk = clk_register_frac("clcd_synth_clk", "clcd_synth_mux_clk", 0, | 691 | clk = clk_register_frac("clcd_syn_clk", "clcd_syn_mclk", 0, |
| 695 | SPEAR1340_CLCD_CLK_SYNT, clcd_rtbl, | 692 | SPEAR1340_CLCD_CLK_SYNT, clcd_rtbl, |
| 696 | ARRAY_SIZE(clcd_rtbl), &_lock); | 693 | ARRAY_SIZE(clcd_rtbl), &_lock); |
| 697 | clk_register_clkdev(clk, "clcd_synth_clk", NULL); | 694 | clk_register_clkdev(clk, "clcd_syn_clk", NULL); |
| 698 | 695 | ||
| 699 | clk = clk_register_mux(NULL, "clcd_pixel_mux_clk", clcd_pixel_parents, | 696 | clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, |
| 700 | ARRAY_SIZE(clcd_pixel_parents), 0, | 697 | ARRAY_SIZE(clcd_pixel_parents), 0, |
| 701 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_CLCD_CLK_SHIFT, | 698 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_CLCD_CLK_SHIFT, |
| 702 | SPEAR1340_CLCD_CLK_MASK, 0, &_lock); | 699 | SPEAR1340_CLCD_CLK_MASK, 0, &_lock); |
| 703 | clk_register_clkdev(clk, "clcd_pixel_clk", NULL); | 700 | clk_register_clkdev(clk, "clcd_pixel_clk", NULL); |
| 704 | 701 | ||
| 705 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_pixel_mux_clk", 0, | 702 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_pixel_mclk", 0, |
| 706 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_CLCD_CLK_ENB, 0, | 703 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_CLCD_CLK_ENB, 0, |
| 707 | &_lock); | 704 | &_lock); |
| 708 | clk_register_clkdev(clk, "clcd_clk", NULL); | 705 | clk_register_clkdev(clk, "clcd_clk", NULL); |
| 709 | 706 | ||
| 710 | /* i2s */ | 707 | /* i2s */ |
| 711 | clk = clk_register_mux(NULL, "i2s_src_mux_clk", i2s_src_parents, | 708 | clk = clk_register_mux(NULL, "i2s_src_mclk", i2s_src_parents, |
| 712 | ARRAY_SIZE(i2s_src_parents), 0, SPEAR1340_I2S_CLK_CFG, | 709 | ARRAY_SIZE(i2s_src_parents), 0, SPEAR1340_I2S_CLK_CFG, |
| 713 | SPEAR1340_I2S_SRC_CLK_SHIFT, SPEAR1340_I2S_SRC_CLK_MASK, | 710 | SPEAR1340_I2S_SRC_CLK_SHIFT, SPEAR1340_I2S_SRC_CLK_MASK, |
| 714 | 0, &_lock); | 711 | 0, &_lock); |
| 715 | clk_register_clkdev(clk, "i2s_src_clk", NULL); | 712 | clk_register_clkdev(clk, "i2s_src_clk", NULL); |
| 716 | 713 | ||
| 717 | clk = clk_register_aux("i2s_prs1_clk", NULL, "i2s_src_mux_clk", 0, | 714 | clk = clk_register_aux("i2s_prs1_clk", NULL, "i2s_src_mclk", 0, |
| 718 | SPEAR1340_I2S_CLK_CFG, &i2s_prs1_masks, i2s_prs1_rtbl, | 715 | SPEAR1340_I2S_CLK_CFG, &i2s_prs1_masks, i2s_prs1_rtbl, |
| 719 | ARRAY_SIZE(i2s_prs1_rtbl), &_lock, NULL); | 716 | ARRAY_SIZE(i2s_prs1_rtbl), &_lock, NULL); |
| 720 | clk_register_clkdev(clk, "i2s_prs1_clk", NULL); | 717 | clk_register_clkdev(clk, "i2s_prs1_clk", NULL); |
| 721 | 718 | ||
| 722 | clk = clk_register_mux(NULL, "i2s_ref_mux_clk", i2s_ref_parents, | 719 | clk = clk_register_mux(NULL, "i2s_ref_mclk", i2s_ref_parents, |
| 723 | ARRAY_SIZE(i2s_ref_parents), 0, SPEAR1340_I2S_CLK_CFG, | 720 | ARRAY_SIZE(i2s_ref_parents), 0, SPEAR1340_I2S_CLK_CFG, |
| 724 | SPEAR1340_I2S_REF_SHIFT, SPEAR1340_I2S_REF_SEL_MASK, 0, | 721 | SPEAR1340_I2S_REF_SHIFT, SPEAR1340_I2S_REF_SEL_MASK, 0, |
| 725 | &_lock); | 722 | &_lock); |
| 726 | clk_register_clkdev(clk, "i2s_ref_clk", NULL); | 723 | clk_register_clkdev(clk, "i2s_ref_clk", NULL); |
| 727 | 724 | ||
| 728 | clk = clk_register_gate(NULL, "i2s_ref_pad_clk", "i2s_ref_mux_clk", 0, | 725 | clk = clk_register_gate(NULL, "i2s_ref_pad_clk", "i2s_ref_mclk", 0, |
| 729 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_I2S_REF_PAD_CLK_ENB, | 726 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_I2S_REF_PAD_CLK_ENB, |
| 730 | 0, &_lock); | 727 | 0, &_lock); |
| 731 | clk_register_clkdev(clk, "i2s_ref_pad_clk", NULL); | 728 | clk_register_clkdev(clk, "i2s_ref_pad_clk", NULL); |
| 732 | 729 | ||
| 733 | clk = clk_register_aux("i2s_sclk_clk", "i2s_sclk_gate_clk", | 730 | clk = clk_register_aux("i2s_sclk_clk", "i2s_sclk_gclk", "i2s_ref_mclk", |
| 734 | "i2s_ref_mux_clk", 0, SPEAR1340_I2S_CLK_CFG, | 731 | 0, SPEAR1340_I2S_CLK_CFG, &i2s_sclk_masks, |
| 735 | &i2s_sclk_masks, i2s_sclk_rtbl, | 732 | i2s_sclk_rtbl, ARRAY_SIZE(i2s_sclk_rtbl), &_lock, |
| 736 | ARRAY_SIZE(i2s_sclk_rtbl), &_lock, &clk1); | 733 | &clk1); |
| 737 | clk_register_clkdev(clk, "i2s_sclk_clk", NULL); | 734 | clk_register_clkdev(clk, "i2s_sclk_clk", NULL); |
| 738 | clk_register_clkdev(clk1, "i2s_sclk_gate_clk", NULL); | 735 | clk_register_clkdev(clk1, "i2s_sclk_gclk", NULL); |
| 739 | 736 | ||
| 740 | /* clock derived from ahb clk */ | 737 | /* clock derived from ahb clk */ |
| 741 | clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, | 738 | clk = clk_register_gate(NULL, "i2c0_clk", "ahb_clk", 0, |
| @@ -744,7 +741,7 @@ void __init spear1340_clk_init(void) | |||
| 744 | clk_register_clkdev(clk, NULL, "e0280000.i2c"); | 741 | clk_register_clkdev(clk, NULL, "e0280000.i2c"); |
| 745 | 742 | ||
| 746 | clk = clk_register_gate(NULL, "i2c1_clk", "ahb_clk", 0, | 743 | clk = clk_register_gate(NULL, "i2c1_clk", "ahb_clk", 0, |
| 747 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_I2C1_CLK_ENB, 0, | 744 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_I2C1_CLK_ENB, 0, |
| 748 | &_lock); | 745 | &_lock); |
| 749 | clk_register_clkdev(clk, NULL, "b4000000.i2c"); | 746 | clk_register_clkdev(clk, NULL, "b4000000.i2c"); |
| 750 | 747 | ||
| @@ -800,13 +797,13 @@ void __init spear1340_clk_init(void) | |||
| 800 | &_lock); | 797 | &_lock); |
| 801 | clk_register_clkdev(clk, "sysram1_clk", NULL); | 798 | clk_register_clkdev(clk, "sysram1_clk", NULL); |
| 802 | 799 | ||
| 803 | clk = clk_register_aux("adc_synth_clk", "adc_synth_gate_clk", "ahb_clk", | 800 | clk = clk_register_aux("adc_syn_clk", "adc_syn_gclk", "ahb_clk", |
| 804 | 0, SPEAR1340_ADC_CLK_SYNT, NULL, adc_rtbl, | 801 | 0, SPEAR1340_ADC_CLK_SYNT, NULL, adc_rtbl, |
| 805 | ARRAY_SIZE(adc_rtbl), &_lock, &clk1); | 802 | ARRAY_SIZE(adc_rtbl), &_lock, &clk1); |
| 806 | clk_register_clkdev(clk, "adc_synth_clk", NULL); | 803 | clk_register_clkdev(clk, "adc_syn_clk", NULL); |
| 807 | clk_register_clkdev(clk1, "adc_synth_gate_clk", NULL); | 804 | clk_register_clkdev(clk1, "adc_syn_gclk", NULL); |
| 808 | 805 | ||
| 809 | clk = clk_register_gate(NULL, "adc_clk", "adc_synth_gate_clk", 0, | 806 | clk = clk_register_gate(NULL, "adc_clk", "adc_syn_gclk", 0, |
| 810 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_ADC_CLK_ENB, 0, | 807 | SPEAR1340_PERIP1_CLK_ENB, SPEAR1340_ADC_CLK_ENB, 0, |
| 811 | &_lock); | 808 | &_lock); |
| 812 | clk_register_clkdev(clk, NULL, "adc_clk"); | 809 | clk_register_clkdev(clk, NULL, "adc_clk"); |
| @@ -843,39 +840,39 @@ void __init spear1340_clk_init(void) | |||
| 843 | clk_register_clkdev(clk, NULL, "e0300000.kbd"); | 840 | clk_register_clkdev(clk, NULL, "e0300000.kbd"); |
| 844 | 841 | ||
| 845 | /* RAS clks */ | 842 | /* RAS clks */ |
| 846 | clk = clk_register_mux(NULL, "gen_synth0_1_mux_clk", | 843 | clk = clk_register_mux(NULL, "gen_syn0_1_mclk", gen_synth0_1_parents, |
| 847 | gen_synth0_1_parents, ARRAY_SIZE(gen_synth0_1_parents), | 844 | ARRAY_SIZE(gen_synth0_1_parents), 0, SPEAR1340_PLL_CFG, |
| 848 | 0, SPEAR1340_PLL_CFG, SPEAR1340_GEN_SYNT0_1_CLK_SHIFT, | 845 | SPEAR1340_GEN_SYNT0_1_CLK_SHIFT, |
| 849 | SPEAR1340_GEN_SYNT_CLK_MASK, 0, &_lock); | 846 | SPEAR1340_GEN_SYNT_CLK_MASK, 0, &_lock); |
| 850 | clk_register_clkdev(clk, "gen_synth0_1_clk", NULL); | 847 | clk_register_clkdev(clk, "gen_syn0_1_clk", NULL); |
| 851 | 848 | ||
| 852 | clk = clk_register_mux(NULL, "gen_synth2_3_mux_clk", | 849 | clk = clk_register_mux(NULL, "gen_syn2_3_mclk", gen_synth2_3_parents, |
| 853 | gen_synth2_3_parents, ARRAY_SIZE(gen_synth2_3_parents), | 850 | ARRAY_SIZE(gen_synth2_3_parents), 0, SPEAR1340_PLL_CFG, |
| 854 | 0, SPEAR1340_PLL_CFG, SPEAR1340_GEN_SYNT2_3_CLK_SHIFT, | 851 | SPEAR1340_GEN_SYNT2_3_CLK_SHIFT, |
| 855 | SPEAR1340_GEN_SYNT_CLK_MASK, 0, &_lock); | 852 | SPEAR1340_GEN_SYNT_CLK_MASK, 0, &_lock); |
| 856 | clk_register_clkdev(clk, "gen_synth2_3_clk", NULL); | 853 | clk_register_clkdev(clk, "gen_syn2_3_clk", NULL); |
| 857 | 854 | ||
| 858 | clk = clk_register_frac("gen_synth0_clk", "gen_synth0_1_clk", 0, | 855 | clk = clk_register_frac("gen_syn0_clk", "gen_syn0_1_clk", 0, |
| 859 | SPEAR1340_GEN_CLK_SYNT0, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 856 | SPEAR1340_GEN_CLK_SYNT0, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 860 | &_lock); | 857 | &_lock); |
| 861 | clk_register_clkdev(clk, "gen_synth0_clk", NULL); | 858 | clk_register_clkdev(clk, "gen_syn0_clk", NULL); |
| 862 | 859 | ||
| 863 | clk = clk_register_frac("gen_synth1_clk", "gen_synth0_1_clk", 0, | 860 | clk = clk_register_frac("gen_syn1_clk", "gen_syn0_1_clk", 0, |
| 864 | SPEAR1340_GEN_CLK_SYNT1, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 861 | SPEAR1340_GEN_CLK_SYNT1, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 865 | &_lock); | 862 | &_lock); |
| 866 | clk_register_clkdev(clk, "gen_synth1_clk", NULL); | 863 | clk_register_clkdev(clk, "gen_syn1_clk", NULL); |
| 867 | 864 | ||
| 868 | clk = clk_register_frac("gen_synth2_clk", "gen_synth2_3_clk", 0, | 865 | clk = clk_register_frac("gen_syn2_clk", "gen_syn2_3_clk", 0, |
| 869 | SPEAR1340_GEN_CLK_SYNT2, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 866 | SPEAR1340_GEN_CLK_SYNT2, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 870 | &_lock); | 867 | &_lock); |
| 871 | clk_register_clkdev(clk, "gen_synth2_clk", NULL); | 868 | clk_register_clkdev(clk, "gen_syn2_clk", NULL); |
| 872 | 869 | ||
| 873 | clk = clk_register_frac("gen_synth3_clk", "gen_synth2_3_clk", 0, | 870 | clk = clk_register_frac("gen_syn3_clk", "gen_syn2_3_clk", 0, |
| 874 | SPEAR1340_GEN_CLK_SYNT3, gen_rtbl, ARRAY_SIZE(gen_rtbl), | 871 | SPEAR1340_GEN_CLK_SYNT3, gen_rtbl, ARRAY_SIZE(gen_rtbl), |
| 875 | &_lock); | 872 | &_lock); |
| 876 | clk_register_clkdev(clk, "gen_synth3_clk", NULL); | 873 | clk_register_clkdev(clk, "gen_syn3_clk", NULL); |
| 877 | 874 | ||
| 878 | clk = clk_register_gate(NULL, "mali_clk", "gen_synth3_clk", 0, | 875 | clk = clk_register_gate(NULL, "mali_clk", "gen_syn3_clk", 0, |
| 879 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_MALI_CLK_ENB, 0, | 876 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_MALI_CLK_ENB, 0, |
| 880 | &_lock); | 877 | &_lock); |
| 881 | clk_register_clkdev(clk, NULL, "mali"); | 878 | clk_register_clkdev(clk, NULL, "mali"); |
| @@ -890,74 +887,74 @@ void __init spear1340_clk_init(void) | |||
| 890 | &_lock); | 887 | &_lock); |
| 891 | clk_register_clkdev(clk, NULL, "spear_cec.1"); | 888 | clk_register_clkdev(clk, NULL, "spear_cec.1"); |
| 892 | 889 | ||
| 893 | clk = clk_register_mux(NULL, "spdif_out_mux_clk", spdif_out_parents, | 890 | clk = clk_register_mux(NULL, "spdif_out_mclk", spdif_out_parents, |
| 894 | ARRAY_SIZE(spdif_out_parents), 0, | 891 | ARRAY_SIZE(spdif_out_parents), 0, |
| 895 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_SPDIF_OUT_CLK_SHIFT, | 892 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_SPDIF_OUT_CLK_SHIFT, |
| 896 | SPEAR1340_SPDIF_CLK_MASK, 0, &_lock); | 893 | SPEAR1340_SPDIF_CLK_MASK, 0, &_lock); |
| 897 | clk_register_clkdev(clk, "spdif_out_mux_clk", NULL); | 894 | clk_register_clkdev(clk, "spdif_out_mclk", NULL); |
| 898 | 895 | ||
| 899 | clk = clk_register_gate(NULL, "spdif_out_clk", "spdif_out_mux_clk", 0, | 896 | clk = clk_register_gate(NULL, "spdif_out_clk", "spdif_out_mclk", 0, |
| 900 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_SPDIF_OUT_CLK_ENB, | 897 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_SPDIF_OUT_CLK_ENB, |
| 901 | 0, &_lock); | 898 | 0, &_lock); |
| 902 | clk_register_clkdev(clk, NULL, "spdif-out"); | 899 | clk_register_clkdev(clk, NULL, "spdif-out"); |
| 903 | 900 | ||
| 904 | clk = clk_register_mux(NULL, "spdif_in_mux_clk", spdif_in_parents, | 901 | clk = clk_register_mux(NULL, "spdif_in_mclk", spdif_in_parents, |
| 905 | ARRAY_SIZE(spdif_in_parents), 0, | 902 | ARRAY_SIZE(spdif_in_parents), 0, |
| 906 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_SPDIF_IN_CLK_SHIFT, | 903 | SPEAR1340_PERIP_CLK_CFG, SPEAR1340_SPDIF_IN_CLK_SHIFT, |
| 907 | SPEAR1340_SPDIF_CLK_MASK, 0, &_lock); | 904 | SPEAR1340_SPDIF_CLK_MASK, 0, &_lock); |
| 908 | clk_register_clkdev(clk, "spdif_in_mux_clk", NULL); | 905 | clk_register_clkdev(clk, "spdif_in_mclk", NULL); |
| 909 | 906 | ||
| 910 | clk = clk_register_gate(NULL, "spdif_in_clk", "spdif_in_mux_clk", 0, | 907 | clk = clk_register_gate(NULL, "spdif_in_clk", "spdif_in_mclk", 0, |
| 911 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_SPDIF_IN_CLK_ENB, 0, | 908 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_SPDIF_IN_CLK_ENB, 0, |
| 912 | &_lock); | 909 | &_lock); |
| 913 | clk_register_clkdev(clk, NULL, "spdif-in"); | 910 | clk_register_clkdev(clk, NULL, "spdif-in"); |
| 914 | 911 | ||
| 915 | clk = clk_register_gate(NULL, "acp_clk", "acp_mux_clk", 0, | 912 | clk = clk_register_gate(NULL, "acp_clk", "acp_mclk", 0, |
| 916 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_ACP_CLK_ENB, 0, | 913 | SPEAR1340_PERIP2_CLK_ENB, SPEAR1340_ACP_CLK_ENB, 0, |
| 917 | &_lock); | 914 | &_lock); |
| 918 | clk_register_clkdev(clk, NULL, "acp_clk"); | 915 | clk_register_clkdev(clk, NULL, "acp_clk"); |
| 919 | 916 | ||
| 920 | clk = clk_register_gate(NULL, "plgpio_clk", "plgpio_mux_clk", 0, | 917 | clk = clk_register_gate(NULL, "plgpio_clk", "plgpio_mclk", 0, |
| 921 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_PLGPIO_CLK_ENB, 0, | 918 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_PLGPIO_CLK_ENB, 0, |
| 922 | &_lock); | 919 | &_lock); |
| 923 | clk_register_clkdev(clk, NULL, "plgpio"); | 920 | clk_register_clkdev(clk, NULL, "plgpio"); |
| 924 | 921 | ||
| 925 | clk = clk_register_gate(NULL, "video_dec_clk", "video_dec_mux_clk", 0, | 922 | clk = clk_register_gate(NULL, "video_dec_clk", "video_dec_mclk", 0, |
| 926 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_DEC_CLK_ENB, | 923 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_DEC_CLK_ENB, |
| 927 | 0, &_lock); | 924 | 0, &_lock); |
| 928 | clk_register_clkdev(clk, NULL, "video_dec"); | 925 | clk_register_clkdev(clk, NULL, "video_dec"); |
| 929 | 926 | ||
| 930 | clk = clk_register_gate(NULL, "video_enc_clk", "video_enc_mux_clk", 0, | 927 | clk = clk_register_gate(NULL, "video_enc_clk", "video_enc_mclk", 0, |
| 931 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_ENC_CLK_ENB, | 928 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_ENC_CLK_ENB, |
| 932 | 0, &_lock); | 929 | 0, &_lock); |
| 933 | clk_register_clkdev(clk, NULL, "video_enc"); | 930 | clk_register_clkdev(clk, NULL, "video_enc"); |
| 934 | 931 | ||
| 935 | clk = clk_register_gate(NULL, "video_in_clk", "video_in_mux_clk", 0, | 932 | clk = clk_register_gate(NULL, "video_in_clk", "video_in_mclk", 0, |
| 936 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_IN_CLK_ENB, 0, | 933 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_VIDEO_IN_CLK_ENB, 0, |
| 937 | &_lock); | 934 | &_lock); |
| 938 | clk_register_clkdev(clk, NULL, "spear_vip"); | 935 | clk_register_clkdev(clk, NULL, "spear_vip"); |
| 939 | 936 | ||
| 940 | clk = clk_register_gate(NULL, "cam0_clk", "cam0_mux_clk", 0, | 937 | clk = clk_register_gate(NULL, "cam0_clk", "cam0_mclk", 0, |
| 941 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM0_CLK_ENB, 0, | 938 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM0_CLK_ENB, 0, |
| 942 | &_lock); | 939 | &_lock); |
| 943 | clk_register_clkdev(clk, NULL, "spear_camif.0"); | 940 | clk_register_clkdev(clk, NULL, "spear_camif.0"); |
| 944 | 941 | ||
| 945 | clk = clk_register_gate(NULL, "cam1_clk", "cam1_mux_clk", 0, | 942 | clk = clk_register_gate(NULL, "cam1_clk", "cam1_mclk", 0, |
| 946 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM1_CLK_ENB, 0, | 943 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM1_CLK_ENB, 0, |
| 947 | &_lock); | 944 | &_lock); |
| 948 | clk_register_clkdev(clk, NULL, "spear_camif.1"); | 945 | clk_register_clkdev(clk, NULL, "spear_camif.1"); |
| 949 | 946 | ||
| 950 | clk = clk_register_gate(NULL, "cam2_clk", "cam2_mux_clk", 0, | 947 | clk = clk_register_gate(NULL, "cam2_clk", "cam2_mclk", 0, |
| 951 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM2_CLK_ENB, 0, | 948 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM2_CLK_ENB, 0, |
| 952 | &_lock); | 949 | &_lock); |
| 953 | clk_register_clkdev(clk, NULL, "spear_camif.2"); | 950 | clk_register_clkdev(clk, NULL, "spear_camif.2"); |
| 954 | 951 | ||
| 955 | clk = clk_register_gate(NULL, "cam3_clk", "cam3_mux_clk", 0, | 952 | clk = clk_register_gate(NULL, "cam3_clk", "cam3_mclk", 0, |
| 956 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM3_CLK_ENB, 0, | 953 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_CAM3_CLK_ENB, 0, |
| 957 | &_lock); | 954 | &_lock); |
| 958 | clk_register_clkdev(clk, NULL, "spear_camif.3"); | 955 | clk_register_clkdev(clk, NULL, "spear_camif.3"); |
| 959 | 956 | ||
| 960 | clk = clk_register_gate(NULL, "pwm_clk", "pwm_mux_clk", 0, | 957 | clk = clk_register_gate(NULL, "pwm_clk", "pwm_mclk", 0, |
| 961 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_PWM_CLK_ENB, 0, | 958 | SPEAR1340_PERIP3_CLK_ENB, SPEAR1340_PWM_CLK_ENB, 0, |
| 962 | &_lock); | 959 | &_lock); |
| 963 | clk_register_clkdev(clk, NULL, "pwm"); | 960 | clk_register_clkdev(clk, NULL, "pwm"); |
diff --git a/drivers/clk/spear/spear3xx_clock.c b/drivers/clk/spear/spear3xx_clock.c index 01dd6daff2a1..c3157454bb3f 100644 --- a/drivers/clk/spear/spear3xx_clock.c +++ b/drivers/clk/spear/spear3xx_clock.c | |||
| @@ -122,12 +122,12 @@ static struct gpt_rate_tbl gpt_rtbl[] = { | |||
| 122 | }; | 122 | }; |
| 123 | 123 | ||
| 124 | /* clock parents */ | 124 | /* clock parents */ |
| 125 | static const char *uart0_parents[] = { "pll3_48m_clk", "uart_synth_gate_clk", }; | 125 | static const char *uart0_parents[] = { "pll3_clk", "uart_syn_gclk", }; |
| 126 | static const char *firda_parents[] = { "pll3_48m_clk", "firda_synth_gate_clk", | 126 | static const char *firda_parents[] = { "pll3_clk", "firda_syn_gclk", |
| 127 | }; | 127 | }; |
| 128 | static const char *gpt0_parents[] = { "pll3_48m_clk", "gpt0_synth_clk", }; | 128 | static const char *gpt0_parents[] = { "pll3_clk", "gpt0_syn_clk", }; |
| 129 | static const char *gpt1_parents[] = { "pll3_48m_clk", "gpt1_synth_clk", }; | 129 | static const char *gpt1_parents[] = { "pll3_clk", "gpt1_syn_clk", }; |
| 130 | static const char *gpt2_parents[] = { "pll3_48m_clk", "gpt2_synth_clk", }; | 130 | static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; |
| 131 | static const char *gen2_3_parents[] = { "pll1_clk", "pll2_clk", }; | 131 | static const char *gen2_3_parents[] = { "pll1_clk", "pll2_clk", }; |
| 132 | static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", | 132 | static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", |
| 133 | "pll2_clk", }; | 133 | "pll2_clk", }; |
| @@ -137,7 +137,7 @@ static void __init spear300_clk_init(void) | |||
| 137 | { | 137 | { |
| 138 | struct clk *clk; | 138 | struct clk *clk; |
| 139 | 139 | ||
| 140 | clk = clk_register_fixed_factor(NULL, "clcd_clk", "ras_pll3_48m_clk", 0, | 140 | clk = clk_register_fixed_factor(NULL, "clcd_clk", "ras_pll3_clk", 0, |
| 141 | 1, 1); | 141 | 1, 1); |
| 142 | clk_register_clkdev(clk, NULL, "60000000.clcd"); | 142 | clk_register_clkdev(clk, NULL, "60000000.clcd"); |
| 143 | 143 | ||
| @@ -219,15 +219,11 @@ static void __init spear310_clk_init(void) | |||
| 219 | #define SPEAR320_UARTX_PCLK_VAL_SYNTH1 0x0 | 219 | #define SPEAR320_UARTX_PCLK_VAL_SYNTH1 0x0 |
| 220 | #define SPEAR320_UARTX_PCLK_VAL_APB 0x1 | 220 | #define SPEAR320_UARTX_PCLK_VAL_APB 0x1 |
| 221 | 221 | ||
| 222 | static const char *i2s_ref_parents[] = { "ras_pll2_clk", | 222 | static const char *i2s_ref_parents[] = { "ras_pll2_clk", "ras_syn2_gclk", }; |
| 223 | "ras_gen2_synth_gate_clk", }; | 223 | static const char *sdhci_parents[] = { "ras_pll3_clk", "ras_syn3_gclk", }; |
| 224 | static const char *sdhci_parents[] = { "ras_pll3_48m_clk", | ||
| 225 | "ras_gen3_synth_gate_clk", | ||
| 226 | }; | ||
| 227 | static const char *smii0_parents[] = { "smii_125m_pad", "ras_pll2_clk", | 224 | static const char *smii0_parents[] = { "smii_125m_pad", "ras_pll2_clk", |
| 228 | "ras_gen0_synth_gate_clk", }; | 225 | "ras_syn0_gclk", }; |
| 229 | static const char *uartx_parents[] = { "ras_gen1_synth_gate_clk", "ras_apb_clk", | 226 | static const char *uartx_parents[] = { "ras_syn1_gclk", "ras_apb_clk", }; |
| 230 | }; | ||
| 231 | 227 | ||
| 232 | static void __init spear320_clk_init(void) | 228 | static void __init spear320_clk_init(void) |
| 233 | { | 229 | { |
| @@ -237,7 +233,7 @@ static void __init spear320_clk_init(void) | |||
| 237 | CLK_IS_ROOT, 125000000); | 233 | CLK_IS_ROOT, 125000000); |
| 238 | clk_register_clkdev(clk, "smii_125m_pad", NULL); | 234 | clk_register_clkdev(clk, "smii_125m_pad", NULL); |
| 239 | 235 | ||
| 240 | clk = clk_register_fixed_factor(NULL, "clcd_clk", "ras_pll3_48m_clk", 0, | 236 | clk = clk_register_fixed_factor(NULL, "clcd_clk", "ras_pll3_clk", 0, |
| 241 | 1, 1); | 237 | 1, 1); |
| 242 | clk_register_clkdev(clk, NULL, "90000000.clcd"); | 238 | clk_register_clkdev(clk, NULL, "90000000.clcd"); |
| 243 | 239 | ||
| @@ -363,9 +359,9 @@ void __init spear3xx_clk_init(void) | |||
| 363 | clk_register_clkdev(clk, NULL, "fc900000.rtc"); | 359 | clk_register_clkdev(clk, NULL, "fc900000.rtc"); |
| 364 | 360 | ||
| 365 | /* clock derived from 24 MHz osc clk */ | 361 | /* clock derived from 24 MHz osc clk */ |
| 366 | clk = clk_register_fixed_rate(NULL, "pll3_48m_clk", "osc_24m_clk", 0, | 362 | clk = clk_register_fixed_rate(NULL, "pll3_clk", "osc_24m_clk", 0, |
| 367 | 48000000); | 363 | 48000000); |
| 368 | clk_register_clkdev(clk, "pll3_48m_clk", NULL); | 364 | clk_register_clkdev(clk, "pll3_clk", NULL); |
| 369 | 365 | ||
| 370 | clk = clk_register_fixed_factor(NULL, "wdt_clk", "osc_24m_clk", 0, 1, | 366 | clk = clk_register_fixed_factor(NULL, "wdt_clk", "osc_24m_clk", 0, 1, |
| 371 | 1); | 367 | 1); |
| @@ -392,98 +388,98 @@ void __init spear3xx_clk_init(void) | |||
| 392 | HCLK_RATIO_MASK, 0, &_lock); | 388 | HCLK_RATIO_MASK, 0, &_lock); |
| 393 | clk_register_clkdev(clk, "ahb_clk", NULL); | 389 | clk_register_clkdev(clk, "ahb_clk", NULL); |
| 394 | 390 | ||
| 395 | clk = clk_register_aux("uart_synth_clk", "uart_synth_gate_clk", | 391 | clk = clk_register_aux("uart_syn_clk", "uart_syn_gclk", "pll1_clk", 0, |
| 396 | "pll1_clk", 0, UART_CLK_SYNT, NULL, aux_rtbl, | 392 | UART_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 397 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 393 | &_lock, &clk1); |
| 398 | clk_register_clkdev(clk, "uart_synth_clk", NULL); | 394 | clk_register_clkdev(clk, "uart_syn_clk", NULL); |
| 399 | clk_register_clkdev(clk1, "uart_synth_gate_clk", NULL); | 395 | clk_register_clkdev(clk1, "uart_syn_gclk", NULL); |
| 400 | 396 | ||
| 401 | clk = clk_register_mux(NULL, "uart0_mux_clk", uart0_parents, | 397 | clk = clk_register_mux(NULL, "uart0_mclk", uart0_parents, |
| 402 | ARRAY_SIZE(uart0_parents), 0, PERIP_CLK_CFG, | 398 | ARRAY_SIZE(uart0_parents), 0, PERIP_CLK_CFG, |
| 403 | UART_CLK_SHIFT, UART_CLK_MASK, 0, &_lock); | 399 | UART_CLK_SHIFT, UART_CLK_MASK, 0, &_lock); |
| 404 | clk_register_clkdev(clk, "uart0_mux_clk", NULL); | 400 | clk_register_clkdev(clk, "uart0_mclk", NULL); |
| 405 | 401 | ||
| 406 | clk = clk_register_gate(NULL, "uart0", "uart0_mux_clk", 0, | 402 | clk = clk_register_gate(NULL, "uart0", "uart0_mclk", 0, PERIP1_CLK_ENB, |
| 407 | PERIP1_CLK_ENB, UART_CLK_ENB, 0, &_lock); | 403 | UART_CLK_ENB, 0, &_lock); |
| 408 | clk_register_clkdev(clk, NULL, "d0000000.serial"); | 404 | clk_register_clkdev(clk, NULL, "d0000000.serial"); |
| 409 | 405 | ||
| 410 | clk = clk_register_aux("firda_synth_clk", "firda_synth_gate_clk", | 406 | clk = clk_register_aux("firda_syn_clk", "firda_syn_gclk", "pll1_clk", 0, |
| 411 | "pll1_clk", 0, FIRDA_CLK_SYNT, NULL, aux_rtbl, | 407 | FIRDA_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 412 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 408 | &_lock, &clk1); |
| 413 | clk_register_clkdev(clk, "firda_synth_clk", NULL); | 409 | clk_register_clkdev(clk, "firda_syn_clk", NULL); |
| 414 | clk_register_clkdev(clk1, "firda_synth_gate_clk", NULL); | 410 | clk_register_clkdev(clk1, "firda_syn_gclk", NULL); |
| 415 | 411 | ||
| 416 | clk = clk_register_mux(NULL, "firda_mux_clk", firda_parents, | 412 | clk = clk_register_mux(NULL, "firda_mclk", firda_parents, |
| 417 | ARRAY_SIZE(firda_parents), 0, PERIP_CLK_CFG, | 413 | ARRAY_SIZE(firda_parents), 0, PERIP_CLK_CFG, |
| 418 | FIRDA_CLK_SHIFT, FIRDA_CLK_MASK, 0, &_lock); | 414 | FIRDA_CLK_SHIFT, FIRDA_CLK_MASK, 0, &_lock); |
| 419 | clk_register_clkdev(clk, "firda_mux_clk", NULL); | 415 | clk_register_clkdev(clk, "firda_mclk", NULL); |
| 420 | 416 | ||
| 421 | clk = clk_register_gate(NULL, "firda_clk", "firda_mux_clk", 0, | 417 | clk = clk_register_gate(NULL, "firda_clk", "firda_mclk", 0, |
| 422 | PERIP1_CLK_ENB, FIRDA_CLK_ENB, 0, &_lock); | 418 | PERIP1_CLK_ENB, FIRDA_CLK_ENB, 0, &_lock); |
| 423 | clk_register_clkdev(clk, NULL, "firda"); | 419 | clk_register_clkdev(clk, NULL, "firda"); |
| 424 | 420 | ||
| 425 | /* gpt clocks */ | 421 | /* gpt clocks */ |
| 426 | clk_register_gpt("gpt0_synth_clk", "pll1_clk", 0, PRSC0_CLK_CFG, | 422 | clk_register_gpt("gpt0_syn_clk", "pll1_clk", 0, PRSC0_CLK_CFG, gpt_rtbl, |
| 427 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 423 | ARRAY_SIZE(gpt_rtbl), &_lock); |
| 428 | clk = clk_register_mux(NULL, "gpt0_clk", gpt0_parents, | 424 | clk = clk_register_mux(NULL, "gpt0_clk", gpt0_parents, |
| 429 | ARRAY_SIZE(gpt0_parents), 0, PERIP_CLK_CFG, | 425 | ARRAY_SIZE(gpt0_parents), 0, PERIP_CLK_CFG, |
| 430 | GPT0_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 426 | GPT0_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 431 | clk_register_clkdev(clk, NULL, "gpt0"); | 427 | clk_register_clkdev(clk, NULL, "gpt0"); |
| 432 | 428 | ||
| 433 | clk_register_gpt("gpt1_synth_clk", "pll1_clk", 0, PRSC1_CLK_CFG, | 429 | clk_register_gpt("gpt1_syn_clk", "pll1_clk", 0, PRSC1_CLK_CFG, gpt_rtbl, |
| 434 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 430 | ARRAY_SIZE(gpt_rtbl), &_lock); |
| 435 | clk = clk_register_mux(NULL, "gpt1_mux_clk", gpt1_parents, | 431 | clk = clk_register_mux(NULL, "gpt1_mclk", gpt1_parents, |
| 436 | ARRAY_SIZE(gpt1_parents), 0, PERIP_CLK_CFG, | 432 | ARRAY_SIZE(gpt1_parents), 0, PERIP_CLK_CFG, |
| 437 | GPT1_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 433 | GPT1_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 438 | clk_register_clkdev(clk, "gpt1_mux_clk", NULL); | 434 | clk_register_clkdev(clk, "gpt1_mclk", NULL); |
| 439 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mux_clk", 0, | 435 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mclk", 0, |
| 440 | PERIP1_CLK_ENB, GPT1_CLK_ENB, 0, &_lock); | 436 | PERIP1_CLK_ENB, GPT1_CLK_ENB, 0, &_lock); |
| 441 | clk_register_clkdev(clk, NULL, "gpt1"); | 437 | clk_register_clkdev(clk, NULL, "gpt1"); |
| 442 | 438 | ||
| 443 | clk_register_gpt("gpt2_synth_clk", "pll1_clk", 0, PRSC2_CLK_CFG, | 439 | clk_register_gpt("gpt2_syn_clk", "pll1_clk", 0, PRSC2_CLK_CFG, gpt_rtbl, |
| 444 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 440 | ARRAY_SIZE(gpt_rtbl), &_lock); |
| 445 | clk = clk_register_mux(NULL, "gpt2_mux_clk", gpt2_parents, | 441 | clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, |
| 446 | ARRAY_SIZE(gpt2_parents), 0, PERIP_CLK_CFG, | 442 | ARRAY_SIZE(gpt2_parents), 0, PERIP_CLK_CFG, |
| 447 | GPT2_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 443 | GPT2_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 448 | clk_register_clkdev(clk, "gpt2_mux_clk", NULL); | 444 | clk_register_clkdev(clk, "gpt2_mclk", NULL); |
| 449 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mux_clk", 0, | 445 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mclk", 0, |
| 450 | PERIP1_CLK_ENB, GPT2_CLK_ENB, 0, &_lock); | 446 | PERIP1_CLK_ENB, GPT2_CLK_ENB, 0, &_lock); |
| 451 | clk_register_clkdev(clk, NULL, "gpt2"); | 447 | clk_register_clkdev(clk, NULL, "gpt2"); |
| 452 | 448 | ||
| 453 | /* general synths clocks */ | 449 | /* general synths clocks */ |
| 454 | clk = clk_register_aux("gen0_synth_clk", "gen0_synth_gate_clk", | 450 | clk = clk_register_aux("gen0_syn_clk", "gen0_syn_gclk", "pll1_clk", |
| 455 | "pll1_clk", 0, GEN0_CLK_SYNT, NULL, aux_rtbl, | 451 | 0, GEN0_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 456 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 452 | &_lock, &clk1); |
| 457 | clk_register_clkdev(clk, "gen0_synth_clk", NULL); | 453 | clk_register_clkdev(clk, "gen0_syn_clk", NULL); |
| 458 | clk_register_clkdev(clk1, "gen0_synth_gate_clk", NULL); | 454 | clk_register_clkdev(clk1, "gen0_syn_gclk", NULL); |
| 459 | 455 | ||
| 460 | clk = clk_register_aux("gen1_synth_clk", "gen1_synth_gate_clk", | 456 | clk = clk_register_aux("gen1_syn_clk", "gen1_syn_gclk", "pll1_clk", |
| 461 | "pll1_clk", 0, GEN1_CLK_SYNT, NULL, aux_rtbl, | 457 | 0, GEN1_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 462 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 458 | &_lock, &clk1); |
| 463 | clk_register_clkdev(clk, "gen1_synth_clk", NULL); | 459 | clk_register_clkdev(clk, "gen1_syn_clk", NULL); |
| 464 | clk_register_clkdev(clk1, "gen1_synth_gate_clk", NULL); | 460 | clk_register_clkdev(clk1, "gen1_syn_gclk", NULL); |
| 465 | 461 | ||
| 466 | clk = clk_register_mux(NULL, "gen2_3_parent_clk", gen2_3_parents, | 462 | clk = clk_register_mux(NULL, "gen2_3_par_clk", gen2_3_parents, |
| 467 | ARRAY_SIZE(gen2_3_parents), 0, CORE_CLK_CFG, | 463 | ARRAY_SIZE(gen2_3_parents), 0, CORE_CLK_CFG, |
| 468 | GEN_SYNTH2_3_CLK_SHIFT, GEN_SYNTH2_3_CLK_MASK, 0, | 464 | GEN_SYNTH2_3_CLK_SHIFT, GEN_SYNTH2_3_CLK_MASK, 0, |
| 469 | &_lock); | 465 | &_lock); |
| 470 | clk_register_clkdev(clk, "gen2_3_parent_clk", NULL); | 466 | clk_register_clkdev(clk, "gen2_3_par_clk", NULL); |
| 471 | 467 | ||
| 472 | clk = clk_register_aux("gen2_synth_clk", "gen2_synth_gate_clk", | 468 | clk = clk_register_aux("gen2_syn_clk", "gen2_syn_gclk", |
| 473 | "gen2_3_parent_clk", 0, GEN2_CLK_SYNT, NULL, aux_rtbl, | 469 | "gen2_3_par_clk", 0, GEN2_CLK_SYNT, NULL, aux_rtbl, |
| 474 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 470 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 475 | clk_register_clkdev(clk, "gen2_synth_clk", NULL); | 471 | clk_register_clkdev(clk, "gen2_syn_clk", NULL); |
| 476 | clk_register_clkdev(clk1, "gen2_synth_gate_clk", NULL); | 472 | clk_register_clkdev(clk1, "gen2_syn_gclk", NULL); |
| 477 | 473 | ||
| 478 | clk = clk_register_aux("gen3_synth_clk", "gen3_synth_gate_clk", | 474 | clk = clk_register_aux("gen3_syn_clk", "gen3_syn_gclk", |
| 479 | "gen2_3_parent_clk", 0, GEN3_CLK_SYNT, NULL, aux_rtbl, | 475 | "gen2_3_par_clk", 0, GEN3_CLK_SYNT, NULL, aux_rtbl, |
| 480 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 476 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); |
| 481 | clk_register_clkdev(clk, "gen3_synth_clk", NULL); | 477 | clk_register_clkdev(clk, "gen3_syn_clk", NULL); |
| 482 | clk_register_clkdev(clk1, "gen3_synth_gate_clk", NULL); | 478 | clk_register_clkdev(clk1, "gen3_syn_gclk", NULL); |
| 483 | 479 | ||
| 484 | /* clock derived from pll3 clk */ | 480 | /* clock derived from pll3 clk */ |
| 485 | clk = clk_register_gate(NULL, "usbh_clk", "pll3_48m_clk", 0, | 481 | clk = clk_register_gate(NULL, "usbh_clk", "pll3_clk", 0, PERIP1_CLK_ENB, |
| 486 | PERIP1_CLK_ENB, USBH_CLK_ENB, 0, &_lock); | 482 | USBH_CLK_ENB, 0, &_lock); |
| 487 | clk_register_clkdev(clk, "usbh_clk", NULL); | 483 | clk_register_clkdev(clk, "usbh_clk", NULL); |
| 488 | 484 | ||
| 489 | clk = clk_register_fixed_factor(NULL, "usbh.0_clk", "usbh_clk", 0, 1, | 485 | clk = clk_register_fixed_factor(NULL, "usbh.0_clk", "usbh_clk", 0, 1, |
| @@ -494,8 +490,8 @@ void __init spear3xx_clk_init(void) | |||
| 494 | 1); | 490 | 1); |
| 495 | clk_register_clkdev(clk, "usbh.1_clk", NULL); | 491 | clk_register_clkdev(clk, "usbh.1_clk", NULL); |
| 496 | 492 | ||
| 497 | clk = clk_register_gate(NULL, "usbd_clk", "pll3_48m_clk", 0, | 493 | clk = clk_register_gate(NULL, "usbd_clk", "pll3_clk", 0, PERIP1_CLK_ENB, |
| 498 | PERIP1_CLK_ENB, USBD_CLK_ENB, 0, &_lock); | 494 | USBD_CLK_ENB, 0, &_lock); |
| 499 | clk_register_clkdev(clk, NULL, "designware_udc"); | 495 | clk_register_clkdev(clk, NULL, "designware_udc"); |
| 500 | 496 | ||
| 501 | /* clock derived from ahb clk */ | 497 | /* clock derived from ahb clk */ |
| @@ -579,29 +575,25 @@ void __init spear3xx_clk_init(void) | |||
| 579 | RAS_CLK_ENB, RAS_PLL2_CLK_ENB, 0, &_lock); | 575 | RAS_CLK_ENB, RAS_PLL2_CLK_ENB, 0, &_lock); |
| 580 | clk_register_clkdev(clk, "ras_pll2_clk", NULL); | 576 | clk_register_clkdev(clk, "ras_pll2_clk", NULL); |
| 581 | 577 | ||
| 582 | clk = clk_register_gate(NULL, "ras_pll3_48m_clk", "pll3_48m_clk", 0, | 578 | clk = clk_register_gate(NULL, "ras_pll3_clk", "pll3_clk", 0, |
| 583 | RAS_CLK_ENB, RAS_48M_CLK_ENB, 0, &_lock); | 579 | RAS_CLK_ENB, RAS_48M_CLK_ENB, 0, &_lock); |
| 584 | clk_register_clkdev(clk, "ras_pll3_48m_clk", NULL); | 580 | clk_register_clkdev(clk, "ras_pll3_clk", NULL); |
| 585 | 581 | ||
| 586 | clk = clk_register_gate(NULL, "ras_gen0_synth_gate_clk", | 582 | clk = clk_register_gate(NULL, "ras_syn0_gclk", "gen0_syn_gclk", 0, |
| 587 | "gen0_synth_gate_clk", 0, RAS_CLK_ENB, | 583 | RAS_CLK_ENB, RAS_SYNT0_CLK_ENB, 0, &_lock); |
| 588 | RAS_SYNT0_CLK_ENB, 0, &_lock); | 584 | clk_register_clkdev(clk, "ras_syn0_gclk", NULL); |
| 589 | clk_register_clkdev(clk, "ras_gen0_synth_gate_clk", NULL); | 585 | |
| 590 | 586 | clk = clk_register_gate(NULL, "ras_syn1_gclk", "gen1_syn_gclk", 0, | |
| 591 | clk = clk_register_gate(NULL, "ras_gen1_synth_gate_clk", | 587 | RAS_CLK_ENB, RAS_SYNT1_CLK_ENB, 0, &_lock); |
| 592 | "gen1_synth_gate_clk", 0, RAS_CLK_ENB, | 588 | clk_register_clkdev(clk, "ras_syn1_gclk", NULL); |
| 593 | RAS_SYNT1_CLK_ENB, 0, &_lock); | 589 | |
| 594 | clk_register_clkdev(clk, "ras_gen1_synth_gate_clk", NULL); | 590 | clk = clk_register_gate(NULL, "ras_syn2_gclk", "gen2_syn_gclk", 0, |
| 595 | 591 | RAS_CLK_ENB, RAS_SYNT2_CLK_ENB, 0, &_lock); | |
| 596 | clk = clk_register_gate(NULL, "ras_gen2_synth_gate_clk", | 592 | clk_register_clkdev(clk, "ras_syn2_gclk", NULL); |
| 597 | "gen2_synth_gate_clk", 0, RAS_CLK_ENB, | 593 | |
| 598 | RAS_SYNT2_CLK_ENB, 0, &_lock); | 594 | clk = clk_register_gate(NULL, "ras_syn3_gclk", "gen3_syn_gclk", 0, |
| 599 | clk_register_clkdev(clk, "ras_gen2_synth_gate_clk", NULL); | 595 | RAS_CLK_ENB, RAS_SYNT3_CLK_ENB, 0, &_lock); |
| 600 | 596 | clk_register_clkdev(clk, "ras_syn3_gclk", NULL); | |
| 601 | clk = clk_register_gate(NULL, "ras_gen3_synth_gate_clk", | ||
| 602 | "gen3_synth_gate_clk", 0, RAS_CLK_ENB, | ||
| 603 | RAS_SYNT3_CLK_ENB, 0, &_lock); | ||
| 604 | clk_register_clkdev(clk, "ras_gen3_synth_gate_clk", NULL); | ||
| 605 | 597 | ||
| 606 | if (of_machine_is_compatible("st,spear300")) | 598 | if (of_machine_is_compatible("st,spear300")) |
| 607 | spear300_clk_init(); | 599 | spear300_clk_init(); |
diff --git a/drivers/clk/spear/spear6xx_clock.c b/drivers/clk/spear/spear6xx_clock.c index 61026ae564ab..a98d0866f541 100644 --- a/drivers/clk/spear/spear6xx_clock.c +++ b/drivers/clk/spear/spear6xx_clock.c | |||
| @@ -97,13 +97,12 @@ static struct aux_rate_tbl aux_rtbl[] = { | |||
| 97 | {.xscale = 1, .yscale = 2, .eq = 1}, /* 166 MHz */ | 97 | {.xscale = 1, .yscale = 2, .eq = 1}, /* 166 MHz */ |
| 98 | }; | 98 | }; |
| 99 | 99 | ||
| 100 | static const char *clcd_parents[] = { "pll3_48m_clk", "clcd_synth_gate_clk", }; | 100 | static const char *clcd_parents[] = { "pll3_clk", "clcd_syn_gclk", }; |
| 101 | static const char *firda_parents[] = { "pll3_48m_clk", "firda_synth_gate_clk", | 101 | static const char *firda_parents[] = { "pll3_clk", "firda_syn_gclk", }; |
| 102 | }; | 102 | static const char *uart_parents[] = { "pll3_clk", "uart_syn_gclk", }; |
| 103 | static const char *uart_parents[] = { "pll3_48m_clk", "uart_synth_gate_clk", }; | 103 | static const char *gpt0_1_parents[] = { "pll3_clk", "gpt0_1_syn_clk", }; |
| 104 | static const char *gpt0_1_parents[] = { "pll3_48m_clk", "gpt0_1_synth_clk", }; | 104 | static const char *gpt2_parents[] = { "pll3_clk", "gpt2_syn_clk", }; |
| 105 | static const char *gpt2_parents[] = { "pll3_48m_clk", "gpt2_synth_clk", }; | 105 | static const char *gpt3_parents[] = { "pll3_clk", "gpt3_syn_clk", }; |
| 106 | static const char *gpt3_parents[] = { "pll3_48m_clk", "gpt3_synth_clk", }; | ||
| 107 | static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", | 106 | static const char *ddr_parents[] = { "ahb_clk", "ahbmult2_clk", "none", |
| 108 | "pll2_clk", }; | 107 | "pll2_clk", }; |
| 109 | 108 | ||
| @@ -136,9 +135,9 @@ void __init spear6xx_clk_init(void) | |||
| 136 | clk_register_clkdev(clk, NULL, "rtc-spear"); | 135 | clk_register_clkdev(clk, NULL, "rtc-spear"); |
| 137 | 136 | ||
| 138 | /* clock derived from 30 MHz osc clk */ | 137 | /* clock derived from 30 MHz osc clk */ |
| 139 | clk = clk_register_fixed_rate(NULL, "pll3_48m_clk", "osc_24m_clk", 0, | 138 | clk = clk_register_fixed_rate(NULL, "pll3_clk", "osc_24m_clk", 0, |
| 140 | 48000000); | 139 | 48000000); |
| 141 | clk_register_clkdev(clk, "pll3_48m_clk", NULL); | 140 | clk_register_clkdev(clk, "pll3_clk", NULL); |
| 142 | 141 | ||
| 143 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "osc_30m_clk", | 142 | clk = clk_register_vco_pll("vco1_clk", "pll1_clk", NULL, "osc_30m_clk", |
| 144 | 0, PLL1_CTR, PLL1_FRQ, pll_rtbl, ARRAY_SIZE(pll_rtbl), | 143 | 0, PLL1_CTR, PLL1_FRQ, pll_rtbl, ARRAY_SIZE(pll_rtbl), |
| @@ -146,9 +145,9 @@ void __init spear6xx_clk_init(void) | |||
| 146 | clk_register_clkdev(clk, "vco1_clk", NULL); | 145 | clk_register_clkdev(clk, "vco1_clk", NULL); |
| 147 | clk_register_clkdev(clk1, "pll1_clk", NULL); | 146 | clk_register_clkdev(clk1, "pll1_clk", NULL); |
| 148 | 147 | ||
| 149 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, | 148 | clk = clk_register_vco_pll("vco2_clk", "pll2_clk", NULL, "osc_30m_clk", |
| 150 | "osc_30m_clk", 0, PLL2_CTR, PLL2_FRQ, pll_rtbl, | 149 | 0, PLL2_CTR, PLL2_FRQ, pll_rtbl, ARRAY_SIZE(pll_rtbl), |
| 151 | ARRAY_SIZE(pll_rtbl), &_lock, &clk1, NULL); | 150 | &_lock, &clk1, NULL); |
| 152 | clk_register_clkdev(clk, "vco2_clk", NULL); | 151 | clk_register_clkdev(clk, "vco2_clk", NULL); |
| 153 | clk_register_clkdev(clk1, "pll2_clk", NULL); | 152 | clk_register_clkdev(clk1, "pll2_clk", NULL); |
| 154 | 153 | ||
| @@ -165,111 +164,111 @@ void __init spear6xx_clk_init(void) | |||
| 165 | HCLK_RATIO_MASK, 0, &_lock); | 164 | HCLK_RATIO_MASK, 0, &_lock); |
| 166 | clk_register_clkdev(clk, "ahb_clk", NULL); | 165 | clk_register_clkdev(clk, "ahb_clk", NULL); |
| 167 | 166 | ||
| 168 | clk = clk_register_aux("uart_synth_clk", "uart_synth_gate_clk", | 167 | clk = clk_register_aux("uart_syn_clk", "uart_syn_gclk", "pll1_clk", 0, |
| 169 | "pll1_clk", 0, UART_CLK_SYNT, NULL, aux_rtbl, | 168 | UART_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 170 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 169 | &_lock, &clk1); |
| 171 | clk_register_clkdev(clk, "uart_synth_clk", NULL); | 170 | clk_register_clkdev(clk, "uart_syn_clk", NULL); |
| 172 | clk_register_clkdev(clk1, "uart_synth_gate_clk", NULL); | 171 | clk_register_clkdev(clk1, "uart_syn_gclk", NULL); |
| 173 | 172 | ||
| 174 | clk = clk_register_mux(NULL, "uart_mux_clk", uart_parents, | 173 | clk = clk_register_mux(NULL, "uart_mclk", uart_parents, |
| 175 | ARRAY_SIZE(uart_parents), 0, PERIP_CLK_CFG, | 174 | ARRAY_SIZE(uart_parents), 0, PERIP_CLK_CFG, |
| 176 | UART_CLK_SHIFT, UART_CLK_MASK, 0, &_lock); | 175 | UART_CLK_SHIFT, UART_CLK_MASK, 0, &_lock); |
| 177 | clk_register_clkdev(clk, "uart_mux_clk", NULL); | 176 | clk_register_clkdev(clk, "uart_mclk", NULL); |
| 178 | 177 | ||
| 179 | clk = clk_register_gate(NULL, "uart0", "uart_mux_clk", 0, | 178 | clk = clk_register_gate(NULL, "uart0", "uart_mclk", 0, PERIP1_CLK_ENB, |
| 180 | PERIP1_CLK_ENB, UART0_CLK_ENB, 0, &_lock); | 179 | UART0_CLK_ENB, 0, &_lock); |
| 181 | clk_register_clkdev(clk, NULL, "d0000000.serial"); | 180 | clk_register_clkdev(clk, NULL, "d0000000.serial"); |
| 182 | 181 | ||
| 183 | clk = clk_register_gate(NULL, "uart1", "uart_mux_clk", 0, | 182 | clk = clk_register_gate(NULL, "uart1", "uart_mclk", 0, PERIP1_CLK_ENB, |
| 184 | PERIP1_CLK_ENB, UART1_CLK_ENB, 0, &_lock); | 183 | UART1_CLK_ENB, 0, &_lock); |
| 185 | clk_register_clkdev(clk, NULL, "d0080000.serial"); | 184 | clk_register_clkdev(clk, NULL, "d0080000.serial"); |
| 186 | 185 | ||
| 187 | clk = clk_register_aux("firda_synth_clk", "firda_synth_gate_clk", | 186 | clk = clk_register_aux("firda_syn_clk", "firda_syn_gclk", "pll1_clk", |
| 188 | "pll1_clk", 0, FIRDA_CLK_SYNT, NULL, aux_rtbl, | 187 | 0, FIRDA_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 189 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 188 | &_lock, &clk1); |
| 190 | clk_register_clkdev(clk, "firda_synth_clk", NULL); | 189 | clk_register_clkdev(clk, "firda_syn_clk", NULL); |
| 191 | clk_register_clkdev(clk1, "firda_synth_gate_clk", NULL); | 190 | clk_register_clkdev(clk1, "firda_syn_gclk", NULL); |
| 192 | 191 | ||
| 193 | clk = clk_register_mux(NULL, "firda_mux_clk", firda_parents, | 192 | clk = clk_register_mux(NULL, "firda_mclk", firda_parents, |
| 194 | ARRAY_SIZE(firda_parents), 0, PERIP_CLK_CFG, | 193 | ARRAY_SIZE(firda_parents), 0, PERIP_CLK_CFG, |
| 195 | FIRDA_CLK_SHIFT, FIRDA_CLK_MASK, 0, &_lock); | 194 | FIRDA_CLK_SHIFT, FIRDA_CLK_MASK, 0, &_lock); |
| 196 | clk_register_clkdev(clk, "firda_mux_clk", NULL); | 195 | clk_register_clkdev(clk, "firda_mclk", NULL); |
| 197 | 196 | ||
| 198 | clk = clk_register_gate(NULL, "firda_clk", "firda_mux_clk", 0, | 197 | clk = clk_register_gate(NULL, "firda_clk", "firda_mclk", 0, |
| 199 | PERIP1_CLK_ENB, FIRDA_CLK_ENB, 0, &_lock); | 198 | PERIP1_CLK_ENB, FIRDA_CLK_ENB, 0, &_lock); |
| 200 | clk_register_clkdev(clk, NULL, "firda"); | 199 | clk_register_clkdev(clk, NULL, "firda"); |
| 201 | 200 | ||
| 202 | clk = clk_register_aux("clcd_synth_clk", "clcd_synth_gate_clk", | 201 | clk = clk_register_aux("clcd_syn_clk", "clcd_syn_gclk", "pll1_clk", |
| 203 | "pll1_clk", 0, CLCD_CLK_SYNT, NULL, aux_rtbl, | 202 | 0, CLCD_CLK_SYNT, NULL, aux_rtbl, ARRAY_SIZE(aux_rtbl), |
| 204 | ARRAY_SIZE(aux_rtbl), &_lock, &clk1); | 203 | &_lock, &clk1); |
| 205 | clk_register_clkdev(clk, "clcd_synth_clk", NULL); | 204 | clk_register_clkdev(clk, "clcd_syn_clk", NULL); |
| 206 | clk_register_clkdev(clk1, "clcd_synth_gate_clk", NULL); | 205 | clk_register_clkdev(clk1, "clcd_syn_gclk", NULL); |
| 207 | 206 | ||
| 208 | clk = clk_register_mux(NULL, "clcd_mux_clk", clcd_parents, | 207 | clk = clk_register_mux(NULL, "clcd_mclk", clcd_parents, |
| 209 | ARRAY_SIZE(clcd_parents), 0, PERIP_CLK_CFG, | 208 | ARRAY_SIZE(clcd_parents), 0, PERIP_CLK_CFG, |
| 210 | CLCD_CLK_SHIFT, CLCD_CLK_MASK, 0, &_lock); | 209 | CLCD_CLK_SHIFT, CLCD_CLK_MASK, 0, &_lock); |
| 211 | clk_register_clkdev(clk, "clcd_mux_clk", NULL); | 210 | clk_register_clkdev(clk, "clcd_mclk", NULL); |
| 212 | 211 | ||
| 213 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_mux_clk", 0, | 212 | clk = clk_register_gate(NULL, "clcd_clk", "clcd_mclk", 0, |
| 214 | PERIP1_CLK_ENB, CLCD_CLK_ENB, 0, &_lock); | 213 | PERIP1_CLK_ENB, CLCD_CLK_ENB, 0, &_lock); |
| 215 | clk_register_clkdev(clk, NULL, "clcd"); | 214 | clk_register_clkdev(clk, NULL, "clcd"); |
| 216 | 215 | ||
| 217 | /* gpt clocks */ | 216 | /* gpt clocks */ |
| 218 | clk = clk_register_gpt("gpt0_1_synth_clk", "pll1_clk", 0, PRSC0_CLK_CFG, | 217 | clk = clk_register_gpt("gpt0_1_syn_clk", "pll1_clk", 0, PRSC0_CLK_CFG, |
| 219 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 218 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); |
| 220 | clk_register_clkdev(clk, "gpt0_1_synth_clk", NULL); | 219 | clk_register_clkdev(clk, "gpt0_1_syn_clk", NULL); |
| 221 | 220 | ||
| 222 | clk = clk_register_mux(NULL, "gpt0_mux_clk", gpt0_1_parents, | 221 | clk = clk_register_mux(NULL, "gpt0_mclk", gpt0_1_parents, |
| 223 | ARRAY_SIZE(gpt0_1_parents), 0, PERIP_CLK_CFG, | 222 | ARRAY_SIZE(gpt0_1_parents), 0, PERIP_CLK_CFG, |
| 224 | GPT0_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 223 | GPT0_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 225 | clk_register_clkdev(clk, NULL, "gpt0"); | 224 | clk_register_clkdev(clk, NULL, "gpt0"); |
| 226 | 225 | ||
| 227 | clk = clk_register_mux(NULL, "gpt1_mux_clk", gpt0_1_parents, | 226 | clk = clk_register_mux(NULL, "gpt1_mclk", gpt0_1_parents, |
| 228 | ARRAY_SIZE(gpt0_1_parents), 0, PERIP_CLK_CFG, | 227 | ARRAY_SIZE(gpt0_1_parents), 0, PERIP_CLK_CFG, |
| 229 | GPT1_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 228 | GPT1_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 230 | clk_register_clkdev(clk, "gpt1_mux_clk", NULL); | 229 | clk_register_clkdev(clk, "gpt1_mclk", NULL); |
| 231 | 230 | ||
| 232 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mux_clk", 0, | 231 | clk = clk_register_gate(NULL, "gpt1_clk", "gpt1_mclk", 0, |
| 233 | PERIP1_CLK_ENB, GPT1_CLK_ENB, 0, &_lock); | 232 | PERIP1_CLK_ENB, GPT1_CLK_ENB, 0, &_lock); |
| 234 | clk_register_clkdev(clk, NULL, "gpt1"); | 233 | clk_register_clkdev(clk, NULL, "gpt1"); |
| 235 | 234 | ||
| 236 | clk = clk_register_gpt("gpt2_synth_clk", "pll1_clk", 0, PRSC1_CLK_CFG, | 235 | clk = clk_register_gpt("gpt2_syn_clk", "pll1_clk", 0, PRSC1_CLK_CFG, |
| 237 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 236 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); |
| 238 | clk_register_clkdev(clk, "gpt2_synth_clk", NULL); | 237 | clk_register_clkdev(clk, "gpt2_syn_clk", NULL); |
| 239 | 238 | ||
| 240 | clk = clk_register_mux(NULL, "gpt2_mux_clk", gpt2_parents, | 239 | clk = clk_register_mux(NULL, "gpt2_mclk", gpt2_parents, |
| 241 | ARRAY_SIZE(gpt2_parents), 0, PERIP_CLK_CFG, | 240 | ARRAY_SIZE(gpt2_parents), 0, PERIP_CLK_CFG, |
| 242 | GPT2_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 241 | GPT2_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 243 | clk_register_clkdev(clk, "gpt2_mux_clk", NULL); | 242 | clk_register_clkdev(clk, "gpt2_mclk", NULL); |
| 244 | 243 | ||
| 245 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mux_clk", 0, | 244 | clk = clk_register_gate(NULL, "gpt2_clk", "gpt2_mclk", 0, |
| 246 | PERIP1_CLK_ENB, GPT2_CLK_ENB, 0, &_lock); | 245 | PERIP1_CLK_ENB, GPT2_CLK_ENB, 0, &_lock); |
| 247 | clk_register_clkdev(clk, NULL, "gpt2"); | 246 | clk_register_clkdev(clk, NULL, "gpt2"); |
| 248 | 247 | ||
| 249 | clk = clk_register_gpt("gpt3_synth_clk", "pll1_clk", 0, PRSC2_CLK_CFG, | 248 | clk = clk_register_gpt("gpt3_syn_clk", "pll1_clk", 0, PRSC2_CLK_CFG, |
| 250 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); | 249 | gpt_rtbl, ARRAY_SIZE(gpt_rtbl), &_lock); |
| 251 | clk_register_clkdev(clk, "gpt3_synth_clk", NULL); | 250 | clk_register_clkdev(clk, "gpt3_syn_clk", NULL); |
| 252 | 251 | ||
| 253 | clk = clk_register_mux(NULL, "gpt3_mux_clk", gpt3_parents, | 252 | clk = clk_register_mux(NULL, "gpt3_mclk", gpt3_parents, |
| 254 | ARRAY_SIZE(gpt3_parents), 0, PERIP_CLK_CFG, | 253 | ARRAY_SIZE(gpt3_parents), 0, PERIP_CLK_CFG, |
| 255 | GPT3_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); | 254 | GPT3_CLK_SHIFT, GPT_CLK_MASK, 0, &_lock); |
| 256 | clk_register_clkdev(clk, "gpt3_mux_clk", NULL); | 255 | clk_register_clkdev(clk, "gpt3_mclk", NULL); |
| 257 | 256 | ||
| 258 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mux_clk", 0, | 257 | clk = clk_register_gate(NULL, "gpt3_clk", "gpt3_mclk", 0, |
| 259 | PERIP1_CLK_ENB, GPT3_CLK_ENB, 0, &_lock); | 258 | PERIP1_CLK_ENB, GPT3_CLK_ENB, 0, &_lock); |
| 260 | clk_register_clkdev(clk, NULL, "gpt3"); | 259 | clk_register_clkdev(clk, NULL, "gpt3"); |
| 261 | 260 | ||
| 262 | /* clock derived from pll3 clk */ | 261 | /* clock derived from pll3 clk */ |
| 263 | clk = clk_register_gate(NULL, "usbh0_clk", "pll3_48m_clk", 0, | 262 | clk = clk_register_gate(NULL, "usbh0_clk", "pll3_clk", 0, |
| 264 | PERIP1_CLK_ENB, USBH0_CLK_ENB, 0, &_lock); | 263 | PERIP1_CLK_ENB, USBH0_CLK_ENB, 0, &_lock); |
| 265 | clk_register_clkdev(clk, NULL, "usbh.0_clk"); | 264 | clk_register_clkdev(clk, NULL, "usbh.0_clk"); |
| 266 | 265 | ||
| 267 | clk = clk_register_gate(NULL, "usbh1_clk", "pll3_48m_clk", 0, | 266 | clk = clk_register_gate(NULL, "usbh1_clk", "pll3_clk", 0, |
| 268 | PERIP1_CLK_ENB, USBH1_CLK_ENB, 0, &_lock); | 267 | PERIP1_CLK_ENB, USBH1_CLK_ENB, 0, &_lock); |
| 269 | clk_register_clkdev(clk, NULL, "usbh.1_clk"); | 268 | clk_register_clkdev(clk, NULL, "usbh.1_clk"); |
| 270 | 269 | ||
| 271 | clk = clk_register_gate(NULL, "usbd_clk", "pll3_48m_clk", 0, | 270 | clk = clk_register_gate(NULL, "usbd_clk", "pll3_clk", 0, PERIP1_CLK_ENB, |
| 272 | PERIP1_CLK_ENB, USBD_CLK_ENB, 0, &_lock); | 271 | USBD_CLK_ENB, 0, &_lock); |
| 273 | clk_register_clkdev(clk, NULL, "designware_udc"); | 272 | clk_register_clkdev(clk, NULL, "designware_udc"); |
| 274 | 273 | ||
| 275 | /* clock derived from ahb clk */ | 274 | /* clock derived from ahb clk */ |
| @@ -278,9 +277,8 @@ void __init spear6xx_clk_init(void) | |||
| 278 | clk_register_clkdev(clk, "ahbmult2_clk", NULL); | 277 | clk_register_clkdev(clk, "ahbmult2_clk", NULL); |
| 279 | 278 | ||
| 280 | clk = clk_register_mux(NULL, "ddr_clk", ddr_parents, | 279 | clk = clk_register_mux(NULL, "ddr_clk", ddr_parents, |
| 281 | ARRAY_SIZE(ddr_parents), | 280 | ARRAY_SIZE(ddr_parents), 0, PLL_CLK_CFG, MCTR_CLK_SHIFT, |
| 282 | 0, PLL_CLK_CFG, MCTR_CLK_SHIFT, MCTR_CLK_MASK, 0, | 281 | MCTR_CLK_MASK, 0, &_lock); |
| 283 | &_lock); | ||
| 284 | clk_register_clkdev(clk, "ddr_clk", NULL); | 282 | clk_register_clkdev(clk, "ddr_clk", NULL); |
| 285 | 283 | ||
| 286 | clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", | 284 | clk = clk_register_divider(NULL, "apb_clk", "ahb_clk", |
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c4067d0141f7..542f0c04b695 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
| @@ -136,7 +136,7 @@ config GPIO_MPC8XXX | |||
| 136 | 136 | ||
| 137 | config GPIO_MSM_V1 | 137 | config GPIO_MSM_V1 |
| 138 | tristate "Qualcomm MSM GPIO v1" | 138 | tristate "Qualcomm MSM GPIO v1" |
| 139 | depends on GPIOLIB && ARCH_MSM | 139 | depends on GPIOLIB && ARCH_MSM && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50) |
| 140 | help | 140 | help |
| 141 | Say yes here to support the GPIO interface on ARM v6 based | 141 | Say yes here to support the GPIO interface on ARM v6 based |
| 142 | Qualcomm MSM chips. Most of the pins on the MSM can be | 142 | Qualcomm MSM chips. Most of the pins on the MSM can be |
diff --git a/drivers/gpio/devres.c b/drivers/gpio/devres.c index 9e9947cb86a3..1077754f8289 100644 --- a/drivers/gpio/devres.c +++ b/drivers/gpio/devres.c | |||
| @@ -98,6 +98,7 @@ int devm_gpio_request_one(struct device *dev, unsigned gpio, | |||
| 98 | 98 | ||
| 99 | return 0; | 99 | return 0; |
| 100 | } | 100 | } |
| 101 | EXPORT_SYMBOL(devm_gpio_request_one); | ||
| 101 | 102 | ||
| 102 | /** | 103 | /** |
| 103 | * devm_gpio_free - free an interrupt | 104 | * devm_gpio_free - free an interrupt |
diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio/gpio-mxc.c index c337143b18f8..c89c4c1e668d 100644 --- a/drivers/gpio/gpio-mxc.c +++ b/drivers/gpio/gpio-mxc.c | |||
| @@ -398,10 +398,12 @@ static int __devinit mxc_gpio_probe(struct platform_device *pdev) | |||
| 398 | writel(~0, port->base + GPIO_ISR); | 398 | writel(~0, port->base + GPIO_ISR); |
| 399 | 399 | ||
| 400 | if (mxc_gpio_hwtype == IMX21_GPIO) { | 400 | if (mxc_gpio_hwtype == IMX21_GPIO) { |
| 401 | /* setup one handler for all GPIO interrupts */ | 401 | /* |
| 402 | if (pdev->id == 0) | 402 | * Setup one handler for all GPIO interrupts. Actually setting |
| 403 | irq_set_chained_handler(port->irq, | 403 | * the handler is needed only once, but doing it for every port |
| 404 | mx2_gpio_irq_handler); | 404 | * is more robust and easier. |
| 405 | */ | ||
| 406 | irq_set_chained_handler(port->irq, mx2_gpio_irq_handler); | ||
| 405 | } else { | 407 | } else { |
| 406 | /* setup one handler for each entry */ | 408 | /* setup one handler for each entry */ |
| 407 | irq_set_chained_handler(port->irq, mx3_gpio_irq_handler); | 409 | irq_set_chained_handler(port->irq, mx3_gpio_irq_handler); |
diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index c4ed1722734c..4fbc208c32cf 100644 --- a/drivers/gpio/gpio-omap.c +++ b/drivers/gpio/gpio-omap.c | |||
| @@ -174,12 +174,22 @@ static inline void _gpio_dbck_enable(struct gpio_bank *bank) | |||
| 174 | if (bank->dbck_enable_mask && !bank->dbck_enabled) { | 174 | if (bank->dbck_enable_mask && !bank->dbck_enabled) { |
| 175 | clk_enable(bank->dbck); | 175 | clk_enable(bank->dbck); |
| 176 | bank->dbck_enabled = true; | 176 | bank->dbck_enabled = true; |
| 177 | |||
| 178 | __raw_writel(bank->dbck_enable_mask, | ||
| 179 | bank->base + bank->regs->debounce_en); | ||
| 177 | } | 180 | } |
| 178 | } | 181 | } |
| 179 | 182 | ||
| 180 | static inline void _gpio_dbck_disable(struct gpio_bank *bank) | 183 | static inline void _gpio_dbck_disable(struct gpio_bank *bank) |
| 181 | { | 184 | { |
| 182 | if (bank->dbck_enable_mask && bank->dbck_enabled) { | 185 | if (bank->dbck_enable_mask && bank->dbck_enabled) { |
| 186 | /* | ||
| 187 | * Disable debounce before cutting it's clock. If debounce is | ||
| 188 | * enabled but the clock is not, GPIO module seems to be unable | ||
| 189 | * to detect events and generate interrupts at least on OMAP3. | ||
| 190 | */ | ||
| 191 | __raw_writel(0, bank->base + bank->regs->debounce_en); | ||
| 192 | |||
| 183 | clk_disable(bank->dbck); | 193 | clk_disable(bank->dbck); |
| 184 | bank->dbck_enabled = false; | 194 | bank->dbck_enabled = false; |
| 185 | } | 195 | } |
| @@ -1081,7 +1091,6 @@ static int __devinit omap_gpio_probe(struct platform_device *pdev) | |||
| 1081 | bank->is_mpuio = pdata->is_mpuio; | 1091 | bank->is_mpuio = pdata->is_mpuio; |
| 1082 | bank->non_wakeup_gpios = pdata->non_wakeup_gpios; | 1092 | bank->non_wakeup_gpios = pdata->non_wakeup_gpios; |
| 1083 | bank->loses_context = pdata->loses_context; | 1093 | bank->loses_context = pdata->loses_context; |
| 1084 | bank->get_context_loss_count = pdata->get_context_loss_count; | ||
| 1085 | bank->regs = pdata->regs; | 1094 | bank->regs = pdata->regs; |
| 1086 | #ifdef CONFIG_OF_GPIO | 1095 | #ifdef CONFIG_OF_GPIO |
| 1087 | bank->chip.of_node = of_node_get(node); | 1096 | bank->chip.of_node = of_node_get(node); |
| @@ -1135,6 +1144,9 @@ static int __devinit omap_gpio_probe(struct platform_device *pdev) | |||
| 1135 | omap_gpio_chip_init(bank); | 1144 | omap_gpio_chip_init(bank); |
| 1136 | omap_gpio_show_rev(bank); | 1145 | omap_gpio_show_rev(bank); |
| 1137 | 1146 | ||
| 1147 | if (bank->loses_context) | ||
| 1148 | bank->get_context_loss_count = pdata->get_context_loss_count; | ||
| 1149 | |||
| 1138 | pm_runtime_put(bank->dev); | 1150 | pm_runtime_put(bank->dev); |
| 1139 | 1151 | ||
| 1140 | list_add_tail(&bank->node, &omap_gpio_list); | 1152 | list_add_tail(&bank->node, &omap_gpio_list); |
diff --git a/drivers/gpio/gpio-sta2x11.c b/drivers/gpio/gpio-sta2x11.c index 38416be8ba11..6064fb376e11 100644 --- a/drivers/gpio/gpio-sta2x11.c +++ b/drivers/gpio/gpio-sta2x11.c | |||
| @@ -383,8 +383,9 @@ static int __devinit gsta_probe(struct platform_device *dev) | |||
| 383 | } | 383 | } |
| 384 | spin_lock_init(&chip->lock); | 384 | spin_lock_init(&chip->lock); |
| 385 | gsta_gpio_setup(chip); | 385 | gsta_gpio_setup(chip); |
| 386 | for (i = 0; i < GSTA_NR_GPIO; i++) | 386 | if (gpio_pdata) |
| 387 | gsta_set_config(chip, i, gpio_pdata->pinconfig[i]); | 387 | for (i = 0; i < GSTA_NR_GPIO; i++) |
| 388 | gsta_set_config(chip, i, gpio_pdata->pinconfig[i]); | ||
| 388 | 389 | ||
| 389 | /* 384 was used in previous code: be compatible for other drivers */ | 390 | /* 384 was used in previous code: be compatible for other drivers */ |
| 390 | err = irq_alloc_descs(-1, 384, GSTA_NR_GPIO, NUMA_NO_NODE); | 391 | err = irq_alloc_descs(-1, 384, GSTA_NR_GPIO, NUMA_NO_NODE); |
diff --git a/drivers/gpio/gpio-tps65910.c b/drivers/gpio/gpio-tps65910.c index c1ad2884f2ed..11f29c82253c 100644 --- a/drivers/gpio/gpio-tps65910.c +++ b/drivers/gpio/gpio-tps65910.c | |||
| @@ -149,6 +149,9 @@ static int __devinit tps65910_gpio_probe(struct platform_device *pdev) | |||
| 149 | tps65910_gpio->gpio_chip.set = tps65910_gpio_set; | 149 | tps65910_gpio->gpio_chip.set = tps65910_gpio_set; |
| 150 | tps65910_gpio->gpio_chip.get = tps65910_gpio_get; | 150 | tps65910_gpio->gpio_chip.get = tps65910_gpio_get; |
| 151 | tps65910_gpio->gpio_chip.dev = &pdev->dev; | 151 | tps65910_gpio->gpio_chip.dev = &pdev->dev; |
| 152 | #ifdef CONFIG_OF_GPIO | ||
| 153 | tps65910_gpio->gpio_chip.of_node = tps65910->dev->of_node; | ||
| 154 | #endif | ||
| 152 | if (pdata && pdata->gpio_base) | 155 | if (pdata && pdata->gpio_base) |
| 153 | tps65910_gpio->gpio_chip.base = pdata->gpio_base; | 156 | tps65910_gpio->gpio_chip.base = pdata->gpio_base; |
| 154 | else | 157 | else |
diff --git a/drivers/gpio/gpio-wm8994.c b/drivers/gpio/gpio-wm8994.c index 92ea5350dfe9..aa61ad2fcaaa 100644 --- a/drivers/gpio/gpio-wm8994.c +++ b/drivers/gpio/gpio-wm8994.c | |||
| @@ -89,8 +89,11 @@ static int wm8994_gpio_direction_out(struct gpio_chip *chip, | |||
| 89 | struct wm8994_gpio *wm8994_gpio = to_wm8994_gpio(chip); | 89 | struct wm8994_gpio *wm8994_gpio = to_wm8994_gpio(chip); |
| 90 | struct wm8994 *wm8994 = wm8994_gpio->wm8994; | 90 | struct wm8994 *wm8994 = wm8994_gpio->wm8994; |
| 91 | 91 | ||
| 92 | if (value) | ||
| 93 | value = WM8994_GPN_LVL; | ||
| 94 | |||
| 92 | return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, | 95 | return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, |
| 93 | WM8994_GPN_DIR, 0); | 96 | WM8994_GPN_DIR | WM8994_GPN_LVL, value); |
| 94 | } | 97 | } |
| 95 | 98 | ||
| 96 | static void wm8994_gpio_set(struct gpio_chip *chip, unsigned offset, int value) | 99 | static void wm8994_gpio_set(struct gpio_chip *chip, unsigned offset, int value) |
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 5873e481e5d2..a8743c399e83 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c | |||
| @@ -1039,6 +1039,24 @@ mode_in_range(const struct drm_display_mode *mode, struct edid *edid, | |||
| 1039 | return true; | 1039 | return true; |
| 1040 | } | 1040 | } |
| 1041 | 1041 | ||
| 1042 | static bool valid_inferred_mode(const struct drm_connector *connector, | ||
| 1043 | const struct drm_display_mode *mode) | ||
| 1044 | { | ||
| 1045 | struct drm_display_mode *m; | ||
| 1046 | bool ok = false; | ||
| 1047 | |||
| 1048 | list_for_each_entry(m, &connector->probed_modes, head) { | ||
| 1049 | if (mode->hdisplay == m->hdisplay && | ||
| 1050 | mode->vdisplay == m->vdisplay && | ||
| 1051 | drm_mode_vrefresh(mode) == drm_mode_vrefresh(m)) | ||
| 1052 | return false; /* duplicated */ | ||
| 1053 | if (mode->hdisplay <= m->hdisplay && | ||
| 1054 | mode->vdisplay <= m->vdisplay) | ||
| 1055 | ok = true; | ||
| 1056 | } | ||
| 1057 | return ok; | ||
| 1058 | } | ||
| 1059 | |||
| 1042 | static int | 1060 | static int |
| 1043 | drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid, | 1061 | drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid, |
| 1044 | struct detailed_timing *timing) | 1062 | struct detailed_timing *timing) |
| @@ -1048,7 +1066,8 @@ drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid, | |||
| 1048 | struct drm_device *dev = connector->dev; | 1066 | struct drm_device *dev = connector->dev; |
| 1049 | 1067 | ||
| 1050 | for (i = 0; i < drm_num_dmt_modes; i++) { | 1068 | for (i = 0; i < drm_num_dmt_modes; i++) { |
| 1051 | if (mode_in_range(drm_dmt_modes + i, edid, timing)) { | 1069 | if (mode_in_range(drm_dmt_modes + i, edid, timing) && |
| 1070 | valid_inferred_mode(connector, drm_dmt_modes + i)) { | ||
| 1052 | newmode = drm_mode_duplicate(dev, &drm_dmt_modes[i]); | 1071 | newmode = drm_mode_duplicate(dev, &drm_dmt_modes[i]); |
| 1053 | if (newmode) { | 1072 | if (newmode) { |
| 1054 | drm_mode_probed_add(connector, newmode); | 1073 | drm_mode_probed_add(connector, newmode); |
| @@ -1088,7 +1107,8 @@ drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid, | |||
| 1088 | return modes; | 1107 | return modes; |
| 1089 | 1108 | ||
| 1090 | fixup_mode_1366x768(newmode); | 1109 | fixup_mode_1366x768(newmode); |
| 1091 | if (!mode_in_range(newmode, edid, timing)) { | 1110 | if (!mode_in_range(newmode, edid, timing) || |
| 1111 | !valid_inferred_mode(connector, newmode)) { | ||
| 1092 | drm_mode_destroy(dev, newmode); | 1112 | drm_mode_destroy(dev, newmode); |
| 1093 | continue; | 1113 | continue; |
| 1094 | } | 1114 | } |
| @@ -1116,7 +1136,8 @@ drm_cvt_modes_for_range(struct drm_connector *connector, struct edid *edid, | |||
| 1116 | return modes; | 1136 | return modes; |
| 1117 | 1137 | ||
| 1118 | fixup_mode_1366x768(newmode); | 1138 | fixup_mode_1366x768(newmode); |
| 1119 | if (!mode_in_range(newmode, edid, timing)) { | 1139 | if (!mode_in_range(newmode, edid, timing) || |
| 1140 | !valid_inferred_mode(connector, newmode)) { | ||
| 1120 | drm_mode_destroy(dev, newmode); | 1141 | drm_mode_destroy(dev, newmode); |
| 1121 | continue; | 1142 | continue; |
| 1122 | } | 1143 | } |
diff --git a/drivers/gpu/drm/gma500/cdv_device.c b/drivers/gpu/drm/gma500/cdv_device.c index 9764045428ce..b7e7b49d8f62 100644 --- a/drivers/gpu/drm/gma500/cdv_device.c +++ b/drivers/gpu/drm/gma500/cdv_device.c | |||
| @@ -78,21 +78,6 @@ static int cdv_backlight_combination_mode(struct drm_device *dev) | |||
| 78 | return REG_READ(BLC_PWM_CTL2) & PWM_LEGACY_MODE; | 78 | return REG_READ(BLC_PWM_CTL2) & PWM_LEGACY_MODE; |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | static int cdv_get_brightness(struct backlight_device *bd) | ||
| 82 | { | ||
| 83 | struct drm_device *dev = bl_get_data(bd); | ||
| 84 | u32 val = REG_READ(BLC_PWM_CTL) & BACKLIGHT_DUTY_CYCLE_MASK; | ||
| 85 | |||
| 86 | if (cdv_backlight_combination_mode(dev)) { | ||
| 87 | u8 lbpc; | ||
| 88 | |||
| 89 | val &= ~1; | ||
| 90 | pci_read_config_byte(dev->pdev, 0xF4, &lbpc); | ||
| 91 | val *= lbpc; | ||
| 92 | } | ||
| 93 | return val; | ||
| 94 | } | ||
| 95 | |||
| 96 | static u32 cdv_get_max_backlight(struct drm_device *dev) | 81 | static u32 cdv_get_max_backlight(struct drm_device *dev) |
| 97 | { | 82 | { |
| 98 | u32 max = REG_READ(BLC_PWM_CTL); | 83 | u32 max = REG_READ(BLC_PWM_CTL); |
| @@ -110,6 +95,22 @@ static u32 cdv_get_max_backlight(struct drm_device *dev) | |||
| 110 | return max; | 95 | return max; |
| 111 | } | 96 | } |
| 112 | 97 | ||
| 98 | static int cdv_get_brightness(struct backlight_device *bd) | ||
| 99 | { | ||
| 100 | struct drm_device *dev = bl_get_data(bd); | ||
| 101 | u32 val = REG_READ(BLC_PWM_CTL) & BACKLIGHT_DUTY_CYCLE_MASK; | ||
| 102 | |||
| 103 | if (cdv_backlight_combination_mode(dev)) { | ||
| 104 | u8 lbpc; | ||
| 105 | |||
| 106 | val &= ~1; | ||
| 107 | pci_read_config_byte(dev->pdev, 0xF4, &lbpc); | ||
| 108 | val *= lbpc; | ||
| 109 | } | ||
| 110 | return (val * 100)/cdv_get_max_backlight(dev); | ||
| 111 | |||
| 112 | } | ||
| 113 | |||
| 113 | static int cdv_set_brightness(struct backlight_device *bd) | 114 | static int cdv_set_brightness(struct backlight_device *bd) |
| 114 | { | 115 | { |
| 115 | struct drm_device *dev = bl_get_data(bd); | 116 | struct drm_device *dev = bl_get_data(bd); |
| @@ -120,6 +121,9 @@ static int cdv_set_brightness(struct backlight_device *bd) | |||
| 120 | if (level < 1) | 121 | if (level < 1) |
| 121 | level = 1; | 122 | level = 1; |
| 122 | 123 | ||
| 124 | level *= cdv_get_max_backlight(dev); | ||
| 125 | level /= 100; | ||
| 126 | |||
| 123 | if (cdv_backlight_combination_mode(dev)) { | 127 | if (cdv_backlight_combination_mode(dev)) { |
| 124 | u32 max = cdv_get_max_backlight(dev); | 128 | u32 max = cdv_get_max_backlight(dev); |
| 125 | u8 lbpc; | 129 | u8 lbpc; |
| @@ -157,7 +161,6 @@ static int cdv_backlight_init(struct drm_device *dev) | |||
| 157 | 161 | ||
| 158 | cdv_backlight_device->props.brightness = | 162 | cdv_backlight_device->props.brightness = |
| 159 | cdv_get_brightness(cdv_backlight_device); | 163 | cdv_get_brightness(cdv_backlight_device); |
| 160 | cdv_backlight_device->props.max_brightness = cdv_get_max_backlight(dev); | ||
| 161 | backlight_update_status(cdv_backlight_device); | 164 | backlight_update_status(cdv_backlight_device); |
| 162 | dev_priv->backlight_device = cdv_backlight_device; | 165 | dev_priv->backlight_device = cdv_backlight_device; |
| 163 | return 0; | 166 | return 0; |
diff --git a/drivers/gpu/drm/gma500/opregion.c b/drivers/gpu/drm/gma500/opregion.c index 4f186eca3a30..c430bd424681 100644 --- a/drivers/gpu/drm/gma500/opregion.c +++ b/drivers/gpu/drm/gma500/opregion.c | |||
| @@ -144,6 +144,8 @@ struct opregion_asle { | |||
| 144 | 144 | ||
| 145 | #define ASLE_CBLV_VALID (1<<31) | 145 | #define ASLE_CBLV_VALID (1<<31) |
| 146 | 146 | ||
| 147 | static struct psb_intel_opregion *system_opregion; | ||
| 148 | |||
| 147 | static u32 asle_set_backlight(struct drm_device *dev, u32 bclp) | 149 | static u32 asle_set_backlight(struct drm_device *dev, u32 bclp) |
| 148 | { | 150 | { |
| 149 | struct drm_psb_private *dev_priv = dev->dev_private; | 151 | struct drm_psb_private *dev_priv = dev->dev_private; |
| @@ -205,7 +207,7 @@ void psb_intel_opregion_enable_asle(struct drm_device *dev) | |||
| 205 | struct drm_psb_private *dev_priv = dev->dev_private; | 207 | struct drm_psb_private *dev_priv = dev->dev_private; |
| 206 | struct opregion_asle *asle = dev_priv->opregion.asle; | 208 | struct opregion_asle *asle = dev_priv->opregion.asle; |
| 207 | 209 | ||
| 208 | if (asle) { | 210 | if (asle && system_opregion ) { |
| 209 | /* Don't do this on Medfield or other non PC like devices, they | 211 | /* Don't do this on Medfield or other non PC like devices, they |
| 210 | use the bit for something different altogether */ | 212 | use the bit for something different altogether */ |
| 211 | psb_enable_pipestat(dev_priv, 0, PIPE_LEGACY_BLC_EVENT_ENABLE); | 213 | psb_enable_pipestat(dev_priv, 0, PIPE_LEGACY_BLC_EVENT_ENABLE); |
| @@ -221,7 +223,6 @@ void psb_intel_opregion_enable_asle(struct drm_device *dev) | |||
| 221 | #define ACPI_EV_LID (1<<1) | 223 | #define ACPI_EV_LID (1<<1) |
| 222 | #define ACPI_EV_DOCK (1<<2) | 224 | #define ACPI_EV_DOCK (1<<2) |
| 223 | 225 | ||
| 224 | static struct psb_intel_opregion *system_opregion; | ||
| 225 | 226 | ||
| 226 | static int psb_intel_opregion_video_event(struct notifier_block *nb, | 227 | static int psb_intel_opregion_video_event(struct notifier_block *nb, |
| 227 | unsigned long val, void *data) | 228 | unsigned long val, void *data) |
| @@ -266,9 +267,6 @@ void psb_intel_opregion_init(struct drm_device *dev) | |||
| 266 | system_opregion = opregion; | 267 | system_opregion = opregion; |
| 267 | register_acpi_notifier(&psb_intel_opregion_notifier); | 268 | register_acpi_notifier(&psb_intel_opregion_notifier); |
| 268 | } | 269 | } |
| 269 | |||
| 270 | if (opregion->asle) | ||
| 271 | psb_intel_opregion_enable_asle(dev); | ||
| 272 | } | 270 | } |
| 273 | 271 | ||
| 274 | void psb_intel_opregion_fini(struct drm_device *dev) | 272 | void psb_intel_opregion_fini(struct drm_device *dev) |
diff --git a/drivers/gpu/drm/gma500/opregion.h b/drivers/gpu/drm/gma500/opregion.h index 72dc6b921265..4a90f8b0e16c 100644 --- a/drivers/gpu/drm/gma500/opregion.h +++ b/drivers/gpu/drm/gma500/opregion.h | |||
| @@ -27,6 +27,7 @@ extern void psb_intel_opregion_asle_intr(struct drm_device *dev); | |||
| 27 | extern void psb_intel_opregion_init(struct drm_device *dev); | 27 | extern void psb_intel_opregion_init(struct drm_device *dev); |
| 28 | extern void psb_intel_opregion_fini(struct drm_device *dev); | 28 | extern void psb_intel_opregion_fini(struct drm_device *dev); |
| 29 | extern int psb_intel_opregion_setup(struct drm_device *dev); | 29 | extern int psb_intel_opregion_setup(struct drm_device *dev); |
| 30 | extern void psb_intel_opregion_enable_asle(struct drm_device *dev); | ||
| 30 | 31 | ||
| 31 | #else | 32 | #else |
| 32 | 33 | ||
| @@ -46,4 +47,8 @@ extern inline int psb_intel_opregion_setup(struct drm_device *dev) | |||
| 46 | { | 47 | { |
| 47 | return 0; | 48 | return 0; |
| 48 | } | 49 | } |
| 50 | |||
| 51 | extern inline void psb_intel_opregion_enable_asle(struct drm_device *dev) | ||
| 52 | { | ||
| 53 | } | ||
| 49 | #endif | 54 | #endif |
diff --git a/drivers/gpu/drm/gma500/psb_device.c b/drivers/gpu/drm/gma500/psb_device.c index eff039bf92d4..5971bc82b765 100644 --- a/drivers/gpu/drm/gma500/psb_device.c +++ b/drivers/gpu/drm/gma500/psb_device.c | |||
| @@ -144,6 +144,10 @@ static int psb_backlight_init(struct drm_device *dev) | |||
| 144 | psb_backlight_device->props.max_brightness = 100; | 144 | psb_backlight_device->props.max_brightness = 100; |
| 145 | backlight_update_status(psb_backlight_device); | 145 | backlight_update_status(psb_backlight_device); |
| 146 | dev_priv->backlight_device = psb_backlight_device; | 146 | dev_priv->backlight_device = psb_backlight_device; |
| 147 | |||
| 148 | /* This must occur after the backlight is properly initialised */ | ||
| 149 | psb_lid_timer_init(dev_priv); | ||
| 150 | |||
| 147 | return 0; | 151 | return 0; |
| 148 | } | 152 | } |
| 149 | 153 | ||
| @@ -354,13 +358,6 @@ static int psb_chip_setup(struct drm_device *dev) | |||
| 354 | return 0; | 358 | return 0; |
| 355 | } | 359 | } |
| 356 | 360 | ||
| 357 | /* Not exactly an erratum more an irritation */ | ||
| 358 | static void psb_chip_errata(struct drm_device *dev) | ||
| 359 | { | ||
| 360 | struct drm_psb_private *dev_priv = dev->dev_private; | ||
| 361 | psb_lid_timer_init(dev_priv); | ||
| 362 | } | ||
| 363 | |||
| 364 | static void psb_chip_teardown(struct drm_device *dev) | 361 | static void psb_chip_teardown(struct drm_device *dev) |
| 365 | { | 362 | { |
| 366 | struct drm_psb_private *dev_priv = dev->dev_private; | 363 | struct drm_psb_private *dev_priv = dev->dev_private; |
| @@ -379,7 +376,6 @@ const struct psb_ops psb_chip_ops = { | |||
| 379 | .sgx_offset = PSB_SGX_OFFSET, | 376 | .sgx_offset = PSB_SGX_OFFSET, |
| 380 | .chip_setup = psb_chip_setup, | 377 | .chip_setup = psb_chip_setup, |
| 381 | .chip_teardown = psb_chip_teardown, | 378 | .chip_teardown = psb_chip_teardown, |
| 382 | .errata = psb_chip_errata, | ||
| 383 | 379 | ||
| 384 | .crtc_helper = &psb_intel_helper_funcs, | 380 | .crtc_helper = &psb_intel_helper_funcs, |
| 385 | .crtc_funcs = &psb_intel_crtc_funcs, | 381 | .crtc_funcs = &psb_intel_crtc_funcs, |
diff --git a/drivers/gpu/drm/gma500/psb_drv.c b/drivers/gpu/drm/gma500/psb_drv.c index caba6e08693c..a8858a907f47 100644 --- a/drivers/gpu/drm/gma500/psb_drv.c +++ b/drivers/gpu/drm/gma500/psb_drv.c | |||
| @@ -374,6 +374,7 @@ static int psb_driver_load(struct drm_device *dev, unsigned long chipset) | |||
| 374 | 374 | ||
| 375 | if (ret) | 375 | if (ret) |
| 376 | return ret; | 376 | return ret; |
| 377 | psb_intel_opregion_enable_asle(dev); | ||
| 377 | #if 0 | 378 | #if 0 |
| 378 | /*enable runtime pm at last*/ | 379 | /*enable runtime pm at last*/ |
| 379 | pm_runtime_enable(&dev->pdev->dev); | 380 | pm_runtime_enable(&dev->pdev->dev); |
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index f94792626b94..36822b924eb1 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c | |||
| @@ -1401,6 +1401,27 @@ i915_mtrr_setup(struct drm_i915_private *dev_priv, unsigned long base, | |||
| 1401 | } | 1401 | } |
| 1402 | } | 1402 | } |
| 1403 | 1403 | ||
| 1404 | static void i915_kick_out_firmware_fb(struct drm_i915_private *dev_priv) | ||
| 1405 | { | ||
| 1406 | struct apertures_struct *ap; | ||
| 1407 | struct pci_dev *pdev = dev_priv->dev->pdev; | ||
| 1408 | bool primary; | ||
| 1409 | |||
| 1410 | ap = alloc_apertures(1); | ||
| 1411 | if (!ap) | ||
| 1412 | return; | ||
| 1413 | |||
| 1414 | ap->ranges[0].base = dev_priv->dev->agp->base; | ||
| 1415 | ap->ranges[0].size = | ||
| 1416 | dev_priv->mm.gtt->gtt_mappable_entries << PAGE_SHIFT; | ||
| 1417 | primary = | ||
| 1418 | pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW; | ||
| 1419 | |||
| 1420 | remove_conflicting_framebuffers(ap, "inteldrmfb", primary); | ||
| 1421 | |||
| 1422 | kfree(ap); | ||
| 1423 | } | ||
| 1424 | |||
| 1404 | /** | 1425 | /** |
| 1405 | * i915_driver_load - setup chip and create an initial config | 1426 | * i915_driver_load - setup chip and create an initial config |
| 1406 | * @dev: DRM device | 1427 | * @dev: DRM device |
| @@ -1446,6 +1467,15 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags) | |||
| 1446 | goto free_priv; | 1467 | goto free_priv; |
| 1447 | } | 1468 | } |
| 1448 | 1469 | ||
| 1470 | dev_priv->mm.gtt = intel_gtt_get(); | ||
| 1471 | if (!dev_priv->mm.gtt) { | ||
| 1472 | DRM_ERROR("Failed to initialize GTT\n"); | ||
| 1473 | ret = -ENODEV; | ||
| 1474 | goto put_bridge; | ||
| 1475 | } | ||
| 1476 | |||
| 1477 | i915_kick_out_firmware_fb(dev_priv); | ||
| 1478 | |||
| 1449 | pci_set_master(dev->pdev); | 1479 | pci_set_master(dev->pdev); |
| 1450 | 1480 | ||
| 1451 | /* overlay on gen2 is broken and can't address above 1G */ | 1481 | /* overlay on gen2 is broken and can't address above 1G */ |
| @@ -1471,13 +1501,6 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags) | |||
| 1471 | goto put_bridge; | 1501 | goto put_bridge; |
| 1472 | } | 1502 | } |
| 1473 | 1503 | ||
| 1474 | dev_priv->mm.gtt = intel_gtt_get(); | ||
| 1475 | if (!dev_priv->mm.gtt) { | ||
| 1476 | DRM_ERROR("Failed to initialize GTT\n"); | ||
| 1477 | ret = -ENODEV; | ||
| 1478 | goto out_rmmap; | ||
| 1479 | } | ||
| 1480 | |||
| 1481 | aperture_size = dev_priv->mm.gtt->gtt_mappable_entries << PAGE_SHIFT; | 1504 | aperture_size = dev_priv->mm.gtt->gtt_mappable_entries << PAGE_SHIFT; |
| 1482 | 1505 | ||
| 1483 | dev_priv->mm.gtt_mapping = | 1506 | dev_priv->mm.gtt_mapping = |
diff --git a/drivers/gpu/drm/radeon/radeon_gart.c b/drivers/gpu/drm/radeon/radeon_gart.c index 59d44937dd9f..84b648a7ddd8 100644 --- a/drivers/gpu/drm/radeon/radeon_gart.c +++ b/drivers/gpu/drm/radeon/radeon_gart.c | |||
| @@ -289,8 +289,9 @@ int radeon_vm_manager_init(struct radeon_device *rdev) | |||
| 289 | rdev->vm_manager.enabled = false; | 289 | rdev->vm_manager.enabled = false; |
| 290 | 290 | ||
| 291 | /* mark first vm as always in use, it's the system one */ | 291 | /* mark first vm as always in use, it's the system one */ |
| 292 | /* allocate enough for 2 full VM pts */ | ||
| 292 | r = radeon_sa_bo_manager_init(rdev, &rdev->vm_manager.sa_manager, | 293 | r = radeon_sa_bo_manager_init(rdev, &rdev->vm_manager.sa_manager, |
| 293 | rdev->vm_manager.max_pfn * 8, | 294 | rdev->vm_manager.max_pfn * 8 * 2, |
| 294 | RADEON_GEM_DOMAIN_VRAM); | 295 | RADEON_GEM_DOMAIN_VRAM); |
| 295 | if (r) { | 296 | if (r) { |
| 296 | dev_err(rdev->dev, "failed to allocate vm bo (%dKB)\n", | 297 | dev_err(rdev->dev, "failed to allocate vm bo (%dKB)\n", |
| @@ -633,7 +634,15 @@ int radeon_vm_init(struct radeon_device *rdev, struct radeon_vm *vm) | |||
| 633 | mutex_init(&vm->mutex); | 634 | mutex_init(&vm->mutex); |
| 634 | INIT_LIST_HEAD(&vm->list); | 635 | INIT_LIST_HEAD(&vm->list); |
| 635 | INIT_LIST_HEAD(&vm->va); | 636 | INIT_LIST_HEAD(&vm->va); |
| 636 | vm->last_pfn = 0; | 637 | /* SI requires equal sized PTs for all VMs, so always set |
| 638 | * last_pfn to max_pfn. cayman allows variable sized | ||
| 639 | * pts so we can grow then as needed. Once we switch | ||
| 640 | * to two level pts we can unify this again. | ||
| 641 | */ | ||
| 642 | if (rdev->family >= CHIP_TAHITI) | ||
| 643 | vm->last_pfn = rdev->vm_manager.max_pfn; | ||
| 644 | else | ||
| 645 | vm->last_pfn = 0; | ||
| 637 | /* map the ib pool buffer at 0 in virtual address space, set | 646 | /* map the ib pool buffer at 0 in virtual address space, set |
| 638 | * read only | 647 | * read only |
| 639 | */ | 648 | */ |
diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c index f28bd4b7ef98..21ec9f5653ce 100644 --- a/drivers/gpu/drm/radeon/radeon_gem.c +++ b/drivers/gpu/drm/radeon/radeon_gem.c | |||
| @@ -292,6 +292,7 @@ int radeon_gem_mmap_ioctl(struct drm_device *dev, void *data, | |||
| 292 | int radeon_gem_busy_ioctl(struct drm_device *dev, void *data, | 292 | int radeon_gem_busy_ioctl(struct drm_device *dev, void *data, |
| 293 | struct drm_file *filp) | 293 | struct drm_file *filp) |
| 294 | { | 294 | { |
| 295 | struct radeon_device *rdev = dev->dev_private; | ||
| 295 | struct drm_radeon_gem_busy *args = data; | 296 | struct drm_radeon_gem_busy *args = data; |
| 296 | struct drm_gem_object *gobj; | 297 | struct drm_gem_object *gobj; |
| 297 | struct radeon_bo *robj; | 298 | struct radeon_bo *robj; |
| @@ -317,13 +318,14 @@ int radeon_gem_busy_ioctl(struct drm_device *dev, void *data, | |||
| 317 | break; | 318 | break; |
| 318 | } | 319 | } |
| 319 | drm_gem_object_unreference_unlocked(gobj); | 320 | drm_gem_object_unreference_unlocked(gobj); |
| 320 | r = radeon_gem_handle_lockup(robj->rdev, r); | 321 | r = radeon_gem_handle_lockup(rdev, r); |
| 321 | return r; | 322 | return r; |
| 322 | } | 323 | } |
| 323 | 324 | ||
| 324 | int radeon_gem_wait_idle_ioctl(struct drm_device *dev, void *data, | 325 | int radeon_gem_wait_idle_ioctl(struct drm_device *dev, void *data, |
| 325 | struct drm_file *filp) | 326 | struct drm_file *filp) |
| 326 | { | 327 | { |
| 328 | struct radeon_device *rdev = dev->dev_private; | ||
| 327 | struct drm_radeon_gem_wait_idle *args = data; | 329 | struct drm_radeon_gem_wait_idle *args = data; |
| 328 | struct drm_gem_object *gobj; | 330 | struct drm_gem_object *gobj; |
| 329 | struct radeon_bo *robj; | 331 | struct radeon_bo *robj; |
| @@ -336,10 +338,10 @@ int radeon_gem_wait_idle_ioctl(struct drm_device *dev, void *data, | |||
| 336 | robj = gem_to_radeon_bo(gobj); | 338 | robj = gem_to_radeon_bo(gobj); |
| 337 | r = radeon_bo_wait(robj, NULL, false); | 339 | r = radeon_bo_wait(robj, NULL, false); |
| 338 | /* callback hw specific functions if any */ | 340 | /* callback hw specific functions if any */ |
| 339 | if (robj->rdev->asic->ioctl_wait_idle) | 341 | if (rdev->asic->ioctl_wait_idle) |
| 340 | robj->rdev->asic->ioctl_wait_idle(robj->rdev, robj); | 342 | robj->rdev->asic->ioctl_wait_idle(rdev, robj); |
| 341 | drm_gem_object_unreference_unlocked(gobj); | 343 | drm_gem_object_unreference_unlocked(gobj); |
| 342 | r = radeon_gem_handle_lockup(robj->rdev, r); | 344 | r = radeon_gem_handle_lockup(rdev, r); |
| 343 | return r; | 345 | return r; |
| 344 | } | 346 | } |
| 345 | 347 | ||
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index c7b61f16ecfd..0b0279291a73 100644 --- a/drivers/gpu/drm/radeon/si.c +++ b/drivers/gpu/drm/radeon/si.c | |||
| @@ -2365,12 +2365,12 @@ int si_pcie_gart_enable(struct radeon_device *rdev) | |||
| 2365 | WREG32(0x15DC, 0); | 2365 | WREG32(0x15DC, 0); |
| 2366 | 2366 | ||
| 2367 | /* empty context1-15 */ | 2367 | /* empty context1-15 */ |
| 2368 | /* FIXME start with 1G, once using 2 level pt switch to full | 2368 | /* FIXME start with 4G, once using 2 level pt switch to full |
| 2369 | * vm size space | 2369 | * vm size space |
| 2370 | */ | 2370 | */ |
| 2371 | /* set vm size, must be a multiple of 4 */ | 2371 | /* set vm size, must be a multiple of 4 */ |
| 2372 | WREG32(VM_CONTEXT1_PAGE_TABLE_START_ADDR, 0); | 2372 | WREG32(VM_CONTEXT1_PAGE_TABLE_START_ADDR, 0); |
| 2373 | WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, (1 << 30) / RADEON_GPU_PAGE_SIZE); | 2373 | WREG32(VM_CONTEXT1_PAGE_TABLE_END_ADDR, rdev->vm_manager.max_pfn); |
| 2374 | for (i = 1; i < 16; i++) { | 2374 | for (i = 1; i < 16; i++) { |
| 2375 | if (i < 8) | 2375 | if (i < 8) |
| 2376 | WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2), | 2376 | WREG32(VM_CONTEXT0_PAGE_TABLE_BASE_ADDR + (i << 2), |
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index bef04c192768..3fda8c87f02c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -386,6 +386,7 @@ config HID_MULTITOUCH | |||
| 386 | - Unitec Panels | 386 | - Unitec Panels |
| 387 | - XAT optical touch panels | 387 | - XAT optical touch panels |
| 388 | - Xiroku optical touch panels | 388 | - Xiroku optical touch panels |
| 389 | - Zytronic touch panels | ||
| 389 | 390 | ||
| 390 | If unsure, say N. | 391 | If unsure, say N. |
| 391 | 392 | ||
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index fa10f847f7db..585344b6d338 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c | |||
| @@ -517,6 +517,12 @@ static const struct hid_device_id apple_devices[] = { | |||
| 517 | .driver_data = APPLE_HAS_FN | APPLE_ISO_KEYBOARD }, | 517 | .driver_data = APPLE_HAS_FN | APPLE_ISO_KEYBOARD }, |
| 518 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS), | 518 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS), |
| 519 | .driver_data = APPLE_HAS_FN | APPLE_RDESC_JIS }, | 519 | .driver_data = APPLE_HAS_FN | APPLE_RDESC_JIS }, |
| 520 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI), | ||
| 521 | .driver_data = APPLE_HAS_FN }, | ||
| 522 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ISO), | ||
| 523 | .driver_data = APPLE_HAS_FN | APPLE_ISO_KEYBOARD }, | ||
| 524 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_JIS), | ||
| 525 | .driver_data = APPLE_HAS_FN | APPLE_RDESC_JIS }, | ||
| 520 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI), | 526 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI), |
| 521 | .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN }, | 527 | .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN }, |
| 522 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO), | 528 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO), |
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 6ac0286b5375..4c87276c8ddb 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
| @@ -1503,6 +1503,9 @@ static const struct hid_device_id hid_have_special_driver[] = { | |||
| 1503 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI) }, | 1503 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI) }, |
| 1504 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO) }, | 1504 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO) }, |
| 1505 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS) }, | 1505 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS) }, |
| 1506 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI) }, | ||
| 1507 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ISO) }, | ||
| 1508 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_JIS) }, | ||
| 1506 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI) }, | 1509 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI) }, |
| 1507 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO) }, | 1510 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO) }, |
| 1508 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS) }, | 1511 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS) }, |
| @@ -1995,6 +1998,7 @@ static const struct hid_device_id hid_ignore_list[] = { | |||
| 1995 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MCT) }, | 1998 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_MCT) }, |
| 1996 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HYBRID) }, | 1999 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HYBRID) }, |
| 1997 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HEATCONTROL) }, | 2000 | { HID_USB_DEVICE(USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_HEATCONTROL) }, |
| 2001 | { HID_USB_DEVICE(USB_VENDOR_ID_MADCATZ, USB_DEVICE_ID_MADCATZ_BEATPAD) }, | ||
| 1998 | { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS) }, | 2002 | { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1024LS) }, |
| 1999 | { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS) }, | 2003 | { HID_USB_DEVICE(USB_VENDOR_ID_MCC, USB_DEVICE_ID_MCC_PMD1208LS) }, |
| 2000 | { HID_USB_DEVICE(USB_VENDOR_ID_MICROCHIP, USB_DEVICE_ID_PICKIT1) }, | 2004 | { HID_USB_DEVICE(USB_VENDOR_ID_MICROCHIP, USB_DEVICE_ID_PICKIT1) }, |
| @@ -2089,6 +2093,9 @@ static const struct hid_device_id hid_mouse_ignore_list[] = { | |||
| 2089 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI) }, | 2093 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ANSI) }, |
| 2090 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO) }, | 2094 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_ISO) }, |
| 2091 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS) }, | 2095 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING6A_JIS) }, |
| 2096 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI) }, | ||
| 2097 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_ISO) }, | ||
| 2098 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING7_JIS) }, | ||
| 2092 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY) }, | 2099 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY) }, |
| 2093 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY) }, | 2100 | { HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY) }, |
| 2094 | { } | 2101 | { } |
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index d1cdd2d28409..32039235cfee 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
| @@ -125,6 +125,9 @@ | |||
| 125 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_ANSI 0x024c | 125 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_ANSI 0x024c |
| 126 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_ISO 0x024d | 126 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_ISO 0x024d |
| 127 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_JIS 0x024e | 127 | #define USB_DEVICE_ID_APPLE_WELLSPRING6_JIS 0x024e |
| 128 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI 0x0262 | ||
| 129 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_ISO 0x0263 | ||
| 130 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_JIS 0x0264 | ||
| 128 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239 | 131 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ANSI 0x0239 |
| 129 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a | 132 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO 0x023a |
| 130 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b | 133 | #define USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_JIS 0x023b |
| @@ -518,6 +521,9 @@ | |||
| 518 | #define USB_DEVICE_ID_CRYSTALTOUCH 0x0006 | 521 | #define USB_DEVICE_ID_CRYSTALTOUCH 0x0006 |
| 519 | #define USB_DEVICE_ID_CRYSTALTOUCH_DUAL 0x0007 | 522 | #define USB_DEVICE_ID_CRYSTALTOUCH_DUAL 0x0007 |
| 520 | 523 | ||
| 524 | #define USB_VENDOR_ID_MADCATZ 0x0738 | ||
| 525 | #define USB_DEVICE_ID_MADCATZ_BEATPAD 0x4540 | ||
| 526 | |||
| 521 | #define USB_VENDOR_ID_MCC 0x09db | 527 | #define USB_VENDOR_ID_MCC 0x09db |
| 522 | #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 | 528 | #define USB_DEVICE_ID_MCC_PMD1024LS 0x0076 |
| 523 | #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a | 529 | #define USB_DEVICE_ID_MCC_PMD1208LS 0x007a |
| @@ -653,6 +659,9 @@ | |||
| 653 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 | 659 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 |
| 654 | #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 | 660 | #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 |
| 655 | 661 | ||
| 662 | #define USB_VENDOR_ID_SENNHEISER 0x1395 | ||
| 663 | #define USB_DEVICE_ID_SENNHEISER_BTD500USB 0x002c | ||
| 664 | |||
| 656 | #define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f | 665 | #define USB_VENDOR_ID_SIGMA_MICRO 0x1c4f |
| 657 | #define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002 | 666 | #define USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD 0x0002 |
| 658 | 667 | ||
| @@ -802,6 +811,9 @@ | |||
| 802 | #define USB_VENDOR_ID_ZYDACRON 0x13EC | 811 | #define USB_VENDOR_ID_ZYDACRON 0x13EC |
| 803 | #define USB_DEVICE_ID_ZYDACRON_REMOTE_CONTROL 0x0006 | 812 | #define USB_DEVICE_ID_ZYDACRON_REMOTE_CONTROL 0x0006 |
| 804 | 813 | ||
| 814 | #define USB_VENDOR_ID_ZYTRONIC 0x14c8 | ||
| 815 | #define USB_DEVICE_ID_ZYTRONIC_ZXY100 0x0005 | ||
| 816 | |||
| 805 | #define USB_VENDOR_ID_PRIMAX 0x0461 | 817 | #define USB_VENDOR_ID_PRIMAX 0x0461 |
| 806 | #define USB_DEVICE_ID_PRIMAX_KEYBOARD 0x4e05 | 818 | #define USB_DEVICE_ID_PRIMAX_KEYBOARD 0x4e05 |
| 807 | 819 | ||
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 132b0019365e..5301006f6c15 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
| @@ -301,6 +301,9 @@ static const struct hid_device_id hid_battery_quirks[] = { | |||
| 301 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, | 301 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, |
| 302 | USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), | 302 | USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), |
| 303 | HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, | 303 | HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, |
| 304 | { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, | ||
| 305 | USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI), | ||
| 306 | HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, | ||
| 304 | {} | 307 | {} |
| 305 | }; | 308 | }; |
| 306 | 309 | ||
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 6e3332a99976..76479246d4ee 100644 --- a/drivers/hid/hid-multitouch.c +++ b/drivers/hid/hid-multitouch.c | |||
| @@ -1048,6 +1048,11 @@ static const struct hid_device_id mt_devices[] = { | |||
| 1048 | MT_USB_DEVICE(USB_VENDOR_ID_XIROKU, | 1048 | MT_USB_DEVICE(USB_VENDOR_ID_XIROKU, |
| 1049 | USB_DEVICE_ID_XIROKU_CSR2) }, | 1049 | USB_DEVICE_ID_XIROKU_CSR2) }, |
| 1050 | 1050 | ||
| 1051 | /* Zytronic panels */ | ||
| 1052 | { .driver_data = MT_CLS_SERIAL, | ||
| 1053 | MT_USB_DEVICE(USB_VENDOR_ID_ZYTRONIC, | ||
| 1054 | USB_DEVICE_ID_ZYTRONIC_ZXY100) }, | ||
| 1055 | |||
| 1051 | /* Generic MT device */ | 1056 | /* Generic MT device */ |
| 1052 | { HID_DEVICE(HID_BUS_ANY, HID_GROUP_MULTITOUCH, HID_ANY_ID, HID_ANY_ID) }, | 1057 | { HID_DEVICE(HID_BUS_ANY, HID_GROUP_MULTITOUCH, HID_ANY_ID, HID_ANY_ID) }, |
| 1053 | { } | 1058 | { } |
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c index 0597ee604f6e..903eef3d3e10 100644 --- a/drivers/hid/usbhid/hid-quirks.c +++ b/drivers/hid/usbhid/hid-quirks.c | |||
| @@ -76,6 +76,7 @@ static const struct hid_blacklist { | |||
| 76 | { USB_VENDOR_ID_PRODIGE, USB_DEVICE_ID_PRODIGE_CORDLESS, HID_QUIRK_NOGET }, | 76 | { USB_VENDOR_ID_PRODIGE, USB_DEVICE_ID_PRODIGE_CORDLESS, HID_QUIRK_NOGET }, |
| 77 | { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN, HID_QUIRK_NOGET }, | 77 | { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_PIXART_IMAGING_INC_OPTICAL_TOUCH_SCREEN, HID_QUIRK_NOGET }, |
| 78 | { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008, HID_QUIRK_NOGET }, | 78 | { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008, HID_QUIRK_NOGET }, |
| 79 | { USB_VENDOR_ID_SENNHEISER, USB_DEVICE_ID_SENNHEISER_BTD500USB, HID_QUIRK_NOGET }, | ||
| 79 | { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, | 80 | { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, |
| 80 | { USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_1, HID_QUIRK_NOGET }, | 81 | { USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_1, HID_QUIRK_NOGET }, |
| 81 | { USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_2, HID_QUIRK_NOGET }, | 82 | { USB_VENDOR_ID_SYMBOL, USB_DEVICE_ID_SYMBOL_SCANNER_2, HID_QUIRK_NOGET }, |
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index e7701d99f8e8..f1de3979181f 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
| @@ -2341,7 +2341,7 @@ static void __devinit it87_init_device(struct platform_device *pdev) | |||
| 2341 | 2341 | ||
| 2342 | /* Start monitoring */ | 2342 | /* Start monitoring */ |
| 2343 | it87_write_value(data, IT87_REG_CONFIG, | 2343 | it87_write_value(data, IT87_REG_CONFIG, |
| 2344 | (it87_read_value(data, IT87_REG_CONFIG) & 0x36) | 2344 | (it87_read_value(data, IT87_REG_CONFIG) & 0x3e) |
| 2345 | | (update_vbat ? 0x41 : 0x01)); | 2345 | | (update_vbat ? 0x41 : 0x01)); |
| 2346 | } | 2346 | } |
| 2347 | 2347 | ||
diff --git a/drivers/hwspinlock/hwspinlock_core.c b/drivers/hwspinlock/hwspinlock_core.c index 61c9cf15fa52..1201a15784c3 100644 --- a/drivers/hwspinlock/hwspinlock_core.c +++ b/drivers/hwspinlock/hwspinlock_core.c | |||
| @@ -345,7 +345,7 @@ int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, | |||
| 345 | spin_lock_init(&hwlock->lock); | 345 | spin_lock_init(&hwlock->lock); |
| 346 | hwlock->bank = bank; | 346 | hwlock->bank = bank; |
| 347 | 347 | ||
| 348 | ret = hwspin_lock_register_single(hwlock, i); | 348 | ret = hwspin_lock_register_single(hwlock, base_id + i); |
| 349 | if (ret) | 349 | if (ret) |
| 350 | goto reg_failed; | 350 | goto reg_failed; |
| 351 | } | 351 | } |
| @@ -354,7 +354,7 @@ int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev, | |||
| 354 | 354 | ||
| 355 | reg_failed: | 355 | reg_failed: |
| 356 | while (--i >= 0) | 356 | while (--i >= 0) |
| 357 | hwspin_lock_unregister_single(i); | 357 | hwspin_lock_unregister_single(base_id + i); |
| 358 | return ret; | 358 | return ret; |
| 359 | } | 359 | } |
| 360 | EXPORT_SYMBOL_GPL(hwspin_lock_register); | 360 | EXPORT_SYMBOL_GPL(hwspin_lock_register); |
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_ib.c b/drivers/infiniband/ulp/ipoib/ipoib_ib.c index 5c1bc995e560..f10221f40803 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_ib.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_ib.c | |||
| @@ -123,7 +123,7 @@ static void ipoib_ud_skb_put_frags(struct ipoib_dev_priv *priv, | |||
| 123 | 123 | ||
| 124 | skb_frag_size_set(frag, size); | 124 | skb_frag_size_set(frag, size); |
| 125 | skb->data_len += size; | 125 | skb->data_len += size; |
| 126 | skb->truesize += size; | 126 | skb->truesize += PAGE_SIZE; |
| 127 | } else | 127 | } else |
| 128 | skb_put(skb, length); | 128 | skb_put(skb, length); |
| 129 | 129 | ||
| @@ -156,14 +156,18 @@ static struct sk_buff *ipoib_alloc_rx_skb(struct net_device *dev, int id) | |||
| 156 | struct ipoib_dev_priv *priv = netdev_priv(dev); | 156 | struct ipoib_dev_priv *priv = netdev_priv(dev); |
| 157 | struct sk_buff *skb; | 157 | struct sk_buff *skb; |
| 158 | int buf_size; | 158 | int buf_size; |
| 159 | int tailroom; | ||
| 159 | u64 *mapping; | 160 | u64 *mapping; |
| 160 | 161 | ||
| 161 | if (ipoib_ud_need_sg(priv->max_ib_mtu)) | 162 | if (ipoib_ud_need_sg(priv->max_ib_mtu)) { |
| 162 | buf_size = IPOIB_UD_HEAD_SIZE; | 163 | buf_size = IPOIB_UD_HEAD_SIZE; |
| 163 | else | 164 | tailroom = 128; /* reserve some tailroom for IP/TCP headers */ |
| 165 | } else { | ||
| 164 | buf_size = IPOIB_UD_BUF_SIZE(priv->max_ib_mtu); | 166 | buf_size = IPOIB_UD_BUF_SIZE(priv->max_ib_mtu); |
| 167 | tailroom = 0; | ||
| 168 | } | ||
| 165 | 169 | ||
| 166 | skb = dev_alloc_skb(buf_size + 4); | 170 | skb = dev_alloc_skb(buf_size + tailroom + 4); |
| 167 | if (unlikely(!skb)) | 171 | if (unlikely(!skb)) |
| 168 | return NULL; | 172 | return NULL; |
| 169 | 173 | ||
diff --git a/drivers/input/joystick/as5011.c b/drivers/input/joystick/as5011.c index 57d19d4e0a2d..c96653b58867 100644 --- a/drivers/input/joystick/as5011.c +++ b/drivers/input/joystick/as5011.c | |||
| @@ -282,7 +282,8 @@ static int __devinit as5011_probe(struct i2c_client *client, | |||
| 282 | 282 | ||
| 283 | error = request_threaded_irq(as5011->button_irq, | 283 | error = request_threaded_irq(as5011->button_irq, |
| 284 | NULL, as5011_button_interrupt, | 284 | NULL, as5011_button_interrupt, |
| 285 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 285 | IRQF_TRIGGER_RISING | |
| 286 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, | ||
| 286 | "as5011_button", as5011); | 287 | "as5011_button", as5011); |
| 287 | if (error < 0) { | 288 | if (error < 0) { |
| 288 | dev_err(&client->dev, | 289 | dev_err(&client->dev, |
| @@ -296,7 +297,7 @@ static int __devinit as5011_probe(struct i2c_client *client, | |||
| 296 | 297 | ||
| 297 | error = request_threaded_irq(as5011->axis_irq, NULL, | 298 | error = request_threaded_irq(as5011->axis_irq, NULL, |
| 298 | as5011_axis_interrupt, | 299 | as5011_axis_interrupt, |
| 299 | plat_data->axis_irqflags, | 300 | plat_data->axis_irqflags | IRQF_ONESHOT, |
| 300 | "as5011_joystick", as5011); | 301 | "as5011_joystick", as5011); |
| 301 | if (error) { | 302 | if (error) { |
| 302 | dev_err(&client->dev, | 303 | dev_err(&client->dev, |
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index ee16fb67b7ae..83811e45d633 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c | |||
| @@ -142,6 +142,7 @@ static const struct xpad_device { | |||
| 142 | { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX }, | 142 | { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX }, |
| 143 | { 0x0c12, 0x8810, "Zeroplus Xbox Controller", 0, XTYPE_XBOX }, | 143 | { 0x0c12, 0x8810, "Zeroplus Xbox Controller", 0, XTYPE_XBOX }, |
| 144 | { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", 0, XTYPE_XBOX }, | 144 | { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", 0, XTYPE_XBOX }, |
| 145 | { 0x0d2f, 0x0002, "Andamiro Pump It Up pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, | ||
| 145 | { 0x0e4c, 0x1097, "Radica Gamester Controller", 0, XTYPE_XBOX }, | 146 | { 0x0e4c, 0x1097, "Radica Gamester Controller", 0, XTYPE_XBOX }, |
| 146 | { 0x0e4c, 0x2390, "Radica Games Jtech Controller", 0, XTYPE_XBOX }, | 147 | { 0x0e4c, 0x2390, "Radica Games Jtech Controller", 0, XTYPE_XBOX }, |
| 147 | { 0x0e6f, 0x0003, "Logic3 Freebird wireless Controller", 0, XTYPE_XBOX }, | 148 | { 0x0e6f, 0x0003, "Logic3 Freebird wireless Controller", 0, XTYPE_XBOX }, |
| @@ -164,6 +165,7 @@ static const struct xpad_device { | |||
| 164 | { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, | 165 | { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, |
| 165 | { 0x0f0d, 0x0016, "Hori Real Arcade Pro.EX", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, | 166 | { 0x0f0d, 0x0016, "Hori Real Arcade Pro.EX", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, |
| 166 | { 0x0f0d, 0x000d, "Hori Fighting Stick EX2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, | 167 | { 0x0f0d, 0x000d, "Hori Fighting Stick EX2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 }, |
| 168 | { 0x1689, 0xfd00, "Razer Onza Tournament Edition", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, | ||
| 167 | { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, | 169 | { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, |
| 168 | { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN } | 170 | { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN } |
| 169 | }; | 171 | }; |
| @@ -238,12 +240,14 @@ static struct usb_device_id xpad_table [] = { | |||
| 238 | XPAD_XBOX360_VENDOR(0x045e), /* Microsoft X-Box 360 controllers */ | 240 | XPAD_XBOX360_VENDOR(0x045e), /* Microsoft X-Box 360 controllers */ |
| 239 | XPAD_XBOX360_VENDOR(0x046d), /* Logitech X-Box 360 style controllers */ | 241 | XPAD_XBOX360_VENDOR(0x046d), /* Logitech X-Box 360 style controllers */ |
| 240 | XPAD_XBOX360_VENDOR(0x0738), /* Mad Catz X-Box 360 controllers */ | 242 | XPAD_XBOX360_VENDOR(0x0738), /* Mad Catz X-Box 360 controllers */ |
| 243 | { USB_DEVICE(0x0738, 0x4540) }, /* Mad Catz Beat Pad */ | ||
| 241 | XPAD_XBOX360_VENDOR(0x0e6f), /* 0x0e6f X-Box 360 controllers */ | 244 | XPAD_XBOX360_VENDOR(0x0e6f), /* 0x0e6f X-Box 360 controllers */ |
| 242 | XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */ | 245 | XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */ |
| 243 | XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */ | 246 | XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */ |
| 244 | XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */ | 247 | XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */ |
| 245 | XPAD_XBOX360_VENDOR(0x1bad), /* Harminix Rock Band Guitar and Drums */ | 248 | XPAD_XBOX360_VENDOR(0x1bad), /* Harminix Rock Band Guitar and Drums */ |
| 246 | XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ | 249 | XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */ |
| 250 | XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */ | ||
| 247 | { } | 251 | { } |
| 248 | }; | 252 | }; |
| 249 | 253 | ||
diff --git a/drivers/input/keyboard/mcs_touchkey.c b/drivers/input/keyboard/mcs_touchkey.c index 64a0ca4c92f3..0d77f6c84950 100644 --- a/drivers/input/keyboard/mcs_touchkey.c +++ b/drivers/input/keyboard/mcs_touchkey.c | |||
| @@ -178,7 +178,8 @@ static int __devinit mcs_touchkey_probe(struct i2c_client *client, | |||
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | error = request_threaded_irq(client->irq, NULL, mcs_touchkey_interrupt, | 180 | error = request_threaded_irq(client->irq, NULL, mcs_touchkey_interrupt, |
| 181 | IRQF_TRIGGER_FALLING, client->dev.driver->name, data); | 181 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 182 | client->dev.driver->name, data); | ||
| 182 | if (error) { | 183 | if (error) { |
| 183 | dev_err(&client->dev, "Failed to register interrupt\n"); | 184 | dev_err(&client->dev, "Failed to register interrupt\n"); |
| 184 | goto err_free_mem; | 185 | goto err_free_mem; |
diff --git a/drivers/input/keyboard/mpr121_touchkey.c b/drivers/input/keyboard/mpr121_touchkey.c index caa218a51b5a..7613f1cac951 100644 --- a/drivers/input/keyboard/mpr121_touchkey.c +++ b/drivers/input/keyboard/mpr121_touchkey.c | |||
| @@ -248,7 +248,7 @@ static int __devinit mpr_touchkey_probe(struct i2c_client *client, | |||
| 248 | 248 | ||
| 249 | error = request_threaded_irq(client->irq, NULL, | 249 | error = request_threaded_irq(client->irq, NULL, |
| 250 | mpr_touchkey_interrupt, | 250 | mpr_touchkey_interrupt, |
| 251 | IRQF_TRIGGER_FALLING, | 251 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 252 | client->dev.driver->name, mpr121); | 252 | client->dev.driver->name, mpr121); |
| 253 | if (error) { | 253 | if (error) { |
| 254 | dev_err(&client->dev, "Failed to register interrupt\n"); | 254 | dev_err(&client->dev, "Failed to register interrupt\n"); |
diff --git a/drivers/input/keyboard/qt1070.c b/drivers/input/keyboard/qt1070.c index 0b7b2f891752..ca68f2992d72 100644 --- a/drivers/input/keyboard/qt1070.c +++ b/drivers/input/keyboard/qt1070.c | |||
| @@ -201,7 +201,8 @@ static int __devinit qt1070_probe(struct i2c_client *client, | |||
| 201 | msleep(QT1070_RESET_TIME); | 201 | msleep(QT1070_RESET_TIME); |
| 202 | 202 | ||
| 203 | err = request_threaded_irq(client->irq, NULL, qt1070_interrupt, | 203 | err = request_threaded_irq(client->irq, NULL, qt1070_interrupt, |
| 204 | IRQF_TRIGGER_NONE, client->dev.driver->name, data); | 204 | IRQF_TRIGGER_NONE | IRQF_ONESHOT, |
| 205 | client->dev.driver->name, data); | ||
| 205 | if (err) { | 206 | if (err) { |
| 206 | dev_err(&client->dev, "fail to request irq\n"); | 207 | dev_err(&client->dev, "fail to request irq\n"); |
| 207 | goto err_free_mem; | 208 | goto err_free_mem; |
diff --git a/drivers/input/keyboard/tca6416-keypad.c b/drivers/input/keyboard/tca6416-keypad.c index 3afea3f89718..c355cdde8d22 100644 --- a/drivers/input/keyboard/tca6416-keypad.c +++ b/drivers/input/keyboard/tca6416-keypad.c | |||
| @@ -278,7 +278,8 @@ static int __devinit tca6416_keypad_probe(struct i2c_client *client, | |||
| 278 | 278 | ||
| 279 | error = request_threaded_irq(chip->irqnum, NULL, | 279 | error = request_threaded_irq(chip->irqnum, NULL, |
| 280 | tca6416_keys_isr, | 280 | tca6416_keys_isr, |
| 281 | IRQF_TRIGGER_FALLING, | 281 | IRQF_TRIGGER_FALLING | |
| 282 | IRQF_ONESHOT, | ||
| 282 | "tca6416-keypad", chip); | 283 | "tca6416-keypad", chip); |
| 283 | if (error) { | 284 | if (error) { |
| 284 | dev_dbg(&client->dev, | 285 | dev_dbg(&client->dev, |
diff --git a/drivers/input/keyboard/tca8418_keypad.c b/drivers/input/keyboard/tca8418_keypad.c index 5f87b28b3192..893869b29ed9 100644 --- a/drivers/input/keyboard/tca8418_keypad.c +++ b/drivers/input/keyboard/tca8418_keypad.c | |||
| @@ -360,7 +360,7 @@ static int __devinit tca8418_keypad_probe(struct i2c_client *client, | |||
| 360 | client->irq = gpio_to_irq(client->irq); | 360 | client->irq = gpio_to_irq(client->irq); |
| 361 | 361 | ||
| 362 | error = request_threaded_irq(client->irq, NULL, tca8418_irq_handler, | 362 | error = request_threaded_irq(client->irq, NULL, tca8418_irq_handler, |
| 363 | IRQF_TRIGGER_FALLING, | 363 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 364 | client->name, keypad_data); | 364 | client->name, keypad_data); |
| 365 | if (error) { | 365 | if (error) { |
| 366 | dev_dbg(&client->dev, | 366 | dev_dbg(&client->dev, |
diff --git a/drivers/input/keyboard/tnetv107x-keypad.c b/drivers/input/keyboard/tnetv107x-keypad.c index a4a445fb7020..4c34f21fbe2d 100644 --- a/drivers/input/keyboard/tnetv107x-keypad.c +++ b/drivers/input/keyboard/tnetv107x-keypad.c | |||
| @@ -227,15 +227,15 @@ static int __devinit keypad_probe(struct platform_device *pdev) | |||
| 227 | goto error_clk; | 227 | goto error_clk; |
| 228 | } | 228 | } |
| 229 | 229 | ||
| 230 | error = request_threaded_irq(kp->irq_press, NULL, keypad_irq, 0, | 230 | error = request_threaded_irq(kp->irq_press, NULL, keypad_irq, |
| 231 | dev_name(dev), kp); | 231 | IRQF_ONESHOT, dev_name(dev), kp); |
| 232 | if (error < 0) { | 232 | if (error < 0) { |
| 233 | dev_err(kp->dev, "Could not allocate keypad press key irq\n"); | 233 | dev_err(kp->dev, "Could not allocate keypad press key irq\n"); |
| 234 | goto error_irq_press; | 234 | goto error_irq_press; |
| 235 | } | 235 | } |
| 236 | 236 | ||
| 237 | error = request_threaded_irq(kp->irq_release, NULL, keypad_irq, 0, | 237 | error = request_threaded_irq(kp->irq_release, NULL, keypad_irq, |
| 238 | dev_name(dev), kp); | 238 | IRQF_ONESHOT, dev_name(dev), kp); |
| 239 | if (error < 0) { | 239 | if (error < 0) { |
| 240 | dev_err(kp->dev, "Could not allocate keypad release key irq\n"); | 240 | dev_err(kp->dev, "Could not allocate keypad release key irq\n"); |
| 241 | goto error_irq_release; | 241 | goto error_irq_release; |
diff --git a/drivers/input/misc/ad714x.c b/drivers/input/misc/ad714x.c index 0ac75bbad4d6..2e5d5e1de647 100644 --- a/drivers/input/misc/ad714x.c +++ b/drivers/input/misc/ad714x.c | |||
| @@ -972,6 +972,7 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, | |||
| 972 | struct ad714x_platform_data *plat_data = dev->platform_data; | 972 | struct ad714x_platform_data *plat_data = dev->platform_data; |
| 973 | struct ad714x_chip *ad714x; | 973 | struct ad714x_chip *ad714x; |
| 974 | void *drv_mem; | 974 | void *drv_mem; |
| 975 | unsigned long irqflags; | ||
| 975 | 976 | ||
| 976 | struct ad714x_button_drv *bt_drv; | 977 | struct ad714x_button_drv *bt_drv; |
| 977 | struct ad714x_slider_drv *sd_drv; | 978 | struct ad714x_slider_drv *sd_drv; |
| @@ -1162,10 +1163,11 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, | |||
| 1162 | alloc_idx++; | 1163 | alloc_idx++; |
| 1163 | } | 1164 | } |
| 1164 | 1165 | ||
| 1166 | irqflags = plat_data->irqflags ?: IRQF_TRIGGER_FALLING; | ||
| 1167 | irqflags |= IRQF_ONESHOT; | ||
| 1168 | |||
| 1165 | error = request_threaded_irq(ad714x->irq, NULL, ad714x_interrupt_thread, | 1169 | error = request_threaded_irq(ad714x->irq, NULL, ad714x_interrupt_thread, |
| 1166 | plat_data->irqflags ? | 1170 | irqflags, "ad714x_captouch", ad714x); |
| 1167 | plat_data->irqflags : IRQF_TRIGGER_FALLING, | ||
| 1168 | "ad714x_captouch", ad714x); | ||
| 1169 | if (error) { | 1171 | if (error) { |
| 1170 | dev_err(dev, "can't allocate irq %d\n", ad714x->irq); | 1172 | dev_err(dev, "can't allocate irq %d\n", ad714x->irq); |
| 1171 | goto err_unreg_dev; | 1173 | goto err_unreg_dev; |
diff --git a/drivers/input/misc/dm355evm_keys.c b/drivers/input/misc/dm355evm_keys.c index 35083c6836c3..c1313d8535c3 100644 --- a/drivers/input/misc/dm355evm_keys.c +++ b/drivers/input/misc/dm355evm_keys.c | |||
| @@ -213,7 +213,8 @@ static int __devinit dm355evm_keys_probe(struct platform_device *pdev) | |||
| 213 | /* REVISIT: flush the event queue? */ | 213 | /* REVISIT: flush the event queue? */ |
| 214 | 214 | ||
| 215 | status = request_threaded_irq(keys->irq, NULL, dm355evm_keys_irq, | 215 | status = request_threaded_irq(keys->irq, NULL, dm355evm_keys_irq, |
| 216 | IRQF_TRIGGER_FALLING, dev_name(&pdev->dev), keys); | 216 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 217 | dev_name(&pdev->dev), keys); | ||
| 217 | if (status < 0) | 218 | if (status < 0) |
| 218 | goto fail2; | 219 | goto fail2; |
| 219 | 220 | ||
diff --git a/drivers/input/mouse/bcm5974.c b/drivers/input/mouse/bcm5974.c index 2cf681d98c0d..d528c23e194f 100644 --- a/drivers/input/mouse/bcm5974.c +++ b/drivers/input/mouse/bcm5974.c | |||
| @@ -79,6 +79,10 @@ | |||
| 79 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI 0x0252 | 79 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI 0x0252 |
| 80 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO 0x0253 | 80 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO 0x0253 |
| 81 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS 0x0254 | 81 | #define USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS 0x0254 |
| 82 | /* MacbookPro10,1 (unibody, June 2012) */ | ||
| 83 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI 0x0262 | ||
| 84 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_ISO 0x0263 | ||
| 85 | #define USB_DEVICE_ID_APPLE_WELLSPRING7_JIS 0x0264 | ||
| 82 | 86 | ||
| 83 | #define BCM5974_DEVICE(prod) { \ | 87 | #define BCM5974_DEVICE(prod) { \ |
| 84 | .match_flags = (USB_DEVICE_ID_MATCH_DEVICE | \ | 88 | .match_flags = (USB_DEVICE_ID_MATCH_DEVICE | \ |
| @@ -128,6 +132,10 @@ static const struct usb_device_id bcm5974_table[] = { | |||
| 128 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI), | 132 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_ANSI), |
| 129 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO), | 133 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_ISO), |
| 130 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS), | 134 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING5A_JIS), |
| 135 | /* MacbookPro10,1 */ | ||
| 136 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI), | ||
| 137 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING7_ISO), | ||
| 138 | BCM5974_DEVICE(USB_DEVICE_ID_APPLE_WELLSPRING7_JIS), | ||
| 131 | /* Terminating entry */ | 139 | /* Terminating entry */ |
| 132 | {} | 140 | {} |
| 133 | }; | 141 | }; |
| @@ -354,6 +362,18 @@ static const struct bcm5974_config bcm5974_config_table[] = { | |||
| 354 | { DIM_X, DIM_X / SN_COORD, -4620, 5140 }, | 362 | { DIM_X, DIM_X / SN_COORD, -4620, 5140 }, |
| 355 | { DIM_Y, DIM_Y / SN_COORD, -150, 6600 } | 363 | { DIM_Y, DIM_Y / SN_COORD, -150, 6600 } |
| 356 | }, | 364 | }, |
| 365 | { | ||
| 366 | USB_DEVICE_ID_APPLE_WELLSPRING7_ANSI, | ||
| 367 | USB_DEVICE_ID_APPLE_WELLSPRING7_ISO, | ||
| 368 | USB_DEVICE_ID_APPLE_WELLSPRING7_JIS, | ||
| 369 | HAS_INTEGRATED_BUTTON, | ||
| 370 | 0x84, sizeof(struct bt_data), | ||
| 371 | 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, | ||
| 372 | { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, | ||
| 373 | { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, | ||
| 374 | { DIM_X, DIM_X / SN_COORD, -4750, 5280 }, | ||
| 375 | { DIM_Y, DIM_Y / SN_COORD, -150, 6730 } | ||
| 376 | }, | ||
| 357 | {} | 377 | {} |
| 358 | }; | 378 | }; |
| 359 | 379 | ||
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index cad5602d3ce4..8b31473a81fe 100644 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c | |||
| @@ -216,7 +216,7 @@ static void wacom_retrieve_report_data(struct usb_interface *intf, | |||
| 216 | 216 | ||
| 217 | rep_data[0] = 12; | 217 | rep_data[0] = 12; |
| 218 | result = wacom_get_report(intf, WAC_HID_FEATURE_REPORT, | 218 | result = wacom_get_report(intf, WAC_HID_FEATURE_REPORT, |
| 219 | rep_data[0], &rep_data, 2, | 219 | rep_data[0], rep_data, 2, |
| 220 | WAC_MSG_RETRIES); | 220 | WAC_MSG_RETRIES); |
| 221 | 221 | ||
| 222 | if (result >= 0 && rep_data[1] > 2) | 222 | if (result >= 0 && rep_data[1] > 2) |
| @@ -401,7 +401,9 @@ static int wacom_parse_hid(struct usb_interface *intf, | |||
| 401 | break; | 401 | break; |
| 402 | 402 | ||
| 403 | case HID_USAGE_CONTACTMAX: | 403 | case HID_USAGE_CONTACTMAX: |
| 404 | wacom_retrieve_report_data(intf, features); | 404 | /* leave touch_max as is if predefined */ |
| 405 | if (!features->touch_max) | ||
| 406 | wacom_retrieve_report_data(intf, features); | ||
| 405 | i++; | 407 | i++; |
| 406 | break; | 408 | break; |
| 407 | } | 409 | } |
diff --git a/drivers/input/touchscreen/ad7879.c b/drivers/input/touchscreen/ad7879.c index e2482b40da51..bd4eb4277697 100644 --- a/drivers/input/touchscreen/ad7879.c +++ b/drivers/input/touchscreen/ad7879.c | |||
| @@ -597,7 +597,7 @@ struct ad7879 *ad7879_probe(struct device *dev, u8 devid, unsigned int irq, | |||
| 597 | AD7879_TMR(ts->pen_down_acc_interval); | 597 | AD7879_TMR(ts->pen_down_acc_interval); |
| 598 | 598 | ||
| 599 | err = request_threaded_irq(ts->irq, NULL, ad7879_irq, | 599 | err = request_threaded_irq(ts->irq, NULL, ad7879_irq, |
| 600 | IRQF_TRIGGER_FALLING, | 600 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 601 | dev_name(dev), ts); | 601 | dev_name(dev), ts); |
| 602 | if (err) { | 602 | if (err) { |
| 603 | dev_err(dev, "irq %d busy?\n", ts->irq); | 603 | dev_err(dev, "irq %d busy?\n", ts->irq); |
diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 42e645062c20..25fd0561a17d 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c | |||
| @@ -1149,7 +1149,8 @@ static int __devinit mxt_probe(struct i2c_client *client, | |||
| 1149 | goto err_free_object; | 1149 | goto err_free_object; |
| 1150 | 1150 | ||
| 1151 | error = request_threaded_irq(client->irq, NULL, mxt_interrupt, | 1151 | error = request_threaded_irq(client->irq, NULL, mxt_interrupt, |
| 1152 | pdata->irqflags, client->dev.driver->name, data); | 1152 | pdata->irqflags | IRQF_ONESHOT, |
| 1153 | client->dev.driver->name, data); | ||
| 1153 | if (error) { | 1154 | if (error) { |
| 1154 | dev_err(&client->dev, "Failed to register interrupt\n"); | 1155 | dev_err(&client->dev, "Failed to register interrupt\n"); |
| 1155 | goto err_free_object; | 1156 | goto err_free_object; |
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c index f2d03c06c2da..5c487d23f11c 100644 --- a/drivers/input/touchscreen/bu21013_ts.c +++ b/drivers/input/touchscreen/bu21013_ts.c | |||
| @@ -509,7 +509,8 @@ static int __devinit bu21013_probe(struct i2c_client *client, | |||
| 509 | input_set_drvdata(in_dev, bu21013_data); | 509 | input_set_drvdata(in_dev, bu21013_data); |
| 510 | 510 | ||
| 511 | error = request_threaded_irq(pdata->irq, NULL, bu21013_gpio_irq, | 511 | error = request_threaded_irq(pdata->irq, NULL, bu21013_gpio_irq, |
| 512 | IRQF_TRIGGER_FALLING | IRQF_SHARED, | 512 | IRQF_TRIGGER_FALLING | IRQF_SHARED | |
| 513 | IRQF_ONESHOT, | ||
| 513 | DRIVER_TP, bu21013_data); | 514 | DRIVER_TP, bu21013_data); |
| 514 | if (error) { | 515 | if (error) { |
| 515 | dev_err(&client->dev, "request irq %d failed\n", pdata->irq); | 516 | dev_err(&client->dev, "request irq %d failed\n", pdata->irq); |
diff --git a/drivers/input/touchscreen/cy8ctmg110_ts.c b/drivers/input/touchscreen/cy8ctmg110_ts.c index 237753ad1031..464f1bf4b61d 100644 --- a/drivers/input/touchscreen/cy8ctmg110_ts.c +++ b/drivers/input/touchscreen/cy8ctmg110_ts.c | |||
| @@ -251,7 +251,8 @@ static int __devinit cy8ctmg110_probe(struct i2c_client *client, | |||
| 251 | } | 251 | } |
| 252 | 252 | ||
| 253 | err = request_threaded_irq(client->irq, NULL, cy8ctmg110_irq_thread, | 253 | err = request_threaded_irq(client->irq, NULL, cy8ctmg110_irq_thread, |
| 254 | IRQF_TRIGGER_RISING, "touch_reset_key", ts); | 254 | IRQF_TRIGGER_RISING | IRQF_ONESHOT, |
| 255 | "touch_reset_key", ts); | ||
| 255 | if (err < 0) { | 256 | if (err < 0) { |
| 256 | dev_err(&client->dev, | 257 | dev_err(&client->dev, |
| 257 | "irq %d busy? error %d\n", client->irq, err); | 258 | "irq %d busy? error %d\n", client->irq, err); |
diff --git a/drivers/input/touchscreen/intel-mid-touch.c b/drivers/input/touchscreen/intel-mid-touch.c index 3cd7a837f82b..cf299377fc49 100644 --- a/drivers/input/touchscreen/intel-mid-touch.c +++ b/drivers/input/touchscreen/intel-mid-touch.c | |||
| @@ -620,7 +620,7 @@ static int __devinit mrstouch_probe(struct platform_device *pdev) | |||
| 620 | MRST_PRESSURE_MIN, MRST_PRESSURE_MAX, 0, 0); | 620 | MRST_PRESSURE_MIN, MRST_PRESSURE_MAX, 0, 0); |
| 621 | 621 | ||
| 622 | err = request_threaded_irq(tsdev->irq, NULL, mrstouch_pendet_irq, | 622 | err = request_threaded_irq(tsdev->irq, NULL, mrstouch_pendet_irq, |
| 623 | 0, "mrstouch", tsdev); | 623 | IRQF_ONESHOT, "mrstouch", tsdev); |
| 624 | if (err) { | 624 | if (err) { |
| 625 | dev_err(tsdev->dev, "unable to allocate irq\n"); | 625 | dev_err(tsdev->dev, "unable to allocate irq\n"); |
| 626 | goto err_free_mem; | 626 | goto err_free_mem; |
diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c index 72f6ba3a4709..953b4c105cad 100644 --- a/drivers/input/touchscreen/pixcir_i2c_ts.c +++ b/drivers/input/touchscreen/pixcir_i2c_ts.c | |||
| @@ -165,7 +165,7 @@ static int __devinit pixcir_i2c_ts_probe(struct i2c_client *client, | |||
| 165 | input_set_drvdata(input, tsdata); | 165 | input_set_drvdata(input, tsdata); |
| 166 | 166 | ||
| 167 | error = request_threaded_irq(client->irq, NULL, pixcir_ts_isr, | 167 | error = request_threaded_irq(client->irq, NULL, pixcir_ts_isr, |
| 168 | IRQF_TRIGGER_FALLING, | 168 | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, |
| 169 | client->name, tsdata); | 169 | client->name, tsdata); |
| 170 | if (error) { | 170 | if (error) { |
| 171 | dev_err(&client->dev, "Unable to request touchscreen IRQ.\n"); | 171 | dev_err(&client->dev, "Unable to request touchscreen IRQ.\n"); |
diff --git a/drivers/input/touchscreen/tnetv107x-ts.c b/drivers/input/touchscreen/tnetv107x-ts.c index 7e7488097359..368d2c6cf780 100644 --- a/drivers/input/touchscreen/tnetv107x-ts.c +++ b/drivers/input/touchscreen/tnetv107x-ts.c | |||
| @@ -297,7 +297,7 @@ static int __devinit tsc_probe(struct platform_device *pdev) | |||
| 297 | goto error_clk; | 297 | goto error_clk; |
| 298 | } | 298 | } |
| 299 | 299 | ||
| 300 | error = request_threaded_irq(ts->tsc_irq, NULL, tsc_irq, 0, | 300 | error = request_threaded_irq(ts->tsc_irq, NULL, tsc_irq, IRQF_ONESHOT, |
| 301 | dev_name(dev), ts); | 301 | dev_name(dev), ts); |
| 302 | if (error < 0) { | 302 | if (error < 0) { |
| 303 | dev_err(ts->dev, "Could not allocate ts irq\n"); | 303 | dev_err(ts->dev, "Could not allocate ts irq\n"); |
diff --git a/drivers/input/touchscreen/tsc2005.c b/drivers/input/touchscreen/tsc2005.c index b6adeaee9cc5..5ce3fa8ce646 100644 --- a/drivers/input/touchscreen/tsc2005.c +++ b/drivers/input/touchscreen/tsc2005.c | |||
| @@ -650,7 +650,8 @@ static int __devinit tsc2005_probe(struct spi_device *spi) | |||
| 650 | tsc2005_stop_scan(ts); | 650 | tsc2005_stop_scan(ts); |
| 651 | 651 | ||
| 652 | error = request_threaded_irq(spi->irq, NULL, tsc2005_irq_thread, | 652 | error = request_threaded_irq(spi->irq, NULL, tsc2005_irq_thread, |
| 653 | IRQF_TRIGGER_RISING, "tsc2005", ts); | 653 | IRQF_TRIGGER_RISING | IRQF_ONESHOT, |
| 654 | "tsc2005", ts); | ||
| 654 | if (error) { | 655 | if (error) { |
| 655 | dev_err(&spi->dev, "Failed to request irq, err: %d\n", error); | 656 | dev_err(&spi->dev, "Failed to request irq, err: %d\n", error); |
| 656 | goto err_free_mem; | 657 | goto err_free_mem; |
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index a2e418cba0ff..625626391f2d 100644 --- a/drivers/iommu/amd_iommu.c +++ b/drivers/iommu/amd_iommu.c | |||
| @@ -83,6 +83,8 @@ static struct iommu_ops amd_iommu_ops; | |||
| 83 | static ATOMIC_NOTIFIER_HEAD(ppr_notifier); | 83 | static ATOMIC_NOTIFIER_HEAD(ppr_notifier); |
| 84 | int amd_iommu_max_glx_val = -1; | 84 | int amd_iommu_max_glx_val = -1; |
| 85 | 85 | ||
| 86 | static struct dma_map_ops amd_iommu_dma_ops; | ||
| 87 | |||
| 86 | /* | 88 | /* |
| 87 | * general struct to manage commands send to an IOMMU | 89 | * general struct to manage commands send to an IOMMU |
| 88 | */ | 90 | */ |
| @@ -402,7 +404,7 @@ static void amd_iommu_stats_init(void) | |||
| 402 | return; | 404 | return; |
| 403 | 405 | ||
| 404 | de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir, | 406 | de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir, |
| 405 | (u32 *)&amd_iommu_unmap_flush); | 407 | &amd_iommu_unmap_flush); |
| 406 | 408 | ||
| 407 | amd_iommu_stats_add(&compl_wait); | 409 | amd_iommu_stats_add(&compl_wait); |
| 408 | amd_iommu_stats_add(&cnt_map_single); | 410 | amd_iommu_stats_add(&cnt_map_single); |
| @@ -2267,6 +2269,13 @@ static int device_change_notifier(struct notifier_block *nb, | |||
| 2267 | list_add_tail(&dma_domain->list, &iommu_pd_list); | 2269 | list_add_tail(&dma_domain->list, &iommu_pd_list); |
| 2268 | spin_unlock_irqrestore(&iommu_pd_list_lock, flags); | 2270 | spin_unlock_irqrestore(&iommu_pd_list_lock, flags); |
| 2269 | 2271 | ||
| 2272 | dev_data = get_dev_data(dev); | ||
| 2273 | |||
| 2274 | if (!dev_data->passthrough) | ||
| 2275 | dev->archdata.dma_ops = &amd_iommu_dma_ops; | ||
| 2276 | else | ||
| 2277 | dev->archdata.dma_ops = &nommu_dma_ops; | ||
| 2278 | |||
| 2270 | break; | 2279 | break; |
| 2271 | case BUS_NOTIFY_DEL_DEVICE: | 2280 | case BUS_NOTIFY_DEL_DEVICE: |
| 2272 | 2281 | ||
diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c index 542024ba6dba..a33612f3206f 100644 --- a/drivers/iommu/amd_iommu_init.c +++ b/drivers/iommu/amd_iommu_init.c | |||
| @@ -129,7 +129,7 @@ u16 amd_iommu_last_bdf; /* largest PCI device id we have | |||
| 129 | to handle */ | 129 | to handle */ |
| 130 | LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings | 130 | LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings |
| 131 | we find in ACPI */ | 131 | we find in ACPI */ |
| 132 | bool amd_iommu_unmap_flush; /* if true, flush on every unmap */ | 132 | u32 amd_iommu_unmap_flush; /* if true, flush on every unmap */ |
| 133 | 133 | ||
| 134 | LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the | 134 | LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the |
| 135 | system */ | 135 | system */ |
| @@ -1641,6 +1641,8 @@ static int __init amd_iommu_init(void) | |||
| 1641 | 1641 | ||
| 1642 | amd_iommu_init_api(); | 1642 | amd_iommu_init_api(); |
| 1643 | 1643 | ||
| 1644 | x86_platform.iommu_shutdown = disable_iommus; | ||
| 1645 | |||
| 1644 | if (iommu_pass_through) | 1646 | if (iommu_pass_through) |
| 1645 | goto out; | 1647 | goto out; |
| 1646 | 1648 | ||
| @@ -1649,8 +1651,6 @@ static int __init amd_iommu_init(void) | |||
| 1649 | else | 1651 | else |
| 1650 | printk(KERN_INFO "AMD-Vi: Lazy IO/TLB flushing enabled\n"); | 1652 | printk(KERN_INFO "AMD-Vi: Lazy IO/TLB flushing enabled\n"); |
| 1651 | 1653 | ||
| 1652 | x86_platform.iommu_shutdown = disable_iommus; | ||
| 1653 | |||
| 1654 | out: | 1654 | out: |
| 1655 | return ret; | 1655 | return ret; |
| 1656 | 1656 | ||
diff --git a/drivers/iommu/amd_iommu_types.h b/drivers/iommu/amd_iommu_types.h index 24355559a2ad..c1b1d489817e 100644 --- a/drivers/iommu/amd_iommu_types.h +++ b/drivers/iommu/amd_iommu_types.h | |||
| @@ -652,7 +652,7 @@ extern unsigned long *amd_iommu_pd_alloc_bitmap; | |||
| 652 | * If true, the addresses will be flushed on unmap time, not when | 652 | * If true, the addresses will be flushed on unmap time, not when |
| 653 | * they are reused | 653 | * they are reused |
| 654 | */ | 654 | */ |
| 655 | extern bool amd_iommu_unmap_flush; | 655 | extern u32 amd_iommu_unmap_flush; |
| 656 | 656 | ||
| 657 | /* Smallest number of PASIDs supported by any IOMMU in the system */ | 657 | /* Smallest number of PASIDs supported by any IOMMU in the system */ |
| 658 | extern u32 amd_iommu_max_pasids; | 658 | extern u32 amd_iommu_max_pasids; |
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index ecd679043d77..3f3d09d560ea 100644 --- a/drivers/iommu/tegra-smmu.c +++ b/drivers/iommu/tegra-smmu.c | |||
| @@ -550,13 +550,13 @@ static int alloc_pdir(struct smmu_as *as) | |||
| 550 | return 0; | 550 | return 0; |
| 551 | 551 | ||
| 552 | as->pte_count = devm_kzalloc(smmu->dev, | 552 | as->pte_count = devm_kzalloc(smmu->dev, |
| 553 | sizeof(as->pte_count[0]) * SMMU_PDIR_COUNT, GFP_KERNEL); | 553 | sizeof(as->pte_count[0]) * SMMU_PDIR_COUNT, GFP_ATOMIC); |
| 554 | if (!as->pte_count) { | 554 | if (!as->pte_count) { |
| 555 | dev_err(smmu->dev, | 555 | dev_err(smmu->dev, |
| 556 | "failed to allocate smmu_device PTE cunters\n"); | 556 | "failed to allocate smmu_device PTE cunters\n"); |
| 557 | return -ENOMEM; | 557 | return -ENOMEM; |
| 558 | } | 558 | } |
| 559 | as->pdir_page = alloc_page(GFP_KERNEL | __GFP_DMA); | 559 | as->pdir_page = alloc_page(GFP_ATOMIC | __GFP_DMA); |
| 560 | if (!as->pdir_page) { | 560 | if (!as->pdir_page) { |
| 561 | dev_err(smmu->dev, | 561 | dev_err(smmu->dev, |
| 562 | "failed to allocate smmu_device page directory\n"); | 562 | "failed to allocate smmu_device page directory\n"); |
diff --git a/drivers/isdn/mISDN/stack.c b/drivers/isdn/mISDN/stack.c index 1a0ae4445ff2..5f21f629b7ae 100644 --- a/drivers/isdn/mISDN/stack.c +++ b/drivers/isdn/mISDN/stack.c | |||
| @@ -135,8 +135,8 @@ send_layer2(struct mISDNstack *st, struct sk_buff *skb) | |||
| 135 | skb = NULL; | 135 | skb = NULL; |
| 136 | else if (*debug & DEBUG_SEND_ERR) | 136 | else if (*debug & DEBUG_SEND_ERR) |
| 137 | printk(KERN_DEBUG | 137 | printk(KERN_DEBUG |
| 138 | "%s ch%d mgr prim(%x) addr(%x) err %d\n", | 138 | "%s mgr prim(%x) err %d\n", |
| 139 | __func__, ch->nr, hh->prim, ch->addr, ret); | 139 | __func__, hh->prim, ret); |
| 140 | } | 140 | } |
| 141 | out: | 141 | out: |
| 142 | mutex_unlock(&st->lmutex); | 142 | mutex_unlock(&st->lmutex); |
diff --git a/drivers/leds/ledtrig-heartbeat.c b/drivers/leds/ledtrig-heartbeat.c index 41dc76db4311..a019fbb70880 100644 --- a/drivers/leds/ledtrig-heartbeat.c +++ b/drivers/leds/ledtrig-heartbeat.c | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | #include <linux/reboot.h> | 21 | #include <linux/reboot.h> |
| 22 | #include "leds.h" | 22 | #include "leds.h" |
| 23 | 23 | ||
| 24 | static int panic_heartbeats; | ||
| 25 | |||
| 24 | struct heartbeat_trig_data { | 26 | struct heartbeat_trig_data { |
| 25 | unsigned int phase; | 27 | unsigned int phase; |
| 26 | unsigned int period; | 28 | unsigned int period; |
| @@ -34,6 +36,11 @@ static void led_heartbeat_function(unsigned long data) | |||
| 34 | unsigned long brightness = LED_OFF; | 36 | unsigned long brightness = LED_OFF; |
| 35 | unsigned long delay = 0; | 37 | unsigned long delay = 0; |
| 36 | 38 | ||
| 39 | if (unlikely(panic_heartbeats)) { | ||
| 40 | led_set_brightness(led_cdev, LED_OFF); | ||
| 41 | return; | ||
| 42 | } | ||
| 43 | |||
| 37 | /* acts like an actual heart beat -- ie thump-thump-pause... */ | 44 | /* acts like an actual heart beat -- ie thump-thump-pause... */ |
| 38 | switch (heartbeat_data->phase) { | 45 | switch (heartbeat_data->phase) { |
| 39 | case 0: | 46 | case 0: |
| @@ -111,12 +118,19 @@ static int heartbeat_reboot_notifier(struct notifier_block *nb, | |||
| 111 | return NOTIFY_DONE; | 118 | return NOTIFY_DONE; |
| 112 | } | 119 | } |
| 113 | 120 | ||
| 121 | static int heartbeat_panic_notifier(struct notifier_block *nb, | ||
| 122 | unsigned long code, void *unused) | ||
| 123 | { | ||
| 124 | panic_heartbeats = 1; | ||
| 125 | return NOTIFY_DONE; | ||
| 126 | } | ||
| 127 | |||
| 114 | static struct notifier_block heartbeat_reboot_nb = { | 128 | static struct notifier_block heartbeat_reboot_nb = { |
| 115 | .notifier_call = heartbeat_reboot_notifier, | 129 | .notifier_call = heartbeat_reboot_notifier, |
| 116 | }; | 130 | }; |
| 117 | 131 | ||
| 118 | static struct notifier_block heartbeat_panic_nb = { | 132 | static struct notifier_block heartbeat_panic_nb = { |
| 119 | .notifier_call = heartbeat_reboot_notifier, | 133 | .notifier_call = heartbeat_panic_notifier, |
| 120 | }; | 134 | }; |
| 121 | 135 | ||
| 122 | static int __init heartbeat_trig_init(void) | 136 | static int __init heartbeat_trig_init(void) |
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c index d039de8322f0..b58b7a33914a 100644 --- a/drivers/md/dm-raid1.c +++ b/drivers/md/dm-raid1.c | |||
| @@ -1084,6 +1084,7 @@ static int mirror_ctr(struct dm_target *ti, unsigned int argc, char **argv) | |||
| 1084 | ti->split_io = dm_rh_get_region_size(ms->rh); | 1084 | ti->split_io = dm_rh_get_region_size(ms->rh); |
| 1085 | ti->num_flush_requests = 1; | 1085 | ti->num_flush_requests = 1; |
| 1086 | ti->num_discard_requests = 1; | 1086 | ti->num_discard_requests = 1; |
| 1087 | ti->discard_zeroes_data_unsupported = 1; | ||
| 1087 | 1088 | ||
| 1088 | ms->kmirrord_wq = alloc_workqueue("kmirrord", | 1089 | ms->kmirrord_wq = alloc_workqueue("kmirrord", |
| 1089 | WQ_NON_REENTRANT | WQ_MEM_RECLAIM, 0); | 1090 | WQ_NON_REENTRANT | WQ_MEM_RECLAIM, 0); |
| @@ -1214,7 +1215,7 @@ static int mirror_end_io(struct dm_target *ti, struct bio *bio, | |||
| 1214 | * We need to dec pending if this was a write. | 1215 | * We need to dec pending if this was a write. |
| 1215 | */ | 1216 | */ |
| 1216 | if (rw == WRITE) { | 1217 | if (rw == WRITE) { |
| 1217 | if (!(bio->bi_rw & REQ_FLUSH)) | 1218 | if (!(bio->bi_rw & (REQ_FLUSH | REQ_DISCARD))) |
| 1218 | dm_rh_dec(ms->rh, map_context->ll); | 1219 | dm_rh_dec(ms->rh, map_context->ll); |
| 1219 | return error; | 1220 | return error; |
| 1220 | } | 1221 | } |
diff --git a/drivers/md/dm-region-hash.c b/drivers/md/dm-region-hash.c index 7771ed212182..69732e03eb34 100644 --- a/drivers/md/dm-region-hash.c +++ b/drivers/md/dm-region-hash.c | |||
| @@ -404,6 +404,9 @@ void dm_rh_mark_nosync(struct dm_region_hash *rh, struct bio *bio) | |||
| 404 | return; | 404 | return; |
| 405 | } | 405 | } |
| 406 | 406 | ||
| 407 | if (bio->bi_rw & REQ_DISCARD) | ||
| 408 | return; | ||
| 409 | |||
| 407 | /* We must inform the log that the sync count has changed. */ | 410 | /* We must inform the log that the sync count has changed. */ |
| 408 | log->type->set_region_sync(log, region, 0); | 411 | log->type->set_region_sync(log, region, 0); |
| 409 | 412 | ||
| @@ -524,7 +527,7 @@ void dm_rh_inc_pending(struct dm_region_hash *rh, struct bio_list *bios) | |||
| 524 | struct bio *bio; | 527 | struct bio *bio; |
| 525 | 528 | ||
| 526 | for (bio = bios->head; bio; bio = bio->bi_next) { | 529 | for (bio = bios->head; bio; bio = bio->bi_next) { |
| 527 | if (bio->bi_rw & REQ_FLUSH) | 530 | if (bio->bi_rw & (REQ_FLUSH | REQ_DISCARD)) |
| 528 | continue; | 531 | continue; |
| 529 | rh_inc(rh, dm_rh_bio_to_region(rh, bio)); | 532 | rh_inc(rh, dm_rh_bio_to_region(rh, bio)); |
| 530 | } | 533 | } |
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c index 37fdaf81bd1f..68694da0d21d 100644 --- a/drivers/md/dm-thin.c +++ b/drivers/md/dm-thin.c | |||
| @@ -1245,7 +1245,10 @@ static void process_discard(struct thin_c *tc, struct bio *bio) | |||
| 1245 | 1245 | ||
| 1246 | cell_release_singleton(cell, bio); | 1246 | cell_release_singleton(cell, bio); |
| 1247 | cell_release_singleton(cell2, bio); | 1247 | cell_release_singleton(cell2, bio); |
| 1248 | remap_and_issue(tc, bio, lookup_result.block); | 1248 | if ((!lookup_result.shared) && pool->pf.discard_passdown) |
| 1249 | remap_and_issue(tc, bio, lookup_result.block); | ||
| 1250 | else | ||
| 1251 | bio_endio(bio, 0); | ||
| 1249 | } | 1252 | } |
| 1250 | break; | 1253 | break; |
| 1251 | 1254 | ||
| @@ -2292,6 +2295,13 @@ static int process_reserve_metadata_snap_mesg(unsigned argc, char **argv, struct | |||
| 2292 | if (r) | 2295 | if (r) |
| 2293 | return r; | 2296 | return r; |
| 2294 | 2297 | ||
| 2298 | r = dm_pool_commit_metadata(pool->pmd); | ||
| 2299 | if (r) { | ||
| 2300 | DMERR("%s: dm_pool_commit_metadata() failed, error = %d", | ||
| 2301 | __func__, r); | ||
| 2302 | return r; | ||
| 2303 | } | ||
| 2304 | |||
| 2295 | r = dm_pool_reserve_metadata_snap(pool->pmd); | 2305 | r = dm_pool_reserve_metadata_snap(pool->pmd); |
| 2296 | if (r) | 2306 | if (r) |
| 2297 | DMWARN("reserve_metadata_snap message failed."); | 2307 | DMWARN("reserve_metadata_snap message failed."); |
| @@ -2621,6 +2631,7 @@ static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) | |||
| 2621 | if (tc->pool->pf.discard_enabled) { | 2631 | if (tc->pool->pf.discard_enabled) { |
| 2622 | ti->discards_supported = 1; | 2632 | ti->discards_supported = 1; |
| 2623 | ti->num_discard_requests = 1; | 2633 | ti->num_discard_requests = 1; |
| 2634 | ti->discard_zeroes_data_unsupported = 1; | ||
| 2624 | } | 2635 | } |
| 2625 | 2636 | ||
| 2626 | dm_put(pool_md); | 2637 | dm_put(pool_md); |
diff --git a/drivers/md/md.c b/drivers/md/md.c index 1c2f9048e1ae..d5ab4493c8be 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
| @@ -2931,6 +2931,7 @@ offset_store(struct md_rdev *rdev, const char *buf, size_t len) | |||
| 2931 | * can be sane */ | 2931 | * can be sane */ |
| 2932 | return -EBUSY; | 2932 | return -EBUSY; |
| 2933 | rdev->data_offset = offset; | 2933 | rdev->data_offset = offset; |
| 2934 | rdev->new_data_offset = offset; | ||
| 2934 | return len; | 2935 | return len; |
| 2935 | } | 2936 | } |
| 2936 | 2937 | ||
| @@ -3926,8 +3927,8 @@ array_state_show(struct mddev *mddev, char *page) | |||
| 3926 | return sprintf(page, "%s\n", array_states[st]); | 3927 | return sprintf(page, "%s\n", array_states[st]); |
| 3927 | } | 3928 | } |
| 3928 | 3929 | ||
| 3929 | static int do_md_stop(struct mddev * mddev, int ro, int is_open); | 3930 | static int do_md_stop(struct mddev * mddev, int ro, struct block_device *bdev); |
| 3930 | static int md_set_readonly(struct mddev * mddev, int is_open); | 3931 | static int md_set_readonly(struct mddev * mddev, struct block_device *bdev); |
| 3931 | static int do_md_run(struct mddev * mddev); | 3932 | static int do_md_run(struct mddev * mddev); |
| 3932 | static int restart_array(struct mddev *mddev); | 3933 | static int restart_array(struct mddev *mddev); |
| 3933 | 3934 | ||
| @@ -3943,14 +3944,14 @@ array_state_store(struct mddev *mddev, const char *buf, size_t len) | |||
| 3943 | /* stopping an active array */ | 3944 | /* stopping an active array */ |
| 3944 | if (atomic_read(&mddev->openers) > 0) | 3945 | if (atomic_read(&mddev->openers) > 0) |
| 3945 | return -EBUSY; | 3946 | return -EBUSY; |
| 3946 | err = do_md_stop(mddev, 0, 0); | 3947 | err = do_md_stop(mddev, 0, NULL); |
| 3947 | break; | 3948 | break; |
| 3948 | case inactive: | 3949 | case inactive: |
| 3949 | /* stopping an active array */ | 3950 | /* stopping an active array */ |
| 3950 | if (mddev->pers) { | 3951 | if (mddev->pers) { |
| 3951 | if (atomic_read(&mddev->openers) > 0) | 3952 | if (atomic_read(&mddev->openers) > 0) |
| 3952 | return -EBUSY; | 3953 | return -EBUSY; |
| 3953 | err = do_md_stop(mddev, 2, 0); | 3954 | err = do_md_stop(mddev, 2, NULL); |
| 3954 | } else | 3955 | } else |
| 3955 | err = 0; /* already inactive */ | 3956 | err = 0; /* already inactive */ |
| 3956 | break; | 3957 | break; |
| @@ -3958,7 +3959,7 @@ array_state_store(struct mddev *mddev, const char *buf, size_t len) | |||
| 3958 | break; /* not supported yet */ | 3959 | break; /* not supported yet */ |
| 3959 | case readonly: | 3960 | case readonly: |
| 3960 | if (mddev->pers) | 3961 | if (mddev->pers) |
| 3961 | err = md_set_readonly(mddev, 0); | 3962 | err = md_set_readonly(mddev, NULL); |
| 3962 | else { | 3963 | else { |
| 3963 | mddev->ro = 1; | 3964 | mddev->ro = 1; |
| 3964 | set_disk_ro(mddev->gendisk, 1); | 3965 | set_disk_ro(mddev->gendisk, 1); |
| @@ -3968,7 +3969,7 @@ array_state_store(struct mddev *mddev, const char *buf, size_t len) | |||
| 3968 | case read_auto: | 3969 | case read_auto: |
| 3969 | if (mddev->pers) { | 3970 | if (mddev->pers) { |
| 3970 | if (mddev->ro == 0) | 3971 | if (mddev->ro == 0) |
| 3971 | err = md_set_readonly(mddev, 0); | 3972 | err = md_set_readonly(mddev, NULL); |
| 3972 | else if (mddev->ro == 1) | 3973 | else if (mddev->ro == 1) |
| 3973 | err = restart_array(mddev); | 3974 | err = restart_array(mddev); |
| 3974 | if (err == 0) { | 3975 | if (err == 0) { |
| @@ -5351,15 +5352,17 @@ void md_stop(struct mddev *mddev) | |||
| 5351 | } | 5352 | } |
| 5352 | EXPORT_SYMBOL_GPL(md_stop); | 5353 | EXPORT_SYMBOL_GPL(md_stop); |
| 5353 | 5354 | ||
| 5354 | static int md_set_readonly(struct mddev *mddev, int is_open) | 5355 | static int md_set_readonly(struct mddev *mddev, struct block_device *bdev) |
| 5355 | { | 5356 | { |
| 5356 | int err = 0; | 5357 | int err = 0; |
| 5357 | mutex_lock(&mddev->open_mutex); | 5358 | mutex_lock(&mddev->open_mutex); |
| 5358 | if (atomic_read(&mddev->openers) > is_open) { | 5359 | if (atomic_read(&mddev->openers) > !!bdev) { |
| 5359 | printk("md: %s still in use.\n",mdname(mddev)); | 5360 | printk("md: %s still in use.\n",mdname(mddev)); |
| 5360 | err = -EBUSY; | 5361 | err = -EBUSY; |
| 5361 | goto out; | 5362 | goto out; |
| 5362 | } | 5363 | } |
| 5364 | if (bdev) | ||
| 5365 | sync_blockdev(bdev); | ||
| 5363 | if (mddev->pers) { | 5366 | if (mddev->pers) { |
| 5364 | __md_stop_writes(mddev); | 5367 | __md_stop_writes(mddev); |
| 5365 | 5368 | ||
| @@ -5381,18 +5384,26 @@ out: | |||
| 5381 | * 0 - completely stop and dis-assemble array | 5384 | * 0 - completely stop and dis-assemble array |
| 5382 | * 2 - stop but do not disassemble array | 5385 | * 2 - stop but do not disassemble array |
| 5383 | */ | 5386 | */ |
| 5384 | static int do_md_stop(struct mddev * mddev, int mode, int is_open) | 5387 | static int do_md_stop(struct mddev * mddev, int mode, |
| 5388 | struct block_device *bdev) | ||
| 5385 | { | 5389 | { |
| 5386 | struct gendisk *disk = mddev->gendisk; | 5390 | struct gendisk *disk = mddev->gendisk; |
| 5387 | struct md_rdev *rdev; | 5391 | struct md_rdev *rdev; |
| 5388 | 5392 | ||
| 5389 | mutex_lock(&mddev->open_mutex); | 5393 | mutex_lock(&mddev->open_mutex); |
| 5390 | if (atomic_read(&mddev->openers) > is_open || | 5394 | if (atomic_read(&mddev->openers) > !!bdev || |
| 5391 | mddev->sysfs_active) { | 5395 | mddev->sysfs_active) { |
| 5392 | printk("md: %s still in use.\n",mdname(mddev)); | 5396 | printk("md: %s still in use.\n",mdname(mddev)); |
| 5393 | mutex_unlock(&mddev->open_mutex); | 5397 | mutex_unlock(&mddev->open_mutex); |
| 5394 | return -EBUSY; | 5398 | return -EBUSY; |
| 5395 | } | 5399 | } |
| 5400 | if (bdev) | ||
| 5401 | /* It is possible IO was issued on some other | ||
| 5402 | * open file which was closed before we took ->open_mutex. | ||
| 5403 | * As that was not the last close __blkdev_put will not | ||
| 5404 | * have called sync_blockdev, so we must. | ||
| 5405 | */ | ||
| 5406 | sync_blockdev(bdev); | ||
| 5396 | 5407 | ||
| 5397 | if (mddev->pers) { | 5408 | if (mddev->pers) { |
| 5398 | if (mddev->ro) | 5409 | if (mddev->ro) |
| @@ -5466,7 +5477,7 @@ static void autorun_array(struct mddev *mddev) | |||
| 5466 | err = do_md_run(mddev); | 5477 | err = do_md_run(mddev); |
| 5467 | if (err) { | 5478 | if (err) { |
| 5468 | printk(KERN_WARNING "md: do_md_run() returned %d\n", err); | 5479 | printk(KERN_WARNING "md: do_md_run() returned %d\n", err); |
| 5469 | do_md_stop(mddev, 0, 0); | 5480 | do_md_stop(mddev, 0, NULL); |
| 5470 | } | 5481 | } |
| 5471 | } | 5482 | } |
| 5472 | 5483 | ||
| @@ -5784,8 +5795,7 @@ static int add_new_disk(struct mddev * mddev, mdu_disk_info_t *info) | |||
| 5784 | super_types[mddev->major_version]. | 5795 | super_types[mddev->major_version]. |
| 5785 | validate_super(mddev, rdev); | 5796 | validate_super(mddev, rdev); |
| 5786 | if ((info->state & (1<<MD_DISK_SYNC)) && | 5797 | if ((info->state & (1<<MD_DISK_SYNC)) && |
| 5787 | (!test_bit(In_sync, &rdev->flags) || | 5798 | rdev->raid_disk != info->raid_disk) { |
| 5788 | rdev->raid_disk != info->raid_disk)) { | ||
| 5789 | /* This was a hot-add request, but events doesn't | 5799 | /* This was a hot-add request, but events doesn't |
| 5790 | * match, so reject it. | 5800 | * match, so reject it. |
| 5791 | */ | 5801 | */ |
| @@ -6482,11 +6492,11 @@ static int md_ioctl(struct block_device *bdev, fmode_t mode, | |||
| 6482 | goto done_unlock; | 6492 | goto done_unlock; |
| 6483 | 6493 | ||
| 6484 | case STOP_ARRAY: | 6494 | case STOP_ARRAY: |
| 6485 | err = do_md_stop(mddev, 0, 1); | 6495 | err = do_md_stop(mddev, 0, bdev); |
| 6486 | goto done_unlock; | 6496 | goto done_unlock; |
| 6487 | 6497 | ||
| 6488 | case STOP_ARRAY_RO: | 6498 | case STOP_ARRAY_RO: |
| 6489 | err = md_set_readonly(mddev, 1); | 6499 | err = md_set_readonly(mddev, bdev); |
| 6490 | goto done_unlock; | 6500 | goto done_unlock; |
| 6491 | 6501 | ||
| 6492 | case BLKROSET: | 6502 | case BLKROSET: |
| @@ -6751,7 +6761,7 @@ struct md_thread *md_register_thread(void (*run) (struct mddev *), struct mddev | |||
| 6751 | thread->tsk = kthread_run(md_thread, thread, | 6761 | thread->tsk = kthread_run(md_thread, thread, |
| 6752 | "%s_%s", | 6762 | "%s_%s", |
| 6753 | mdname(thread->mddev), | 6763 | mdname(thread->mddev), |
| 6754 | name ?: mddev->pers->name); | 6764 | name); |
| 6755 | if (IS_ERR(thread->tsk)) { | 6765 | if (IS_ERR(thread->tsk)) { |
| 6756 | kfree(thread); | 6766 | kfree(thread); |
| 6757 | return NULL; | 6767 | return NULL; |
| @@ -7298,6 +7308,7 @@ void md_do_sync(struct mddev *mddev) | |||
| 7298 | int skipped = 0; | 7308 | int skipped = 0; |
| 7299 | struct md_rdev *rdev; | 7309 | struct md_rdev *rdev; |
| 7300 | char *desc; | 7310 | char *desc; |
| 7311 | struct blk_plug plug; | ||
| 7301 | 7312 | ||
| 7302 | /* just incase thread restarts... */ | 7313 | /* just incase thread restarts... */ |
| 7303 | if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) | 7314 | if (test_bit(MD_RECOVERY_DONE, &mddev->recovery)) |
| @@ -7447,6 +7458,7 @@ void md_do_sync(struct mddev *mddev) | |||
| 7447 | } | 7458 | } |
| 7448 | mddev->curr_resync_completed = j; | 7459 | mddev->curr_resync_completed = j; |
| 7449 | 7460 | ||
| 7461 | blk_start_plug(&plug); | ||
| 7450 | while (j < max_sectors) { | 7462 | while (j < max_sectors) { |
| 7451 | sector_t sectors; | 7463 | sector_t sectors; |
| 7452 | 7464 | ||
| @@ -7552,6 +7564,7 @@ void md_do_sync(struct mddev *mddev) | |||
| 7552 | * this also signals 'finished resyncing' to md_stop | 7564 | * this also signals 'finished resyncing' to md_stop |
| 7553 | */ | 7565 | */ |
| 7554 | out: | 7566 | out: |
| 7567 | blk_finish_plug(&plug); | ||
| 7555 | wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); | 7568 | wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); |
| 7556 | 7569 | ||
| 7557 | /* tell personality that we are finished */ | 7570 | /* tell personality that we are finished */ |
diff --git a/drivers/md/multipath.c b/drivers/md/multipath.c index 9339e67fcc79..61a1833ebaf3 100644 --- a/drivers/md/multipath.c +++ b/drivers/md/multipath.c | |||
| @@ -474,7 +474,8 @@ static int multipath_run (struct mddev *mddev) | |||
| 474 | } | 474 | } |
| 475 | 475 | ||
| 476 | { | 476 | { |
| 477 | mddev->thread = md_register_thread(multipathd, mddev, NULL); | 477 | mddev->thread = md_register_thread(multipathd, mddev, |
| 478 | "multipath"); | ||
| 478 | if (!mddev->thread) { | 479 | if (!mddev->thread) { |
| 479 | printk(KERN_ERR "multipath: couldn't allocate thread" | 480 | printk(KERN_ERR "multipath: couldn't allocate thread" |
| 480 | " for %s\n", mdname(mddev)); | 481 | " for %s\n", mdname(mddev)); |
diff --git a/drivers/md/persistent-data/dm-space-map-checker.c b/drivers/md/persistent-data/dm-space-map-checker.c index 50ed53bf4aa2..fc90c11620ad 100644 --- a/drivers/md/persistent-data/dm-space-map-checker.c +++ b/drivers/md/persistent-data/dm-space-map-checker.c | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include <linux/device-mapper.h> | 9 | #include <linux/device-mapper.h> |
| 10 | #include <linux/export.h> | 10 | #include <linux/export.h> |
| 11 | #include <linux/vmalloc.h> | ||
| 11 | 12 | ||
| 12 | #ifdef CONFIG_DM_DEBUG_SPACE_MAPS | 13 | #ifdef CONFIG_DM_DEBUG_SPACE_MAPS |
| 13 | 14 | ||
| @@ -89,13 +90,23 @@ static int ca_create(struct count_array *ca, struct dm_space_map *sm) | |||
| 89 | 90 | ||
| 90 | ca->nr = nr_blocks; | 91 | ca->nr = nr_blocks; |
| 91 | ca->nr_free = nr_blocks; | 92 | ca->nr_free = nr_blocks; |
| 92 | ca->counts = kzalloc(sizeof(*ca->counts) * nr_blocks, GFP_KERNEL); | 93 | |
| 93 | if (!ca->counts) | 94 | if (!nr_blocks) |
| 94 | return -ENOMEM; | 95 | ca->counts = NULL; |
| 96 | else { | ||
| 97 | ca->counts = vzalloc(sizeof(*ca->counts) * nr_blocks); | ||
| 98 | if (!ca->counts) | ||
| 99 | return -ENOMEM; | ||
| 100 | } | ||
| 95 | 101 | ||
| 96 | return 0; | 102 | return 0; |
| 97 | } | 103 | } |
| 98 | 104 | ||
| 105 | static void ca_destroy(struct count_array *ca) | ||
| 106 | { | ||
| 107 | vfree(ca->counts); | ||
| 108 | } | ||
| 109 | |||
| 99 | static int ca_load(struct count_array *ca, struct dm_space_map *sm) | 110 | static int ca_load(struct count_array *ca, struct dm_space_map *sm) |
| 100 | { | 111 | { |
| 101 | int r; | 112 | int r; |
| @@ -126,12 +137,14 @@ static int ca_load(struct count_array *ca, struct dm_space_map *sm) | |||
| 126 | static int ca_extend(struct count_array *ca, dm_block_t extra_blocks) | 137 | static int ca_extend(struct count_array *ca, dm_block_t extra_blocks) |
| 127 | { | 138 | { |
| 128 | dm_block_t nr_blocks = ca->nr + extra_blocks; | 139 | dm_block_t nr_blocks = ca->nr + extra_blocks; |
| 129 | uint32_t *counts = kzalloc(sizeof(*counts) * nr_blocks, GFP_KERNEL); | 140 | uint32_t *counts = vzalloc(sizeof(*counts) * nr_blocks); |
| 130 | if (!counts) | 141 | if (!counts) |
| 131 | return -ENOMEM; | 142 | return -ENOMEM; |
| 132 | 143 | ||
| 133 | memcpy(counts, ca->counts, sizeof(*counts) * ca->nr); | 144 | if (ca->counts) { |
| 134 | kfree(ca->counts); | 145 | memcpy(counts, ca->counts, sizeof(*counts) * ca->nr); |
| 146 | ca_destroy(ca); | ||
| 147 | } | ||
| 135 | ca->nr = nr_blocks; | 148 | ca->nr = nr_blocks; |
| 136 | ca->nr_free += extra_blocks; | 149 | ca->nr_free += extra_blocks; |
| 137 | ca->counts = counts; | 150 | ca->counts = counts; |
| @@ -151,11 +164,6 @@ static int ca_commit(struct count_array *old, struct count_array *new) | |||
| 151 | return 0; | 164 | return 0; |
| 152 | } | 165 | } |
| 153 | 166 | ||
| 154 | static void ca_destroy(struct count_array *ca) | ||
| 155 | { | ||
| 156 | kfree(ca->counts); | ||
| 157 | } | ||
| 158 | |||
| 159 | /*----------------------------------------------------------------*/ | 167 | /*----------------------------------------------------------------*/ |
| 160 | 168 | ||
| 161 | struct sm_checker { | 169 | struct sm_checker { |
| @@ -343,25 +351,25 @@ struct dm_space_map *dm_sm_checker_create(struct dm_space_map *sm) | |||
| 343 | int r; | 351 | int r; |
| 344 | struct sm_checker *smc; | 352 | struct sm_checker *smc; |
| 345 | 353 | ||
| 346 | if (!sm) | 354 | if (IS_ERR_OR_NULL(sm)) |
| 347 | return NULL; | 355 | return ERR_PTR(-EINVAL); |
| 348 | 356 | ||
| 349 | smc = kmalloc(sizeof(*smc), GFP_KERNEL); | 357 | smc = kmalloc(sizeof(*smc), GFP_KERNEL); |
| 350 | if (!smc) | 358 | if (!smc) |
| 351 | return NULL; | 359 | return ERR_PTR(-ENOMEM); |
| 352 | 360 | ||
| 353 | memcpy(&smc->sm, &ops_, sizeof(smc->sm)); | 361 | memcpy(&smc->sm, &ops_, sizeof(smc->sm)); |
| 354 | r = ca_create(&smc->old_counts, sm); | 362 | r = ca_create(&smc->old_counts, sm); |
| 355 | if (r) { | 363 | if (r) { |
| 356 | kfree(smc); | 364 | kfree(smc); |
| 357 | return NULL; | 365 | return ERR_PTR(r); |
| 358 | } | 366 | } |
| 359 | 367 | ||
| 360 | r = ca_create(&smc->counts, sm); | 368 | r = ca_create(&smc->counts, sm); |
| 361 | if (r) { | 369 | if (r) { |
| 362 | ca_destroy(&smc->old_counts); | 370 | ca_destroy(&smc->old_counts); |
| 363 | kfree(smc); | 371 | kfree(smc); |
| 364 | return NULL; | 372 | return ERR_PTR(r); |
| 365 | } | 373 | } |
| 366 | 374 | ||
| 367 | smc->real_sm = sm; | 375 | smc->real_sm = sm; |
| @@ -371,7 +379,7 @@ struct dm_space_map *dm_sm_checker_create(struct dm_space_map *sm) | |||
| 371 | ca_destroy(&smc->counts); | 379 | ca_destroy(&smc->counts); |
| 372 | ca_destroy(&smc->old_counts); | 380 | ca_destroy(&smc->old_counts); |
| 373 | kfree(smc); | 381 | kfree(smc); |
| 374 | return NULL; | 382 | return ERR_PTR(r); |
| 375 | } | 383 | } |
| 376 | 384 | ||
| 377 | r = ca_commit(&smc->old_counts, &smc->counts); | 385 | r = ca_commit(&smc->old_counts, &smc->counts); |
| @@ -379,7 +387,7 @@ struct dm_space_map *dm_sm_checker_create(struct dm_space_map *sm) | |||
| 379 | ca_destroy(&smc->counts); | 387 | ca_destroy(&smc->counts); |
| 380 | ca_destroy(&smc->old_counts); | 388 | ca_destroy(&smc->old_counts); |
| 381 | kfree(smc); | 389 | kfree(smc); |
| 382 | return NULL; | 390 | return ERR_PTR(r); |
| 383 | } | 391 | } |
| 384 | 392 | ||
| 385 | return &smc->sm; | 393 | return &smc->sm; |
| @@ -391,25 +399,25 @@ struct dm_space_map *dm_sm_checker_create_fresh(struct dm_space_map *sm) | |||
| 391 | int r; | 399 | int r; |
| 392 | struct sm_checker *smc; | 400 | struct sm_checker *smc; |
| 393 | 401 | ||
| 394 | if (!sm) | 402 | if (IS_ERR_OR_NULL(sm)) |
| 395 | return NULL; | 403 | return ERR_PTR(-EINVAL); |
| 396 | 404 | ||
| 397 | smc = kmalloc(sizeof(*smc), GFP_KERNEL); | 405 | smc = kmalloc(sizeof(*smc), GFP_KERNEL); |
| 398 | if (!smc) | 406 | if (!smc) |
| 399 | return NULL; | 407 | return ERR_PTR(-ENOMEM); |
| 400 | 408 | ||
| 401 | memcpy(&smc->sm, &ops_, sizeof(smc->sm)); | 409 | memcpy(&smc->sm, &ops_, sizeof(smc->sm)); |
| 402 | r = ca_create(&smc->old_counts, sm); | 410 | r = ca_create(&smc->old_counts, sm); |
| 403 | if (r) { | 411 | if (r) { |
| 404 | kfree(smc); | 412 | kfree(smc); |
| 405 | return NULL; | 413 | return ERR_PTR(r); |
| 406 | } | 414 | } |
| 407 | 415 | ||
| 408 | r = ca_create(&smc->counts, sm); | 416 | r = ca_create(&smc->counts, sm); |
| 409 | if (r) { | 417 | if (r) { |
| 410 | ca_destroy(&smc->old_counts); | 418 | ca_destroy(&smc->old_counts); |
| 411 | kfree(smc); | 419 | kfree(smc); |
| 412 | return NULL; | 420 | return ERR_PTR(r); |
| 413 | } | 421 | } |
| 414 | 422 | ||
| 415 | smc->real_sm = sm; | 423 | smc->real_sm = sm; |
diff --git a/drivers/md/persistent-data/dm-space-map-disk.c b/drivers/md/persistent-data/dm-space-map-disk.c index fc469ba9f627..3d0ed5332883 100644 --- a/drivers/md/persistent-data/dm-space-map-disk.c +++ b/drivers/md/persistent-data/dm-space-map-disk.c | |||
| @@ -290,7 +290,16 @@ struct dm_space_map *dm_sm_disk_create(struct dm_transaction_manager *tm, | |||
| 290 | dm_block_t nr_blocks) | 290 | dm_block_t nr_blocks) |
| 291 | { | 291 | { |
| 292 | struct dm_space_map *sm = dm_sm_disk_create_real(tm, nr_blocks); | 292 | struct dm_space_map *sm = dm_sm_disk_create_real(tm, nr_blocks); |
| 293 | return dm_sm_checker_create_fresh(sm); | 293 | struct dm_space_map *smc; |
| 294 | |||
| 295 | if (IS_ERR_OR_NULL(sm)) | ||
| 296 | return sm; | ||
| 297 | |||
| 298 | smc = dm_sm_checker_create_fresh(sm); | ||
| 299 | if (IS_ERR(smc)) | ||
| 300 | dm_sm_destroy(sm); | ||
| 301 | |||
| 302 | return smc; | ||
| 294 | } | 303 | } |
| 295 | EXPORT_SYMBOL_GPL(dm_sm_disk_create); | 304 | EXPORT_SYMBOL_GPL(dm_sm_disk_create); |
| 296 | 305 | ||
diff --git a/drivers/md/persistent-data/dm-transaction-manager.c b/drivers/md/persistent-data/dm-transaction-manager.c index 400fe144c0cd..e5604b32d91f 100644 --- a/drivers/md/persistent-data/dm-transaction-manager.c +++ b/drivers/md/persistent-data/dm-transaction-manager.c | |||
| @@ -138,6 +138,9 @@ EXPORT_SYMBOL_GPL(dm_tm_create_non_blocking_clone); | |||
| 138 | 138 | ||
| 139 | void dm_tm_destroy(struct dm_transaction_manager *tm) | 139 | void dm_tm_destroy(struct dm_transaction_manager *tm) |
| 140 | { | 140 | { |
| 141 | if (!tm->is_clone) | ||
| 142 | wipe_shadow_table(tm); | ||
| 143 | |||
| 141 | kfree(tm); | 144 | kfree(tm); |
| 142 | } | 145 | } |
| 143 | EXPORT_SYMBOL_GPL(dm_tm_destroy); | 146 | EXPORT_SYMBOL_GPL(dm_tm_destroy); |
| @@ -344,8 +347,10 @@ static int dm_tm_create_internal(struct dm_block_manager *bm, | |||
| 344 | } | 347 | } |
| 345 | 348 | ||
| 346 | *sm = dm_sm_checker_create(inner); | 349 | *sm = dm_sm_checker_create(inner); |
| 347 | if (!*sm) | 350 | if (IS_ERR(*sm)) { |
| 351 | r = PTR_ERR(*sm); | ||
| 348 | goto bad2; | 352 | goto bad2; |
| 353 | } | ||
| 349 | 354 | ||
| 350 | } else { | 355 | } else { |
| 351 | r = dm_bm_write_lock(dm_tm_get_bm(*tm), sb_location, | 356 | r = dm_bm_write_lock(dm_tm_get_bm(*tm), sb_location, |
| @@ -364,8 +369,10 @@ static int dm_tm_create_internal(struct dm_block_manager *bm, | |||
| 364 | } | 369 | } |
| 365 | 370 | ||
| 366 | *sm = dm_sm_checker_create(inner); | 371 | *sm = dm_sm_checker_create(inner); |
| 367 | if (!*sm) | 372 | if (IS_ERR(*sm)) { |
| 373 | r = PTR_ERR(*sm); | ||
| 368 | goto bad2; | 374 | goto bad2; |
| 375 | } | ||
| 369 | } | 376 | } |
| 370 | 377 | ||
| 371 | return 0; | 378 | return 0; |
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index a9c7981ddd24..cacd008d6864 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
| @@ -517,8 +517,8 @@ static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sect | |||
| 517 | int bad_sectors; | 517 | int bad_sectors; |
| 518 | 518 | ||
| 519 | int disk = start_disk + i; | 519 | int disk = start_disk + i; |
| 520 | if (disk >= conf->raid_disks) | 520 | if (disk >= conf->raid_disks * 2) |
| 521 | disk -= conf->raid_disks; | 521 | disk -= conf->raid_disks * 2; |
| 522 | 522 | ||
| 523 | rdev = rcu_dereference(conf->mirrors[disk].rdev); | 523 | rdev = rcu_dereference(conf->mirrors[disk].rdev); |
| 524 | if (r1_bio->bios[disk] == IO_BLOCKED | 524 | if (r1_bio->bios[disk] == IO_BLOCKED |
| @@ -883,7 +883,6 @@ static void make_request(struct mddev *mddev, struct bio * bio) | |||
| 883 | const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); | 883 | const unsigned long do_sync = (bio->bi_rw & REQ_SYNC); |
| 884 | const unsigned long do_flush_fua = (bio->bi_rw & (REQ_FLUSH | REQ_FUA)); | 884 | const unsigned long do_flush_fua = (bio->bi_rw & (REQ_FLUSH | REQ_FUA)); |
| 885 | struct md_rdev *blocked_rdev; | 885 | struct md_rdev *blocked_rdev; |
| 886 | int plugged; | ||
| 887 | int first_clone; | 886 | int first_clone; |
| 888 | int sectors_handled; | 887 | int sectors_handled; |
| 889 | int max_sectors; | 888 | int max_sectors; |
| @@ -1034,7 +1033,6 @@ read_again: | |||
| 1034 | * the bad blocks. Each set of writes gets it's own r1bio | 1033 | * the bad blocks. Each set of writes gets it's own r1bio |
| 1035 | * with a set of bios attached. | 1034 | * with a set of bios attached. |
| 1036 | */ | 1035 | */ |
| 1037 | plugged = mddev_check_plugged(mddev); | ||
| 1038 | 1036 | ||
| 1039 | disks = conf->raid_disks * 2; | 1037 | disks = conf->raid_disks * 2; |
| 1040 | retry_write: | 1038 | retry_write: |
| @@ -1191,6 +1189,8 @@ read_again: | |||
| 1191 | bio_list_add(&conf->pending_bio_list, mbio); | 1189 | bio_list_add(&conf->pending_bio_list, mbio); |
| 1192 | conf->pending_count++; | 1190 | conf->pending_count++; |
| 1193 | spin_unlock_irqrestore(&conf->device_lock, flags); | 1191 | spin_unlock_irqrestore(&conf->device_lock, flags); |
| 1192 | if (!mddev_check_plugged(mddev)) | ||
| 1193 | md_wakeup_thread(mddev->thread); | ||
| 1194 | } | 1194 | } |
| 1195 | /* Mustn't call r1_bio_write_done before this next test, | 1195 | /* Mustn't call r1_bio_write_done before this next test, |
| 1196 | * as it could result in the bio being freed. | 1196 | * as it could result in the bio being freed. |
| @@ -1213,9 +1213,6 @@ read_again: | |||
| 1213 | 1213 | ||
| 1214 | /* In case raid1d snuck in to freeze_array */ | 1214 | /* In case raid1d snuck in to freeze_array */ |
| 1215 | wake_up(&conf->wait_barrier); | 1215 | wake_up(&conf->wait_barrier); |
| 1216 | |||
| 1217 | if (do_sync || !bitmap || !plugged) | ||
| 1218 | md_wakeup_thread(mddev->thread); | ||
| 1219 | } | 1216 | } |
| 1220 | 1217 | ||
| 1221 | static void status(struct seq_file *seq, struct mddev *mddev) | 1218 | static void status(struct seq_file *seq, struct mddev *mddev) |
| @@ -1821,8 +1818,14 @@ static void sync_request_write(struct mddev *mddev, struct r1bio *r1_bio) | |||
| 1821 | 1818 | ||
| 1822 | if (atomic_dec_and_test(&r1_bio->remaining)) { | 1819 | if (atomic_dec_and_test(&r1_bio->remaining)) { |
| 1823 | /* if we're here, all write(s) have completed, so clean up */ | 1820 | /* if we're here, all write(s) have completed, so clean up */ |
| 1824 | md_done_sync(mddev, r1_bio->sectors, 1); | 1821 | int s = r1_bio->sectors; |
| 1825 | put_buf(r1_bio); | 1822 | if (test_bit(R1BIO_MadeGood, &r1_bio->state) || |
| 1823 | test_bit(R1BIO_WriteError, &r1_bio->state)) | ||
| 1824 | reschedule_retry(r1_bio); | ||
| 1825 | else { | ||
| 1826 | put_buf(r1_bio); | ||
| 1827 | md_done_sync(mddev, s, 1); | ||
| 1828 | } | ||
| 1826 | } | 1829 | } |
| 1827 | } | 1830 | } |
| 1828 | 1831 | ||
| @@ -2488,9 +2491,10 @@ static sector_t sync_request(struct mddev *mddev, sector_t sector_nr, int *skipp | |||
| 2488 | */ | 2491 | */ |
| 2489 | if (test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) { | 2492 | if (test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) { |
| 2490 | atomic_set(&r1_bio->remaining, read_targets); | 2493 | atomic_set(&r1_bio->remaining, read_targets); |
| 2491 | for (i = 0; i < conf->raid_disks * 2; i++) { | 2494 | for (i = 0; i < conf->raid_disks * 2 && read_targets; i++) { |
| 2492 | bio = r1_bio->bios[i]; | 2495 | bio = r1_bio->bios[i]; |
| 2493 | if (bio->bi_end_io == end_sync_read) { | 2496 | if (bio->bi_end_io == end_sync_read) { |
| 2497 | read_targets--; | ||
| 2494 | md_sync_acct(bio->bi_bdev, nr_sectors); | 2498 | md_sync_acct(bio->bi_bdev, nr_sectors); |
| 2495 | generic_make_request(bio); | 2499 | generic_make_request(bio); |
| 2496 | } | 2500 | } |
| @@ -2621,7 +2625,7 @@ static struct r1conf *setup_conf(struct mddev *mddev) | |||
| 2621 | goto abort; | 2625 | goto abort; |
| 2622 | } | 2626 | } |
| 2623 | err = -ENOMEM; | 2627 | err = -ENOMEM; |
| 2624 | conf->thread = md_register_thread(raid1d, mddev, NULL); | 2628 | conf->thread = md_register_thread(raid1d, mddev, "raid1"); |
| 2625 | if (!conf->thread) { | 2629 | if (!conf->thread) { |
| 2626 | printk(KERN_ERR | 2630 | printk(KERN_ERR |
| 2627 | "md/raid1:%s: couldn't allocate thread\n", | 2631 | "md/raid1:%s: couldn't allocate thread\n", |
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 99ae6068e456..8da6282254c3 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c | |||
| @@ -1039,7 +1039,6 @@ static void make_request(struct mddev *mddev, struct bio * bio) | |||
| 1039 | const unsigned long do_fua = (bio->bi_rw & REQ_FUA); | 1039 | const unsigned long do_fua = (bio->bi_rw & REQ_FUA); |
| 1040 | unsigned long flags; | 1040 | unsigned long flags; |
| 1041 | struct md_rdev *blocked_rdev; | 1041 | struct md_rdev *blocked_rdev; |
| 1042 | int plugged; | ||
| 1043 | int sectors_handled; | 1042 | int sectors_handled; |
| 1044 | int max_sectors; | 1043 | int max_sectors; |
| 1045 | int sectors; | 1044 | int sectors; |
| @@ -1239,7 +1238,6 @@ read_again: | |||
| 1239 | * of r10_bios is recored in bio->bi_phys_segments just as with | 1238 | * of r10_bios is recored in bio->bi_phys_segments just as with |
| 1240 | * the read case. | 1239 | * the read case. |
| 1241 | */ | 1240 | */ |
| 1242 | plugged = mddev_check_plugged(mddev); | ||
| 1243 | 1241 | ||
| 1244 | r10_bio->read_slot = -1; /* make sure repl_bio gets freed */ | 1242 | r10_bio->read_slot = -1; /* make sure repl_bio gets freed */ |
| 1245 | raid10_find_phys(conf, r10_bio); | 1243 | raid10_find_phys(conf, r10_bio); |
| @@ -1396,6 +1394,8 @@ retry_write: | |||
| 1396 | bio_list_add(&conf->pending_bio_list, mbio); | 1394 | bio_list_add(&conf->pending_bio_list, mbio); |
| 1397 | conf->pending_count++; | 1395 | conf->pending_count++; |
| 1398 | spin_unlock_irqrestore(&conf->device_lock, flags); | 1396 | spin_unlock_irqrestore(&conf->device_lock, flags); |
| 1397 | if (!mddev_check_plugged(mddev)) | ||
| 1398 | md_wakeup_thread(mddev->thread); | ||
| 1399 | 1399 | ||
| 1400 | if (!r10_bio->devs[i].repl_bio) | 1400 | if (!r10_bio->devs[i].repl_bio) |
| 1401 | continue; | 1401 | continue; |
| @@ -1423,6 +1423,8 @@ retry_write: | |||
| 1423 | bio_list_add(&conf->pending_bio_list, mbio); | 1423 | bio_list_add(&conf->pending_bio_list, mbio); |
| 1424 | conf->pending_count++; | 1424 | conf->pending_count++; |
| 1425 | spin_unlock_irqrestore(&conf->device_lock, flags); | 1425 | spin_unlock_irqrestore(&conf->device_lock, flags); |
| 1426 | if (!mddev_check_plugged(mddev)) | ||
| 1427 | md_wakeup_thread(mddev->thread); | ||
| 1426 | } | 1428 | } |
| 1427 | 1429 | ||
| 1428 | /* Don't remove the bias on 'remaining' (one_write_done) until | 1430 | /* Don't remove the bias on 'remaining' (one_write_done) until |
| @@ -1448,9 +1450,6 @@ retry_write: | |||
| 1448 | 1450 | ||
| 1449 | /* In case raid10d snuck in to freeze_array */ | 1451 | /* In case raid10d snuck in to freeze_array */ |
| 1450 | wake_up(&conf->wait_barrier); | 1452 | wake_up(&conf->wait_barrier); |
| 1451 | |||
| 1452 | if (do_sync || !mddev->bitmap || !plugged) | ||
| 1453 | md_wakeup_thread(mddev->thread); | ||
| 1454 | } | 1453 | } |
| 1455 | 1454 | ||
| 1456 | static void status(struct seq_file *seq, struct mddev *mddev) | 1455 | static void status(struct seq_file *seq, struct mddev *mddev) |
| @@ -2310,7 +2309,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10 | |||
| 2310 | if (r10_sync_page_io(rdev, | 2309 | if (r10_sync_page_io(rdev, |
| 2311 | r10_bio->devs[sl].addr + | 2310 | r10_bio->devs[sl].addr + |
| 2312 | sect, | 2311 | sect, |
| 2313 | s<<9, conf->tmppage, WRITE) | 2312 | s, conf->tmppage, WRITE) |
| 2314 | == 0) { | 2313 | == 0) { |
| 2315 | /* Well, this device is dead */ | 2314 | /* Well, this device is dead */ |
| 2316 | printk(KERN_NOTICE | 2315 | printk(KERN_NOTICE |
| @@ -2349,7 +2348,7 @@ static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10 | |||
| 2349 | switch (r10_sync_page_io(rdev, | 2348 | switch (r10_sync_page_io(rdev, |
| 2350 | r10_bio->devs[sl].addr + | 2349 | r10_bio->devs[sl].addr + |
| 2351 | sect, | 2350 | sect, |
| 2352 | s<<9, conf->tmppage, | 2351 | s, conf->tmppage, |
| 2353 | READ)) { | 2352 | READ)) { |
| 2354 | case 0: | 2353 | case 0: |
| 2355 | /* Well, this device is dead */ | 2354 | /* Well, this device is dead */ |
| @@ -2512,7 +2511,7 @@ read_more: | |||
| 2512 | slot = r10_bio->read_slot; | 2511 | slot = r10_bio->read_slot; |
| 2513 | printk_ratelimited( | 2512 | printk_ratelimited( |
| 2514 | KERN_ERR | 2513 | KERN_ERR |
| 2515 | "md/raid10:%s: %s: redirecting" | 2514 | "md/raid10:%s: %s: redirecting " |
| 2516 | "sector %llu to another mirror\n", | 2515 | "sector %llu to another mirror\n", |
| 2517 | mdname(mddev), | 2516 | mdname(mddev), |
| 2518 | bdevname(rdev->bdev, b), | 2517 | bdevname(rdev->bdev, b), |
| @@ -2661,7 +2660,8 @@ static void raid10d(struct mddev *mddev) | |||
| 2661 | blk_start_plug(&plug); | 2660 | blk_start_plug(&plug); |
| 2662 | for (;;) { | 2661 | for (;;) { |
| 2663 | 2662 | ||
| 2664 | flush_pending_writes(conf); | 2663 | if (atomic_read(&mddev->plug_cnt) == 0) |
| 2664 | flush_pending_writes(conf); | ||
| 2665 | 2665 | ||
| 2666 | spin_lock_irqsave(&conf->device_lock, flags); | 2666 | spin_lock_irqsave(&conf->device_lock, flags); |
| 2667 | if (list_empty(head)) { | 2667 | if (list_empty(head)) { |
| @@ -2890,6 +2890,12 @@ static sector_t sync_request(struct mddev *mddev, sector_t sector_nr, | |||
| 2890 | /* want to reconstruct this device */ | 2890 | /* want to reconstruct this device */ |
| 2891 | rb2 = r10_bio; | 2891 | rb2 = r10_bio; |
| 2892 | sect = raid10_find_virt(conf, sector_nr, i); | 2892 | sect = raid10_find_virt(conf, sector_nr, i); |
| 2893 | if (sect >= mddev->resync_max_sectors) { | ||
| 2894 | /* last stripe is not complete - don't | ||
| 2895 | * try to recover this sector. | ||
| 2896 | */ | ||
| 2897 | continue; | ||
| 2898 | } | ||
| 2893 | /* Unless we are doing a full sync, or a replacement | 2899 | /* Unless we are doing a full sync, or a replacement |
| 2894 | * we only need to recover the block if it is set in | 2900 | * we only need to recover the block if it is set in |
| 2895 | * the bitmap | 2901 | * the bitmap |
| @@ -3421,7 +3427,7 @@ static struct r10conf *setup_conf(struct mddev *mddev) | |||
| 3421 | spin_lock_init(&conf->resync_lock); | 3427 | spin_lock_init(&conf->resync_lock); |
| 3422 | init_waitqueue_head(&conf->wait_barrier); | 3428 | init_waitqueue_head(&conf->wait_barrier); |
| 3423 | 3429 | ||
| 3424 | conf->thread = md_register_thread(raid10d, mddev, NULL); | 3430 | conf->thread = md_register_thread(raid10d, mddev, "raid10"); |
| 3425 | if (!conf->thread) | 3431 | if (!conf->thread) |
| 3426 | goto out; | 3432 | goto out; |
| 3427 | 3433 | ||
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index d26767246d26..04348d76bb30 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
| @@ -196,12 +196,14 @@ static void __release_stripe(struct r5conf *conf, struct stripe_head *sh) | |||
| 196 | BUG_ON(!list_empty(&sh->lru)); | 196 | BUG_ON(!list_empty(&sh->lru)); |
| 197 | BUG_ON(atomic_read(&conf->active_stripes)==0); | 197 | BUG_ON(atomic_read(&conf->active_stripes)==0); |
| 198 | if (test_bit(STRIPE_HANDLE, &sh->state)) { | 198 | if (test_bit(STRIPE_HANDLE, &sh->state)) { |
| 199 | if (test_bit(STRIPE_DELAYED, &sh->state)) | 199 | if (test_bit(STRIPE_DELAYED, &sh->state) && |
| 200 | !test_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) | ||
| 200 | list_add_tail(&sh->lru, &conf->delayed_list); | 201 | list_add_tail(&sh->lru, &conf->delayed_list); |
| 201 | else if (test_bit(STRIPE_BIT_DELAY, &sh->state) && | 202 | else if (test_bit(STRIPE_BIT_DELAY, &sh->state) && |
| 202 | sh->bm_seq - conf->seq_write > 0) | 203 | sh->bm_seq - conf->seq_write > 0) |
| 203 | list_add_tail(&sh->lru, &conf->bitmap_list); | 204 | list_add_tail(&sh->lru, &conf->bitmap_list); |
| 204 | else { | 205 | else { |
| 206 | clear_bit(STRIPE_DELAYED, &sh->state); | ||
| 205 | clear_bit(STRIPE_BIT_DELAY, &sh->state); | 207 | clear_bit(STRIPE_BIT_DELAY, &sh->state); |
| 206 | list_add_tail(&sh->lru, &conf->handle_list); | 208 | list_add_tail(&sh->lru, &conf->handle_list); |
| 207 | } | 209 | } |
| @@ -606,6 +608,12 @@ static void ops_run_io(struct stripe_head *sh, struct stripe_head_state *s) | |||
| 606 | * a chance*/ | 608 | * a chance*/ |
| 607 | md_check_recovery(conf->mddev); | 609 | md_check_recovery(conf->mddev); |
| 608 | } | 610 | } |
| 611 | /* | ||
| 612 | * Because md_wait_for_blocked_rdev | ||
| 613 | * will dec nr_pending, we must | ||
| 614 | * increment it first. | ||
| 615 | */ | ||
| 616 | atomic_inc(&rdev->nr_pending); | ||
| 609 | md_wait_for_blocked_rdev(rdev, conf->mddev); | 617 | md_wait_for_blocked_rdev(rdev, conf->mddev); |
| 610 | } else { | 618 | } else { |
| 611 | /* Acknowledged bad block - skip the write */ | 619 | /* Acknowledged bad block - skip the write */ |
| @@ -1737,6 +1745,7 @@ static void raid5_end_read_request(struct bio * bi, int error) | |||
| 1737 | } else { | 1745 | } else { |
| 1738 | const char *bdn = bdevname(rdev->bdev, b); | 1746 | const char *bdn = bdevname(rdev->bdev, b); |
| 1739 | int retry = 0; | 1747 | int retry = 0; |
| 1748 | int set_bad = 0; | ||
| 1740 | 1749 | ||
| 1741 | clear_bit(R5_UPTODATE, &sh->dev[i].flags); | 1750 | clear_bit(R5_UPTODATE, &sh->dev[i].flags); |
| 1742 | atomic_inc(&rdev->read_errors); | 1751 | atomic_inc(&rdev->read_errors); |
| @@ -1748,7 +1757,8 @@ static void raid5_end_read_request(struct bio * bi, int error) | |||
| 1748 | mdname(conf->mddev), | 1757 | mdname(conf->mddev), |
| 1749 | (unsigned long long)s, | 1758 | (unsigned long long)s, |
| 1750 | bdn); | 1759 | bdn); |
| 1751 | else if (conf->mddev->degraded >= conf->max_degraded) | 1760 | else if (conf->mddev->degraded >= conf->max_degraded) { |
| 1761 | set_bad = 1; | ||
| 1752 | printk_ratelimited( | 1762 | printk_ratelimited( |
| 1753 | KERN_WARNING | 1763 | KERN_WARNING |
| 1754 | "md/raid:%s: read error not correctable " | 1764 | "md/raid:%s: read error not correctable " |
| @@ -1756,8 +1766,9 @@ static void raid5_end_read_request(struct bio * bi, int error) | |||
| 1756 | mdname(conf->mddev), | 1766 | mdname(conf->mddev), |
| 1757 | (unsigned long long)s, | 1767 | (unsigned long long)s, |
| 1758 | bdn); | 1768 | bdn); |
| 1759 | else if (test_bit(R5_ReWrite, &sh->dev[i].flags)) | 1769 | } else if (test_bit(R5_ReWrite, &sh->dev[i].flags)) { |
| 1760 | /* Oh, no!!! */ | 1770 | /* Oh, no!!! */ |
| 1771 | set_bad = 1; | ||
| 1761 | printk_ratelimited( | 1772 | printk_ratelimited( |
| 1762 | KERN_WARNING | 1773 | KERN_WARNING |
| 1763 | "md/raid:%s: read error NOT corrected!! " | 1774 | "md/raid:%s: read error NOT corrected!! " |
| @@ -1765,7 +1776,7 @@ static void raid5_end_read_request(struct bio * bi, int error) | |||
| 1765 | mdname(conf->mddev), | 1776 | mdname(conf->mddev), |
| 1766 | (unsigned long long)s, | 1777 | (unsigned long long)s, |
| 1767 | bdn); | 1778 | bdn); |
| 1768 | else if (atomic_read(&rdev->read_errors) | 1779 | } else if (atomic_read(&rdev->read_errors) |
| 1769 | > conf->max_nr_stripes) | 1780 | > conf->max_nr_stripes) |
| 1770 | printk(KERN_WARNING | 1781 | printk(KERN_WARNING |
| 1771 | "md/raid:%s: Too many read errors, failing device %s.\n", | 1782 | "md/raid:%s: Too many read errors, failing device %s.\n", |
| @@ -1777,7 +1788,11 @@ static void raid5_end_read_request(struct bio * bi, int error) | |||
| 1777 | else { | 1788 | else { |
| 1778 | clear_bit(R5_ReadError, &sh->dev[i].flags); | 1789 | clear_bit(R5_ReadError, &sh->dev[i].flags); |
| 1779 | clear_bit(R5_ReWrite, &sh->dev[i].flags); | 1790 | clear_bit(R5_ReWrite, &sh->dev[i].flags); |
| 1780 | md_error(conf->mddev, rdev); | 1791 | if (!(set_bad |
| 1792 | && test_bit(In_sync, &rdev->flags) | ||
| 1793 | && rdev_set_badblocks( | ||
| 1794 | rdev, sh->sector, STRIPE_SECTORS, 0))) | ||
| 1795 | md_error(conf->mddev, rdev); | ||
| 1781 | } | 1796 | } |
| 1782 | } | 1797 | } |
| 1783 | rdev_dec_pending(rdev, conf->mddev); | 1798 | rdev_dec_pending(rdev, conf->mddev); |
| @@ -3582,8 +3597,18 @@ static void handle_stripe(struct stripe_head *sh) | |||
| 3582 | 3597 | ||
| 3583 | finish: | 3598 | finish: |
| 3584 | /* wait for this device to become unblocked */ | 3599 | /* wait for this device to become unblocked */ |
| 3585 | if (conf->mddev->external && unlikely(s.blocked_rdev)) | 3600 | if (unlikely(s.blocked_rdev)) { |
| 3586 | md_wait_for_blocked_rdev(s.blocked_rdev, conf->mddev); | 3601 | if (conf->mddev->external) |
| 3602 | md_wait_for_blocked_rdev(s.blocked_rdev, | ||
| 3603 | conf->mddev); | ||
| 3604 | else | ||
| 3605 | /* Internal metadata will immediately | ||
| 3606 | * be written by raid5d, so we don't | ||
| 3607 | * need to wait here. | ||
| 3608 | */ | ||
| 3609 | rdev_dec_pending(s.blocked_rdev, | ||
| 3610 | conf->mddev); | ||
| 3611 | } | ||
| 3587 | 3612 | ||
| 3588 | if (s.handle_bad_blocks) | 3613 | if (s.handle_bad_blocks) |
| 3589 | for (i = disks; i--; ) { | 3614 | for (i = disks; i--; ) { |
| @@ -3881,8 +3906,6 @@ static int chunk_aligned_read(struct mddev *mddev, struct bio * raid_bio) | |||
| 3881 | raid_bio->bi_next = (void*)rdev; | 3906 | raid_bio->bi_next = (void*)rdev; |
| 3882 | align_bi->bi_bdev = rdev->bdev; | 3907 | align_bi->bi_bdev = rdev->bdev; |
| 3883 | align_bi->bi_flags &= ~(1 << BIO_SEG_VALID); | 3908 | align_bi->bi_flags &= ~(1 << BIO_SEG_VALID); |
| 3884 | /* No reshape active, so we can trust rdev->data_offset */ | ||
| 3885 | align_bi->bi_sector += rdev->data_offset; | ||
| 3886 | 3909 | ||
| 3887 | if (!bio_fits_rdev(align_bi) || | 3910 | if (!bio_fits_rdev(align_bi) || |
| 3888 | is_badblock(rdev, align_bi->bi_sector, align_bi->bi_size>>9, | 3911 | is_badblock(rdev, align_bi->bi_sector, align_bi->bi_size>>9, |
| @@ -3893,6 +3916,9 @@ static int chunk_aligned_read(struct mddev *mddev, struct bio * raid_bio) | |||
| 3893 | return 0; | 3916 | return 0; |
| 3894 | } | 3917 | } |
| 3895 | 3918 | ||
| 3919 | /* No reshape active, so we can trust rdev->data_offset */ | ||
| 3920 | align_bi->bi_sector += rdev->data_offset; | ||
| 3921 | |||
| 3896 | spin_lock_irq(&conf->device_lock); | 3922 | spin_lock_irq(&conf->device_lock); |
| 3897 | wait_event_lock_irq(conf->wait_for_stripe, | 3923 | wait_event_lock_irq(conf->wait_for_stripe, |
| 3898 | conf->quiesce == 0, | 3924 | conf->quiesce == 0, |
| @@ -3971,7 +3997,6 @@ static void make_request(struct mddev *mddev, struct bio * bi) | |||
| 3971 | struct stripe_head *sh; | 3997 | struct stripe_head *sh; |
| 3972 | const int rw = bio_data_dir(bi); | 3998 | const int rw = bio_data_dir(bi); |
| 3973 | int remaining; | 3999 | int remaining; |
| 3974 | int plugged; | ||
| 3975 | 4000 | ||
| 3976 | if (unlikely(bi->bi_rw & REQ_FLUSH)) { | 4001 | if (unlikely(bi->bi_rw & REQ_FLUSH)) { |
| 3977 | md_flush_request(mddev, bi); | 4002 | md_flush_request(mddev, bi); |
| @@ -3990,7 +4015,6 @@ static void make_request(struct mddev *mddev, struct bio * bi) | |||
| 3990 | bi->bi_next = NULL; | 4015 | bi->bi_next = NULL; |
| 3991 | bi->bi_phys_segments = 1; /* over-loaded to count active stripes */ | 4016 | bi->bi_phys_segments = 1; /* over-loaded to count active stripes */ |
| 3992 | 4017 | ||
| 3993 | plugged = mddev_check_plugged(mddev); | ||
| 3994 | for (;logical_sector < last_sector; logical_sector += STRIPE_SECTORS) { | 4018 | for (;logical_sector < last_sector; logical_sector += STRIPE_SECTORS) { |
| 3995 | DEFINE_WAIT(w); | 4019 | DEFINE_WAIT(w); |
| 3996 | int previous; | 4020 | int previous; |
| @@ -4092,6 +4116,7 @@ static void make_request(struct mddev *mddev, struct bio * bi) | |||
| 4092 | if ((bi->bi_rw & REQ_SYNC) && | 4116 | if ((bi->bi_rw & REQ_SYNC) && |
| 4093 | !test_and_set_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) | 4117 | !test_and_set_bit(STRIPE_PREREAD_ACTIVE, &sh->state)) |
| 4094 | atomic_inc(&conf->preread_active_stripes); | 4118 | atomic_inc(&conf->preread_active_stripes); |
| 4119 | mddev_check_plugged(mddev); | ||
| 4095 | release_stripe(sh); | 4120 | release_stripe(sh); |
| 4096 | } else { | 4121 | } else { |
| 4097 | /* cannot get stripe for read-ahead, just give-up */ | 4122 | /* cannot get stripe for read-ahead, just give-up */ |
| @@ -4099,10 +4124,7 @@ static void make_request(struct mddev *mddev, struct bio * bi) | |||
| 4099 | finish_wait(&conf->wait_for_overlap, &w); | 4124 | finish_wait(&conf->wait_for_overlap, &w); |
| 4100 | break; | 4125 | break; |
| 4101 | } | 4126 | } |
| 4102 | |||
| 4103 | } | 4127 | } |
| 4104 | if (!plugged) | ||
| 4105 | md_wakeup_thread(mddev->thread); | ||
| 4106 | 4128 | ||
| 4107 | spin_lock_irq(&conf->device_lock); | 4129 | spin_lock_irq(&conf->device_lock); |
| 4108 | remaining = raid5_dec_bi_phys_segments(bi); | 4130 | remaining = raid5_dec_bi_phys_segments(bi); |
| @@ -4823,6 +4845,7 @@ static struct r5conf *setup_conf(struct mddev *mddev) | |||
| 4823 | int raid_disk, memory, max_disks; | 4845 | int raid_disk, memory, max_disks; |
| 4824 | struct md_rdev *rdev; | 4846 | struct md_rdev *rdev; |
| 4825 | struct disk_info *disk; | 4847 | struct disk_info *disk; |
| 4848 | char pers_name[6]; | ||
| 4826 | 4849 | ||
| 4827 | if (mddev->new_level != 5 | 4850 | if (mddev->new_level != 5 |
| 4828 | && mddev->new_level != 4 | 4851 | && mddev->new_level != 4 |
| @@ -4946,7 +4969,8 @@ static struct r5conf *setup_conf(struct mddev *mddev) | |||
| 4946 | printk(KERN_INFO "md/raid:%s: allocated %dkB\n", | 4969 | printk(KERN_INFO "md/raid:%s: allocated %dkB\n", |
| 4947 | mdname(mddev), memory); | 4970 | mdname(mddev), memory); |
| 4948 | 4971 | ||
| 4949 | conf->thread = md_register_thread(raid5d, mddev, NULL); | 4972 | sprintf(pers_name, "raid%d", mddev->new_level); |
| 4973 | conf->thread = md_register_thread(raid5d, mddev, pers_name); | ||
| 4950 | if (!conf->thread) { | 4974 | if (!conf->thread) { |
| 4951 | printk(KERN_ERR | 4975 | printk(KERN_ERR |
| 4952 | "md/raid:%s: couldn't allocate thread.\n", | 4976 | "md/raid:%s: couldn't allocate thread.\n", |
| @@ -5465,10 +5489,9 @@ static int raid5_add_disk(struct mddev *mddev, struct md_rdev *rdev) | |||
| 5465 | if (rdev->saved_raid_disk >= 0 && | 5489 | if (rdev->saved_raid_disk >= 0 && |
| 5466 | rdev->saved_raid_disk >= first && | 5490 | rdev->saved_raid_disk >= first && |
| 5467 | conf->disks[rdev->saved_raid_disk].rdev == NULL) | 5491 | conf->disks[rdev->saved_raid_disk].rdev == NULL) |
| 5468 | disk = rdev->saved_raid_disk; | 5492 | first = rdev->saved_raid_disk; |
| 5469 | else | 5493 | |
| 5470 | disk = first; | 5494 | for (disk = first; disk <= last; disk++) { |
| 5471 | for ( ; disk <= last ; disk++) { | ||
| 5472 | p = conf->disks + disk; | 5495 | p = conf->disks + disk; |
| 5473 | if (p->rdev == NULL) { | 5496 | if (p->rdev == NULL) { |
| 5474 | clear_bit(In_sync, &rdev->flags); | 5497 | clear_bit(In_sync, &rdev->flags); |
| @@ -5477,8 +5500,11 @@ static int raid5_add_disk(struct mddev *mddev, struct md_rdev *rdev) | |||
| 5477 | if (rdev->saved_raid_disk != disk) | 5500 | if (rdev->saved_raid_disk != disk) |
| 5478 | conf->fullsync = 1; | 5501 | conf->fullsync = 1; |
| 5479 | rcu_assign_pointer(p->rdev, rdev); | 5502 | rcu_assign_pointer(p->rdev, rdev); |
| 5480 | break; | 5503 | goto out; |
| 5481 | } | 5504 | } |
| 5505 | } | ||
| 5506 | for (disk = first; disk <= last; disk++) { | ||
| 5507 | p = conf->disks + disk; | ||
| 5482 | if (test_bit(WantReplacement, &p->rdev->flags) && | 5508 | if (test_bit(WantReplacement, &p->rdev->flags) && |
| 5483 | p->replacement == NULL) { | 5509 | p->replacement == NULL) { |
| 5484 | clear_bit(In_sync, &rdev->flags); | 5510 | clear_bit(In_sync, &rdev->flags); |
| @@ -5490,6 +5516,7 @@ static int raid5_add_disk(struct mddev *mddev, struct md_rdev *rdev) | |||
| 5490 | break; | 5516 | break; |
| 5491 | } | 5517 | } |
| 5492 | } | 5518 | } |
| 5519 | out: | ||
| 5493 | print_raid5_conf(conf); | 5520 | print_raid5_conf(conf); |
| 5494 | return err; | 5521 | return err; |
| 5495 | } | 5522 | } |
diff --git a/drivers/media/dvb/dvb-core/dvbdev.c b/drivers/media/dvb/dvb-core/dvbdev.c index 00a67326c193..39eab73b01ae 100644 --- a/drivers/media/dvb/dvb-core/dvbdev.c +++ b/drivers/media/dvb/dvb-core/dvbdev.c | |||
| @@ -243,6 +243,7 @@ int dvb_register_device(struct dvb_adapter *adap, struct dvb_device **pdvbdev, | |||
| 243 | if (minor == MAX_DVB_MINORS) { | 243 | if (minor == MAX_DVB_MINORS) { |
| 244 | kfree(dvbdevfops); | 244 | kfree(dvbdevfops); |
| 245 | kfree(dvbdev); | 245 | kfree(dvbdev); |
| 246 | up_write(&minor_rwsem); | ||
| 246 | mutex_unlock(&dvbdev_register_lock); | 247 | mutex_unlock(&dvbdev_register_lock); |
| 247 | return -EINVAL; | 248 | return -EINVAL; |
| 248 | } | 249 | } |
diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir.c index 342c2c8c1ddf..54ee34872d14 100644 --- a/drivers/media/rc/winbond-cir.c +++ b/drivers/media/rc/winbond-cir.c | |||
| @@ -232,7 +232,7 @@ MODULE_PARM_DESC(invert, "Invert the signal from the IR receiver"); | |||
| 232 | 232 | ||
| 233 | static bool txandrx; /* default = 0 */ | 233 | static bool txandrx; /* default = 0 */ |
| 234 | module_param(txandrx, bool, 0444); | 234 | module_param(txandrx, bool, 0444); |
| 235 | MODULE_PARM_DESC(invert, "Allow simultaneous TX and RX"); | 235 | MODULE_PARM_DESC(txandrx, "Allow simultaneous TX and RX"); |
| 236 | 236 | ||
| 237 | static unsigned int wake_sc = 0x800F040C; | 237 | static unsigned int wake_sc = 0x800F040C; |
| 238 | module_param(wake_sc, uint, 0644); | 238 | module_param(wake_sc, uint, 0644); |
| @@ -1032,6 +1032,8 @@ wbcir_probe(struct pnp_dev *device, const struct pnp_device_id *dev_id) | |||
| 1032 | data->dev->tx_ir = wbcir_tx; | 1032 | data->dev->tx_ir = wbcir_tx; |
| 1033 | data->dev->priv = data; | 1033 | data->dev->priv = data; |
| 1034 | data->dev->dev.parent = &device->dev; | 1034 | data->dev->dev.parent = &device->dev; |
| 1035 | data->dev->timeout = MS_TO_NS(100); | ||
| 1036 | data->dev->allowed_protos = RC_TYPE_ALL; | ||
| 1035 | 1037 | ||
| 1036 | if (!request_region(data->wbase, WAKEUP_IOMEM_LEN, DRVNAME)) { | 1038 | if (!request_region(data->wbase, WAKEUP_IOMEM_LEN, DRVNAME)) { |
| 1037 | dev_err(dev, "Region 0x%lx-0x%lx already in use!\n", | 1039 | dev_err(dev, "Region 0x%lx-0x%lx already in use!\n", |
diff --git a/drivers/media/video/cx231xx/cx231xx-audio.c b/drivers/media/video/cx231xx/cx231xx-audio.c index 068f78dc5d13..b4c99c7270cf 100644 --- a/drivers/media/video/cx231xx/cx231xx-audio.c +++ b/drivers/media/video/cx231xx/cx231xx-audio.c | |||
| @@ -307,7 +307,7 @@ static int cx231xx_init_audio_isoc(struct cx231xx *dev) | |||
| 307 | urb->context = dev; | 307 | urb->context = dev; |
| 308 | urb->pipe = usb_rcvisocpipe(dev->udev, | 308 | urb->pipe = usb_rcvisocpipe(dev->udev, |
| 309 | dev->adev.end_point_addr); | 309 | dev->adev.end_point_addr); |
| 310 | urb->transfer_flags = URB_ISO_ASAP | URB_NO_TRANSFER_DMA_MAP; | 310 | urb->transfer_flags = URB_ISO_ASAP; |
| 311 | urb->transfer_buffer = dev->adev.transfer_buffer[i]; | 311 | urb->transfer_buffer = dev->adev.transfer_buffer[i]; |
| 312 | urb->interval = 1; | 312 | urb->interval = 1; |
| 313 | urb->complete = cx231xx_audio_isocirq; | 313 | urb->complete = cx231xx_audio_isocirq; |
| @@ -368,7 +368,7 @@ static int cx231xx_init_audio_bulk(struct cx231xx *dev) | |||
| 368 | urb->context = dev; | 368 | urb->context = dev; |
| 369 | urb->pipe = usb_rcvbulkpipe(dev->udev, | 369 | urb->pipe = usb_rcvbulkpipe(dev->udev, |
| 370 | dev->adev.end_point_addr); | 370 | dev->adev.end_point_addr); |
| 371 | urb->transfer_flags = URB_NO_TRANSFER_DMA_MAP; | 371 | urb->transfer_flags = 0; |
| 372 | urb->transfer_buffer = dev->adev.transfer_buffer[i]; | 372 | urb->transfer_buffer = dev->adev.transfer_buffer[i]; |
| 373 | urb->complete = cx231xx_audio_bulkirq; | 373 | urb->complete = cx231xx_audio_bulkirq; |
| 374 | urb->transfer_buffer_length = sb_size; | 374 | urb->transfer_buffer_length = sb_size; |
diff --git a/drivers/media/video/cx231xx/cx231xx-vbi.c b/drivers/media/video/cx231xx/cx231xx-vbi.c index 3d15314e1f88..ac7db52f404f 100644 --- a/drivers/media/video/cx231xx/cx231xx-vbi.c +++ b/drivers/media/video/cx231xx/cx231xx-vbi.c | |||
| @@ -448,7 +448,7 @@ int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets, | |||
| 448 | return -ENOMEM; | 448 | return -ENOMEM; |
| 449 | } | 449 | } |
| 450 | dev->vbi_mode.bulk_ctl.urb[i] = urb; | 450 | dev->vbi_mode.bulk_ctl.urb[i] = urb; |
| 451 | urb->transfer_flags = URB_NO_TRANSFER_DMA_MAP; | 451 | urb->transfer_flags = 0; |
| 452 | 452 | ||
| 453 | dev->vbi_mode.bulk_ctl.transfer_buffer[i] = | 453 | dev->vbi_mode.bulk_ctl.transfer_buffer[i] = |
| 454 | kzalloc(sb_size, GFP_KERNEL); | 454 | kzalloc(sb_size, GFP_KERNEL); |
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index 13739e002a63..080e11157e5f 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
| @@ -127,22 +127,37 @@ struct cx23885_board cx23885_boards[] = { | |||
| 127 | }, | 127 | }, |
| 128 | [CX23885_BOARD_HAUPPAUGE_HVR1250] = { | 128 | [CX23885_BOARD_HAUPPAUGE_HVR1250] = { |
| 129 | .name = "Hauppauge WinTV-HVR1250", | 129 | .name = "Hauppauge WinTV-HVR1250", |
| 130 | .porta = CX23885_ANALOG_VIDEO, | ||
| 130 | .portc = CX23885_MPEG_DVB, | 131 | .portc = CX23885_MPEG_DVB, |
| 132 | #ifdef MT2131_NO_ANALOG_SUPPORT_YET | ||
| 133 | .tuner_type = TUNER_PHILIPS_TDA8290, | ||
| 134 | .tuner_addr = 0x42, /* 0x84 >> 1 */ | ||
| 135 | .tuner_bus = 1, | ||
| 136 | #endif | ||
| 137 | .force_bff = 1, | ||
| 131 | .input = {{ | 138 | .input = {{ |
| 139 | #ifdef MT2131_NO_ANALOG_SUPPORT_YET | ||
| 132 | .type = CX23885_VMUX_TELEVISION, | 140 | .type = CX23885_VMUX_TELEVISION, |
| 133 | .vmux = 0, | 141 | .vmux = CX25840_VIN7_CH3 | |
| 142 | CX25840_VIN5_CH2 | | ||
| 143 | CX25840_VIN2_CH1, | ||
| 144 | .amux = CX25840_AUDIO8, | ||
| 134 | .gpio0 = 0xff00, | 145 | .gpio0 = 0xff00, |
| 135 | }, { | 146 | }, { |
| 136 | .type = CX23885_VMUX_DEBUG, | 147 | #endif |
| 137 | .vmux = 0, | ||
| 138 | .gpio0 = 0xff01, | ||
| 139 | }, { | ||
| 140 | .type = CX23885_VMUX_COMPOSITE1, | 148 | .type = CX23885_VMUX_COMPOSITE1, |
| 141 | .vmux = 1, | 149 | .vmux = CX25840_VIN7_CH3 | |
| 150 | CX25840_VIN4_CH2 | | ||
| 151 | CX25840_VIN6_CH1, | ||
| 152 | .amux = CX25840_AUDIO7, | ||
| 142 | .gpio0 = 0xff02, | 153 | .gpio0 = 0xff02, |
| 143 | }, { | 154 | }, { |
| 144 | .type = CX23885_VMUX_SVIDEO, | 155 | .type = CX23885_VMUX_SVIDEO, |
| 145 | .vmux = 2, | 156 | .vmux = CX25840_VIN7_CH3 | |
| 157 | CX25840_VIN4_CH2 | | ||
| 158 | CX25840_VIN8_CH1 | | ||
| 159 | CX25840_SVIDEO_ON, | ||
| 160 | .amux = CX25840_AUDIO7, | ||
| 146 | .gpio0 = 0xff02, | 161 | .gpio0 = 0xff02, |
| 147 | } }, | 162 | } }, |
| 148 | }, | 163 | }, |
| @@ -267,7 +282,55 @@ struct cx23885_board cx23885_boards[] = { | |||
| 267 | }, | 282 | }, |
| 268 | [CX23885_BOARD_HAUPPAUGE_HVR1255] = { | 283 | [CX23885_BOARD_HAUPPAUGE_HVR1255] = { |
| 269 | .name = "Hauppauge WinTV-HVR1255", | 284 | .name = "Hauppauge WinTV-HVR1255", |
| 285 | .porta = CX23885_ANALOG_VIDEO, | ||
| 286 | .portc = CX23885_MPEG_DVB, | ||
| 287 | .tuner_type = TUNER_ABSENT, | ||
| 288 | .tuner_addr = 0x42, /* 0x84 >> 1 */ | ||
| 289 | .force_bff = 1, | ||
| 290 | .input = {{ | ||
| 291 | .type = CX23885_VMUX_TELEVISION, | ||
| 292 | .vmux = CX25840_VIN7_CH3 | | ||
| 293 | CX25840_VIN5_CH2 | | ||
| 294 | CX25840_VIN2_CH1 | | ||
| 295 | CX25840_DIF_ON, | ||
| 296 | .amux = CX25840_AUDIO8, | ||
| 297 | }, { | ||
| 298 | .type = CX23885_VMUX_COMPOSITE1, | ||
| 299 | .vmux = CX25840_VIN7_CH3 | | ||
| 300 | CX25840_VIN4_CH2 | | ||
| 301 | CX25840_VIN6_CH1, | ||
| 302 | .amux = CX25840_AUDIO7, | ||
| 303 | }, { | ||
| 304 | .type = CX23885_VMUX_SVIDEO, | ||
| 305 | .vmux = CX25840_VIN7_CH3 | | ||
| 306 | CX25840_VIN4_CH2 | | ||
| 307 | CX25840_VIN8_CH1 | | ||
| 308 | CX25840_SVIDEO_ON, | ||
| 309 | .amux = CX25840_AUDIO7, | ||
| 310 | } }, | ||
| 311 | }, | ||
| 312 | [CX23885_BOARD_HAUPPAUGE_HVR1255_22111] = { | ||
| 313 | .name = "Hauppauge WinTV-HVR1255", | ||
| 314 | .porta = CX23885_ANALOG_VIDEO, | ||
| 270 | .portc = CX23885_MPEG_DVB, | 315 | .portc = CX23885_MPEG_DVB, |
| 316 | .tuner_type = TUNER_ABSENT, | ||
| 317 | .tuner_addr = 0x42, /* 0x84 >> 1 */ | ||
| 318 | .force_bff = 1, | ||
| 319 | .input = {{ | ||
| 320 | .type = CX23885_VMUX_TELEVISION, | ||
| 321 | .vmux = CX25840_VIN7_CH3 | | ||
| 322 | CX25840_VIN5_CH2 | | ||
| 323 | CX25840_VIN2_CH1 | | ||
| 324 | CX25840_DIF_ON, | ||
| 325 | .amux = CX25840_AUDIO8, | ||
| 326 | }, { | ||
| 327 | .type = CX23885_VMUX_SVIDEO, | ||
| 328 | .vmux = CX25840_VIN7_CH3 | | ||
| 329 | CX25840_VIN4_CH2 | | ||
| 330 | CX25840_VIN8_CH1 | | ||
| 331 | CX25840_SVIDEO_ON, | ||
| 332 | .amux = CX25840_AUDIO7, | ||
| 333 | } }, | ||
| 271 | }, | 334 | }, |
| 272 | [CX23885_BOARD_HAUPPAUGE_HVR1210] = { | 335 | [CX23885_BOARD_HAUPPAUGE_HVR1210] = { |
| 273 | .name = "Hauppauge WinTV-HVR1210", | 336 | .name = "Hauppauge WinTV-HVR1210", |
| @@ -624,7 +687,7 @@ struct cx23885_subid cx23885_subids[] = { | |||
| 624 | }, { | 687 | }, { |
| 625 | .subvendor = 0x0070, | 688 | .subvendor = 0x0070, |
| 626 | .subdevice = 0x2259, | 689 | .subdevice = 0x2259, |
| 627 | .card = CX23885_BOARD_HAUPPAUGE_HVR1255, | 690 | .card = CX23885_BOARD_HAUPPAUGE_HVR1255_22111, |
| 628 | }, { | 691 | }, { |
| 629 | .subvendor = 0x0070, | 692 | .subvendor = 0x0070, |
| 630 | .subdevice = 0x2291, | 693 | .subdevice = 0x2291, |
| @@ -900,7 +963,7 @@ int cx23885_tuner_callback(void *priv, int component, int command, int arg) | |||
| 900 | struct cx23885_dev *dev = port->dev; | 963 | struct cx23885_dev *dev = port->dev; |
| 901 | u32 bitmask = 0; | 964 | u32 bitmask = 0; |
| 902 | 965 | ||
| 903 | if (command == XC2028_RESET_CLK) | 966 | if ((command == XC2028_RESET_CLK) || (command == XC2028_I2C_FLUSH)) |
| 904 | return 0; | 967 | return 0; |
| 905 | 968 | ||
| 906 | if (command != 0) { | 969 | if (command != 0) { |
| @@ -1130,6 +1193,7 @@ void cx23885_gpio_setup(struct cx23885_dev *dev) | |||
| 1130 | case CX23885_BOARD_HAUPPAUGE_HVR1270: | 1193 | case CX23885_BOARD_HAUPPAUGE_HVR1270: |
| 1131 | case CX23885_BOARD_HAUPPAUGE_HVR1275: | 1194 | case CX23885_BOARD_HAUPPAUGE_HVR1275: |
| 1132 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | 1195 | case CX23885_BOARD_HAUPPAUGE_HVR1255: |
| 1196 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1133 | case CX23885_BOARD_HAUPPAUGE_HVR1210: | 1197 | case CX23885_BOARD_HAUPPAUGE_HVR1210: |
| 1134 | /* GPIO-5 RF Control: 0 = RF1 Terrestrial, 1 = RF2 Cable */ | 1198 | /* GPIO-5 RF Control: 0 = RF1 Terrestrial, 1 = RF2 Cable */ |
| 1135 | /* GPIO-6 I2C Gate which can isolate the demod from the bus */ | 1199 | /* GPIO-6 I2C Gate which can isolate the demod from the bus */ |
| @@ -1267,6 +1331,7 @@ int cx23885_ir_init(struct cx23885_dev *dev) | |||
| 1267 | case CX23885_BOARD_HAUPPAUGE_HVR1400: | 1331 | case CX23885_BOARD_HAUPPAUGE_HVR1400: |
| 1268 | case CX23885_BOARD_HAUPPAUGE_HVR1275: | 1332 | case CX23885_BOARD_HAUPPAUGE_HVR1275: |
| 1269 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | 1333 | case CX23885_BOARD_HAUPPAUGE_HVR1255: |
| 1334 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1270 | case CX23885_BOARD_HAUPPAUGE_HVR1210: | 1335 | case CX23885_BOARD_HAUPPAUGE_HVR1210: |
| 1271 | /* FIXME: Implement me */ | 1336 | /* FIXME: Implement me */ |
| 1272 | break; | 1337 | break; |
| @@ -1424,6 +1489,7 @@ void cx23885_card_setup(struct cx23885_dev *dev) | |||
| 1424 | case CX23885_BOARD_HAUPPAUGE_HVR1270: | 1489 | case CX23885_BOARD_HAUPPAUGE_HVR1270: |
| 1425 | case CX23885_BOARD_HAUPPAUGE_HVR1275: | 1490 | case CX23885_BOARD_HAUPPAUGE_HVR1275: |
| 1426 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | 1491 | case CX23885_BOARD_HAUPPAUGE_HVR1255: |
| 1492 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1427 | case CX23885_BOARD_HAUPPAUGE_HVR1210: | 1493 | case CX23885_BOARD_HAUPPAUGE_HVR1210: |
| 1428 | case CX23885_BOARD_HAUPPAUGE_HVR1850: | 1494 | case CX23885_BOARD_HAUPPAUGE_HVR1850: |
| 1429 | case CX23885_BOARD_HAUPPAUGE_HVR1290: | 1495 | case CX23885_BOARD_HAUPPAUGE_HVR1290: |
| @@ -1511,6 +1577,7 @@ void cx23885_card_setup(struct cx23885_dev *dev) | |||
| 1511 | case CX23885_BOARD_HAUPPAUGE_HVR1270: | 1577 | case CX23885_BOARD_HAUPPAUGE_HVR1270: |
| 1512 | case CX23885_BOARD_HAUPPAUGE_HVR1275: | 1578 | case CX23885_BOARD_HAUPPAUGE_HVR1275: |
| 1513 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | 1579 | case CX23885_BOARD_HAUPPAUGE_HVR1255: |
| 1580 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1514 | case CX23885_BOARD_HAUPPAUGE_HVR1210: | 1581 | case CX23885_BOARD_HAUPPAUGE_HVR1210: |
| 1515 | case CX23885_BOARD_COMPRO_VIDEOMATE_E800: | 1582 | case CX23885_BOARD_COMPRO_VIDEOMATE_E800: |
| 1516 | case CX23885_BOARD_HAUPPAUGE_HVR1290: | 1583 | case CX23885_BOARD_HAUPPAUGE_HVR1290: |
| @@ -1526,10 +1593,10 @@ void cx23885_card_setup(struct cx23885_dev *dev) | |||
| 1526 | */ | 1593 | */ |
| 1527 | switch (dev->board) { | 1594 | switch (dev->board) { |
| 1528 | case CX23885_BOARD_TEVII_S470: | 1595 | case CX23885_BOARD_TEVII_S470: |
| 1529 | case CX23885_BOARD_HAUPPAUGE_HVR1250: | ||
| 1530 | /* Currently only enabled for the integrated IR controller */ | 1596 | /* Currently only enabled for the integrated IR controller */ |
| 1531 | if (!enable_885_ir) | 1597 | if (!enable_885_ir) |
| 1532 | break; | 1598 | break; |
| 1599 | case CX23885_BOARD_HAUPPAUGE_HVR1250: | ||
| 1533 | case CX23885_BOARD_HAUPPAUGE_HVR1800: | 1600 | case CX23885_BOARD_HAUPPAUGE_HVR1800: |
| 1534 | case CX23885_BOARD_HAUPPAUGE_HVR1800lp: | 1601 | case CX23885_BOARD_HAUPPAUGE_HVR1800lp: |
| 1535 | case CX23885_BOARD_HAUPPAUGE_HVR1700: | 1602 | case CX23885_BOARD_HAUPPAUGE_HVR1700: |
| @@ -1539,6 +1606,8 @@ void cx23885_card_setup(struct cx23885_dev *dev) | |||
| 1539 | case CX23885_BOARD_NETUP_DUAL_DVBS2_CI: | 1606 | case CX23885_BOARD_NETUP_DUAL_DVBS2_CI: |
| 1540 | case CX23885_BOARD_NETUP_DUAL_DVB_T_C_CI_RF: | 1607 | case CX23885_BOARD_NETUP_DUAL_DVB_T_C_CI_RF: |
| 1541 | case CX23885_BOARD_COMPRO_VIDEOMATE_E800: | 1608 | case CX23885_BOARD_COMPRO_VIDEOMATE_E800: |
| 1609 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | ||
| 1610 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1542 | case CX23885_BOARD_HAUPPAUGE_HVR1270: | 1611 | case CX23885_BOARD_HAUPPAUGE_HVR1270: |
| 1543 | case CX23885_BOARD_HAUPPAUGE_HVR1850: | 1612 | case CX23885_BOARD_HAUPPAUGE_HVR1850: |
| 1544 | case CX23885_BOARD_MYGICA_X8506: | 1613 | case CX23885_BOARD_MYGICA_X8506: |
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index a80a92c47455..cd542684ba02 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
| @@ -712,6 +712,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
| 712 | } | 712 | } |
| 713 | break; | 713 | break; |
| 714 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | 714 | case CX23885_BOARD_HAUPPAUGE_HVR1255: |
| 715 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 715 | i2c_bus = &dev->i2c_bus[0]; | 716 | i2c_bus = &dev->i2c_bus[0]; |
| 716 | fe0->dvb.frontend = dvb_attach(s5h1411_attach, | 717 | fe0->dvb.frontend = dvb_attach(s5h1411_attach, |
| 717 | &hcw_s5h1411_config, | 718 | &hcw_s5h1411_config, |
| @@ -721,6 +722,11 @@ static int dvb_register(struct cx23885_tsport *port) | |||
| 721 | 0x60, &dev->i2c_bus[1].i2c_adap, | 722 | 0x60, &dev->i2c_bus[1].i2c_adap, |
| 722 | &hauppauge_tda18271_config); | 723 | &hauppauge_tda18271_config); |
| 723 | } | 724 | } |
| 725 | |||
| 726 | tda18271_attach(&dev->ts1.analog_fe, | ||
| 727 | 0x60, &dev->i2c_bus[1].i2c_adap, | ||
| 728 | &hauppauge_tda18271_config); | ||
| 729 | |||
| 724 | break; | 730 | break; |
| 725 | case CX23885_BOARD_HAUPPAUGE_HVR1800: | 731 | case CX23885_BOARD_HAUPPAUGE_HVR1800: |
| 726 | i2c_bus = &dev->i2c_bus[0]; | 732 | i2c_bus = &dev->i2c_bus[0]; |
diff --git a/drivers/media/video/cx23885/cx23885-video.c b/drivers/media/video/cx23885/cx23885-video.c index c654bdc7ccb2..22f8e7fbd665 100644 --- a/drivers/media/video/cx23885/cx23885-video.c +++ b/drivers/media/video/cx23885/cx23885-video.c | |||
| @@ -505,6 +505,9 @@ static int cx23885_video_mux(struct cx23885_dev *dev, unsigned int input) | |||
| 505 | 505 | ||
| 506 | if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) || | 506 | if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1800) || |
| 507 | (dev->board == CX23885_BOARD_MPX885) || | 507 | (dev->board == CX23885_BOARD_MPX885) || |
| 508 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1250) || | ||
| 509 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1255) || | ||
| 510 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1255_22111) || | ||
| 508 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1850)) { | 511 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1850)) { |
| 509 | /* Configure audio routing */ | 512 | /* Configure audio routing */ |
| 510 | v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, | 513 | v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, |
| @@ -1578,7 +1581,9 @@ static int cx23885_set_freq_via_ops(struct cx23885_dev *dev, | |||
| 1578 | 1581 | ||
| 1579 | fe = vfe->dvb.frontend; | 1582 | fe = vfe->dvb.frontend; |
| 1580 | 1583 | ||
| 1581 | if (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1850) | 1584 | if ((dev->board == CX23885_BOARD_HAUPPAUGE_HVR1850) || |
| 1585 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1255) || | ||
| 1586 | (dev->board == CX23885_BOARD_HAUPPAUGE_HVR1255_22111)) | ||
| 1582 | fe = &dev->ts1.analog_fe; | 1587 | fe = &dev->ts1.analog_fe; |
| 1583 | 1588 | ||
| 1584 | if (fe && fe->ops.tuner_ops.set_analog_params) { | 1589 | if (fe && fe->ops.tuner_ops.set_analog_params) { |
| @@ -1608,6 +1613,8 @@ int cx23885_set_frequency(struct file *file, void *priv, | |||
| 1608 | int ret; | 1613 | int ret; |
| 1609 | 1614 | ||
| 1610 | switch (dev->board) { | 1615 | switch (dev->board) { |
| 1616 | case CX23885_BOARD_HAUPPAUGE_HVR1255: | ||
| 1617 | case CX23885_BOARD_HAUPPAUGE_HVR1255_22111: | ||
| 1611 | case CX23885_BOARD_HAUPPAUGE_HVR1850: | 1618 | case CX23885_BOARD_HAUPPAUGE_HVR1850: |
| 1612 | ret = cx23885_set_freq_via_ops(dev, f); | 1619 | ret = cx23885_set_freq_via_ops(dev, f); |
| 1613 | break; | 1620 | break; |
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index d884784a1c85..13c37ec07ae7 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
| @@ -90,6 +90,7 @@ | |||
| 90 | #define CX23885_BOARD_MYGICA_X8507 33 | 90 | #define CX23885_BOARD_MYGICA_X8507 33 |
| 91 | #define CX23885_BOARD_TERRATEC_CINERGY_T_PCIE_DUAL 34 | 91 | #define CX23885_BOARD_TERRATEC_CINERGY_T_PCIE_DUAL 34 |
| 92 | #define CX23885_BOARD_TEVII_S471 35 | 92 | #define CX23885_BOARD_TEVII_S471 35 |
| 93 | #define CX23885_BOARD_HAUPPAUGE_HVR1255_22111 36 | ||
| 93 | 94 | ||
| 94 | #define GPIO_0 0x00000001 | 95 | #define GPIO_0 0x00000001 |
| 95 | #define GPIO_1 0x00000002 | 96 | #define GPIO_1 0x00000002 |
diff --git a/drivers/media/video/cx25821/cx25821-core.c b/drivers/media/video/cx25821/cx25821-core.c index 83c1aa6b2e6c..f11f6f07e915 100644 --- a/drivers/media/video/cx25821/cx25821-core.c +++ b/drivers/media/video/cx25821/cx25821-core.c | |||
| @@ -904,9 +904,6 @@ static int cx25821_dev_setup(struct cx25821_dev *dev) | |||
| 904 | list_add_tail(&dev->devlist, &cx25821_devlist); | 904 | list_add_tail(&dev->devlist, &cx25821_devlist); |
| 905 | mutex_unlock(&cx25821_devlist_mutex); | 905 | mutex_unlock(&cx25821_devlist_mutex); |
| 906 | 906 | ||
| 907 | strcpy(cx25821_boards[UNKNOWN_BOARD].name, "unknown"); | ||
| 908 | strcpy(cx25821_boards[CX25821_BOARD].name, "cx25821"); | ||
| 909 | |||
| 910 | if (dev->pci->device != 0x8210) { | 907 | if (dev->pci->device != 0x8210) { |
| 911 | pr_info("%s(): Exiting. Incorrect Hardware device = 0x%02x\n", | 908 | pr_info("%s(): Exiting. Incorrect Hardware device = 0x%02x\n", |
| 912 | __func__, dev->pci->device); | 909 | __func__, dev->pci->device); |
diff --git a/drivers/media/video/cx25821/cx25821.h b/drivers/media/video/cx25821/cx25821.h index b9aa801b00a7..029f2934a6d8 100644 --- a/drivers/media/video/cx25821/cx25821.h +++ b/drivers/media/video/cx25821/cx25821.h | |||
| @@ -187,7 +187,7 @@ enum port { | |||
| 187 | }; | 187 | }; |
| 188 | 188 | ||
| 189 | struct cx25821_board { | 189 | struct cx25821_board { |
| 190 | char *name; | 190 | const char *name; |
| 191 | enum port porta; | 191 | enum port porta; |
| 192 | enum port portb; | 192 | enum port portb; |
| 193 | enum port portc; | 193 | enum port portc; |
diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c index fc1ff69cffd0..d8eac3e30a7e 100644 --- a/drivers/media/video/cx25840/cx25840-core.c +++ b/drivers/media/video/cx25840/cx25840-core.c | |||
| @@ -84,7 +84,7 @@ MODULE_PARM_DESC(debug, "Debugging messages [0=Off (default) 1=On]"); | |||
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | /* ----------------------------------------------------------------------- */ | 86 | /* ----------------------------------------------------------------------- */ |
| 87 | static void cx23885_std_setup(struct i2c_client *client); | 87 | static void cx23888_std_setup(struct i2c_client *client); |
| 88 | 88 | ||
| 89 | int cx25840_write(struct i2c_client *client, u16 addr, u8 value) | 89 | int cx25840_write(struct i2c_client *client, u16 addr, u8 value) |
| 90 | { | 90 | { |
| @@ -638,10 +638,13 @@ static void cx23885_initialize(struct i2c_client *client) | |||
| 638 | finish_wait(&state->fw_wait, &wait); | 638 | finish_wait(&state->fw_wait, &wait); |
| 639 | destroy_workqueue(q); | 639 | destroy_workqueue(q); |
| 640 | 640 | ||
| 641 | /* Call the cx23885 specific std setup func, we no longer rely on | 641 | /* Call the cx23888 specific std setup func, we no longer rely on |
| 642 | * the generic cx24840 func. | 642 | * the generic cx24840 func. |
| 643 | */ | 643 | */ |
| 644 | cx23885_std_setup(client); | 644 | if (is_cx23888(state)) |
| 645 | cx23888_std_setup(client); | ||
| 646 | else | ||
| 647 | cx25840_std_setup(client); | ||
| 645 | 648 | ||
| 646 | /* (re)set input */ | 649 | /* (re)set input */ |
| 647 | set_input(client, state->vid_input, state->aud_input); | 650 | set_input(client, state->vid_input, state->aud_input); |
| @@ -1103,9 +1106,23 @@ static int set_input(struct i2c_client *client, enum cx25840_video_input vid_inp | |||
| 1103 | 1106 | ||
| 1104 | cx25840_write4(client, 0x410, 0xffff0dbf); | 1107 | cx25840_write4(client, 0x410, 0xffff0dbf); |
| 1105 | cx25840_write4(client, 0x414, 0x00137d03); | 1108 | cx25840_write4(client, 0x414, 0x00137d03); |
| 1106 | cx25840_write4(client, 0x418, 0x01008080); | 1109 | |
| 1110 | /* on the 887, 0x418 is HSCALE_CTRL, on the 888 it is | ||
| 1111 | CHROMA_CTRL */ | ||
| 1112 | if (is_cx23888(state)) | ||
| 1113 | cx25840_write4(client, 0x418, 0x01008080); | ||
| 1114 | else | ||
| 1115 | cx25840_write4(client, 0x418, 0x01000000); | ||
| 1116 | |||
| 1107 | cx25840_write4(client, 0x41c, 0x00000000); | 1117 | cx25840_write4(client, 0x41c, 0x00000000); |
| 1108 | cx25840_write4(client, 0x420, 0x001c3e0f); | 1118 | |
| 1119 | /* on the 887, 0x420 is CHROMA_CTRL, on the 888 it is | ||
| 1120 | CRUSH_CTRL */ | ||
| 1121 | if (is_cx23888(state)) | ||
| 1122 | cx25840_write4(client, 0x420, 0x001c3e0f); | ||
| 1123 | else | ||
| 1124 | cx25840_write4(client, 0x420, 0x001c8282); | ||
| 1125 | |||
| 1109 | cx25840_write4(client, 0x42c, 0x42600000); | 1126 | cx25840_write4(client, 0x42c, 0x42600000); |
| 1110 | cx25840_write4(client, 0x430, 0x0000039b); | 1127 | cx25840_write4(client, 0x430, 0x0000039b); |
| 1111 | cx25840_write4(client, 0x438, 0x00000000); | 1128 | cx25840_write4(client, 0x438, 0x00000000); |
| @@ -1233,7 +1250,7 @@ static int set_input(struct i2c_client *client, enum cx25840_video_input vid_inp | |||
| 1233 | cx25840_write4(client, 0x8d0, 0x1f063870); | 1250 | cx25840_write4(client, 0x8d0, 0x1f063870); |
| 1234 | } | 1251 | } |
| 1235 | 1252 | ||
| 1236 | if (is_cx2388x(state)) { | 1253 | if (is_cx23888(state)) { |
| 1237 | /* HVR1850 */ | 1254 | /* HVR1850 */ |
| 1238 | /* AUD_IO_CTRL - I2S Input, Parallel1*/ | 1255 | /* AUD_IO_CTRL - I2S Input, Parallel1*/ |
| 1239 | /* - Channel 1 src - Parallel1 (Merlin out) */ | 1256 | /* - Channel 1 src - Parallel1 (Merlin out) */ |
| @@ -1298,8 +1315,8 @@ static int set_v4lstd(struct i2c_client *client) | |||
| 1298 | } | 1315 | } |
| 1299 | cx25840_and_or(client, 0x400, ~0xf, fmt); | 1316 | cx25840_and_or(client, 0x400, ~0xf, fmt); |
| 1300 | cx25840_and_or(client, 0x403, ~0x3, pal_m); | 1317 | cx25840_and_or(client, 0x403, ~0x3, pal_m); |
| 1301 | if (is_cx2388x(state)) | 1318 | if (is_cx23888(state)) |
| 1302 | cx23885_std_setup(client); | 1319 | cx23888_std_setup(client); |
| 1303 | else | 1320 | else |
| 1304 | cx25840_std_setup(client); | 1321 | cx25840_std_setup(client); |
| 1305 | if (!is_cx2583x(state)) | 1322 | if (!is_cx2583x(state)) |
| @@ -1312,6 +1329,7 @@ static int set_v4lstd(struct i2c_client *client) | |||
| 1312 | static int cx25840_s_ctrl(struct v4l2_ctrl *ctrl) | 1329 | static int cx25840_s_ctrl(struct v4l2_ctrl *ctrl) |
| 1313 | { | 1330 | { |
| 1314 | struct v4l2_subdev *sd = to_sd(ctrl); | 1331 | struct v4l2_subdev *sd = to_sd(ctrl); |
| 1332 | struct cx25840_state *state = to_state(sd); | ||
| 1315 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 1333 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 1316 | 1334 | ||
| 1317 | switch (ctrl->id) { | 1335 | switch (ctrl->id) { |
| @@ -1324,12 +1342,20 @@ static int cx25840_s_ctrl(struct v4l2_ctrl *ctrl) | |||
| 1324 | break; | 1342 | break; |
| 1325 | 1343 | ||
| 1326 | case V4L2_CID_SATURATION: | 1344 | case V4L2_CID_SATURATION: |
| 1327 | cx25840_write(client, 0x420, ctrl->val << 1); | 1345 | if (is_cx23888(state)) { |
| 1328 | cx25840_write(client, 0x421, ctrl->val << 1); | 1346 | cx25840_write(client, 0x418, ctrl->val << 1); |
| 1347 | cx25840_write(client, 0x419, ctrl->val << 1); | ||
| 1348 | } else { | ||
| 1349 | cx25840_write(client, 0x420, ctrl->val << 1); | ||
| 1350 | cx25840_write(client, 0x421, ctrl->val << 1); | ||
| 1351 | } | ||
| 1329 | break; | 1352 | break; |
| 1330 | 1353 | ||
| 1331 | case V4L2_CID_HUE: | 1354 | case V4L2_CID_HUE: |
| 1332 | cx25840_write(client, 0x422, ctrl->val); | 1355 | if (is_cx23888(state)) |
| 1356 | cx25840_write(client, 0x41a, ctrl->val); | ||
| 1357 | else | ||
| 1358 | cx25840_write(client, 0x422, ctrl->val); | ||
| 1333 | break; | 1359 | break; |
| 1334 | 1360 | ||
| 1335 | default: | 1361 | default: |
| @@ -1354,11 +1380,21 @@ static int cx25840_s_mbus_fmt(struct v4l2_subdev *sd, struct v4l2_mbus_framefmt | |||
| 1354 | fmt->field = V4L2_FIELD_INTERLACED; | 1380 | fmt->field = V4L2_FIELD_INTERLACED; |
| 1355 | fmt->colorspace = V4L2_COLORSPACE_SMPTE170M; | 1381 | fmt->colorspace = V4L2_COLORSPACE_SMPTE170M; |
| 1356 | 1382 | ||
| 1357 | Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; | 1383 | if (is_cx23888(state)) { |
| 1358 | Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; | 1384 | Vsrc = (cx25840_read(client, 0x42a) & 0x3f) << 4; |
| 1385 | Vsrc |= (cx25840_read(client, 0x429) & 0xf0) >> 4; | ||
| 1386 | } else { | ||
| 1387 | Vsrc = (cx25840_read(client, 0x476) & 0x3f) << 4; | ||
| 1388 | Vsrc |= (cx25840_read(client, 0x475) & 0xf0) >> 4; | ||
| 1389 | } | ||
| 1359 | 1390 | ||
| 1360 | Hsrc = (cx25840_read(client, 0x472) & 0x3f) << 4; | 1391 | if (is_cx23888(state)) { |
| 1361 | Hsrc |= (cx25840_read(client, 0x471) & 0xf0) >> 4; | 1392 | Hsrc = (cx25840_read(client, 0x426) & 0x3f) << 4; |
| 1393 | Hsrc |= (cx25840_read(client, 0x425) & 0xf0) >> 4; | ||
| 1394 | } else { | ||
| 1395 | Hsrc = (cx25840_read(client, 0x472) & 0x3f) << 4; | ||
| 1396 | Hsrc |= (cx25840_read(client, 0x471) & 0xf0) >> 4; | ||
| 1397 | } | ||
| 1362 | 1398 | ||
| 1363 | Vlines = fmt->height + (is_50Hz ? 4 : 7); | 1399 | Vlines = fmt->height + (is_50Hz ? 4 : 7); |
| 1364 | 1400 | ||
| @@ -1782,8 +1818,8 @@ static int cx25840_s_video_routing(struct v4l2_subdev *sd, | |||
| 1782 | struct cx25840_state *state = to_state(sd); | 1818 | struct cx25840_state *state = to_state(sd); |
| 1783 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 1819 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 1784 | 1820 | ||
| 1785 | if (is_cx2388x(state)) | 1821 | if (is_cx23888(state)) |
| 1786 | cx23885_std_setup(client); | 1822 | cx23888_std_setup(client); |
| 1787 | 1823 | ||
| 1788 | return set_input(client, input, state->aud_input); | 1824 | return set_input(client, input, state->aud_input); |
| 1789 | } | 1825 | } |
| @@ -1794,8 +1830,8 @@ static int cx25840_s_audio_routing(struct v4l2_subdev *sd, | |||
| 1794 | struct cx25840_state *state = to_state(sd); | 1830 | struct cx25840_state *state = to_state(sd); |
| 1795 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 1831 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
| 1796 | 1832 | ||
| 1797 | if (is_cx2388x(state)) | 1833 | if (is_cx23888(state)) |
| 1798 | cx23885_std_setup(client); | 1834 | cx23888_std_setup(client); |
| 1799 | return set_input(client, state->vid_input, input); | 1835 | return set_input(client, state->vid_input, input); |
| 1800 | } | 1836 | } |
| 1801 | 1837 | ||
| @@ -4939,7 +4975,7 @@ void cx23885_dif_setup(struct i2c_client *client, u32 ifHz) | |||
| 4939 | } | 4975 | } |
| 4940 | } | 4976 | } |
| 4941 | 4977 | ||
| 4942 | static void cx23885_std_setup(struct i2c_client *client) | 4978 | static void cx23888_std_setup(struct i2c_client *client) |
| 4943 | { | 4979 | { |
| 4944 | struct cx25840_state *state = to_state(i2c_get_clientdata(client)); | 4980 | struct cx25840_state *state = to_state(i2c_get_clientdata(client)); |
| 4945 | v4l2_std_id std = state->std; | 4981 | v4l2_std_id std = state->std; |
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 92da7c28b6f0..862c6575c557 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
| @@ -2893,7 +2893,7 @@ static void request_module_async(struct work_struct *work) | |||
| 2893 | 2893 | ||
| 2894 | if (dev->board.has_dvb) | 2894 | if (dev->board.has_dvb) |
| 2895 | request_module("em28xx-dvb"); | 2895 | request_module("em28xx-dvb"); |
| 2896 | if (dev->board.has_ir_i2c && !disable_ir) | 2896 | if (dev->board.ir_codes && !disable_ir) |
| 2897 | request_module("em28xx-rc"); | 2897 | request_module("em28xx-rc"); |
| 2898 | } | 2898 | } |
| 2899 | 2899 | ||
diff --git a/drivers/media/video/gspca/sn9c20x.c b/drivers/media/video/gspca/sn9c20x.c index 6c31e46a1fd2..b9c6f17eabb2 100644 --- a/drivers/media/video/gspca/sn9c20x.c +++ b/drivers/media/video/gspca/sn9c20x.c | |||
| @@ -2070,10 +2070,13 @@ static int sd_start(struct gspca_dev *gspca_dev) | |||
| 2070 | set_gamma(gspca_dev, v4l2_ctrl_g_ctrl(sd->gamma)); | 2070 | set_gamma(gspca_dev, v4l2_ctrl_g_ctrl(sd->gamma)); |
| 2071 | set_redblue(gspca_dev, v4l2_ctrl_g_ctrl(sd->blue), | 2071 | set_redblue(gspca_dev, v4l2_ctrl_g_ctrl(sd->blue), |
| 2072 | v4l2_ctrl_g_ctrl(sd->red)); | 2072 | v4l2_ctrl_g_ctrl(sd->red)); |
| 2073 | set_gain(gspca_dev, v4l2_ctrl_g_ctrl(sd->gain)); | 2073 | if (sd->gain) |
| 2074 | set_exposure(gspca_dev, v4l2_ctrl_g_ctrl(sd->exposure)); | 2074 | set_gain(gspca_dev, v4l2_ctrl_g_ctrl(sd->gain)); |
| 2075 | set_hvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), | 2075 | if (sd->exposure) |
| 2076 | v4l2_ctrl_g_ctrl(sd->vflip)); | 2076 | set_exposure(gspca_dev, v4l2_ctrl_g_ctrl(sd->exposure)); |
| 2077 | if (sd->hflip) | ||
| 2078 | set_hvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), | ||
| 2079 | v4l2_ctrl_g_ctrl(sd->vflip)); | ||
| 2077 | 2080 | ||
| 2078 | reg_w1(gspca_dev, 0x1007, 0x20); | 2081 | reg_w1(gspca_dev, 0x1007, 0x20); |
| 2079 | reg_w1(gspca_dev, 0x1061, 0x03); | 2082 | reg_w1(gspca_dev, 0x1061, 0x03); |
| @@ -2176,7 +2179,7 @@ static void sd_dqcallback(struct gspca_dev *gspca_dev) | |||
| 2176 | struct sd *sd = (struct sd *) gspca_dev; | 2179 | struct sd *sd = (struct sd *) gspca_dev; |
| 2177 | int avg_lum; | 2180 | int avg_lum; |
| 2178 | 2181 | ||
| 2179 | if (!v4l2_ctrl_g_ctrl(sd->autogain)) | 2182 | if (sd->autogain == NULL || !v4l2_ctrl_g_ctrl(sd->autogain)) |
| 2180 | return; | 2183 | return; |
| 2181 | 2184 | ||
| 2182 | avg_lum = atomic_read(&sd->avg_lum); | 2185 | avg_lum = atomic_read(&sd->avg_lum); |
diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index 41f9a254b245..637bde8aca28 100644 --- a/drivers/media/video/mx2_camera.c +++ b/drivers/media/video/mx2_camera.c | |||
| @@ -83,6 +83,7 @@ | |||
| 83 | #define CSICR1_INV_DATA (1 << 3) | 83 | #define CSICR1_INV_DATA (1 << 3) |
| 84 | #define CSICR1_INV_PCLK (1 << 2) | 84 | #define CSICR1_INV_PCLK (1 << 2) |
| 85 | #define CSICR1_REDGE (1 << 1) | 85 | #define CSICR1_REDGE (1 << 1) |
| 86 | #define CSICR1_FMT_MASK (CSICR1_PACK_DIR | CSICR1_SWAP16_EN) | ||
| 86 | 87 | ||
| 87 | #define SHIFT_STATFF_LEVEL 22 | 88 | #define SHIFT_STATFF_LEVEL 22 |
| 88 | #define SHIFT_RXFF_LEVEL 19 | 89 | #define SHIFT_RXFF_LEVEL 19 |
| @@ -230,6 +231,7 @@ struct mx2_prp_cfg { | |||
| 230 | u32 src_pixel; | 231 | u32 src_pixel; |
| 231 | u32 ch1_pixel; | 232 | u32 ch1_pixel; |
| 232 | u32 irq_flags; | 233 | u32 irq_flags; |
| 234 | u32 csicr1; | ||
| 233 | }; | 235 | }; |
| 234 | 236 | ||
| 235 | /* prp resizing parameters */ | 237 | /* prp resizing parameters */ |
| @@ -330,6 +332,7 @@ static struct mx2_fmt_cfg mx27_emma_prp_table[] = { | |||
| 330 | .ch1_pixel = 0x2ca00565, /* RGB565 */ | 332 | .ch1_pixel = 0x2ca00565, /* RGB565 */ |
| 331 | .irq_flags = PRP_INTR_RDERR | PRP_INTR_CH1WERR | | 333 | .irq_flags = PRP_INTR_RDERR | PRP_INTR_CH1WERR | |
| 332 | PRP_INTR_CH1FC | PRP_INTR_LBOVF, | 334 | PRP_INTR_CH1FC | PRP_INTR_LBOVF, |
| 335 | .csicr1 = 0, | ||
| 333 | } | 336 | } |
| 334 | }, | 337 | }, |
| 335 | { | 338 | { |
| @@ -343,6 +346,21 @@ static struct mx2_fmt_cfg mx27_emma_prp_table[] = { | |||
| 343 | .irq_flags = PRP_INTR_RDERR | PRP_INTR_CH2WERR | | 346 | .irq_flags = PRP_INTR_RDERR | PRP_INTR_CH2WERR | |
| 344 | PRP_INTR_CH2FC | PRP_INTR_LBOVF | | 347 | PRP_INTR_CH2FC | PRP_INTR_LBOVF | |
| 345 | PRP_INTR_CH2OVF, | 348 | PRP_INTR_CH2OVF, |
| 349 | .csicr1 = CSICR1_PACK_DIR, | ||
| 350 | } | ||
| 351 | }, | ||
| 352 | { | ||
| 353 | .in_fmt = V4L2_MBUS_FMT_UYVY8_2X8, | ||
| 354 | .out_fmt = V4L2_PIX_FMT_YUV420, | ||
| 355 | .cfg = { | ||
| 356 | .channel = 2, | ||
| 357 | .in_fmt = PRP_CNTL_DATA_IN_YUV422, | ||
| 358 | .out_fmt = PRP_CNTL_CH2_OUT_YUV420, | ||
| 359 | .src_pixel = 0x22000888, /* YUV422 (YUYV) */ | ||
| 360 | .irq_flags = PRP_INTR_RDERR | PRP_INTR_CH2WERR | | ||
| 361 | PRP_INTR_CH2FC | PRP_INTR_LBOVF | | ||
| 362 | PRP_INTR_CH2OVF, | ||
| 363 | .csicr1 = CSICR1_SWAP16_EN, | ||
| 346 | } | 364 | } |
| 347 | }, | 365 | }, |
| 348 | }; | 366 | }; |
| @@ -1015,14 +1033,14 @@ static int mx2_camera_set_bus_param(struct soc_camera_device *icd) | |||
| 1015 | return ret; | 1033 | return ret; |
| 1016 | } | 1034 | } |
| 1017 | 1035 | ||
| 1036 | csicr1 = (csicr1 & ~CSICR1_FMT_MASK) | pcdev->emma_prp->cfg.csicr1; | ||
| 1037 | |||
| 1018 | if (common_flags & V4L2_MBUS_PCLK_SAMPLE_RISING) | 1038 | if (common_flags & V4L2_MBUS_PCLK_SAMPLE_RISING) |
| 1019 | csicr1 |= CSICR1_REDGE; | 1039 | csicr1 |= CSICR1_REDGE; |
| 1020 | if (common_flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH) | 1040 | if (common_flags & V4L2_MBUS_VSYNC_ACTIVE_HIGH) |
| 1021 | csicr1 |= CSICR1_SOF_POL; | 1041 | csicr1 |= CSICR1_SOF_POL; |
| 1022 | if (common_flags & V4L2_MBUS_HSYNC_ACTIVE_HIGH) | 1042 | if (common_flags & V4L2_MBUS_HSYNC_ACTIVE_HIGH) |
| 1023 | csicr1 |= CSICR1_HSYNC_POL; | 1043 | csicr1 |= CSICR1_HSYNC_POL; |
| 1024 | if (pcdev->platform_flags & MX2_CAMERA_SWAP16) | ||
| 1025 | csicr1 |= CSICR1_SWAP16_EN; | ||
| 1026 | if (pcdev->platform_flags & MX2_CAMERA_EXT_VSYNC) | 1044 | if (pcdev->platform_flags & MX2_CAMERA_EXT_VSYNC) |
| 1027 | csicr1 |= CSICR1_EXT_VSYNC; | 1045 | csicr1 |= CSICR1_EXT_VSYNC; |
| 1028 | if (pcdev->platform_flags & MX2_CAMERA_CCIR) | 1046 | if (pcdev->platform_flags & MX2_CAMERA_CCIR) |
| @@ -1033,8 +1051,6 @@ static int mx2_camera_set_bus_param(struct soc_camera_device *icd) | |||
| 1033 | csicr1 |= CSICR1_GCLK_MODE; | 1051 | csicr1 |= CSICR1_GCLK_MODE; |
| 1034 | if (pcdev->platform_flags & MX2_CAMERA_INV_DATA) | 1052 | if (pcdev->platform_flags & MX2_CAMERA_INV_DATA) |
| 1035 | csicr1 |= CSICR1_INV_DATA; | 1053 | csicr1 |= CSICR1_INV_DATA; |
| 1036 | if (pcdev->platform_flags & MX2_CAMERA_PACK_DIR_MSB) | ||
| 1037 | csicr1 |= CSICR1_PACK_DIR; | ||
| 1038 | 1054 | ||
| 1039 | pcdev->csicr1 = csicr1; | 1055 | pcdev->csicr1 = csicr1; |
| 1040 | 1056 | ||
| @@ -1109,7 +1125,8 @@ static int mx2_camera_get_formats(struct soc_camera_device *icd, | |||
| 1109 | return 0; | 1125 | return 0; |
| 1110 | } | 1126 | } |
| 1111 | 1127 | ||
| 1112 | if (code == V4L2_MBUS_FMT_YUYV8_2X8) { | 1128 | if (code == V4L2_MBUS_FMT_YUYV8_2X8 || |
| 1129 | code == V4L2_MBUS_FMT_UYVY8_2X8) { | ||
| 1113 | formats++; | 1130 | formats++; |
| 1114 | if (xlate) { | 1131 | if (xlate) { |
| 1115 | /* | 1132 | /* |
diff --git a/drivers/media/video/omap3isp/isppreview.c b/drivers/media/video/omap3isp/isppreview.c index 8a4935ecc655..dd91da26f1b0 100644 --- a/drivers/media/video/omap3isp/isppreview.c +++ b/drivers/media/video/omap3isp/isppreview.c | |||
| @@ -888,12 +888,12 @@ static const struct preview_update update_attrs[] = { | |||
| 888 | preview_config_contrast, | 888 | preview_config_contrast, |
| 889 | NULL, | 889 | NULL, |
| 890 | offsetof(struct prev_params, contrast), | 890 | offsetof(struct prev_params, contrast), |
| 891 | 0, true, | 891 | 0, 0, true, |
| 892 | }, /* OMAP3ISP_PREV_BRIGHTNESS */ { | 892 | }, /* OMAP3ISP_PREV_BRIGHTNESS */ { |
| 893 | preview_config_brightness, | 893 | preview_config_brightness, |
| 894 | NULL, | 894 | NULL, |
| 895 | offsetof(struct prev_params, brightness), | 895 | offsetof(struct prev_params, brightness), |
| 896 | 0, true, | 896 | 0, 0, true, |
| 897 | }, | 897 | }, |
| 898 | }; | 898 | }; |
| 899 | 899 | ||
| @@ -1102,7 +1102,7 @@ static void preview_config_input_size(struct isp_prev_device *prev, u32 active) | |||
| 1102 | unsigned int elv = prev->crop.top + prev->crop.height - 1; | 1102 | unsigned int elv = prev->crop.top + prev->crop.height - 1; |
| 1103 | u32 features; | 1103 | u32 features; |
| 1104 | 1104 | ||
| 1105 | if (format->code == V4L2_MBUS_FMT_Y10_1X10) { | 1105 | if (format->code != V4L2_MBUS_FMT_Y10_1X10) { |
| 1106 | sph -= 2; | 1106 | sph -= 2; |
| 1107 | eph += 2; | 1107 | eph += 2; |
| 1108 | slv -= 2; | 1108 | slv -= 2; |
diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index c370c2d87c17..b4c679b3fb0f 100644 --- a/drivers/media/video/pms.c +++ b/drivers/media/video/pms.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/fs.h> | 26 | #include <linux/fs.h> |
| 27 | #include <linux/kernel.h> | 27 | #include <linux/kernel.h> |
| 28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
| 29 | #include <linux/slab.h> | ||
| 29 | #include <linux/ioport.h> | 30 | #include <linux/ioport.h> |
| 30 | #include <linux/init.h> | 31 | #include <linux/init.h> |
| 31 | #include <linux/mutex.h> | 32 | #include <linux/mutex.h> |
diff --git a/drivers/media/video/s5p-fimc/fimc-capture.c b/drivers/media/video/s5p-fimc/fimc-capture.c index 354574591908..725812aa0c30 100644 --- a/drivers/media/video/s5p-fimc/fimc-capture.c +++ b/drivers/media/video/s5p-fimc/fimc-capture.c | |||
| @@ -350,7 +350,8 @@ static int queue_setup(struct vb2_queue *vq, const struct v4l2_format *pfmt, | |||
| 350 | if (pixm) | 350 | if (pixm) |
| 351 | sizes[i] = max(size, pixm->plane_fmt[i].sizeimage); | 351 | sizes[i] = max(size, pixm->plane_fmt[i].sizeimage); |
| 352 | else | 352 | else |
| 353 | sizes[i] = size; | 353 | sizes[i] = max_t(u32, size, frame->payload[i]); |
| 354 | |||
| 354 | allocators[i] = ctx->fimc_dev->alloc_ctx; | 355 | allocators[i] = ctx->fimc_dev->alloc_ctx; |
| 355 | } | 356 | } |
| 356 | 357 | ||
| @@ -479,37 +480,39 @@ static int fimc_capture_set_default_format(struct fimc_dev *fimc); | |||
| 479 | static int fimc_capture_open(struct file *file) | 480 | static int fimc_capture_open(struct file *file) |
| 480 | { | 481 | { |
| 481 | struct fimc_dev *fimc = video_drvdata(file); | 482 | struct fimc_dev *fimc = video_drvdata(file); |
| 482 | int ret = v4l2_fh_open(file); | 483 | int ret; |
| 483 | |||
| 484 | if (ret) | ||
| 485 | return ret; | ||
| 486 | 484 | ||
| 487 | dbg("pid: %d, state: 0x%lx", task_pid_nr(current), fimc->state); | 485 | dbg("pid: %d, state: 0x%lx", task_pid_nr(current), fimc->state); |
| 488 | 486 | ||
| 489 | /* Return if the corresponding video mem2mem node is already opened. */ | ||
| 490 | if (fimc_m2m_active(fimc)) | 487 | if (fimc_m2m_active(fimc)) |
| 491 | return -EBUSY; | 488 | return -EBUSY; |
| 492 | 489 | ||
| 493 | set_bit(ST_CAPT_BUSY, &fimc->state); | 490 | set_bit(ST_CAPT_BUSY, &fimc->state); |
| 494 | pm_runtime_get_sync(&fimc->pdev->dev); | 491 | ret = pm_runtime_get_sync(&fimc->pdev->dev); |
| 492 | if (ret < 0) | ||
| 493 | return ret; | ||
| 495 | 494 | ||
| 496 | if (++fimc->vid_cap.refcnt == 1) { | 495 | ret = v4l2_fh_open(file); |
| 497 | ret = fimc_pipeline_initialize(&fimc->pipeline, | 496 | if (ret) |
| 498 | &fimc->vid_cap.vfd->entity, true); | 497 | return ret; |
| 499 | if (ret < 0) { | ||
| 500 | dev_err(&fimc->pdev->dev, | ||
| 501 | "Video pipeline initialization failed\n"); | ||
| 502 | pm_runtime_put_sync(&fimc->pdev->dev); | ||
| 503 | fimc->vid_cap.refcnt--; | ||
| 504 | v4l2_fh_release(file); | ||
| 505 | clear_bit(ST_CAPT_BUSY, &fimc->state); | ||
| 506 | return ret; | ||
| 507 | } | ||
| 508 | ret = fimc_capture_ctrls_create(fimc); | ||
| 509 | 498 | ||
| 510 | if (!ret && !fimc->vid_cap.user_subdev_api) | 499 | if (++fimc->vid_cap.refcnt != 1) |
| 511 | ret = fimc_capture_set_default_format(fimc); | 500 | return 0; |
| 501 | |||
| 502 | ret = fimc_pipeline_initialize(&fimc->pipeline, | ||
| 503 | &fimc->vid_cap.vfd->entity, true); | ||
| 504 | if (ret < 0) { | ||
| 505 | clear_bit(ST_CAPT_BUSY, &fimc->state); | ||
| 506 | pm_runtime_put_sync(&fimc->pdev->dev); | ||
| 507 | fimc->vid_cap.refcnt--; | ||
| 508 | v4l2_fh_release(file); | ||
| 509 | return ret; | ||
| 512 | } | 510 | } |
| 511 | ret = fimc_capture_ctrls_create(fimc); | ||
| 512 | |||
| 513 | if (!ret && !fimc->vid_cap.user_subdev_api) | ||
| 514 | ret = fimc_capture_set_default_format(fimc); | ||
| 515 | |||
| 513 | return ret; | 516 | return ret; |
| 514 | } | 517 | } |
| 515 | 518 | ||
| @@ -818,9 +821,6 @@ static int fimc_cap_g_fmt_mplane(struct file *file, void *fh, | |||
| 818 | struct fimc_dev *fimc = video_drvdata(file); | 821 | struct fimc_dev *fimc = video_drvdata(file); |
| 819 | struct fimc_ctx *ctx = fimc->vid_cap.ctx; | 822 | struct fimc_ctx *ctx = fimc->vid_cap.ctx; |
| 820 | 823 | ||
| 821 | if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) | ||
| 822 | return -EINVAL; | ||
| 823 | |||
| 824 | return fimc_fill_format(&ctx->d_frame, f); | 824 | return fimc_fill_format(&ctx->d_frame, f); |
| 825 | } | 825 | } |
| 826 | 826 | ||
| @@ -833,9 +833,6 @@ static int fimc_cap_try_fmt_mplane(struct file *file, void *fh, | |||
| 833 | struct v4l2_mbus_framefmt mf; | 833 | struct v4l2_mbus_framefmt mf; |
| 834 | struct fimc_fmt *ffmt = NULL; | 834 | struct fimc_fmt *ffmt = NULL; |
| 835 | 835 | ||
| 836 | if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) | ||
| 837 | return -EINVAL; | ||
| 838 | |||
| 839 | if (pix->pixelformat == V4L2_PIX_FMT_JPEG) { | 836 | if (pix->pixelformat == V4L2_PIX_FMT_JPEG) { |
| 840 | fimc_capture_try_format(ctx, &pix->width, &pix->height, | 837 | fimc_capture_try_format(ctx, &pix->width, &pix->height, |
| 841 | NULL, &pix->pixelformat, | 838 | NULL, &pix->pixelformat, |
| @@ -887,8 +884,6 @@ static int fimc_capture_set_format(struct fimc_dev *fimc, struct v4l2_format *f) | |||
| 887 | struct fimc_fmt *s_fmt = NULL; | 884 | struct fimc_fmt *s_fmt = NULL; |
| 888 | int ret, i; | 885 | int ret, i; |
| 889 | 886 | ||
| 890 | if (f->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) | ||
| 891 | return -EINVAL; | ||
| 892 | if (vb2_is_busy(&fimc->vid_cap.vbq)) | 887 | if (vb2_is_busy(&fimc->vid_cap.vbq)) |
| 893 | return -EBUSY; | 888 | return -EBUSY; |
| 894 | 889 | ||
| @@ -924,10 +919,10 @@ static int fimc_capture_set_format(struct fimc_dev *fimc, struct v4l2_format *f) | |||
| 924 | pix->width = mf->width; | 919 | pix->width = mf->width; |
| 925 | pix->height = mf->height; | 920 | pix->height = mf->height; |
| 926 | } | 921 | } |
| 922 | |||
| 927 | fimc_adjust_mplane_format(ff->fmt, pix->width, pix->height, pix); | 923 | fimc_adjust_mplane_format(ff->fmt, pix->width, pix->height, pix); |
| 928 | for (i = 0; i < ff->fmt->colplanes; i++) | 924 | for (i = 0; i < ff->fmt->colplanes; i++) |
| 929 | ff->payload[i] = | 925 | ff->payload[i] = pix->plane_fmt[i].sizeimage; |
| 930 | (pix->width * pix->height * ff->fmt->depth[i]) / 8; | ||
| 931 | 926 | ||
| 932 | set_frame_bounds(ff, pix->width, pix->height); | 927 | set_frame_bounds(ff, pix->width, pix->height); |
| 933 | /* Reset the composition rectangle if not yet configured */ | 928 | /* Reset the composition rectangle if not yet configured */ |
| @@ -1045,18 +1040,22 @@ static int fimc_cap_streamon(struct file *file, void *priv, | |||
| 1045 | { | 1040 | { |
| 1046 | struct fimc_dev *fimc = video_drvdata(file); | 1041 | struct fimc_dev *fimc = video_drvdata(file); |
| 1047 | struct fimc_pipeline *p = &fimc->pipeline; | 1042 | struct fimc_pipeline *p = &fimc->pipeline; |
| 1043 | struct v4l2_subdev *sd = p->subdevs[IDX_SENSOR]; | ||
| 1048 | int ret; | 1044 | int ret; |
| 1049 | 1045 | ||
| 1050 | if (fimc_capture_active(fimc)) | 1046 | if (fimc_capture_active(fimc)) |
| 1051 | return -EBUSY; | 1047 | return -EBUSY; |
| 1052 | 1048 | ||
| 1053 | media_entity_pipeline_start(&p->subdevs[IDX_SENSOR]->entity, | 1049 | ret = media_entity_pipeline_start(&sd->entity, p->m_pipeline); |
| 1054 | p->m_pipeline); | 1050 | if (ret < 0) |
| 1051 | return ret; | ||
| 1055 | 1052 | ||
| 1056 | if (fimc->vid_cap.user_subdev_api) { | 1053 | if (fimc->vid_cap.user_subdev_api) { |
| 1057 | ret = fimc_pipeline_validate(fimc); | 1054 | ret = fimc_pipeline_validate(fimc); |
| 1058 | if (ret) | 1055 | if (ret < 0) { |
| 1056 | media_entity_pipeline_stop(&sd->entity); | ||
| 1059 | return ret; | 1057 | return ret; |
| 1058 | } | ||
| 1060 | } | 1059 | } |
| 1061 | return vb2_streamon(&fimc->vid_cap.vbq, type); | 1060 | return vb2_streamon(&fimc->vid_cap.vbq, type); |
| 1062 | } | 1061 | } |
diff --git a/drivers/media/video/s5p-fimc/fimc-core.c b/drivers/media/video/s5p-fimc/fimc-core.c index 92fc5a20fb76..a4646ca1d56f 100644 --- a/drivers/media/video/s5p-fimc/fimc-core.c +++ b/drivers/media/video/s5p-fimc/fimc-core.c | |||
| @@ -153,7 +153,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 153 | .colplanes = 2, | 153 | .colplanes = 2, |
| 154 | .flags = FMT_FLAGS_M2M, | 154 | .flags = FMT_FLAGS_M2M, |
| 155 | }, { | 155 | }, { |
| 156 | .name = "YUV 4:2:0 non-contiguous 2-planar, Y/CbCr", | 156 | .name = "YUV 4:2:0 non-contig. 2p, Y/CbCr", |
| 157 | .fourcc = V4L2_PIX_FMT_NV12M, | 157 | .fourcc = V4L2_PIX_FMT_NV12M, |
| 158 | .color = FIMC_FMT_YCBCR420, | 158 | .color = FIMC_FMT_YCBCR420, |
| 159 | .depth = { 8, 4 }, | 159 | .depth = { 8, 4 }, |
| @@ -161,7 +161,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 161 | .colplanes = 2, | 161 | .colplanes = 2, |
| 162 | .flags = FMT_FLAGS_M2M, | 162 | .flags = FMT_FLAGS_M2M, |
| 163 | }, { | 163 | }, { |
| 164 | .name = "YUV 4:2:0 non-contiguous 3-planar, Y/Cb/Cr", | 164 | .name = "YUV 4:2:0 non-contig. 3p, Y/Cb/Cr", |
| 165 | .fourcc = V4L2_PIX_FMT_YUV420M, | 165 | .fourcc = V4L2_PIX_FMT_YUV420M, |
| 166 | .color = FIMC_FMT_YCBCR420, | 166 | .color = FIMC_FMT_YCBCR420, |
| 167 | .depth = { 8, 2, 2 }, | 167 | .depth = { 8, 2, 2 }, |
| @@ -169,7 +169,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 169 | .colplanes = 3, | 169 | .colplanes = 3, |
| 170 | .flags = FMT_FLAGS_M2M, | 170 | .flags = FMT_FLAGS_M2M, |
| 171 | }, { | 171 | }, { |
| 172 | .name = "YUV 4:2:0 non-contiguous 2-planar, Y/CbCr, tiled", | 172 | .name = "YUV 4:2:0 non-contig. 2p, tiled", |
| 173 | .fourcc = V4L2_PIX_FMT_NV12MT, | 173 | .fourcc = V4L2_PIX_FMT_NV12MT, |
| 174 | .color = FIMC_FMT_YCBCR420, | 174 | .color = FIMC_FMT_YCBCR420, |
| 175 | .depth = { 8, 4 }, | 175 | .depth = { 8, 4 }, |
| @@ -641,7 +641,7 @@ void fimc_ctrls_activate(struct fimc_ctx *ctx, bool active) | |||
| 641 | if (!ctrls->ready) | 641 | if (!ctrls->ready) |
| 642 | return; | 642 | return; |
| 643 | 643 | ||
| 644 | mutex_lock(&ctrls->handler.lock); | 644 | mutex_lock(ctrls->handler.lock); |
| 645 | v4l2_ctrl_activate(ctrls->rotate, active); | 645 | v4l2_ctrl_activate(ctrls->rotate, active); |
| 646 | v4l2_ctrl_activate(ctrls->hflip, active); | 646 | v4l2_ctrl_activate(ctrls->hflip, active); |
| 647 | v4l2_ctrl_activate(ctrls->vflip, active); | 647 | v4l2_ctrl_activate(ctrls->vflip, active); |
| @@ -660,7 +660,7 @@ void fimc_ctrls_activate(struct fimc_ctx *ctx, bool active) | |||
| 660 | ctx->hflip = 0; | 660 | ctx->hflip = 0; |
| 661 | ctx->vflip = 0; | 661 | ctx->vflip = 0; |
| 662 | } | 662 | } |
| 663 | mutex_unlock(&ctrls->handler.lock); | 663 | mutex_unlock(ctrls->handler.lock); |
| 664 | } | 664 | } |
| 665 | 665 | ||
| 666 | /* Update maximum value of the alpha color control */ | 666 | /* Update maximum value of the alpha color control */ |
| @@ -741,8 +741,8 @@ void fimc_adjust_mplane_format(struct fimc_fmt *fmt, u32 width, u32 height, | |||
| 741 | pix->width = width; | 741 | pix->width = width; |
| 742 | 742 | ||
| 743 | for (i = 0; i < pix->num_planes; ++i) { | 743 | for (i = 0; i < pix->num_planes; ++i) { |
| 744 | u32 bpl = pix->plane_fmt[i].bytesperline; | 744 | struct v4l2_plane_pix_format *plane_fmt = &pix->plane_fmt[i]; |
| 745 | u32 *sizeimage = &pix->plane_fmt[i].sizeimage; | 745 | u32 bpl = plane_fmt->bytesperline; |
| 746 | 746 | ||
| 747 | if (fmt->colplanes > 1 && (bpl == 0 || bpl < pix->width)) | 747 | if (fmt->colplanes > 1 && (bpl == 0 || bpl < pix->width)) |
| 748 | bpl = pix->width; /* Planar */ | 748 | bpl = pix->width; /* Planar */ |
| @@ -754,8 +754,9 @@ void fimc_adjust_mplane_format(struct fimc_fmt *fmt, u32 width, u32 height, | |||
| 754 | if (i == 0) /* Same bytesperline for each plane. */ | 754 | if (i == 0) /* Same bytesperline for each plane. */ |
| 755 | bytesperline = bpl; | 755 | bytesperline = bpl; |
| 756 | 756 | ||
| 757 | pix->plane_fmt[i].bytesperline = bytesperline; | 757 | plane_fmt->bytesperline = bytesperline; |
| 758 | *sizeimage = (pix->width * pix->height * fmt->depth[i]) / 8; | 758 | plane_fmt->sizeimage = max((pix->width * pix->height * |
| 759 | fmt->depth[i]) / 8, plane_fmt->sizeimage); | ||
| 759 | } | 760 | } |
| 760 | } | 761 | } |
| 761 | 762 | ||
diff --git a/drivers/media/video/s5p-fimc/fimc-lite.c b/drivers/media/video/s5p-fimc/fimc-lite.c index 400d701aef04..74ff310db30c 100644 --- a/drivers/media/video/s5p-fimc/fimc-lite.c +++ b/drivers/media/video/s5p-fimc/fimc-lite.c | |||
| @@ -451,34 +451,44 @@ static void fimc_lite_clear_event_counters(struct fimc_lite *fimc) | |||
| 451 | static int fimc_lite_open(struct file *file) | 451 | static int fimc_lite_open(struct file *file) |
| 452 | { | 452 | { |
| 453 | struct fimc_lite *fimc = video_drvdata(file); | 453 | struct fimc_lite *fimc = video_drvdata(file); |
| 454 | int ret = v4l2_fh_open(file); | 454 | int ret; |
| 455 | 455 | ||
| 456 | if (ret) | 456 | if (mutex_lock_interruptible(&fimc->lock)) |
| 457 | return ret; | 457 | return -ERESTARTSYS; |
| 458 | 458 | ||
| 459 | set_bit(ST_FLITE_IN_USE, &fimc->state); | 459 | set_bit(ST_FLITE_IN_USE, &fimc->state); |
| 460 | pm_runtime_get_sync(&fimc->pdev->dev); | 460 | ret = pm_runtime_get_sync(&fimc->pdev->dev); |
| 461 | if (ret < 0) | ||
| 462 | goto done; | ||
| 461 | 463 | ||
| 462 | if (++fimc->ref_count != 1 || fimc->out_path != FIMC_IO_DMA) | 464 | ret = v4l2_fh_open(file); |
| 463 | return ret; | 465 | if (ret < 0) |
| 466 | goto done; | ||
| 464 | 467 | ||
| 465 | ret = fimc_pipeline_initialize(&fimc->pipeline, &fimc->vfd->entity, | 468 | if (++fimc->ref_count == 1 && fimc->out_path == FIMC_IO_DMA) { |
| 466 | true); | 469 | ret = fimc_pipeline_initialize(&fimc->pipeline, |
| 467 | if (ret < 0) { | 470 | &fimc->vfd->entity, true); |
| 468 | v4l2_err(fimc->vfd, "Video pipeline initialization failed\n"); | 471 | if (ret < 0) { |
| 469 | pm_runtime_put_sync(&fimc->pdev->dev); | 472 | pm_runtime_put_sync(&fimc->pdev->dev); |
| 470 | fimc->ref_count--; | 473 | fimc->ref_count--; |
| 471 | v4l2_fh_release(file); | 474 | v4l2_fh_release(file); |
| 472 | clear_bit(ST_FLITE_IN_USE, &fimc->state); | 475 | clear_bit(ST_FLITE_IN_USE, &fimc->state); |
| 473 | } | 476 | } |
| 474 | 477 | ||
| 475 | fimc_lite_clear_event_counters(fimc); | 478 | fimc_lite_clear_event_counters(fimc); |
| 479 | } | ||
| 480 | done: | ||
| 481 | mutex_unlock(&fimc->lock); | ||
| 476 | return ret; | 482 | return ret; |
| 477 | } | 483 | } |
| 478 | 484 | ||
| 479 | static int fimc_lite_close(struct file *file) | 485 | static int fimc_lite_close(struct file *file) |
| 480 | { | 486 | { |
| 481 | struct fimc_lite *fimc = video_drvdata(file); | 487 | struct fimc_lite *fimc = video_drvdata(file); |
| 488 | int ret; | ||
| 489 | |||
| 490 | if (mutex_lock_interruptible(&fimc->lock)) | ||
| 491 | return -ERESTARTSYS; | ||
| 482 | 492 | ||
| 483 | if (--fimc->ref_count == 0 && fimc->out_path == FIMC_IO_DMA) { | 493 | if (--fimc->ref_count == 0 && fimc->out_path == FIMC_IO_DMA) { |
| 484 | clear_bit(ST_FLITE_IN_USE, &fimc->state); | 494 | clear_bit(ST_FLITE_IN_USE, &fimc->state); |
| @@ -492,20 +502,39 @@ static int fimc_lite_close(struct file *file) | |||
| 492 | if (fimc->ref_count == 0) | 502 | if (fimc->ref_count == 0) |
| 493 | vb2_queue_release(&fimc->vb_queue); | 503 | vb2_queue_release(&fimc->vb_queue); |
| 494 | 504 | ||
| 495 | return v4l2_fh_release(file); | 505 | ret = v4l2_fh_release(file); |
| 506 | |||
| 507 | mutex_unlock(&fimc->lock); | ||
| 508 | return ret; | ||
| 496 | } | 509 | } |
| 497 | 510 | ||
| 498 | static unsigned int fimc_lite_poll(struct file *file, | 511 | static unsigned int fimc_lite_poll(struct file *file, |
| 499 | struct poll_table_struct *wait) | 512 | struct poll_table_struct *wait) |
| 500 | { | 513 | { |
| 501 | struct fimc_lite *fimc = video_drvdata(file); | 514 | struct fimc_lite *fimc = video_drvdata(file); |
| 502 | return vb2_poll(&fimc->vb_queue, file, wait); | 515 | int ret; |
| 516 | |||
| 517 | if (mutex_lock_interruptible(&fimc->lock)) | ||
| 518 | return POLL_ERR; | ||
| 519 | |||
| 520 | ret = vb2_poll(&fimc->vb_queue, file, wait); | ||
| 521 | mutex_unlock(&fimc->lock); | ||
| 522 | |||
| 523 | return ret; | ||
| 503 | } | 524 | } |
| 504 | 525 | ||
| 505 | static int fimc_lite_mmap(struct file *file, struct vm_area_struct *vma) | 526 | static int fimc_lite_mmap(struct file *file, struct vm_area_struct *vma) |
| 506 | { | 527 | { |
| 507 | struct fimc_lite *fimc = video_drvdata(file); | 528 | struct fimc_lite *fimc = video_drvdata(file); |
| 508 | return vb2_mmap(&fimc->vb_queue, vma); | 529 | int ret; |
| 530 | |||
| 531 | if (mutex_lock_interruptible(&fimc->lock)) | ||
| 532 | return -ERESTARTSYS; | ||
| 533 | |||
| 534 | ret = vb2_mmap(&fimc->vb_queue, vma); | ||
| 535 | mutex_unlock(&fimc->lock); | ||
| 536 | |||
| 537 | return ret; | ||
| 509 | } | 538 | } |
| 510 | 539 | ||
| 511 | static const struct v4l2_file_operations fimc_lite_fops = { | 540 | static const struct v4l2_file_operations fimc_lite_fops = { |
| @@ -762,7 +791,9 @@ static int fimc_lite_streamon(struct file *file, void *priv, | |||
| 762 | if (fimc_lite_active(fimc)) | 791 | if (fimc_lite_active(fimc)) |
| 763 | return -EBUSY; | 792 | return -EBUSY; |
| 764 | 793 | ||
| 765 | media_entity_pipeline_start(&sensor->entity, p->m_pipeline); | 794 | ret = media_entity_pipeline_start(&sensor->entity, p->m_pipeline); |
| 795 | if (ret < 0) | ||
| 796 | return ret; | ||
| 766 | 797 | ||
| 767 | ret = fimc_pipeline_validate(fimc); | 798 | ret = fimc_pipeline_validate(fimc); |
| 768 | if (ret) { | 799 | if (ret) { |
| @@ -1508,7 +1539,7 @@ static int fimc_lite_suspend(struct device *dev) | |||
| 1508 | return 0; | 1539 | return 0; |
| 1509 | 1540 | ||
| 1510 | ret = fimc_lite_stop_capture(fimc, suspend); | 1541 | ret = fimc_lite_stop_capture(fimc, suspend); |
| 1511 | if (ret) | 1542 | if (ret < 0 || !fimc_lite_active(fimc)) |
| 1512 | return ret; | 1543 | return ret; |
| 1513 | 1544 | ||
| 1514 | return fimc_pipeline_shutdown(&fimc->pipeline); | 1545 | return fimc_pipeline_shutdown(&fimc->pipeline); |
diff --git a/drivers/media/video/s5p-fimc/fimc-mdevice.c b/drivers/media/video/s5p-fimc/fimc-mdevice.c index 6753c45631b8..52cef4865423 100644 --- a/drivers/media/video/s5p-fimc/fimc-mdevice.c +++ b/drivers/media/video/s5p-fimc/fimc-mdevice.c | |||
| @@ -193,9 +193,13 @@ int __fimc_pipeline_shutdown(struct fimc_pipeline *p) | |||
| 193 | 193 | ||
| 194 | int fimc_pipeline_shutdown(struct fimc_pipeline *p) | 194 | int fimc_pipeline_shutdown(struct fimc_pipeline *p) |
| 195 | { | 195 | { |
| 196 | struct media_entity *me = &p->subdevs[IDX_SENSOR]->entity; | 196 | struct media_entity *me; |
| 197 | int ret; | 197 | int ret; |
| 198 | 198 | ||
| 199 | if (!p || !p->subdevs[IDX_SENSOR]) | ||
| 200 | return -EINVAL; | ||
| 201 | |||
| 202 | me = &p->subdevs[IDX_SENSOR]->entity; | ||
| 199 | mutex_lock(&me->parent->graph_mutex); | 203 | mutex_lock(&me->parent->graph_mutex); |
| 200 | ret = __fimc_pipeline_shutdown(p); | 204 | ret = __fimc_pipeline_shutdown(p); |
| 201 | mutex_unlock(&me->parent->graph_mutex); | 205 | mutex_unlock(&me->parent->graph_mutex); |
| @@ -498,12 +502,12 @@ static void fimc_md_unregister_entities(struct fimc_md *fmd) | |||
| 498 | * @source: the source entity to create links to all fimc entities from | 502 | * @source: the source entity to create links to all fimc entities from |
| 499 | * @sensor: sensor subdev linked to FIMC[fimc_id] entity, may be null | 503 | * @sensor: sensor subdev linked to FIMC[fimc_id] entity, may be null |
| 500 | * @pad: the source entity pad index | 504 | * @pad: the source entity pad index |
| 501 | * @fimc_id: index of the fimc device for which link should be enabled | 505 | * @link_mask: bitmask of the fimc devices for which link should be enabled |
| 502 | */ | 506 | */ |
| 503 | static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, | 507 | static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, |
| 504 | struct media_entity *source, | 508 | struct media_entity *source, |
| 505 | struct v4l2_subdev *sensor, | 509 | struct v4l2_subdev *sensor, |
| 506 | int pad, int fimc_id) | 510 | int pad, int link_mask) |
| 507 | { | 511 | { |
| 508 | struct fimc_sensor_info *s_info; | 512 | struct fimc_sensor_info *s_info; |
| 509 | struct media_entity *sink; | 513 | struct media_entity *sink; |
| @@ -520,7 +524,7 @@ static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, | |||
| 520 | if (!fmd->fimc[i]->variant->has_cam_if) | 524 | if (!fmd->fimc[i]->variant->has_cam_if) |
| 521 | continue; | 525 | continue; |
| 522 | 526 | ||
| 523 | flags = (i == fimc_id) ? MEDIA_LNK_FL_ENABLED : 0; | 527 | flags = ((1 << i) & link_mask) ? MEDIA_LNK_FL_ENABLED : 0; |
| 524 | 528 | ||
| 525 | sink = &fmd->fimc[i]->vid_cap.subdev.entity; | 529 | sink = &fmd->fimc[i]->vid_cap.subdev.entity; |
| 526 | ret = media_entity_create_link(source, pad, sink, | 530 | ret = media_entity_create_link(source, pad, sink, |
| @@ -552,7 +556,10 @@ static int __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, | |||
| 552 | if (!fmd->fimc_lite[i]) | 556 | if (!fmd->fimc_lite[i]) |
| 553 | continue; | 557 | continue; |
| 554 | 558 | ||
| 555 | flags = (i == fimc_id) ? MEDIA_LNK_FL_ENABLED : 0; | 559 | if (link_mask & (1 << (i + FIMC_MAX_DEVS))) |
| 560 | flags = MEDIA_LNK_FL_ENABLED; | ||
| 561 | else | ||
| 562 | flags = 0; | ||
| 556 | 563 | ||
| 557 | sink = &fmd->fimc_lite[i]->subdev.entity; | 564 | sink = &fmd->fimc_lite[i]->subdev.entity; |
| 558 | ret = media_entity_create_link(source, pad, sink, | 565 | ret = media_entity_create_link(source, pad, sink, |
| @@ -614,9 +621,8 @@ static int fimc_md_create_links(struct fimc_md *fmd) | |||
| 614 | struct s5p_fimc_isp_info *pdata; | 621 | struct s5p_fimc_isp_info *pdata; |
| 615 | struct fimc_sensor_info *s_info; | 622 | struct fimc_sensor_info *s_info; |
| 616 | struct media_entity *source, *sink; | 623 | struct media_entity *source, *sink; |
| 617 | int i, pad, fimc_id = 0; | 624 | int i, pad, fimc_id = 0, ret = 0; |
| 618 | int ret = 0; | 625 | u32 flags, link_mask = 0; |
| 619 | u32 flags; | ||
| 620 | 626 | ||
| 621 | for (i = 0; i < fmd->num_sensors; i++) { | 627 | for (i = 0; i < fmd->num_sensors; i++) { |
| 622 | if (fmd->sensor[i].subdev == NULL) | 628 | if (fmd->sensor[i].subdev == NULL) |
| @@ -668,19 +674,20 @@ static int fimc_md_create_links(struct fimc_md *fmd) | |||
| 668 | if (source == NULL) | 674 | if (source == NULL) |
| 669 | continue; | 675 | continue; |
| 670 | 676 | ||
| 677 | link_mask = 1 << fimc_id++; | ||
| 671 | ret = __fimc_md_create_fimc_sink_links(fmd, source, sensor, | 678 | ret = __fimc_md_create_fimc_sink_links(fmd, source, sensor, |
| 672 | pad, fimc_id++); | 679 | pad, link_mask); |
| 673 | } | 680 | } |
| 674 | 681 | ||
| 675 | fimc_id = 0; | ||
| 676 | for (i = 0; i < ARRAY_SIZE(fmd->csis); i++) { | 682 | for (i = 0; i < ARRAY_SIZE(fmd->csis); i++) { |
| 677 | if (fmd->csis[i].sd == NULL) | 683 | if (fmd->csis[i].sd == NULL) |
| 678 | continue; | 684 | continue; |
| 679 | source = &fmd->csis[i].sd->entity; | 685 | source = &fmd->csis[i].sd->entity; |
| 680 | pad = CSIS_PAD_SOURCE; | 686 | pad = CSIS_PAD_SOURCE; |
| 681 | 687 | ||
| 688 | link_mask = 1 << fimc_id++; | ||
| 682 | ret = __fimc_md_create_fimc_sink_links(fmd, source, NULL, | 689 | ret = __fimc_md_create_fimc_sink_links(fmd, source, NULL, |
| 683 | pad, fimc_id++); | 690 | pad, link_mask); |
| 684 | } | 691 | } |
| 685 | 692 | ||
| 686 | /* Create immutable links between each FIMC's subdev and video node */ | 693 | /* Create immutable links between each FIMC's subdev and video node */ |
| @@ -734,8 +741,8 @@ static void fimc_md_put_clocks(struct fimc_md *fmd) | |||
| 734 | } | 741 | } |
| 735 | 742 | ||
| 736 | static int __fimc_md_set_camclk(struct fimc_md *fmd, | 743 | static int __fimc_md_set_camclk(struct fimc_md *fmd, |
| 737 | struct fimc_sensor_info *s_info, | 744 | struct fimc_sensor_info *s_info, |
| 738 | bool on) | 745 | bool on) |
| 739 | { | 746 | { |
| 740 | struct s5p_fimc_isp_info *pdata = s_info->pdata; | 747 | struct s5p_fimc_isp_info *pdata = s_info->pdata; |
| 741 | struct fimc_camclk_info *camclk; | 748 | struct fimc_camclk_info *camclk; |
| @@ -744,12 +751,10 @@ static int __fimc_md_set_camclk(struct fimc_md *fmd, | |||
| 744 | if (WARN_ON(pdata->clk_id >= FIMC_MAX_CAMCLKS) || fmd == NULL) | 751 | if (WARN_ON(pdata->clk_id >= FIMC_MAX_CAMCLKS) || fmd == NULL) |
| 745 | return -EINVAL; | 752 | return -EINVAL; |
| 746 | 753 | ||
| 747 | if (s_info->clk_on == on) | ||
| 748 | return 0; | ||
| 749 | camclk = &fmd->camclk[pdata->clk_id]; | 754 | camclk = &fmd->camclk[pdata->clk_id]; |
| 750 | 755 | ||
| 751 | dbg("camclk %d, f: %lu, clk: %p, on: %d", | 756 | dbg("camclk %d, f: %lu, use_count: %d, on: %d", |
| 752 | pdata->clk_id, pdata->clk_frequency, camclk, on); | 757 | pdata->clk_id, pdata->clk_frequency, camclk->use_count, on); |
| 753 | 758 | ||
| 754 | if (on) { | 759 | if (on) { |
| 755 | if (camclk->use_count > 0 && | 760 | if (camclk->use_count > 0 && |
| @@ -760,11 +765,9 @@ static int __fimc_md_set_camclk(struct fimc_md *fmd, | |||
| 760 | clk_set_rate(camclk->clock, pdata->clk_frequency); | 765 | clk_set_rate(camclk->clock, pdata->clk_frequency); |
| 761 | camclk->frequency = pdata->clk_frequency; | 766 | camclk->frequency = pdata->clk_frequency; |
| 762 | ret = clk_enable(camclk->clock); | 767 | ret = clk_enable(camclk->clock); |
| 768 | dbg("Enabled camclk %d: f: %lu", pdata->clk_id, | ||
| 769 | clk_get_rate(camclk->clock)); | ||
| 763 | } | 770 | } |
| 764 | s_info->clk_on = 1; | ||
| 765 | dbg("Enabled camclk %d: f: %lu", pdata->clk_id, | ||
| 766 | clk_get_rate(camclk->clock)); | ||
| 767 | |||
| 768 | return ret; | 771 | return ret; |
| 769 | } | 772 | } |
| 770 | 773 | ||
| @@ -773,7 +776,6 @@ static int __fimc_md_set_camclk(struct fimc_md *fmd, | |||
| 773 | 776 | ||
| 774 | if (--camclk->use_count == 0) { | 777 | if (--camclk->use_count == 0) { |
| 775 | clk_disable(camclk->clock); | 778 | clk_disable(camclk->clock); |
| 776 | s_info->clk_on = 0; | ||
| 777 | dbg("Disabled camclk %d", pdata->clk_id); | 779 | dbg("Disabled camclk %d", pdata->clk_id); |
| 778 | } | 780 | } |
| 779 | return ret; | 781 | return ret; |
| @@ -789,8 +791,6 @@ static int __fimc_md_set_camclk(struct fimc_md *fmd, | |||
| 789 | * devices to which sensors can be attached, either directly or through | 791 | * devices to which sensors can be attached, either directly or through |
| 790 | * the MIPI CSI receiver. The clock is allowed here to be used by | 792 | * the MIPI CSI receiver. The clock is allowed here to be used by |
| 791 | * multiple sensors concurrently if they use same frequency. | 793 | * multiple sensors concurrently if they use same frequency. |
| 792 | * The per sensor subdev clk_on attribute helps to synchronize accesses | ||
| 793 | * to the sclk_cam clocks from the video and media device nodes. | ||
| 794 | * This function should only be called when the graph mutex is held. | 794 | * This function should only be called when the graph mutex is held. |
| 795 | */ | 795 | */ |
| 796 | int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on) | 796 | int fimc_md_set_camclk(struct v4l2_subdev *sd, bool on) |
diff --git a/drivers/media/video/s5p-fimc/fimc-mdevice.h b/drivers/media/video/s5p-fimc/fimc-mdevice.h index 3b8a3492a176..1f5dbaff5442 100644 --- a/drivers/media/video/s5p-fimc/fimc-mdevice.h +++ b/drivers/media/video/s5p-fimc/fimc-mdevice.h | |||
| @@ -47,7 +47,6 @@ struct fimc_camclk_info { | |||
| 47 | * @pdata: sensor's atrributes passed as media device's platform data | 47 | * @pdata: sensor's atrributes passed as media device's platform data |
| 48 | * @subdev: image sensor v4l2 subdev | 48 | * @subdev: image sensor v4l2 subdev |
| 49 | * @host: fimc device the sensor is currently linked to | 49 | * @host: fimc device the sensor is currently linked to |
| 50 | * @clk_on: sclk_cam clock's state associated with this subdev | ||
| 51 | * | 50 | * |
| 52 | * This data structure applies to image sensor and the writeback subdevs. | 51 | * This data structure applies to image sensor and the writeback subdevs. |
| 53 | */ | 52 | */ |
| @@ -55,7 +54,6 @@ struct fimc_sensor_info { | |||
| 55 | struct s5p_fimc_isp_info *pdata; | 54 | struct s5p_fimc_isp_info *pdata; |
| 56 | struct v4l2_subdev *subdev; | 55 | struct v4l2_subdev *subdev; |
| 57 | struct fimc_dev *host; | 56 | struct fimc_dev *host; |
| 58 | bool clk_on; | ||
| 59 | }; | 57 | }; |
| 60 | 58 | ||
| 61 | /** | 59 | /** |
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_dec.c b/drivers/media/video/s5p-mfc/s5p_mfc_dec.c index 4dd32fc8fd82..feea867f318c 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc_dec.c +++ b/drivers/media/video/s5p-mfc/s5p_mfc_dec.c | |||
| @@ -996,6 +996,7 @@ int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx) | |||
| 996 | 996 | ||
| 997 | for (i = 0; i < NUM_CTRLS; i++) { | 997 | for (i = 0; i < NUM_CTRLS; i++) { |
| 998 | if (IS_MFC51_PRIV(controls[i].id)) { | 998 | if (IS_MFC51_PRIV(controls[i].id)) { |
| 999 | memset(&cfg, 0, sizeof(struct v4l2_ctrl_config)); | ||
| 999 | cfg.ops = &s5p_mfc_dec_ctrl_ops; | 1000 | cfg.ops = &s5p_mfc_dec_ctrl_ops; |
| 1000 | cfg.id = controls[i].id; | 1001 | cfg.id = controls[i].id; |
| 1001 | cfg.min = controls[i].minimum; | 1002 | cfg.min = controls[i].minimum; |
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c index 03d83340e7fb..158b78989b89 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc_enc.c +++ b/drivers/media/video/s5p-mfc/s5p_mfc_enc.c | |||
| @@ -1773,6 +1773,7 @@ int s5p_mfc_enc_ctrls_setup(struct s5p_mfc_ctx *ctx) | |||
| 1773 | } | 1773 | } |
| 1774 | for (i = 0; i < NUM_CTRLS; i++) { | 1774 | for (i = 0; i < NUM_CTRLS; i++) { |
| 1775 | if (IS_MFC51_PRIV(controls[i].id)) { | 1775 | if (IS_MFC51_PRIV(controls[i].id)) { |
| 1776 | memset(&cfg, 0, sizeof(struct v4l2_ctrl_config)); | ||
| 1776 | cfg.ops = &s5p_mfc_enc_ctrl_ops; | 1777 | cfg.ops = &s5p_mfc_enc_ctrl_ops; |
| 1777 | cfg.id = controls[i].id; | 1778 | cfg.id = controls[i].id; |
| 1778 | cfg.min = controls[i].minimum; | 1779 | cfg.min = controls[i].minimum; |
diff --git a/drivers/media/video/smiapp/smiapp-core.c b/drivers/media/video/smiapp/smiapp-core.c index e8c93c89265a..9cf5bda35fbe 100644 --- a/drivers/media/video/smiapp/smiapp-core.c +++ b/drivers/media/video/smiapp/smiapp-core.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <linux/device.h> | 31 | #include <linux/device.h> |
| 32 | #include <linux/gpio.h> | 32 | #include <linux/gpio.h> |
| 33 | #include <linux/module.h> | 33 | #include <linux/module.h> |
| 34 | #include <linux/slab.h> | ||
| 34 | #include <linux/regulator/consumer.h> | 35 | #include <linux/regulator/consumer.h> |
| 35 | #include <linux/slab.h> | 36 | #include <linux/slab.h> |
| 36 | #include <linux/v4l2-mediabus.h> | 37 | #include <linux/v4l2-mediabus.h> |
diff --git a/drivers/media/video/v4l2-dev.c b/drivers/media/video/v4l2-dev.c index 83dbb2ddff10..0cbada18f6f5 100644 --- a/drivers/media/video/v4l2-dev.c +++ b/drivers/media/video/v4l2-dev.c | |||
| @@ -681,6 +681,7 @@ static void determine_valid_ioctls(struct video_device *vdev) | |||
| 681 | SET_VALID_IOCTL(ops, VIDIOC_G_DV_TIMINGS, vidioc_g_dv_timings); | 681 | SET_VALID_IOCTL(ops, VIDIOC_G_DV_TIMINGS, vidioc_g_dv_timings); |
| 682 | SET_VALID_IOCTL(ops, VIDIOC_ENUM_DV_TIMINGS, vidioc_enum_dv_timings); | 682 | SET_VALID_IOCTL(ops, VIDIOC_ENUM_DV_TIMINGS, vidioc_enum_dv_timings); |
| 683 | SET_VALID_IOCTL(ops, VIDIOC_QUERY_DV_TIMINGS, vidioc_query_dv_timings); | 683 | SET_VALID_IOCTL(ops, VIDIOC_QUERY_DV_TIMINGS, vidioc_query_dv_timings); |
| 684 | SET_VALID_IOCTL(ops, VIDIOC_DV_TIMINGS_CAP, vidioc_dv_timings_cap); | ||
| 684 | /* yes, really vidioc_subscribe_event */ | 685 | /* yes, really vidioc_subscribe_event */ |
| 685 | SET_VALID_IOCTL(ops, VIDIOC_DQEVENT, vidioc_subscribe_event); | 686 | SET_VALID_IOCTL(ops, VIDIOC_DQEVENT, vidioc_subscribe_event); |
| 686 | SET_VALID_IOCTL(ops, VIDIOC_SUBSCRIBE_EVENT, vidioc_subscribe_event); | 687 | SET_VALID_IOCTL(ops, VIDIOC_SUBSCRIBE_EVENT, vidioc_subscribe_event); |
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index e129c820df7d..92144ed1ad46 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
| @@ -286,6 +286,7 @@ config TWL6040_CORE | |||
| 286 | depends on I2C=y && GENERIC_HARDIRQS | 286 | depends on I2C=y && GENERIC_HARDIRQS |
| 287 | select MFD_CORE | 287 | select MFD_CORE |
| 288 | select REGMAP_I2C | 288 | select REGMAP_I2C |
| 289 | select IRQ_DOMAIN | ||
| 289 | default n | 290 | default n |
| 290 | help | 291 | help |
| 291 | Say yes here if you want support for Texas Instruments TWL6040 audio | 292 | Say yes here if you want support for Texas Instruments TWL6040 audio |
diff --git a/drivers/mfd/ab5500-core.h b/drivers/mfd/ab5500-core.h deleted file mode 100644 index 63b30b17e4f3..000000000000 --- a/drivers/mfd/ab5500-core.h +++ /dev/null | |||
| @@ -1,87 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2011 ST-Ericsson | ||
| 3 | * License terms: GNU General Public License (GPL) version 2 | ||
| 4 | * Shared definitions and data structures for the AB5500 MFD driver | ||
| 5 | */ | ||
| 6 | |||
| 7 | /* Read/write operation values. */ | ||
| 8 | #define AB5500_PERM_RD (0x01) | ||
| 9 | #define AB5500_PERM_WR (0x02) | ||
| 10 | |||
| 11 | /* Read/write permissions. */ | ||
| 12 | #define AB5500_PERM_RO (AB5500_PERM_RD) | ||
| 13 | #define AB5500_PERM_RW (AB5500_PERM_RD | AB5500_PERM_WR) | ||
| 14 | |||
| 15 | #define AB5500_MASK_BASE (0x60) | ||
| 16 | #define AB5500_MASK_END (0x79) | ||
| 17 | #define AB5500_CHIP_ID (0x20) | ||
| 18 | |||
| 19 | /** | ||
| 20 | * struct ab5500_reg_range | ||
| 21 | * @first: the first address of the range | ||
| 22 | * @last: the last address of the range | ||
| 23 | * @perm: access permissions for the range | ||
| 24 | */ | ||
| 25 | struct ab5500_reg_range { | ||
| 26 | u8 first; | ||
| 27 | u8 last; | ||
| 28 | u8 perm; | ||
| 29 | }; | ||
| 30 | |||
| 31 | /** | ||
| 32 | * struct ab5500_i2c_ranges | ||
| 33 | * @count: the number of ranges in the list | ||
| 34 | * @range: the list of register ranges | ||
| 35 | */ | ||
| 36 | struct ab5500_i2c_ranges { | ||
| 37 | u8 nranges; | ||
| 38 | u8 bankid; | ||
| 39 | const struct ab5500_reg_range *range; | ||
| 40 | }; | ||
| 41 | |||
| 42 | /** | ||
| 43 | * struct ab5500_i2c_banks | ||
| 44 | * @count: the number of ranges in the list | ||
| 45 | * @range: the list of register ranges | ||
| 46 | */ | ||
| 47 | struct ab5500_i2c_banks { | ||
| 48 | u8 nbanks; | ||
| 49 | const struct ab5500_i2c_ranges *bank; | ||
| 50 | }; | ||
| 51 | |||
| 52 | /** | ||
| 53 | * struct ab5500_bank | ||
| 54 | * @slave_addr: I2C slave_addr found in AB5500 specification | ||
| 55 | * @name: Documentation name of the bank. For reference | ||
| 56 | */ | ||
| 57 | struct ab5500_bank { | ||
| 58 | u8 slave_addr; | ||
| 59 | const char *name; | ||
| 60 | }; | ||
| 61 | |||
| 62 | static const struct ab5500_bank bankinfo[AB5500_NUM_BANKS] = { | ||
| 63 | [AB5500_BANK_VIT_IO_I2C_CLK_TST_OTP] = { | ||
| 64 | AB5500_ADDR_VIT_IO_I2C_CLK_TST_OTP, "VIT_IO_I2C_CLK_TST_OTP"}, | ||
| 65 | [AB5500_BANK_VDDDIG_IO_I2C_CLK_TST] = { | ||
| 66 | AB5500_ADDR_VDDDIG_IO_I2C_CLK_TST, "VDDDIG_IO_I2C_CLK_TST"}, | ||
| 67 | [AB5500_BANK_VDENC] = {AB5500_ADDR_VDENC, "VDENC"}, | ||
| 68 | [AB5500_BANK_SIM_USBSIM] = {AB5500_ADDR_SIM_USBSIM, "SIM_USBSIM"}, | ||
| 69 | [AB5500_BANK_LED] = {AB5500_ADDR_LED, "LED"}, | ||
| 70 | [AB5500_BANK_ADC] = {AB5500_ADDR_ADC, "ADC"}, | ||
| 71 | [AB5500_BANK_RTC] = {AB5500_ADDR_RTC, "RTC"}, | ||
| 72 | [AB5500_BANK_STARTUP] = {AB5500_ADDR_STARTUP, "STARTUP"}, | ||
| 73 | [AB5500_BANK_DBI_ECI] = {AB5500_ADDR_DBI_ECI, "DBI-ECI"}, | ||
| 74 | [AB5500_BANK_CHG] = {AB5500_ADDR_CHG, "CHG"}, | ||
| 75 | [AB5500_BANK_FG_BATTCOM_ACC] = { | ||
| 76 | AB5500_ADDR_FG_BATTCOM_ACC, "FG_BATCOM_ACC"}, | ||
| 77 | [AB5500_BANK_USB] = {AB5500_ADDR_USB, "USB"}, | ||
| 78 | [AB5500_BANK_IT] = {AB5500_ADDR_IT, "IT"}, | ||
| 79 | [AB5500_BANK_VIBRA] = {AB5500_ADDR_VIBRA, "VIBRA"}, | ||
| 80 | [AB5500_BANK_AUDIO_HEADSETUSB] = { | ||
| 81 | AB5500_ADDR_AUDIO_HEADSETUSB, "AUDIO_HEADSETUSB"}, | ||
| 82 | }; | ||
| 83 | |||
| 84 | int ab5500_get_register_interruptible_raw(struct ab5500 *ab, u8 bank, u8 reg, | ||
| 85 | u8 *value); | ||
| 86 | int ab5500_mask_and_set_register_interruptible_raw(struct ab5500 *ab, u8 bank, | ||
| 87 | u8 reg, u8 bitmask, u8 bitvalues); | ||
diff --git a/drivers/mfd/mc13xxx-spi.c b/drivers/mfd/mc13xxx-spi.c index 3fcdab3eb8eb..03df422feb76 100644 --- a/drivers/mfd/mc13xxx-spi.c +++ b/drivers/mfd/mc13xxx-spi.c | |||
| @@ -49,10 +49,72 @@ static struct regmap_config mc13xxx_regmap_spi_config = { | |||
| 49 | .reg_bits = 7, | 49 | .reg_bits = 7, |
| 50 | .pad_bits = 1, | 50 | .pad_bits = 1, |
| 51 | .val_bits = 24, | 51 | .val_bits = 24, |
| 52 | .write_flag_mask = 0x80, | ||
| 52 | 53 | ||
| 53 | .max_register = MC13XXX_NUMREGS, | 54 | .max_register = MC13XXX_NUMREGS, |
| 54 | 55 | ||
| 55 | .cache_type = REGCACHE_NONE, | 56 | .cache_type = REGCACHE_NONE, |
| 57 | .use_single_rw = 1, | ||
| 58 | }; | ||
| 59 | |||
| 60 | static int mc13xxx_spi_read(void *context, const void *reg, size_t reg_size, | ||
| 61 | void *val, size_t val_size) | ||
| 62 | { | ||
| 63 | unsigned char w[4] = { *((unsigned char *) reg), 0, 0, 0}; | ||
| 64 | unsigned char r[4]; | ||
| 65 | unsigned char *p = val; | ||
| 66 | struct device *dev = context; | ||
| 67 | struct spi_device *spi = to_spi_device(dev); | ||
| 68 | struct spi_transfer t = { | ||
| 69 | .tx_buf = w, | ||
| 70 | .rx_buf = r, | ||
| 71 | .len = 4, | ||
| 72 | }; | ||
| 73 | |||
| 74 | struct spi_message m; | ||
| 75 | int ret; | ||
| 76 | |||
| 77 | if (val_size != 3 || reg_size != 1) | ||
| 78 | return -ENOTSUPP; | ||
| 79 | |||
| 80 | spi_message_init(&m); | ||
| 81 | spi_message_add_tail(&t, &m); | ||
| 82 | ret = spi_sync(spi, &m); | ||
| 83 | |||
| 84 | memcpy(p, &r[1], 3); | ||
| 85 | |||
| 86 | return ret; | ||
| 87 | } | ||
| 88 | |||
| 89 | static int mc13xxx_spi_write(void *context, const void *data, size_t count) | ||
| 90 | { | ||
| 91 | struct device *dev = context; | ||
| 92 | struct spi_device *spi = to_spi_device(dev); | ||
| 93 | |||
| 94 | if (count != 4) | ||
| 95 | return -ENOTSUPP; | ||
| 96 | |||
| 97 | return spi_write(spi, data, count); | ||
| 98 | } | ||
| 99 | |||
| 100 | /* | ||
| 101 | * We cannot use regmap-spi generic bus implementation here. | ||
| 102 | * The MC13783 chip will get corrupted if CS signal is deasserted | ||
| 103 | * and on i.Mx31 SoC (the target SoC for MC13783 PMIC) the SPI controller | ||
| 104 | * has the following errata (DSPhl22960): | ||
| 105 | * "The CSPI negates SS when the FIFO becomes empty with | ||
| 106 | * SSCTL= 0. Software cannot guarantee that the FIFO will not | ||
| 107 | * drain because of higher priority interrupts and the | ||
| 108 | * non-realtime characteristics of the operating system. As a | ||
| 109 | * result, the SS will negate before all of the data has been | ||
| 110 | * transferred to/from the peripheral." | ||
| 111 | * We workaround this by accessing the SPI controller with a | ||
| 112 | * single transfert. | ||
| 113 | */ | ||
| 114 | |||
| 115 | static struct regmap_bus regmap_mc13xxx_bus = { | ||
| 116 | .write = mc13xxx_spi_write, | ||
| 117 | .read = mc13xxx_spi_read, | ||
| 56 | }; | 118 | }; |
| 57 | 119 | ||
| 58 | static int mc13xxx_spi_probe(struct spi_device *spi) | 120 | static int mc13xxx_spi_probe(struct spi_device *spi) |
| @@ -73,12 +135,13 @@ static int mc13xxx_spi_probe(struct spi_device *spi) | |||
| 73 | 135 | ||
| 74 | dev_set_drvdata(&spi->dev, mc13xxx); | 136 | dev_set_drvdata(&spi->dev, mc13xxx); |
| 75 | spi->mode = SPI_MODE_0 | SPI_CS_HIGH; | 137 | spi->mode = SPI_MODE_0 | SPI_CS_HIGH; |
| 76 | spi->bits_per_word = 32; | ||
| 77 | 138 | ||
| 78 | mc13xxx->dev = &spi->dev; | 139 | mc13xxx->dev = &spi->dev; |
| 79 | mutex_init(&mc13xxx->lock); | 140 | mutex_init(&mc13xxx->lock); |
| 80 | 141 | ||
| 81 | mc13xxx->regmap = regmap_init_spi(spi, &mc13xxx_regmap_spi_config); | 142 | mc13xxx->regmap = regmap_init(&spi->dev, ®map_mc13xxx_bus, &spi->dev, |
| 143 | &mc13xxx_regmap_spi_config); | ||
| 144 | |||
| 82 | if (IS_ERR(mc13xxx->regmap)) { | 145 | if (IS_ERR(mc13xxx->regmap)) { |
| 83 | ret = PTR_ERR(mc13xxx->regmap); | 146 | ret = PTR_ERR(mc13xxx->regmap); |
| 84 | dev_err(mc13xxx->dev, "Failed to initialize register map: %d\n", | 147 | dev_err(mc13xxx->dev, "Failed to initialize register map: %d\n", |
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index 7e96bb229724..41088ecbb2a9 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | #include <linux/clk.h> | 25 | #include <linux/clk.h> |
| 26 | #include <linux/dma-mapping.h> | 26 | #include <linux/dma-mapping.h> |
| 27 | #include <linux/spinlock.h> | 27 | #include <linux/spinlock.h> |
| 28 | #include <linux/gpio.h> | ||
| 28 | #include <plat/cpu.h> | 29 | #include <plat/cpu.h> |
| 29 | #include <plat/usb.h> | 30 | #include <plat/usb.h> |
| 30 | #include <linux/pm_runtime.h> | 31 | #include <linux/pm_runtime.h> |
| @@ -500,8 +501,21 @@ static void omap_usbhs_init(struct device *dev) | |||
| 500 | dev_dbg(dev, "starting TI HSUSB Controller\n"); | 501 | dev_dbg(dev, "starting TI HSUSB Controller\n"); |
| 501 | 502 | ||
| 502 | pm_runtime_get_sync(dev); | 503 | pm_runtime_get_sync(dev); |
| 503 | spin_lock_irqsave(&omap->lock, flags); | ||
| 504 | 504 | ||
| 505 | if (pdata->ehci_data->phy_reset) { | ||
| 506 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[0])) | ||
| 507 | gpio_request_one(pdata->ehci_data->reset_gpio_port[0], | ||
| 508 | GPIOF_OUT_INIT_LOW, "USB1 PHY reset"); | ||
| 509 | |||
| 510 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[1])) | ||
| 511 | gpio_request_one(pdata->ehci_data->reset_gpio_port[1], | ||
| 512 | GPIOF_OUT_INIT_LOW, "USB2 PHY reset"); | ||
| 513 | |||
| 514 | /* Hold the PHY in RESET for enough time till DIR is high */ | ||
| 515 | udelay(10); | ||
| 516 | } | ||
| 517 | |||
| 518 | spin_lock_irqsave(&omap->lock, flags); | ||
| 505 | omap->usbhs_rev = usbhs_read(omap->uhh_base, OMAP_UHH_REVISION); | 519 | omap->usbhs_rev = usbhs_read(omap->uhh_base, OMAP_UHH_REVISION); |
| 506 | dev_dbg(dev, "OMAP UHH_REVISION 0x%x\n", omap->usbhs_rev); | 520 | dev_dbg(dev, "OMAP UHH_REVISION 0x%x\n", omap->usbhs_rev); |
| 507 | 521 | ||
| @@ -581,9 +595,39 @@ static void omap_usbhs_init(struct device *dev) | |||
| 581 | } | 595 | } |
| 582 | 596 | ||
| 583 | spin_unlock_irqrestore(&omap->lock, flags); | 597 | spin_unlock_irqrestore(&omap->lock, flags); |
| 598 | |||
| 599 | if (pdata->ehci_data->phy_reset) { | ||
| 600 | /* Hold the PHY in RESET for enough time till | ||
| 601 | * PHY is settled and ready | ||
| 602 | */ | ||
| 603 | udelay(10); | ||
| 604 | |||
| 605 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[0])) | ||
| 606 | gpio_set_value_cansleep | ||
| 607 | (pdata->ehci_data->reset_gpio_port[0], 1); | ||
| 608 | |||
| 609 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[1])) | ||
| 610 | gpio_set_value_cansleep | ||
| 611 | (pdata->ehci_data->reset_gpio_port[1], 1); | ||
| 612 | } | ||
| 613 | |||
| 584 | pm_runtime_put_sync(dev); | 614 | pm_runtime_put_sync(dev); |
| 585 | } | 615 | } |
| 586 | 616 | ||
| 617 | static void omap_usbhs_deinit(struct device *dev) | ||
| 618 | { | ||
| 619 | struct usbhs_hcd_omap *omap = dev_get_drvdata(dev); | ||
| 620 | struct usbhs_omap_platform_data *pdata = &omap->platdata; | ||
| 621 | |||
| 622 | if (pdata->ehci_data->phy_reset) { | ||
| 623 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[0])) | ||
| 624 | gpio_free(pdata->ehci_data->reset_gpio_port[0]); | ||
| 625 | |||
| 626 | if (gpio_is_valid(pdata->ehci_data->reset_gpio_port[1])) | ||
| 627 | gpio_free(pdata->ehci_data->reset_gpio_port[1]); | ||
| 628 | } | ||
| 629 | } | ||
| 630 | |||
| 587 | 631 | ||
| 588 | /** | 632 | /** |
| 589 | * usbhs_omap_probe - initialize TI-based HCDs | 633 | * usbhs_omap_probe - initialize TI-based HCDs |
| @@ -767,6 +811,7 @@ static int __devinit usbhs_omap_probe(struct platform_device *pdev) | |||
| 767 | goto end_probe; | 811 | goto end_probe; |
| 768 | 812 | ||
| 769 | err_alloc: | 813 | err_alloc: |
| 814 | omap_usbhs_deinit(&pdev->dev); | ||
| 770 | iounmap(omap->tll_base); | 815 | iounmap(omap->tll_base); |
| 771 | 816 | ||
| 772 | err_tll: | 817 | err_tll: |
| @@ -818,6 +863,7 @@ static int __devexit usbhs_omap_remove(struct platform_device *pdev) | |||
| 818 | { | 863 | { |
| 819 | struct usbhs_hcd_omap *omap = platform_get_drvdata(pdev); | 864 | struct usbhs_hcd_omap *omap = platform_get_drvdata(pdev); |
| 820 | 865 | ||
| 866 | omap_usbhs_deinit(&pdev->dev); | ||
| 821 | iounmap(omap->tll_base); | 867 | iounmap(omap->tll_base); |
| 822 | iounmap(omap->uhh_base); | 868 | iounmap(omap->uhh_base); |
| 823 | clk_put(omap->init_60m_fclk); | 869 | clk_put(omap->init_60m_fclk); |
diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c index 00c0aba7eba0..c4a69f193a1d 100644 --- a/drivers/mfd/palmas.c +++ b/drivers/mfd/palmas.c | |||
| @@ -356,7 +356,14 @@ static int __devinit palmas_i2c_probe(struct i2c_client *i2c, | |||
| 356 | } | 356 | } |
| 357 | } | 357 | } |
| 358 | 358 | ||
| 359 | ret = regmap_add_irq_chip(palmas->regmap[1], palmas->irq, | 359 | /* Change IRQ into clear on read mode for efficiency */ |
| 360 | slave = PALMAS_BASE_TO_SLAVE(PALMAS_INTERRUPT_BASE); | ||
| 361 | addr = PALMAS_BASE_TO_REG(PALMAS_INTERRUPT_BASE, PALMAS_INT_CTRL); | ||
| 362 | reg = PALMAS_INT_CTRL_INT_CLEAR; | ||
| 363 | |||
| 364 | regmap_write(palmas->regmap[slave], addr, reg); | ||
| 365 | |||
| 366 | ret = regmap_add_irq_chip(palmas->regmap[slave], palmas->irq, | ||
| 360 | IRQF_ONESHOT | IRQF_TRIGGER_LOW, -1, &palmas_irq_chip, | 367 | IRQF_ONESHOT | IRQF_TRIGGER_LOW, -1, &palmas_irq_chip, |
| 361 | &palmas->irq_data); | 368 | &palmas->irq_data); |
| 362 | if (ret < 0) | 369 | if (ret < 0) |
| @@ -441,6 +448,9 @@ static int __devinit palmas_i2c_probe(struct i2c_client *i2c, | |||
| 441 | goto err; | 448 | goto err; |
| 442 | } | 449 | } |
| 443 | 450 | ||
| 451 | children[PALMAS_PMIC_ID].platform_data = pdata->pmic_pdata; | ||
| 452 | children[PALMAS_PMIC_ID].pdata_size = sizeof(*pdata->pmic_pdata); | ||
| 453 | |||
| 444 | ret = mfd_add_devices(palmas->dev, -1, | 454 | ret = mfd_add_devices(palmas->dev, -1, |
| 445 | children, ARRAY_SIZE(palmas_children), | 455 | children, ARRAY_SIZE(palmas_children), |
| 446 | NULL, regmap_irq_chip_get_base(palmas->irq_data)); | 456 | NULL, regmap_irq_chip_get_base(palmas->irq_data)); |
| @@ -472,6 +482,7 @@ static const struct i2c_device_id palmas_i2c_id[] = { | |||
| 472 | { "twl6035", }, | 482 | { "twl6035", }, |
| 473 | { "twl6037", }, | 483 | { "twl6037", }, |
| 474 | { "tps65913", }, | 484 | { "tps65913", }, |
| 485 | { /* end */ } | ||
| 475 | }; | 486 | }; |
| 476 | MODULE_DEVICE_TABLE(i2c, palmas_i2c_id); | 487 | MODULE_DEVICE_TABLE(i2c, palmas_i2c_id); |
| 477 | 488 | ||
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c index 7de13891e49e..783fcd7365bc 100644 --- a/drivers/misc/mei/main.c +++ b/drivers/misc/mei/main.c | |||
| @@ -1147,7 +1147,7 @@ static int mei_pci_resume(struct device *device) | |||
| 1147 | err = request_threaded_irq(pdev->irq, | 1147 | err = request_threaded_irq(pdev->irq, |
| 1148 | NULL, | 1148 | NULL, |
| 1149 | mei_interrupt_thread_handler, | 1149 | mei_interrupt_thread_handler, |
| 1150 | 0, mei_driver_name, dev); | 1150 | IRQF_ONESHOT, mei_driver_name, dev); |
| 1151 | else | 1151 | else |
| 1152 | err = request_threaded_irq(pdev->irq, | 1152 | err = request_threaded_irq(pdev->irq, |
| 1153 | mei_interrupt_quick_handler, | 1153 | mei_interrupt_quick_handler, |
diff --git a/drivers/misc/sgi-xp/xpc_uv.c b/drivers/misc/sgi-xp/xpc_uv.c index 17bbacb1b4b1..87b251ab6ec5 100644 --- a/drivers/misc/sgi-xp/xpc_uv.c +++ b/drivers/misc/sgi-xp/xpc_uv.c | |||
| @@ -452,9 +452,9 @@ xpc_handle_activate_mq_msg_uv(struct xpc_partition *part, | |||
| 452 | 452 | ||
| 453 | if (msg->activate_gru_mq_desc_gpa != | 453 | if (msg->activate_gru_mq_desc_gpa != |
| 454 | part_uv->activate_gru_mq_desc_gpa) { | 454 | part_uv->activate_gru_mq_desc_gpa) { |
| 455 | spin_lock_irqsave(&part_uv->flags_lock, irq_flags); | 455 | spin_lock(&part_uv->flags_lock); |
| 456 | part_uv->flags &= ~XPC_P_CACHED_ACTIVATE_GRU_MQ_DESC_UV; | 456 | part_uv->flags &= ~XPC_P_CACHED_ACTIVATE_GRU_MQ_DESC_UV; |
| 457 | spin_unlock_irqrestore(&part_uv->flags_lock, irq_flags); | 457 | spin_unlock(&part_uv->flags_lock); |
| 458 | part_uv->activate_gru_mq_desc_gpa = | 458 | part_uv->activate_gru_mq_desc_gpa = |
| 459 | msg->activate_gru_mq_desc_gpa; | 459 | msg->activate_gru_mq_desc_gpa; |
| 460 | } | 460 | } |
diff --git a/drivers/mmc/core/cd-gpio.c b/drivers/mmc/core/cd-gpio.c index f13e38deceac..8f5dc08d6598 100644 --- a/drivers/mmc/core/cd-gpio.c +++ b/drivers/mmc/core/cd-gpio.c | |||
| @@ -50,8 +50,8 @@ int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio) | |||
| 50 | goto egpioreq; | 50 | goto egpioreq; |
| 51 | 51 | ||
| 52 | ret = request_threaded_irq(irq, NULL, mmc_cd_gpio_irqt, | 52 | ret = request_threaded_irq(irq, NULL, mmc_cd_gpio_irqt, |
| 53 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 53 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | |
| 54 | cd->label, host); | 54 | IRQF_ONESHOT, cd->label, host); |
| 55 | if (ret < 0) | 55 | if (ret < 0) |
| 56 | goto eirqreq; | 56 | goto eirqreq; |
| 57 | 57 | ||
diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 258b203397aa..4f4489aa6bae 100644 --- a/drivers/mmc/core/mmc.c +++ b/drivers/mmc/core/mmc.c | |||
| @@ -717,10 +717,6 @@ static int mmc_select_powerclass(struct mmc_card *card, | |||
| 717 | card->ext_csd.generic_cmd6_time); | 717 | card->ext_csd.generic_cmd6_time); |
| 718 | } | 718 | } |
| 719 | 719 | ||
| 720 | if (err) | ||
| 721 | pr_err("%s: power class selection for ext_csd_bus_width %d" | ||
| 722 | " failed\n", mmc_hostname(card->host), bus_width); | ||
| 723 | |||
| 724 | return err; | 720 | return err; |
| 725 | } | 721 | } |
| 726 | 722 | ||
| @@ -1104,7 +1100,9 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, | |||
| 1104 | EXT_CSD_BUS_WIDTH_8 : EXT_CSD_BUS_WIDTH_4; | 1100 | EXT_CSD_BUS_WIDTH_8 : EXT_CSD_BUS_WIDTH_4; |
| 1105 | err = mmc_select_powerclass(card, ext_csd_bits, ext_csd); | 1101 | err = mmc_select_powerclass(card, ext_csd_bits, ext_csd); |
| 1106 | if (err) | 1102 | if (err) |
| 1107 | goto err; | 1103 | pr_warning("%s: power class selection to bus width %d" |
| 1104 | " failed\n", mmc_hostname(card->host), | ||
| 1105 | 1 << bus_width); | ||
| 1108 | } | 1106 | } |
| 1109 | 1107 | ||
| 1110 | /* | 1108 | /* |
| @@ -1136,7 +1134,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, | |||
| 1136 | err = mmc_select_powerclass(card, ext_csd_bits[idx][0], | 1134 | err = mmc_select_powerclass(card, ext_csd_bits[idx][0], |
| 1137 | ext_csd); | 1135 | ext_csd); |
| 1138 | if (err) | 1136 | if (err) |
| 1139 | goto err; | 1137 | pr_warning("%s: power class selection to " |
| 1138 | "bus width %d failed\n", | ||
| 1139 | mmc_hostname(card->host), | ||
| 1140 | 1 << bus_width); | ||
| 1140 | 1141 | ||
| 1141 | err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL, | 1142 | err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL, |
| 1142 | EXT_CSD_BUS_WIDTH, | 1143 | EXT_CSD_BUS_WIDTH, |
| @@ -1164,7 +1165,10 @@ static int mmc_init_card(struct mmc_host *host, u32 ocr, | |||
| 1164 | err = mmc_select_powerclass(card, ext_csd_bits[idx][1], | 1165 | err = mmc_select_powerclass(card, ext_csd_bits[idx][1], |
| 1165 | ext_csd); | 1166 | ext_csd); |
| 1166 | if (err) | 1167 | if (err) |
| 1167 | goto err; | 1168 | pr_warning("%s: power class selection to " |
| 1169 | "bus width %d ddr %d failed\n", | ||
| 1170 | mmc_hostname(card->host), | ||
| 1171 | 1 << bus_width, ddr); | ||
| 1168 | 1172 | ||
| 1169 | err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL, | 1173 | err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL, |
| 1170 | EXT_CSD_BUS_WIDTH, | 1174 | EXT_CSD_BUS_WIDTH, |
diff --git a/drivers/mtd/nand/cafe_nand.c b/drivers/mtd/nand/cafe_nand.c index 41371ba1a811..f3f6cfedd69e 100644 --- a/drivers/mtd/nand/cafe_nand.c +++ b/drivers/mtd/nand/cafe_nand.c | |||
| @@ -102,7 +102,7 @@ static const char *part_probes[] = { "cmdlinepart", "RedBoot", NULL }; | |||
| 102 | static int cafe_device_ready(struct mtd_info *mtd) | 102 | static int cafe_device_ready(struct mtd_info *mtd) |
| 103 | { | 103 | { |
| 104 | struct cafe_priv *cafe = mtd->priv; | 104 | struct cafe_priv *cafe = mtd->priv; |
| 105 | int result = !!(cafe_readl(cafe, NAND_STATUS) | 0x40000000); | 105 | int result = !!(cafe_readl(cafe, NAND_STATUS) & 0x40000000); |
| 106 | uint32_t irqs = cafe_readl(cafe, NAND_IRQ); | 106 | uint32_t irqs = cafe_readl(cafe, NAND_IRQ); |
| 107 | 107 | ||
| 108 | cafe_writel(cafe, irqs, NAND_IRQ); | 108 | cafe_writel(cafe, irqs, NAND_IRQ); |
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c index a05b7b444d4f..a6cad5caba78 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c | |||
| @@ -920,12 +920,12 @@ static int gpmi_ecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, | |||
| 920 | */ | 920 | */ |
| 921 | memset(chip->oob_poi, ~0, mtd->oobsize); | 921 | memset(chip->oob_poi, ~0, mtd->oobsize); |
| 922 | chip->oob_poi[0] = ((uint8_t *) auxiliary_virt)[0]; | 922 | chip->oob_poi[0] = ((uint8_t *) auxiliary_virt)[0]; |
| 923 | |||
| 924 | read_page_swap_end(this, buf, mtd->writesize, | ||
| 925 | this->payload_virt, this->payload_phys, | ||
| 926 | nfc_geo->payload_size, | ||
| 927 | payload_virt, payload_phys); | ||
| 928 | } | 923 | } |
| 924 | |||
| 925 | read_page_swap_end(this, buf, mtd->writesize, | ||
| 926 | this->payload_virt, this->payload_phys, | ||
| 927 | nfc_geo->payload_size, | ||
| 928 | payload_virt, payload_phys); | ||
| 929 | exit_nfc: | 929 | exit_nfc: |
| 930 | return ret; | 930 | return ret; |
| 931 | } | 931 | } |
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index c58e6a93f445..6acc790c2fbb 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c | |||
| @@ -273,6 +273,26 @@ static struct nand_ecclayout nandv2_hw_eccoob_4k = { | |||
| 273 | 273 | ||
| 274 | static const char *part_probes[] = { "RedBoot", "cmdlinepart", "ofpart", NULL }; | 274 | static const char *part_probes[] = { "RedBoot", "cmdlinepart", "ofpart", NULL }; |
| 275 | 275 | ||
| 276 | static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size) | ||
| 277 | { | ||
| 278 | int i; | ||
| 279 | u32 *t = trg; | ||
| 280 | const __iomem u32 *s = src; | ||
| 281 | |||
| 282 | for (i = 0; i < (size >> 2); i++) | ||
| 283 | *t++ = __raw_readl(s++); | ||
| 284 | } | ||
| 285 | |||
| 286 | static void memcpy32_toio(void __iomem *trg, const void *src, int size) | ||
| 287 | { | ||
| 288 | int i; | ||
| 289 | u32 __iomem *t = trg; | ||
| 290 | const u32 *s = src; | ||
| 291 | |||
| 292 | for (i = 0; i < (size >> 2); i++) | ||
| 293 | __raw_writel(*s++, t++); | ||
| 294 | } | ||
| 295 | |||
| 276 | static int check_int_v3(struct mxc_nand_host *host) | 296 | static int check_int_v3(struct mxc_nand_host *host) |
| 277 | { | 297 | { |
| 278 | uint32_t tmp; | 298 | uint32_t tmp; |
| @@ -519,7 +539,7 @@ static void send_read_id_v3(struct mxc_nand_host *host) | |||
| 519 | 539 | ||
| 520 | wait_op_done(host, true); | 540 | wait_op_done(host, true); |
| 521 | 541 | ||
| 522 | memcpy_fromio(host->data_buf, host->main_area0, 16); | 542 | memcpy32_fromio(host->data_buf, host->main_area0, 16); |
| 523 | } | 543 | } |
| 524 | 544 | ||
| 525 | /* Request the NANDFC to perform a read of the NAND device ID. */ | 545 | /* Request the NANDFC to perform a read of the NAND device ID. */ |
| @@ -535,7 +555,7 @@ static void send_read_id_v1_v2(struct mxc_nand_host *host) | |||
| 535 | /* Wait for operation to complete */ | 555 | /* Wait for operation to complete */ |
| 536 | wait_op_done(host, true); | 556 | wait_op_done(host, true); |
| 537 | 557 | ||
| 538 | memcpy_fromio(host->data_buf, host->main_area0, 16); | 558 | memcpy32_fromio(host->data_buf, host->main_area0, 16); |
| 539 | 559 | ||
| 540 | if (this->options & NAND_BUSWIDTH_16) { | 560 | if (this->options & NAND_BUSWIDTH_16) { |
| 541 | /* compress the ID info */ | 561 | /* compress the ID info */ |
| @@ -797,16 +817,16 @@ static void copy_spare(struct mtd_info *mtd, bool bfrom) | |||
| 797 | 817 | ||
| 798 | if (bfrom) { | 818 | if (bfrom) { |
| 799 | for (i = 0; i < n - 1; i++) | 819 | for (i = 0; i < n - 1; i++) |
| 800 | memcpy_fromio(d + i * j, s + i * t, j); | 820 | memcpy32_fromio(d + i * j, s + i * t, j); |
| 801 | 821 | ||
| 802 | /* the last section */ | 822 | /* the last section */ |
| 803 | memcpy_fromio(d + i * j, s + i * t, mtd->oobsize - i * j); | 823 | memcpy32_fromio(d + i * j, s + i * t, mtd->oobsize - i * j); |
| 804 | } else { | 824 | } else { |
| 805 | for (i = 0; i < n - 1; i++) | 825 | for (i = 0; i < n - 1; i++) |
| 806 | memcpy_toio(&s[i * t], &d[i * j], j); | 826 | memcpy32_toio(&s[i * t], &d[i * j], j); |
| 807 | 827 | ||
| 808 | /* the last section */ | 828 | /* the last section */ |
| 809 | memcpy_toio(&s[i * t], &d[i * j], mtd->oobsize - i * j); | 829 | memcpy32_toio(&s[i * t], &d[i * j], mtd->oobsize - i * j); |
| 810 | } | 830 | } |
| 811 | } | 831 | } |
| 812 | 832 | ||
| @@ -1070,7 +1090,8 @@ static void mxc_nand_command(struct mtd_info *mtd, unsigned command, | |||
| 1070 | 1090 | ||
| 1071 | host->devtype_data->send_page(mtd, NFC_OUTPUT); | 1091 | host->devtype_data->send_page(mtd, NFC_OUTPUT); |
| 1072 | 1092 | ||
| 1073 | memcpy_fromio(host->data_buf, host->main_area0, mtd->writesize); | 1093 | memcpy32_fromio(host->data_buf, host->main_area0, |
| 1094 | mtd->writesize); | ||
| 1074 | copy_spare(mtd, true); | 1095 | copy_spare(mtd, true); |
| 1075 | break; | 1096 | break; |
| 1076 | 1097 | ||
| @@ -1086,7 +1107,7 @@ static void mxc_nand_command(struct mtd_info *mtd, unsigned command, | |||
| 1086 | break; | 1107 | break; |
| 1087 | 1108 | ||
| 1088 | case NAND_CMD_PAGEPROG: | 1109 | case NAND_CMD_PAGEPROG: |
| 1089 | memcpy_toio(host->main_area0, host->data_buf, mtd->writesize); | 1110 | memcpy32_toio(host->main_area0, host->data_buf, mtd->writesize); |
| 1090 | copy_spare(mtd, false); | 1111 | copy_spare(mtd, false); |
| 1091 | host->devtype_data->send_page(mtd, NFC_INPUT); | 1112 | host->devtype_data->send_page(mtd, NFC_INPUT); |
| 1092 | host->devtype_data->send_cmd(host, command, true); | 1113 | host->devtype_data->send_cmd(host, command, true); |
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index d47586cf64ce..a11253a0fcab 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
| @@ -3501,6 +3501,13 @@ int nand_scan_tail(struct mtd_info *mtd) | |||
| 3501 | /* propagate ecc info to mtd_info */ | 3501 | /* propagate ecc info to mtd_info */ |
| 3502 | mtd->ecclayout = chip->ecc.layout; | 3502 | mtd->ecclayout = chip->ecc.layout; |
| 3503 | mtd->ecc_strength = chip->ecc.strength; | 3503 | mtd->ecc_strength = chip->ecc.strength; |
| 3504 | /* | ||
| 3505 | * Initialize bitflip_threshold to its default prior scan_bbt() call. | ||
| 3506 | * scan_bbt() might invoke mtd_read(), thus bitflip_threshold must be | ||
| 3507 | * properly set. | ||
| 3508 | */ | ||
| 3509 | if (!mtd->bitflip_threshold) | ||
| 3510 | mtd->bitflip_threshold = mtd->ecc_strength; | ||
| 3504 | 3511 | ||
| 3505 | /* Check, if we should skip the bad block table scan */ | 3512 | /* Check, if we should skip the bad block table scan */ |
| 3506 | if (chip->options & NAND_SKIP_BBTSCAN) | 3513 | if (chip->options & NAND_SKIP_BBTSCAN) |
diff --git a/drivers/mtd/nand/nandsim.c b/drivers/mtd/nand/nandsim.c index 6cc8fbfabb8e..cf0cd3146817 100644 --- a/drivers/mtd/nand/nandsim.c +++ b/drivers/mtd/nand/nandsim.c | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
| 29 | #include <linux/moduleparam.h> | 29 | #include <linux/moduleparam.h> |
| 30 | #include <linux/vmalloc.h> | 30 | #include <linux/vmalloc.h> |
| 31 | #include <asm/div64.h> | 31 | #include <linux/math64.h> |
| 32 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
| 33 | #include <linux/errno.h> | 33 | #include <linux/errno.h> |
| 34 | #include <linux/string.h> | 34 | #include <linux/string.h> |
| @@ -546,12 +546,6 @@ static char *get_partition_name(int i) | |||
| 546 | return kstrdup(buf, GFP_KERNEL); | 546 | return kstrdup(buf, GFP_KERNEL); |
| 547 | } | 547 | } |
| 548 | 548 | ||
| 549 | static uint64_t divide(uint64_t n, uint32_t d) | ||
| 550 | { | ||
| 551 | do_div(n, d); | ||
| 552 | return n; | ||
| 553 | } | ||
| 554 | |||
| 555 | /* | 549 | /* |
| 556 | * Initialize the nandsim structure. | 550 | * Initialize the nandsim structure. |
| 557 | * | 551 | * |
| @@ -580,7 +574,7 @@ static int init_nandsim(struct mtd_info *mtd) | |||
| 580 | ns->geom.oobsz = mtd->oobsize; | 574 | ns->geom.oobsz = mtd->oobsize; |
| 581 | ns->geom.secsz = mtd->erasesize; | 575 | ns->geom.secsz = mtd->erasesize; |
| 582 | ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; | 576 | ns->geom.pgszoob = ns->geom.pgsz + ns->geom.oobsz; |
| 583 | ns->geom.pgnum = divide(ns->geom.totsz, ns->geom.pgsz); | 577 | ns->geom.pgnum = div_u64(ns->geom.totsz, ns->geom.pgsz); |
| 584 | ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; | 578 | ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; |
| 585 | ns->geom.secshift = ffs(ns->geom.secsz) - 1; | 579 | ns->geom.secshift = ffs(ns->geom.secsz) - 1; |
| 586 | ns->geom.pgshift = chip->page_shift; | 580 | ns->geom.pgshift = chip->page_shift; |
| @@ -921,7 +915,7 @@ static int setup_wear_reporting(struct mtd_info *mtd) | |||
| 921 | 915 | ||
| 922 | if (!rptwear) | 916 | if (!rptwear) |
| 923 | return 0; | 917 | return 0; |
| 924 | wear_eb_count = divide(mtd->size, mtd->erasesize); | 918 | wear_eb_count = div_u64(mtd->size, mtd->erasesize); |
| 925 | mem = wear_eb_count * sizeof(unsigned long); | 919 | mem = wear_eb_count * sizeof(unsigned long); |
| 926 | if (mem / sizeof(unsigned long) != wear_eb_count) { | 920 | if (mem / sizeof(unsigned long) != wear_eb_count) { |
| 927 | NS_ERR("Too many erase blocks for wear reporting\n"); | 921 | NS_ERR("Too many erase blocks for wear reporting\n"); |
diff --git a/drivers/net/bonding/bond_debugfs.c b/drivers/net/bonding/bond_debugfs.c index 3680aa251dea..2cf084eb9d52 100644 --- a/drivers/net/bonding/bond_debugfs.c +++ b/drivers/net/bonding/bond_debugfs.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include "bonding.h" | 6 | #include "bonding.h" |
| 7 | #include "bond_alb.h" | 7 | #include "bond_alb.h" |
| 8 | 8 | ||
| 9 | #ifdef CONFIG_DEBUG_FS | 9 | #if defined(CONFIG_DEBUG_FS) && !defined(CONFIG_NET_NS) |
| 10 | 10 | ||
| 11 | #include <linux/debugfs.h> | 11 | #include <linux/debugfs.h> |
| 12 | #include <linux/seq_file.h> | 12 | #include <linux/seq_file.h> |
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index b9c2ae62166d..2ee76993f052 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
| @@ -3227,6 +3227,12 @@ static int bond_master_netdev_event(unsigned long event, | |||
| 3227 | switch (event) { | 3227 | switch (event) { |
| 3228 | case NETDEV_CHANGENAME: | 3228 | case NETDEV_CHANGENAME: |
| 3229 | return bond_event_changename(event_bond); | 3229 | return bond_event_changename(event_bond); |
| 3230 | case NETDEV_UNREGISTER: | ||
| 3231 | bond_remove_proc_entry(event_bond); | ||
| 3232 | break; | ||
| 3233 | case NETDEV_REGISTER: | ||
| 3234 | bond_create_proc_entry(event_bond); | ||
| 3235 | break; | ||
| 3230 | default: | 3236 | default: |
| 3231 | break; | 3237 | break; |
| 3232 | } | 3238 | } |
| @@ -4411,8 +4417,6 @@ static void bond_uninit(struct net_device *bond_dev) | |||
| 4411 | 4417 | ||
| 4412 | bond_work_cancel_all(bond); | 4418 | bond_work_cancel_all(bond); |
| 4413 | 4419 | ||
| 4414 | bond_remove_proc_entry(bond); | ||
| 4415 | |||
| 4416 | bond_debug_unregister(bond); | 4420 | bond_debug_unregister(bond); |
| 4417 | 4421 | ||
| 4418 | __hw_addr_flush(&bond->mc_list); | 4422 | __hw_addr_flush(&bond->mc_list); |
| @@ -4814,7 +4818,6 @@ static int bond_init(struct net_device *bond_dev) | |||
| 4814 | 4818 | ||
| 4815 | bond_set_lockdep_class(bond_dev); | 4819 | bond_set_lockdep_class(bond_dev); |
| 4816 | 4820 | ||
| 4817 | bond_create_proc_entry(bond); | ||
| 4818 | list_add_tail(&bond->bond_list, &bn->dev_list); | 4821 | list_add_tail(&bond->bond_list, &bn->dev_list); |
| 4819 | 4822 | ||
| 4820 | bond_prepare_sysfs_group(bond); | 4823 | bond_prepare_sysfs_group(bond); |
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c index 9cc15701101b..1f78b63d5efe 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c | |||
| @@ -261,7 +261,6 @@ static void atl1c_check_link_status(struct atl1c_adapter *adapter) | |||
| 261 | if ((phy_data & BMSR_LSTATUS) == 0) { | 261 | if ((phy_data & BMSR_LSTATUS) == 0) { |
| 262 | /* link down */ | 262 | /* link down */ |
| 263 | netif_carrier_off(netdev); | 263 | netif_carrier_off(netdev); |
| 264 | netif_stop_queue(netdev); | ||
| 265 | hw->hibernate = true; | 264 | hw->hibernate = true; |
| 266 | if (atl1c_reset_mac(hw) != 0) | 265 | if (atl1c_reset_mac(hw) != 0) |
| 267 | if (netif_msg_hw(adapter)) | 266 | if (netif_msg_hw(adapter)) |
diff --git a/drivers/net/ethernet/broadcom/b44.c b/drivers/net/ethernet/broadcom/b44.c index 46b8b7d81633..d09c6b583d17 100644 --- a/drivers/net/ethernet/broadcom/b44.c +++ b/drivers/net/ethernet/broadcom/b44.c | |||
| @@ -656,7 +656,7 @@ static int b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) | |||
| 656 | dma_unmap_single(bp->sdev->dma_dev, mapping, | 656 | dma_unmap_single(bp->sdev->dma_dev, mapping, |
| 657 | RX_PKT_BUF_SZ, DMA_FROM_DEVICE); | 657 | RX_PKT_BUF_SZ, DMA_FROM_DEVICE); |
| 658 | dev_kfree_skb_any(skb); | 658 | dev_kfree_skb_any(skb); |
| 659 | skb = __netdev_alloc_skb(bp->dev, RX_PKT_BUF_SZ, GFP_ATOMIC|GFP_DMA); | 659 | skb = alloc_skb(RX_PKT_BUF_SZ, GFP_ATOMIC | GFP_DMA); |
| 660 | if (skb == NULL) | 660 | if (skb == NULL) |
| 661 | return -ENOMEM; | 661 | return -ENOMEM; |
| 662 | mapping = dma_map_single(bp->sdev->dma_dev, skb->data, | 662 | mapping = dma_map_single(bp->sdev->dma_dev, skb->data, |
| @@ -967,7 +967,7 @@ static netdev_tx_t b44_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 967 | dma_unmap_single(bp->sdev->dma_dev, mapping, len, | 967 | dma_unmap_single(bp->sdev->dma_dev, mapping, len, |
| 968 | DMA_TO_DEVICE); | 968 | DMA_TO_DEVICE); |
| 969 | 969 | ||
| 970 | bounce_skb = __netdev_alloc_skb(dev, len, GFP_ATOMIC | GFP_DMA); | 970 | bounce_skb = alloc_skb(len, GFP_ATOMIC | GFP_DMA); |
| 971 | if (!bounce_skb) | 971 | if (!bounce_skb) |
| 972 | goto err_out; | 972 | goto err_out; |
| 973 | 973 | ||
diff --git a/drivers/net/ethernet/broadcom/bnx2.c b/drivers/net/ethernet/broadcom/bnx2.c index ac7b74488531..1fa4927a45b1 100644 --- a/drivers/net/ethernet/broadcom/bnx2.c +++ b/drivers/net/ethernet/broadcom/bnx2.c | |||
| @@ -5372,7 +5372,7 @@ bnx2_free_tx_skbs(struct bnx2 *bp) | |||
| 5372 | int k, last; | 5372 | int k, last; |
| 5373 | 5373 | ||
| 5374 | if (skb == NULL) { | 5374 | if (skb == NULL) { |
| 5375 | j++; | 5375 | j = NEXT_TX_BD(j); |
| 5376 | continue; | 5376 | continue; |
| 5377 | } | 5377 | } |
| 5378 | 5378 | ||
| @@ -5384,8 +5384,8 @@ bnx2_free_tx_skbs(struct bnx2 *bp) | |||
| 5384 | tx_buf->skb = NULL; | 5384 | tx_buf->skb = NULL; |
| 5385 | 5385 | ||
| 5386 | last = tx_buf->nr_frags; | 5386 | last = tx_buf->nr_frags; |
| 5387 | j++; | 5387 | j = NEXT_TX_BD(j); |
| 5388 | for (k = 0; k < last; k++, j++) { | 5388 | for (k = 0; k < last; k++, j = NEXT_TX_BD(j)) { |
| 5389 | tx_buf = &txr->tx_buf_ring[TX_RING_IDX(j)]; | 5389 | tx_buf = &txr->tx_buf_ring[TX_RING_IDX(j)]; |
| 5390 | dma_unmap_page(&bp->pdev->dev, | 5390 | dma_unmap_page(&bp->pdev->dev, |
| 5391 | dma_unmap_addr(tx_buf, mapping), | 5391 | dma_unmap_addr(tx_buf, mapping), |
diff --git a/drivers/net/ethernet/broadcom/cnic.c b/drivers/net/ethernet/broadcom/cnic.c index c95e7b5e2b85..2c89d17cbb29 100644 --- a/drivers/net/ethernet/broadcom/cnic.c +++ b/drivers/net/ethernet/broadcom/cnic.c | |||
| @@ -534,7 +534,8 @@ int cnic_unregister_driver(int ulp_type) | |||
| 534 | } | 534 | } |
| 535 | 535 | ||
| 536 | if (atomic_read(&ulp_ops->ref_count) != 0) | 536 | if (atomic_read(&ulp_ops->ref_count) != 0) |
| 537 | netdev_warn(dev->netdev, "Failed waiting for ref count to go to zero\n"); | 537 | pr_warn("%s: Failed waiting for ref count to go to zero\n", |
| 538 | __func__); | ||
| 538 | return 0; | 539 | return 0; |
| 539 | 540 | ||
| 540 | out_unlock: | 541 | out_unlock: |
| @@ -1053,12 +1054,13 @@ static int cnic_init_uio(struct cnic_dev *dev) | |||
| 1053 | 1054 | ||
| 1054 | uinfo = &udev->cnic_uinfo; | 1055 | uinfo = &udev->cnic_uinfo; |
| 1055 | 1056 | ||
| 1056 | uinfo->mem[0].addr = dev->netdev->base_addr; | 1057 | uinfo->mem[0].addr = pci_resource_start(dev->pcidev, 0); |
| 1057 | uinfo->mem[0].internal_addr = dev->regview; | 1058 | uinfo->mem[0].internal_addr = dev->regview; |
| 1058 | uinfo->mem[0].size = dev->netdev->mem_end - dev->netdev->mem_start; | ||
| 1059 | uinfo->mem[0].memtype = UIO_MEM_PHYS; | 1059 | uinfo->mem[0].memtype = UIO_MEM_PHYS; |
| 1060 | 1060 | ||
| 1061 | if (test_bit(CNIC_F_BNX2_CLASS, &dev->flags)) { | 1061 | if (test_bit(CNIC_F_BNX2_CLASS, &dev->flags)) { |
| 1062 | uinfo->mem[0].size = MB_GET_CID_ADDR(TX_TSS_CID + | ||
| 1063 | TX_MAX_TSS_RINGS + 1); | ||
| 1062 | uinfo->mem[1].addr = (unsigned long) cp->status_blk.gen & | 1064 | uinfo->mem[1].addr = (unsigned long) cp->status_blk.gen & |
| 1063 | PAGE_MASK; | 1065 | PAGE_MASK; |
| 1064 | if (cp->ethdev->drv_state & CNIC_DRV_STATE_USING_MSIX) | 1066 | if (cp->ethdev->drv_state & CNIC_DRV_STATE_USING_MSIX) |
| @@ -1068,6 +1070,8 @@ static int cnic_init_uio(struct cnic_dev *dev) | |||
| 1068 | 1070 | ||
| 1069 | uinfo->name = "bnx2_cnic"; | 1071 | uinfo->name = "bnx2_cnic"; |
| 1070 | } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { | 1072 | } else if (test_bit(CNIC_F_BNX2X_CLASS, &dev->flags)) { |
| 1073 | uinfo->mem[0].size = pci_resource_len(dev->pcidev, 0); | ||
| 1074 | |||
| 1071 | uinfo->mem[1].addr = (unsigned long) cp->bnx2x_def_status_blk & | 1075 | uinfo->mem[1].addr = (unsigned long) cp->bnx2x_def_status_blk & |
| 1072 | PAGE_MASK; | 1076 | PAGE_MASK; |
| 1073 | uinfo->mem[1].size = sizeof(*cp->bnx2x_def_status_blk); | 1077 | uinfo->mem[1].size = sizeof(*cp->bnx2x_def_status_blk); |
diff --git a/drivers/net/ethernet/freescale/gianfar.c b/drivers/net/ethernet/freescale/gianfar.c index 0741aded9eb0..ab1d80ff0791 100644 --- a/drivers/net/ethernet/freescale/gianfar.c +++ b/drivers/net/ethernet/freescale/gianfar.c | |||
| @@ -1804,18 +1804,16 @@ void gfar_configure_coalescing(struct gfar_private *priv, | |||
| 1804 | if (priv->mode == MQ_MG_MODE) { | 1804 | if (priv->mode == MQ_MG_MODE) { |
| 1805 | baddr = ®s->txic0; | 1805 | baddr = ®s->txic0; |
| 1806 | for_each_set_bit(i, &tx_mask, priv->num_tx_queues) { | 1806 | for_each_set_bit(i, &tx_mask, priv->num_tx_queues) { |
| 1807 | if (likely(priv->tx_queue[i]->txcoalescing)) { | 1807 | gfar_write(baddr + i, 0); |
| 1808 | gfar_write(baddr + i, 0); | 1808 | if (likely(priv->tx_queue[i]->txcoalescing)) |
| 1809 | gfar_write(baddr + i, priv->tx_queue[i]->txic); | 1809 | gfar_write(baddr + i, priv->tx_queue[i]->txic); |
| 1810 | } | ||
| 1811 | } | 1810 | } |
| 1812 | 1811 | ||
| 1813 | baddr = ®s->rxic0; | 1812 | baddr = ®s->rxic0; |
| 1814 | for_each_set_bit(i, &rx_mask, priv->num_rx_queues) { | 1813 | for_each_set_bit(i, &rx_mask, priv->num_rx_queues) { |
| 1815 | if (likely(priv->rx_queue[i]->rxcoalescing)) { | 1814 | gfar_write(baddr + i, 0); |
| 1816 | gfar_write(baddr + i, 0); | 1815 | if (likely(priv->rx_queue[i]->rxcoalescing)) |
| 1817 | gfar_write(baddr + i, priv->rx_queue[i]->rxic); | 1816 | gfar_write(baddr + i, priv->rx_queue[i]->rxic); |
| 1818 | } | ||
| 1819 | } | 1817 | } |
| 1820 | } | 1818 | } |
| 1821 | } | 1819 | } |
| @@ -2065,10 +2063,9 @@ static int gfar_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 2065 | return NETDEV_TX_OK; | 2063 | return NETDEV_TX_OK; |
| 2066 | } | 2064 | } |
| 2067 | 2065 | ||
| 2068 | /* Steal sock reference for processing TX time stamps */ | 2066 | if (skb->sk) |
| 2069 | swap(skb_new->sk, skb->sk); | 2067 | skb_set_owner_w(skb_new, skb->sk); |
| 2070 | swap(skb_new->destructor, skb->destructor); | 2068 | consume_skb(skb); |
| 2071 | kfree_skb(skb); | ||
| 2072 | skb = skb_new; | 2069 | skb = skb_new; |
| 2073 | } | 2070 | } |
| 2074 | 2071 | ||
diff --git a/drivers/net/ethernet/intel/e1000e/82571.c b/drivers/net/ethernet/intel/e1000e/82571.c index 36db4df09aed..1f063dcd8f85 100644 --- a/drivers/net/ethernet/intel/e1000e/82571.c +++ b/drivers/net/ethernet/intel/e1000e/82571.c | |||
| @@ -1572,6 +1572,9 @@ static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw) | |||
| 1572 | ctrl = er32(CTRL); | 1572 | ctrl = er32(CTRL); |
| 1573 | status = er32(STATUS); | 1573 | status = er32(STATUS); |
| 1574 | rxcw = er32(RXCW); | 1574 | rxcw = er32(RXCW); |
| 1575 | /* SYNCH bit and IV bit are sticky */ | ||
| 1576 | udelay(10); | ||
| 1577 | rxcw = er32(RXCW); | ||
| 1575 | 1578 | ||
| 1576 | if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { | 1579 | if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) { |
| 1577 | 1580 | ||
diff --git a/drivers/net/ethernet/intel/e1000e/defines.h b/drivers/net/ethernet/intel/e1000e/defines.h index 351a4097b2ba..76edbc1be33b 100644 --- a/drivers/net/ethernet/intel/e1000e/defines.h +++ b/drivers/net/ethernet/intel/e1000e/defines.h | |||
| @@ -103,6 +103,7 @@ | |||
| 103 | #define E1000_RXD_ERR_SEQ 0x04 /* Sequence Error */ | 103 | #define E1000_RXD_ERR_SEQ 0x04 /* Sequence Error */ |
| 104 | #define E1000_RXD_ERR_CXE 0x10 /* Carrier Extension Error */ | 104 | #define E1000_RXD_ERR_CXE 0x10 /* Carrier Extension Error */ |
| 105 | #define E1000_RXD_ERR_TCPE 0x20 /* TCP/UDP Checksum Error */ | 105 | #define E1000_RXD_ERR_TCPE 0x20 /* TCP/UDP Checksum Error */ |
| 106 | #define E1000_RXD_ERR_IPE 0x40 /* IP Checksum Error */ | ||
| 106 | #define E1000_RXD_ERR_RXE 0x80 /* Rx Data Error */ | 107 | #define E1000_RXD_ERR_RXE 0x80 /* Rx Data Error */ |
| 107 | #define E1000_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */ | 108 | #define E1000_RXD_SPC_VLAN_MASK 0x0FFF /* VLAN ID is in lower 12 bits */ |
| 108 | 109 | ||
diff --git a/drivers/net/ethernet/intel/e1000e/ich8lan.c b/drivers/net/ethernet/intel/e1000e/ich8lan.c index 238ab2f8a5e7..e3a7b07df629 100644 --- a/drivers/net/ethernet/intel/e1000e/ich8lan.c +++ b/drivers/net/ethernet/intel/e1000e/ich8lan.c | |||
| @@ -325,24 +325,46 @@ static inline void __ew32flash(struct e1000_hw *hw, unsigned long reg, u32 val) | |||
| 325 | **/ | 325 | **/ |
| 326 | static bool e1000_phy_is_accessible_pchlan(struct e1000_hw *hw) | 326 | static bool e1000_phy_is_accessible_pchlan(struct e1000_hw *hw) |
| 327 | { | 327 | { |
| 328 | u16 phy_reg; | 328 | u16 phy_reg = 0; |
| 329 | u32 phy_id; | 329 | u32 phy_id = 0; |
| 330 | s32 ret_val; | ||
| 331 | u16 retry_count; | ||
| 332 | |||
| 333 | for (retry_count = 0; retry_count < 2; retry_count++) { | ||
| 334 | ret_val = e1e_rphy_locked(hw, PHY_ID1, &phy_reg); | ||
| 335 | if (ret_val || (phy_reg == 0xFFFF)) | ||
| 336 | continue; | ||
| 337 | phy_id = (u32)(phy_reg << 16); | ||
| 330 | 338 | ||
| 331 | e1e_rphy_locked(hw, PHY_ID1, &phy_reg); | 339 | ret_val = e1e_rphy_locked(hw, PHY_ID2, &phy_reg); |
| 332 | phy_id = (u32)(phy_reg << 16); | 340 | if (ret_val || (phy_reg == 0xFFFF)) { |
| 333 | e1e_rphy_locked(hw, PHY_ID2, &phy_reg); | 341 | phy_id = 0; |
| 334 | phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); | 342 | continue; |
| 343 | } | ||
| 344 | phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); | ||
| 345 | break; | ||
| 346 | } | ||
| 335 | 347 | ||
| 336 | if (hw->phy.id) { | 348 | if (hw->phy.id) { |
| 337 | if (hw->phy.id == phy_id) | 349 | if (hw->phy.id == phy_id) |
| 338 | return true; | 350 | return true; |
| 339 | } else { | 351 | } else if (phy_id) { |
| 340 | if ((phy_id != 0) && (phy_id != PHY_REVISION_MASK)) | 352 | hw->phy.id = phy_id; |
| 341 | hw->phy.id = phy_id; | 353 | hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); |
| 342 | return true; | 354 | return true; |
| 343 | } | 355 | } |
| 344 | 356 | ||
| 345 | return false; | 357 | /* |
| 358 | * In case the PHY needs to be in mdio slow mode, | ||
| 359 | * set slow mode and try to get the PHY id again. | ||
| 360 | */ | ||
| 361 | hw->phy.ops.release(hw); | ||
| 362 | ret_val = e1000_set_mdio_slow_mode_hv(hw); | ||
| 363 | if (!ret_val) | ||
| 364 | ret_val = e1000e_get_phy_id(hw); | ||
| 365 | hw->phy.ops.acquire(hw); | ||
| 366 | |||
| 367 | return !ret_val; | ||
| 346 | } | 368 | } |
| 347 | 369 | ||
| 348 | /** | 370 | /** |
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index 31d37a2b5ba8..623e30b9964d 100644 --- a/drivers/net/ethernet/intel/e1000e/netdev.c +++ b/drivers/net/ethernet/intel/e1000e/netdev.c | |||
| @@ -496,7 +496,7 @@ static void e1000_receive_skb(struct e1000_adapter *adapter, | |||
| 496 | * @sk_buff: socket buffer with received data | 496 | * @sk_buff: socket buffer with received data |
| 497 | **/ | 497 | **/ |
| 498 | static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, | 498 | static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, |
| 499 | __le16 csum, struct sk_buff *skb) | 499 | struct sk_buff *skb) |
| 500 | { | 500 | { |
| 501 | u16 status = (u16)status_err; | 501 | u16 status = (u16)status_err; |
| 502 | u8 errors = (u8)(status_err >> 24); | 502 | u8 errors = (u8)(status_err >> 24); |
| @@ -511,8 +511,8 @@ static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, | |||
| 511 | if (status & E1000_RXD_STAT_IXSM) | 511 | if (status & E1000_RXD_STAT_IXSM) |
| 512 | return; | 512 | return; |
| 513 | 513 | ||
| 514 | /* TCP/UDP checksum error bit is set */ | 514 | /* TCP/UDP checksum error bit or IP checksum error bit is set */ |
| 515 | if (errors & E1000_RXD_ERR_TCPE) { | 515 | if (errors & (E1000_RXD_ERR_TCPE | E1000_RXD_ERR_IPE)) { |
| 516 | /* let the stack verify checksum errors */ | 516 | /* let the stack verify checksum errors */ |
| 517 | adapter->hw_csum_err++; | 517 | adapter->hw_csum_err++; |
| 518 | return; | 518 | return; |
| @@ -523,19 +523,7 @@ static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, | |||
| 523 | return; | 523 | return; |
| 524 | 524 | ||
| 525 | /* It must be a TCP or UDP packet with a valid checksum */ | 525 | /* It must be a TCP or UDP packet with a valid checksum */ |
| 526 | if (status & E1000_RXD_STAT_TCPCS) { | 526 | skb->ip_summed = CHECKSUM_UNNECESSARY; |
| 527 | /* TCP checksum is good */ | ||
| 528 | skb->ip_summed = CHECKSUM_UNNECESSARY; | ||
| 529 | } else { | ||
| 530 | /* | ||
| 531 | * IP fragment with UDP payload | ||
| 532 | * Hardware complements the payload checksum, so we undo it | ||
| 533 | * and then put the value in host order for further stack use. | ||
| 534 | */ | ||
| 535 | __sum16 sum = (__force __sum16)swab16((__force u16)csum); | ||
| 536 | skb->csum = csum_unfold(~sum); | ||
| 537 | skb->ip_summed = CHECKSUM_COMPLETE; | ||
| 538 | } | ||
| 539 | adapter->hw_csum_good++; | 527 | adapter->hw_csum_good++; |
| 540 | } | 528 | } |
| 541 | 529 | ||
| @@ -954,8 +942,7 @@ static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, | |||
| 954 | skb_put(skb, length); | 942 | skb_put(skb, length); |
| 955 | 943 | ||
| 956 | /* Receive Checksum Offload */ | 944 | /* Receive Checksum Offload */ |
| 957 | e1000_rx_checksum(adapter, staterr, | 945 | e1000_rx_checksum(adapter, staterr, skb); |
| 958 | rx_desc->wb.lower.hi_dword.csum_ip.csum, skb); | ||
| 959 | 946 | ||
| 960 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); | 947 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); |
| 961 | 948 | ||
| @@ -1341,8 +1328,7 @@ copydone: | |||
| 1341 | total_rx_bytes += skb->len; | 1328 | total_rx_bytes += skb->len; |
| 1342 | total_rx_packets++; | 1329 | total_rx_packets++; |
| 1343 | 1330 | ||
| 1344 | e1000_rx_checksum(adapter, staterr, | 1331 | e1000_rx_checksum(adapter, staterr, skb); |
| 1345 | rx_desc->wb.lower.hi_dword.csum_ip.csum, skb); | ||
| 1346 | 1332 | ||
| 1347 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); | 1333 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); |
| 1348 | 1334 | ||
| @@ -1512,9 +1498,8 @@ static bool e1000_clean_jumbo_rx_irq(struct e1000_ring *rx_ring, int *work_done, | |||
| 1512 | } | 1498 | } |
| 1513 | } | 1499 | } |
| 1514 | 1500 | ||
| 1515 | /* Receive Checksum Offload XXX recompute due to CRC strip? */ | 1501 | /* Receive Checksum Offload */ |
| 1516 | e1000_rx_checksum(adapter, staterr, | 1502 | e1000_rx_checksum(adapter, staterr, skb); |
| 1517 | rx_desc->wb.lower.hi_dword.csum_ip.csum, skb); | ||
| 1518 | 1503 | ||
| 1519 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); | 1504 | e1000_rx_hash(netdev, rx_desc->wb.lower.hi_dword.rss, skb); |
| 1520 | 1505 | ||
| @@ -3098,19 +3083,10 @@ static void e1000_configure_rx(struct e1000_adapter *adapter) | |||
| 3098 | 3083 | ||
| 3099 | /* Enable Receive Checksum Offload for TCP and UDP */ | 3084 | /* Enable Receive Checksum Offload for TCP and UDP */ |
| 3100 | rxcsum = er32(RXCSUM); | 3085 | rxcsum = er32(RXCSUM); |
| 3101 | if (adapter->netdev->features & NETIF_F_RXCSUM) { | 3086 | if (adapter->netdev->features & NETIF_F_RXCSUM) |
| 3102 | rxcsum |= E1000_RXCSUM_TUOFL; | 3087 | rxcsum |= E1000_RXCSUM_TUOFL; |
| 3103 | 3088 | else | |
| 3104 | /* | ||
| 3105 | * IPv4 payload checksum for UDP fragments must be | ||
| 3106 | * used in conjunction with packet-split. | ||
| 3107 | */ | ||
| 3108 | if (adapter->rx_ps_pages) | ||
| 3109 | rxcsum |= E1000_RXCSUM_IPPCSE; | ||
| 3110 | } else { | ||
| 3111 | rxcsum &= ~E1000_RXCSUM_TUOFL; | 3089 | rxcsum &= ~E1000_RXCSUM_TUOFL; |
| 3112 | /* no need to clear IPPCSE as it defaults to 0 */ | ||
| 3113 | } | ||
| 3114 | ew32(RXCSUM, rxcsum); | 3090 | ew32(RXCSUM, rxcsum); |
| 3115 | 3091 | ||
| 3116 | if (adapter->hw.mac.type == e1000_pch2lan) { | 3092 | if (adapter->hw.mac.type == e1000_pch2lan) { |
| @@ -5241,22 +5217,10 @@ static int e1000_change_mtu(struct net_device *netdev, int new_mtu) | |||
| 5241 | int max_frame = new_mtu + ETH_HLEN + ETH_FCS_LEN; | 5217 | int max_frame = new_mtu + ETH_HLEN + ETH_FCS_LEN; |
| 5242 | 5218 | ||
| 5243 | /* Jumbo frame support */ | 5219 | /* Jumbo frame support */ |
| 5244 | if (max_frame > ETH_FRAME_LEN + ETH_FCS_LEN) { | 5220 | if ((max_frame > ETH_FRAME_LEN + ETH_FCS_LEN) && |
| 5245 | if (!(adapter->flags & FLAG_HAS_JUMBO_FRAMES)) { | 5221 | !(adapter->flags & FLAG_HAS_JUMBO_FRAMES)) { |
| 5246 | e_err("Jumbo Frames not supported.\n"); | 5222 | e_err("Jumbo Frames not supported.\n"); |
| 5247 | return -EINVAL; | 5223 | return -EINVAL; |
| 5248 | } | ||
| 5249 | |||
| 5250 | /* | ||
| 5251 | * IP payload checksum (enabled with jumbos/packet-split when | ||
| 5252 | * Rx checksum is enabled) and generation of RSS hash is | ||
| 5253 | * mutually exclusive in the hardware. | ||
| 5254 | */ | ||
| 5255 | if ((netdev->features & NETIF_F_RXCSUM) && | ||
| 5256 | (netdev->features & NETIF_F_RXHASH)) { | ||
| 5257 | e_err("Jumbo frames cannot be enabled when both receive checksum offload and receive hashing are enabled. Disable one of the receive offload features before enabling jumbos.\n"); | ||
| 5258 | return -EINVAL; | ||
| 5259 | } | ||
| 5260 | } | 5224 | } |
| 5261 | 5225 | ||
| 5262 | /* Supported frame sizes */ | 5226 | /* Supported frame sizes */ |
| @@ -6030,17 +5994,6 @@ static int e1000_set_features(struct net_device *netdev, | |||
| 6030 | NETIF_F_RXALL))) | 5994 | NETIF_F_RXALL))) |
| 6031 | return 0; | 5995 | return 0; |
| 6032 | 5996 | ||
| 6033 | /* | ||
| 6034 | * IP payload checksum (enabled with jumbos/packet-split when Rx | ||
| 6035 | * checksum is enabled) and generation of RSS hash is mutually | ||
| 6036 | * exclusive in the hardware. | ||
| 6037 | */ | ||
| 6038 | if (adapter->rx_ps_pages && | ||
| 6039 | (features & NETIF_F_RXCSUM) && (features & NETIF_F_RXHASH)) { | ||
| 6040 | e_err("Enabling both receive checksum offload and receive hashing is not possible with jumbo frames. Disable jumbos or enable only one of the receive offload features.\n"); | ||
| 6041 | return -EINVAL; | ||
| 6042 | } | ||
| 6043 | |||
| 6044 | if (changed & NETIF_F_RXFCS) { | 5997 | if (changed & NETIF_F_RXFCS) { |
| 6045 | if (features & NETIF_F_RXFCS) { | 5998 | if (features & NETIF_F_RXFCS) { |
| 6046 | adapter->flags2 &= ~FLAG2_CRC_STRIPPING; | 5999 | adapter->flags2 &= ~FLAG2_CRC_STRIPPING; |
diff --git a/drivers/net/ethernet/intel/igbvf/ethtool.c b/drivers/net/ethernet/intel/igbvf/ethtool.c index 8ce67064b9c5..90eef07943f4 100644 --- a/drivers/net/ethernet/intel/igbvf/ethtool.c +++ b/drivers/net/ethernet/intel/igbvf/ethtool.c | |||
| @@ -357,21 +357,28 @@ static int igbvf_set_coalesce(struct net_device *netdev, | |||
| 357 | struct igbvf_adapter *adapter = netdev_priv(netdev); | 357 | struct igbvf_adapter *adapter = netdev_priv(netdev); |
| 358 | struct e1000_hw *hw = &adapter->hw; | 358 | struct e1000_hw *hw = &adapter->hw; |
| 359 | 359 | ||
| 360 | if ((ec->rx_coalesce_usecs > IGBVF_MAX_ITR_USECS) || | 360 | if ((ec->rx_coalesce_usecs >= IGBVF_MIN_ITR_USECS) && |
| 361 | ((ec->rx_coalesce_usecs > 3) && | 361 | (ec->rx_coalesce_usecs <= IGBVF_MAX_ITR_USECS)) { |
| 362 | (ec->rx_coalesce_usecs < IGBVF_MIN_ITR_USECS)) || | 362 | adapter->current_itr = ec->rx_coalesce_usecs << 2; |
| 363 | (ec->rx_coalesce_usecs == 2)) | 363 | adapter->requested_itr = 1000000000 / |
| 364 | return -EINVAL; | 364 | (adapter->current_itr * 256); |
| 365 | 365 | } else if ((ec->rx_coalesce_usecs == 3) || | |
| 366 | /* convert to rate of irq's per second */ | 366 | (ec->rx_coalesce_usecs == 2)) { |
| 367 | if (ec->rx_coalesce_usecs && ec->rx_coalesce_usecs <= 3) { | ||
| 368 | adapter->current_itr = IGBVF_START_ITR; | 367 | adapter->current_itr = IGBVF_START_ITR; |
| 369 | adapter->requested_itr = ec->rx_coalesce_usecs; | 368 | adapter->requested_itr = ec->rx_coalesce_usecs; |
| 370 | } else { | 369 | } else if (ec->rx_coalesce_usecs == 0) { |
| 371 | adapter->current_itr = ec->rx_coalesce_usecs << 2; | 370 | /* |
| 371 | * The user's desire is to turn off interrupt throttling | ||
| 372 | * altogether, but due to HW limitations, we can't do that. | ||
| 373 | * Instead we set a very small value in EITR, which would | ||
| 374 | * allow ~967k interrupts per second, but allow the adapter's | ||
| 375 | * internal clocking to still function properly. | ||
| 376 | */ | ||
| 377 | adapter->current_itr = 4; | ||
| 372 | adapter->requested_itr = 1000000000 / | 378 | adapter->requested_itr = 1000000000 / |
| 373 | (adapter->current_itr * 256); | 379 | (adapter->current_itr * 256); |
| 374 | } | 380 | } else |
| 381 | return -EINVAL; | ||
| 375 | 382 | ||
| 376 | writel(adapter->current_itr, | 383 | writel(adapter->current_itr, |
| 377 | hw->hw_addr + adapter->rx_ring->itr_register); | 384 | hw->hw_addr + adapter->rx_ring->itr_register); |
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c index 18ca3bcadf0c..e242104ab471 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | |||
| @@ -6647,6 +6647,11 @@ int ixgbe_setup_tc(struct net_device *dev, u8 tc) | |||
| 6647 | return -EINVAL; | 6647 | return -EINVAL; |
| 6648 | } | 6648 | } |
| 6649 | 6649 | ||
| 6650 | if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) { | ||
| 6651 | e_err(drv, "Enable failed, SR-IOV enabled\n"); | ||
| 6652 | return -EINVAL; | ||
| 6653 | } | ||
| 6654 | |||
| 6650 | /* Hardware supports up to 8 traffic classes */ | 6655 | /* Hardware supports up to 8 traffic classes */ |
| 6651 | if (tc > adapter->dcb_cfg.num_tcs.pg_tcs || | 6656 | if (tc > adapter->dcb_cfg.num_tcs.pg_tcs || |
| 6652 | (hw->mac.type == ixgbe_mac_82598EB && | 6657 | (hw->mac.type == ixgbe_mac_82598EB && |
diff --git a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c index f69ec4288b10..41e32257a4e8 100644 --- a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | |||
| @@ -201,6 +201,9 @@ static bool ixgbevf_clean_tx_irq(struct ixgbevf_adapter *adapter, | |||
| 201 | unsigned int i, eop, count = 0; | 201 | unsigned int i, eop, count = 0; |
| 202 | unsigned int total_bytes = 0, total_packets = 0; | 202 | unsigned int total_bytes = 0, total_packets = 0; |
| 203 | 203 | ||
| 204 | if (test_bit(__IXGBEVF_DOWN, &adapter->state)) | ||
| 205 | return true; | ||
| 206 | |||
| 204 | i = tx_ring->next_to_clean; | 207 | i = tx_ring->next_to_clean; |
| 205 | eop = tx_ring->tx_buffer_info[i].next_to_watch; | 208 | eop = tx_ring->tx_buffer_info[i].next_to_watch; |
| 206 | eop_desc = IXGBE_TX_DESC_ADV(*tx_ring, eop); | 209 | eop_desc = IXGBE_TX_DESC_ADV(*tx_ring, eop); |
| @@ -969,8 +972,6 @@ static irqreturn_t ixgbevf_msix_clean_tx(int irq, void *data) | |||
| 969 | r_idx = find_first_bit(q_vector->txr_idx, adapter->num_tx_queues); | 972 | r_idx = find_first_bit(q_vector->txr_idx, adapter->num_tx_queues); |
| 970 | for (i = 0; i < q_vector->txr_count; i++) { | 973 | for (i = 0; i < q_vector->txr_count; i++) { |
| 971 | tx_ring = &(adapter->tx_ring[r_idx]); | 974 | tx_ring = &(adapter->tx_ring[r_idx]); |
| 972 | tx_ring->total_bytes = 0; | ||
| 973 | tx_ring->total_packets = 0; | ||
| 974 | ixgbevf_clean_tx_irq(adapter, tx_ring); | 975 | ixgbevf_clean_tx_irq(adapter, tx_ring); |
| 975 | r_idx = find_next_bit(q_vector->txr_idx, adapter->num_tx_queues, | 976 | r_idx = find_next_bit(q_vector->txr_idx, adapter->num_tx_queues, |
| 976 | r_idx + 1); | 977 | r_idx + 1); |
| @@ -994,16 +995,6 @@ static irqreturn_t ixgbevf_msix_clean_rx(int irq, void *data) | |||
| 994 | struct ixgbe_hw *hw = &adapter->hw; | 995 | struct ixgbe_hw *hw = &adapter->hw; |
| 995 | struct ixgbevf_ring *rx_ring; | 996 | struct ixgbevf_ring *rx_ring; |
| 996 | int r_idx; | 997 | int r_idx; |
| 997 | int i; | ||
| 998 | |||
| 999 | r_idx = find_first_bit(q_vector->rxr_idx, adapter->num_rx_queues); | ||
| 1000 | for (i = 0; i < q_vector->rxr_count; i++) { | ||
| 1001 | rx_ring = &(adapter->rx_ring[r_idx]); | ||
| 1002 | rx_ring->total_bytes = 0; | ||
| 1003 | rx_ring->total_packets = 0; | ||
| 1004 | r_idx = find_next_bit(q_vector->rxr_idx, adapter->num_rx_queues, | ||
| 1005 | r_idx + 1); | ||
| 1006 | } | ||
| 1007 | 998 | ||
| 1008 | if (!q_vector->rxr_count) | 999 | if (!q_vector->rxr_count) |
| 1009 | return IRQ_HANDLED; | 1000 | return IRQ_HANDLED; |
diff --git a/drivers/net/ethernet/stmicro/stmmac/ring_mode.c b/drivers/net/ethernet/stmicro/stmmac/ring_mode.c index fb8377da1687..4b785e10f2ed 100644 --- a/drivers/net/ethernet/stmicro/stmmac/ring_mode.c +++ b/drivers/net/ethernet/stmicro/stmmac/ring_mode.c | |||
| @@ -51,7 +51,7 @@ static unsigned int stmmac_jumbo_frm(void *p, struct sk_buff *skb, int csum) | |||
| 51 | desc->des3 = desc->des2 + BUF_SIZE_4KiB; | 51 | desc->des3 = desc->des2 + BUF_SIZE_4KiB; |
| 52 | priv->hw->desc->prepare_tx_desc(desc, 1, bmax, | 52 | priv->hw->desc->prepare_tx_desc(desc, 1, bmax, |
| 53 | csum); | 53 | csum); |
| 54 | 54 | wmb(); | |
| 55 | entry = (++priv->cur_tx) % txsize; | 55 | entry = (++priv->cur_tx) % txsize; |
| 56 | desc = priv->dma_tx + entry; | 56 | desc = priv->dma_tx + entry; |
| 57 | 57 | ||
| @@ -59,6 +59,7 @@ static unsigned int stmmac_jumbo_frm(void *p, struct sk_buff *skb, int csum) | |||
| 59 | len, DMA_TO_DEVICE); | 59 | len, DMA_TO_DEVICE); |
| 60 | desc->des3 = desc->des2 + BUF_SIZE_4KiB; | 60 | desc->des3 = desc->des2 + BUF_SIZE_4KiB; |
| 61 | priv->hw->desc->prepare_tx_desc(desc, 0, len, csum); | 61 | priv->hw->desc->prepare_tx_desc(desc, 0, len, csum); |
| 62 | wmb(); | ||
| 62 | priv->hw->desc->set_tx_owner(desc); | 63 | priv->hw->desc->set_tx_owner(desc); |
| 63 | priv->tx_skbuff[entry] = NULL; | 64 | priv->tx_skbuff[entry] = NULL; |
| 64 | } else { | 65 | } else { |
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index 51b3b68528ee..ea3003edde18 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | |||
| @@ -1212,6 +1212,7 @@ static netdev_tx_t stmmac_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 1212 | priv->hw->desc->prepare_tx_desc(desc, 0, len, csum_insertion); | 1212 | priv->hw->desc->prepare_tx_desc(desc, 0, len, csum_insertion); |
| 1213 | wmb(); | 1213 | wmb(); |
| 1214 | priv->hw->desc->set_tx_owner(desc); | 1214 | priv->hw->desc->set_tx_owner(desc); |
| 1215 | wmb(); | ||
| 1215 | } | 1216 | } |
| 1216 | 1217 | ||
| 1217 | /* Interrupt on completition only for the latest segment */ | 1218 | /* Interrupt on completition only for the latest segment */ |
| @@ -1227,6 +1228,7 @@ static netdev_tx_t stmmac_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 1227 | 1228 | ||
| 1228 | /* To avoid raise condition */ | 1229 | /* To avoid raise condition */ |
| 1229 | priv->hw->desc->set_tx_owner(first); | 1230 | priv->hw->desc->set_tx_owner(first); |
| 1231 | wmb(); | ||
| 1230 | 1232 | ||
| 1231 | priv->cur_tx++; | 1233 | priv->cur_tx++; |
| 1232 | 1234 | ||
| @@ -1290,6 +1292,7 @@ static inline void stmmac_rx_refill(struct stmmac_priv *priv) | |||
| 1290 | } | 1292 | } |
| 1291 | wmb(); | 1293 | wmb(); |
| 1292 | priv->hw->desc->set_rx_owner(p + entry); | 1294 | priv->hw->desc->set_rx_owner(p + entry); |
| 1295 | wmb(); | ||
| 1293 | } | 1296 | } |
| 1294 | } | 1297 | } |
| 1295 | 1298 | ||
diff --git a/drivers/net/ethernet/ti/davinci_cpdma.c b/drivers/net/ethernet/ti/davinci_cpdma.c index d614c374ed9d..3b5c4571b55e 100644 --- a/drivers/net/ethernet/ti/davinci_cpdma.c +++ b/drivers/net/ethernet/ti/davinci_cpdma.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
| 16 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
| 17 | #include <linux/device.h> | 17 | #include <linux/device.h> |
| 18 | #include <linux/module.h> | ||
| 18 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
| 19 | #include <linux/err.h> | 20 | #include <linux/err.h> |
| 20 | #include <linux/dma-mapping.h> | 21 | #include <linux/dma-mapping.h> |
diff --git a/drivers/net/phy/mdio-mux.c b/drivers/net/phy/mdio-mux.c index 39ea0674dcde..5c120189ec86 100644 --- a/drivers/net/phy/mdio-mux.c +++ b/drivers/net/phy/mdio-mux.c | |||
| @@ -46,7 +46,13 @@ static int mdio_mux_read(struct mii_bus *bus, int phy_id, int regnum) | |||
| 46 | struct mdio_mux_parent_bus *pb = cb->parent; | 46 | struct mdio_mux_parent_bus *pb = cb->parent; |
| 47 | int r; | 47 | int r; |
| 48 | 48 | ||
| 49 | mutex_lock(&pb->mii_bus->mdio_lock); | 49 | /* In theory multiple mdio_mux could be stacked, thus creating |
| 50 | * more than a single level of nesting. But in practice, | ||
| 51 | * SINGLE_DEPTH_NESTING will cover the vast majority of use | ||
| 52 | * cases. We use it, instead of trying to handle the general | ||
| 53 | * case. | ||
| 54 | */ | ||
| 55 | mutex_lock_nested(&pb->mii_bus->mdio_lock, SINGLE_DEPTH_NESTING); | ||
| 50 | r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data); | 56 | r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data); |
| 51 | if (r) | 57 | if (r) |
| 52 | goto out; | 58 | goto out; |
| @@ -71,7 +77,7 @@ static int mdio_mux_write(struct mii_bus *bus, int phy_id, | |||
| 71 | 77 | ||
| 72 | int r; | 78 | int r; |
| 73 | 79 | ||
| 74 | mutex_lock(&pb->mii_bus->mdio_lock); | 80 | mutex_lock_nested(&pb->mii_bus->mdio_lock, SINGLE_DEPTH_NESTING); |
| 75 | r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data); | 81 | r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data); |
| 76 | if (r) | 82 | if (r) |
| 77 | goto out; | 83 | goto out; |
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 3767a1225860..a051cedd64bd 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c | |||
| @@ -197,6 +197,10 @@ err: | |||
| 197 | static int qmi_wwan_cdc_wdm_manage_power(struct usb_interface *intf, int on) | 197 | static int qmi_wwan_cdc_wdm_manage_power(struct usb_interface *intf, int on) |
| 198 | { | 198 | { |
| 199 | struct usbnet *dev = usb_get_intfdata(intf); | 199 | struct usbnet *dev = usb_get_intfdata(intf); |
| 200 | |||
| 201 | /* can be called while disconnecting */ | ||
| 202 | if (!dev) | ||
| 203 | return 0; | ||
| 200 | return qmi_wwan_manage_power(dev, on); | 204 | return qmi_wwan_manage_power(dev, on); |
| 201 | } | 205 | } |
| 202 | 206 | ||
| @@ -342,6 +346,15 @@ static const struct driver_info qmi_wwan_force_int1 = { | |||
| 342 | .data = BIT(1), /* interface whitelist bitmap */ | 346 | .data = BIT(1), /* interface whitelist bitmap */ |
| 343 | }; | 347 | }; |
| 344 | 348 | ||
| 349 | static const struct driver_info qmi_wwan_force_int2 = { | ||
| 350 | .description = "Qualcomm WWAN/QMI device", | ||
| 351 | .flags = FLAG_WWAN, | ||
| 352 | .bind = qmi_wwan_bind_shared, | ||
| 353 | .unbind = qmi_wwan_unbind_shared, | ||
| 354 | .manage_power = qmi_wwan_manage_power, | ||
| 355 | .data = BIT(2), /* interface whitelist bitmap */ | ||
| 356 | }; | ||
| 357 | |||
| 345 | static const struct driver_info qmi_wwan_force_int3 = { | 358 | static const struct driver_info qmi_wwan_force_int3 = { |
| 346 | .description = "Qualcomm WWAN/QMI device", | 359 | .description = "Qualcomm WWAN/QMI device", |
| 347 | .flags = FLAG_WWAN, | 360 | .flags = FLAG_WWAN, |
| @@ -494,6 +507,15 @@ static const struct usb_device_id products[] = { | |||
| 494 | .bInterfaceProtocol = 0xff, | 507 | .bInterfaceProtocol = 0xff, |
| 495 | .driver_info = (unsigned long)&qmi_wwan_force_int4, | 508 | .driver_info = (unsigned long)&qmi_wwan_force_int4, |
| 496 | }, | 509 | }, |
| 510 | { /* ZTE MF60 */ | ||
| 511 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO, | ||
| 512 | .idVendor = 0x19d2, | ||
| 513 | .idProduct = 0x1402, | ||
| 514 | .bInterfaceClass = 0xff, | ||
| 515 | .bInterfaceSubClass = 0xff, | ||
| 516 | .bInterfaceProtocol = 0xff, | ||
| 517 | .driver_info = (unsigned long)&qmi_wwan_force_int2, | ||
| 518 | }, | ||
| 497 | { /* Sierra Wireless MC77xx in QMI mode */ | 519 | { /* Sierra Wireless MC77xx in QMI mode */ |
| 498 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO, | 520 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_INT_INFO, |
| 499 | .idVendor = 0x1199, | 521 | .idVendor = 0x1199, |
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index c54b7d37bff1..420d69b2674c 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
| @@ -143,6 +143,7 @@ struct ath_common { | |||
| 143 | u32 keymax; | 143 | u32 keymax; |
| 144 | DECLARE_BITMAP(keymap, ATH_KEYMAX); | 144 | DECLARE_BITMAP(keymap, ATH_KEYMAX); |
| 145 | DECLARE_BITMAP(tkip_keymap, ATH_KEYMAX); | 145 | DECLARE_BITMAP(tkip_keymap, ATH_KEYMAX); |
| 146 | DECLARE_BITMAP(ccmp_keymap, ATH_KEYMAX); | ||
| 146 | enum ath_crypt_caps crypt_caps; | 147 | enum ath_crypt_caps crypt_caps; |
| 147 | 148 | ||
| 148 | unsigned int clockrate; | 149 | unsigned int clockrate; |
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 1c68e564f503..995ca8e1302e 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
| @@ -622,7 +622,7 @@ static int __ath9k_hw_init(struct ath_hw *ah) | |||
| 622 | 622 | ||
| 623 | if (NR_CPUS > 1 && ah->config.serialize_regmode == SER_REG_MODE_AUTO) { | 623 | if (NR_CPUS > 1 && ah->config.serialize_regmode == SER_REG_MODE_AUTO) { |
| 624 | if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI || | 624 | if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI || |
| 625 | ((AR_SREV_9160(ah) || AR_SREV_9280(ah)) && | 625 | ((AR_SREV_9160(ah) || AR_SREV_9280(ah) || AR_SREV_9287(ah)) && |
| 626 | !ah->is_pciexpress)) { | 626 | !ah->is_pciexpress)) { |
| 627 | ah->config.serialize_regmode = | 627 | ah->config.serialize_regmode = |
| 628 | SER_REG_MODE_ON; | 628 | SER_REG_MODE_ON; |
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c index e1fcc68124dc..0735aeb3b26c 100644 --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c | |||
| @@ -695,9 +695,9 @@ static bool ath_edma_get_buffers(struct ath_softc *sc, | |||
| 695 | __skb_unlink(skb, &rx_edma->rx_fifo); | 695 | __skb_unlink(skb, &rx_edma->rx_fifo); |
| 696 | list_add_tail(&bf->list, &sc->rx.rxbuf); | 696 | list_add_tail(&bf->list, &sc->rx.rxbuf); |
| 697 | ath_rx_edma_buf_link(sc, qtype); | 697 | ath_rx_edma_buf_link(sc, qtype); |
| 698 | } else { | ||
| 699 | bf = NULL; | ||
| 700 | } | 698 | } |
| 699 | |||
| 700 | bf = NULL; | ||
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | *dest = bf; | 703 | *dest = bf; |
| @@ -822,7 +822,8 @@ static bool ath9k_rx_accept(struct ath_common *common, | |||
| 822 | * descriptor does contain a valid key index. This has been observed | 822 | * descriptor does contain a valid key index. This has been observed |
| 823 | * mostly with CCMP encryption. | 823 | * mostly with CCMP encryption. |
| 824 | */ | 824 | */ |
| 825 | if (rx_stats->rs_keyix == ATH9K_RXKEYIX_INVALID) | 825 | if (rx_stats->rs_keyix == ATH9K_RXKEYIX_INVALID || |
| 826 | !test_bit(rx_stats->rs_keyix, common->ccmp_keymap)) | ||
| 826 | rx_stats->rs_status &= ~ATH9K_RXERR_KEYMISS; | 827 | rx_stats->rs_status &= ~ATH9K_RXERR_KEYMISS; |
| 827 | 828 | ||
| 828 | if (!rx_stats->rs_datalen) { | 829 | if (!rx_stats->rs_datalen) { |
diff --git a/drivers/net/wireless/ath/key.c b/drivers/net/wireless/ath/key.c index 0e81904956cf..5c54aa43ca2d 100644 --- a/drivers/net/wireless/ath/key.c +++ b/drivers/net/wireless/ath/key.c | |||
| @@ -556,6 +556,9 @@ int ath_key_config(struct ath_common *common, | |||
| 556 | return -EIO; | 556 | return -EIO; |
| 557 | 557 | ||
| 558 | set_bit(idx, common->keymap); | 558 | set_bit(idx, common->keymap); |
| 559 | if (key->cipher == WLAN_CIPHER_SUITE_CCMP) | ||
| 560 | set_bit(idx, common->ccmp_keymap); | ||
| 561 | |||
| 559 | if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { | 562 | if (key->cipher == WLAN_CIPHER_SUITE_TKIP) { |
| 560 | set_bit(idx + 64, common->keymap); | 563 | set_bit(idx + 64, common->keymap); |
| 561 | set_bit(idx, common->tkip_keymap); | 564 | set_bit(idx, common->tkip_keymap); |
| @@ -582,6 +585,7 @@ void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key) | |||
| 582 | return; | 585 | return; |
| 583 | 586 | ||
| 584 | clear_bit(key->hw_key_idx, common->keymap); | 587 | clear_bit(key->hw_key_idx, common->keymap); |
| 588 | clear_bit(key->hw_key_idx, common->ccmp_keymap); | ||
| 585 | if (key->cipher != WLAN_CIPHER_SUITE_TKIP) | 589 | if (key->cipher != WLAN_CIPHER_SUITE_TKIP) |
| 586 | return; | 590 | return; |
| 587 | 591 | ||
diff --git a/drivers/net/wireless/b43legacy/dma.c b/drivers/net/wireless/b43legacy/dma.c index f1f8bd09bd87..c8baf020c20f 100644 --- a/drivers/net/wireless/b43legacy/dma.c +++ b/drivers/net/wireless/b43legacy/dma.c | |||
| @@ -1072,7 +1072,7 @@ static int dma_tx_fragment(struct b43legacy_dmaring *ring, | |||
| 1072 | meta->dmaaddr = map_descbuffer(ring, skb->data, skb->len, 1); | 1072 | meta->dmaaddr = map_descbuffer(ring, skb->data, skb->len, 1); |
| 1073 | /* create a bounce buffer in zone_dma on mapping failure. */ | 1073 | /* create a bounce buffer in zone_dma on mapping failure. */ |
| 1074 | if (b43legacy_dma_mapping_error(ring, meta->dmaaddr, skb->len, 1)) { | 1074 | if (b43legacy_dma_mapping_error(ring, meta->dmaaddr, skb->len, 1)) { |
| 1075 | bounce_skb = __dev_alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA); | 1075 | bounce_skb = alloc_skb(skb->len, GFP_ATOMIC | GFP_DMA); |
| 1076 | if (!bounce_skb) { | 1076 | if (!bounce_skb) { |
| 1077 | ring->current_slot = old_top_slot; | 1077 | ring->current_slot = old_top_slot; |
| 1078 | ring->used_slots = old_used_slots; | 1078 | ring->used_slots = old_used_slots; |
diff --git a/drivers/net/wireless/iwlegacy/4965-mac.c b/drivers/net/wireless/iwlegacy/4965-mac.c index 509301a5e7e2..ff5d689e13f3 100644 --- a/drivers/net/wireless/iwlegacy/4965-mac.c +++ b/drivers/net/wireless/iwlegacy/4965-mac.c | |||
| @@ -3405,7 +3405,7 @@ il4965_remove_dynamic_key(struct il_priv *il, | |||
| 3405 | return 0; | 3405 | return 0; |
| 3406 | } | 3406 | } |
| 3407 | 3407 | ||
| 3408 | if (il->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET) { | 3408 | if (il->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_INVALID) { |
| 3409 | IL_WARN("Removing wrong key %d 0x%x\n", keyconf->keyidx, | 3409 | IL_WARN("Removing wrong key %d 0x%x\n", keyconf->keyidx, |
| 3410 | key_flags); | 3410 | key_flags); |
| 3411 | spin_unlock_irqrestore(&il->sta_lock, flags); | 3411 | spin_unlock_irqrestore(&il->sta_lock, flags); |
| @@ -3420,7 +3420,7 @@ il4965_remove_dynamic_key(struct il_priv *il, | |||
| 3420 | memset(&il->stations[sta_id].sta.key, 0, sizeof(struct il4965_keyinfo)); | 3420 | memset(&il->stations[sta_id].sta.key, 0, sizeof(struct il4965_keyinfo)); |
| 3421 | il->stations[sta_id].sta.key.key_flags = | 3421 | il->stations[sta_id].sta.key.key_flags = |
| 3422 | STA_KEY_FLG_NO_ENC | STA_KEY_FLG_INVALID; | 3422 | STA_KEY_FLG_NO_ENC | STA_KEY_FLG_INVALID; |
| 3423 | il->stations[sta_id].sta.key.key_offset = WEP_INVALID_OFFSET; | 3423 | il->stations[sta_id].sta.key.key_offset = keyconf->hw_key_idx; |
| 3424 | il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK; | 3424 | il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK; |
| 3425 | il->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK; | 3425 | il->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK; |
| 3426 | 3426 | ||
diff --git a/drivers/net/wireless/iwlegacy/common.c b/drivers/net/wireless/iwlegacy/common.c index cbf2dc18341f..5d4807c2b56d 100644 --- a/drivers/net/wireless/iwlegacy/common.c +++ b/drivers/net/wireless/iwlegacy/common.c | |||
| @@ -4767,14 +4767,12 @@ il_bg_watchdog(unsigned long data) | |||
| 4767 | return; | 4767 | return; |
| 4768 | 4768 | ||
| 4769 | /* monitor and check for other stuck queues */ | 4769 | /* monitor and check for other stuck queues */ |
| 4770 | if (il_is_any_associated(il)) { | 4770 | for (cnt = 0; cnt < il->hw_params.max_txq_num; cnt++) { |
| 4771 | for (cnt = 0; cnt < il->hw_params.max_txq_num; cnt++) { | 4771 | /* skip as we already checked the command queue */ |
| 4772 | /* skip as we already checked the command queue */ | 4772 | if (cnt == il->cmd_queue) |
| 4773 | if (cnt == il->cmd_queue) | 4773 | continue; |
| 4774 | continue; | 4774 | if (il_check_stuck_queue(il, cnt)) |
| 4775 | if (il_check_stuck_queue(il, cnt)) | 4775 | return; |
| 4776 | return; | ||
| 4777 | } | ||
| 4778 | } | 4776 | } |
| 4779 | 4777 | ||
| 4780 | mod_timer(&il->watchdog, | 4778 | mod_timer(&il->watchdog, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-mac80211.c b/drivers/net/wireless/iwlwifi/iwl-mac80211.c index 3ee23134c02b..013680332f07 100644 --- a/drivers/net/wireless/iwlwifi/iwl-mac80211.c +++ b/drivers/net/wireless/iwlwifi/iwl-mac80211.c | |||
| @@ -796,6 +796,18 @@ int iwlagn_mac_sta_state(struct ieee80211_hw *hw, | |||
| 796 | switch (op) { | 796 | switch (op) { |
| 797 | case ADD: | 797 | case ADD: |
| 798 | ret = iwlagn_mac_sta_add(hw, vif, sta); | 798 | ret = iwlagn_mac_sta_add(hw, vif, sta); |
| 799 | if (ret) | ||
| 800 | break; | ||
| 801 | /* | ||
| 802 | * Clear the in-progress flag, the AP station entry was added | ||
| 803 | * but we'll initialize LQ only when we've associated (which | ||
| 804 | * would also clear the in-progress flag). This is necessary | ||
| 805 | * in case we never initialize LQ because association fails. | ||
| 806 | */ | ||
| 807 | spin_lock_bh(&priv->sta_lock); | ||
| 808 | priv->stations[iwl_sta_id(sta)].used &= | ||
| 809 | ~IWL_STA_UCODE_INPROGRESS; | ||
| 810 | spin_unlock_bh(&priv->sta_lock); | ||
| 799 | break; | 811 | break; |
| 800 | case REMOVE: | 812 | case REMOVE: |
| 801 | ret = iwlagn_mac_sta_remove(hw, vif, sta); | 813 | ret = iwlagn_mac_sta_remove(hw, vif, sta); |
diff --git a/drivers/net/wireless/mwifiex/11n_rxreorder.c b/drivers/net/wireless/mwifiex/11n_rxreorder.c index 9c44088054dd..900ee129e825 100644 --- a/drivers/net/wireless/mwifiex/11n_rxreorder.c +++ b/drivers/net/wireless/mwifiex/11n_rxreorder.c | |||
| @@ -256,7 +256,8 @@ mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, | |||
| 256 | else | 256 | else |
| 257 | last_seq = priv->rx_seq[tid]; | 257 | last_seq = priv->rx_seq[tid]; |
| 258 | 258 | ||
| 259 | if (last_seq >= new_node->start_win) | 259 | if (last_seq != MWIFIEX_DEF_11N_RX_SEQ_NUM && |
| 260 | last_seq >= new_node->start_win) | ||
| 260 | new_node->start_win = last_seq + 1; | 261 | new_node->start_win = last_seq + 1; |
| 261 | 262 | ||
| 262 | new_node->win_size = win_size; | 263 | new_node->win_size = win_size; |
| @@ -596,5 +597,5 @@ void mwifiex_11n_cleanup_reorder_tbl(struct mwifiex_private *priv) | |||
| 596 | spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); | 597 | spin_unlock_irqrestore(&priv->rx_reorder_tbl_lock, flags); |
| 597 | 598 | ||
| 598 | INIT_LIST_HEAD(&priv->rx_reorder_tbl_ptr); | 599 | INIT_LIST_HEAD(&priv->rx_reorder_tbl_ptr); |
| 599 | memset(priv->rx_seq, 0, sizeof(priv->rx_seq)); | 600 | mwifiex_reset_11n_rx_seq_num(priv); |
| 600 | } | 601 | } |
diff --git a/drivers/net/wireless/mwifiex/11n_rxreorder.h b/drivers/net/wireless/mwifiex/11n_rxreorder.h index f1bffebabc60..6c9815a0f5d8 100644 --- a/drivers/net/wireless/mwifiex/11n_rxreorder.h +++ b/drivers/net/wireless/mwifiex/11n_rxreorder.h | |||
| @@ -37,6 +37,13 @@ | |||
| 37 | 37 | ||
| 38 | #define ADDBA_RSP_STATUS_ACCEPT 0 | 38 | #define ADDBA_RSP_STATUS_ACCEPT 0 |
| 39 | 39 | ||
| 40 | #define MWIFIEX_DEF_11N_RX_SEQ_NUM 0xffff | ||
| 41 | |||
| 42 | static inline void mwifiex_reset_11n_rx_seq_num(struct mwifiex_private *priv) | ||
| 43 | { | ||
| 44 | memset(priv->rx_seq, 0xff, sizeof(priv->rx_seq)); | ||
| 45 | } | ||
| 46 | |||
| 40 | int mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *, | 47 | int mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *, |
| 41 | u16 seqNum, | 48 | u16 seqNum, |
| 42 | u16 tid, u8 *ta, | 49 | u16 tid, u8 *ta, |
diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index ce61b6fae1c9..5c7fd185373c 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c | |||
| @@ -958,6 +958,7 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy, | |||
| 958 | case NL80211_HIDDEN_SSID_ZERO_CONTENTS: | 958 | case NL80211_HIDDEN_SSID_ZERO_CONTENTS: |
| 959 | /* firmware doesn't support this type of hidden SSID */ | 959 | /* firmware doesn't support this type of hidden SSID */ |
| 960 | default: | 960 | default: |
| 961 | kfree(bss_cfg); | ||
| 961 | return -EINVAL; | 962 | return -EINVAL; |
| 962 | } | 963 | } |
| 963 | 964 | ||
diff --git a/drivers/net/wireless/mwifiex/ie.c b/drivers/net/wireless/mwifiex/ie.c index ceb82cd749cc..383820a52beb 100644 --- a/drivers/net/wireless/mwifiex/ie.c +++ b/drivers/net/wireless/mwifiex/ie.c | |||
| @@ -213,6 +213,7 @@ mwifiex_update_uap_custom_ie(struct mwifiex_private *priv, | |||
| 213 | /* save assoc resp ie index after auto-indexing */ | 213 | /* save assoc resp ie index after auto-indexing */ |
| 214 | *assoc_idx = *((u16 *)pos); | 214 | *assoc_idx = *((u16 *)pos); |
| 215 | 215 | ||
| 216 | kfree(ap_custom_ie); | ||
| 216 | return ret; | 217 | return ret; |
| 217 | } | 218 | } |
| 218 | 219 | ||
diff --git a/drivers/net/wireless/mwifiex/sdio.c b/drivers/net/wireless/mwifiex/sdio.c index e0377473282f..fc8a9bfa1248 100644 --- a/drivers/net/wireless/mwifiex/sdio.c +++ b/drivers/net/wireless/mwifiex/sdio.c | |||
| @@ -978,10 +978,10 @@ static int mwifiex_decode_rx_packet(struct mwifiex_adapter *adapter, | |||
| 978 | dev_dbg(adapter->dev, "info: --- Rx: Event ---\n"); | 978 | dev_dbg(adapter->dev, "info: --- Rx: Event ---\n"); |
| 979 | adapter->event_cause = *(u32 *) skb->data; | 979 | adapter->event_cause = *(u32 *) skb->data; |
| 980 | 980 | ||
| 981 | skb_pull(skb, MWIFIEX_EVENT_HEADER_LEN); | ||
| 982 | |||
| 983 | if ((skb->len > 0) && (skb->len < MAX_EVENT_SIZE)) | 981 | if ((skb->len > 0) && (skb->len < MAX_EVENT_SIZE)) |
| 984 | memcpy(adapter->event_body, skb->data, skb->len); | 982 | memcpy(adapter->event_body, |
| 983 | skb->data + MWIFIEX_EVENT_HEADER_LEN, | ||
| 984 | skb->len); | ||
| 985 | 985 | ||
| 986 | /* event cause has been saved to adapter->event_cause */ | 986 | /* event cause has been saved to adapter->event_cause */ |
| 987 | adapter->event_received = true; | 987 | adapter->event_received = true; |
diff --git a/drivers/net/wireless/mwifiex/sta_event.c b/drivers/net/wireless/mwifiex/sta_event.c index 4ace5a3dcd23..11e731f3581c 100644 --- a/drivers/net/wireless/mwifiex/sta_event.c +++ b/drivers/net/wireless/mwifiex/sta_event.c | |||
| @@ -406,9 +406,9 @@ int mwifiex_process_sta_event(struct mwifiex_private *priv) | |||
| 406 | break; | 406 | break; |
| 407 | 407 | ||
| 408 | case EVENT_UAP_STA_ASSOC: | 408 | case EVENT_UAP_STA_ASSOC: |
| 409 | skb_pull(adapter->event_skb, MWIFIEX_UAP_EVENT_EXTRA_HEADER); | ||
| 410 | memset(&sinfo, 0, sizeof(sinfo)); | 409 | memset(&sinfo, 0, sizeof(sinfo)); |
| 411 | event = (struct mwifiex_assoc_event *)adapter->event_skb->data; | 410 | event = (struct mwifiex_assoc_event *) |
| 411 | (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); | ||
| 412 | if (le16_to_cpu(event->type) == TLV_TYPE_UAP_MGMT_FRAME) { | 412 | if (le16_to_cpu(event->type) == TLV_TYPE_UAP_MGMT_FRAME) { |
| 413 | len = -1; | 413 | len = -1; |
| 414 | 414 | ||
| @@ -433,9 +433,8 @@ int mwifiex_process_sta_event(struct mwifiex_private *priv) | |||
| 433 | GFP_KERNEL); | 433 | GFP_KERNEL); |
| 434 | break; | 434 | break; |
| 435 | case EVENT_UAP_STA_DEAUTH: | 435 | case EVENT_UAP_STA_DEAUTH: |
| 436 | skb_pull(adapter->event_skb, MWIFIEX_UAP_EVENT_EXTRA_HEADER); | 436 | cfg80211_del_sta(priv->netdev, adapter->event_body + |
| 437 | cfg80211_del_sta(priv->netdev, adapter->event_skb->data, | 437 | MWIFIEX_UAP_EVENT_EXTRA_HEADER, GFP_KERNEL); |
| 438 | GFP_KERNEL); | ||
| 439 | break; | 438 | break; |
| 440 | case EVENT_UAP_BSS_IDLE: | 439 | case EVENT_UAP_BSS_IDLE: |
| 441 | priv->media_connected = false; | 440 | priv->media_connected = false; |
diff --git a/drivers/net/wireless/mwifiex/usb.c b/drivers/net/wireless/mwifiex/usb.c index 49ebf20c56eb..22a5916564b8 100644 --- a/drivers/net/wireless/mwifiex/usb.c +++ b/drivers/net/wireless/mwifiex/usb.c | |||
| @@ -49,6 +49,7 @@ static int mwifiex_usb_recv(struct mwifiex_adapter *adapter, | |||
| 49 | struct device *dev = adapter->dev; | 49 | struct device *dev = adapter->dev; |
| 50 | u32 recv_type; | 50 | u32 recv_type; |
| 51 | __le32 tmp; | 51 | __le32 tmp; |
| 52 | int ret; | ||
| 52 | 53 | ||
| 53 | if (adapter->hs_activated) | 54 | if (adapter->hs_activated) |
| 54 | mwifiex_process_hs_config(adapter); | 55 | mwifiex_process_hs_config(adapter); |
| @@ -69,16 +70,19 @@ static int mwifiex_usb_recv(struct mwifiex_adapter *adapter, | |||
| 69 | case MWIFIEX_USB_TYPE_CMD: | 70 | case MWIFIEX_USB_TYPE_CMD: |
| 70 | if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { | 71 | if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { |
| 71 | dev_err(dev, "CMD: skb->len too large\n"); | 72 | dev_err(dev, "CMD: skb->len too large\n"); |
| 72 | return -1; | 73 | ret = -1; |
| 74 | goto exit_restore_skb; | ||
| 73 | } else if (!adapter->curr_cmd) { | 75 | } else if (!adapter->curr_cmd) { |
| 74 | dev_dbg(dev, "CMD: no curr_cmd\n"); | 76 | dev_dbg(dev, "CMD: no curr_cmd\n"); |
| 75 | if (adapter->ps_state == PS_STATE_SLEEP_CFM) { | 77 | if (adapter->ps_state == PS_STATE_SLEEP_CFM) { |
| 76 | mwifiex_process_sleep_confirm_resp( | 78 | mwifiex_process_sleep_confirm_resp( |
| 77 | adapter, skb->data, | 79 | adapter, skb->data, |
| 78 | skb->len); | 80 | skb->len); |
| 79 | return 0; | 81 | ret = 0; |
| 82 | goto exit_restore_skb; | ||
| 80 | } | 83 | } |
| 81 | return -1; | 84 | ret = -1; |
| 85 | goto exit_restore_skb; | ||
| 82 | } | 86 | } |
| 83 | 87 | ||
| 84 | adapter->curr_cmd->resp_skb = skb; | 88 | adapter->curr_cmd->resp_skb = skb; |
| @@ -87,20 +91,22 @@ static int mwifiex_usb_recv(struct mwifiex_adapter *adapter, | |||
| 87 | case MWIFIEX_USB_TYPE_EVENT: | 91 | case MWIFIEX_USB_TYPE_EVENT: |
| 88 | if (skb->len < sizeof(u32)) { | 92 | if (skb->len < sizeof(u32)) { |
| 89 | dev_err(dev, "EVENT: skb->len too small\n"); | 93 | dev_err(dev, "EVENT: skb->len too small\n"); |
| 90 | return -1; | 94 | ret = -1; |
| 95 | goto exit_restore_skb; | ||
| 91 | } | 96 | } |
| 92 | skb_copy_from_linear_data(skb, &tmp, sizeof(u32)); | 97 | skb_copy_from_linear_data(skb, &tmp, sizeof(u32)); |
| 93 | adapter->event_cause = le32_to_cpu(tmp); | 98 | adapter->event_cause = le32_to_cpu(tmp); |
| 94 | skb_pull(skb, sizeof(u32)); | ||
| 95 | dev_dbg(dev, "event_cause %#x\n", adapter->event_cause); | 99 | dev_dbg(dev, "event_cause %#x\n", adapter->event_cause); |
| 96 | 100 | ||
| 97 | if (skb->len > MAX_EVENT_SIZE) { | 101 | if (skb->len > MAX_EVENT_SIZE) { |
| 98 | dev_err(dev, "EVENT: event body too large\n"); | 102 | dev_err(dev, "EVENT: event body too large\n"); |
| 99 | return -1; | 103 | ret = -1; |
| 104 | goto exit_restore_skb; | ||
| 100 | } | 105 | } |
| 101 | 106 | ||
| 102 | skb_copy_from_linear_data(skb, adapter->event_body, | 107 | memcpy(adapter->event_body, skb->data + |
| 103 | skb->len); | 108 | MWIFIEX_EVENT_HEADER_LEN, skb->len); |
| 109 | |||
| 104 | adapter->event_received = true; | 110 | adapter->event_received = true; |
| 105 | adapter->event_skb = skb; | 111 | adapter->event_skb = skb; |
| 106 | break; | 112 | break; |
| @@ -124,6 +130,12 @@ static int mwifiex_usb_recv(struct mwifiex_adapter *adapter, | |||
| 124 | } | 130 | } |
| 125 | 131 | ||
| 126 | return -EINPROGRESS; | 132 | return -EINPROGRESS; |
| 133 | |||
| 134 | exit_restore_skb: | ||
| 135 | /* The buffer will be reused for further cmds/events */ | ||
| 136 | skb_push(skb, INTF_HEADER_LEN); | ||
| 137 | |||
| 138 | return ret; | ||
| 127 | } | 139 | } |
| 128 | 140 | ||
| 129 | static void mwifiex_usb_rx_complete(struct urb *urb) | 141 | static void mwifiex_usb_rx_complete(struct urb *urb) |
diff --git a/drivers/net/wireless/mwifiex/wmm.c b/drivers/net/wireless/mwifiex/wmm.c index f3fc65515857..3fa4d4176993 100644 --- a/drivers/net/wireless/mwifiex/wmm.c +++ b/drivers/net/wireless/mwifiex/wmm.c | |||
| @@ -404,6 +404,8 @@ mwifiex_wmm_init(struct mwifiex_adapter *adapter) | |||
| 404 | priv->add_ba_param.tx_win_size = MWIFIEX_AMPDU_DEF_TXWINSIZE; | 404 | priv->add_ba_param.tx_win_size = MWIFIEX_AMPDU_DEF_TXWINSIZE; |
| 405 | priv->add_ba_param.rx_win_size = MWIFIEX_AMPDU_DEF_RXWINSIZE; | 405 | priv->add_ba_param.rx_win_size = MWIFIEX_AMPDU_DEF_RXWINSIZE; |
| 406 | 406 | ||
| 407 | mwifiex_reset_11n_rx_seq_num(priv); | ||
| 408 | |||
| 407 | atomic_set(&priv->wmm.tx_pkts_queued, 0); | 409 | atomic_set(&priv->wmm.tx_pkts_queued, 0); |
| 408 | atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); | 410 | atomic_set(&priv->wmm.highest_queued_prio, HIGH_PRIO_TID); |
| 409 | } | 411 | } |
| @@ -1221,6 +1223,7 @@ mwifiex_dequeue_tx_packet(struct mwifiex_adapter *adapter) | |||
| 1221 | 1223 | ||
| 1222 | if (!ptr->is_11n_enabled || | 1224 | if (!ptr->is_11n_enabled || |
| 1223 | mwifiex_is_ba_stream_setup(priv, ptr, tid) || | 1225 | mwifiex_is_ba_stream_setup(priv, ptr, tid) || |
| 1226 | priv->wps.session_enable || | ||
| 1224 | ((priv->sec_info.wpa_enabled || | 1227 | ((priv->sec_info.wpa_enabled || |
| 1225 | priv->sec_info.wpa2_enabled) && | 1228 | priv->sec_info.wpa2_enabled) && |
| 1226 | !priv->wpa_is_gtk_set)) { | 1229 | !priv->wpa_is_gtk_set)) { |
diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.c b/drivers/net/wireless/rt2x00/rt2x00usb.c index d357d1ed92f6..74ecc33fdd90 100644 --- a/drivers/net/wireless/rt2x00/rt2x00usb.c +++ b/drivers/net/wireless/rt2x00/rt2x00usb.c | |||
| @@ -436,8 +436,8 @@ void rt2x00usb_kick_queue(struct data_queue *queue) | |||
| 436 | case QID_RX: | 436 | case QID_RX: |
| 437 | if (!rt2x00queue_full(queue)) | 437 | if (!rt2x00queue_full(queue)) |
| 438 | rt2x00queue_for_each_entry(queue, | 438 | rt2x00queue_for_each_entry(queue, |
| 439 | Q_INDEX_DONE, | ||
| 440 | Q_INDEX, | 439 | Q_INDEX, |
| 440 | Q_INDEX_DONE, | ||
| 441 | NULL, | 441 | NULL, |
| 442 | rt2x00usb_kick_rx_entry); | 442 | rt2x00usb_kick_rx_entry); |
| 443 | break; | 443 | break; |
diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c index d228358e6a40..9970c2b1b199 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | |||
| @@ -301,9 +301,11 @@ static struct usb_device_id rtl8192c_usb_ids[] = { | |||
| 301 | {RTL_USB_DEVICE(0x07b8, 0x8188, rtl92cu_hal_cfg)}, /*Abocom - Abocom*/ | 301 | {RTL_USB_DEVICE(0x07b8, 0x8188, rtl92cu_hal_cfg)}, /*Abocom - Abocom*/ |
| 302 | {RTL_USB_DEVICE(0x07b8, 0x8189, rtl92cu_hal_cfg)}, /*Funai - Abocom*/ | 302 | {RTL_USB_DEVICE(0x07b8, 0x8189, rtl92cu_hal_cfg)}, /*Funai - Abocom*/ |
| 303 | {RTL_USB_DEVICE(0x0846, 0x9041, rtl92cu_hal_cfg)}, /*NetGear WNA1000M*/ | 303 | {RTL_USB_DEVICE(0x0846, 0x9041, rtl92cu_hal_cfg)}, /*NetGear WNA1000M*/ |
| 304 | {RTL_USB_DEVICE(0x0bda, 0x5088, rtl92cu_hal_cfg)}, /*Thinkware-CC&C*/ | ||
| 304 | {RTL_USB_DEVICE(0x0df6, 0x0052, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ | 305 | {RTL_USB_DEVICE(0x0df6, 0x0052, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ |
| 305 | {RTL_USB_DEVICE(0x0df6, 0x005c, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ | 306 | {RTL_USB_DEVICE(0x0df6, 0x005c, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ |
| 306 | {RTL_USB_DEVICE(0x0eb0, 0x9071, rtl92cu_hal_cfg)}, /*NO Brand - Etop*/ | 307 | {RTL_USB_DEVICE(0x0eb0, 0x9071, rtl92cu_hal_cfg)}, /*NO Brand - Etop*/ |
| 308 | {RTL_USB_DEVICE(0x4856, 0x0091, rtl92cu_hal_cfg)}, /*NetweeN - Feixun*/ | ||
| 307 | /* HP - Lite-On ,8188CUS Slim Combo */ | 309 | /* HP - Lite-On ,8188CUS Slim Combo */ |
| 308 | {RTL_USB_DEVICE(0x103c, 0x1629, rtl92cu_hal_cfg)}, | 310 | {RTL_USB_DEVICE(0x103c, 0x1629, rtl92cu_hal_cfg)}, |
| 309 | {RTL_USB_DEVICE(0x13d3, 0x3357, rtl92cu_hal_cfg)}, /* AzureWave */ | 311 | {RTL_USB_DEVICE(0x13d3, 0x3357, rtl92cu_hal_cfg)}, /* AzureWave */ |
| @@ -346,6 +348,7 @@ static struct usb_device_id rtl8192c_usb_ids[] = { | |||
| 346 | {RTL_USB_DEVICE(0x07b8, 0x8178, rtl92cu_hal_cfg)}, /*Funai -Abocom*/ | 348 | {RTL_USB_DEVICE(0x07b8, 0x8178, rtl92cu_hal_cfg)}, /*Funai -Abocom*/ |
| 347 | {RTL_USB_DEVICE(0x0846, 0x9021, rtl92cu_hal_cfg)}, /*Netgear-Sercomm*/ | 349 | {RTL_USB_DEVICE(0x0846, 0x9021, rtl92cu_hal_cfg)}, /*Netgear-Sercomm*/ |
| 348 | {RTL_USB_DEVICE(0x0b05, 0x17ab, rtl92cu_hal_cfg)}, /*ASUS-Edimax*/ | 350 | {RTL_USB_DEVICE(0x0b05, 0x17ab, rtl92cu_hal_cfg)}, /*ASUS-Edimax*/ |
| 351 | {RTL_USB_DEVICE(0x0bda, 0x8186, rtl92cu_hal_cfg)}, /*Realtek 92CE-VAU*/ | ||
| 349 | {RTL_USB_DEVICE(0x0df6, 0x0061, rtl92cu_hal_cfg)}, /*Sitecom-Edimax*/ | 352 | {RTL_USB_DEVICE(0x0df6, 0x0061, rtl92cu_hal_cfg)}, /*Sitecom-Edimax*/ |
| 350 | {RTL_USB_DEVICE(0x0e66, 0x0019, rtl92cu_hal_cfg)}, /*Hawking-Edimax*/ | 353 | {RTL_USB_DEVICE(0x0e66, 0x0019, rtl92cu_hal_cfg)}, /*Hawking-Edimax*/ |
| 351 | {RTL_USB_DEVICE(0x2001, 0x3307, rtl92cu_hal_cfg)}, /*D-Link-Cameo*/ | 354 | {RTL_USB_DEVICE(0x2001, 0x3307, rtl92cu_hal_cfg)}, /*D-Link-Cameo*/ |
diff --git a/drivers/net/wireless/ti/wlcore/Kconfig b/drivers/net/wireless/ti/wlcore/Kconfig index 54156b0b5c2d..d7b907e67170 100644 --- a/drivers/net/wireless/ti/wlcore/Kconfig +++ b/drivers/net/wireless/ti/wlcore/Kconfig | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | config WLCORE | 1 | config WLCORE |
| 2 | tristate "TI wlcore support" | 2 | tristate "TI wlcore support" |
| 3 | depends on WL_TI && GENERIC_HARDIRQS && MAC80211 | 3 | depends on WL_TI && GENERIC_HARDIRQS && MAC80211 |
| 4 | depends on INET | ||
| 5 | select FW_LOADER | 4 | select FW_LOADER |
| 6 | ---help--- | 5 | ---help--- |
| 7 | This module contains the main code for TI WLAN chips. It abstracts | 6 | This module contains the main code for TI WLAN chips. It abstracts |
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 343ad29e211c..e44f8c2d239d 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c | |||
| @@ -317,10 +317,9 @@ static const struct of_dev_auxdata *of_dev_lookup(const struct of_dev_auxdata *l | |||
| 317 | for(; lookup->compatible != NULL; lookup++) { | 317 | for(; lookup->compatible != NULL; lookup++) { |
| 318 | if (!of_device_is_compatible(np, lookup->compatible)) | 318 | if (!of_device_is_compatible(np, lookup->compatible)) |
| 319 | continue; | 319 | continue; |
| 320 | if (of_address_to_resource(np, 0, &res)) | 320 | if (!of_address_to_resource(np, 0, &res)) |
| 321 | continue; | 321 | if (res.start != lookup->phys_addr) |
| 322 | if (res.start != lookup->phys_addr) | 322 | continue; |
| 323 | continue; | ||
| 324 | pr_debug("%s: devname=%s\n", np->full_name, lookup->name); | 323 | pr_debug("%s: devname=%s\n", np->full_name, lookup->name); |
| 325 | return lookup; | 324 | return lookup; |
| 326 | } | 325 | } |
| @@ -462,4 +461,5 @@ int of_platform_populate(struct device_node *root, | |||
| 462 | of_node_put(root); | 461 | of_node_put(root); |
| 463 | return rc; | 462 | return rc; |
| 464 | } | 463 | } |
| 464 | EXPORT_SYMBOL_GPL(of_platform_populate); | ||
| 465 | #endif /* CONFIG_OF_ADDRESS */ | 465 | #endif /* CONFIG_OF_ADDRESS */ |
diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c index bf0cee629b60..099f46cd8e87 100644 --- a/drivers/pci/pci-driver.c +++ b/drivers/pci/pci-driver.c | |||
| @@ -748,6 +748,18 @@ static int pci_pm_suspend_noirq(struct device *dev) | |||
| 748 | 748 | ||
| 749 | pci_pm_set_unknown_state(pci_dev); | 749 | pci_pm_set_unknown_state(pci_dev); |
| 750 | 750 | ||
| 751 | /* | ||
| 752 | * Some BIOSes from ASUS have a bug: If a USB EHCI host controller's | ||
| 753 | * PCI COMMAND register isn't 0, the BIOS assumes that the controller | ||
| 754 | * hasn't been quiesced and tries to turn it off. If the controller | ||
| 755 | * is already in D3, this can hang or cause memory corruption. | ||
| 756 | * | ||
| 757 | * Since the value of the COMMAND register doesn't matter once the | ||
| 758 | * device has been suspended, we can safely set it to 0 here. | ||
| 759 | */ | ||
| 760 | if (pci_dev->class == PCI_CLASS_SERIAL_USB_EHCI) | ||
| 761 | pci_write_config_word(pci_dev, PCI_COMMAND, 0); | ||
| 762 | |||
| 751 | return 0; | 763 | return 0; |
| 752 | } | 764 | } |
| 753 | 765 | ||
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 77cb54a65cde..447e83472c01 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
| @@ -1744,11 +1744,6 @@ int pci_prepare_to_sleep(struct pci_dev *dev) | |||
| 1744 | if (target_state == PCI_POWER_ERROR) | 1744 | if (target_state == PCI_POWER_ERROR) |
| 1745 | return -EIO; | 1745 | return -EIO; |
| 1746 | 1746 | ||
| 1747 | /* Some devices mustn't be in D3 during system sleep */ | ||
| 1748 | if (target_state == PCI_D3hot && | ||
| 1749 | (dev->dev_flags & PCI_DEV_FLAGS_NO_D3_DURING_SLEEP)) | ||
| 1750 | return 0; | ||
| 1751 | |||
| 1752 | pci_enable_wake(dev, target_state, device_may_wakeup(&dev->dev)); | 1747 | pci_enable_wake(dev, target_state, device_may_wakeup(&dev->dev)); |
| 1753 | 1748 | ||
| 1754 | error = pci_set_power_state(dev, target_state); | 1749 | error = pci_set_power_state(dev, target_state); |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 194b243a2817..2a7521677541 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
| @@ -2929,32 +2929,6 @@ static void __devinit disable_igfx_irq(struct pci_dev *dev) | |||
| 2929 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0102, disable_igfx_irq); | 2929 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0102, disable_igfx_irq); |
| 2930 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x010a, disable_igfx_irq); | 2930 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x010a, disable_igfx_irq); |
| 2931 | 2931 | ||
| 2932 | /* | ||
| 2933 | * The Intel 6 Series/C200 Series chipset's EHCI controllers on many | ||
| 2934 | * ASUS motherboards will cause memory corruption or a system crash | ||
| 2935 | * if they are in D3 while the system is put into S3 sleep. | ||
| 2936 | */ | ||
| 2937 | static void __devinit asus_ehci_no_d3(struct pci_dev *dev) | ||
| 2938 | { | ||
| 2939 | const char *sys_info; | ||
| 2940 | static const char good_Asus_board[] = "P8Z68-V"; | ||
| 2941 | |||
| 2942 | if (dev->dev_flags & PCI_DEV_FLAGS_NO_D3_DURING_SLEEP) | ||
| 2943 | return; | ||
| 2944 | if (dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK) | ||
| 2945 | return; | ||
| 2946 | sys_info = dmi_get_system_info(DMI_BOARD_NAME); | ||
| 2947 | if (sys_info && memcmp(sys_info, good_Asus_board, | ||
| 2948 | sizeof(good_Asus_board) - 1) == 0) | ||
| 2949 | return; | ||
| 2950 | |||
| 2951 | dev_info(&dev->dev, "broken D3 during system sleep on ASUS\n"); | ||
| 2952 | dev->dev_flags |= PCI_DEV_FLAGS_NO_D3_DURING_SLEEP; | ||
| 2953 | device_set_wakeup_capable(&dev->dev, false); | ||
| 2954 | } | ||
| 2955 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x1c26, asus_ehci_no_d3); | ||
| 2956 | DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x1c2d, asus_ehci_no_d3); | ||
| 2957 | |||
| 2958 | static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, | 2932 | static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, |
| 2959 | struct pci_fixup *end) | 2933 | struct pci_fixup *end) |
| 2960 | { | 2934 | { |
diff --git a/drivers/pinctrl/pinctrl-imx.c b/drivers/pinctrl/pinctrl-imx.c index dd6d93aa5334..90c837f469a6 100644 --- a/drivers/pinctrl/pinctrl-imx.c +++ b/drivers/pinctrl/pinctrl-imx.c | |||
| @@ -474,7 +474,9 @@ static int __devinit imx_pinctrl_parse_groups(struct device_node *np, | |||
| 474 | grp->configs[j] = config & ~IMX_PAD_SION; | 474 | grp->configs[j] = config & ~IMX_PAD_SION; |
| 475 | } | 475 | } |
| 476 | 476 | ||
| 477 | #ifdef DEBUG | ||
| 477 | IMX_PMX_DUMP(info, grp->pins, grp->mux_mode, grp->configs, grp->npins); | 478 | IMX_PMX_DUMP(info, grp->pins, grp->mux_mode, grp->configs, grp->npins); |
| 479 | #endif | ||
| 478 | 480 | ||
| 479 | return 0; | 481 | return 0; |
| 480 | } | 482 | } |
diff --git a/drivers/pinctrl/pinctrl-imx6q.c b/drivers/pinctrl/pinctrl-imx6q.c index 7737d4d71a3c..e9bf71fbedca 100644 --- a/drivers/pinctrl/pinctrl-imx6q.c +++ b/drivers/pinctrl/pinctrl-imx6q.c | |||
| @@ -1950,6 +1950,8 @@ static struct imx_pin_reg imx6q_pin_regs[] = { | |||
| 1950 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 5, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__GPIO_1_12 */ | 1950 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 5, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__GPIO_1_12 */ |
| 1951 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 6, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__SJC_DONE */ | 1951 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 6, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__SJC_DONE */ |
| 1952 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 7, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__ANATOP_TESTO_3 */ | 1952 | IMX_PIN_REG(MX6Q_PAD_SD2_DAT3, 0x0744, 0x035C, 7, 0x0000, 0), /* MX6Q_PAD_SD2_DAT3__ANATOP_TESTO_3 */ |
| 1953 | IMX_PIN_REG(MX6Q_PAD_ENET_RX_ER, 0x04EC, 0x01D8, 0, 0x0000, 0), /* MX6Q_PAD_ENET_RX_ER__ANATOP_USBOTG_ID */ | ||
| 1954 | IMX_PIN_REG(MX6Q_PAD_GPIO_1, 0x05F4, 0x0224, 3, 0x0000, 0), /* MX6Q_PAD_GPIO_1__ANATOP_USBOTG_ID */ | ||
| 1953 | }; | 1955 | }; |
| 1954 | 1956 | ||
| 1955 | /* Pad names for the pinmux subsystem */ | 1957 | /* Pad names for the pinmux subsystem */ |
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 4f20f8dd3d7c..17f6dfd8dbfb 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c | |||
| @@ -694,10 +694,10 @@ MODULE_DEVICE_TABLE(acpi, ideapad_device_ids); | |||
| 694 | static int __devinit ideapad_acpi_add(struct acpi_device *adevice) | 694 | static int __devinit ideapad_acpi_add(struct acpi_device *adevice) |
| 695 | { | 695 | { |
| 696 | int ret, i; | 696 | int ret, i; |
| 697 | unsigned long cfg; | 697 | int cfg; |
| 698 | struct ideapad_private *priv; | 698 | struct ideapad_private *priv; |
| 699 | 699 | ||
| 700 | if (read_method_int(adevice->handle, "_CFG", (int *)&cfg)) | 700 | if (read_method_int(adevice->handle, "_CFG", &cfg)) |
| 701 | return -ENODEV; | 701 | return -ENODEV; |
| 702 | 702 | ||
| 703 | priv = kzalloc(sizeof(*priv), GFP_KERNEL); | 703 | priv = kzalloc(sizeof(*priv), GFP_KERNEL); |
| @@ -721,7 +721,7 @@ static int __devinit ideapad_acpi_add(struct acpi_device *adevice) | |||
| 721 | goto input_failed; | 721 | goto input_failed; |
| 722 | 722 | ||
| 723 | for (i = 0; i < IDEAPAD_RFKILL_DEV_NUM; i++) { | 723 | for (i = 0; i < IDEAPAD_RFKILL_DEV_NUM; i++) { |
| 724 | if (test_bit(ideapad_rfk_data[i].cfgbit, &cfg)) | 724 | if (test_bit(ideapad_rfk_data[i].cfgbit, &priv->cfg)) |
| 725 | ideapad_register_rfkill(adevice, i); | 725 | ideapad_register_rfkill(adevice, i); |
| 726 | else | 726 | else |
| 727 | priv->rfk[i] = NULL; | 727 | priv->rfk[i] = NULL; |
diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c index 0ffdb3cde2bb..9af4257d4901 100644 --- a/drivers/platform/x86/intel_ips.c +++ b/drivers/platform/x86/intel_ips.c | |||
| @@ -72,6 +72,7 @@ | |||
| 72 | #include <linux/string.h> | 72 | #include <linux/string.h> |
| 73 | #include <linux/tick.h> | 73 | #include <linux/tick.h> |
| 74 | #include <linux/timer.h> | 74 | #include <linux/timer.h> |
| 75 | #include <linux/dmi.h> | ||
| 75 | #include <drm/i915_drm.h> | 76 | #include <drm/i915_drm.h> |
| 76 | #include <asm/msr.h> | 77 | #include <asm/msr.h> |
| 77 | #include <asm/processor.h> | 78 | #include <asm/processor.h> |
| @@ -1485,6 +1486,24 @@ static DEFINE_PCI_DEVICE_TABLE(ips_id_table) = { | |||
| 1485 | 1486 | ||
| 1486 | MODULE_DEVICE_TABLE(pci, ips_id_table); | 1487 | MODULE_DEVICE_TABLE(pci, ips_id_table); |
| 1487 | 1488 | ||
| 1489 | static int ips_blacklist_callback(const struct dmi_system_id *id) | ||
| 1490 | { | ||
| 1491 | pr_info("Blacklisted intel_ips for %s\n", id->ident); | ||
| 1492 | return 1; | ||
| 1493 | } | ||
| 1494 | |||
| 1495 | static const struct dmi_system_id ips_blacklist[] = { | ||
| 1496 | { | ||
| 1497 | .callback = ips_blacklist_callback, | ||
| 1498 | .ident = "HP ProBook", | ||
| 1499 | .matches = { | ||
| 1500 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), | ||
| 1501 | DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook"), | ||
| 1502 | }, | ||
| 1503 | }, | ||
| 1504 | { } /* terminating entry */ | ||
| 1505 | }; | ||
| 1506 | |||
| 1488 | static int ips_probe(struct pci_dev *dev, const struct pci_device_id *id) | 1507 | static int ips_probe(struct pci_dev *dev, const struct pci_device_id *id) |
| 1489 | { | 1508 | { |
| 1490 | u64 platform_info; | 1509 | u64 platform_info; |
| @@ -1494,6 +1513,9 @@ static int ips_probe(struct pci_dev *dev, const struct pci_device_id *id) | |||
| 1494 | u16 htshi, trc, trc_required_mask; | 1513 | u16 htshi, trc, trc_required_mask; |
| 1495 | u8 tse; | 1514 | u8 tse; |
| 1496 | 1515 | ||
| 1516 | if (dmi_check_system(ips_blacklist)) | ||
| 1517 | return -ENODEV; | ||
| 1518 | |||
| 1497 | ips = kzalloc(sizeof(struct ips_driver), GFP_KERNEL); | 1519 | ips = kzalloc(sizeof(struct ips_driver), GFP_KERNEL); |
| 1498 | if (!ips) | 1520 | if (!ips) |
| 1499 | return -ENOMEM; | 1521 | return -ENOMEM; |
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 210d4ae547c2..d456ff0c73b7 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c | |||
| @@ -973,7 +973,7 @@ static ssize_t sony_nc_sysfs_store(struct device *dev, | |||
| 973 | struct device_attribute *attr, | 973 | struct device_attribute *attr, |
| 974 | const char *buffer, size_t count) | 974 | const char *buffer, size_t count) |
| 975 | { | 975 | { |
| 976 | unsigned long value = 0; | 976 | int value; |
| 977 | int ret = 0; | 977 | int ret = 0; |
| 978 | struct sony_nc_value *item = | 978 | struct sony_nc_value *item = |
| 979 | container_of(attr, struct sony_nc_value, devattr); | 979 | container_of(attr, struct sony_nc_value, devattr); |
| @@ -984,7 +984,7 @@ static ssize_t sony_nc_sysfs_store(struct device *dev, | |||
| 984 | if (count > 31) | 984 | if (count > 31) |
| 985 | return -EINVAL; | 985 | return -EINVAL; |
| 986 | 986 | ||
| 987 | if (kstrtoul(buffer, 10, &value)) | 987 | if (kstrtoint(buffer, 10, &value)) |
| 988 | return -EINVAL; | 988 | return -EINVAL; |
| 989 | 989 | ||
| 990 | if (item->validate) | 990 | if (item->validate) |
| @@ -994,7 +994,7 @@ static ssize_t sony_nc_sysfs_store(struct device *dev, | |||
| 994 | return value; | 994 | return value; |
| 995 | 995 | ||
| 996 | ret = sony_nc_int_call(sony_nc_acpi_handle, *item->acpiset, | 996 | ret = sony_nc_int_call(sony_nc_acpi_handle, *item->acpiset, |
| 997 | (int *)&value, NULL); | 997 | &value, NULL); |
| 998 | if (ret < 0) | 998 | if (ret < 0) |
| 999 | return -EIO; | 999 | return -EIO; |
| 1000 | 1000 | ||
| @@ -1010,6 +1010,7 @@ static ssize_t sony_nc_sysfs_store(struct device *dev, | |||
| 1010 | struct sony_backlight_props { | 1010 | struct sony_backlight_props { |
| 1011 | struct backlight_device *dev; | 1011 | struct backlight_device *dev; |
| 1012 | int handle; | 1012 | int handle; |
| 1013 | int cmd_base; | ||
| 1013 | u8 offset; | 1014 | u8 offset; |
| 1014 | u8 maxlvl; | 1015 | u8 maxlvl; |
| 1015 | }; | 1016 | }; |
| @@ -1037,7 +1038,7 @@ static int sony_nc_get_brightness_ng(struct backlight_device *bd) | |||
| 1037 | struct sony_backlight_props *sdev = | 1038 | struct sony_backlight_props *sdev = |
| 1038 | (struct sony_backlight_props *)bl_get_data(bd); | 1039 | (struct sony_backlight_props *)bl_get_data(bd); |
| 1039 | 1040 | ||
| 1040 | sony_call_snc_handle(sdev->handle, 0x0200, &result); | 1041 | sony_call_snc_handle(sdev->handle, sdev->cmd_base + 0x100, &result); |
| 1041 | 1042 | ||
| 1042 | return (result & 0xff) - sdev->offset; | 1043 | return (result & 0xff) - sdev->offset; |
| 1043 | } | 1044 | } |
| @@ -1049,7 +1050,8 @@ static int sony_nc_update_status_ng(struct backlight_device *bd) | |||
| 1049 | (struct sony_backlight_props *)bl_get_data(bd); | 1050 | (struct sony_backlight_props *)bl_get_data(bd); |
| 1050 | 1051 | ||
| 1051 | value = bd->props.brightness + sdev->offset; | 1052 | value = bd->props.brightness + sdev->offset; |
| 1052 | if (sony_call_snc_handle(sdev->handle, 0x0100 | (value << 16), &result)) | 1053 | if (sony_call_snc_handle(sdev->handle, sdev->cmd_base | (value << 0x10), |
| 1054 | &result)) | ||
| 1053 | return -EIO; | 1055 | return -EIO; |
| 1054 | 1056 | ||
| 1055 | return value; | 1057 | return value; |
| @@ -1172,6 +1174,11 @@ static int sony_nc_hotkeys_decode(u32 event, unsigned int handle) | |||
| 1172 | /* | 1174 | /* |
| 1173 | * ACPI callbacks | 1175 | * ACPI callbacks |
| 1174 | */ | 1176 | */ |
| 1177 | enum event_types { | ||
| 1178 | HOTKEY = 1, | ||
| 1179 | KILLSWITCH, | ||
| 1180 | GFX_SWITCH | ||
| 1181 | }; | ||
| 1175 | static void sony_nc_notify(struct acpi_device *device, u32 event) | 1182 | static void sony_nc_notify(struct acpi_device *device, u32 event) |
| 1176 | { | 1183 | { |
| 1177 | u32 real_ev = event; | 1184 | u32 real_ev = event; |
| @@ -1196,7 +1203,7 @@ static void sony_nc_notify(struct acpi_device *device, u32 event) | |||
| 1196 | /* hotkey event */ | 1203 | /* hotkey event */ |
| 1197 | case 0x0100: | 1204 | case 0x0100: |
| 1198 | case 0x0127: | 1205 | case 0x0127: |
| 1199 | ev_type = 1; | 1206 | ev_type = HOTKEY; |
| 1200 | real_ev = sony_nc_hotkeys_decode(event, handle); | 1207 | real_ev = sony_nc_hotkeys_decode(event, handle); |
| 1201 | 1208 | ||
| 1202 | if (real_ev > 0) | 1209 | if (real_ev > 0) |
| @@ -1216,7 +1223,7 @@ static void sony_nc_notify(struct acpi_device *device, u32 event) | |||
| 1216 | * update the rfkill device status when the | 1223 | * update the rfkill device status when the |
| 1217 | * switch is moved. | 1224 | * switch is moved. |
| 1218 | */ | 1225 | */ |
| 1219 | ev_type = 2; | 1226 | ev_type = KILLSWITCH; |
| 1220 | sony_call_snc_handle(handle, 0x0100, &result); | 1227 | sony_call_snc_handle(handle, 0x0100, &result); |
| 1221 | real_ev = result & 0x03; | 1228 | real_ev = result & 0x03; |
| 1222 | 1229 | ||
| @@ -1226,6 +1233,24 @@ static void sony_nc_notify(struct acpi_device *device, u32 event) | |||
| 1226 | 1233 | ||
| 1227 | break; | 1234 | break; |
| 1228 | 1235 | ||
| 1236 | case 0x0128: | ||
| 1237 | case 0x0146: | ||
| 1238 | /* Hybrid GFX switching */ | ||
| 1239 | sony_call_snc_handle(handle, 0x0000, &result); | ||
| 1240 | dprintk("GFX switch event received (reason: %s)\n", | ||
| 1241 | (result & 0x01) ? | ||
| 1242 | "switch change" : "unknown"); | ||
| 1243 | |||
| 1244 | /* verify the switch state | ||
| 1245 | * 1: discrete GFX | ||
| 1246 | * 0: integrated GFX | ||
| 1247 | */ | ||
| 1248 | sony_call_snc_handle(handle, 0x0100, &result); | ||
| 1249 | |||
| 1250 | ev_type = GFX_SWITCH; | ||
| 1251 | real_ev = result & 0xff; | ||
| 1252 | break; | ||
| 1253 | |||
| 1229 | default: | 1254 | default: |
| 1230 | dprintk("Unknown event 0x%x for handle 0x%x\n", | 1255 | dprintk("Unknown event 0x%x for handle 0x%x\n", |
| 1231 | event, handle); | 1256 | event, handle); |
| @@ -1238,7 +1263,7 @@ static void sony_nc_notify(struct acpi_device *device, u32 event) | |||
| 1238 | 1263 | ||
| 1239 | } else { | 1264 | } else { |
| 1240 | /* old style event */ | 1265 | /* old style event */ |
| 1241 | ev_type = 1; | 1266 | ev_type = HOTKEY; |
| 1242 | sony_laptop_report_input_event(real_ev); | 1267 | sony_laptop_report_input_event(real_ev); |
| 1243 | } | 1268 | } |
| 1244 | 1269 | ||
| @@ -1893,32 +1918,33 @@ static ssize_t sony_nc_battery_care_limit_store(struct device *dev, | |||
| 1893 | * bits 4,5: store the limit into the EC | 1918 | * bits 4,5: store the limit into the EC |
| 1894 | * bits 6,7: store the limit into the battery | 1919 | * bits 6,7: store the limit into the battery |
| 1895 | */ | 1920 | */ |
| 1921 | cmd = 0; | ||
| 1896 | 1922 | ||
| 1897 | /* | 1923 | if (value > 0) { |
| 1898 | * handle 0x0115 should allow storing on battery too; | 1924 | if (value <= 50) |
| 1899 | * handle 0x0136 same as 0x0115 + health status; | 1925 | cmd = 0x20; |
| 1900 | * handle 0x013f, same as 0x0136 but no storing on the battery | ||
| 1901 | * | ||
| 1902 | * Store only inside the EC for now, regardless the handle number | ||
| 1903 | */ | ||
| 1904 | if (value == 0) | ||
| 1905 | /* disable limits */ | ||
| 1906 | cmd = 0x0; | ||
| 1907 | 1926 | ||
| 1908 | else if (value <= 50) | 1927 | else if (value <= 80) |
| 1909 | cmd = 0x21; | 1928 | cmd = 0x10; |
| 1910 | 1929 | ||
| 1911 | else if (value <= 80) | 1930 | else if (value <= 100) |
| 1912 | cmd = 0x11; | 1931 | cmd = 0x30; |
| 1913 | 1932 | ||
| 1914 | else if (value <= 100) | 1933 | else |
| 1915 | cmd = 0x31; | 1934 | return -EINVAL; |
| 1916 | 1935 | ||
| 1917 | else | 1936 | /* |
| 1918 | return -EINVAL; | 1937 | * handle 0x0115 should allow storing on battery too; |
| 1938 | * handle 0x0136 same as 0x0115 + health status; | ||
| 1939 | * handle 0x013f, same as 0x0136 but no storing on the battery | ||
| 1940 | */ | ||
| 1941 | if (bcare_ctl->handle != 0x013f) | ||
| 1942 | cmd = cmd | (cmd << 2); | ||
| 1919 | 1943 | ||
| 1920 | if (sony_call_snc_handle(bcare_ctl->handle, (cmd << 0x10) | 0x0100, | 1944 | cmd = (cmd | 0x1) << 0x10; |
| 1921 | &result)) | 1945 | } |
| 1946 | |||
| 1947 | if (sony_call_snc_handle(bcare_ctl->handle, cmd | 0x0100, &result)) | ||
| 1922 | return -EIO; | 1948 | return -EIO; |
| 1923 | 1949 | ||
| 1924 | return count; | 1950 | return count; |
| @@ -2113,7 +2139,7 @@ static ssize_t sony_nc_thermal_mode_show(struct device *dev, | |||
| 2113 | struct device_attribute *attr, char *buffer) | 2139 | struct device_attribute *attr, char *buffer) |
| 2114 | { | 2140 | { |
| 2115 | ssize_t count = 0; | 2141 | ssize_t count = 0; |
| 2116 | unsigned int mode = sony_nc_thermal_mode_get(); | 2142 | int mode = sony_nc_thermal_mode_get(); |
| 2117 | 2143 | ||
| 2118 | if (mode < 0) | 2144 | if (mode < 0) |
| 2119 | return mode; | 2145 | return mode; |
| @@ -2472,6 +2498,7 @@ static void sony_nc_backlight_ng_read_limits(int handle, | |||
| 2472 | { | 2498 | { |
| 2473 | u64 offset; | 2499 | u64 offset; |
| 2474 | int i; | 2500 | int i; |
| 2501 | int lvl_table_len = 0; | ||
| 2475 | u8 min = 0xff, max = 0x00; | 2502 | u8 min = 0xff, max = 0x00; |
| 2476 | unsigned char buffer[32] = { 0 }; | 2503 | unsigned char buffer[32] = { 0 }; |
| 2477 | 2504 | ||
| @@ -2480,8 +2507,6 @@ static void sony_nc_backlight_ng_read_limits(int handle, | |||
| 2480 | props->maxlvl = 0xff; | 2507 | props->maxlvl = 0xff; |
| 2481 | 2508 | ||
| 2482 | offset = sony_find_snc_handle(handle); | 2509 | offset = sony_find_snc_handle(handle); |
| 2483 | if (offset < 0) | ||
| 2484 | return; | ||
| 2485 | 2510 | ||
| 2486 | /* try to read the boundaries from ACPI tables, if we fail the above | 2511 | /* try to read the boundaries from ACPI tables, if we fail the above |
| 2487 | * defaults should be reasonable | 2512 | * defaults should be reasonable |
| @@ -2491,11 +2516,21 @@ static void sony_nc_backlight_ng_read_limits(int handle, | |||
| 2491 | if (i < 0) | 2516 | if (i < 0) |
| 2492 | return; | 2517 | return; |
| 2493 | 2518 | ||
| 2519 | switch (handle) { | ||
| 2520 | case 0x012f: | ||
| 2521 | case 0x0137: | ||
| 2522 | lvl_table_len = 9; | ||
| 2523 | break; | ||
| 2524 | case 0x143: | ||
| 2525 | lvl_table_len = 16; | ||
| 2526 | break; | ||
| 2527 | } | ||
| 2528 | |||
| 2494 | /* the buffer lists brightness levels available, brightness levels are | 2529 | /* the buffer lists brightness levels available, brightness levels are |
| 2495 | * from position 0 to 8 in the array, other values are used by ALS | 2530 | * from position 0 to 8 in the array, other values are used by ALS |
| 2496 | * control. | 2531 | * control. |
| 2497 | */ | 2532 | */ |
| 2498 | for (i = 0; i < 9 && i < ARRAY_SIZE(buffer); i++) { | 2533 | for (i = 0; i < lvl_table_len && i < ARRAY_SIZE(buffer); i++) { |
| 2499 | 2534 | ||
| 2500 | dprintk("Brightness level: %d\n", buffer[i]); | 2535 | dprintk("Brightness level: %d\n", buffer[i]); |
| 2501 | 2536 | ||
| @@ -2520,16 +2555,24 @@ static void sony_nc_backlight_setup(void) | |||
| 2520 | const struct backlight_ops *ops = NULL; | 2555 | const struct backlight_ops *ops = NULL; |
| 2521 | struct backlight_properties props; | 2556 | struct backlight_properties props; |
| 2522 | 2557 | ||
| 2523 | if (sony_find_snc_handle(0x12f) != -1) { | 2558 | if (sony_find_snc_handle(0x12f) >= 0) { |
| 2524 | ops = &sony_backlight_ng_ops; | 2559 | ops = &sony_backlight_ng_ops; |
| 2560 | sony_bl_props.cmd_base = 0x0100; | ||
| 2525 | sony_nc_backlight_ng_read_limits(0x12f, &sony_bl_props); | 2561 | sony_nc_backlight_ng_read_limits(0x12f, &sony_bl_props); |
| 2526 | max_brightness = sony_bl_props.maxlvl - sony_bl_props.offset; | 2562 | max_brightness = sony_bl_props.maxlvl - sony_bl_props.offset; |
| 2527 | 2563 | ||
| 2528 | } else if (sony_find_snc_handle(0x137) != -1) { | 2564 | } else if (sony_find_snc_handle(0x137) >= 0) { |
| 2529 | ops = &sony_backlight_ng_ops; | 2565 | ops = &sony_backlight_ng_ops; |
| 2566 | sony_bl_props.cmd_base = 0x0100; | ||
| 2530 | sony_nc_backlight_ng_read_limits(0x137, &sony_bl_props); | 2567 | sony_nc_backlight_ng_read_limits(0x137, &sony_bl_props); |
| 2531 | max_brightness = sony_bl_props.maxlvl - sony_bl_props.offset; | 2568 | max_brightness = sony_bl_props.maxlvl - sony_bl_props.offset; |
| 2532 | 2569 | ||
| 2570 | } else if (sony_find_snc_handle(0x143) >= 0) { | ||
| 2571 | ops = &sony_backlight_ng_ops; | ||
| 2572 | sony_bl_props.cmd_base = 0x3000; | ||
| 2573 | sony_nc_backlight_ng_read_limits(0x143, &sony_bl_props); | ||
| 2574 | max_brightness = sony_bl_props.maxlvl - sony_bl_props.offset; | ||
| 2575 | |||
| 2533 | } else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT", | 2576 | } else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT", |
| 2534 | &unused))) { | 2577 | &unused))) { |
| 2535 | ops = &sony_backlight_ops; | 2578 | ops = &sony_backlight_ops; |
| @@ -2597,6 +2640,12 @@ static int sony_nc_add(struct acpi_device *device) | |||
| 2597 | } | 2640 | } |
| 2598 | } | 2641 | } |
| 2599 | 2642 | ||
| 2643 | result = sony_laptop_setup_input(device); | ||
| 2644 | if (result) { | ||
| 2645 | pr_err("Unable to create input devices\n"); | ||
| 2646 | goto outplatform; | ||
| 2647 | } | ||
| 2648 | |||
| 2600 | if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "ECON", | 2649 | if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "ECON", |
| 2601 | &handle))) { | 2650 | &handle))) { |
| 2602 | int arg = 1; | 2651 | int arg = 1; |
| @@ -2614,12 +2663,6 @@ static int sony_nc_add(struct acpi_device *device) | |||
| 2614 | } | 2663 | } |
| 2615 | 2664 | ||
| 2616 | /* setup input devices and helper fifo */ | 2665 | /* setup input devices and helper fifo */ |
| 2617 | result = sony_laptop_setup_input(device); | ||
| 2618 | if (result) { | ||
| 2619 | pr_err("Unable to create input devices\n"); | ||
| 2620 | goto outsnc; | ||
| 2621 | } | ||
| 2622 | |||
| 2623 | if (acpi_video_backlight_support()) { | 2666 | if (acpi_video_backlight_support()) { |
| 2624 | pr_info("brightness ignored, must be controlled by ACPI video driver\n"); | 2667 | pr_info("brightness ignored, must be controlled by ACPI video driver\n"); |
| 2625 | } else { | 2668 | } else { |
| @@ -2667,22 +2710,21 @@ static int sony_nc_add(struct acpi_device *device) | |||
| 2667 | 2710 | ||
| 2668 | return 0; | 2711 | return 0; |
| 2669 | 2712 | ||
| 2670 | out_sysfs: | 2713 | out_sysfs: |
| 2671 | for (item = sony_nc_values; item->name; ++item) { | 2714 | for (item = sony_nc_values; item->name; ++item) { |
| 2672 | device_remove_file(&sony_pf_device->dev, &item->devattr); | 2715 | device_remove_file(&sony_pf_device->dev, &item->devattr); |
| 2673 | } | 2716 | } |
| 2674 | sony_nc_backlight_cleanup(); | 2717 | sony_nc_backlight_cleanup(); |
| 2675 | |||
| 2676 | sony_laptop_remove_input(); | ||
| 2677 | |||
| 2678 | outsnc: | ||
| 2679 | sony_nc_function_cleanup(sony_pf_device); | 2718 | sony_nc_function_cleanup(sony_pf_device); |
| 2680 | sony_nc_handles_cleanup(sony_pf_device); | 2719 | sony_nc_handles_cleanup(sony_pf_device); |
| 2681 | 2720 | ||
| 2682 | outpresent: | 2721 | outplatform: |
| 2722 | sony_laptop_remove_input(); | ||
| 2723 | |||
| 2724 | outpresent: | ||
| 2683 | sony_pf_remove(); | 2725 | sony_pf_remove(); |
| 2684 | 2726 | ||
| 2685 | outwalk: | 2727 | outwalk: |
| 2686 | sony_nc_rfkill_cleanup(); | 2728 | sony_nc_rfkill_cleanup(); |
| 2687 | return result; | 2729 | return result; |
| 2688 | } | 2730 | } |
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 09a737c868b5..8b4b3829d9e7 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
| @@ -2519,9 +2519,12 @@ int regulator_set_optimum_mode(struct regulator *regulator, int uA_load) | |||
| 2519 | { | 2519 | { |
| 2520 | struct regulator_dev *rdev = regulator->rdev; | 2520 | struct regulator_dev *rdev = regulator->rdev; |
| 2521 | struct regulator *consumer; | 2521 | struct regulator *consumer; |
| 2522 | int ret, output_uV, input_uV, total_uA_load = 0; | 2522 | int ret, output_uV, input_uV = 0, total_uA_load = 0; |
| 2523 | unsigned int mode; | 2523 | unsigned int mode; |
| 2524 | 2524 | ||
| 2525 | if (rdev->supply) | ||
| 2526 | input_uV = regulator_get_voltage(rdev->supply); | ||
| 2527 | |||
| 2525 | mutex_lock(&rdev->mutex); | 2528 | mutex_lock(&rdev->mutex); |
| 2526 | 2529 | ||
| 2527 | /* | 2530 | /* |
| @@ -2554,10 +2557,7 @@ int regulator_set_optimum_mode(struct regulator *regulator, int uA_load) | |||
| 2554 | goto out; | 2557 | goto out; |
| 2555 | } | 2558 | } |
| 2556 | 2559 | ||
| 2557 | /* get input voltage */ | 2560 | /* No supply? Use constraint voltage */ |
| 2558 | input_uV = 0; | ||
| 2559 | if (rdev->supply) | ||
| 2560 | input_uV = regulator_get_voltage(rdev->supply); | ||
| 2561 | if (input_uV <= 0) | 2561 | if (input_uV <= 0) |
| 2562 | input_uV = rdev->constraints->input_uV; | 2562 | input_uV = rdev->constraints->input_uV; |
| 2563 | if (input_uV <= 0) { | 2563 | if (input_uV <= 0) { |
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 24d880e78ec6..f8d818abf98c 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig | |||
| @@ -4,9 +4,11 @@ menu "Remoteproc drivers (EXPERIMENTAL)" | |||
| 4 | config REMOTEPROC | 4 | config REMOTEPROC |
| 5 | tristate | 5 | tristate |
| 6 | depends on EXPERIMENTAL | 6 | depends on EXPERIMENTAL |
| 7 | select FW_CONFIG | ||
| 7 | 8 | ||
| 8 | config OMAP_REMOTEPROC | 9 | config OMAP_REMOTEPROC |
| 9 | tristate "OMAP remoteproc support" | 10 | tristate "OMAP remoteproc support" |
| 11 | depends on EXPERIMENTAL | ||
| 10 | depends on ARCH_OMAP4 | 12 | depends on ARCH_OMAP4 |
| 11 | depends on OMAP_IOMMU | 13 | depends on OMAP_IOMMU |
| 12 | select REMOTEPROC | 14 | select REMOTEPROC |
diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c index 75506ec2840e..f56c8ba3a861 100644 --- a/drivers/rpmsg/virtio_rpmsg_bus.c +++ b/drivers/rpmsg/virtio_rpmsg_bus.c | |||
| @@ -188,6 +188,26 @@ static int rpmsg_uevent(struct device *dev, struct kobj_uevent_env *env) | |||
| 188 | rpdev->id.name); | 188 | rpdev->id.name); |
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | /** | ||
| 192 | * __ept_release() - deallocate an rpmsg endpoint | ||
| 193 | * @kref: the ept's reference count | ||
| 194 | * | ||
| 195 | * This function deallocates an ept, and is invoked when its @kref refcount | ||
| 196 | * drops to zero. | ||
| 197 | * | ||
| 198 | * Never invoke this function directly! | ||
| 199 | */ | ||
| 200 | static void __ept_release(struct kref *kref) | ||
| 201 | { | ||
| 202 | struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, | ||
| 203 | refcount); | ||
| 204 | /* | ||
| 205 | * At this point no one holds a reference to ept anymore, | ||
| 206 | * so we can directly free it | ||
| 207 | */ | ||
| 208 | kfree(ept); | ||
| 209 | } | ||
| 210 | |||
| 191 | /* for more info, see below documentation of rpmsg_create_ept() */ | 211 | /* for more info, see below documentation of rpmsg_create_ept() */ |
| 192 | static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, | 212 | static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, |
| 193 | struct rpmsg_channel *rpdev, rpmsg_rx_cb_t cb, | 213 | struct rpmsg_channel *rpdev, rpmsg_rx_cb_t cb, |
| @@ -206,6 +226,9 @@ static struct rpmsg_endpoint *__rpmsg_create_ept(struct virtproc_info *vrp, | |||
| 206 | return NULL; | 226 | return NULL; |
| 207 | } | 227 | } |
| 208 | 228 | ||
| 229 | kref_init(&ept->refcount); | ||
| 230 | mutex_init(&ept->cb_lock); | ||
| 231 | |||
| 209 | ept->rpdev = rpdev; | 232 | ept->rpdev = rpdev; |
| 210 | ept->cb = cb; | 233 | ept->cb = cb; |
| 211 | ept->priv = priv; | 234 | ept->priv = priv; |
| @@ -238,7 +261,7 @@ rem_idr: | |||
| 238 | idr_remove(&vrp->endpoints, request); | 261 | idr_remove(&vrp->endpoints, request); |
| 239 | free_ept: | 262 | free_ept: |
| 240 | mutex_unlock(&vrp->endpoints_lock); | 263 | mutex_unlock(&vrp->endpoints_lock); |
| 241 | kfree(ept); | 264 | kref_put(&ept->refcount, __ept_release); |
| 242 | return NULL; | 265 | return NULL; |
| 243 | } | 266 | } |
| 244 | 267 | ||
| @@ -302,11 +325,17 @@ EXPORT_SYMBOL(rpmsg_create_ept); | |||
| 302 | static void | 325 | static void |
| 303 | __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) | 326 | __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) |
| 304 | { | 327 | { |
| 328 | /* make sure new inbound messages can't find this ept anymore */ | ||
| 305 | mutex_lock(&vrp->endpoints_lock); | 329 | mutex_lock(&vrp->endpoints_lock); |
| 306 | idr_remove(&vrp->endpoints, ept->addr); | 330 | idr_remove(&vrp->endpoints, ept->addr); |
| 307 | mutex_unlock(&vrp->endpoints_lock); | 331 | mutex_unlock(&vrp->endpoints_lock); |
| 308 | 332 | ||
| 309 | kfree(ept); | 333 | /* make sure in-flight inbound messages won't invoke cb anymore */ |
| 334 | mutex_lock(&ept->cb_lock); | ||
| 335 | ept->cb = NULL; | ||
| 336 | mutex_unlock(&ept->cb_lock); | ||
| 337 | |||
| 338 | kref_put(&ept->refcount, __ept_release); | ||
| 310 | } | 339 | } |
| 311 | 340 | ||
| 312 | /** | 341 | /** |
| @@ -790,12 +819,28 @@ static void rpmsg_recv_done(struct virtqueue *rvq) | |||
| 790 | 819 | ||
| 791 | /* use the dst addr to fetch the callback of the appropriate user */ | 820 | /* use the dst addr to fetch the callback of the appropriate user */ |
| 792 | mutex_lock(&vrp->endpoints_lock); | 821 | mutex_lock(&vrp->endpoints_lock); |
| 822 | |||
| 793 | ept = idr_find(&vrp->endpoints, msg->dst); | 823 | ept = idr_find(&vrp->endpoints, msg->dst); |
| 824 | |||
| 825 | /* let's make sure no one deallocates ept while we use it */ | ||
| 826 | if (ept) | ||
| 827 | kref_get(&ept->refcount); | ||
| 828 | |||
| 794 | mutex_unlock(&vrp->endpoints_lock); | 829 | mutex_unlock(&vrp->endpoints_lock); |
| 795 | 830 | ||
| 796 | if (ept && ept->cb) | 831 | if (ept) { |
| 797 | ept->cb(ept->rpdev, msg->data, msg->len, ept->priv, msg->src); | 832 | /* make sure ept->cb doesn't go away while we use it */ |
| 798 | else | 833 | mutex_lock(&ept->cb_lock); |
| 834 | |||
| 835 | if (ept->cb) | ||
| 836 | ept->cb(ept->rpdev, msg->data, msg->len, ept->priv, | ||
| 837 | msg->src); | ||
| 838 | |||
| 839 | mutex_unlock(&ept->cb_lock); | ||
| 840 | |||
| 841 | /* farewell, ept, we don't need you anymore */ | ||
| 842 | kref_put(&ept->refcount, __ept_release); | ||
| 843 | } else | ||
| 799 | dev_warn(dev, "msg received with no recepient\n"); | 844 | dev_warn(dev, "msg received with no recepient\n"); |
| 800 | 845 | ||
| 801 | /* publish the real size of the buffer */ | 846 | /* publish the real size of the buffer */ |
| @@ -1040,7 +1085,7 @@ static int __init rpmsg_init(void) | |||
| 1040 | 1085 | ||
| 1041 | return ret; | 1086 | return ret; |
| 1042 | } | 1087 | } |
| 1043 | module_init(rpmsg_init); | 1088 | subsys_initcall(rpmsg_init); |
| 1044 | 1089 | ||
| 1045 | static void __exit rpmsg_fini(void) | 1090 | static void __exit rpmsg_fini(void) |
| 1046 | { | 1091 | { |
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c index 4bcf9ca2818a..370889d0489b 100644 --- a/drivers/rtc/rtc-ab8500.c +++ b/drivers/rtc/rtc-ab8500.c | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | #include <linux/mfd/abx500.h> | 17 | #include <linux/mfd/abx500.h> |
| 18 | #include <linux/mfd/abx500/ab8500.h> | 18 | #include <linux/mfd/abx500/ab8500.h> |
| 19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
| 20 | #include <linux/of.h> | ||
| 20 | 21 | ||
| 21 | #define AB8500_RTC_SOFF_STAT_REG 0x00 | 22 | #define AB8500_RTC_SOFF_STAT_REG 0x00 |
| 22 | #define AB8500_RTC_CC_CONF_REG 0x01 | 23 | #define AB8500_RTC_CC_CONF_REG 0x01 |
| @@ -422,7 +423,7 @@ static int __devinit ab8500_rtc_probe(struct platform_device *pdev) | |||
| 422 | } | 423 | } |
| 423 | 424 | ||
| 424 | err = request_threaded_irq(irq, NULL, rtc_alarm_handler, | 425 | err = request_threaded_irq(irq, NULL, rtc_alarm_handler, |
| 425 | IRQF_NO_SUSPEND, "ab8500-rtc", rtc); | 426 | IRQF_NO_SUSPEND | IRQF_ONESHOT, "ab8500-rtc", rtc); |
| 426 | if (err < 0) { | 427 | if (err < 0) { |
| 427 | rtc_device_unregister(rtc); | 428 | rtc_device_unregister(rtc); |
| 428 | return err; | 429 | return err; |
| @@ -430,7 +431,6 @@ static int __devinit ab8500_rtc_probe(struct platform_device *pdev) | |||
| 430 | 431 | ||
| 431 | platform_set_drvdata(pdev, rtc); | 432 | platform_set_drvdata(pdev, rtc); |
| 432 | 433 | ||
| 433 | |||
| 434 | err = ab8500_sysfs_rtc_register(&pdev->dev); | 434 | err = ab8500_sysfs_rtc_register(&pdev->dev); |
| 435 | if (err) { | 435 | if (err) { |
| 436 | dev_err(&pdev->dev, "sysfs RTC failed to register\n"); | 436 | dev_err(&pdev->dev, "sysfs RTC failed to register\n"); |
| @@ -454,10 +454,16 @@ static int __devexit ab8500_rtc_remove(struct platform_device *pdev) | |||
| 454 | return 0; | 454 | return 0; |
| 455 | } | 455 | } |
| 456 | 456 | ||
| 457 | static const struct of_device_id ab8500_rtc_match[] = { | ||
| 458 | { .compatible = "stericsson,ab8500-rtc", }, | ||
| 459 | {} | ||
| 460 | }; | ||
| 461 | |||
| 457 | static struct platform_driver ab8500_rtc_driver = { | 462 | static struct platform_driver ab8500_rtc_driver = { |
| 458 | .driver = { | 463 | .driver = { |
| 459 | .name = "ab8500-rtc", | 464 | .name = "ab8500-rtc", |
| 460 | .owner = THIS_MODULE, | 465 | .owner = THIS_MODULE, |
| 466 | .of_match_table = ab8500_rtc_match, | ||
| 461 | }, | 467 | }, |
| 462 | .probe = ab8500_rtc_probe, | 468 | .probe = ab8500_rtc_probe, |
| 463 | .remove = __devexit_p(ab8500_rtc_remove), | 469 | .remove = __devexit_p(ab8500_rtc_remove), |
diff --git a/drivers/rtc/rtc-mxc.c b/drivers/rtc/rtc-mxc.c index 5e1d64ee5228..e3e50d69baf8 100644 --- a/drivers/rtc/rtc-mxc.c +++ b/drivers/rtc/rtc-mxc.c | |||
| @@ -202,10 +202,11 @@ static irqreturn_t mxc_rtc_interrupt(int irq, void *dev_id) | |||
| 202 | struct platform_device *pdev = dev_id; | 202 | struct platform_device *pdev = dev_id; |
| 203 | struct rtc_plat_data *pdata = platform_get_drvdata(pdev); | 203 | struct rtc_plat_data *pdata = platform_get_drvdata(pdev); |
| 204 | void __iomem *ioaddr = pdata->ioaddr; | 204 | void __iomem *ioaddr = pdata->ioaddr; |
| 205 | unsigned long flags; | ||
| 205 | u32 status; | 206 | u32 status; |
| 206 | u32 events = 0; | 207 | u32 events = 0; |
| 207 | 208 | ||
| 208 | spin_lock_irq(&pdata->rtc->irq_lock); | 209 | spin_lock_irqsave(&pdata->rtc->irq_lock, flags); |
| 209 | status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); | 210 | status = readw(ioaddr + RTC_RTCISR) & readw(ioaddr + RTC_RTCIENR); |
| 210 | /* clear interrupt sources */ | 211 | /* clear interrupt sources */ |
| 211 | writew(status, ioaddr + RTC_RTCISR); | 212 | writew(status, ioaddr + RTC_RTCISR); |
| @@ -224,7 +225,7 @@ static irqreturn_t mxc_rtc_interrupt(int irq, void *dev_id) | |||
| 224 | events |= (RTC_PF | RTC_IRQF); | 225 | events |= (RTC_PF | RTC_IRQF); |
| 225 | 226 | ||
| 226 | rtc_update_irq(pdata->rtc, 1, events); | 227 | rtc_update_irq(pdata->rtc, 1, events); |
| 227 | spin_unlock_irq(&pdata->rtc->irq_lock); | 228 | spin_unlock_irqrestore(&pdata->rtc->irq_lock, flags); |
| 228 | 229 | ||
| 229 | return IRQ_HANDLED; | 230 | return IRQ_HANDLED; |
| 230 | } | 231 | } |
diff --git a/drivers/rtc/rtc-spear.c b/drivers/rtc/rtc-spear.c index 1f76320e545b..e2785479113c 100644 --- a/drivers/rtc/rtc-spear.c +++ b/drivers/rtc/rtc-spear.c | |||
| @@ -458,12 +458,12 @@ static int __devexit spear_rtc_remove(struct platform_device *pdev) | |||
| 458 | clk_disable(config->clk); | 458 | clk_disable(config->clk); |
| 459 | clk_put(config->clk); | 459 | clk_put(config->clk); |
| 460 | iounmap(config->ioaddr); | 460 | iounmap(config->ioaddr); |
| 461 | kfree(config); | ||
| 462 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 461 | res = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
| 463 | if (res) | 462 | if (res) |
| 464 | release_mem_region(res->start, resource_size(res)); | 463 | release_mem_region(res->start, resource_size(res)); |
| 465 | platform_set_drvdata(pdev, NULL); | 464 | platform_set_drvdata(pdev, NULL); |
| 466 | rtc_device_unregister(config->rtc); | 465 | rtc_device_unregister(config->rtc); |
| 466 | kfree(config); | ||
| 467 | 467 | ||
| 468 | return 0; | 468 | return 0; |
| 469 | } | 469 | } |
diff --git a/drivers/rtc/rtc-twl.c b/drivers/rtc/rtc-twl.c index 258abeabf624..c5d06fe83bba 100644 --- a/drivers/rtc/rtc-twl.c +++ b/drivers/rtc/rtc-twl.c | |||
| @@ -510,7 +510,7 @@ static int __devinit twl_rtc_probe(struct platform_device *pdev) | |||
| 510 | } | 510 | } |
| 511 | 511 | ||
| 512 | ret = request_threaded_irq(irq, NULL, twl_rtc_interrupt, | 512 | ret = request_threaded_irq(irq, NULL, twl_rtc_interrupt, |
| 513 | IRQF_TRIGGER_RISING, | 513 | IRQF_TRIGGER_RISING | IRQF_ONESHOT, |
| 514 | dev_name(&rtc->dev), rtc); | 514 | dev_name(&rtc->dev), rtc); |
| 515 | if (ret < 0) { | 515 | if (ret < 0) { |
| 516 | dev_err(&pdev->dev, "IRQ is not free.\n"); | 516 | dev_err(&pdev->dev, "IRQ is not free.\n"); |
diff --git a/drivers/scsi/aic94xx/aic94xx_task.c b/drivers/scsi/aic94xx/aic94xx_task.c index 532d212b6b2c..393e7ce8e95a 100644 --- a/drivers/scsi/aic94xx/aic94xx_task.c +++ b/drivers/scsi/aic94xx/aic94xx_task.c | |||
| @@ -201,7 +201,7 @@ static void asd_get_response_tasklet(struct asd_ascb *ascb, | |||
| 201 | 201 | ||
| 202 | if (SAS_STATUS_BUF_SIZE >= sizeof(*resp)) { | 202 | if (SAS_STATUS_BUF_SIZE >= sizeof(*resp)) { |
| 203 | resp->frame_len = le16_to_cpu(*(__le16 *)(r+6)); | 203 | resp->frame_len = le16_to_cpu(*(__le16 *)(r+6)); |
| 204 | memcpy(&resp->ending_fis[0], r+16, 24); | 204 | memcpy(&resp->ending_fis[0], r+16, ATA_RESP_FIS_SIZE); |
| 205 | ts->buf_valid_size = sizeof(*resp); | 205 | ts->buf_valid_size = sizeof(*resp); |
| 206 | } | 206 | } |
| 207 | } | 207 | } |
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index 0c53c28dc3d3..7e77cf620291 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
| @@ -350,6 +350,7 @@ struct bnx2i_hba { | |||
| 350 | struct pci_dev *pcidev; | 350 | struct pci_dev *pcidev; |
| 351 | struct net_device *netdev; | 351 | struct net_device *netdev; |
| 352 | void __iomem *regview; | 352 | void __iomem *regview; |
| 353 | resource_size_t reg_base; | ||
| 353 | 354 | ||
| 354 | u32 age; | 355 | u32 age; |
| 355 | unsigned long cnic_dev_type; | 356 | unsigned long cnic_dev_type; |
diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c index ece47e502282..86a12b48e477 100644 --- a/drivers/scsi/bnx2i/bnx2i_hwi.c +++ b/drivers/scsi/bnx2i/bnx2i_hwi.c | |||
| @@ -2724,7 +2724,6 @@ int bnx2i_map_ep_dbell_regs(struct bnx2i_endpoint *ep) | |||
| 2724 | goto arm_cq; | 2724 | goto arm_cq; |
| 2725 | } | 2725 | } |
| 2726 | 2726 | ||
| 2727 | reg_base = ep->hba->netdev->base_addr; | ||
| 2728 | if ((test_bit(BNX2I_NX2_DEV_5709, &ep->hba->cnic_dev_type)) && | 2727 | if ((test_bit(BNX2I_NX2_DEV_5709, &ep->hba->cnic_dev_type)) && |
| 2729 | (ep->hba->mail_queue_access == BNX2I_MQ_BIN_MODE)) { | 2728 | (ep->hba->mail_queue_access == BNX2I_MQ_BIN_MODE)) { |
| 2730 | config2 = REG_RD(ep->hba, BNX2_MQ_CONFIG2); | 2729 | config2 = REG_RD(ep->hba, BNX2_MQ_CONFIG2); |
| @@ -2740,7 +2739,7 @@ int bnx2i_map_ep_dbell_regs(struct bnx2i_endpoint *ep) | |||
| 2740 | /* 5709 device in normal node and 5706/5708 devices */ | 2739 | /* 5709 device in normal node and 5706/5708 devices */ |
| 2741 | reg_off = CTX_OFFSET + (MB_KERNEL_CTX_SIZE * cid_num); | 2740 | reg_off = CTX_OFFSET + (MB_KERNEL_CTX_SIZE * cid_num); |
| 2742 | 2741 | ||
| 2743 | ep->qp.ctx_base = ioremap_nocache(reg_base + reg_off, | 2742 | ep->qp.ctx_base = ioremap_nocache(ep->hba->reg_base + reg_off, |
| 2744 | MB_KERNEL_CTX_SIZE); | 2743 | MB_KERNEL_CTX_SIZE); |
| 2745 | if (!ep->qp.ctx_base) | 2744 | if (!ep->qp.ctx_base) |
| 2746 | return -ENOMEM; | 2745 | return -ENOMEM; |
diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c index f8d516b53161..621538b8b544 100644 --- a/drivers/scsi/bnx2i/bnx2i_iscsi.c +++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c | |||
| @@ -811,13 +811,13 @@ struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) | |||
| 811 | bnx2i_identify_device(hba); | 811 | bnx2i_identify_device(hba); |
| 812 | bnx2i_setup_host_queue_size(hba, shost); | 812 | bnx2i_setup_host_queue_size(hba, shost); |
| 813 | 813 | ||
| 814 | hba->reg_base = pci_resource_start(hba->pcidev, 0); | ||
| 814 | if (test_bit(BNX2I_NX2_DEV_5709, &hba->cnic_dev_type)) { | 815 | if (test_bit(BNX2I_NX2_DEV_5709, &hba->cnic_dev_type)) { |
| 815 | hba->regview = ioremap_nocache(hba->netdev->base_addr, | 816 | hba->regview = pci_iomap(hba->pcidev, 0, BNX2_MQ_CONFIG2); |
| 816 | BNX2_MQ_CONFIG2); | ||
| 817 | if (!hba->regview) | 817 | if (!hba->regview) |
| 818 | goto ioreg_map_err; | 818 | goto ioreg_map_err; |
| 819 | } else if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type)) { | 819 | } else if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type)) { |
| 820 | hba->regview = ioremap_nocache(hba->netdev->base_addr, 4096); | 820 | hba->regview = pci_iomap(hba->pcidev, 0, 4096); |
| 821 | if (!hba->regview) | 821 | if (!hba->regview) |
| 822 | goto ioreg_map_err; | 822 | goto ioreg_map_err; |
| 823 | } | 823 | } |
| @@ -884,7 +884,7 @@ cid_que_err: | |||
| 884 | bnx2i_free_mp_bdt(hba); | 884 | bnx2i_free_mp_bdt(hba); |
| 885 | mp_bdt_mem_err: | 885 | mp_bdt_mem_err: |
| 886 | if (hba->regview) { | 886 | if (hba->regview) { |
| 887 | iounmap(hba->regview); | 887 | pci_iounmap(hba->pcidev, hba->regview); |
| 888 | hba->regview = NULL; | 888 | hba->regview = NULL; |
| 889 | } | 889 | } |
| 890 | ioreg_map_err: | 890 | ioreg_map_err: |
| @@ -910,7 +910,7 @@ void bnx2i_free_hba(struct bnx2i_hba *hba) | |||
| 910 | pci_dev_put(hba->pcidev); | 910 | pci_dev_put(hba->pcidev); |
| 911 | 911 | ||
| 912 | if (hba->regview) { | 912 | if (hba->regview) { |
| 913 | iounmap(hba->regview); | 913 | pci_iounmap(hba->pcidev, hba->regview); |
| 914 | hba->regview = NULL; | 914 | hba->regview = NULL; |
| 915 | } | 915 | } |
| 916 | bnx2i_free_mp_bdt(hba); | 916 | bnx2i_free_mp_bdt(hba); |
diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c index 441d88ad99a7..d109cc3a17b6 100644 --- a/drivers/scsi/libsas/sas_ata.c +++ b/drivers/scsi/libsas/sas_ata.c | |||
| @@ -139,12 +139,12 @@ static void sas_ata_task_done(struct sas_task *task) | |||
| 139 | if (stat->stat == SAS_PROTO_RESPONSE || stat->stat == SAM_STAT_GOOD || | 139 | if (stat->stat == SAS_PROTO_RESPONSE || stat->stat == SAM_STAT_GOOD || |
| 140 | ((stat->stat == SAM_STAT_CHECK_CONDITION && | 140 | ((stat->stat == SAM_STAT_CHECK_CONDITION && |
| 141 | dev->sata_dev.command_set == ATAPI_COMMAND_SET))) { | 141 | dev->sata_dev.command_set == ATAPI_COMMAND_SET))) { |
| 142 | ata_tf_from_fis(resp->ending_fis, &dev->sata_dev.tf); | 142 | memcpy(dev->sata_dev.fis, resp->ending_fis, ATA_RESP_FIS_SIZE); |
| 143 | 143 | ||
| 144 | if (!link->sactive) { | 144 | if (!link->sactive) { |
| 145 | qc->err_mask |= ac_err_mask(dev->sata_dev.tf.command); | 145 | qc->err_mask |= ac_err_mask(dev->sata_dev.fis[2]); |
| 146 | } else { | 146 | } else { |
| 147 | link->eh_info.err_mask |= ac_err_mask(dev->sata_dev.tf.command); | 147 | link->eh_info.err_mask |= ac_err_mask(dev->sata_dev.fis[2]); |
| 148 | if (unlikely(link->eh_info.err_mask)) | 148 | if (unlikely(link->eh_info.err_mask)) |
| 149 | qc->flags |= ATA_QCFLAG_FAILED; | 149 | qc->flags |= ATA_QCFLAG_FAILED; |
| 150 | } | 150 | } |
| @@ -161,8 +161,8 @@ static void sas_ata_task_done(struct sas_task *task) | |||
| 161 | qc->flags |= ATA_QCFLAG_FAILED; | 161 | qc->flags |= ATA_QCFLAG_FAILED; |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | dev->sata_dev.tf.feature = 0x04; /* status err */ | 164 | dev->sata_dev.fis[3] = 0x04; /* status err */ |
| 165 | dev->sata_dev.tf.command = ATA_ERR; | 165 | dev->sata_dev.fis[2] = ATA_ERR; |
| 166 | } | 166 | } |
| 167 | } | 167 | } |
| 168 | 168 | ||
| @@ -269,7 +269,7 @@ static bool sas_ata_qc_fill_rtf(struct ata_queued_cmd *qc) | |||
| 269 | { | 269 | { |
| 270 | struct domain_device *dev = qc->ap->private_data; | 270 | struct domain_device *dev = qc->ap->private_data; |
| 271 | 271 | ||
| 272 | memcpy(&qc->result_tf, &dev->sata_dev.tf, sizeof(qc->result_tf)); | 272 | ata_tf_from_fis(dev->sata_dev.fis, &qc->result_tf); |
| 273 | return true; | 273 | return true; |
| 274 | } | 274 | } |
| 275 | 275 | ||
diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index 6986552b47e6..77759c78cc21 100644 --- a/drivers/scsi/qla2xxx/qla_target.c +++ b/drivers/scsi/qla2xxx/qla_target.c | |||
| @@ -3960,7 +3960,7 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha, | |||
| 3960 | { | 3960 | { |
| 3961 | struct qla_hw_data *ha = vha->hw; | 3961 | struct qla_hw_data *ha = vha->hw; |
| 3962 | struct qla_tgt *tgt = ha->tgt.qla_tgt; | 3962 | struct qla_tgt *tgt = ha->tgt.qla_tgt; |
| 3963 | int reason_code; | 3963 | int login_code; |
| 3964 | 3964 | ||
| 3965 | ql_dbg(ql_dbg_tgt, vha, 0xe039, | 3965 | ql_dbg(ql_dbg_tgt, vha, 0xe039, |
| 3966 | "scsi(%ld): ha state %d init_done %d oper_mode %d topo %d\n", | 3966 | "scsi(%ld): ha state %d init_done %d oper_mode %d topo %d\n", |
| @@ -4003,9 +4003,9 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha, | |||
| 4003 | { | 4003 | { |
| 4004 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03b, | 4004 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03b, |
| 4005 | "qla_target(%d): Async LOOP_UP occured " | 4005 | "qla_target(%d): Async LOOP_UP occured " |
| 4006 | "(m[1]=%x, m[2]=%x, m[3]=%x, m[4]=%x)", vha->vp_idx, | 4006 | "(m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx, |
| 4007 | le16_to_cpu(mailbox[1]), le16_to_cpu(mailbox[2]), | 4007 | le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]), |
| 4008 | le16_to_cpu(mailbox[3]), le16_to_cpu(mailbox[4])); | 4008 | le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3])); |
| 4009 | if (tgt->link_reinit_iocb_pending) { | 4009 | if (tgt->link_reinit_iocb_pending) { |
| 4010 | qlt_send_notify_ack(vha, (void *)&tgt->link_reinit_iocb, | 4010 | qlt_send_notify_ack(vha, (void *)&tgt->link_reinit_iocb, |
| 4011 | 0, 0, 0, 0, 0, 0); | 4011 | 0, 0, 0, 0, 0, 0); |
| @@ -4020,23 +4020,24 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha, | |||
| 4020 | case MBA_RSCN_UPDATE: | 4020 | case MBA_RSCN_UPDATE: |
| 4021 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03c, | 4021 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03c, |
| 4022 | "qla_target(%d): Async event %#x occured " | 4022 | "qla_target(%d): Async event %#x occured " |
| 4023 | "(m[1]=%x, m[2]=%x, m[3]=%x, m[4]=%x)", vha->vp_idx, code, | 4023 | "(m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx, code, |
| 4024 | le16_to_cpu(mailbox[1]), le16_to_cpu(mailbox[2]), | 4024 | le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]), |
| 4025 | le16_to_cpu(mailbox[3]), le16_to_cpu(mailbox[4])); | 4025 | le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3])); |
| 4026 | break; | 4026 | break; |
| 4027 | 4027 | ||
| 4028 | case MBA_PORT_UPDATE: | 4028 | case MBA_PORT_UPDATE: |
| 4029 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03d, | 4029 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03d, |
| 4030 | "qla_target(%d): Port update async event %#x " | 4030 | "qla_target(%d): Port update async event %#x " |
| 4031 | "occured: updating the ports database (m[1]=%x, m[2]=%x, " | 4031 | "occured: updating the ports database (m[0]=%x, m[1]=%x, " |
| 4032 | "m[3]=%x, m[4]=%x)", vha->vp_idx, code, | 4032 | "m[2]=%x, m[3]=%x)", vha->vp_idx, code, |
| 4033 | le16_to_cpu(mailbox[1]), le16_to_cpu(mailbox[2]), | 4033 | le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]), |
| 4034 | le16_to_cpu(mailbox[3]), le16_to_cpu(mailbox[4])); | 4034 | le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3])); |
| 4035 | reason_code = le16_to_cpu(mailbox[2]); | 4035 | |
| 4036 | if (reason_code == 0x4) | 4036 | login_code = le16_to_cpu(mailbox[2]); |
| 4037 | if (login_code == 0x4) | ||
| 4037 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03e, | 4038 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03e, |
| 4038 | "Async MB 2: Got PLOGI Complete\n"); | 4039 | "Async MB 2: Got PLOGI Complete\n"); |
| 4039 | else if (reason_code == 0x7) | 4040 | else if (login_code == 0x7) |
| 4040 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03f, | 4041 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf03f, |
| 4041 | "Async MB 2: Port Logged Out\n"); | 4042 | "Async MB 2: Port Logged Out\n"); |
| 4042 | break; | 4043 | break; |
| @@ -4044,9 +4045,9 @@ void qlt_async_event(uint16_t code, struct scsi_qla_host *vha, | |||
| 4044 | default: | 4045 | default: |
| 4045 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf040, | 4046 | ql_dbg(ql_dbg_tgt_mgt, vha, 0xf040, |
| 4046 | "qla_target(%d): Async event %#x occured: " | 4047 | "qla_target(%d): Async event %#x occured: " |
| 4047 | "ignore (m[1]=%x, m[2]=%x, m[3]=%x, m[4]=%x)", vha->vp_idx, | 4048 | "ignore (m[0]=%x, m[1]=%x, m[2]=%x, m[3]=%x)", vha->vp_idx, |
| 4048 | code, le16_to_cpu(mailbox[1]), le16_to_cpu(mailbox[2]), | 4049 | code, le16_to_cpu(mailbox[0]), le16_to_cpu(mailbox[1]), |
| 4049 | le16_to_cpu(mailbox[3]), le16_to_cpu(mailbox[4])); | 4050 | le16_to_cpu(mailbox[2]), le16_to_cpu(mailbox[3])); |
| 4050 | break; | 4051 | break; |
| 4051 | } | 4052 | } |
| 4052 | 4053 | ||
diff --git a/drivers/scsi/scsi_wait_scan.c b/drivers/scsi/scsi_wait_scan.c index ae7814874618..072734538876 100644 --- a/drivers/scsi/scsi_wait_scan.c +++ b/drivers/scsi/scsi_wait_scan.c | |||
| @@ -22,11 +22,6 @@ static int __init wait_scan_init(void) | |||
| 22 | * and might not yet have reached the scsi async scanning | 22 | * and might not yet have reached the scsi async scanning |
| 23 | */ | 23 | */ |
| 24 | wait_for_device_probe(); | 24 | wait_for_device_probe(); |
| 25 | /* | ||
| 26 | * and then we wait for the actual asynchronous scsi scan | ||
| 27 | * to finish. | ||
| 28 | */ | ||
| 29 | scsi_complete_async_scans(); | ||
| 30 | return 0; | 25 | return 0; |
| 31 | } | 26 | } |
| 32 | 27 | ||
diff --git a/drivers/target/target_core_cdb.c b/drivers/target/target_core_cdb.c index 9888693a18fe..664f6e775d0e 100644 --- a/drivers/target/target_core_cdb.c +++ b/drivers/target/target_core_cdb.c | |||
| @@ -1095,7 +1095,7 @@ int target_emulate_write_same(struct se_cmd *cmd) | |||
| 1095 | if (num_blocks != 0) | 1095 | if (num_blocks != 0) |
| 1096 | range = num_blocks; | 1096 | range = num_blocks; |
| 1097 | else | 1097 | else |
| 1098 | range = (dev->transport->get_blocks(dev) - lba); | 1098 | range = (dev->transport->get_blocks(dev) - lba) + 1; |
| 1099 | 1099 | ||
| 1100 | pr_debug("WRITE_SAME UNMAP: LBA: %llu Range: %llu\n", | 1100 | pr_debug("WRITE_SAME UNMAP: LBA: %llu Range: %llu\n", |
| 1101 | (unsigned long long)lba, (unsigned long long)range); | 1101 | (unsigned long long)lba, (unsigned long long)range); |
diff --git a/drivers/target/target_core_pr.c b/drivers/target/target_core_pr.c index 85564998500a..a1bcd927a9e6 100644 --- a/drivers/target/target_core_pr.c +++ b/drivers/target/target_core_pr.c | |||
| @@ -2031,7 +2031,7 @@ static int __core_scsi3_write_aptpl_to_file( | |||
| 2031 | if (IS_ERR(file) || !file || !file->f_dentry) { | 2031 | if (IS_ERR(file) || !file || !file->f_dentry) { |
| 2032 | pr_err("filp_open(%s) for APTPL metadata" | 2032 | pr_err("filp_open(%s) for APTPL metadata" |
| 2033 | " failed\n", path); | 2033 | " failed\n", path); |
| 2034 | return (PTR_ERR(file) < 0 ? PTR_ERR(file) : -ENOENT); | 2034 | return IS_ERR(file) ? PTR_ERR(file) : -ENOENT; |
| 2035 | } | 2035 | } |
| 2036 | 2036 | ||
| 2037 | iov[0].iov_base = &buf[0]; | 2037 | iov[0].iov_base = &buf[0]; |
| @@ -3818,7 +3818,7 @@ int target_scsi3_emulate_pr_out(struct se_cmd *cmd) | |||
| 3818 | " SPC-2 reservation is held, returning" | 3818 | " SPC-2 reservation is held, returning" |
| 3819 | " RESERVATION_CONFLICT\n"); | 3819 | " RESERVATION_CONFLICT\n"); |
| 3820 | cmd->scsi_sense_reason = TCM_RESERVATION_CONFLICT; | 3820 | cmd->scsi_sense_reason = TCM_RESERVATION_CONFLICT; |
| 3821 | ret = EINVAL; | 3821 | ret = -EINVAL; |
| 3822 | goto out; | 3822 | goto out; |
| 3823 | } | 3823 | } |
| 3824 | 3824 | ||
| @@ -3828,7 +3828,8 @@ int target_scsi3_emulate_pr_out(struct se_cmd *cmd) | |||
| 3828 | */ | 3828 | */ |
| 3829 | if (!cmd->se_sess) { | 3829 | if (!cmd->se_sess) { |
| 3830 | cmd->scsi_sense_reason = TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; | 3830 | cmd->scsi_sense_reason = TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE; |
| 3831 | return -EINVAL; | 3831 | ret = -EINVAL; |
| 3832 | goto out; | ||
| 3832 | } | 3833 | } |
| 3833 | 3834 | ||
| 3834 | if (cmd->data_length < 24) { | 3835 | if (cmd->data_length < 24) { |
diff --git a/drivers/target/tcm_fc/tfc_cmd.c b/drivers/target/tcm_fc/tfc_cmd.c index f03fb9730f5b..5b65f33939a8 100644 --- a/drivers/target/tcm_fc/tfc_cmd.c +++ b/drivers/target/tcm_fc/tfc_cmd.c | |||
| @@ -230,6 +230,8 @@ u32 ft_get_task_tag(struct se_cmd *se_cmd) | |||
| 230 | { | 230 | { |
| 231 | struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); | 231 | struct ft_cmd *cmd = container_of(se_cmd, struct ft_cmd, se_cmd); |
| 232 | 232 | ||
| 233 | if (cmd->aborted) | ||
| 234 | return ~0; | ||
| 233 | return fc_seq_exch(cmd->seq)->rxid; | 235 | return fc_seq_exch(cmd->seq)->rxid; |
| 234 | } | 236 | } |
| 235 | 237 | ||
diff --git a/drivers/target/tcm_fc/tfc_sess.c b/drivers/target/tcm_fc/tfc_sess.c index cb99da920068..87901fa74dd7 100644 --- a/drivers/target/tcm_fc/tfc_sess.c +++ b/drivers/target/tcm_fc/tfc_sess.c | |||
| @@ -58,7 +58,8 @@ static struct ft_tport *ft_tport_create(struct fc_lport *lport) | |||
| 58 | struct ft_tport *tport; | 58 | struct ft_tport *tport; |
| 59 | int i; | 59 | int i; |
| 60 | 60 | ||
| 61 | tport = rcu_dereference(lport->prov[FC_TYPE_FCP]); | 61 | tport = rcu_dereference_protected(lport->prov[FC_TYPE_FCP], |
| 62 | lockdep_is_held(&ft_lport_lock)); | ||
| 62 | if (tport && tport->tpg) | 63 | if (tport && tport->tpg) |
| 63 | return tport; | 64 | return tport; |
| 64 | 65 | ||
diff --git a/drivers/tty/hvc/hvc_opal.c b/drivers/tty/hvc/hvc_opal.c index ced26c8ccd57..0d2ea0c224c3 100644 --- a/drivers/tty/hvc/hvc_opal.c +++ b/drivers/tty/hvc/hvc_opal.c | |||
| @@ -401,7 +401,7 @@ out: | |||
| 401 | } | 401 | } |
| 402 | 402 | ||
| 403 | #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW | 403 | #ifdef CONFIG_PPC_EARLY_DEBUG_OPAL_RAW |
| 404 | void __init udbg_init_debug_opal(void) | 404 | void __init udbg_init_debug_opal_raw(void) |
| 405 | { | 405 | { |
| 406 | u32 index = CONFIG_PPC_EARLY_DEBUG_OPAL_VTERMNO; | 406 | u32 index = CONFIG_PPC_EARLY_DEBUG_OPAL_VTERMNO; |
| 407 | hvc_opal_privs[index] = &hvc_opal_boot_priv; | 407 | hvc_opal_privs[index] = &hvc_opal_boot_priv; |
diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 8fd398dffced..ee469274a3fe 100644 --- a/drivers/usb/class/cdc-wdm.c +++ b/drivers/usb/class/cdc-wdm.c | |||
| @@ -500,6 +500,8 @@ retry: | |||
| 500 | goto retry; | 500 | goto retry; |
| 501 | } | 501 | } |
| 502 | if (!desc->reslength) { /* zero length read */ | 502 | if (!desc->reslength) { /* zero length read */ |
| 503 | dev_dbg(&desc->intf->dev, "%s: zero length - clearing WDM_READ\n", __func__); | ||
| 504 | clear_bit(WDM_READ, &desc->flags); | ||
| 503 | spin_unlock_irq(&desc->iuspin); | 505 | spin_unlock_irq(&desc->iuspin); |
| 504 | goto retry; | 506 | goto retry; |
| 505 | } | 507 | } |
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 25a7422ee657..8fb484984c86 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c | |||
| @@ -2324,12 +2324,16 @@ static unsigned hub_is_wusb(struct usb_hub *hub) | |||
| 2324 | static int hub_port_reset(struct usb_hub *hub, int port1, | 2324 | static int hub_port_reset(struct usb_hub *hub, int port1, |
| 2325 | struct usb_device *udev, unsigned int delay, bool warm); | 2325 | struct usb_device *udev, unsigned int delay, bool warm); |
| 2326 | 2326 | ||
| 2327 | /* Is a USB 3.0 port in the Inactive state? */ | 2327 | /* Is a USB 3.0 port in the Inactive or Complinance Mode state? |
| 2328 | static bool hub_port_inactive(struct usb_hub *hub, u16 portstatus) | 2328 | * Port worm reset is required to recover |
| 2329 | */ | ||
| 2330 | static bool hub_port_warm_reset_required(struct usb_hub *hub, u16 portstatus) | ||
| 2329 | { | 2331 | { |
| 2330 | return hub_is_superspeed(hub->hdev) && | 2332 | return hub_is_superspeed(hub->hdev) && |
| 2331 | (portstatus & USB_PORT_STAT_LINK_STATE) == | 2333 | (((portstatus & USB_PORT_STAT_LINK_STATE) == |
| 2332 | USB_SS_PORT_LS_SS_INACTIVE; | 2334 | USB_SS_PORT_LS_SS_INACTIVE) || |
| 2335 | ((portstatus & USB_PORT_STAT_LINK_STATE) == | ||
| 2336 | USB_SS_PORT_LS_COMP_MOD)) ; | ||
| 2333 | } | 2337 | } |
| 2334 | 2338 | ||
| 2335 | static int hub_port_wait_reset(struct usb_hub *hub, int port1, | 2339 | static int hub_port_wait_reset(struct usb_hub *hub, int port1, |
| @@ -2365,7 +2369,7 @@ static int hub_port_wait_reset(struct usb_hub *hub, int port1, | |||
| 2365 | * | 2369 | * |
| 2366 | * See https://bugzilla.kernel.org/show_bug.cgi?id=41752 | 2370 | * See https://bugzilla.kernel.org/show_bug.cgi?id=41752 |
| 2367 | */ | 2371 | */ |
| 2368 | if (hub_port_inactive(hub, portstatus)) { | 2372 | if (hub_port_warm_reset_required(hub, portstatus)) { |
| 2369 | int ret; | 2373 | int ret; |
| 2370 | 2374 | ||
| 2371 | if ((portchange & USB_PORT_STAT_C_CONNECTION)) | 2375 | if ((portchange & USB_PORT_STAT_C_CONNECTION)) |
| @@ -4408,9 +4412,7 @@ static void hub_events(void) | |||
| 4408 | /* Warm reset a USB3 protocol port if it's in | 4412 | /* Warm reset a USB3 protocol port if it's in |
| 4409 | * SS.Inactive state. | 4413 | * SS.Inactive state. |
| 4410 | */ | 4414 | */ |
| 4411 | if (hub_is_superspeed(hub->hdev) && | 4415 | if (hub_port_warm_reset_required(hub, portstatus)) { |
| 4412 | (portstatus & USB_PORT_STAT_LINK_STATE) | ||
| 4413 | == USB_SS_PORT_LS_SS_INACTIVE) { | ||
| 4414 | dev_dbg(hub_dev, "warm reset port %d\n", i); | 4416 | dev_dbg(hub_dev, "warm reset port %d\n", i); |
| 4415 | hub_port_reset(hub, i, NULL, | 4417 | hub_port_reset(hub, i, NULL, |
| 4416 | HUB_BH_RESET_TIME, true); | 4418 | HUB_BH_RESET_TIME, true); |
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 17cfb8a1131c..c30435499a02 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
| @@ -281,14 +281,13 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
| 281 | } | 281 | } |
| 282 | } | 282 | } |
| 283 | 283 | ||
| 284 | /* Hold PHYs in reset while initializing EHCI controller */ | ||
| 284 | if (pdata->phy_reset) { | 285 | if (pdata->phy_reset) { |
| 285 | if (gpio_is_valid(pdata->reset_gpio_port[0])) | 286 | if (gpio_is_valid(pdata->reset_gpio_port[0])) |
| 286 | gpio_request_one(pdata->reset_gpio_port[0], | 287 | gpio_set_value_cansleep(pdata->reset_gpio_port[0], 0); |
| 287 | GPIOF_OUT_INIT_LOW, "USB1 PHY reset"); | ||
| 288 | 288 | ||
| 289 | if (gpio_is_valid(pdata->reset_gpio_port[1])) | 289 | if (gpio_is_valid(pdata->reset_gpio_port[1])) |
| 290 | gpio_request_one(pdata->reset_gpio_port[1], | 290 | gpio_set_value_cansleep(pdata->reset_gpio_port[1], 0); |
| 291 | GPIOF_OUT_INIT_LOW, "USB2 PHY reset"); | ||
| 292 | 291 | ||
| 293 | /* Hold the PHY in RESET for enough time till DIR is high */ | 292 | /* Hold the PHY in RESET for enough time till DIR is high */ |
| 294 | udelay(10); | 293 | udelay(10); |
| @@ -330,6 +329,11 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
| 330 | omap_ehci->hcs_params = readl(&omap_ehci->caps->hcs_params); | 329 | omap_ehci->hcs_params = readl(&omap_ehci->caps->hcs_params); |
| 331 | 330 | ||
| 332 | ehci_reset(omap_ehci); | 331 | ehci_reset(omap_ehci); |
| 332 | ret = usb_add_hcd(hcd, irq, IRQF_SHARED); | ||
| 333 | if (ret) { | ||
| 334 | dev_err(dev, "failed to add hcd with err %d\n", ret); | ||
| 335 | goto err_add_hcd; | ||
| 336 | } | ||
| 333 | 337 | ||
| 334 | if (pdata->phy_reset) { | 338 | if (pdata->phy_reset) { |
| 335 | /* Hold the PHY in RESET for enough time till | 339 | /* Hold the PHY in RESET for enough time till |
| @@ -344,12 +348,6 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
| 344 | gpio_set_value_cansleep(pdata->reset_gpio_port[1], 1); | 348 | gpio_set_value_cansleep(pdata->reset_gpio_port[1], 1); |
| 345 | } | 349 | } |
| 346 | 350 | ||
| 347 | ret = usb_add_hcd(hcd, irq, IRQF_SHARED); | ||
| 348 | if (ret) { | ||
| 349 | dev_err(dev, "failed to add hcd with err %d\n", ret); | ||
| 350 | goto err_add_hcd; | ||
| 351 | } | ||
| 352 | |||
| 353 | /* root ports should always stay powered */ | 351 | /* root ports should always stay powered */ |
| 354 | ehci_port_power(omap_ehci, 1); | 352 | ehci_port_power(omap_ehci, 1); |
| 355 | 353 | ||
diff --git a/drivers/usb/host/xhci-hub.c b/drivers/usb/host/xhci-hub.c index 2732ef660c5c..7b01094d7993 100644 --- a/drivers/usb/host/xhci-hub.c +++ b/drivers/usb/host/xhci-hub.c | |||
| @@ -462,6 +462,42 @@ void xhci_test_and_clear_bit(struct xhci_hcd *xhci, __le32 __iomem **port_array, | |||
| 462 | } | 462 | } |
| 463 | } | 463 | } |
| 464 | 464 | ||
| 465 | /* Updates Link Status for super Speed port */ | ||
| 466 | static void xhci_hub_report_link_state(u32 *status, u32 status_reg) | ||
| 467 | { | ||
| 468 | u32 pls = status_reg & PORT_PLS_MASK; | ||
| 469 | |||
| 470 | /* resume state is a xHCI internal state. | ||
| 471 | * Do not report it to usb core. | ||
| 472 | */ | ||
| 473 | if (pls == XDEV_RESUME) | ||
| 474 | return; | ||
| 475 | |||
| 476 | /* When the CAS bit is set then warm reset | ||
| 477 | * should be performed on port | ||
| 478 | */ | ||
| 479 | if (status_reg & PORT_CAS) { | ||
| 480 | /* The CAS bit can be set while the port is | ||
| 481 | * in any link state. | ||
| 482 | * Only roothubs have CAS bit, so we | ||
| 483 | * pretend to be in compliance mode | ||
| 484 | * unless we're already in compliance | ||
| 485 | * or the inactive state. | ||
| 486 | */ | ||
| 487 | if (pls != USB_SS_PORT_LS_COMP_MOD && | ||
| 488 | pls != USB_SS_PORT_LS_SS_INACTIVE) { | ||
| 489 | pls = USB_SS_PORT_LS_COMP_MOD; | ||
| 490 | } | ||
| 491 | /* Return also connection bit - | ||
| 492 | * hub state machine resets port | ||
| 493 | * when this bit is set. | ||
| 494 | */ | ||
| 495 | pls |= USB_PORT_STAT_CONNECTION; | ||
| 496 | } | ||
| 497 | /* update status field */ | ||
| 498 | *status |= pls; | ||
| 499 | } | ||
| 500 | |||
| 465 | int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, | 501 | int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, |
| 466 | u16 wIndex, char *buf, u16 wLength) | 502 | u16 wIndex, char *buf, u16 wLength) |
| 467 | { | 503 | { |
| @@ -606,13 +642,9 @@ int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, | |||
| 606 | else | 642 | else |
| 607 | status |= USB_PORT_STAT_POWER; | 643 | status |= USB_PORT_STAT_POWER; |
| 608 | } | 644 | } |
| 609 | /* Port Link State */ | 645 | /* Update Port Link State for super speed ports*/ |
| 610 | if (hcd->speed == HCD_USB3) { | 646 | if (hcd->speed == HCD_USB3) { |
| 611 | /* resume state is a xHCI internal state. | 647 | xhci_hub_report_link_state(&status, temp); |
| 612 | * Do not report it to usb core. | ||
| 613 | */ | ||
| 614 | if ((temp & PORT_PLS_MASK) != XDEV_RESUME) | ||
| 615 | status |= (temp & PORT_PLS_MASK); | ||
| 616 | } | 648 | } |
| 617 | if (bus_state->port_c_suspend & (1 << wIndex)) | 649 | if (bus_state->port_c_suspend & (1 << wIndex)) |
| 618 | status |= 1 << USB_PORT_FEAT_C_SUSPEND; | 650 | status |= 1 << USB_PORT_FEAT_C_SUSPEND; |
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 23b4aefd1036..8275645889da 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
| @@ -885,6 +885,17 @@ static void update_ring_for_set_deq_completion(struct xhci_hcd *xhci, | |||
| 885 | num_trbs_free_temp = ep_ring->num_trbs_free; | 885 | num_trbs_free_temp = ep_ring->num_trbs_free; |
| 886 | dequeue_temp = ep_ring->dequeue; | 886 | dequeue_temp = ep_ring->dequeue; |
| 887 | 887 | ||
| 888 | /* If we get two back-to-back stalls, and the first stalled transfer | ||
| 889 | * ends just before a link TRB, the dequeue pointer will be left on | ||
| 890 | * the link TRB by the code in the while loop. So we have to update | ||
| 891 | * the dequeue pointer one segment further, or we'll jump off | ||
| 892 | * the segment into la-la-land. | ||
| 893 | */ | ||
| 894 | if (last_trb(xhci, ep_ring, ep_ring->deq_seg, ep_ring->dequeue)) { | ||
| 895 | ep_ring->deq_seg = ep_ring->deq_seg->next; | ||
| 896 | ep_ring->dequeue = ep_ring->deq_seg->trbs; | ||
| 897 | } | ||
| 898 | |||
| 888 | while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { | 899 | while (ep_ring->dequeue != dev->eps[ep_index].queued_deq_ptr) { |
| 889 | /* We have more usable TRBs */ | 900 | /* We have more usable TRBs */ |
| 890 | ep_ring->num_trbs_free++; | 901 | ep_ring->num_trbs_free++; |
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index de3d6e3e57be..55c0785810c9 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
| @@ -341,7 +341,11 @@ struct xhci_op_regs { | |||
| 341 | #define PORT_PLC (1 << 22) | 341 | #define PORT_PLC (1 << 22) |
| 342 | /* port configure error change - port failed to configure its link partner */ | 342 | /* port configure error change - port failed to configure its link partner */ |
| 343 | #define PORT_CEC (1 << 23) | 343 | #define PORT_CEC (1 << 23) |
| 344 | /* bit 24 reserved */ | 344 | /* Cold Attach Status - xHC can set this bit to report device attached during |
| 345 | * Sx state. Warm port reset should be perfomed to clear this bit and move port | ||
| 346 | * to connected state. | ||
| 347 | */ | ||
| 348 | #define PORT_CAS (1 << 24) | ||
| 345 | /* wake on connect (enable) */ | 349 | /* wake on connect (enable) */ |
| 346 | #define PORT_WKCONN_E (1 << 25) | 350 | #define PORT_WKCONN_E (1 << 25) |
| 347 | /* wake on disconnect (enable) */ | 351 | /* wake on disconnect (enable) */ |
diff --git a/drivers/usb/serial/metro-usb.c b/drivers/usb/serial/metro-usb.c index 81423f7361db..d47eb06fe463 100644 --- a/drivers/usb/serial/metro-usb.c +++ b/drivers/usb/serial/metro-usb.c | |||
| @@ -222,14 +222,6 @@ static int metrousb_open(struct tty_struct *tty, struct usb_serial_port *port) | |||
| 222 | metro_priv->throttled = 0; | 222 | metro_priv->throttled = 0; |
| 223 | spin_unlock_irqrestore(&metro_priv->lock, flags); | 223 | spin_unlock_irqrestore(&metro_priv->lock, flags); |
| 224 | 224 | ||
| 225 | /* | ||
| 226 | * Force low_latency on so that our tty_push actually forces the data | ||
| 227 | * through, otherwise it is scheduled, and with high data rates (like | ||
| 228 | * with OHCI) data can get lost. | ||
| 229 | */ | ||
| 230 | if (tty) | ||
| 231 | tty->low_latency = 1; | ||
| 232 | |||
| 233 | /* Clear the urb pipe. */ | 225 | /* Clear the urb pipe. */ |
| 234 | usb_clear_halt(serial->dev, port->interrupt_in_urb->pipe); | 226 | usb_clear_halt(serial->dev, port->interrupt_in_urb->pipe); |
| 235 | 227 | ||
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index adf8ce72be50..417ab1b0aa30 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -497,6 +497,15 @@ static void option_instat_callback(struct urb *urb); | |||
| 497 | 497 | ||
| 498 | /* MediaTek products */ | 498 | /* MediaTek products */ |
| 499 | #define MEDIATEK_VENDOR_ID 0x0e8d | 499 | #define MEDIATEK_VENDOR_ID 0x0e8d |
| 500 | #define MEDIATEK_PRODUCT_DC_1COM 0x00a0 | ||
| 501 | #define MEDIATEK_PRODUCT_DC_4COM 0x00a5 | ||
| 502 | #define MEDIATEK_PRODUCT_DC_5COM 0x00a4 | ||
| 503 | #define MEDIATEK_PRODUCT_7208_1COM 0x7101 | ||
| 504 | #define MEDIATEK_PRODUCT_7208_2COM 0x7102 | ||
| 505 | #define MEDIATEK_PRODUCT_FP_1COM 0x0003 | ||
| 506 | #define MEDIATEK_PRODUCT_FP_2COM 0x0023 | ||
| 507 | #define MEDIATEK_PRODUCT_FPDC_1COM 0x0043 | ||
| 508 | #define MEDIATEK_PRODUCT_FPDC_2COM 0x0033 | ||
| 500 | 509 | ||
| 501 | /* Cellient products */ | 510 | /* Cellient products */ |
| 502 | #define CELLIENT_VENDOR_ID 0x2692 | 511 | #define CELLIENT_VENDOR_ID 0x2692 |
| @@ -554,6 +563,10 @@ static const struct option_blacklist_info net_intf1_blacklist = { | |||
| 554 | .reserved = BIT(1), | 563 | .reserved = BIT(1), |
| 555 | }; | 564 | }; |
| 556 | 565 | ||
| 566 | static const struct option_blacklist_info net_intf2_blacklist = { | ||
| 567 | .reserved = BIT(2), | ||
| 568 | }; | ||
| 569 | |||
| 557 | static const struct option_blacklist_info net_intf3_blacklist = { | 570 | static const struct option_blacklist_info net_intf3_blacklist = { |
| 558 | .reserved = BIT(3), | 571 | .reserved = BIT(3), |
| 559 | }; | 572 | }; |
| @@ -1099,6 +1112,8 @@ static const struct usb_device_id option_ids[] = { | |||
| 1099 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1298, 0xff, 0xff, 0xff) }, | 1112 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1298, 0xff, 0xff, 0xff) }, |
| 1100 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1299, 0xff, 0xff, 0xff) }, | 1113 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1299, 0xff, 0xff, 0xff) }, |
| 1101 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1300, 0xff, 0xff, 0xff) }, | 1114 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1300, 0xff, 0xff, 0xff) }, |
| 1115 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1402, 0xff, 0xff, 0xff), | ||
| 1116 | .driver_info = (kernel_ulong_t)&net_intf2_blacklist }, | ||
| 1102 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2002, 0xff, | 1117 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2002, 0xff, |
| 1103 | 0xff, 0xff), .driver_info = (kernel_ulong_t)&zte_k3765_z_blacklist }, | 1118 | 0xff, 0xff), .driver_info = (kernel_ulong_t)&zte_k3765_z_blacklist }, |
| 1104 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2003, 0xff, 0xff, 0xff) }, | 1119 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2003, 0xff, 0xff, 0xff) }, |
| @@ -1240,6 +1255,17 @@ static const struct usb_device_id option_ids[] = { | |||
| 1240 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a1, 0xff, 0x02, 0x01) }, | 1255 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a1, 0xff, 0x02, 0x01) }, |
| 1241 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x00, 0x00) }, | 1256 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x00, 0x00) }, |
| 1242 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x02, 0x01) }, /* MediaTek MT6276M modem & app port */ | 1257 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x02, 0x01) }, /* MediaTek MT6276M modem & app port */ |
| 1258 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_DC_1COM, 0x0a, 0x00, 0x00) }, | ||
| 1259 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_DC_5COM, 0xff, 0x02, 0x01) }, | ||
| 1260 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_DC_5COM, 0xff, 0x00, 0x00) }, | ||
| 1261 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_DC_4COM, 0xff, 0x02, 0x01) }, | ||
| 1262 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_DC_4COM, 0xff, 0x00, 0x00) }, | ||
| 1263 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_7208_1COM, 0x02, 0x00, 0x00) }, | ||
| 1264 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_7208_2COM, 0x02, 0x02, 0x01) }, | ||
| 1265 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_FP_1COM, 0x0a, 0x00, 0x00) }, | ||
| 1266 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_FP_2COM, 0x0a, 0x00, 0x00) }, | ||
| 1267 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_FPDC_1COM, 0x0a, 0x00, 0x00) }, | ||
| 1268 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, MEDIATEK_PRODUCT_FPDC_2COM, 0x0a, 0x00, 0x00) }, | ||
| 1243 | { USB_DEVICE(CELLIENT_VENDOR_ID, CELLIENT_PRODUCT_MEN200) }, | 1269 | { USB_DEVICE(CELLIENT_VENDOR_ID, CELLIENT_PRODUCT_MEN200) }, |
| 1244 | { } /* Terminating entry */ | 1270 | { } /* Terminating entry */ |
| 1245 | }; | 1271 | }; |
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c index 5066eee10ccf..58bd9c27369d 100644 --- a/drivers/video/omap2/dss/core.c +++ b/drivers/video/omap2/dss/core.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
| 33 | #include <linux/device.h> | 33 | #include <linux/device.h> |
| 34 | #include <linux/regulator/consumer.h> | 34 | #include <linux/regulator/consumer.h> |
| 35 | #include <linux/suspend.h> | ||
| 35 | 36 | ||
| 36 | #include <video/omapdss.h> | 37 | #include <video/omapdss.h> |
| 37 | 38 | ||
| @@ -201,6 +202,28 @@ int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) | |||
| 201 | #endif /* CONFIG_DEBUG_FS && CONFIG_OMAP2_DSS_DEBUG_SUPPORT */ | 202 | #endif /* CONFIG_DEBUG_FS && CONFIG_OMAP2_DSS_DEBUG_SUPPORT */ |
| 202 | 203 | ||
| 203 | /* PLATFORM DEVICE */ | 204 | /* PLATFORM DEVICE */ |
| 205 | static int omap_dss_pm_notif(struct notifier_block *b, unsigned long v, void *d) | ||
| 206 | { | ||
| 207 | DSSDBG("pm notif %lu\n", v); | ||
| 208 | |||
| 209 | switch (v) { | ||
| 210 | case PM_SUSPEND_PREPARE: | ||
| 211 | DSSDBG("suspending displays\n"); | ||
| 212 | return dss_suspend_all_devices(); | ||
| 213 | |||
| 214 | case PM_POST_SUSPEND: | ||
| 215 | DSSDBG("resuming displays\n"); | ||
| 216 | return dss_resume_all_devices(); | ||
| 217 | |||
| 218 | default: | ||
| 219 | return 0; | ||
| 220 | } | ||
| 221 | } | ||
| 222 | |||
| 223 | static struct notifier_block omap_dss_pm_notif_block = { | ||
| 224 | .notifier_call = omap_dss_pm_notif, | ||
| 225 | }; | ||
| 226 | |||
| 204 | static int __init omap_dss_probe(struct platform_device *pdev) | 227 | static int __init omap_dss_probe(struct platform_device *pdev) |
| 205 | { | 228 | { |
| 206 | struct omap_dss_board_info *pdata = pdev->dev.platform_data; | 229 | struct omap_dss_board_info *pdata = pdev->dev.platform_data; |
| @@ -224,6 +247,8 @@ static int __init omap_dss_probe(struct platform_device *pdev) | |||
| 224 | else if (pdata->default_device) | 247 | else if (pdata->default_device) |
| 225 | core.default_display_name = pdata->default_device->name; | 248 | core.default_display_name = pdata->default_device->name; |
| 226 | 249 | ||
| 250 | register_pm_notifier(&omap_dss_pm_notif_block); | ||
| 251 | |||
| 227 | return 0; | 252 | return 0; |
| 228 | 253 | ||
| 229 | err_debugfs: | 254 | err_debugfs: |
| @@ -233,6 +258,8 @@ err_debugfs: | |||
| 233 | 258 | ||
| 234 | static int omap_dss_remove(struct platform_device *pdev) | 259 | static int omap_dss_remove(struct platform_device *pdev) |
| 235 | { | 260 | { |
| 261 | unregister_pm_notifier(&omap_dss_pm_notif_block); | ||
| 262 | |||
| 236 | dss_uninitialize_debugfs(); | 263 | dss_uninitialize_debugfs(); |
| 237 | 264 | ||
| 238 | dss_uninit_overlays(pdev); | 265 | dss_uninit_overlays(pdev); |
| @@ -247,25 +274,9 @@ static void omap_dss_shutdown(struct platform_device *pdev) | |||
| 247 | dss_disable_all_devices(); | 274 | dss_disable_all_devices(); |
| 248 | } | 275 | } |
| 249 | 276 | ||
| 250 | static int omap_dss_suspend(struct platform_device *pdev, pm_message_t state) | ||
| 251 | { | ||
| 252 | DSSDBG("suspend %d\n", state.event); | ||
| 253 | |||
| 254 | return dss_suspend_all_devices(); | ||
| 255 | } | ||
| 256 | |||
| 257 | static int omap_dss_resume(struct platform_device *pdev) | ||
| 258 | { | ||
| 259 | DSSDBG("resume\n"); | ||
| 260 | |||
| 261 | return dss_resume_all_devices(); | ||
| 262 | } | ||
| 263 | |||
| 264 | static struct platform_driver omap_dss_driver = { | 277 | static struct platform_driver omap_dss_driver = { |
| 265 | .remove = omap_dss_remove, | 278 | .remove = omap_dss_remove, |
| 266 | .shutdown = omap_dss_shutdown, | 279 | .shutdown = omap_dss_shutdown, |
| 267 | .suspend = omap_dss_suspend, | ||
| 268 | .resume = omap_dss_resume, | ||
| 269 | .driver = { | 280 | .driver = { |
| 270 | .name = "omapdss", | 281 | .name = "omapdss", |
| 271 | .owner = THIS_MODULE, | 282 | .owner = THIS_MODULE, |
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 4749ac356469..397d4eee11bb 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
| @@ -384,7 +384,7 @@ void dispc_runtime_put(void) | |||
| 384 | DSSDBG("dispc_runtime_put\n"); | 384 | DSSDBG("dispc_runtime_put\n"); |
| 385 | 385 | ||
| 386 | r = pm_runtime_put_sync(&dispc.pdev->dev); | 386 | r = pm_runtime_put_sync(&dispc.pdev->dev); |
| 387 | WARN_ON(r < 0); | 387 | WARN_ON(r < 0 && r != -ENOSYS); |
| 388 | } | 388 | } |
| 389 | 389 | ||
| 390 | static inline bool dispc_mgr_is_lcd(enum omap_channel channel) | 390 | static inline bool dispc_mgr_is_lcd(enum omap_channel channel) |
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index ca8382d346e9..14ce8cc079e3 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c | |||
| @@ -1075,7 +1075,7 @@ void dsi_runtime_put(struct platform_device *dsidev) | |||
| 1075 | DSSDBG("dsi_runtime_put\n"); | 1075 | DSSDBG("dsi_runtime_put\n"); |
| 1076 | 1076 | ||
| 1077 | r = pm_runtime_put_sync(&dsi->pdev->dev); | 1077 | r = pm_runtime_put_sync(&dsi->pdev->dev); |
| 1078 | WARN_ON(r < 0); | 1078 | WARN_ON(r < 0 && r != -ENOSYS); |
| 1079 | } | 1079 | } |
| 1080 | 1080 | ||
| 1081 | /* source clock for DSI PLL. this could also be PCLKFREE */ | 1081 | /* source clock for DSI PLL. this could also be PCLKFREE */ |
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c index 770632359a17..d2b57197b292 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/omap2/dss/dss.c | |||
| @@ -731,7 +731,7 @@ static void dss_runtime_put(void) | |||
| 731 | DSSDBG("dss_runtime_put\n"); | 731 | DSSDBG("dss_runtime_put\n"); |
| 732 | 732 | ||
| 733 | r = pm_runtime_put_sync(&dss.pdev->dev); | 733 | r = pm_runtime_put_sync(&dss.pdev->dev); |
| 734 | WARN_ON(r < 0 && r != -EBUSY); | 734 | WARN_ON(r < 0 && r != -ENOSYS && r != -EBUSY); |
| 735 | } | 735 | } |
| 736 | 736 | ||
| 737 | /* DEBUGFS */ | 737 | /* DEBUGFS */ |
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c index 8195c7166d20..26a2430a7028 100644 --- a/drivers/video/omap2/dss/hdmi.c +++ b/drivers/video/omap2/dss/hdmi.c | |||
| @@ -138,7 +138,7 @@ static void hdmi_runtime_put(void) | |||
| 138 | DSSDBG("hdmi_runtime_put\n"); | 138 | DSSDBG("hdmi_runtime_put\n"); |
| 139 | 139 | ||
| 140 | r = pm_runtime_put_sync(&hdmi.pdev->dev); | 140 | r = pm_runtime_put_sync(&hdmi.pdev->dev); |
| 141 | WARN_ON(r < 0); | 141 | WARN_ON(r < 0 && r != -ENOSYS); |
| 142 | } | 142 | } |
| 143 | 143 | ||
| 144 | static int __init hdmi_init_display(struct omap_dss_device *dssdev) | 144 | static int __init hdmi_init_display(struct omap_dss_device *dssdev) |
diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c index 3d8c206e90e5..7985fa12b9b4 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/omap2/dss/rfbi.c | |||
| @@ -141,7 +141,7 @@ static void rfbi_runtime_put(void) | |||
| 141 | DSSDBG("rfbi_runtime_put\n"); | 141 | DSSDBG("rfbi_runtime_put\n"); |
| 142 | 142 | ||
| 143 | r = pm_runtime_put_sync(&rfbi.pdev->dev); | 143 | r = pm_runtime_put_sync(&rfbi.pdev->dev); |
| 144 | WARN_ON(r < 0); | 144 | WARN_ON(r < 0 && r != -ENOSYS); |
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | void rfbi_bus_lock(void) | 147 | void rfbi_bus_lock(void) |
diff --git a/drivers/video/omap2/dss/venc.c b/drivers/video/omap2/dss/venc.c index 2b8973931ff4..3907c8b6ecbc 100644 --- a/drivers/video/omap2/dss/venc.c +++ b/drivers/video/omap2/dss/venc.c | |||
| @@ -402,7 +402,7 @@ static void venc_runtime_put(void) | |||
| 402 | DSSDBG("venc_runtime_put\n"); | 402 | DSSDBG("venc_runtime_put\n"); |
| 403 | 403 | ||
| 404 | r = pm_runtime_put_sync(&venc.pdev->dev); | 404 | r = pm_runtime_put_sync(&venc.pdev->dev); |
| 405 | WARN_ON(r < 0); | 405 | WARN_ON(r < 0 && r != -ENOSYS); |
| 406 | } | 406 | } |
| 407 | 407 | ||
| 408 | static const struct venc_config *venc_timings_to_config( | 408 | static const struct venc_config *venc_timings_to_config( |
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index bfbc15ca38dd..0908e6044333 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c | |||
| @@ -47,7 +47,7 @@ struct virtio_balloon | |||
| 47 | struct task_struct *thread; | 47 | struct task_struct *thread; |
| 48 | 48 | ||
| 49 | /* Waiting for host to ack the pages we released. */ | 49 | /* Waiting for host to ack the pages we released. */ |
| 50 | struct completion acked; | 50 | wait_queue_head_t acked; |
| 51 | 51 | ||
| 52 | /* Number of balloon pages we've told the Host we're not using. */ | 52 | /* Number of balloon pages we've told the Host we're not using. */ |
| 53 | unsigned int num_pages; | 53 | unsigned int num_pages; |
| @@ -89,29 +89,25 @@ static struct page *balloon_pfn_to_page(u32 pfn) | |||
| 89 | 89 | ||
| 90 | static void balloon_ack(struct virtqueue *vq) | 90 | static void balloon_ack(struct virtqueue *vq) |
| 91 | { | 91 | { |
| 92 | struct virtio_balloon *vb; | 92 | struct virtio_balloon *vb = vq->vdev->priv; |
| 93 | unsigned int len; | ||
| 94 | 93 | ||
| 95 | vb = virtqueue_get_buf(vq, &len); | 94 | wake_up(&vb->acked); |
| 96 | if (vb) | ||
| 97 | complete(&vb->acked); | ||
| 98 | } | 95 | } |
| 99 | 96 | ||
| 100 | static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq) | 97 | static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq) |
| 101 | { | 98 | { |
| 102 | struct scatterlist sg; | 99 | struct scatterlist sg; |
| 100 | unsigned int len; | ||
| 103 | 101 | ||
| 104 | sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns); | 102 | sg_init_one(&sg, vb->pfns, sizeof(vb->pfns[0]) * vb->num_pfns); |
| 105 | 103 | ||
| 106 | init_completion(&vb->acked); | ||
| 107 | |||
| 108 | /* We should always be able to add one buffer to an empty queue. */ | 104 | /* We should always be able to add one buffer to an empty queue. */ |
| 109 | if (virtqueue_add_buf(vq, &sg, 1, 0, vb, GFP_KERNEL) < 0) | 105 | if (virtqueue_add_buf(vq, &sg, 1, 0, vb, GFP_KERNEL) < 0) |
| 110 | BUG(); | 106 | BUG(); |
| 111 | virtqueue_kick(vq); | 107 | virtqueue_kick(vq); |
| 112 | 108 | ||
| 113 | /* When host has read buffer, this completes via balloon_ack */ | 109 | /* When host has read buffer, this completes via balloon_ack */ |
| 114 | wait_for_completion(&vb->acked); | 110 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); |
| 115 | } | 111 | } |
| 116 | 112 | ||
| 117 | static void set_page_pfns(u32 pfns[], struct page *page) | 113 | static void set_page_pfns(u32 pfns[], struct page *page) |
| @@ -231,12 +227,8 @@ static void update_balloon_stats(struct virtio_balloon *vb) | |||
| 231 | */ | 227 | */ |
| 232 | static void stats_request(struct virtqueue *vq) | 228 | static void stats_request(struct virtqueue *vq) |
| 233 | { | 229 | { |
| 234 | struct virtio_balloon *vb; | 230 | struct virtio_balloon *vb = vq->vdev->priv; |
| 235 | unsigned int len; | ||
| 236 | 231 | ||
| 237 | vb = virtqueue_get_buf(vq, &len); | ||
| 238 | if (!vb) | ||
| 239 | return; | ||
| 240 | vb->need_stats_update = 1; | 232 | vb->need_stats_update = 1; |
| 241 | wake_up(&vb->config_change); | 233 | wake_up(&vb->config_change); |
| 242 | } | 234 | } |
| @@ -245,11 +237,14 @@ static void stats_handle_request(struct virtio_balloon *vb) | |||
| 245 | { | 237 | { |
| 246 | struct virtqueue *vq; | 238 | struct virtqueue *vq; |
| 247 | struct scatterlist sg; | 239 | struct scatterlist sg; |
| 240 | unsigned int len; | ||
| 248 | 241 | ||
| 249 | vb->need_stats_update = 0; | 242 | vb->need_stats_update = 0; |
| 250 | update_balloon_stats(vb); | 243 | update_balloon_stats(vb); |
| 251 | 244 | ||
| 252 | vq = vb->stats_vq; | 245 | vq = vb->stats_vq; |
| 246 | if (!virtqueue_get_buf(vq, &len)) | ||
| 247 | return; | ||
| 253 | sg_init_one(&sg, vb->stats, sizeof(vb->stats)); | 248 | sg_init_one(&sg, vb->stats, sizeof(vb->stats)); |
| 254 | if (virtqueue_add_buf(vq, &sg, 1, 0, vb, GFP_KERNEL) < 0) | 249 | if (virtqueue_add_buf(vq, &sg, 1, 0, vb, GFP_KERNEL) < 0) |
| 255 | BUG(); | 250 | BUG(); |
| @@ -358,6 +353,7 @@ static int virtballoon_probe(struct virtio_device *vdev) | |||
| 358 | INIT_LIST_HEAD(&vb->pages); | 353 | INIT_LIST_HEAD(&vb->pages); |
| 359 | vb->num_pages = 0; | 354 | vb->num_pages = 0; |
| 360 | init_waitqueue_head(&vb->config_change); | 355 | init_waitqueue_head(&vb->config_change); |
| 356 | init_waitqueue_head(&vb->acked); | ||
| 361 | vb->vdev = vdev; | 357 | vb->vdev = vdev; |
| 362 | vb->need_stats_update = 0; | 358 | vb->need_stats_update = 0; |
| 363 | 359 | ||
diff --git a/fs/btrfs/backref.c b/fs/btrfs/backref.c index 7301cdb4b2cb..a383c18e74e8 100644 --- a/fs/btrfs/backref.c +++ b/fs/btrfs/backref.c | |||
| @@ -301,10 +301,14 @@ static int __resolve_indirect_ref(struct btrfs_fs_info *fs_info, | |||
| 301 | goto out; | 301 | goto out; |
| 302 | 302 | ||
| 303 | eb = path->nodes[level]; | 303 | eb = path->nodes[level]; |
| 304 | if (!eb) { | 304 | while (!eb) { |
| 305 | WARN_ON(1); | 305 | if (!level) { |
| 306 | ret = 1; | 306 | WARN_ON(1); |
| 307 | goto out; | 307 | ret = 1; |
| 308 | goto out; | ||
| 309 | } | ||
| 310 | level--; | ||
| 311 | eb = path->nodes[level]; | ||
| 308 | } | 312 | } |
| 309 | 313 | ||
| 310 | ret = add_all_parents(root, path, parents, level, &ref->key_for_search, | 314 | ret = add_all_parents(root, path, parents, level, &ref->key_for_search, |
| @@ -835,6 +839,7 @@ again: | |||
| 835 | } | 839 | } |
| 836 | ret = __add_delayed_refs(head, delayed_ref_seq, | 840 | ret = __add_delayed_refs(head, delayed_ref_seq, |
| 837 | &prefs_delayed); | 841 | &prefs_delayed); |
| 842 | mutex_unlock(&head->mutex); | ||
| 838 | if (ret) { | 843 | if (ret) { |
| 839 | spin_unlock(&delayed_refs->lock); | 844 | spin_unlock(&delayed_refs->lock); |
| 840 | goto out; | 845 | goto out; |
| @@ -928,8 +933,6 @@ again: | |||
| 928 | } | 933 | } |
| 929 | 934 | ||
| 930 | out: | 935 | out: |
| 931 | if (head) | ||
| 932 | mutex_unlock(&head->mutex); | ||
| 933 | btrfs_free_path(path); | 936 | btrfs_free_path(path); |
| 934 | while (!list_empty(&prefs)) { | 937 | while (!list_empty(&prefs)) { |
| 935 | ref = list_first_entry(&prefs, struct __prelim_ref, list); | 938 | ref = list_first_entry(&prefs, struct __prelim_ref, list); |
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 15cbc2bf4ff0..8206b3900587 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
| @@ -1024,11 +1024,18 @@ __tree_mod_log_oldest_root(struct btrfs_fs_info *fs_info, | |||
| 1024 | if (!looped && !tm) | 1024 | if (!looped && !tm) |
| 1025 | return 0; | 1025 | return 0; |
| 1026 | /* | 1026 | /* |
| 1027 | * we must have key remove operations in the log before the | 1027 | * if there are no tree operation for the oldest root, we simply |
| 1028 | * replace operation. | 1028 | * return it. this should only happen if that (old) root is at |
| 1029 | * level 0. | ||
| 1029 | */ | 1030 | */ |
| 1030 | BUG_ON(!tm); | 1031 | if (!tm) |
| 1032 | break; | ||
| 1031 | 1033 | ||
| 1034 | /* | ||
| 1035 | * if there's an operation that's not a root replacement, we | ||
| 1036 | * found the oldest version of our root. normally, we'll find a | ||
| 1037 | * MOD_LOG_KEY_REMOVE_WHILE_FREEING operation here. | ||
| 1038 | */ | ||
| 1032 | if (tm->op != MOD_LOG_ROOT_REPLACE) | 1039 | if (tm->op != MOD_LOG_ROOT_REPLACE) |
| 1033 | break; | 1040 | break; |
| 1034 | 1041 | ||
| @@ -1087,11 +1094,7 @@ __tree_mod_log_rewind(struct extent_buffer *eb, u64 time_seq, | |||
| 1087 | tm->generation); | 1094 | tm->generation); |
| 1088 | break; | 1095 | break; |
| 1089 | case MOD_LOG_KEY_ADD: | 1096 | case MOD_LOG_KEY_ADD: |
| 1090 | if (tm->slot != n - 1) { | 1097 | /* if a move operation is needed it's in the log */ |
| 1091 | o_dst = btrfs_node_key_ptr_offset(tm->slot); | ||
| 1092 | o_src = btrfs_node_key_ptr_offset(tm->slot + 1); | ||
| 1093 | memmove_extent_buffer(eb, o_dst, o_src, p_size); | ||
| 1094 | } | ||
| 1095 | n--; | 1098 | n--; |
| 1096 | break; | 1099 | break; |
| 1097 | case MOD_LOG_MOVE_KEYS: | 1100 | case MOD_LOG_MOVE_KEYS: |
| @@ -1192,16 +1195,8 @@ get_old_root(struct btrfs_root *root, u64 time_seq) | |||
| 1192 | } | 1195 | } |
| 1193 | 1196 | ||
| 1194 | tm = tree_mod_log_search(root->fs_info, logical, time_seq); | 1197 | tm = tree_mod_log_search(root->fs_info, logical, time_seq); |
| 1195 | /* | ||
| 1196 | * there was an item in the log when __tree_mod_log_oldest_root | ||
| 1197 | * returned. this one must not go away, because the time_seq passed to | ||
| 1198 | * us must be blocking its removal. | ||
| 1199 | */ | ||
| 1200 | BUG_ON(!tm); | ||
| 1201 | |||
| 1202 | if (old_root) | 1198 | if (old_root) |
| 1203 | eb = alloc_dummy_extent_buffer(tm->index << PAGE_CACHE_SHIFT, | 1199 | eb = alloc_dummy_extent_buffer(logical, root->nodesize); |
| 1204 | root->nodesize); | ||
| 1205 | else | 1200 | else |
| 1206 | eb = btrfs_clone_extent_buffer(root->node); | 1201 | eb = btrfs_clone_extent_buffer(root->node); |
| 1207 | btrfs_tree_read_unlock(root->node); | 1202 | btrfs_tree_read_unlock(root->node); |
| @@ -1216,7 +1211,10 @@ get_old_root(struct btrfs_root *root, u64 time_seq) | |||
| 1216 | btrfs_set_header_level(eb, old_root->level); | 1211 | btrfs_set_header_level(eb, old_root->level); |
| 1217 | btrfs_set_header_generation(eb, old_generation); | 1212 | btrfs_set_header_generation(eb, old_generation); |
| 1218 | } | 1213 | } |
| 1219 | __tree_mod_log_rewind(eb, time_seq, tm); | 1214 | if (tm) |
| 1215 | __tree_mod_log_rewind(eb, time_seq, tm); | ||
| 1216 | else | ||
| 1217 | WARN_ON(btrfs_header_level(eb) != 0); | ||
| 1220 | extent_buffer_get(eb); | 1218 | extent_buffer_get(eb); |
| 1221 | 1219 | ||
| 1222 | return eb; | 1220 | return eb; |
| @@ -2995,7 +2993,7 @@ static noinline int insert_new_root(struct btrfs_trans_handle *trans, | |||
| 2995 | static void insert_ptr(struct btrfs_trans_handle *trans, | 2993 | static void insert_ptr(struct btrfs_trans_handle *trans, |
| 2996 | struct btrfs_root *root, struct btrfs_path *path, | 2994 | struct btrfs_root *root, struct btrfs_path *path, |
| 2997 | struct btrfs_disk_key *key, u64 bytenr, | 2995 | struct btrfs_disk_key *key, u64 bytenr, |
| 2998 | int slot, int level, int tree_mod_log) | 2996 | int slot, int level) |
| 2999 | { | 2997 | { |
| 3000 | struct extent_buffer *lower; | 2998 | struct extent_buffer *lower; |
| 3001 | int nritems; | 2999 | int nritems; |
| @@ -3008,7 +3006,7 @@ static void insert_ptr(struct btrfs_trans_handle *trans, | |||
| 3008 | BUG_ON(slot > nritems); | 3006 | BUG_ON(slot > nritems); |
| 3009 | BUG_ON(nritems == BTRFS_NODEPTRS_PER_BLOCK(root)); | 3007 | BUG_ON(nritems == BTRFS_NODEPTRS_PER_BLOCK(root)); |
| 3010 | if (slot != nritems) { | 3008 | if (slot != nritems) { |
| 3011 | if (tree_mod_log && level) | 3009 | if (level) |
| 3012 | tree_mod_log_eb_move(root->fs_info, lower, slot + 1, | 3010 | tree_mod_log_eb_move(root->fs_info, lower, slot + 1, |
| 3013 | slot, nritems - slot); | 3011 | slot, nritems - slot); |
| 3014 | memmove_extent_buffer(lower, | 3012 | memmove_extent_buffer(lower, |
| @@ -3016,7 +3014,7 @@ static void insert_ptr(struct btrfs_trans_handle *trans, | |||
| 3016 | btrfs_node_key_ptr_offset(slot), | 3014 | btrfs_node_key_ptr_offset(slot), |
| 3017 | (nritems - slot) * sizeof(struct btrfs_key_ptr)); | 3015 | (nritems - slot) * sizeof(struct btrfs_key_ptr)); |
| 3018 | } | 3016 | } |
| 3019 | if (tree_mod_log && level) { | 3017 | if (level) { |
| 3020 | ret = tree_mod_log_insert_key(root->fs_info, lower, slot, | 3018 | ret = tree_mod_log_insert_key(root->fs_info, lower, slot, |
| 3021 | MOD_LOG_KEY_ADD); | 3019 | MOD_LOG_KEY_ADD); |
| 3022 | BUG_ON(ret < 0); | 3020 | BUG_ON(ret < 0); |
| @@ -3104,7 +3102,7 @@ static noinline int split_node(struct btrfs_trans_handle *trans, | |||
| 3104 | btrfs_mark_buffer_dirty(split); | 3102 | btrfs_mark_buffer_dirty(split); |
| 3105 | 3103 | ||
| 3106 | insert_ptr(trans, root, path, &disk_key, split->start, | 3104 | insert_ptr(trans, root, path, &disk_key, split->start, |
| 3107 | path->slots[level + 1] + 1, level + 1, 1); | 3105 | path->slots[level + 1] + 1, level + 1); |
| 3108 | 3106 | ||
| 3109 | if (path->slots[level] >= mid) { | 3107 | if (path->slots[level] >= mid) { |
| 3110 | path->slots[level] -= mid; | 3108 | path->slots[level] -= mid; |
| @@ -3641,7 +3639,7 @@ static noinline void copy_for_split(struct btrfs_trans_handle *trans, | |||
| 3641 | btrfs_set_header_nritems(l, mid); | 3639 | btrfs_set_header_nritems(l, mid); |
| 3642 | btrfs_item_key(right, &disk_key, 0); | 3640 | btrfs_item_key(right, &disk_key, 0); |
| 3643 | insert_ptr(trans, root, path, &disk_key, right->start, | 3641 | insert_ptr(trans, root, path, &disk_key, right->start, |
| 3644 | path->slots[1] + 1, 1, 0); | 3642 | path->slots[1] + 1, 1); |
| 3645 | 3643 | ||
| 3646 | btrfs_mark_buffer_dirty(right); | 3644 | btrfs_mark_buffer_dirty(right); |
| 3647 | btrfs_mark_buffer_dirty(l); | 3645 | btrfs_mark_buffer_dirty(l); |
| @@ -3848,7 +3846,7 @@ again: | |||
| 3848 | if (mid <= slot) { | 3846 | if (mid <= slot) { |
| 3849 | btrfs_set_header_nritems(right, 0); | 3847 | btrfs_set_header_nritems(right, 0); |
| 3850 | insert_ptr(trans, root, path, &disk_key, right->start, | 3848 | insert_ptr(trans, root, path, &disk_key, right->start, |
| 3851 | path->slots[1] + 1, 1, 0); | 3849 | path->slots[1] + 1, 1); |
| 3852 | btrfs_tree_unlock(path->nodes[0]); | 3850 | btrfs_tree_unlock(path->nodes[0]); |
| 3853 | free_extent_buffer(path->nodes[0]); | 3851 | free_extent_buffer(path->nodes[0]); |
| 3854 | path->nodes[0] = right; | 3852 | path->nodes[0] = right; |
| @@ -3857,7 +3855,7 @@ again: | |||
| 3857 | } else { | 3855 | } else { |
| 3858 | btrfs_set_header_nritems(right, 0); | 3856 | btrfs_set_header_nritems(right, 0); |
| 3859 | insert_ptr(trans, root, path, &disk_key, right->start, | 3857 | insert_ptr(trans, root, path, &disk_key, right->start, |
| 3860 | path->slots[1], 1, 0); | 3858 | path->slots[1], 1); |
| 3861 | btrfs_tree_unlock(path->nodes[0]); | 3859 | btrfs_tree_unlock(path->nodes[0]); |
| 3862 | free_extent_buffer(path->nodes[0]); | 3860 | free_extent_buffer(path->nodes[0]); |
| 3863 | path->nodes[0] = right; | 3861 | path->nodes[0] = right; |
| @@ -5121,6 +5119,18 @@ again: | |||
| 5121 | 5119 | ||
| 5122 | if (!path->skip_locking) { | 5120 | if (!path->skip_locking) { |
| 5123 | ret = btrfs_try_tree_read_lock(next); | 5121 | ret = btrfs_try_tree_read_lock(next); |
| 5122 | if (!ret && time_seq) { | ||
| 5123 | /* | ||
| 5124 | * If we don't get the lock, we may be racing | ||
| 5125 | * with push_leaf_left, holding that lock while | ||
| 5126 | * itself waiting for the leaf we've currently | ||
| 5127 | * locked. To solve this situation, we give up | ||
| 5128 | * on our lock and cycle. | ||
| 5129 | */ | ||
| 5130 | btrfs_release_path(path); | ||
| 5131 | cond_resched(); | ||
| 5132 | goto again; | ||
| 5133 | } | ||
| 5124 | if (!ret) { | 5134 | if (!ret) { |
| 5125 | btrfs_set_path_blocking(path); | 5135 | btrfs_set_path_blocking(path); |
| 5126 | btrfs_tree_read_lock(next); | 5136 | btrfs_tree_read_lock(next); |
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 7b845ff4af99..2936ca49b3b4 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
| @@ -2354,12 +2354,17 @@ retry_root_backup: | |||
| 2354 | BTRFS_CSUM_TREE_OBJECTID, csum_root); | 2354 | BTRFS_CSUM_TREE_OBJECTID, csum_root); |
| 2355 | if (ret) | 2355 | if (ret) |
| 2356 | goto recovery_tree_root; | 2356 | goto recovery_tree_root; |
| 2357 | |||
| 2358 | csum_root->track_dirty = 1; | 2357 | csum_root->track_dirty = 1; |
| 2359 | 2358 | ||
| 2360 | fs_info->generation = generation; | 2359 | fs_info->generation = generation; |
| 2361 | fs_info->last_trans_committed = generation; | 2360 | fs_info->last_trans_committed = generation; |
| 2362 | 2361 | ||
| 2362 | ret = btrfs_recover_balance(fs_info); | ||
| 2363 | if (ret) { | ||
| 2364 | printk(KERN_WARNING "btrfs: failed to recover balance\n"); | ||
| 2365 | goto fail_block_groups; | ||
| 2366 | } | ||
| 2367 | |||
| 2363 | ret = btrfs_init_dev_stats(fs_info); | 2368 | ret = btrfs_init_dev_stats(fs_info); |
| 2364 | if (ret) { | 2369 | if (ret) { |
| 2365 | printk(KERN_ERR "btrfs: failed to init dev_stats: %d\n", | 2370 | printk(KERN_ERR "btrfs: failed to init dev_stats: %d\n", |
| @@ -2485,20 +2490,23 @@ retry_root_backup: | |||
| 2485 | goto fail_trans_kthread; | 2490 | goto fail_trans_kthread; |
| 2486 | } | 2491 | } |
| 2487 | 2492 | ||
| 2488 | if (!(sb->s_flags & MS_RDONLY)) { | 2493 | if (sb->s_flags & MS_RDONLY) |
| 2489 | down_read(&fs_info->cleanup_work_sem); | 2494 | return 0; |
| 2490 | err = btrfs_orphan_cleanup(fs_info->fs_root); | ||
| 2491 | if (!err) | ||
| 2492 | err = btrfs_orphan_cleanup(fs_info->tree_root); | ||
| 2493 | up_read(&fs_info->cleanup_work_sem); | ||
| 2494 | 2495 | ||
| 2495 | if (!err) | 2496 | down_read(&fs_info->cleanup_work_sem); |
| 2496 | err = btrfs_recover_balance(fs_info->tree_root); | 2497 | if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) || |
| 2498 | (ret = btrfs_orphan_cleanup(fs_info->tree_root))) { | ||
| 2499 | up_read(&fs_info->cleanup_work_sem); | ||
| 2500 | close_ctree(tree_root); | ||
| 2501 | return ret; | ||
| 2502 | } | ||
| 2503 | up_read(&fs_info->cleanup_work_sem); | ||
| 2497 | 2504 | ||
| 2498 | if (err) { | 2505 | ret = btrfs_resume_balance_async(fs_info); |
| 2499 | close_ctree(tree_root); | 2506 | if (ret) { |
| 2500 | return err; | 2507 | printk(KERN_WARNING "btrfs: failed to resume balance\n"); |
| 2501 | } | 2508 | close_ctree(tree_root); |
| 2509 | return ret; | ||
| 2502 | } | 2510 | } |
| 2503 | 2511 | ||
| 2504 | return 0; | 2512 | return 0; |
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 4b5a1e1bdefb..6e1d36702ff7 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
| @@ -2347,12 +2347,10 @@ next: | |||
| 2347 | return count; | 2347 | return count; |
| 2348 | } | 2348 | } |
| 2349 | 2349 | ||
| 2350 | |||
| 2351 | static void wait_for_more_refs(struct btrfs_delayed_ref_root *delayed_refs, | 2350 | static void wait_for_more_refs(struct btrfs_delayed_ref_root *delayed_refs, |
| 2352 | unsigned long num_refs) | 2351 | unsigned long num_refs, |
| 2352 | struct list_head *first_seq) | ||
| 2353 | { | 2353 | { |
| 2354 | struct list_head *first_seq = delayed_refs->seq_head.next; | ||
| 2355 | |||
| 2356 | spin_unlock(&delayed_refs->lock); | 2354 | spin_unlock(&delayed_refs->lock); |
| 2357 | pr_debug("waiting for more refs (num %ld, first %p)\n", | 2355 | pr_debug("waiting for more refs (num %ld, first %p)\n", |
| 2358 | num_refs, first_seq); | 2356 | num_refs, first_seq); |
| @@ -2381,6 +2379,7 @@ int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, | |||
| 2381 | struct btrfs_delayed_ref_root *delayed_refs; | 2379 | struct btrfs_delayed_ref_root *delayed_refs; |
| 2382 | struct btrfs_delayed_ref_node *ref; | 2380 | struct btrfs_delayed_ref_node *ref; |
| 2383 | struct list_head cluster; | 2381 | struct list_head cluster; |
| 2382 | struct list_head *first_seq = NULL; | ||
| 2384 | int ret; | 2383 | int ret; |
| 2385 | u64 delayed_start; | 2384 | u64 delayed_start; |
| 2386 | int run_all = count == (unsigned long)-1; | 2385 | int run_all = count == (unsigned long)-1; |
| @@ -2436,8 +2435,10 @@ again: | |||
| 2436 | */ | 2435 | */ |
| 2437 | consider_waiting = 1; | 2436 | consider_waiting = 1; |
| 2438 | num_refs = delayed_refs->num_entries; | 2437 | num_refs = delayed_refs->num_entries; |
| 2438 | first_seq = root->fs_info->tree_mod_seq_list.next; | ||
| 2439 | } else { | 2439 | } else { |
| 2440 | wait_for_more_refs(delayed_refs, num_refs); | 2440 | wait_for_more_refs(delayed_refs, |
| 2441 | num_refs, first_seq); | ||
| 2441 | /* | 2442 | /* |
| 2442 | * after waiting, things have changed. we | 2443 | * after waiting, things have changed. we |
| 2443 | * dropped the lock and someone else might have | 2444 | * dropped the lock and someone else might have |
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index aaa12c1eb348..01c21b6c6d43 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
| @@ -3324,6 +3324,7 @@ static int extent_write_cache_pages(struct extent_io_tree *tree, | |||
| 3324 | writepage_t writepage, void *data, | 3324 | writepage_t writepage, void *data, |
| 3325 | void (*flush_fn)(void *)) | 3325 | void (*flush_fn)(void *)) |
| 3326 | { | 3326 | { |
| 3327 | struct inode *inode = mapping->host; | ||
| 3327 | int ret = 0; | 3328 | int ret = 0; |
| 3328 | int done = 0; | 3329 | int done = 0; |
| 3329 | int nr_to_write_done = 0; | 3330 | int nr_to_write_done = 0; |
| @@ -3334,6 +3335,18 @@ static int extent_write_cache_pages(struct extent_io_tree *tree, | |||
| 3334 | int scanned = 0; | 3335 | int scanned = 0; |
| 3335 | int tag; | 3336 | int tag; |
| 3336 | 3337 | ||
| 3338 | /* | ||
| 3339 | * We have to hold onto the inode so that ordered extents can do their | ||
| 3340 | * work when the IO finishes. The alternative to this is failing to add | ||
| 3341 | * an ordered extent if the igrab() fails there and that is a huge pain | ||
| 3342 | * to deal with, so instead just hold onto the inode throughout the | ||
| 3343 | * writepages operation. If it fails here we are freeing up the inode | ||
| 3344 | * anyway and we'd rather not waste our time writing out stuff that is | ||
| 3345 | * going to be truncated anyway. | ||
| 3346 | */ | ||
| 3347 | if (!igrab(inode)) | ||
| 3348 | return 0; | ||
| 3349 | |||
| 3337 | pagevec_init(&pvec, 0); | 3350 | pagevec_init(&pvec, 0); |
| 3338 | if (wbc->range_cyclic) { | 3351 | if (wbc->range_cyclic) { |
| 3339 | index = mapping->writeback_index; /* Start from prev offset */ | 3352 | index = mapping->writeback_index; /* Start from prev offset */ |
| @@ -3428,6 +3441,7 @@ retry: | |||
| 3428 | index = 0; | 3441 | index = 0; |
| 3429 | goto retry; | 3442 | goto retry; |
| 3430 | } | 3443 | } |
| 3444 | btrfs_add_delayed_iput(inode); | ||
| 3431 | return ret; | 3445 | return ret; |
| 3432 | } | 3446 | } |
| 3433 | 3447 | ||
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 70dc8ca73e25..9aa01ec2138d 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c | |||
| @@ -1334,7 +1334,6 @@ static ssize_t __btrfs_direct_write(struct kiocb *iocb, | |||
| 1334 | loff_t *ppos, size_t count, size_t ocount) | 1334 | loff_t *ppos, size_t count, size_t ocount) |
| 1335 | { | 1335 | { |
| 1336 | struct file *file = iocb->ki_filp; | 1336 | struct file *file = iocb->ki_filp; |
| 1337 | struct inode *inode = fdentry(file)->d_inode; | ||
| 1338 | struct iov_iter i; | 1337 | struct iov_iter i; |
| 1339 | ssize_t written; | 1338 | ssize_t written; |
| 1340 | ssize_t written_buffered; | 1339 | ssize_t written_buffered; |
| @@ -1344,18 +1343,6 @@ static ssize_t __btrfs_direct_write(struct kiocb *iocb, | |||
| 1344 | written = generic_file_direct_write(iocb, iov, &nr_segs, pos, ppos, | 1343 | written = generic_file_direct_write(iocb, iov, &nr_segs, pos, ppos, |
| 1345 | count, ocount); | 1344 | count, ocount); |
| 1346 | 1345 | ||
| 1347 | /* | ||
| 1348 | * the generic O_DIRECT will update in-memory i_size after the | ||
| 1349 | * DIOs are done. But our endio handlers that update the on | ||
| 1350 | * disk i_size never update past the in memory i_size. So we | ||
| 1351 | * need one more update here to catch any additions to the | ||
| 1352 | * file | ||
| 1353 | */ | ||
| 1354 | if (inode->i_size != BTRFS_I(inode)->disk_i_size) { | ||
| 1355 | btrfs_ordered_update_i_size(inode, inode->i_size, NULL); | ||
| 1356 | mark_inode_dirty(inode); | ||
| 1357 | } | ||
| 1358 | |||
| 1359 | if (written < 0 || written == count) | 1346 | if (written < 0 || written == count) |
| 1360 | return written; | 1347 | return written; |
| 1361 | 1348 | ||
diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c index 81296c57405a..6c4e2baa9290 100644 --- a/fs/btrfs/free-space-cache.c +++ b/fs/btrfs/free-space-cache.c | |||
| @@ -1543,29 +1543,26 @@ again: | |||
| 1543 | end = bitmap_info->offset + (u64)(BITS_PER_BITMAP * ctl->unit) - 1; | 1543 | end = bitmap_info->offset + (u64)(BITS_PER_BITMAP * ctl->unit) - 1; |
| 1544 | 1544 | ||
| 1545 | /* | 1545 | /* |
| 1546 | * XXX - this can go away after a few releases. | 1546 | * We need to search for bits in this bitmap. We could only cover some |
| 1547 | * | 1547 | * of the extent in this bitmap thanks to how we add space, so we need |
| 1548 | * since the only user of btrfs_remove_free_space is the tree logging | 1548 | * to search for as much as it as we can and clear that amount, and then |
| 1549 | * stuff, and the only way to test that is under crash conditions, we | 1549 | * go searching for the next bit. |
| 1550 | * want to have this debug stuff here just in case somethings not | ||
| 1551 | * working. Search the bitmap for the space we are trying to use to | ||
| 1552 | * make sure its actually there. If its not there then we need to stop | ||
| 1553 | * because something has gone wrong. | ||
| 1554 | */ | 1550 | */ |
| 1555 | search_start = *offset; | 1551 | search_start = *offset; |
| 1556 | search_bytes = *bytes; | 1552 | search_bytes = ctl->unit; |
| 1557 | search_bytes = min(search_bytes, end - search_start + 1); | 1553 | search_bytes = min(search_bytes, end - search_start + 1); |
| 1558 | ret = search_bitmap(ctl, bitmap_info, &search_start, &search_bytes); | 1554 | ret = search_bitmap(ctl, bitmap_info, &search_start, &search_bytes); |
| 1559 | BUG_ON(ret < 0 || search_start != *offset); | 1555 | BUG_ON(ret < 0 || search_start != *offset); |
| 1560 | 1556 | ||
| 1561 | if (*offset > bitmap_info->offset && *offset + *bytes > end) { | 1557 | /* We may have found more bits than what we need */ |
| 1562 | bitmap_clear_bits(ctl, bitmap_info, *offset, end - *offset + 1); | 1558 | search_bytes = min(search_bytes, *bytes); |
| 1563 | *bytes -= end - *offset + 1; | 1559 | |
| 1564 | *offset = end + 1; | 1560 | /* Cannot clear past the end of the bitmap */ |
| 1565 | } else if (*offset >= bitmap_info->offset && *offset + *bytes <= end) { | 1561 | search_bytes = min(search_bytes, end - search_start + 1); |
| 1566 | bitmap_clear_bits(ctl, bitmap_info, *offset, *bytes); | 1562 | |
| 1567 | *bytes = 0; | 1563 | bitmap_clear_bits(ctl, bitmap_info, search_start, search_bytes); |
| 1568 | } | 1564 | *offset += search_bytes; |
| 1565 | *bytes -= search_bytes; | ||
| 1569 | 1566 | ||
| 1570 | if (*bytes) { | 1567 | if (*bytes) { |
| 1571 | struct rb_node *next = rb_next(&bitmap_info->offset_index); | 1568 | struct rb_node *next = rb_next(&bitmap_info->offset_index); |
| @@ -1596,7 +1593,7 @@ again: | |||
| 1596 | * everything over again. | 1593 | * everything over again. |
| 1597 | */ | 1594 | */ |
| 1598 | search_start = *offset; | 1595 | search_start = *offset; |
| 1599 | search_bytes = *bytes; | 1596 | search_bytes = ctl->unit; |
| 1600 | ret = search_bitmap(ctl, bitmap_info, &search_start, | 1597 | ret = search_bitmap(ctl, bitmap_info, &search_start, |
| 1601 | &search_bytes); | 1598 | &search_bytes); |
| 1602 | if (ret < 0 || search_start != *offset) | 1599 | if (ret < 0 || search_start != *offset) |
| @@ -1879,12 +1876,14 @@ int btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, | |||
| 1879 | { | 1876 | { |
| 1880 | struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; | 1877 | struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; |
| 1881 | struct btrfs_free_space *info; | 1878 | struct btrfs_free_space *info; |
| 1882 | struct btrfs_free_space *next_info = NULL; | ||
| 1883 | int ret = 0; | 1879 | int ret = 0; |
| 1884 | 1880 | ||
| 1885 | spin_lock(&ctl->tree_lock); | 1881 | spin_lock(&ctl->tree_lock); |
| 1886 | 1882 | ||
| 1887 | again: | 1883 | again: |
| 1884 | if (!bytes) | ||
| 1885 | goto out_lock; | ||
| 1886 | |||
| 1888 | info = tree_search_offset(ctl, offset, 0, 0); | 1887 | info = tree_search_offset(ctl, offset, 0, 0); |
| 1889 | if (!info) { | 1888 | if (!info) { |
| 1890 | /* | 1889 | /* |
| @@ -1905,88 +1904,48 @@ again: | |||
| 1905 | } | 1904 | } |
| 1906 | } | 1905 | } |
| 1907 | 1906 | ||
| 1908 | if (info->bytes < bytes && rb_next(&info->offset_index)) { | 1907 | if (!info->bitmap) { |
| 1909 | u64 end; | ||
| 1910 | next_info = rb_entry(rb_next(&info->offset_index), | ||
| 1911 | struct btrfs_free_space, | ||
| 1912 | offset_index); | ||
| 1913 | |||
| 1914 | if (next_info->bitmap) | ||
| 1915 | end = next_info->offset + | ||
| 1916 | BITS_PER_BITMAP * ctl->unit - 1; | ||
| 1917 | else | ||
| 1918 | end = next_info->offset + next_info->bytes; | ||
| 1919 | |||
| 1920 | if (next_info->bytes < bytes || | ||
| 1921 | next_info->offset > offset || offset > end) { | ||
| 1922 | printk(KERN_CRIT "Found free space at %llu, size %llu," | ||
| 1923 | " trying to use %llu\n", | ||
| 1924 | (unsigned long long)info->offset, | ||
| 1925 | (unsigned long long)info->bytes, | ||
| 1926 | (unsigned long long)bytes); | ||
| 1927 | WARN_ON(1); | ||
| 1928 | ret = -EINVAL; | ||
| 1929 | goto out_lock; | ||
| 1930 | } | ||
| 1931 | |||
| 1932 | info = next_info; | ||
| 1933 | } | ||
| 1934 | |||
| 1935 | if (info->bytes == bytes) { | ||
| 1936 | unlink_free_space(ctl, info); | 1908 | unlink_free_space(ctl, info); |
| 1937 | if (info->bitmap) { | 1909 | if (offset == info->offset) { |
| 1938 | kfree(info->bitmap); | 1910 | u64 to_free = min(bytes, info->bytes); |
| 1939 | ctl->total_bitmaps--; | 1911 | |
| 1940 | } | 1912 | info->bytes -= to_free; |
| 1941 | kmem_cache_free(btrfs_free_space_cachep, info); | 1913 | info->offset += to_free; |
| 1942 | ret = 0; | 1914 | if (info->bytes) { |
| 1943 | goto out_lock; | 1915 | ret = link_free_space(ctl, info); |
| 1944 | } | 1916 | WARN_ON(ret); |
| 1945 | 1917 | } else { | |
| 1946 | if (!info->bitmap && info->offset == offset) { | 1918 | kmem_cache_free(btrfs_free_space_cachep, info); |
| 1947 | unlink_free_space(ctl, info); | 1919 | } |
| 1948 | info->offset += bytes; | ||
| 1949 | info->bytes -= bytes; | ||
| 1950 | ret = link_free_space(ctl, info); | ||
| 1951 | WARN_ON(ret); | ||
| 1952 | goto out_lock; | ||
| 1953 | } | ||
| 1954 | 1920 | ||
| 1955 | if (!info->bitmap && info->offset <= offset && | 1921 | offset += to_free; |
| 1956 | info->offset + info->bytes >= offset + bytes) { | 1922 | bytes -= to_free; |
| 1957 | u64 old_start = info->offset; | 1923 | goto again; |
| 1958 | /* | 1924 | } else { |
| 1959 | * we're freeing space in the middle of the info, | 1925 | u64 old_end = info->bytes + info->offset; |
| 1960 | * this can happen during tree log replay | ||
| 1961 | * | ||
| 1962 | * first unlink the old info and then | ||
| 1963 | * insert it again after the hole we're creating | ||
| 1964 | */ | ||
| 1965 | unlink_free_space(ctl, info); | ||
| 1966 | if (offset + bytes < info->offset + info->bytes) { | ||
| 1967 | u64 old_end = info->offset + info->bytes; | ||
| 1968 | 1926 | ||
| 1969 | info->offset = offset + bytes; | 1927 | info->bytes = offset - info->offset; |
| 1970 | info->bytes = old_end - info->offset; | ||
| 1971 | ret = link_free_space(ctl, info); | 1928 | ret = link_free_space(ctl, info); |
| 1972 | WARN_ON(ret); | 1929 | WARN_ON(ret); |
| 1973 | if (ret) | 1930 | if (ret) |
| 1974 | goto out_lock; | 1931 | goto out_lock; |
| 1975 | } else { | ||
| 1976 | /* the hole we're creating ends at the end | ||
| 1977 | * of the info struct, just free the info | ||
| 1978 | */ | ||
| 1979 | kmem_cache_free(btrfs_free_space_cachep, info); | ||
| 1980 | } | ||
| 1981 | spin_unlock(&ctl->tree_lock); | ||
| 1982 | 1932 | ||
| 1983 | /* step two, insert a new info struct to cover | 1933 | /* Not enough bytes in this entry to satisfy us */ |
| 1984 | * anything before the hole | 1934 | if (old_end < offset + bytes) { |
| 1985 | */ | 1935 | bytes -= old_end - offset; |
| 1986 | ret = btrfs_add_free_space(block_group, old_start, | 1936 | offset = old_end; |
| 1987 | offset - old_start); | 1937 | goto again; |
| 1988 | WARN_ON(ret); /* -ENOMEM */ | 1938 | } else if (old_end == offset + bytes) { |
| 1989 | goto out; | 1939 | /* all done */ |
| 1940 | goto out_lock; | ||
| 1941 | } | ||
| 1942 | spin_unlock(&ctl->tree_lock); | ||
| 1943 | |||
| 1944 | ret = btrfs_add_free_space(block_group, offset + bytes, | ||
| 1945 | old_end - (offset + bytes)); | ||
| 1946 | WARN_ON(ret); | ||
| 1947 | goto out; | ||
| 1948 | } | ||
| 1990 | } | 1949 | } |
| 1991 | 1950 | ||
| 1992 | ret = remove_from_bitmap(ctl, info, &offset, &bytes); | 1951 | ret = remove_from_bitmap(ctl, info, &offset, &bytes); |
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index d8bb0dbc4941..a7d1921ac76b 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
| @@ -3754,7 +3754,7 @@ void btrfs_evict_inode(struct inode *inode) | |||
| 3754 | btrfs_wait_ordered_range(inode, 0, (u64)-1); | 3754 | btrfs_wait_ordered_range(inode, 0, (u64)-1); |
| 3755 | 3755 | ||
| 3756 | if (root->fs_info->log_root_recovering) { | 3756 | if (root->fs_info->log_root_recovering) { |
| 3757 | BUG_ON(!test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM, | 3757 | BUG_ON(test_bit(BTRFS_INODE_HAS_ORPHAN_ITEM, |
| 3758 | &BTRFS_I(inode)->runtime_flags)); | 3758 | &BTRFS_I(inode)->runtime_flags)); |
| 3759 | goto no_delete; | 3759 | goto no_delete; |
| 3760 | } | 3760 | } |
| @@ -5876,8 +5876,17 @@ map: | |||
| 5876 | bh_result->b_size = len; | 5876 | bh_result->b_size = len; |
| 5877 | bh_result->b_bdev = em->bdev; | 5877 | bh_result->b_bdev = em->bdev; |
| 5878 | set_buffer_mapped(bh_result); | 5878 | set_buffer_mapped(bh_result); |
| 5879 | if (create && !test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) | 5879 | if (create) { |
| 5880 | set_buffer_new(bh_result); | 5880 | if (!test_bit(EXTENT_FLAG_PREALLOC, &em->flags)) |
| 5881 | set_buffer_new(bh_result); | ||
| 5882 | |||
| 5883 | /* | ||
| 5884 | * Need to update the i_size under the extent lock so buffered | ||
| 5885 | * readers will get the updated i_size when we unlock. | ||
| 5886 | */ | ||
| 5887 | if (start + len > i_size_read(inode)) | ||
| 5888 | i_size_write(inode, start + len); | ||
| 5889 | } | ||
| 5881 | 5890 | ||
| 5882 | free_extent_map(em); | 5891 | free_extent_map(em); |
| 5883 | 5892 | ||
| @@ -6360,12 +6369,48 @@ static ssize_t btrfs_direct_IO(int rw, struct kiocb *iocb, | |||
| 6360 | */ | 6369 | */ |
| 6361 | ordered = btrfs_lookup_ordered_range(inode, lockstart, | 6370 | ordered = btrfs_lookup_ordered_range(inode, lockstart, |
| 6362 | lockend - lockstart + 1); | 6371 | lockend - lockstart + 1); |
| 6363 | if (!ordered) | 6372 | |
| 6373 | /* | ||
| 6374 | * We need to make sure there are no buffered pages in this | ||
| 6375 | * range either, we could have raced between the invalidate in | ||
| 6376 | * generic_file_direct_write and locking the extent. The | ||
| 6377 | * invalidate needs to happen so that reads after a write do not | ||
| 6378 | * get stale data. | ||
| 6379 | */ | ||
| 6380 | if (!ordered && (!writing || | ||
| 6381 | !test_range_bit(&BTRFS_I(inode)->io_tree, | ||
| 6382 | lockstart, lockend, EXTENT_UPTODATE, 0, | ||
| 6383 | cached_state))) | ||
| 6364 | break; | 6384 | break; |
| 6385 | |||
| 6365 | unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, | 6386 | unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, |
| 6366 | &cached_state, GFP_NOFS); | 6387 | &cached_state, GFP_NOFS); |
| 6367 | btrfs_start_ordered_extent(inode, ordered, 1); | 6388 | |
| 6368 | btrfs_put_ordered_extent(ordered); | 6389 | if (ordered) { |
| 6390 | btrfs_start_ordered_extent(inode, ordered, 1); | ||
| 6391 | btrfs_put_ordered_extent(ordered); | ||
| 6392 | } else { | ||
| 6393 | /* Screw you mmap */ | ||
| 6394 | ret = filemap_write_and_wait_range(file->f_mapping, | ||
| 6395 | lockstart, | ||
| 6396 | lockend); | ||
| 6397 | if (ret) | ||
| 6398 | goto out; | ||
| 6399 | |||
| 6400 | /* | ||
| 6401 | * If we found a page that couldn't be invalidated just | ||
| 6402 | * fall back to buffered. | ||
| 6403 | */ | ||
| 6404 | ret = invalidate_inode_pages2_range(file->f_mapping, | ||
| 6405 | lockstart >> PAGE_CACHE_SHIFT, | ||
| 6406 | lockend >> PAGE_CACHE_SHIFT); | ||
| 6407 | if (ret) { | ||
| 6408 | if (ret == -EBUSY) | ||
| 6409 | ret = 0; | ||
| 6410 | goto out; | ||
| 6411 | } | ||
| 6412 | } | ||
| 6413 | |||
| 6369 | cond_resched(); | 6414 | cond_resched(); |
| 6370 | } | 6415 | } |
| 6371 | 6416 | ||
diff --git a/fs/btrfs/ioctl.h b/fs/btrfs/ioctl.h index 497c530724cf..e440aa653c30 100644 --- a/fs/btrfs/ioctl.h +++ b/fs/btrfs/ioctl.h | |||
| @@ -339,7 +339,7 @@ struct btrfs_ioctl_get_dev_stats { | |||
| 339 | #define BTRFS_IOC_WAIT_SYNC _IOW(BTRFS_IOCTL_MAGIC, 22, __u64) | 339 | #define BTRFS_IOC_WAIT_SYNC _IOW(BTRFS_IOCTL_MAGIC, 22, __u64) |
| 340 | #define BTRFS_IOC_SNAP_CREATE_V2 _IOW(BTRFS_IOCTL_MAGIC, 23, \ | 340 | #define BTRFS_IOC_SNAP_CREATE_V2 _IOW(BTRFS_IOCTL_MAGIC, 23, \ |
| 341 | struct btrfs_ioctl_vol_args_v2) | 341 | struct btrfs_ioctl_vol_args_v2) |
| 342 | #define BTRFS_IOC_SUBVOL_GETFLAGS _IOW(BTRFS_IOCTL_MAGIC, 25, __u64) | 342 | #define BTRFS_IOC_SUBVOL_GETFLAGS _IOR(BTRFS_IOCTL_MAGIC, 25, __u64) |
| 343 | #define BTRFS_IOC_SUBVOL_SETFLAGS _IOW(BTRFS_IOCTL_MAGIC, 26, __u64) | 343 | #define BTRFS_IOC_SUBVOL_SETFLAGS _IOW(BTRFS_IOCTL_MAGIC, 26, __u64) |
| 344 | #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ | 344 | #define BTRFS_IOC_SCRUB _IOWR(BTRFS_IOCTL_MAGIC, 27, \ |
| 345 | struct btrfs_ioctl_scrub_args) | 345 | struct btrfs_ioctl_scrub_args) |
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 0eb9a4da069e..e23991574fdf 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
| @@ -1187,6 +1187,10 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data) | |||
| 1187 | if (ret) | 1187 | if (ret) |
| 1188 | goto restore; | 1188 | goto restore; |
| 1189 | 1189 | ||
| 1190 | ret = btrfs_resume_balance_async(fs_info); | ||
| 1191 | if (ret) | ||
| 1192 | goto restore; | ||
| 1193 | |||
| 1190 | sb->s_flags &= ~MS_RDONLY; | 1194 | sb->s_flags &= ~MS_RDONLY; |
| 1191 | } | 1195 | } |
| 1192 | 1196 | ||
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 2017d0ff511c..8abeae4224f9 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
| @@ -690,6 +690,8 @@ static noinline int drop_one_dir_item(struct btrfs_trans_handle *trans, | |||
| 690 | kfree(name); | 690 | kfree(name); |
| 691 | 691 | ||
| 692 | iput(inode); | 692 | iput(inode); |
| 693 | |||
| 694 | btrfs_run_delayed_items(trans, root); | ||
| 693 | return ret; | 695 | return ret; |
| 694 | } | 696 | } |
| 695 | 697 | ||
| @@ -895,6 +897,7 @@ again: | |||
| 895 | ret = btrfs_unlink_inode(trans, root, dir, | 897 | ret = btrfs_unlink_inode(trans, root, dir, |
| 896 | inode, victim_name, | 898 | inode, victim_name, |
| 897 | victim_name_len); | 899 | victim_name_len); |
| 900 | btrfs_run_delayed_items(trans, root); | ||
| 898 | } | 901 | } |
| 899 | kfree(victim_name); | 902 | kfree(victim_name); |
| 900 | ptr = (unsigned long)(victim_ref + 1) + victim_name_len; | 903 | ptr = (unsigned long)(victim_ref + 1) + victim_name_len; |
| @@ -1475,6 +1478,9 @@ again: | |||
| 1475 | ret = btrfs_unlink_inode(trans, root, dir, inode, | 1478 | ret = btrfs_unlink_inode(trans, root, dir, inode, |
| 1476 | name, name_len); | 1479 | name, name_len); |
| 1477 | BUG_ON(ret); | 1480 | BUG_ON(ret); |
| 1481 | |||
| 1482 | btrfs_run_delayed_items(trans, root); | ||
| 1483 | |||
| 1478 | kfree(name); | 1484 | kfree(name); |
| 1479 | iput(inode); | 1485 | iput(inode); |
| 1480 | 1486 | ||
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 8a3d2594b807..ecaad40e7ef4 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
| @@ -2845,31 +2845,48 @@ out: | |||
| 2845 | 2845 | ||
| 2846 | static int balance_kthread(void *data) | 2846 | static int balance_kthread(void *data) |
| 2847 | { | 2847 | { |
| 2848 | struct btrfs_balance_control *bctl = | 2848 | struct btrfs_fs_info *fs_info = data; |
| 2849 | (struct btrfs_balance_control *)data; | ||
| 2850 | struct btrfs_fs_info *fs_info = bctl->fs_info; | ||
| 2851 | int ret = 0; | 2849 | int ret = 0; |
| 2852 | 2850 | ||
| 2853 | mutex_lock(&fs_info->volume_mutex); | 2851 | mutex_lock(&fs_info->volume_mutex); |
| 2854 | mutex_lock(&fs_info->balance_mutex); | 2852 | mutex_lock(&fs_info->balance_mutex); |
| 2855 | 2853 | ||
| 2856 | set_balance_control(bctl); | 2854 | if (fs_info->balance_ctl) { |
| 2857 | |||
| 2858 | if (btrfs_test_opt(fs_info->tree_root, SKIP_BALANCE)) { | ||
| 2859 | printk(KERN_INFO "btrfs: force skipping balance\n"); | ||
| 2860 | } else { | ||
| 2861 | printk(KERN_INFO "btrfs: continuing balance\n"); | 2855 | printk(KERN_INFO "btrfs: continuing balance\n"); |
| 2862 | ret = btrfs_balance(bctl, NULL); | 2856 | ret = btrfs_balance(fs_info->balance_ctl, NULL); |
| 2863 | } | 2857 | } |
| 2864 | 2858 | ||
| 2865 | mutex_unlock(&fs_info->balance_mutex); | 2859 | mutex_unlock(&fs_info->balance_mutex); |
| 2866 | mutex_unlock(&fs_info->volume_mutex); | 2860 | mutex_unlock(&fs_info->volume_mutex); |
| 2861 | |||
| 2867 | return ret; | 2862 | return ret; |
| 2868 | } | 2863 | } |
| 2869 | 2864 | ||
| 2870 | int btrfs_recover_balance(struct btrfs_root *tree_root) | 2865 | int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info) |
| 2871 | { | 2866 | { |
| 2872 | struct task_struct *tsk; | 2867 | struct task_struct *tsk; |
| 2868 | |||
| 2869 | spin_lock(&fs_info->balance_lock); | ||
| 2870 | if (!fs_info->balance_ctl) { | ||
| 2871 | spin_unlock(&fs_info->balance_lock); | ||
| 2872 | return 0; | ||
| 2873 | } | ||
| 2874 | spin_unlock(&fs_info->balance_lock); | ||
| 2875 | |||
| 2876 | if (btrfs_test_opt(fs_info->tree_root, SKIP_BALANCE)) { | ||
| 2877 | printk(KERN_INFO "btrfs: force skipping balance\n"); | ||
| 2878 | return 0; | ||
| 2879 | } | ||
| 2880 | |||
| 2881 | tsk = kthread_run(balance_kthread, fs_info, "btrfs-balance"); | ||
| 2882 | if (IS_ERR(tsk)) | ||
| 2883 | return PTR_ERR(tsk); | ||
| 2884 | |||
| 2885 | return 0; | ||
| 2886 | } | ||
| 2887 | |||
| 2888 | int btrfs_recover_balance(struct btrfs_fs_info *fs_info) | ||
| 2889 | { | ||
| 2873 | struct btrfs_balance_control *bctl; | 2890 | struct btrfs_balance_control *bctl; |
| 2874 | struct btrfs_balance_item *item; | 2891 | struct btrfs_balance_item *item; |
| 2875 | struct btrfs_disk_balance_args disk_bargs; | 2892 | struct btrfs_disk_balance_args disk_bargs; |
| @@ -2882,29 +2899,30 @@ int btrfs_recover_balance(struct btrfs_root *tree_root) | |||
| 2882 | if (!path) | 2899 | if (!path) |
| 2883 | return -ENOMEM; | 2900 | return -ENOMEM; |
| 2884 | 2901 | ||
| 2885 | bctl = kzalloc(sizeof(*bctl), GFP_NOFS); | ||
| 2886 | if (!bctl) { | ||
| 2887 | ret = -ENOMEM; | ||
| 2888 | goto out; | ||
| 2889 | } | ||
| 2890 | |||
| 2891 | key.objectid = BTRFS_BALANCE_OBJECTID; | 2902 | key.objectid = BTRFS_BALANCE_OBJECTID; |
| 2892 | key.type = BTRFS_BALANCE_ITEM_KEY; | 2903 | key.type = BTRFS_BALANCE_ITEM_KEY; |
| 2893 | key.offset = 0; | 2904 | key.offset = 0; |
| 2894 | 2905 | ||
| 2895 | ret = btrfs_search_slot(NULL, tree_root, &key, path, 0, 0); | 2906 | ret = btrfs_search_slot(NULL, fs_info->tree_root, &key, path, 0, 0); |
| 2896 | if (ret < 0) | 2907 | if (ret < 0) |
| 2897 | goto out_bctl; | 2908 | goto out; |
| 2898 | if (ret > 0) { /* ret = -ENOENT; */ | 2909 | if (ret > 0) { /* ret = -ENOENT; */ |
| 2899 | ret = 0; | 2910 | ret = 0; |
| 2900 | goto out_bctl; | 2911 | goto out; |
| 2912 | } | ||
| 2913 | |||
| 2914 | bctl = kzalloc(sizeof(*bctl), GFP_NOFS); | ||
| 2915 | if (!bctl) { | ||
| 2916 | ret = -ENOMEM; | ||
| 2917 | goto out; | ||
| 2901 | } | 2918 | } |
| 2902 | 2919 | ||
| 2903 | leaf = path->nodes[0]; | 2920 | leaf = path->nodes[0]; |
| 2904 | item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_balance_item); | 2921 | item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_balance_item); |
| 2905 | 2922 | ||
| 2906 | bctl->fs_info = tree_root->fs_info; | 2923 | bctl->fs_info = fs_info; |
| 2907 | bctl->flags = btrfs_balance_flags(leaf, item) | BTRFS_BALANCE_RESUME; | 2924 | bctl->flags = btrfs_balance_flags(leaf, item); |
| 2925 | bctl->flags |= BTRFS_BALANCE_RESUME; | ||
| 2908 | 2926 | ||
| 2909 | btrfs_balance_data(leaf, item, &disk_bargs); | 2927 | btrfs_balance_data(leaf, item, &disk_bargs); |
| 2910 | btrfs_disk_balance_args_to_cpu(&bctl->data, &disk_bargs); | 2928 | btrfs_disk_balance_args_to_cpu(&bctl->data, &disk_bargs); |
| @@ -2913,14 +2931,13 @@ int btrfs_recover_balance(struct btrfs_root *tree_root) | |||
| 2913 | btrfs_balance_sys(leaf, item, &disk_bargs); | 2931 | btrfs_balance_sys(leaf, item, &disk_bargs); |
| 2914 | btrfs_disk_balance_args_to_cpu(&bctl->sys, &disk_bargs); | 2932 | btrfs_disk_balance_args_to_cpu(&bctl->sys, &disk_bargs); |
| 2915 | 2933 | ||
| 2916 | tsk = kthread_run(balance_kthread, bctl, "btrfs-balance"); | 2934 | mutex_lock(&fs_info->volume_mutex); |
| 2917 | if (IS_ERR(tsk)) | 2935 | mutex_lock(&fs_info->balance_mutex); |
| 2918 | ret = PTR_ERR(tsk); | ||
| 2919 | else | ||
| 2920 | goto out; | ||
| 2921 | 2936 | ||
| 2922 | out_bctl: | 2937 | set_balance_control(bctl); |
| 2923 | kfree(bctl); | 2938 | |
| 2939 | mutex_unlock(&fs_info->balance_mutex); | ||
| 2940 | mutex_unlock(&fs_info->volume_mutex); | ||
| 2924 | out: | 2941 | out: |
| 2925 | btrfs_free_path(path); | 2942 | btrfs_free_path(path); |
| 2926 | return ret; | 2943 | return ret; |
| @@ -4061,16 +4078,18 @@ static void btrfs_end_bio(struct bio *bio, int err) | |||
| 4061 | 4078 | ||
| 4062 | BUG_ON(stripe_index >= bbio->num_stripes); | 4079 | BUG_ON(stripe_index >= bbio->num_stripes); |
| 4063 | dev = bbio->stripes[stripe_index].dev; | 4080 | dev = bbio->stripes[stripe_index].dev; |
| 4064 | if (bio->bi_rw & WRITE) | 4081 | if (dev->bdev) { |
| 4065 | btrfs_dev_stat_inc(dev, | 4082 | if (bio->bi_rw & WRITE) |
| 4066 | BTRFS_DEV_STAT_WRITE_ERRS); | 4083 | btrfs_dev_stat_inc(dev, |
| 4067 | else | 4084 | BTRFS_DEV_STAT_WRITE_ERRS); |
| 4068 | btrfs_dev_stat_inc(dev, | 4085 | else |
| 4069 | BTRFS_DEV_STAT_READ_ERRS); | 4086 | btrfs_dev_stat_inc(dev, |
| 4070 | if ((bio->bi_rw & WRITE_FLUSH) == WRITE_FLUSH) | 4087 | BTRFS_DEV_STAT_READ_ERRS); |
| 4071 | btrfs_dev_stat_inc(dev, | 4088 | if ((bio->bi_rw & WRITE_FLUSH) == WRITE_FLUSH) |
| 4072 | BTRFS_DEV_STAT_FLUSH_ERRS); | 4089 | btrfs_dev_stat_inc(dev, |
| 4073 | btrfs_dev_stat_print_on_error(dev); | 4090 | BTRFS_DEV_STAT_FLUSH_ERRS); |
| 4091 | btrfs_dev_stat_print_on_error(dev); | ||
| 4092 | } | ||
| 4074 | } | 4093 | } |
| 4075 | } | 4094 | } |
| 4076 | 4095 | ||
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 74366f27a76b..95f6637614db 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
| @@ -281,7 +281,8 @@ int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); | |||
| 281 | int btrfs_init_new_device(struct btrfs_root *root, char *path); | 281 | int btrfs_init_new_device(struct btrfs_root *root, char *path); |
| 282 | int btrfs_balance(struct btrfs_balance_control *bctl, | 282 | int btrfs_balance(struct btrfs_balance_control *bctl, |
| 283 | struct btrfs_ioctl_balance_args *bargs); | 283 | struct btrfs_ioctl_balance_args *bargs); |
| 284 | int btrfs_recover_balance(struct btrfs_root *tree_root); | 284 | int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info); |
| 285 | int btrfs_recover_balance(struct btrfs_fs_info *fs_info); | ||
| 285 | int btrfs_pause_balance(struct btrfs_fs_info *fs_info); | 286 | int btrfs_pause_balance(struct btrfs_fs_info *fs_info); |
| 286 | int btrfs_cancel_balance(struct btrfs_fs_info *fs_info); | 287 | int btrfs_cancel_balance(struct btrfs_fs_info *fs_info); |
| 287 | int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset); | 288 | int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset); |
diff --git a/fs/buffer.c b/fs/buffer.c index 838a9cf246bd..c7062c896d7c 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
| @@ -1036,6 +1036,9 @@ grow_buffers(struct block_device *bdev, sector_t block, int size) | |||
| 1036 | static struct buffer_head * | 1036 | static struct buffer_head * |
| 1037 | __getblk_slow(struct block_device *bdev, sector_t block, int size) | 1037 | __getblk_slow(struct block_device *bdev, sector_t block, int size) |
| 1038 | { | 1038 | { |
| 1039 | int ret; | ||
| 1040 | struct buffer_head *bh; | ||
| 1041 | |||
| 1039 | /* Size must be multiple of hard sectorsize */ | 1042 | /* Size must be multiple of hard sectorsize */ |
| 1040 | if (unlikely(size & (bdev_logical_block_size(bdev)-1) || | 1043 | if (unlikely(size & (bdev_logical_block_size(bdev)-1) || |
| 1041 | (size < 512 || size > PAGE_SIZE))) { | 1044 | (size < 512 || size > PAGE_SIZE))) { |
| @@ -1048,20 +1051,21 @@ __getblk_slow(struct block_device *bdev, sector_t block, int size) | |||
| 1048 | return NULL; | 1051 | return NULL; |
| 1049 | } | 1052 | } |
| 1050 | 1053 | ||
| 1051 | for (;;) { | 1054 | retry: |
| 1052 | struct buffer_head * bh; | 1055 | bh = __find_get_block(bdev, block, size); |
| 1053 | int ret; | 1056 | if (bh) |
| 1057 | return bh; | ||
| 1054 | 1058 | ||
| 1059 | ret = grow_buffers(bdev, block, size); | ||
| 1060 | if (ret == 0) { | ||
| 1061 | free_more_memory(); | ||
| 1062 | goto retry; | ||
| 1063 | } else if (ret > 0) { | ||
| 1055 | bh = __find_get_block(bdev, block, size); | 1064 | bh = __find_get_block(bdev, block, size); |
| 1056 | if (bh) | 1065 | if (bh) |
| 1057 | return bh; | 1066 | return bh; |
| 1058 | |||
| 1059 | ret = grow_buffers(bdev, block, size); | ||
| 1060 | if (ret < 0) | ||
| 1061 | return NULL; | ||
| 1062 | if (ret == 0) | ||
| 1063 | free_more_memory(); | ||
| 1064 | } | 1067 | } |
| 1068 | return NULL; | ||
| 1065 | } | 1069 | } |
| 1066 | 1070 | ||
| 1067 | /* | 1071 | /* |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 5b400730c213..4ee522b3f66f 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -86,7 +86,31 @@ static struct { | |||
| 86 | #endif /* CONFIG_CIFS_WEAK_PW_HASH */ | 86 | #endif /* CONFIG_CIFS_WEAK_PW_HASH */ |
| 87 | #endif /* CIFS_POSIX */ | 87 | #endif /* CIFS_POSIX */ |
| 88 | 88 | ||
| 89 | /* Forward declarations */ | 89 | #ifdef CONFIG_HIGHMEM |
| 90 | /* | ||
| 91 | * On arches that have high memory, kmap address space is limited. By | ||
| 92 | * serializing the kmap operations on those arches, we ensure that we don't | ||
| 93 | * end up with a bunch of threads in writeback with partially mapped page | ||
| 94 | * arrays, stuck waiting for kmap to come back. That situation prevents | ||
| 95 | * progress and can deadlock. | ||
| 96 | */ | ||
| 97 | static DEFINE_MUTEX(cifs_kmap_mutex); | ||
| 98 | |||
| 99 | static inline void | ||
| 100 | cifs_kmap_lock(void) | ||
| 101 | { | ||
| 102 | mutex_lock(&cifs_kmap_mutex); | ||
| 103 | } | ||
| 104 | |||
| 105 | static inline void | ||
| 106 | cifs_kmap_unlock(void) | ||
| 107 | { | ||
| 108 | mutex_unlock(&cifs_kmap_mutex); | ||
| 109 | } | ||
| 110 | #else /* !CONFIG_HIGHMEM */ | ||
| 111 | #define cifs_kmap_lock() do { ; } while(0) | ||
| 112 | #define cifs_kmap_unlock() do { ; } while(0) | ||
| 113 | #endif /* CONFIG_HIGHMEM */ | ||
| 90 | 114 | ||
| 91 | /* Mark as invalid, all open files on tree connections since they | 115 | /* Mark as invalid, all open files on tree connections since they |
| 92 | were closed when session to server was lost */ | 116 | were closed when session to server was lost */ |
| @@ -1503,7 +1527,9 @@ cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) | |||
| 1503 | } | 1527 | } |
| 1504 | 1528 | ||
| 1505 | /* marshal up the page array */ | 1529 | /* marshal up the page array */ |
| 1530 | cifs_kmap_lock(); | ||
| 1506 | len = rdata->marshal_iov(rdata, data_len); | 1531 | len = rdata->marshal_iov(rdata, data_len); |
| 1532 | cifs_kmap_unlock(); | ||
| 1507 | data_len -= len; | 1533 | data_len -= len; |
| 1508 | 1534 | ||
| 1509 | /* issue the read if we have any iovecs left to fill */ | 1535 | /* issue the read if we have any iovecs left to fill */ |
| @@ -2069,7 +2095,9 @@ cifs_async_writev(struct cifs_writedata *wdata) | |||
| 2069 | * and set the iov_len properly for each one. It may also set | 2095 | * and set the iov_len properly for each one. It may also set |
| 2070 | * wdata->bytes too. | 2096 | * wdata->bytes too. |
| 2071 | */ | 2097 | */ |
| 2098 | cifs_kmap_lock(); | ||
| 2072 | wdata->marshal_iov(iov, wdata); | 2099 | wdata->marshal_iov(iov, wdata); |
| 2100 | cifs_kmap_unlock(); | ||
| 2073 | 2101 | ||
| 2074 | cFYI(1, "async write at %llu %u bytes", wdata->offset, wdata->bytes); | 2102 | cFYI(1, "async write at %llu %u bytes", wdata->offset, wdata->bytes); |
| 2075 | 2103 | ||
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 78db68a5cf44..94b7788c3189 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
| @@ -1653,24 +1653,26 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, | |||
| 1653 | * If yes, we have encountered a double deliminator | 1653 | * If yes, we have encountered a double deliminator |
| 1654 | * reset the NULL character to the deliminator | 1654 | * reset the NULL character to the deliminator |
| 1655 | */ | 1655 | */ |
| 1656 | if (tmp_end < end && tmp_end[1] == delim) | 1656 | if (tmp_end < end && tmp_end[1] == delim) { |
| 1657 | tmp_end[0] = delim; | 1657 | tmp_end[0] = delim; |
| 1658 | 1658 | ||
| 1659 | /* Keep iterating until we get to a single deliminator | 1659 | /* Keep iterating until we get to a single |
| 1660 | * OR the end | 1660 | * deliminator OR the end |
| 1661 | */ | 1661 | */ |
| 1662 | while ((tmp_end = strchr(tmp_end, delim)) != NULL && | 1662 | while ((tmp_end = strchr(tmp_end, delim)) |
| 1663 | (tmp_end[1] == delim)) { | 1663 | != NULL && (tmp_end[1] == delim)) { |
| 1664 | tmp_end = (char *) &tmp_end[2]; | 1664 | tmp_end = (char *) &tmp_end[2]; |
| 1665 | } | 1665 | } |
| 1666 | 1666 | ||
| 1667 | /* Reset var options to point to next element */ | 1667 | /* Reset var options to point to next element */ |
| 1668 | if (tmp_end) { | 1668 | if (tmp_end) { |
| 1669 | tmp_end[0] = '\0'; | 1669 | tmp_end[0] = '\0'; |
| 1670 | options = (char *) &tmp_end[1]; | 1670 | options = (char *) &tmp_end[1]; |
| 1671 | } else | 1671 | } else |
| 1672 | /* Reached the end of the mount option string */ | 1672 | /* Reached the end of the mount option |
| 1673 | options = end; | 1673 | * string */ |
| 1674 | options = end; | ||
| 1675 | } | ||
| 1674 | 1676 | ||
| 1675 | /* Now build new password string */ | 1677 | /* Now build new password string */ |
| 1676 | temp_len = strlen(value); | 1678 | temp_len = strlen(value); |
| @@ -3443,6 +3445,18 @@ void cifs_setup_cifs_sb(struct smb_vol *pvolume_info, | |||
| 3443 | #define CIFS_DEFAULT_NON_POSIX_RSIZE (60 * 1024) | 3445 | #define CIFS_DEFAULT_NON_POSIX_RSIZE (60 * 1024) |
| 3444 | #define CIFS_DEFAULT_NON_POSIX_WSIZE (65536) | 3446 | #define CIFS_DEFAULT_NON_POSIX_WSIZE (65536) |
| 3445 | 3447 | ||
| 3448 | /* | ||
| 3449 | * On hosts with high memory, we can't currently support wsize/rsize that are | ||
| 3450 | * larger than we can kmap at once. Cap the rsize/wsize at | ||
| 3451 | * LAST_PKMAP * PAGE_SIZE. We'll never be able to fill a read or write request | ||
| 3452 | * larger than that anyway. | ||
| 3453 | */ | ||
| 3454 | #ifdef CONFIG_HIGHMEM | ||
| 3455 | #define CIFS_KMAP_SIZE_LIMIT (LAST_PKMAP * PAGE_CACHE_SIZE) | ||
| 3456 | #else /* CONFIG_HIGHMEM */ | ||
| 3457 | #define CIFS_KMAP_SIZE_LIMIT (1<<24) | ||
| 3458 | #endif /* CONFIG_HIGHMEM */ | ||
| 3459 | |||
| 3446 | static unsigned int | 3460 | static unsigned int |
| 3447 | cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *pvolume_info) | 3461 | cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *pvolume_info) |
| 3448 | { | 3462 | { |
| @@ -3473,6 +3487,9 @@ cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *pvolume_info) | |||
| 3473 | wsize = min_t(unsigned int, wsize, | 3487 | wsize = min_t(unsigned int, wsize, |
| 3474 | server->maxBuf - sizeof(WRITE_REQ) + 4); | 3488 | server->maxBuf - sizeof(WRITE_REQ) + 4); |
| 3475 | 3489 | ||
| 3490 | /* limit to the amount that we can kmap at once */ | ||
| 3491 | wsize = min_t(unsigned int, wsize, CIFS_KMAP_SIZE_LIMIT); | ||
| 3492 | |||
| 3476 | /* hard limit of CIFS_MAX_WSIZE */ | 3493 | /* hard limit of CIFS_MAX_WSIZE */ |
| 3477 | wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE); | 3494 | wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE); |
| 3478 | 3495 | ||
| @@ -3493,18 +3510,15 @@ cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *pvolume_info) | |||
| 3493 | * MS-CIFS indicates that servers are only limited by the client's | 3510 | * MS-CIFS indicates that servers are only limited by the client's |
| 3494 | * bufsize for reads, testing against win98se shows that it throws | 3511 | * bufsize for reads, testing against win98se shows that it throws |
| 3495 | * INVALID_PARAMETER errors if you try to request too large a read. | 3512 | * INVALID_PARAMETER errors if you try to request too large a read. |
| 3513 | * OS/2 just sends back short reads. | ||
| 3496 | * | 3514 | * |
| 3497 | * If the server advertises a MaxBufferSize of less than one page, | 3515 | * If the server doesn't advertise CAP_LARGE_READ_X, then assume that |
| 3498 | * assume that it also can't satisfy reads larger than that either. | 3516 | * it can't handle a read request larger than its MaxBufferSize either. |
| 3499 | * | ||
| 3500 | * FIXME: Is there a better heuristic for this? | ||
| 3501 | */ | 3517 | */ |
| 3502 | if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) | 3518 | if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) |
| 3503 | defsize = CIFS_DEFAULT_IOSIZE; | 3519 | defsize = CIFS_DEFAULT_IOSIZE; |
| 3504 | else if (server->capabilities & CAP_LARGE_READ_X) | 3520 | else if (server->capabilities & CAP_LARGE_READ_X) |
| 3505 | defsize = CIFS_DEFAULT_NON_POSIX_RSIZE; | 3521 | defsize = CIFS_DEFAULT_NON_POSIX_RSIZE; |
| 3506 | else if (server->maxBuf >= PAGE_CACHE_SIZE) | ||
| 3507 | defsize = CIFSMaxBufSize; | ||
| 3508 | else | 3522 | else |
| 3509 | defsize = server->maxBuf - sizeof(READ_RSP); | 3523 | defsize = server->maxBuf - sizeof(READ_RSP); |
| 3510 | 3524 | ||
| @@ -3517,6 +3531,9 @@ cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *pvolume_info) | |||
| 3517 | if (!(server->capabilities & CAP_LARGE_READ_X)) | 3531 | if (!(server->capabilities & CAP_LARGE_READ_X)) |
| 3518 | rsize = min_t(unsigned int, CIFSMaxBufSize, rsize); | 3532 | rsize = min_t(unsigned int, CIFSMaxBufSize, rsize); |
| 3519 | 3533 | ||
| 3534 | /* limit to the amount that we can kmap at once */ | ||
| 3535 | rsize = min_t(unsigned int, rsize, CIFS_KMAP_SIZE_LIMIT); | ||
| 3536 | |||
| 3520 | /* hard limit of CIFS_MAX_RSIZE */ | 3537 | /* hard limit of CIFS_MAX_RSIZE */ |
| 3521 | rsize = min_t(unsigned int, rsize, CIFS_MAX_RSIZE); | 3538 | rsize = min_t(unsigned int, rsize, CIFS_MAX_RSIZE); |
| 3522 | 3539 | ||
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index 0a8224d1c4c5..a4217f02fab2 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c | |||
| @@ -86,9 +86,12 @@ cifs_readdir_lookup(struct dentry *parent, struct qstr *name, | |||
| 86 | 86 | ||
| 87 | dentry = d_lookup(parent, name); | 87 | dentry = d_lookup(parent, name); |
| 88 | if (dentry) { | 88 | if (dentry) { |
| 89 | /* FIXME: check for inode number changes? */ | 89 | inode = dentry->d_inode; |
| 90 | if (dentry->d_inode != NULL) | 90 | /* update inode in place if i_ino didn't change */ |
| 91 | if (inode && CIFS_I(inode)->uniqueid == fattr->cf_uniqueid) { | ||
| 92 | cifs_fattr_to_inode(inode, fattr); | ||
| 91 | return dentry; | 93 | return dentry; |
| 94 | } | ||
| 92 | d_drop(dentry); | 95 | d_drop(dentry); |
| 93 | dput(dentry); | 96 | dput(dentry); |
| 94 | } | 97 | } |
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 3097ee58fd7d..f25d4ea14be4 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
| @@ -365,16 +365,14 @@ cifs_setup_async_request(struct TCP_Server_Info *server, struct kvec *iov, | |||
| 365 | if (mid == NULL) | 365 | if (mid == NULL) |
| 366 | return -ENOMEM; | 366 | return -ENOMEM; |
| 367 | 367 | ||
| 368 | /* put it on the pending_mid_q */ | ||
| 369 | spin_lock(&GlobalMid_Lock); | ||
| 370 | list_add_tail(&mid->qhead, &server->pending_mid_q); | ||
| 371 | spin_unlock(&GlobalMid_Lock); | ||
| 372 | |||
| 373 | rc = cifs_sign_smb2(iov, nvec, server, &mid->sequence_number); | 368 | rc = cifs_sign_smb2(iov, nvec, server, &mid->sequence_number); |
| 374 | if (rc) | 369 | if (rc) { |
| 375 | delete_mid(mid); | 370 | DeleteMidQEntry(mid); |
| 371 | return rc; | ||
| 372 | } | ||
| 373 | |||
| 376 | *ret_mid = mid; | 374 | *ret_mid = mid; |
| 377 | return rc; | 375 | return 0; |
| 378 | } | 376 | } |
| 379 | 377 | ||
| 380 | /* | 378 | /* |
| @@ -407,17 +405,21 @@ cifs_call_async(struct TCP_Server_Info *server, struct kvec *iov, | |||
| 407 | mid->callback_data = cbdata; | 405 | mid->callback_data = cbdata; |
| 408 | mid->mid_state = MID_REQUEST_SUBMITTED; | 406 | mid->mid_state = MID_REQUEST_SUBMITTED; |
| 409 | 407 | ||
| 408 | /* put it on the pending_mid_q */ | ||
| 409 | spin_lock(&GlobalMid_Lock); | ||
| 410 | list_add_tail(&mid->qhead, &server->pending_mid_q); | ||
| 411 | spin_unlock(&GlobalMid_Lock); | ||
| 412 | |||
| 413 | |||
| 410 | cifs_in_send_inc(server); | 414 | cifs_in_send_inc(server); |
| 411 | rc = smb_sendv(server, iov, nvec); | 415 | rc = smb_sendv(server, iov, nvec); |
| 412 | cifs_in_send_dec(server); | 416 | cifs_in_send_dec(server); |
| 413 | cifs_save_when_sent(mid); | 417 | cifs_save_when_sent(mid); |
| 414 | mutex_unlock(&server->srv_mutex); | 418 | mutex_unlock(&server->srv_mutex); |
| 415 | 419 | ||
| 416 | if (rc) | 420 | if (rc == 0) |
| 417 | goto out_err; | 421 | return 0; |
| 418 | 422 | ||
| 419 | return rc; | ||
| 420 | out_err: | ||
| 421 | delete_mid(mid); | 423 | delete_mid(mid); |
| 422 | add_credits(server, 1); | 424 | add_credits(server, 1); |
| 423 | wake_up(&server->request_q); | 425 | wake_up(&server->request_q); |
diff --git a/fs/ecryptfs/kthread.c b/fs/ecryptfs/kthread.c index 69f994a7d524..0dbe58a8b172 100644 --- a/fs/ecryptfs/kthread.c +++ b/fs/ecryptfs/kthread.c | |||
| @@ -149,7 +149,7 @@ int ecryptfs_privileged_open(struct file **lower_file, | |||
| 149 | (*lower_file) = dentry_open(lower_dentry, lower_mnt, flags, cred); | 149 | (*lower_file) = dentry_open(lower_dentry, lower_mnt, flags, cred); |
| 150 | if (!IS_ERR(*lower_file)) | 150 | if (!IS_ERR(*lower_file)) |
| 151 | goto out; | 151 | goto out; |
| 152 | if (flags & O_RDONLY) { | 152 | if ((flags & O_ACCMODE) == O_RDONLY) { |
| 153 | rc = PTR_ERR((*lower_file)); | 153 | rc = PTR_ERR((*lower_file)); |
| 154 | goto out; | 154 | goto out; |
| 155 | } | 155 | } |
diff --git a/fs/ecryptfs/miscdev.c b/fs/ecryptfs/miscdev.c index 3a06f4043df4..c0038f6566d4 100644 --- a/fs/ecryptfs/miscdev.c +++ b/fs/ecryptfs/miscdev.c | |||
| @@ -49,7 +49,10 @@ ecryptfs_miscdev_poll(struct file *file, poll_table *pt) | |||
| 49 | mutex_lock(&ecryptfs_daemon_hash_mux); | 49 | mutex_lock(&ecryptfs_daemon_hash_mux); |
| 50 | /* TODO: Just use file->private_data? */ | 50 | /* TODO: Just use file->private_data? */ |
| 51 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); | 51 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); |
| 52 | BUG_ON(rc || !daemon); | 52 | if (rc || !daemon) { |
| 53 | mutex_unlock(&ecryptfs_daemon_hash_mux); | ||
| 54 | return -EINVAL; | ||
| 55 | } | ||
| 53 | mutex_lock(&daemon->mux); | 56 | mutex_lock(&daemon->mux); |
| 54 | mutex_unlock(&ecryptfs_daemon_hash_mux); | 57 | mutex_unlock(&ecryptfs_daemon_hash_mux); |
| 55 | if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { | 58 | if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { |
| @@ -122,6 +125,7 @@ ecryptfs_miscdev_open(struct inode *inode, struct file *file) | |||
| 122 | goto out_unlock_daemon; | 125 | goto out_unlock_daemon; |
| 123 | } | 126 | } |
| 124 | daemon->flags |= ECRYPTFS_DAEMON_MISCDEV_OPEN; | 127 | daemon->flags |= ECRYPTFS_DAEMON_MISCDEV_OPEN; |
| 128 | file->private_data = daemon; | ||
| 125 | atomic_inc(&ecryptfs_num_miscdev_opens); | 129 | atomic_inc(&ecryptfs_num_miscdev_opens); |
| 126 | out_unlock_daemon: | 130 | out_unlock_daemon: |
| 127 | mutex_unlock(&daemon->mux); | 131 | mutex_unlock(&daemon->mux); |
| @@ -152,9 +156,9 @@ ecryptfs_miscdev_release(struct inode *inode, struct file *file) | |||
| 152 | 156 | ||
| 153 | mutex_lock(&ecryptfs_daemon_hash_mux); | 157 | mutex_lock(&ecryptfs_daemon_hash_mux); |
| 154 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); | 158 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); |
| 155 | BUG_ON(rc || !daemon); | 159 | if (rc || !daemon) |
| 160 | daemon = file->private_data; | ||
| 156 | mutex_lock(&daemon->mux); | 161 | mutex_lock(&daemon->mux); |
| 157 | BUG_ON(daemon->pid != task_pid(current)); | ||
| 158 | BUG_ON(!(daemon->flags & ECRYPTFS_DAEMON_MISCDEV_OPEN)); | 162 | BUG_ON(!(daemon->flags & ECRYPTFS_DAEMON_MISCDEV_OPEN)); |
| 159 | daemon->flags &= ~ECRYPTFS_DAEMON_MISCDEV_OPEN; | 163 | daemon->flags &= ~ECRYPTFS_DAEMON_MISCDEV_OPEN; |
| 160 | atomic_dec(&ecryptfs_num_miscdev_opens); | 164 | atomic_dec(&ecryptfs_num_miscdev_opens); |
| @@ -191,31 +195,32 @@ int ecryptfs_send_miscdev(char *data, size_t data_size, | |||
| 191 | struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, | 195 | struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, |
| 192 | u16 msg_flags, struct ecryptfs_daemon *daemon) | 196 | u16 msg_flags, struct ecryptfs_daemon *daemon) |
| 193 | { | 197 | { |
| 194 | int rc = 0; | 198 | struct ecryptfs_message *msg; |
| 195 | 199 | ||
| 196 | mutex_lock(&msg_ctx->mux); | 200 | msg = kmalloc((sizeof(*msg) + data_size), GFP_KERNEL); |
| 197 | msg_ctx->msg = kmalloc((sizeof(*msg_ctx->msg) + data_size), | 201 | if (!msg) { |
| 198 | GFP_KERNEL); | ||
| 199 | if (!msg_ctx->msg) { | ||
| 200 | rc = -ENOMEM; | ||
| 201 | printk(KERN_ERR "%s: Out of memory whilst attempting " | 202 | printk(KERN_ERR "%s: Out of memory whilst attempting " |
| 202 | "to kmalloc(%zd, GFP_KERNEL)\n", __func__, | 203 | "to kmalloc(%zd, GFP_KERNEL)\n", __func__, |
| 203 | (sizeof(*msg_ctx->msg) + data_size)); | 204 | (sizeof(*msg) + data_size)); |
| 204 | goto out_unlock; | 205 | return -ENOMEM; |
| 205 | } | 206 | } |
| 207 | |||
| 208 | mutex_lock(&msg_ctx->mux); | ||
| 209 | msg_ctx->msg = msg; | ||
| 206 | msg_ctx->msg->index = msg_ctx->index; | 210 | msg_ctx->msg->index = msg_ctx->index; |
| 207 | msg_ctx->msg->data_len = data_size; | 211 | msg_ctx->msg->data_len = data_size; |
| 208 | msg_ctx->type = msg_type; | 212 | msg_ctx->type = msg_type; |
| 209 | memcpy(msg_ctx->msg->data, data, data_size); | 213 | memcpy(msg_ctx->msg->data, data, data_size); |
| 210 | msg_ctx->msg_size = (sizeof(*msg_ctx->msg) + data_size); | 214 | msg_ctx->msg_size = (sizeof(*msg_ctx->msg) + data_size); |
| 211 | mutex_lock(&daemon->mux); | ||
| 212 | list_add_tail(&msg_ctx->daemon_out_list, &daemon->msg_ctx_out_queue); | 215 | list_add_tail(&msg_ctx->daemon_out_list, &daemon->msg_ctx_out_queue); |
| 216 | mutex_unlock(&msg_ctx->mux); | ||
| 217 | |||
| 218 | mutex_lock(&daemon->mux); | ||
| 213 | daemon->num_queued_msg_ctx++; | 219 | daemon->num_queued_msg_ctx++; |
| 214 | wake_up_interruptible(&daemon->wait); | 220 | wake_up_interruptible(&daemon->wait); |
| 215 | mutex_unlock(&daemon->mux); | 221 | mutex_unlock(&daemon->mux); |
| 216 | out_unlock: | 222 | |
| 217 | mutex_unlock(&msg_ctx->mux); | 223 | return 0; |
| 218 | return rc; | ||
| 219 | } | 224 | } |
| 220 | 225 | ||
| 221 | /* | 226 | /* |
| @@ -269,8 +274,16 @@ ecryptfs_miscdev_read(struct file *file, char __user *buf, size_t count, | |||
| 269 | mutex_lock(&ecryptfs_daemon_hash_mux); | 274 | mutex_lock(&ecryptfs_daemon_hash_mux); |
| 270 | /* TODO: Just use file->private_data? */ | 275 | /* TODO: Just use file->private_data? */ |
| 271 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); | 276 | rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); |
| 272 | BUG_ON(rc || !daemon); | 277 | if (rc || !daemon) { |
| 278 | mutex_unlock(&ecryptfs_daemon_hash_mux); | ||
| 279 | return -EINVAL; | ||
| 280 | } | ||
| 273 | mutex_lock(&daemon->mux); | 281 | mutex_lock(&daemon->mux); |
| 282 | if (task_pid(current) != daemon->pid) { | ||
| 283 | mutex_unlock(&daemon->mux); | ||
| 284 | mutex_unlock(&ecryptfs_daemon_hash_mux); | ||
| 285 | return -EPERM; | ||
| 286 | } | ||
| 274 | if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { | 287 | if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { |
| 275 | rc = 0; | 288 | rc = 0; |
| 276 | mutex_unlock(&ecryptfs_daemon_hash_mux); | 289 | mutex_unlock(&ecryptfs_daemon_hash_mux); |
| @@ -307,9 +320,6 @@ check_list: | |||
| 307 | * message from the queue; try again */ | 320 | * message from the queue; try again */ |
| 308 | goto check_list; | 321 | goto check_list; |
| 309 | } | 322 | } |
| 310 | BUG_ON(euid != daemon->euid); | ||
| 311 | BUG_ON(current_user_ns() != daemon->user_ns); | ||
| 312 | BUG_ON(task_pid(current) != daemon->pid); | ||
| 313 | msg_ctx = list_first_entry(&daemon->msg_ctx_out_queue, | 323 | msg_ctx = list_first_entry(&daemon->msg_ctx_out_queue, |
| 314 | struct ecryptfs_msg_ctx, daemon_out_list); | 324 | struct ecryptfs_msg_ctx, daemon_out_list); |
| 315 | BUG_ON(!msg_ctx); | 325 | BUG_ON(!msg_ctx); |
diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 74598f67efeb..1c8b55670804 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c | |||
| @@ -1710,7 +1710,7 @@ SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, | |||
| 1710 | goto error_tgt_fput; | 1710 | goto error_tgt_fput; |
| 1711 | 1711 | ||
| 1712 | /* Check if EPOLLWAKEUP is allowed */ | 1712 | /* Check if EPOLLWAKEUP is allowed */ |
| 1713 | if ((epds.events & EPOLLWAKEUP) && !capable(CAP_EPOLLWAKEUP)) | 1713 | if ((epds.events & EPOLLWAKEUP) && !capable(CAP_BLOCK_SUSPEND)) |
| 1714 | epds.events &= ~EPOLLWAKEUP; | 1714 | epds.events &= ~EPOLLWAKEUP; |
| 1715 | 1715 | ||
| 1716 | /* | 1716 | /* |
diff --git a/fs/exofs/ore.c b/fs/exofs/ore.c index 49cf230554a2..24a49d47e935 100644 --- a/fs/exofs/ore.c +++ b/fs/exofs/ore.c | |||
| @@ -735,13 +735,7 @@ static int _prepare_for_striping(struct ore_io_state *ios) | |||
| 735 | out: | 735 | out: |
| 736 | ios->numdevs = devs_in_group; | 736 | ios->numdevs = devs_in_group; |
| 737 | ios->pages_consumed = cur_pg; | 737 | ios->pages_consumed = cur_pg; |
| 738 | if (unlikely(ret)) { | 738 | return ret; |
| 739 | if (length == ios->length) | ||
| 740 | return ret; | ||
| 741 | else | ||
| 742 | ios->length -= length; | ||
| 743 | } | ||
| 744 | return 0; | ||
| 745 | } | 739 | } |
| 746 | 740 | ||
| 747 | int ore_create(struct ore_io_state *ios) | 741 | int ore_create(struct ore_io_state *ios) |
diff --git a/fs/exofs/ore_raid.c b/fs/exofs/ore_raid.c index d222c77cfa1b..5f376d14fdcc 100644 --- a/fs/exofs/ore_raid.c +++ b/fs/exofs/ore_raid.c | |||
| @@ -144,26 +144,26 @@ static void _sp2d_reset(struct __stripe_pages_2d *sp2d, | |||
| 144 | { | 144 | { |
| 145 | unsigned data_devs = sp2d->data_devs; | 145 | unsigned data_devs = sp2d->data_devs; |
| 146 | unsigned group_width = data_devs + sp2d->parity; | 146 | unsigned group_width = data_devs + sp2d->parity; |
| 147 | unsigned p; | 147 | int p, c; |
| 148 | 148 | ||
| 149 | if (!sp2d->needed) | 149 | if (!sp2d->needed) |
| 150 | return; | 150 | return; |
| 151 | 151 | ||
| 152 | for (p = 0; p < sp2d->pages_in_unit; p++) { | 152 | for (c = data_devs - 1; c >= 0; --c) |
| 153 | struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p]; | 153 | for (p = sp2d->pages_in_unit - 1; p >= 0; --p) { |
| 154 | 154 | struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p]; | |
| 155 | if (_1ps->write_count < group_width) { | ||
| 156 | unsigned c; | ||
| 157 | 155 | ||
| 158 | for (c = 0; c < data_devs; c++) | 156 | if (_1ps->page_is_read[c]) { |
| 159 | if (_1ps->page_is_read[c]) { | 157 | struct page *page = _1ps->pages[c]; |
| 160 | struct page *page = _1ps->pages[c]; | ||
| 161 | 158 | ||
| 162 | r4w->put_page(priv, page); | 159 | r4w->put_page(priv, page); |
| 163 | _1ps->page_is_read[c] = false; | 160 | _1ps->page_is_read[c] = false; |
| 164 | } | 161 | } |
| 165 | } | 162 | } |
| 166 | 163 | ||
| 164 | for (p = 0; p < sp2d->pages_in_unit; p++) { | ||
| 165 | struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p]; | ||
| 166 | |||
| 167 | memset(_1ps->pages, 0, group_width * sizeof(*_1ps->pages)); | 167 | memset(_1ps->pages, 0, group_width * sizeof(*_1ps->pages)); |
| 168 | _1ps->write_count = 0; | 168 | _1ps->write_count = 0; |
| 169 | _1ps->tx = NULL; | 169 | _1ps->tx = NULL; |
| @@ -461,16 +461,12 @@ static void _mark_read4write_pages_uptodate(struct ore_io_state *ios, int ret) | |||
| 461 | * ios->sp2d[p][*], xor is calculated the same way. These pages are | 461 | * ios->sp2d[p][*], xor is calculated the same way. These pages are |
| 462 | * allocated/freed and don't go through cache | 462 | * allocated/freed and don't go through cache |
| 463 | */ | 463 | */ |
| 464 | static int _read_4_write(struct ore_io_state *ios) | 464 | static int _read_4_write_first_stripe(struct ore_io_state *ios) |
| 465 | { | 465 | { |
| 466 | struct ore_io_state *ios_read; | ||
| 467 | struct ore_striping_info read_si; | 466 | struct ore_striping_info read_si; |
| 468 | struct __stripe_pages_2d *sp2d = ios->sp2d; | 467 | struct __stripe_pages_2d *sp2d = ios->sp2d; |
| 469 | u64 offset = ios->si.first_stripe_start; | 468 | u64 offset = ios->si.first_stripe_start; |
| 470 | u64 last_stripe_end; | 469 | unsigned c, p, min_p = sp2d->pages_in_unit, max_p = -1; |
| 471 | unsigned bytes_in_stripe = ios->si.bytes_in_stripe; | ||
| 472 | unsigned i, c, p, min_p = sp2d->pages_in_unit, max_p = -1; | ||
| 473 | int ret; | ||
| 474 | 470 | ||
| 475 | if (offset == ios->offset) /* Go to start collect $200 */ | 471 | if (offset == ios->offset) /* Go to start collect $200 */ |
| 476 | goto read_last_stripe; | 472 | goto read_last_stripe; |
| @@ -478,6 +474,9 @@ static int _read_4_write(struct ore_io_state *ios) | |||
| 478 | min_p = _sp2d_min_pg(sp2d); | 474 | min_p = _sp2d_min_pg(sp2d); |
| 479 | max_p = _sp2d_max_pg(sp2d); | 475 | max_p = _sp2d_max_pg(sp2d); |
| 480 | 476 | ||
| 477 | ORE_DBGMSG("stripe_start=0x%llx ios->offset=0x%llx min_p=%d max_p=%d\n", | ||
| 478 | offset, ios->offset, min_p, max_p); | ||
| 479 | |||
| 481 | for (c = 0; ; c++) { | 480 | for (c = 0; ; c++) { |
| 482 | ore_calc_stripe_info(ios->layout, offset, 0, &read_si); | 481 | ore_calc_stripe_info(ios->layout, offset, 0, &read_si); |
| 483 | read_si.obj_offset += min_p * PAGE_SIZE; | 482 | read_si.obj_offset += min_p * PAGE_SIZE; |
| @@ -512,6 +511,18 @@ static int _read_4_write(struct ore_io_state *ios) | |||
| 512 | } | 511 | } |
| 513 | 512 | ||
| 514 | read_last_stripe: | 513 | read_last_stripe: |
| 514 | return 0; | ||
| 515 | } | ||
| 516 | |||
| 517 | static int _read_4_write_last_stripe(struct ore_io_state *ios) | ||
| 518 | { | ||
| 519 | struct ore_striping_info read_si; | ||
| 520 | struct __stripe_pages_2d *sp2d = ios->sp2d; | ||
| 521 | u64 offset; | ||
| 522 | u64 last_stripe_end; | ||
| 523 | unsigned bytes_in_stripe = ios->si.bytes_in_stripe; | ||
| 524 | unsigned c, p, min_p = sp2d->pages_in_unit, max_p = -1; | ||
| 525 | |||
| 515 | offset = ios->offset + ios->length; | 526 | offset = ios->offset + ios->length; |
| 516 | if (offset % PAGE_SIZE) | 527 | if (offset % PAGE_SIZE) |
| 517 | _add_to_r4w_last_page(ios, &offset); | 528 | _add_to_r4w_last_page(ios, &offset); |
| @@ -527,15 +538,15 @@ read_last_stripe: | |||
| 527 | c = _dev_order(ios->layout->group_width * ios->layout->mirrors_p1, | 538 | c = _dev_order(ios->layout->group_width * ios->layout->mirrors_p1, |
| 528 | ios->layout->mirrors_p1, read_si.par_dev, read_si.dev); | 539 | ios->layout->mirrors_p1, read_si.par_dev, read_si.dev); |
| 529 | 540 | ||
| 530 | BUG_ON(ios->si.first_stripe_start + bytes_in_stripe != last_stripe_end); | ||
| 531 | /* unaligned IO must be within a single stripe */ | ||
| 532 | |||
| 533 | if (min_p == sp2d->pages_in_unit) { | 541 | if (min_p == sp2d->pages_in_unit) { |
| 534 | /* Didn't do it yet */ | 542 | /* Didn't do it yet */ |
| 535 | min_p = _sp2d_min_pg(sp2d); | 543 | min_p = _sp2d_min_pg(sp2d); |
| 536 | max_p = _sp2d_max_pg(sp2d); | 544 | max_p = _sp2d_max_pg(sp2d); |
| 537 | } | 545 | } |
| 538 | 546 | ||
| 547 | ORE_DBGMSG("offset=0x%llx stripe_end=0x%llx min_p=%d max_p=%d\n", | ||
| 548 | offset, last_stripe_end, min_p, max_p); | ||
| 549 | |||
| 539 | while (offset < last_stripe_end) { | 550 | while (offset < last_stripe_end) { |
| 540 | struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p]; | 551 | struct __1_page_stripe *_1ps = &sp2d->_1p_stripes[p]; |
| 541 | 552 | ||
| @@ -568,6 +579,15 @@ read_last_stripe: | |||
| 568 | } | 579 | } |
| 569 | 580 | ||
| 570 | read_it: | 581 | read_it: |
| 582 | return 0; | ||
| 583 | } | ||
| 584 | |||
| 585 | static int _read_4_write_execute(struct ore_io_state *ios) | ||
| 586 | { | ||
| 587 | struct ore_io_state *ios_read; | ||
| 588 | unsigned i; | ||
| 589 | int ret; | ||
| 590 | |||
| 571 | ios_read = ios->ios_read_4_write; | 591 | ios_read = ios->ios_read_4_write; |
| 572 | if (!ios_read) | 592 | if (!ios_read) |
| 573 | return 0; | 593 | return 0; |
| @@ -591,6 +611,8 @@ read_it: | |||
| 591 | } | 611 | } |
| 592 | 612 | ||
| 593 | _mark_read4write_pages_uptodate(ios_read, ret); | 613 | _mark_read4write_pages_uptodate(ios_read, ret); |
| 614 | ore_put_io_state(ios_read); | ||
| 615 | ios->ios_read_4_write = NULL; /* Might need a reuse at last stripe */ | ||
| 594 | return 0; | 616 | return 0; |
| 595 | } | 617 | } |
| 596 | 618 | ||
| @@ -626,8 +648,11 @@ int _ore_add_parity_unit(struct ore_io_state *ios, | |||
| 626 | /* If first stripe, Read in all read4write pages | 648 | /* If first stripe, Read in all read4write pages |
| 627 | * (if needed) before we calculate the first parity. | 649 | * (if needed) before we calculate the first parity. |
| 628 | */ | 650 | */ |
| 629 | _read_4_write(ios); | 651 | _read_4_write_first_stripe(ios); |
| 630 | } | 652 | } |
| 653 | if (!cur_len) /* If last stripe r4w pages of last stripe */ | ||
| 654 | _read_4_write_last_stripe(ios); | ||
| 655 | _read_4_write_execute(ios); | ||
| 631 | 656 | ||
| 632 | for (i = 0; i < num_pages; i++) { | 657 | for (i = 0; i < num_pages; i++) { |
| 633 | pages[i] = _raid_page_alloc(); | 658 | pages[i] = _raid_page_alloc(); |
| @@ -654,34 +679,14 @@ int _ore_add_parity_unit(struct ore_io_state *ios, | |||
| 654 | 679 | ||
| 655 | int _ore_post_alloc_raid_stuff(struct ore_io_state *ios) | 680 | int _ore_post_alloc_raid_stuff(struct ore_io_state *ios) |
| 656 | { | 681 | { |
| 657 | struct ore_layout *layout = ios->layout; | ||
| 658 | |||
| 659 | if (ios->parity_pages) { | 682 | if (ios->parity_pages) { |
| 683 | struct ore_layout *layout = ios->layout; | ||
| 660 | unsigned pages_in_unit = layout->stripe_unit / PAGE_SIZE; | 684 | unsigned pages_in_unit = layout->stripe_unit / PAGE_SIZE; |
| 661 | unsigned stripe_size = ios->si.bytes_in_stripe; | ||
| 662 | u64 last_stripe, first_stripe; | ||
| 663 | 685 | ||
| 664 | if (_sp2d_alloc(pages_in_unit, layout->group_width, | 686 | if (_sp2d_alloc(pages_in_unit, layout->group_width, |
| 665 | layout->parity, &ios->sp2d)) { | 687 | layout->parity, &ios->sp2d)) { |
| 666 | return -ENOMEM; | 688 | return -ENOMEM; |
| 667 | } | 689 | } |
| 668 | |||
| 669 | /* Round io down to last full strip */ | ||
| 670 | first_stripe = div_u64(ios->offset, stripe_size); | ||
| 671 | last_stripe = div_u64(ios->offset + ios->length, stripe_size); | ||
| 672 | |||
| 673 | /* If an IO spans more then a single stripe it must end at | ||
| 674 | * a stripe boundary. The reminder at the end is pushed into the | ||
| 675 | * next IO. | ||
| 676 | */ | ||
| 677 | if (last_stripe != first_stripe) { | ||
| 678 | ios->length = last_stripe * stripe_size - ios->offset; | ||
| 679 | |||
| 680 | BUG_ON(!ios->length); | ||
| 681 | ios->nr_pages = (ios->length + PAGE_SIZE - 1) / | ||
| 682 | PAGE_SIZE; | ||
| 683 | ios->si.length = ios->length; /*make it consistent */ | ||
| 684 | } | ||
| 685 | } | 690 | } |
| 686 | return 0; | 691 | return 0; |
| 687 | } | 692 | } |
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index e34deac3f366..6ec6f9ee2fec 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c | |||
| @@ -268,7 +268,6 @@ group_extend_out: | |||
| 268 | err = ext4_move_extents(filp, donor_filp, me.orig_start, | 268 | err = ext4_move_extents(filp, donor_filp, me.orig_start, |
| 269 | me.donor_start, me.len, &me.moved_len); | 269 | me.donor_start, me.len, &me.moved_len); |
| 270 | mnt_drop_write_file(filp); | 270 | mnt_drop_write_file(filp); |
| 271 | mnt_drop_write(filp->f_path.mnt); | ||
| 272 | 271 | ||
| 273 | if (copy_to_user((struct move_extent __user *)arg, | 272 | if (copy_to_user((struct move_extent __user *)arg, |
| 274 | &me, sizeof(me))) | 273 | &me, sizeof(me))) |
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index a3d81ebf6d86..0038b32cb362 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c | |||
| @@ -738,22 +738,21 @@ static int | |||
| 738 | fat_encode_fh(struct inode *inode, __u32 *fh, int *lenp, struct inode *parent) | 738 | fat_encode_fh(struct inode *inode, __u32 *fh, int *lenp, struct inode *parent) |
| 739 | { | 739 | { |
| 740 | int len = *lenp; | 740 | int len = *lenp; |
| 741 | u32 ipos_h, ipos_m, ipos_l; | 741 | struct msdos_sb_info *sbi = MSDOS_SB(inode->i_sb); |
| 742 | loff_t i_pos; | ||
| 742 | 743 | ||
| 743 | if (len < 5) { | 744 | if (len < 5) { |
| 744 | *lenp = 5; | 745 | *lenp = 5; |
| 745 | return 255; /* no room */ | 746 | return 255; /* no room */ |
| 746 | } | 747 | } |
| 747 | 748 | ||
| 748 | ipos_h = MSDOS_I(inode)->i_pos >> 8; | 749 | i_pos = fat_i_pos_read(sbi, inode); |
| 749 | ipos_m = (MSDOS_I(inode)->i_pos & 0xf0) << 24; | ||
| 750 | ipos_l = (MSDOS_I(inode)->i_pos & 0x0f) << 28; | ||
| 751 | *lenp = 5; | 750 | *lenp = 5; |
| 752 | fh[0] = inode->i_ino; | 751 | fh[0] = inode->i_ino; |
| 753 | fh[1] = inode->i_generation; | 752 | fh[1] = inode->i_generation; |
| 754 | fh[2] = ipos_h; | 753 | fh[2] = i_pos >> 8; |
| 755 | fh[3] = ipos_m | MSDOS_I(inode)->i_logstart; | 754 | fh[3] = ((i_pos & 0xf0) << 24) | MSDOS_I(inode)->i_logstart; |
| 756 | fh[4] = ipos_l; | 755 | fh[4] = (i_pos & 0x0f) << 28; |
| 757 | if (parent) | 756 | if (parent) |
| 758 | fh[4] |= MSDOS_I(parent)->i_logstart; | 757 | fh[4] |= MSDOS_I(parent)->i_logstart; |
| 759 | return 3; | 758 | return 3; |
| @@ -14,7 +14,7 @@ | |||
| 14 | #include <linux/sched.h> | 14 | #include <linux/sched.h> |
| 15 | #include <linux/pipe_fs_i.h> | 15 | #include <linux/pipe_fs_i.h> |
| 16 | 16 | ||
| 17 | static void wait_for_partner(struct inode* inode, unsigned int *cnt) | 17 | static int wait_for_partner(struct inode* inode, unsigned int *cnt) |
| 18 | { | 18 | { |
| 19 | int cur = *cnt; | 19 | int cur = *cnt; |
| 20 | 20 | ||
| @@ -23,6 +23,7 @@ static void wait_for_partner(struct inode* inode, unsigned int *cnt) | |||
| 23 | if (signal_pending(current)) | 23 | if (signal_pending(current)) |
| 24 | break; | 24 | break; |
| 25 | } | 25 | } |
| 26 | return cur == *cnt ? -ERESTARTSYS : 0; | ||
| 26 | } | 27 | } |
| 27 | 28 | ||
| 28 | static void wake_up_partner(struct inode* inode) | 29 | static void wake_up_partner(struct inode* inode) |
| @@ -67,8 +68,7 @@ static int fifo_open(struct inode *inode, struct file *filp) | |||
| 67 | * seen a writer */ | 68 | * seen a writer */ |
| 68 | filp->f_version = pipe->w_counter; | 69 | filp->f_version = pipe->w_counter; |
| 69 | } else { | 70 | } else { |
| 70 | wait_for_partner(inode, &pipe->w_counter); | 71 | if (wait_for_partner(inode, &pipe->w_counter)) |
| 71 | if(signal_pending(current)) | ||
| 72 | goto err_rd; | 72 | goto err_rd; |
| 73 | } | 73 | } |
| 74 | } | 74 | } |
| @@ -90,8 +90,7 @@ static int fifo_open(struct inode *inode, struct file *filp) | |||
| 90 | wake_up_partner(inode); | 90 | wake_up_partner(inode); |
| 91 | 91 | ||
| 92 | if (!pipe->readers) { | 92 | if (!pipe->readers) { |
| 93 | wait_for_partner(inode, &pipe->r_counter); | 93 | if (wait_for_partner(inode, &pipe->r_counter)) |
| 94 | if (signal_pending(current)) | ||
| 95 | goto err_wr; | 94 | goto err_wr; |
| 96 | } | 95 | } |
| 97 | break; | 96 | break; |
diff --git a/fs/locks.c b/fs/locks.c index 814c51d0de47..fce6238d52c1 100644 --- a/fs/locks.c +++ b/fs/locks.c | |||
| @@ -1465,7 +1465,7 @@ int generic_setlease(struct file *filp, long arg, struct file_lock **flp) | |||
| 1465 | case F_WRLCK: | 1465 | case F_WRLCK: |
| 1466 | return generic_add_lease(filp, arg, flp); | 1466 | return generic_add_lease(filp, arg, flp); |
| 1467 | default: | 1467 | default: |
| 1468 | BUG(); | 1468 | return -EINVAL; |
| 1469 | } | 1469 | } |
| 1470 | } | 1470 | } |
| 1471 | EXPORT_SYMBOL(generic_setlease); | 1471 | EXPORT_SYMBOL(generic_setlease); |
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 9a4cbfc85d81..48253372ab1d 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c | |||
| @@ -484,6 +484,7 @@ static void nfs_direct_write_reschedule(struct nfs_direct_req *dreq) | |||
| 484 | 484 | ||
| 485 | list_for_each_entry_safe(req, tmp, &reqs, wb_list) { | 485 | list_for_each_entry_safe(req, tmp, &reqs, wb_list) { |
| 486 | if (!nfs_pageio_add_request(&desc, req)) { | 486 | if (!nfs_pageio_add_request(&desc, req)) { |
| 487 | nfs_list_remove_request(req); | ||
| 487 | nfs_list_add_request(req, &failed); | 488 | nfs_list_add_request(req, &failed); |
| 488 | spin_lock(cinfo.lock); | 489 | spin_lock(cinfo.lock); |
| 489 | dreq->flags = 0; | 490 | dreq->flags = 0; |
| @@ -494,8 +495,11 @@ static void nfs_direct_write_reschedule(struct nfs_direct_req *dreq) | |||
| 494 | } | 495 | } |
| 495 | nfs_pageio_complete(&desc); | 496 | nfs_pageio_complete(&desc); |
| 496 | 497 | ||
| 497 | while (!list_empty(&failed)) | 498 | while (!list_empty(&failed)) { |
| 499 | req = nfs_list_entry(failed.next); | ||
| 500 | nfs_list_remove_request(req); | ||
| 498 | nfs_unlock_and_release_request(req); | 501 | nfs_unlock_and_release_request(req); |
| 502 | } | ||
| 499 | 503 | ||
| 500 | if (put_dreq(dreq)) | 504 | if (put_dreq(dreq)) |
| 501 | nfs_direct_write_complete(dreq, dreq->inode); | 505 | nfs_direct_write_complete(dreq, dreq->inode); |
diff --git a/fs/nfs/objlayout/objio_osd.c b/fs/nfs/objlayout/objio_osd.c index b47277baebab..f50d3e8d6f22 100644 --- a/fs/nfs/objlayout/objio_osd.c +++ b/fs/nfs/objlayout/objio_osd.c | |||
| @@ -454,7 +454,10 @@ int objio_read_pagelist(struct nfs_read_data *rdata) | |||
| 454 | objios->ios->done = _read_done; | 454 | objios->ios->done = _read_done; |
| 455 | dprintk("%s: offset=0x%llx length=0x%x\n", __func__, | 455 | dprintk("%s: offset=0x%llx length=0x%x\n", __func__, |
| 456 | rdata->args.offset, rdata->args.count); | 456 | rdata->args.offset, rdata->args.count); |
| 457 | return ore_read(objios->ios); | 457 | ret = ore_read(objios->ios); |
| 458 | if (unlikely(ret)) | ||
| 459 | objio_free_result(&objios->oir); | ||
| 460 | return ret; | ||
| 458 | } | 461 | } |
| 459 | 462 | ||
| 460 | /* | 463 | /* |
| @@ -486,8 +489,16 @@ static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) | |||
| 486 | struct nfs_write_data *wdata = objios->oir.rpcdata; | 489 | struct nfs_write_data *wdata = objios->oir.rpcdata; |
| 487 | struct address_space *mapping = wdata->header->inode->i_mapping; | 490 | struct address_space *mapping = wdata->header->inode->i_mapping; |
| 488 | pgoff_t index = offset / PAGE_SIZE; | 491 | pgoff_t index = offset / PAGE_SIZE; |
| 489 | struct page *page = find_get_page(mapping, index); | 492 | struct page *page; |
| 493 | loff_t i_size = i_size_read(wdata->header->inode); | ||
| 494 | |||
| 495 | if (offset >= i_size) { | ||
| 496 | *uptodate = true; | ||
| 497 | dprintk("%s: g_zero_page index=0x%lx\n", __func__, index); | ||
| 498 | return ZERO_PAGE(0); | ||
| 499 | } | ||
| 490 | 500 | ||
| 501 | page = find_get_page(mapping, index); | ||
| 491 | if (!page) { | 502 | if (!page) { |
| 492 | page = find_or_create_page(mapping, index, GFP_NOFS); | 503 | page = find_or_create_page(mapping, index, GFP_NOFS); |
| 493 | if (unlikely(!page)) { | 504 | if (unlikely(!page)) { |
| @@ -507,8 +518,10 @@ static struct page *__r4w_get_page(void *priv, u64 offset, bool *uptodate) | |||
| 507 | 518 | ||
| 508 | static void __r4w_put_page(void *priv, struct page *page) | 519 | static void __r4w_put_page(void *priv, struct page *page) |
| 509 | { | 520 | { |
| 510 | dprintk("%s: index=0x%lx\n", __func__, page->index); | 521 | dprintk("%s: index=0x%lx\n", __func__, |
| 511 | page_cache_release(page); | 522 | (page == ZERO_PAGE(0)) ? -1UL : page->index); |
| 523 | if (ZERO_PAGE(0) != page) | ||
| 524 | page_cache_release(page); | ||
| 512 | return; | 525 | return; |
| 513 | } | 526 | } |
| 514 | 527 | ||
| @@ -539,8 +552,10 @@ int objio_write_pagelist(struct nfs_write_data *wdata, int how) | |||
| 539 | dprintk("%s: offset=0x%llx length=0x%x\n", __func__, | 552 | dprintk("%s: offset=0x%llx length=0x%x\n", __func__, |
| 540 | wdata->args.offset, wdata->args.count); | 553 | wdata->args.offset, wdata->args.count); |
| 541 | ret = ore_write(objios->ios); | 554 | ret = ore_write(objios->ios); |
| 542 | if (unlikely(ret)) | 555 | if (unlikely(ret)) { |
| 556 | objio_free_result(&objios->oir); | ||
| 543 | return ret; | 557 | return ret; |
| 558 | } | ||
| 544 | 559 | ||
| 545 | if (objios->sync) | 560 | if (objios->sync) |
| 546 | _write_done(objios->ios, objios); | 561 | _write_done(objios->ios, objios); |
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 906f09c7d842..06228192f64e 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
| @@ -2860,6 +2860,8 @@ static struct dentry *nfs4_try_mount(int flags, const char *dev_name, | |||
| 2860 | 2860 | ||
| 2861 | dfprintk(MOUNT, "--> nfs4_try_mount()\n"); | 2861 | dfprintk(MOUNT, "--> nfs4_try_mount()\n"); |
| 2862 | 2862 | ||
| 2863 | mount_info->fill_super = nfs4_fill_super; | ||
| 2864 | |||
| 2863 | export_path = data->nfs_server.export_path; | 2865 | export_path = data->nfs_server.export_path; |
| 2864 | data->nfs_server.export_path = "/"; | 2866 | data->nfs_server.export_path = "/"; |
| 2865 | root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, mount_info, | 2867 | root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, mount_info, |
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index 81a4cd22f80b..4f7795fb5fc0 100644 --- a/fs/ocfs2/dlmglue.c +++ b/fs/ocfs2/dlmglue.c | |||
| @@ -456,7 +456,7 @@ static void ocfs2_update_lock_stats(struct ocfs2_lock_res *res, int level, | |||
| 456 | stats->ls_gets++; | 456 | stats->ls_gets++; |
| 457 | stats->ls_total += ktime_to_ns(kt); | 457 | stats->ls_total += ktime_to_ns(kt); |
| 458 | /* overflow */ | 458 | /* overflow */ |
| 459 | if (unlikely(stats->ls_gets) == 0) { | 459 | if (unlikely(stats->ls_gets == 0)) { |
| 460 | stats->ls_gets++; | 460 | stats->ls_gets++; |
| 461 | stats->ls_total = ktime_to_ns(kt); | 461 | stats->ls_total = ktime_to_ns(kt); |
| 462 | } | 462 | } |
| @@ -3932,6 +3932,8 @@ unqueue: | |||
| 3932 | static void ocfs2_schedule_blocked_lock(struct ocfs2_super *osb, | 3932 | static void ocfs2_schedule_blocked_lock(struct ocfs2_super *osb, |
| 3933 | struct ocfs2_lock_res *lockres) | 3933 | struct ocfs2_lock_res *lockres) |
| 3934 | { | 3934 | { |
| 3935 | unsigned long flags; | ||
| 3936 | |||
| 3935 | assert_spin_locked(&lockres->l_lock); | 3937 | assert_spin_locked(&lockres->l_lock); |
| 3936 | 3938 | ||
| 3937 | if (lockres->l_flags & OCFS2_LOCK_FREEING) { | 3939 | if (lockres->l_flags & OCFS2_LOCK_FREEING) { |
| @@ -3945,21 +3947,22 @@ static void ocfs2_schedule_blocked_lock(struct ocfs2_super *osb, | |||
| 3945 | 3947 | ||
| 3946 | lockres_or_flags(lockres, OCFS2_LOCK_QUEUED); | 3948 | lockres_or_flags(lockres, OCFS2_LOCK_QUEUED); |
| 3947 | 3949 | ||
| 3948 | spin_lock(&osb->dc_task_lock); | 3950 | spin_lock_irqsave(&osb->dc_task_lock, flags); |
| 3949 | if (list_empty(&lockres->l_blocked_list)) { | 3951 | if (list_empty(&lockres->l_blocked_list)) { |
| 3950 | list_add_tail(&lockres->l_blocked_list, | 3952 | list_add_tail(&lockres->l_blocked_list, |
| 3951 | &osb->blocked_lock_list); | 3953 | &osb->blocked_lock_list); |
| 3952 | osb->blocked_lock_count++; | 3954 | osb->blocked_lock_count++; |
| 3953 | } | 3955 | } |
| 3954 | spin_unlock(&osb->dc_task_lock); | 3956 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 3955 | } | 3957 | } |
| 3956 | 3958 | ||
| 3957 | static void ocfs2_downconvert_thread_do_work(struct ocfs2_super *osb) | 3959 | static void ocfs2_downconvert_thread_do_work(struct ocfs2_super *osb) |
| 3958 | { | 3960 | { |
| 3959 | unsigned long processed; | 3961 | unsigned long processed; |
| 3962 | unsigned long flags; | ||
| 3960 | struct ocfs2_lock_res *lockres; | 3963 | struct ocfs2_lock_res *lockres; |
| 3961 | 3964 | ||
| 3962 | spin_lock(&osb->dc_task_lock); | 3965 | spin_lock_irqsave(&osb->dc_task_lock, flags); |
| 3963 | /* grab this early so we know to try again if a state change and | 3966 | /* grab this early so we know to try again if a state change and |
| 3964 | * wake happens part-way through our work */ | 3967 | * wake happens part-way through our work */ |
| 3965 | osb->dc_work_sequence = osb->dc_wake_sequence; | 3968 | osb->dc_work_sequence = osb->dc_wake_sequence; |
| @@ -3972,38 +3975,40 @@ static void ocfs2_downconvert_thread_do_work(struct ocfs2_super *osb) | |||
| 3972 | struct ocfs2_lock_res, l_blocked_list); | 3975 | struct ocfs2_lock_res, l_blocked_list); |
| 3973 | list_del_init(&lockres->l_blocked_list); | 3976 | list_del_init(&lockres->l_blocked_list); |
| 3974 | osb->blocked_lock_count--; | 3977 | osb->blocked_lock_count--; |
| 3975 | spin_unlock(&osb->dc_task_lock); | 3978 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 3976 | 3979 | ||
| 3977 | BUG_ON(!processed); | 3980 | BUG_ON(!processed); |
| 3978 | processed--; | 3981 | processed--; |
| 3979 | 3982 | ||
| 3980 | ocfs2_process_blocked_lock(osb, lockres); | 3983 | ocfs2_process_blocked_lock(osb, lockres); |
| 3981 | 3984 | ||
| 3982 | spin_lock(&osb->dc_task_lock); | 3985 | spin_lock_irqsave(&osb->dc_task_lock, flags); |
| 3983 | } | 3986 | } |
| 3984 | spin_unlock(&osb->dc_task_lock); | 3987 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 3985 | } | 3988 | } |
| 3986 | 3989 | ||
| 3987 | static int ocfs2_downconvert_thread_lists_empty(struct ocfs2_super *osb) | 3990 | static int ocfs2_downconvert_thread_lists_empty(struct ocfs2_super *osb) |
| 3988 | { | 3991 | { |
| 3989 | int empty = 0; | 3992 | int empty = 0; |
| 3993 | unsigned long flags; | ||
| 3990 | 3994 | ||
| 3991 | spin_lock(&osb->dc_task_lock); | 3995 | spin_lock_irqsave(&osb->dc_task_lock, flags); |
| 3992 | if (list_empty(&osb->blocked_lock_list)) | 3996 | if (list_empty(&osb->blocked_lock_list)) |
| 3993 | empty = 1; | 3997 | empty = 1; |
| 3994 | 3998 | ||
| 3995 | spin_unlock(&osb->dc_task_lock); | 3999 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 3996 | return empty; | 4000 | return empty; |
| 3997 | } | 4001 | } |
| 3998 | 4002 | ||
| 3999 | static int ocfs2_downconvert_thread_should_wake(struct ocfs2_super *osb) | 4003 | static int ocfs2_downconvert_thread_should_wake(struct ocfs2_super *osb) |
| 4000 | { | 4004 | { |
| 4001 | int should_wake = 0; | 4005 | int should_wake = 0; |
| 4006 | unsigned long flags; | ||
| 4002 | 4007 | ||
| 4003 | spin_lock(&osb->dc_task_lock); | 4008 | spin_lock_irqsave(&osb->dc_task_lock, flags); |
| 4004 | if (osb->dc_work_sequence != osb->dc_wake_sequence) | 4009 | if (osb->dc_work_sequence != osb->dc_wake_sequence) |
| 4005 | should_wake = 1; | 4010 | should_wake = 1; |
| 4006 | spin_unlock(&osb->dc_task_lock); | 4011 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 4007 | 4012 | ||
| 4008 | return should_wake; | 4013 | return should_wake; |
| 4009 | } | 4014 | } |
| @@ -4033,10 +4038,12 @@ static int ocfs2_downconvert_thread(void *arg) | |||
| 4033 | 4038 | ||
| 4034 | void ocfs2_wake_downconvert_thread(struct ocfs2_super *osb) | 4039 | void ocfs2_wake_downconvert_thread(struct ocfs2_super *osb) |
| 4035 | { | 4040 | { |
| 4036 | spin_lock(&osb->dc_task_lock); | 4041 | unsigned long flags; |
| 4042 | |||
| 4043 | spin_lock_irqsave(&osb->dc_task_lock, flags); | ||
| 4037 | /* make sure the voting thread gets a swipe at whatever changes | 4044 | /* make sure the voting thread gets a swipe at whatever changes |
| 4038 | * the caller may have made to the voting state */ | 4045 | * the caller may have made to the voting state */ |
| 4039 | osb->dc_wake_sequence++; | 4046 | osb->dc_wake_sequence++; |
| 4040 | spin_unlock(&osb->dc_task_lock); | 4047 | spin_unlock_irqrestore(&osb->dc_task_lock, flags); |
| 4041 | wake_up(&osb->dc_event); | 4048 | wake_up(&osb->dc_event); |
| 4042 | } | 4049 | } |
diff --git a/fs/ocfs2/extent_map.c b/fs/ocfs2/extent_map.c index 2f5b92ef0e53..70b5863a2d64 100644 --- a/fs/ocfs2/extent_map.c +++ b/fs/ocfs2/extent_map.c | |||
| @@ -923,8 +923,6 @@ out_unlock: | |||
| 923 | 923 | ||
| 924 | ocfs2_inode_unlock(inode, 0); | 924 | ocfs2_inode_unlock(inode, 0); |
| 925 | out: | 925 | out: |
| 926 | if (ret && ret != -ENXIO) | ||
| 927 | ret = -ENXIO; | ||
| 928 | return ret; | 926 | return ret; |
| 929 | } | 927 | } |
| 930 | 928 | ||
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 061591a3ab08..7602783d7f41 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
| @@ -1950,7 +1950,7 @@ static int __ocfs2_change_file_space(struct file *file, struct inode *inode, | |||
| 1950 | if (ret < 0) | 1950 | if (ret < 0) |
| 1951 | mlog_errno(ret); | 1951 | mlog_errno(ret); |
| 1952 | 1952 | ||
| 1953 | if (file->f_flags & O_SYNC) | 1953 | if (file && (file->f_flags & O_SYNC)) |
| 1954 | handle->h_sync = 1; | 1954 | handle->h_sync = 1; |
| 1955 | 1955 | ||
| 1956 | ocfs2_commit_trans(osb, handle); | 1956 | ocfs2_commit_trans(osb, handle); |
| @@ -2422,8 +2422,10 @@ out_dio: | |||
| 2422 | unaligned_dio = 0; | 2422 | unaligned_dio = 0; |
| 2423 | } | 2423 | } |
| 2424 | 2424 | ||
| 2425 | if (unaligned_dio) | 2425 | if (unaligned_dio) { |
| 2426 | ocfs2_iocb_clear_unaligned_aio(iocb); | ||
| 2426 | atomic_dec(&OCFS2_I(inode)->ip_unaligned_aio); | 2427 | atomic_dec(&OCFS2_I(inode)->ip_unaligned_aio); |
| 2428 | } | ||
| 2427 | 2429 | ||
| 2428 | out: | 2430 | out: |
| 2429 | if (rw_level != -1) | 2431 | if (rw_level != -1) |
diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c index 92fcd575775a..0a86e302655f 100644 --- a/fs/ocfs2/quota_global.c +++ b/fs/ocfs2/quota_global.c | |||
| @@ -399,8 +399,6 @@ int ocfs2_global_read_info(struct super_block *sb, int type) | |||
| 399 | msecs_to_jiffies(oinfo->dqi_syncms)); | 399 | msecs_to_jiffies(oinfo->dqi_syncms)); |
| 400 | 400 | ||
| 401 | out_err: | 401 | out_err: |
| 402 | if (status) | ||
| 403 | mlog_errno(status); | ||
| 404 | return status; | 402 | return status; |
| 405 | out_unlock: | 403 | out_unlock: |
| 406 | ocfs2_unlock_global_qf(oinfo, 0); | 404 | ocfs2_unlock_global_qf(oinfo, 0); |
| @@ -397,10 +397,10 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd) | |||
| 397 | { | 397 | { |
| 398 | struct file *file; | 398 | struct file *file; |
| 399 | struct inode *inode; | 399 | struct inode *inode; |
| 400 | int error; | 400 | int error, fput_needed; |
| 401 | 401 | ||
| 402 | error = -EBADF; | 402 | error = -EBADF; |
| 403 | file = fget(fd); | 403 | file = fget_raw_light(fd, &fput_needed); |
| 404 | if (!file) | 404 | if (!file) |
| 405 | goto out; | 405 | goto out; |
| 406 | 406 | ||
| @@ -414,7 +414,7 @@ SYSCALL_DEFINE1(fchdir, unsigned int, fd) | |||
| 414 | if (!error) | 414 | if (!error) |
| 415 | set_fs_pwd(current->fs, &file->f_path); | 415 | set_fs_pwd(current->fs, &file->f_path); |
| 416 | out_putf: | 416 | out_putf: |
| 417 | fput(file); | 417 | fput_light(file, fput_needed); |
| 418 | out: | 418 | out: |
| 419 | return error; | 419 | return error; |
| 420 | } | 420 | } |
diff --git a/fs/ramfs/file-nommu.c b/fs/ramfs/file-nommu.c index fbb0b478a346..d5378d028589 100644 --- a/fs/ramfs/file-nommu.c +++ b/fs/ramfs/file-nommu.c | |||
| @@ -110,6 +110,7 @@ int ramfs_nommu_expand_for_mapping(struct inode *inode, size_t newsize) | |||
| 110 | 110 | ||
| 111 | /* prevent the page from being discarded on memory pressure */ | 111 | /* prevent the page from being discarded on memory pressure */ |
| 112 | SetPageDirty(page); | 112 | SetPageDirty(page); |
| 113 | SetPageUptodate(page); | ||
| 113 | 114 | ||
| 114 | unlock_page(page); | 115 | unlock_page(page); |
| 115 | put_page(page); | 116 | put_page(page); |
diff --git a/fs/splice.c b/fs/splice.c index c9f1318a3b82..7bf08fa22ec9 100644 --- a/fs/splice.c +++ b/fs/splice.c | |||
| @@ -273,13 +273,16 @@ void spd_release_page(struct splice_pipe_desc *spd, unsigned int i) | |||
| 273 | * Check if we need to grow the arrays holding pages and partial page | 273 | * Check if we need to grow the arrays holding pages and partial page |
| 274 | * descriptions. | 274 | * descriptions. |
| 275 | */ | 275 | */ |
| 276 | int splice_grow_spd(struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) | 276 | int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) |
| 277 | { | 277 | { |
| 278 | if (pipe->buffers <= PIPE_DEF_BUFFERS) | 278 | unsigned int buffers = ACCESS_ONCE(pipe->buffers); |
| 279 | |||
| 280 | spd->nr_pages_max = buffers; | ||
| 281 | if (buffers <= PIPE_DEF_BUFFERS) | ||
| 279 | return 0; | 282 | return 0; |
| 280 | 283 | ||
| 281 | spd->pages = kmalloc(pipe->buffers * sizeof(struct page *), GFP_KERNEL); | 284 | spd->pages = kmalloc(buffers * sizeof(struct page *), GFP_KERNEL); |
| 282 | spd->partial = kmalloc(pipe->buffers * sizeof(struct partial_page), GFP_KERNEL); | 285 | spd->partial = kmalloc(buffers * sizeof(struct partial_page), GFP_KERNEL); |
| 283 | 286 | ||
| 284 | if (spd->pages && spd->partial) | 287 | if (spd->pages && spd->partial) |
| 285 | return 0; | 288 | return 0; |
| @@ -289,10 +292,9 @@ int splice_grow_spd(struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) | |||
| 289 | return -ENOMEM; | 292 | return -ENOMEM; |
| 290 | } | 293 | } |
| 291 | 294 | ||
| 292 | void splice_shrink_spd(struct pipe_inode_info *pipe, | 295 | void splice_shrink_spd(struct splice_pipe_desc *spd) |
| 293 | struct splice_pipe_desc *spd) | ||
| 294 | { | 296 | { |
| 295 | if (pipe->buffers <= PIPE_DEF_BUFFERS) | 297 | if (spd->nr_pages_max <= PIPE_DEF_BUFFERS) |
| 296 | return; | 298 | return; |
| 297 | 299 | ||
| 298 | kfree(spd->pages); | 300 | kfree(spd->pages); |
| @@ -315,6 +317,7 @@ __generic_file_splice_read(struct file *in, loff_t *ppos, | |||
| 315 | struct splice_pipe_desc spd = { | 317 | struct splice_pipe_desc spd = { |
| 316 | .pages = pages, | 318 | .pages = pages, |
| 317 | .partial = partial, | 319 | .partial = partial, |
| 320 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 318 | .flags = flags, | 321 | .flags = flags, |
| 319 | .ops = &page_cache_pipe_buf_ops, | 322 | .ops = &page_cache_pipe_buf_ops, |
| 320 | .spd_release = spd_release_page, | 323 | .spd_release = spd_release_page, |
| @@ -326,7 +329,7 @@ __generic_file_splice_read(struct file *in, loff_t *ppos, | |||
| 326 | index = *ppos >> PAGE_CACHE_SHIFT; | 329 | index = *ppos >> PAGE_CACHE_SHIFT; |
| 327 | loff = *ppos & ~PAGE_CACHE_MASK; | 330 | loff = *ppos & ~PAGE_CACHE_MASK; |
| 328 | req_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; | 331 | req_pages = (len + loff + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
| 329 | nr_pages = min(req_pages, pipe->buffers); | 332 | nr_pages = min(req_pages, spd.nr_pages_max); |
| 330 | 333 | ||
| 331 | /* | 334 | /* |
| 332 | * Lookup the (hopefully) full range of pages we need. | 335 | * Lookup the (hopefully) full range of pages we need. |
| @@ -497,7 +500,7 @@ fill_it: | |||
| 497 | if (spd.nr_pages) | 500 | if (spd.nr_pages) |
| 498 | error = splice_to_pipe(pipe, &spd); | 501 | error = splice_to_pipe(pipe, &spd); |
| 499 | 502 | ||
| 500 | splice_shrink_spd(pipe, &spd); | 503 | splice_shrink_spd(&spd); |
| 501 | return error; | 504 | return error; |
| 502 | } | 505 | } |
| 503 | 506 | ||
| @@ -598,6 +601,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos, | |||
| 598 | struct splice_pipe_desc spd = { | 601 | struct splice_pipe_desc spd = { |
| 599 | .pages = pages, | 602 | .pages = pages, |
| 600 | .partial = partial, | 603 | .partial = partial, |
| 604 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 601 | .flags = flags, | 605 | .flags = flags, |
| 602 | .ops = &default_pipe_buf_ops, | 606 | .ops = &default_pipe_buf_ops, |
| 603 | .spd_release = spd_release_page, | 607 | .spd_release = spd_release_page, |
| @@ -608,8 +612,8 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos, | |||
| 608 | 612 | ||
| 609 | res = -ENOMEM; | 613 | res = -ENOMEM; |
| 610 | vec = __vec; | 614 | vec = __vec; |
| 611 | if (pipe->buffers > PIPE_DEF_BUFFERS) { | 615 | if (spd.nr_pages_max > PIPE_DEF_BUFFERS) { |
| 612 | vec = kmalloc(pipe->buffers * sizeof(struct iovec), GFP_KERNEL); | 616 | vec = kmalloc(spd.nr_pages_max * sizeof(struct iovec), GFP_KERNEL); |
| 613 | if (!vec) | 617 | if (!vec) |
| 614 | goto shrink_ret; | 618 | goto shrink_ret; |
| 615 | } | 619 | } |
| @@ -617,7 +621,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos, | |||
| 617 | offset = *ppos & ~PAGE_CACHE_MASK; | 621 | offset = *ppos & ~PAGE_CACHE_MASK; |
| 618 | nr_pages = (len + offset + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; | 622 | nr_pages = (len + offset + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; |
| 619 | 623 | ||
| 620 | for (i = 0; i < nr_pages && i < pipe->buffers && len; i++) { | 624 | for (i = 0; i < nr_pages && i < spd.nr_pages_max && len; i++) { |
| 621 | struct page *page; | 625 | struct page *page; |
| 622 | 626 | ||
| 623 | page = alloc_page(GFP_USER); | 627 | page = alloc_page(GFP_USER); |
| @@ -665,7 +669,7 @@ ssize_t default_file_splice_read(struct file *in, loff_t *ppos, | |||
| 665 | shrink_ret: | 669 | shrink_ret: |
| 666 | if (vec != __vec) | 670 | if (vec != __vec) |
| 667 | kfree(vec); | 671 | kfree(vec); |
| 668 | splice_shrink_spd(pipe, &spd); | 672 | splice_shrink_spd(&spd); |
| 669 | return res; | 673 | return res; |
| 670 | 674 | ||
| 671 | err: | 675 | err: |
| @@ -1614,6 +1618,7 @@ static long vmsplice_to_pipe(struct file *file, const struct iovec __user *iov, | |||
| 1614 | struct splice_pipe_desc spd = { | 1618 | struct splice_pipe_desc spd = { |
| 1615 | .pages = pages, | 1619 | .pages = pages, |
| 1616 | .partial = partial, | 1620 | .partial = partial, |
| 1621 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 1617 | .flags = flags, | 1622 | .flags = flags, |
| 1618 | .ops = &user_page_pipe_buf_ops, | 1623 | .ops = &user_page_pipe_buf_ops, |
| 1619 | .spd_release = spd_release_page, | 1624 | .spd_release = spd_release_page, |
| @@ -1629,13 +1634,13 @@ static long vmsplice_to_pipe(struct file *file, const struct iovec __user *iov, | |||
| 1629 | 1634 | ||
| 1630 | spd.nr_pages = get_iovec_page_array(iov, nr_segs, spd.pages, | 1635 | spd.nr_pages = get_iovec_page_array(iov, nr_segs, spd.pages, |
| 1631 | spd.partial, false, | 1636 | spd.partial, false, |
| 1632 | pipe->buffers); | 1637 | spd.nr_pages_max); |
| 1633 | if (spd.nr_pages <= 0) | 1638 | if (spd.nr_pages <= 0) |
| 1634 | ret = spd.nr_pages; | 1639 | ret = spd.nr_pages; |
| 1635 | else | 1640 | else |
| 1636 | ret = splice_to_pipe(pipe, &spd); | 1641 | ret = splice_to_pipe(pipe, &spd); |
| 1637 | 1642 | ||
| 1638 | splice_shrink_spd(pipe, &spd); | 1643 | splice_shrink_spd(&spd); |
| 1639 | return ret; | 1644 | return ret; |
| 1640 | } | 1645 | } |
| 1641 | 1646 | ||
diff --git a/fs/ubifs/sb.c b/fs/ubifs/sb.c index ef3d1ba6d992..15e2fc5aa60b 100644 --- a/fs/ubifs/sb.c +++ b/fs/ubifs/sb.c | |||
| @@ -718,8 +718,12 @@ static int fixup_free_space(struct ubifs_info *c) | |||
| 718 | lnum = ubifs_next_log_lnum(c, lnum); | 718 | lnum = ubifs_next_log_lnum(c, lnum); |
| 719 | } | 719 | } |
| 720 | 720 | ||
| 721 | /* Fixup the current log head */ | 721 | /* |
| 722 | err = fixup_leb(c, c->lhead_lnum, c->lhead_offs); | 722 | * Fixup the log head which contains the only a CS node at the |
| 723 | * beginning. | ||
| 724 | */ | ||
| 725 | err = fixup_leb(c, c->lhead_lnum, | ||
| 726 | ALIGN(UBIFS_CS_NODE_SZ, c->min_io_size)); | ||
| 723 | if (err) | 727 | if (err) |
| 724 | goto out; | 728 | goto out; |
| 725 | 729 | ||
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index 9d1aeb7e2734..4f33c32affe3 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c | |||
| @@ -1074,13 +1074,13 @@ restart: | |||
| 1074 | * If we couldn't get anything, give up. | 1074 | * If we couldn't get anything, give up. |
| 1075 | */ | 1075 | */ |
| 1076 | if (bno_cur_lt == NULL && bno_cur_gt == NULL) { | 1076 | if (bno_cur_lt == NULL && bno_cur_gt == NULL) { |
| 1077 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); | ||
| 1078 | |||
| 1077 | if (!forced++) { | 1079 | if (!forced++) { |
| 1078 | trace_xfs_alloc_near_busy(args); | 1080 | trace_xfs_alloc_near_busy(args); |
| 1079 | xfs_log_force(args->mp, XFS_LOG_SYNC); | 1081 | xfs_log_force(args->mp, XFS_LOG_SYNC); |
| 1080 | goto restart; | 1082 | goto restart; |
| 1081 | } | 1083 | } |
| 1082 | |||
| 1083 | xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); | ||
| 1084 | trace_xfs_alloc_size_neither(args); | 1084 | trace_xfs_alloc_size_neither(args); |
| 1085 | args->agbno = NULLAGBLOCK; | 1085 | args->agbno = NULLAGBLOCK; |
| 1086 | return 0; | 1086 | return 0; |
| @@ -2434,13 +2434,22 @@ xfs_alloc_vextent_worker( | |||
| 2434 | current_restore_flags_nested(&pflags, PF_FSTRANS); | 2434 | current_restore_flags_nested(&pflags, PF_FSTRANS); |
| 2435 | } | 2435 | } |
| 2436 | 2436 | ||
| 2437 | 2437 | /* | |
| 2438 | int /* error */ | 2438 | * Data allocation requests often come in with little stack to work on. Push |
| 2439 | * them off to a worker thread so there is lots of stack to use. Metadata | ||
| 2440 | * requests, OTOH, are generally from low stack usage paths, so avoid the | ||
| 2441 | * context switch overhead here. | ||
| 2442 | */ | ||
| 2443 | int | ||
| 2439 | xfs_alloc_vextent( | 2444 | xfs_alloc_vextent( |
| 2440 | xfs_alloc_arg_t *args) /* allocation argument structure */ | 2445 | struct xfs_alloc_arg *args) |
| 2441 | { | 2446 | { |
| 2442 | DECLARE_COMPLETION_ONSTACK(done); | 2447 | DECLARE_COMPLETION_ONSTACK(done); |
| 2443 | 2448 | ||
| 2449 | if (!args->userdata) | ||
| 2450 | return __xfs_alloc_vextent(args); | ||
| 2451 | |||
| 2452 | |||
| 2444 | args->done = &done; | 2453 | args->done = &done; |
| 2445 | INIT_WORK_ONSTACK(&args->work, xfs_alloc_vextent_worker); | 2454 | INIT_WORK_ONSTACK(&args->work, xfs_alloc_vextent_worker); |
| 2446 | queue_work(xfs_alloc_wq, &args->work); | 2455 | queue_work(xfs_alloc_wq, &args->work); |
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index a4beb421018a..269b35c084da 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
| @@ -989,27 +989,6 @@ xfs_buf_ioerror_alert( | |||
| 989 | (__uint64_t)XFS_BUF_ADDR(bp), func, bp->b_error, bp->b_length); | 989 | (__uint64_t)XFS_BUF_ADDR(bp), func, bp->b_error, bp->b_length); |
| 990 | } | 990 | } |
| 991 | 991 | ||
| 992 | int | ||
| 993 | xfs_bwrite( | ||
| 994 | struct xfs_buf *bp) | ||
| 995 | { | ||
| 996 | int error; | ||
| 997 | |||
| 998 | ASSERT(xfs_buf_islocked(bp)); | ||
| 999 | |||
| 1000 | bp->b_flags |= XBF_WRITE; | ||
| 1001 | bp->b_flags &= ~(XBF_ASYNC | XBF_READ | _XBF_DELWRI_Q); | ||
| 1002 | |||
| 1003 | xfs_bdstrat_cb(bp); | ||
| 1004 | |||
| 1005 | error = xfs_buf_iowait(bp); | ||
| 1006 | if (error) { | ||
| 1007 | xfs_force_shutdown(bp->b_target->bt_mount, | ||
| 1008 | SHUTDOWN_META_IO_ERROR); | ||
| 1009 | } | ||
| 1010 | return error; | ||
| 1011 | } | ||
| 1012 | |||
| 1013 | /* | 992 | /* |
| 1014 | * Called when we want to stop a buffer from getting written or read. | 993 | * Called when we want to stop a buffer from getting written or read. |
| 1015 | * We attach the EIO error, muck with its flags, and call xfs_buf_ioend | 994 | * We attach the EIO error, muck with its flags, and call xfs_buf_ioend |
| @@ -1079,14 +1058,7 @@ xfs_bioerror_relse( | |||
| 1079 | return EIO; | 1058 | return EIO; |
| 1080 | } | 1059 | } |
| 1081 | 1060 | ||
| 1082 | 1061 | STATIC int | |
| 1083 | /* | ||
| 1084 | * All xfs metadata buffers except log state machine buffers | ||
| 1085 | * get this attached as their b_bdstrat callback function. | ||
| 1086 | * This is so that we can catch a buffer | ||
| 1087 | * after prematurely unpinning it to forcibly shutdown the filesystem. | ||
| 1088 | */ | ||
| 1089 | int | ||
| 1090 | xfs_bdstrat_cb( | 1062 | xfs_bdstrat_cb( |
| 1091 | struct xfs_buf *bp) | 1063 | struct xfs_buf *bp) |
| 1092 | { | 1064 | { |
| @@ -1107,6 +1079,27 @@ xfs_bdstrat_cb( | |||
| 1107 | return 0; | 1079 | return 0; |
| 1108 | } | 1080 | } |
| 1109 | 1081 | ||
| 1082 | int | ||
| 1083 | xfs_bwrite( | ||
| 1084 | struct xfs_buf *bp) | ||
| 1085 | { | ||
| 1086 | int error; | ||
| 1087 | |||
| 1088 | ASSERT(xfs_buf_islocked(bp)); | ||
| 1089 | |||
| 1090 | bp->b_flags |= XBF_WRITE; | ||
| 1091 | bp->b_flags &= ~(XBF_ASYNC | XBF_READ | _XBF_DELWRI_Q); | ||
| 1092 | |||
| 1093 | xfs_bdstrat_cb(bp); | ||
| 1094 | |||
| 1095 | error = xfs_buf_iowait(bp); | ||
| 1096 | if (error) { | ||
| 1097 | xfs_force_shutdown(bp->b_target->bt_mount, | ||
| 1098 | SHUTDOWN_META_IO_ERROR); | ||
| 1099 | } | ||
| 1100 | return error; | ||
| 1101 | } | ||
| 1102 | |||
| 1110 | /* | 1103 | /* |
| 1111 | * Wrapper around bdstrat so that we can stop data from going to disk in case | 1104 | * Wrapper around bdstrat so that we can stop data from going to disk in case |
| 1112 | * we are shutting down the filesystem. Typically user data goes thru this | 1105 | * we are shutting down the filesystem. Typically user data goes thru this |
| @@ -1243,7 +1236,7 @@ xfs_buf_iorequest( | |||
| 1243 | */ | 1236 | */ |
| 1244 | atomic_set(&bp->b_io_remaining, 1); | 1237 | atomic_set(&bp->b_io_remaining, 1); |
| 1245 | _xfs_buf_ioapply(bp); | 1238 | _xfs_buf_ioapply(bp); |
| 1246 | _xfs_buf_ioend(bp, 0); | 1239 | _xfs_buf_ioend(bp, 1); |
| 1247 | 1240 | ||
| 1248 | xfs_buf_rele(bp); | 1241 | xfs_buf_rele(bp); |
| 1249 | } | 1242 | } |
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 7f1d1392ce37..79344c48008e 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h | |||
| @@ -180,7 +180,6 @@ extern void xfs_buf_unlock(xfs_buf_t *); | |||
| 180 | extern int xfs_bwrite(struct xfs_buf *bp); | 180 | extern int xfs_bwrite(struct xfs_buf *bp); |
| 181 | 181 | ||
| 182 | extern void xfsbdstrat(struct xfs_mount *, struct xfs_buf *); | 182 | extern void xfsbdstrat(struct xfs_mount *, struct xfs_buf *); |
| 183 | extern int xfs_bdstrat_cb(struct xfs_buf *); | ||
| 184 | 183 | ||
| 185 | extern void xfs_buf_ioend(xfs_buf_t *, int); | 184 | extern void xfs_buf_ioend(xfs_buf_t *, int); |
| 186 | extern void xfs_buf_ioerror(xfs_buf_t *, int); | 185 | extern void xfs_buf_ioerror(xfs_buf_t *, int); |
diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c index 45df2b857d48..d9e451115f98 100644 --- a/fs/xfs/xfs_buf_item.c +++ b/fs/xfs/xfs_buf_item.c | |||
| @@ -954,7 +954,7 @@ xfs_buf_iodone_callbacks( | |||
| 954 | 954 | ||
| 955 | if (!XFS_BUF_ISSTALE(bp)) { | 955 | if (!XFS_BUF_ISSTALE(bp)) { |
| 956 | bp->b_flags |= XBF_WRITE | XBF_ASYNC | XBF_DONE; | 956 | bp->b_flags |= XBF_WRITE | XBF_ASYNC | XBF_DONE; |
| 957 | xfs_bdstrat_cb(bp); | 957 | xfs_buf_iorequest(bp); |
| 958 | } else { | 958 | } else { |
| 959 | xfs_buf_relse(bp); | 959 | xfs_buf_relse(bp); |
| 960 | } | 960 | } |
diff --git a/include/asm-generic/dma-contiguous.h b/include/asm-generic/dma-contiguous.h index c544356b374b..294b1e755ab2 100644 --- a/include/asm-generic/dma-contiguous.h +++ b/include/asm-generic/dma-contiguous.h | |||
| @@ -18,7 +18,7 @@ static inline void dev_set_cma_area(struct device *dev, struct cma *cma) | |||
| 18 | { | 18 | { |
| 19 | if (dev) | 19 | if (dev) |
| 20 | dev->cma_area = cma; | 20 | dev->cma_area = cma; |
| 21 | if (!dev || !dma_contiguous_default_area) | 21 | if (!dev && !dma_contiguous_default_area) |
| 22 | dma_contiguous_default_area = cma; | 22 | dma_contiguous_default_area = cma; |
| 23 | } | 23 | } |
| 24 | 24 | ||
diff --git a/include/linux/aio.h b/include/linux/aio.h index 2314ad8b3c9c..b1a520ec8b59 100644 --- a/include/linux/aio.h +++ b/include/linux/aio.h | |||
| @@ -140,6 +140,7 @@ struct kiocb { | |||
| 140 | (x)->ki_dtor = NULL; \ | 140 | (x)->ki_dtor = NULL; \ |
| 141 | (x)->ki_obj.tsk = tsk; \ | 141 | (x)->ki_obj.tsk = tsk; \ |
| 142 | (x)->ki_user_data = 0; \ | 142 | (x)->ki_user_data = 0; \ |
| 143 | (x)->private = NULL; \ | ||
| 143 | } while (0) | 144 | } while (0) |
| 144 | 145 | ||
| 145 | #define AIO_RING_MAGIC 0xa10a10a1 | 146 | #define AIO_RING_MAGIC 0xa10a10a1 |
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index ba43f408baa3..07954b05b86c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -827,7 +827,6 @@ extern bool __blk_end_request_err(struct request *rq, int error); | |||
| 827 | extern void blk_complete_request(struct request *); | 827 | extern void blk_complete_request(struct request *); |
| 828 | extern void __blk_complete_request(struct request *); | 828 | extern void __blk_complete_request(struct request *); |
| 829 | extern void blk_abort_request(struct request *); | 829 | extern void blk_abort_request(struct request *); |
| 830 | extern void blk_abort_queue(struct request_queue *); | ||
| 831 | extern void blk_unprep_request(struct request *); | 830 | extern void blk_unprep_request(struct request *); |
| 832 | 831 | ||
| 833 | /* | 832 | /* |
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index 324fe08ea3b1..6d6795d46a75 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h | |||
| @@ -91,6 +91,11 @@ extern void *__alloc_bootmem_node_nopanic(pg_data_t *pgdat, | |||
| 91 | unsigned long size, | 91 | unsigned long size, |
| 92 | unsigned long align, | 92 | unsigned long align, |
| 93 | unsigned long goal); | 93 | unsigned long goal); |
| 94 | void *___alloc_bootmem_node_nopanic(pg_data_t *pgdat, | ||
| 95 | unsigned long size, | ||
| 96 | unsigned long align, | ||
| 97 | unsigned long goal, | ||
| 98 | unsigned long limit); | ||
| 94 | extern void *__alloc_bootmem_low(unsigned long size, | 99 | extern void *__alloc_bootmem_low(unsigned long size, |
| 95 | unsigned long align, | 100 | unsigned long align, |
| 96 | unsigned long goal); | 101 | unsigned long goal); |
diff --git a/include/linux/capability.h b/include/linux/capability.h index 68d56effc328..d10b7ed595b1 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h | |||
| @@ -360,11 +360,11 @@ struct cpu_vfs_cap_data { | |||
| 360 | 360 | ||
| 361 | #define CAP_WAKE_ALARM 35 | 361 | #define CAP_WAKE_ALARM 35 |
| 362 | 362 | ||
| 363 | /* Allow preventing system suspends while epoll events are pending */ | 363 | /* Allow preventing system suspends */ |
| 364 | 364 | ||
| 365 | #define CAP_EPOLLWAKEUP 36 | 365 | #define CAP_BLOCK_SUSPEND 36 |
| 366 | 366 | ||
| 367 | #define CAP_LAST_CAP CAP_EPOLLWAKEUP | 367 | #define CAP_LAST_CAP CAP_BLOCK_SUSPEND |
| 368 | 368 | ||
| 369 | #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP) | 369 | #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP) |
| 370 | 370 | ||
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 2521a95fa6d9..44c87e731e9d 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
| @@ -163,16 +163,8 @@ struct ceph_connection { | |||
| 163 | 163 | ||
| 164 | /* connection negotiation temps */ | 164 | /* connection negotiation temps */ |
| 165 | char in_banner[CEPH_BANNER_MAX_LEN]; | 165 | char in_banner[CEPH_BANNER_MAX_LEN]; |
| 166 | union { | 166 | struct ceph_msg_connect out_connect; |
| 167 | struct { /* outgoing connection */ | 167 | struct ceph_msg_connect_reply in_reply; |
| 168 | struct ceph_msg_connect out_connect; | ||
| 169 | struct ceph_msg_connect_reply in_reply; | ||
| 170 | }; | ||
| 171 | struct { /* incoming */ | ||
| 172 | struct ceph_msg_connect in_connect; | ||
| 173 | struct ceph_msg_connect_reply out_reply; | ||
| 174 | }; | ||
| 175 | }; | ||
| 176 | struct ceph_entity_addr actual_peer_addr; | 168 | struct ceph_entity_addr actual_peer_addr; |
| 177 | 169 | ||
| 178 | /* message out temps */ | 170 | /* message out temps */ |
diff --git a/include/linux/device.h b/include/linux/device.h index 161d96241b1b..6de94151ff6f 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
| @@ -865,8 +865,6 @@ extern int (*platform_notify_remove)(struct device *dev); | |||
| 865 | extern struct device *get_device(struct device *dev); | 865 | extern struct device *get_device(struct device *dev); |
| 866 | extern void put_device(struct device *dev); | 866 | extern void put_device(struct device *dev); |
| 867 | 867 | ||
| 868 | extern void wait_for_device_probe(void); | ||
| 869 | |||
| 870 | #ifdef CONFIG_DEVTMPFS | 868 | #ifdef CONFIG_DEVTMPFS |
| 871 | extern int devtmpfs_create_node(struct device *dev); | 869 | extern int devtmpfs_create_node(struct device *dev); |
| 872 | extern int devtmpfs_delete_node(struct device *dev); | 870 | extern int devtmpfs_delete_node(struct device *dev); |
diff --git a/include/linux/eventpoll.h b/include/linux/eventpoll.h index 6f8be328770a..f4bb378ccf6a 100644 --- a/include/linux/eventpoll.h +++ b/include/linux/eventpoll.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | * re-allowed until epoll_wait is called again after consuming the wakeup | 34 | * re-allowed until epoll_wait is called again after consuming the wakeup |
| 35 | * event(s). | 35 | * event(s). |
| 36 | * | 36 | * |
| 37 | * Requires CAP_EPOLLWAKEUP | 37 | * Requires CAP_BLOCK_SUSPEND |
| 38 | */ | 38 | */ |
| 39 | #define EPOLLWAKEUP (1 << 29) | 39 | #define EPOLLWAKEUP (1 << 29) |
| 40 | 40 | ||
diff --git a/include/linux/gpio.h b/include/linux/gpio.h index f07fc2d08159..2e31e8b3a190 100644 --- a/include/linux/gpio.h +++ b/include/linux/gpio.h | |||
| @@ -22,8 +22,8 @@ | |||
| 22 | /* Gpio pin is open source */ | 22 | /* Gpio pin is open source */ |
| 23 | #define GPIOF_OPEN_SOURCE (1 << 3) | 23 | #define GPIOF_OPEN_SOURCE (1 << 3) |
| 24 | 24 | ||
| 25 | #define GPIOF_EXPORT (1 << 2) | 25 | #define GPIOF_EXPORT (1 << 4) |
| 26 | #define GPIOF_EXPORT_CHANGEABLE (1 << 3) | 26 | #define GPIOF_EXPORT_CHANGEABLE (1 << 5) |
| 27 | #define GPIOF_EXPORT_DIR_FIXED (GPIOF_EXPORT) | 27 | #define GPIOF_EXPORT_DIR_FIXED (GPIOF_EXPORT) |
| 28 | #define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE) | 28 | #define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE) |
| 29 | 29 | ||
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index fd0dc30c9f15..cc07d2777bbe 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
| @@ -165,6 +165,7 @@ enum hrtimer_base_type { | |||
| 165 | * @lock: lock protecting the base and associated clock bases | 165 | * @lock: lock protecting the base and associated clock bases |
| 166 | * and timers | 166 | * and timers |
| 167 | * @active_bases: Bitfield to mark bases with active timers | 167 | * @active_bases: Bitfield to mark bases with active timers |
| 168 | * @clock_was_set: Indicates that clock was set from irq context. | ||
| 168 | * @expires_next: absolute time of the next event which was scheduled | 169 | * @expires_next: absolute time of the next event which was scheduled |
| 169 | * via clock_set_next_event() | 170 | * via clock_set_next_event() |
| 170 | * @hres_active: State of high resolution mode | 171 | * @hres_active: State of high resolution mode |
| @@ -177,7 +178,8 @@ enum hrtimer_base_type { | |||
| 177 | */ | 178 | */ |
| 178 | struct hrtimer_cpu_base { | 179 | struct hrtimer_cpu_base { |
| 179 | raw_spinlock_t lock; | 180 | raw_spinlock_t lock; |
| 180 | unsigned long active_bases; | 181 | unsigned int active_bases; |
| 182 | unsigned int clock_was_set; | ||
| 181 | #ifdef CONFIG_HIGH_RES_TIMERS | 183 | #ifdef CONFIG_HIGH_RES_TIMERS |
| 182 | ktime_t expires_next; | 184 | ktime_t expires_next; |
| 183 | int hres_active; | 185 | int hres_active; |
| @@ -286,6 +288,8 @@ extern void hrtimer_peek_ahead_timers(void); | |||
| 286 | # define MONOTONIC_RES_NSEC HIGH_RES_NSEC | 288 | # define MONOTONIC_RES_NSEC HIGH_RES_NSEC |
| 287 | # define KTIME_MONOTONIC_RES KTIME_HIGH_RES | 289 | # define KTIME_MONOTONIC_RES KTIME_HIGH_RES |
| 288 | 290 | ||
| 291 | extern void clock_was_set_delayed(void); | ||
| 292 | |||
| 289 | #else | 293 | #else |
| 290 | 294 | ||
| 291 | # define MONOTONIC_RES_NSEC LOW_RES_NSEC | 295 | # define MONOTONIC_RES_NSEC LOW_RES_NSEC |
| @@ -306,6 +310,9 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer) | |||
| 306 | { | 310 | { |
| 307 | return 0; | 311 | return 0; |
| 308 | } | 312 | } |
| 313 | |||
| 314 | static inline void clock_was_set_delayed(void) { } | ||
| 315 | |||
| 309 | #endif | 316 | #endif |
| 310 | 317 | ||
| 311 | extern void clock_was_set(void); | 318 | extern void clock_was_set(void); |
| @@ -320,6 +327,7 @@ extern ktime_t ktime_get(void); | |||
| 320 | extern ktime_t ktime_get_real(void); | 327 | extern ktime_t ktime_get_real(void); |
| 321 | extern ktime_t ktime_get_boottime(void); | 328 | extern ktime_t ktime_get_boottime(void); |
| 322 | extern ktime_t ktime_get_monotonic_offset(void); | 329 | extern ktime_t ktime_get_monotonic_offset(void); |
| 330 | extern ktime_t ktime_get_update_offsets(ktime_t *offs_real, ktime_t *offs_boot); | ||
| 323 | 331 | ||
| 324 | DECLARE_PER_CPU(struct tick_device, tick_cpu_device); | 332 | DECLARE_PER_CPU(struct tick_device, tick_cpu_device); |
| 325 | 333 | ||
diff --git a/include/linux/input.h b/include/linux/input.h index a81671453575..2740d080ec6b 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
| @@ -116,6 +116,7 @@ struct input_keymap_entry { | |||
| 116 | 116 | ||
| 117 | /** | 117 | /** |
| 118 | * EVIOCGMTSLOTS(len) - get MT slot values | 118 | * EVIOCGMTSLOTS(len) - get MT slot values |
| 119 | * @len: size of the data buffer in bytes | ||
| 119 | * | 120 | * |
| 120 | * The ioctl buffer argument should be binary equivalent to | 121 | * The ioctl buffer argument should be binary equivalent to |
| 121 | * | 122 | * |
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index c4464356b35b..96c158a37d3e 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -815,7 +815,7 @@ static inline void kvm_free_irq_routing(struct kvm *kvm) {} | |||
| 815 | #ifdef CONFIG_HAVE_KVM_EVENTFD | 815 | #ifdef CONFIG_HAVE_KVM_EVENTFD |
| 816 | 816 | ||
| 817 | void kvm_eventfd_init(struct kvm *kvm); | 817 | void kvm_eventfd_init(struct kvm *kvm); |
| 818 | int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags); | 818 | int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); |
| 819 | void kvm_irqfd_release(struct kvm *kvm); | 819 | void kvm_irqfd_release(struct kvm *kvm); |
| 820 | void kvm_irq_routing_update(struct kvm *, struct kvm_irq_routing_table *); | 820 | void kvm_irq_routing_update(struct kvm *, struct kvm_irq_routing_table *); |
| 821 | int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); | 821 | int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); |
| @@ -824,7 +824,7 @@ int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); | |||
| 824 | 824 | ||
| 825 | static inline void kvm_eventfd_init(struct kvm *kvm) {} | 825 | static inline void kvm_eventfd_init(struct kvm *kvm) {} |
| 826 | 826 | ||
| 827 | static inline int kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags) | 827 | static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) |
| 828 | { | 828 | { |
| 829 | return -EINVAL; | 829 | return -EINVAL; |
| 830 | } | 830 | } |
diff --git a/include/linux/memblock.h b/include/linux/memblock.h index a6bb10235148..19dc455b4f3d 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h | |||
| @@ -50,9 +50,7 @@ phys_addr_t memblock_find_in_range_node(phys_addr_t start, phys_addr_t end, | |||
| 50 | phys_addr_t size, phys_addr_t align, int nid); | 50 | phys_addr_t size, phys_addr_t align, int nid); |
| 51 | phys_addr_t memblock_find_in_range(phys_addr_t start, phys_addr_t end, | 51 | phys_addr_t memblock_find_in_range(phys_addr_t start, phys_addr_t end, |
| 52 | phys_addr_t size, phys_addr_t align); | 52 | phys_addr_t size, phys_addr_t align); |
| 53 | int memblock_free_reserved_regions(void); | 53 | phys_addr_t get_allocated_memblock_reserved_regions_info(phys_addr_t *addr); |
| 54 | int memblock_reserve_reserved_regions(void); | ||
| 55 | |||
| 56 | void memblock_allow_resize(void); | 54 | void memblock_allow_resize(void); |
| 57 | int memblock_add_node(phys_addr_t base, phys_addr_t size, int nid); | 55 | int memblock_add_node(phys_addr_t base, phys_addr_t size, int nid); |
| 58 | int memblock_add(phys_addr_t base, phys_addr_t size); | 56 | int memblock_add(phys_addr_t base, phys_addr_t size); |
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 2427706f78b4..68c569fcbb66 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
| @@ -694,7 +694,7 @@ typedef struct pglist_data { | |||
| 694 | range, including holes */ | 694 | range, including holes */ |
| 695 | int node_id; | 695 | int node_id; |
| 696 | wait_queue_head_t kswapd_wait; | 696 | wait_queue_head_t kswapd_wait; |
| 697 | struct task_struct *kswapd; | 697 | struct task_struct *kswapd; /* Protected by lock_memory_hotplug() */ |
| 698 | int kswapd_max_order; | 698 | int kswapd_max_order; |
| 699 | enum zone_type classzone_idx; | 699 | enum zone_type classzone_idx; |
| 700 | } pg_data_t; | 700 | } pg_data_t; |
diff --git a/include/linux/pci.h b/include/linux/pci.h index fefb4e19bf6a..d8c379dba6ad 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -176,8 +176,6 @@ enum pci_dev_flags { | |||
| 176 | PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) 2, | 176 | PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) 2, |
| 177 | /* Provide indication device is assigned by a Virtual Machine Manager */ | 177 | /* Provide indication device is assigned by a Virtual Machine Manager */ |
| 178 | PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) 4, | 178 | PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) 4, |
| 179 | /* Device causes system crash if in D3 during S3 sleep */ | ||
| 180 | PCI_DEV_FLAGS_NO_D3_DURING_SLEEP = (__force pci_dev_flags_t) 8, | ||
| 181 | }; | 179 | }; |
| 182 | 180 | ||
| 183 | enum pci_irq_reroute_variant { | 181 | enum pci_irq_reroute_variant { |
diff --git a/include/linux/prctl.h b/include/linux/prctl.h index 3988012255dc..289760f424aa 100644 --- a/include/linux/prctl.h +++ b/include/linux/prctl.h | |||
| @@ -141,6 +141,8 @@ | |||
| 141 | * Changing LSM security domain is considered a new privilege. So, for example, | 141 | * Changing LSM security domain is considered a new privilege. So, for example, |
| 142 | * asking selinux for a specific new context (e.g. with runcon) will result | 142 | * asking selinux for a specific new context (e.g. with runcon) will result |
| 143 | * in execve returning -EPERM. | 143 | * in execve returning -EPERM. |
| 144 | * | ||
| 145 | * See Documentation/prctl/no_new_privs.txt for more details. | ||
| 144 | */ | 146 | */ |
| 145 | #define PR_SET_NO_NEW_PRIVS 38 | 147 | #define PR_SET_NO_NEW_PRIVS 38 |
| 146 | #define PR_GET_NO_NEW_PRIVS 39 | 148 | #define PR_GET_NO_NEW_PRIVS 39 |
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 26d1a47591f1..9cac722b169c 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
| @@ -184,7 +184,6 @@ static inline int rcu_preempt_depth(void) | |||
| 184 | /* Internal to kernel */ | 184 | /* Internal to kernel */ |
| 185 | extern void rcu_sched_qs(int cpu); | 185 | extern void rcu_sched_qs(int cpu); |
| 186 | extern void rcu_bh_qs(int cpu); | 186 | extern void rcu_bh_qs(int cpu); |
| 187 | extern void rcu_preempt_note_context_switch(void); | ||
| 188 | extern void rcu_check_callbacks(int cpu, int user); | 187 | extern void rcu_check_callbacks(int cpu, int user); |
| 189 | struct notifier_block; | 188 | struct notifier_block; |
| 190 | extern void rcu_idle_enter(void); | 189 | extern void rcu_idle_enter(void); |
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index 854dc4c5c271..4e56a9c69a35 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
| @@ -87,6 +87,10 @@ static inline void kfree_call_rcu(struct rcu_head *head, | |||
| 87 | 87 | ||
| 88 | #ifdef CONFIG_TINY_RCU | 88 | #ifdef CONFIG_TINY_RCU |
| 89 | 89 | ||
| 90 | static inline void rcu_preempt_note_context_switch(void) | ||
| 91 | { | ||
| 92 | } | ||
| 93 | |||
| 90 | static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) | 94 | static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) |
| 91 | { | 95 | { |
| 92 | *delta_jiffies = ULONG_MAX; | 96 | *delta_jiffies = ULONG_MAX; |
| @@ -95,6 +99,7 @@ static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) | |||
| 95 | 99 | ||
| 96 | #else /* #ifdef CONFIG_TINY_RCU */ | 100 | #else /* #ifdef CONFIG_TINY_RCU */ |
| 97 | 101 | ||
| 102 | void rcu_preempt_note_context_switch(void); | ||
| 98 | int rcu_preempt_needs_cpu(void); | 103 | int rcu_preempt_needs_cpu(void); |
| 99 | 104 | ||
| 100 | static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) | 105 | static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) |
| @@ -108,6 +113,7 @@ static inline int rcu_needs_cpu(int cpu, unsigned long *delta_jiffies) | |||
| 108 | static inline void rcu_note_context_switch(int cpu) | 113 | static inline void rcu_note_context_switch(int cpu) |
| 109 | { | 114 | { |
| 110 | rcu_sched_qs(cpu); | 115 | rcu_sched_qs(cpu); |
| 116 | rcu_preempt_note_context_switch(); | ||
| 111 | } | 117 | } |
| 112 | 118 | ||
| 113 | /* | 119 | /* |
diff --git a/include/linux/rpmsg.h b/include/linux/rpmsg.h index a8e50e44203c..82a673905edb 100644 --- a/include/linux/rpmsg.h +++ b/include/linux/rpmsg.h | |||
| @@ -38,6 +38,8 @@ | |||
| 38 | #include <linux/types.h> | 38 | #include <linux/types.h> |
| 39 | #include <linux/device.h> | 39 | #include <linux/device.h> |
| 40 | #include <linux/mod_devicetable.h> | 40 | #include <linux/mod_devicetable.h> |
| 41 | #include <linux/kref.h> | ||
| 42 | #include <linux/mutex.h> | ||
| 41 | 43 | ||
| 42 | /* The feature bitmap for virtio rpmsg */ | 44 | /* The feature bitmap for virtio rpmsg */ |
| 43 | #define VIRTIO_RPMSG_F_NS 0 /* RP supports name service notifications */ | 45 | #define VIRTIO_RPMSG_F_NS 0 /* RP supports name service notifications */ |
| @@ -120,7 +122,9 @@ typedef void (*rpmsg_rx_cb_t)(struct rpmsg_channel *, void *, int, void *, u32); | |||
| 120 | /** | 122 | /** |
| 121 | * struct rpmsg_endpoint - binds a local rpmsg address to its user | 123 | * struct rpmsg_endpoint - binds a local rpmsg address to its user |
| 122 | * @rpdev: rpmsg channel device | 124 | * @rpdev: rpmsg channel device |
| 125 | * @refcount: when this drops to zero, the ept is deallocated | ||
| 123 | * @cb: rx callback handler | 126 | * @cb: rx callback handler |
| 127 | * @cb_lock: must be taken before accessing/changing @cb | ||
| 124 | * @addr: local rpmsg address | 128 | * @addr: local rpmsg address |
| 125 | * @priv: private data for the driver's use | 129 | * @priv: private data for the driver's use |
| 126 | * | 130 | * |
| @@ -140,7 +144,9 @@ typedef void (*rpmsg_rx_cb_t)(struct rpmsg_channel *, void *, int, void *, u32); | |||
| 140 | */ | 144 | */ |
| 141 | struct rpmsg_endpoint { | 145 | struct rpmsg_endpoint { |
| 142 | struct rpmsg_channel *rpdev; | 146 | struct rpmsg_channel *rpdev; |
| 147 | struct kref refcount; | ||
| 143 | rpmsg_rx_cb_t cb; | 148 | rpmsg_rx_cb_t cb; |
| 149 | struct mutex cb_lock; | ||
| 144 | u32 addr; | 150 | u32 addr; |
| 145 | void *priv; | 151 | void *priv; |
| 146 | }; | 152 | }; |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4059c0f33f07..4a1f493e0fef 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -1871,22 +1871,12 @@ static inline void rcu_copy_process(struct task_struct *p) | |||
| 1871 | INIT_LIST_HEAD(&p->rcu_node_entry); | 1871 | INIT_LIST_HEAD(&p->rcu_node_entry); |
| 1872 | } | 1872 | } |
| 1873 | 1873 | ||
| 1874 | static inline void rcu_switch_from(struct task_struct *prev) | ||
| 1875 | { | ||
| 1876 | if (prev->rcu_read_lock_nesting != 0) | ||
| 1877 | rcu_preempt_note_context_switch(); | ||
| 1878 | } | ||
| 1879 | |||
| 1880 | #else | 1874 | #else |
| 1881 | 1875 | ||
| 1882 | static inline void rcu_copy_process(struct task_struct *p) | 1876 | static inline void rcu_copy_process(struct task_struct *p) |
| 1883 | { | 1877 | { |
| 1884 | } | 1878 | } |
| 1885 | 1879 | ||
| 1886 | static inline void rcu_switch_from(struct task_struct *prev) | ||
| 1887 | { | ||
| 1888 | } | ||
| 1889 | |||
| 1890 | #endif | 1880 | #endif |
| 1891 | 1881 | ||
| 1892 | #ifdef CONFIG_SMP | 1882 | #ifdef CONFIG_SMP |
| @@ -1909,6 +1899,14 @@ static inline int set_cpus_allowed_ptr(struct task_struct *p, | |||
| 1909 | } | 1899 | } |
| 1910 | #endif | 1900 | #endif |
| 1911 | 1901 | ||
| 1902 | #ifdef CONFIG_NO_HZ | ||
| 1903 | void calc_load_enter_idle(void); | ||
| 1904 | void calc_load_exit_idle(void); | ||
| 1905 | #else | ||
| 1906 | static inline void calc_load_enter_idle(void) { } | ||
| 1907 | static inline void calc_load_exit_idle(void) { } | ||
| 1908 | #endif /* CONFIG_NO_HZ */ | ||
| 1909 | |||
| 1912 | #ifndef CONFIG_CPUMASK_OFFSTACK | 1910 | #ifndef CONFIG_CPUMASK_OFFSTACK |
| 1913 | static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) | 1911 | static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) |
| 1914 | { | 1912 | { |
diff --git a/include/linux/splice.h b/include/linux/splice.h index 26e5b613deda..09a545a7dfa3 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h | |||
| @@ -51,7 +51,8 @@ struct partial_page { | |||
| 51 | struct splice_pipe_desc { | 51 | struct splice_pipe_desc { |
| 52 | struct page **pages; /* page map */ | 52 | struct page **pages; /* page map */ |
| 53 | struct partial_page *partial; /* pages[] may not be contig */ | 53 | struct partial_page *partial; /* pages[] may not be contig */ |
| 54 | int nr_pages; /* number of pages in map */ | 54 | int nr_pages; /* number of populated pages in map */ |
| 55 | unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ | ||
| 55 | unsigned int flags; /* splice flags */ | 56 | unsigned int flags; /* splice flags */ |
| 56 | const struct pipe_buf_operations *ops;/* ops associated with output pipe */ | 57 | const struct pipe_buf_operations *ops;/* ops associated with output pipe */ |
| 57 | void (*spd_release)(struct splice_pipe_desc *, unsigned int); | 58 | void (*spd_release)(struct splice_pipe_desc *, unsigned int); |
| @@ -85,9 +86,8 @@ extern ssize_t splice_direct_to_actor(struct file *, struct splice_desc *, | |||
| 85 | /* | 86 | /* |
| 86 | * for dynamic pipe sizing | 87 | * for dynamic pipe sizing |
| 87 | */ | 88 | */ |
| 88 | extern int splice_grow_spd(struct pipe_inode_info *, struct splice_pipe_desc *); | 89 | extern int splice_grow_spd(const struct pipe_inode_info *, struct splice_pipe_desc *); |
| 89 | extern void splice_shrink_spd(struct pipe_inode_info *, | 90 | extern void splice_shrink_spd(struct splice_pipe_desc *); |
| 90 | struct splice_pipe_desc *); | ||
| 91 | extern void spd_release_page(struct splice_pipe_desc *, unsigned int); | 91 | extern void spd_release_page(struct splice_pipe_desc *, unsigned int); |
| 92 | 92 | ||
| 93 | extern const struct pipe_buf_operations page_cache_pipe_buf_ops; | 93 | extern const struct pipe_buf_operations page_cache_pipe_buf_ops; |
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index d6146b4811c2..95374d1696a1 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
| @@ -1425,7 +1425,7 @@ static inline void ip_vs_notrack(struct sk_buff *skb) | |||
| 1425 | struct nf_conn *ct = nf_ct_get(skb, &ctinfo); | 1425 | struct nf_conn *ct = nf_ct_get(skb, &ctinfo); |
| 1426 | 1426 | ||
| 1427 | if (!ct || !nf_ct_is_untracked(ct)) { | 1427 | if (!ct || !nf_ct_is_untracked(ct)) { |
| 1428 | nf_reset(skb); | 1428 | nf_conntrack_put(skb->nfct); |
| 1429 | skb->nfct = &nf_ct_untracked_get()->ct_general; | 1429 | skb->nfct = &nf_ct_untracked_get()->ct_general; |
| 1430 | skb->nfctinfo = IP_CT_NEW; | 1430 | skb->nfctinfo = IP_CT_NEW; |
| 1431 | nf_conntrack_get(skb->nfct); | 1431 | nf_conntrack_get(skb->nfct); |
diff --git a/include/net/netfilter/nf_conntrack_ecache.h b/include/net/netfilter/nf_conntrack_ecache.h index a88fb6939387..e1ce1048fe5f 100644 --- a/include/net/netfilter/nf_conntrack_ecache.h +++ b/include/net/netfilter/nf_conntrack_ecache.h | |||
| @@ -78,7 +78,7 @@ nf_conntrack_event_cache(enum ip_conntrack_events event, struct nf_conn *ct) | |||
| 78 | struct net *net = nf_ct_net(ct); | 78 | struct net *net = nf_ct_net(ct); |
| 79 | struct nf_conntrack_ecache *e; | 79 | struct nf_conntrack_ecache *e; |
| 80 | 80 | ||
| 81 | if (net->ct.nf_conntrack_event_cb == NULL) | 81 | if (!rcu_access_pointer(net->ct.nf_conntrack_event_cb)) |
| 82 | return; | 82 | return; |
| 83 | 83 | ||
| 84 | e = nf_ct_ecache_find(ct); | 84 | e = nf_ct_ecache_find(ct); |
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index e4652fe58958..fecdf31816f2 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
| @@ -912,6 +912,9 @@ struct sctp_transport { | |||
| 912 | /* Is this structure kfree()able? */ | 912 | /* Is this structure kfree()able? */ |
| 913 | malloced:1; | 913 | malloced:1; |
| 914 | 914 | ||
| 915 | /* Has this transport moved the ctsn since we last sacked */ | ||
| 916 | __u32 sack_generation; | ||
| 917 | |||
| 915 | struct flowi fl; | 918 | struct flowi fl; |
| 916 | 919 | ||
| 917 | /* This is the peer's IP address and port. */ | 920 | /* This is the peer's IP address and port. */ |
| @@ -1584,6 +1587,7 @@ struct sctp_association { | |||
| 1584 | */ | 1587 | */ |
| 1585 | __u8 sack_needed; /* Do we need to sack the peer? */ | 1588 | __u8 sack_needed; /* Do we need to sack the peer? */ |
| 1586 | __u32 sack_cnt; | 1589 | __u32 sack_cnt; |
| 1590 | __u32 sack_generation; | ||
| 1587 | 1591 | ||
| 1588 | /* These are capabilities which our peer advertised. */ | 1592 | /* These are capabilities which our peer advertised. */ |
| 1589 | __u8 ecn_capable:1, /* Can peer do ECN? */ | 1593 | __u8 ecn_capable:1, /* Can peer do ECN? */ |
diff --git a/include/net/sctp/tsnmap.h b/include/net/sctp/tsnmap.h index e7728bc14ccf..2c5d2b4d5d1e 100644 --- a/include/net/sctp/tsnmap.h +++ b/include/net/sctp/tsnmap.h | |||
| @@ -117,7 +117,8 @@ void sctp_tsnmap_free(struct sctp_tsnmap *map); | |||
| 117 | int sctp_tsnmap_check(const struct sctp_tsnmap *, __u32 tsn); | 117 | int sctp_tsnmap_check(const struct sctp_tsnmap *, __u32 tsn); |
| 118 | 118 | ||
| 119 | /* Mark this TSN as seen. */ | 119 | /* Mark this TSN as seen. */ |
| 120 | int sctp_tsnmap_mark(struct sctp_tsnmap *, __u32 tsn); | 120 | int sctp_tsnmap_mark(struct sctp_tsnmap *, __u32 tsn, |
| 121 | struct sctp_transport *trans); | ||
| 121 | 122 | ||
| 122 | /* Mark this TSN and all lower as seen. */ | 123 | /* Mark this TSN and all lower as seen. */ |
| 123 | void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn); | 124 | void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn); |
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index f4f1c96dca72..10ce74f589c5 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h | |||
| @@ -163,6 +163,8 @@ enum ata_command_set { | |||
| 163 | ATAPI_COMMAND_SET = 1, | 163 | ATAPI_COMMAND_SET = 1, |
| 164 | }; | 164 | }; |
| 165 | 165 | ||
| 166 | #define ATA_RESP_FIS_SIZE 24 | ||
| 167 | |||
| 166 | struct sata_device { | 168 | struct sata_device { |
| 167 | enum ata_command_set command_set; | 169 | enum ata_command_set command_set; |
| 168 | struct smp_resp rps_resp; /* report_phy_sata_resp */ | 170 | struct smp_resp rps_resp; /* report_phy_sata_resp */ |
| @@ -171,7 +173,7 @@ struct sata_device { | |||
| 171 | 173 | ||
| 172 | struct ata_port *ap; | 174 | struct ata_port *ap; |
| 173 | struct ata_host ata_host; | 175 | struct ata_host ata_host; |
| 174 | struct ata_taskfile tf; | 176 | u8 fis[ATA_RESP_FIS_SIZE]; |
| 175 | }; | 177 | }; |
| 176 | 178 | ||
| 177 | enum { | 179 | enum { |
| @@ -537,7 +539,7 @@ enum exec_status { | |||
| 537 | */ | 539 | */ |
| 538 | struct ata_task_resp { | 540 | struct ata_task_resp { |
| 539 | u16 frame_len; | 541 | u16 frame_len; |
| 540 | u8 ending_fis[24]; /* dev to host or data-in */ | 542 | u8 ending_fis[ATA_RESP_FIS_SIZE]; /* dev to host or data-in */ |
| 541 | }; | 543 | }; |
| 542 | 544 | ||
| 543 | #define SAS_STATUS_BUF_SIZE 96 | 545 | #define SAS_STATUS_BUF_SIZE 96 |
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 1e1198546c72..ac06cc595890 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
| @@ -134,10 +134,16 @@ struct scsi_cmnd { | |||
| 134 | 134 | ||
| 135 | static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) | 135 | static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) |
| 136 | { | 136 | { |
| 137 | struct scsi_driver **sdp; | ||
| 138 | |||
| 137 | if (!cmd->request->rq_disk) | 139 | if (!cmd->request->rq_disk) |
| 138 | return NULL; | 140 | return NULL; |
| 139 | 141 | ||
| 140 | return *(struct scsi_driver **)cmd->request->rq_disk->private_data; | 142 | sdp = (struct scsi_driver **)cmd->request->rq_disk->private_data; |
| 143 | if (!sdp) | ||
| 144 | return NULL; | ||
| 145 | |||
| 146 | return *sdp; | ||
| 141 | } | 147 | } |
| 142 | 148 | ||
| 143 | extern struct scsi_cmnd *scsi_get_command(struct scsi_device *, gfp_t); | 149 | extern struct scsi_cmnd *scsi_get_command(struct scsi_device *, gfp_t); |
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 2097684cf194..b303dfc7dce0 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
| @@ -901,13 +901,10 @@ static void cgroup_diput(struct dentry *dentry, struct inode *inode) | |||
| 901 | mutex_unlock(&cgroup_mutex); | 901 | mutex_unlock(&cgroup_mutex); |
| 902 | 902 | ||
| 903 | /* | 903 | /* |
| 904 | * We want to drop the active superblock reference from the | 904 | * Drop the active superblock reference that we took when we |
| 905 | * cgroup creation after all the dentry refs are gone - | 905 | * created the cgroup |
| 906 | * kill_sb gets mighty unhappy otherwise. Mark | ||
| 907 | * dentry->d_fsdata with cgroup_diput() to tell | ||
| 908 | * cgroup_d_release() to call deactivate_super(). | ||
| 909 | */ | 906 | */ |
| 910 | dentry->d_fsdata = cgroup_diput; | 907 | deactivate_super(cgrp->root->sb); |
| 911 | 908 | ||
| 912 | /* | 909 | /* |
| 913 | * if we're getting rid of the cgroup, refcount should ensure | 910 | * if we're getting rid of the cgroup, refcount should ensure |
| @@ -933,13 +930,6 @@ static int cgroup_delete(const struct dentry *d) | |||
| 933 | return 1; | 930 | return 1; |
| 934 | } | 931 | } |
| 935 | 932 | ||
| 936 | static void cgroup_d_release(struct dentry *dentry) | ||
| 937 | { | ||
| 938 | /* did cgroup_diput() tell me to deactivate super? */ | ||
| 939 | if (dentry->d_fsdata == cgroup_diput) | ||
| 940 | deactivate_super(dentry->d_sb); | ||
| 941 | } | ||
| 942 | |||
| 943 | static void remove_dir(struct dentry *d) | 933 | static void remove_dir(struct dentry *d) |
| 944 | { | 934 | { |
| 945 | struct dentry *parent = dget(d->d_parent); | 935 | struct dentry *parent = dget(d->d_parent); |
| @@ -1547,7 +1537,6 @@ static int cgroup_get_rootdir(struct super_block *sb) | |||
| 1547 | static const struct dentry_operations cgroup_dops = { | 1537 | static const struct dentry_operations cgroup_dops = { |
| 1548 | .d_iput = cgroup_diput, | 1538 | .d_iput = cgroup_diput, |
| 1549 | .d_delete = cgroup_delete, | 1539 | .d_delete = cgroup_delete, |
| 1550 | .d_release = cgroup_d_release, | ||
| 1551 | }; | 1540 | }; |
| 1552 | 1541 | ||
| 1553 | struct inode *inode = | 1542 | struct inode *inode = |
| @@ -3894,8 +3883,12 @@ static void css_dput_fn(struct work_struct *work) | |||
| 3894 | { | 3883 | { |
| 3895 | struct cgroup_subsys_state *css = | 3884 | struct cgroup_subsys_state *css = |
| 3896 | container_of(work, struct cgroup_subsys_state, dput_work); | 3885 | container_of(work, struct cgroup_subsys_state, dput_work); |
| 3886 | struct dentry *dentry = css->cgroup->dentry; | ||
| 3887 | struct super_block *sb = dentry->d_sb; | ||
| 3897 | 3888 | ||
| 3898 | dput(css->cgroup->dentry); | 3889 | atomic_inc(&sb->s_active); |
| 3890 | dput(dentry); | ||
| 3891 | deactivate_super(sb); | ||
| 3899 | } | 3892 | } |
| 3900 | 3893 | ||
| 3901 | static void init_cgroup_css(struct cgroup_subsys_state *css, | 3894 | static void init_cgroup_css(struct cgroup_subsys_state *css, |
diff --git a/kernel/fork.c b/kernel/fork.c index ab5211b9e622..f00e319d8376 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -304,12 +304,17 @@ static struct task_struct *dup_task_struct(struct task_struct *orig) | |||
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | err = arch_dup_task_struct(tsk, orig); | 306 | err = arch_dup_task_struct(tsk, orig); |
| 307 | if (err) | ||
| 308 | goto out; | ||
| 309 | 307 | ||
| 308 | /* | ||
| 309 | * We defer looking at err, because we will need this setup | ||
| 310 | * for the clean up path to work correctly. | ||
| 311 | */ | ||
| 310 | tsk->stack = ti; | 312 | tsk->stack = ti; |
| 311 | |||
| 312 | setup_thread_stack(tsk, orig); | 313 | setup_thread_stack(tsk, orig); |
| 314 | |||
| 315 | if (err) | ||
| 316 | goto out; | ||
| 317 | |||
| 313 | clear_user_return_notifier(tsk); | 318 | clear_user_return_notifier(tsk); |
| 314 | clear_tsk_need_resched(tsk); | 319 | clear_tsk_need_resched(tsk); |
| 315 | stackend = end_of_stack(tsk); | 320 | stackend = end_of_stack(tsk); |
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index ae34bf51682b..6db7a5ed52b5 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
| @@ -657,6 +657,14 @@ static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, | |||
| 657 | return 0; | 657 | return 0; |
| 658 | } | 658 | } |
| 659 | 659 | ||
| 660 | static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) | ||
| 661 | { | ||
| 662 | ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; | ||
| 663 | ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; | ||
| 664 | |||
| 665 | return ktime_get_update_offsets(offs_real, offs_boot); | ||
| 666 | } | ||
| 667 | |||
| 660 | /* | 668 | /* |
| 661 | * Retrigger next event is called after clock was set | 669 | * Retrigger next event is called after clock was set |
| 662 | * | 670 | * |
| @@ -665,22 +673,12 @@ static inline int hrtimer_enqueue_reprogram(struct hrtimer *timer, | |||
| 665 | static void retrigger_next_event(void *arg) | 673 | static void retrigger_next_event(void *arg) |
| 666 | { | 674 | { |
| 667 | struct hrtimer_cpu_base *base = &__get_cpu_var(hrtimer_bases); | 675 | struct hrtimer_cpu_base *base = &__get_cpu_var(hrtimer_bases); |
| 668 | struct timespec realtime_offset, xtim, wtm, sleep; | ||
| 669 | 676 | ||
| 670 | if (!hrtimer_hres_active()) | 677 | if (!hrtimer_hres_active()) |
| 671 | return; | 678 | return; |
| 672 | 679 | ||
| 673 | /* Optimized out for !HIGH_RES */ | ||
| 674 | get_xtime_and_monotonic_and_sleep_offset(&xtim, &wtm, &sleep); | ||
| 675 | set_normalized_timespec(&realtime_offset, -wtm.tv_sec, -wtm.tv_nsec); | ||
| 676 | |||
| 677 | /* Adjust CLOCK_REALTIME offset */ | ||
| 678 | raw_spin_lock(&base->lock); | 680 | raw_spin_lock(&base->lock); |
| 679 | base->clock_base[HRTIMER_BASE_REALTIME].offset = | 681 | hrtimer_update_base(base); |
| 680 | timespec_to_ktime(realtime_offset); | ||
| 681 | base->clock_base[HRTIMER_BASE_BOOTTIME].offset = | ||
| 682 | timespec_to_ktime(sleep); | ||
| 683 | |||
| 684 | hrtimer_force_reprogram(base, 0); | 682 | hrtimer_force_reprogram(base, 0); |
| 685 | raw_spin_unlock(&base->lock); | 683 | raw_spin_unlock(&base->lock); |
| 686 | } | 684 | } |
| @@ -710,13 +708,25 @@ static int hrtimer_switch_to_hres(void) | |||
| 710 | base->clock_base[i].resolution = KTIME_HIGH_RES; | 708 | base->clock_base[i].resolution = KTIME_HIGH_RES; |
| 711 | 709 | ||
| 712 | tick_setup_sched_timer(); | 710 | tick_setup_sched_timer(); |
| 713 | |||
| 714 | /* "Retrigger" the interrupt to get things going */ | 711 | /* "Retrigger" the interrupt to get things going */ |
| 715 | retrigger_next_event(NULL); | 712 | retrigger_next_event(NULL); |
| 716 | local_irq_restore(flags); | 713 | local_irq_restore(flags); |
| 717 | return 1; | 714 | return 1; |
| 718 | } | 715 | } |
| 719 | 716 | ||
| 717 | /* | ||
| 718 | * Called from timekeeping code to reprogramm the hrtimer interrupt | ||
| 719 | * device. If called from the timer interrupt context we defer it to | ||
| 720 | * softirq context. | ||
| 721 | */ | ||
| 722 | void clock_was_set_delayed(void) | ||
| 723 | { | ||
| 724 | struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); | ||
| 725 | |||
| 726 | cpu_base->clock_was_set = 1; | ||
| 727 | __raise_softirq_irqoff(HRTIMER_SOFTIRQ); | ||
| 728 | } | ||
| 729 | |||
| 720 | #else | 730 | #else |
| 721 | 731 | ||
| 722 | static inline int hrtimer_hres_active(void) { return 0; } | 732 | static inline int hrtimer_hres_active(void) { return 0; } |
| @@ -1250,11 +1260,10 @@ void hrtimer_interrupt(struct clock_event_device *dev) | |||
| 1250 | cpu_base->nr_events++; | 1260 | cpu_base->nr_events++; |
| 1251 | dev->next_event.tv64 = KTIME_MAX; | 1261 | dev->next_event.tv64 = KTIME_MAX; |
| 1252 | 1262 | ||
| 1253 | entry_time = now = ktime_get(); | 1263 | raw_spin_lock(&cpu_base->lock); |
| 1264 | entry_time = now = hrtimer_update_base(cpu_base); | ||
| 1254 | retry: | 1265 | retry: |
| 1255 | expires_next.tv64 = KTIME_MAX; | 1266 | expires_next.tv64 = KTIME_MAX; |
| 1256 | |||
| 1257 | raw_spin_lock(&cpu_base->lock); | ||
| 1258 | /* | 1267 | /* |
| 1259 | * We set expires_next to KTIME_MAX here with cpu_base->lock | 1268 | * We set expires_next to KTIME_MAX here with cpu_base->lock |
| 1260 | * held to prevent that a timer is enqueued in our queue via | 1269 | * held to prevent that a timer is enqueued in our queue via |
| @@ -1330,8 +1339,12 @@ retry: | |||
| 1330 | * We need to prevent that we loop forever in the hrtimer | 1339 | * We need to prevent that we loop forever in the hrtimer |
| 1331 | * interrupt routine. We give it 3 attempts to avoid | 1340 | * interrupt routine. We give it 3 attempts to avoid |
| 1332 | * overreacting on some spurious event. | 1341 | * overreacting on some spurious event. |
| 1342 | * | ||
| 1343 | * Acquire base lock for updating the offsets and retrieving | ||
| 1344 | * the current time. | ||
| 1333 | */ | 1345 | */ |
| 1334 | now = ktime_get(); | 1346 | raw_spin_lock(&cpu_base->lock); |
| 1347 | now = hrtimer_update_base(cpu_base); | ||
| 1335 | cpu_base->nr_retries++; | 1348 | cpu_base->nr_retries++; |
| 1336 | if (++retries < 3) | 1349 | if (++retries < 3) |
| 1337 | goto retry; | 1350 | goto retry; |
| @@ -1343,6 +1356,7 @@ retry: | |||
| 1343 | */ | 1356 | */ |
| 1344 | cpu_base->nr_hangs++; | 1357 | cpu_base->nr_hangs++; |
| 1345 | cpu_base->hang_detected = 1; | 1358 | cpu_base->hang_detected = 1; |
| 1359 | raw_spin_unlock(&cpu_base->lock); | ||
| 1346 | delta = ktime_sub(now, entry_time); | 1360 | delta = ktime_sub(now, entry_time); |
| 1347 | if (delta.tv64 > cpu_base->max_hang_time.tv64) | 1361 | if (delta.tv64 > cpu_base->max_hang_time.tv64) |
| 1348 | cpu_base->max_hang_time = delta; | 1362 | cpu_base->max_hang_time = delta; |
| @@ -1395,6 +1409,13 @@ void hrtimer_peek_ahead_timers(void) | |||
| 1395 | 1409 | ||
| 1396 | static void run_hrtimer_softirq(struct softirq_action *h) | 1410 | static void run_hrtimer_softirq(struct softirq_action *h) |
| 1397 | { | 1411 | { |
| 1412 | struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); | ||
| 1413 | |||
| 1414 | if (cpu_base->clock_was_set) { | ||
| 1415 | cpu_base->clock_was_set = 0; | ||
| 1416 | clock_was_set(); | ||
| 1417 | } | ||
| 1418 | |||
| 1398 | hrtimer_peek_ahead_timers(); | 1419 | hrtimer_peek_ahead_timers(); |
| 1399 | } | 1420 | } |
| 1400 | 1421 | ||
diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index 8b53db38a279..238025f5472e 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | #include <linux/syscore_ops.h> | 27 | #include <linux/syscore_ops.h> |
| 28 | #include <linux/ctype.h> | 28 | #include <linux/ctype.h> |
| 29 | #include <linux/genhd.h> | 29 | #include <linux/genhd.h> |
| 30 | #include <scsi/scsi_scan.h> | ||
| 31 | 30 | ||
| 32 | #include "power.h" | 31 | #include "power.h" |
| 33 | 32 | ||
| @@ -748,13 +747,6 @@ static int software_resume(void) | |||
| 748 | async_synchronize_full(); | 747 | async_synchronize_full(); |
| 749 | } | 748 | } |
| 750 | 749 | ||
| 751 | /* | ||
| 752 | * We can't depend on SCSI devices being available after loading | ||
| 753 | * one of their modules until scsi_complete_async_scans() is | ||
| 754 | * called and the resume device usually is a SCSI one. | ||
| 755 | */ | ||
| 756 | scsi_complete_async_scans(); | ||
| 757 | |||
| 758 | swsusp_resume_device = name_to_dev_t(resume_file); | 750 | swsusp_resume_device = name_to_dev_t(resume_file); |
| 759 | if (!swsusp_resume_device) { | 751 | if (!swsusp_resume_device) { |
| 760 | error = -ENODEV; | 752 | error = -ENODEV; |
diff --git a/kernel/power/user.c b/kernel/power/user.c index 91b0fd021a95..4ed81e74f86f 100644 --- a/kernel/power/user.c +++ b/kernel/power/user.c | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #include <linux/console.h> | 24 | #include <linux/console.h> |
| 25 | #include <linux/cpu.h> | 25 | #include <linux/cpu.h> |
| 26 | #include <linux/freezer.h> | 26 | #include <linux/freezer.h> |
| 27 | #include <scsi/scsi_scan.h> | ||
| 28 | 27 | ||
| 29 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
| 30 | 29 | ||
| @@ -84,7 +83,6 @@ static int snapshot_open(struct inode *inode, struct file *filp) | |||
| 84 | * appear. | 83 | * appear. |
| 85 | */ | 84 | */ |
| 86 | wait_for_device_probe(); | 85 | wait_for_device_probe(); |
| 87 | scsi_complete_async_scans(); | ||
| 88 | 86 | ||
| 89 | data->swap = -1; | 87 | data->swap = -1; |
| 90 | data->mode = O_WRONLY; | 88 | data->mode = O_WRONLY; |
diff --git a/kernel/printk.c b/kernel/printk.c index dba18211685e..177fa49357a5 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
| @@ -194,8 +194,10 @@ static int console_may_schedule; | |||
| 194 | */ | 194 | */ |
| 195 | 195 | ||
| 196 | enum log_flags { | 196 | enum log_flags { |
| 197 | LOG_DEFAULT = 0, | 197 | LOG_NOCONS = 1, /* already flushed, do not print to console */ |
| 198 | LOG_NOCONS = 1, /* already flushed, do not print to console */ | 198 | LOG_NEWLINE = 2, /* text ended with a newline */ |
| 199 | LOG_PREFIX = 4, /* text started with a prefix */ | ||
| 200 | LOG_CONT = 8, /* text is a fragment of a continuation line */ | ||
| 199 | }; | 201 | }; |
| 200 | 202 | ||
| 201 | struct log { | 203 | struct log { |
| @@ -217,6 +219,8 @@ static DEFINE_RAW_SPINLOCK(logbuf_lock); | |||
| 217 | /* the next printk record to read by syslog(READ) or /proc/kmsg */ | 219 | /* the next printk record to read by syslog(READ) or /proc/kmsg */ |
| 218 | static u64 syslog_seq; | 220 | static u64 syslog_seq; |
| 219 | static u32 syslog_idx; | 221 | static u32 syslog_idx; |
| 222 | static enum log_flags syslog_prev; | ||
| 223 | static size_t syslog_partial; | ||
| 220 | 224 | ||
| 221 | /* index and sequence number of the first record stored in the buffer */ | 225 | /* index and sequence number of the first record stored in the buffer */ |
| 222 | static u64 log_first_seq; | 226 | static u64 log_first_seq; |
| @@ -430,20 +434,20 @@ static ssize_t devkmsg_read(struct file *file, char __user *buf, | |||
| 430 | ret = mutex_lock_interruptible(&user->lock); | 434 | ret = mutex_lock_interruptible(&user->lock); |
| 431 | if (ret) | 435 | if (ret) |
| 432 | return ret; | 436 | return ret; |
| 433 | raw_spin_lock(&logbuf_lock); | 437 | raw_spin_lock_irq(&logbuf_lock); |
| 434 | while (user->seq == log_next_seq) { | 438 | while (user->seq == log_next_seq) { |
| 435 | if (file->f_flags & O_NONBLOCK) { | 439 | if (file->f_flags & O_NONBLOCK) { |
| 436 | ret = -EAGAIN; | 440 | ret = -EAGAIN; |
| 437 | raw_spin_unlock(&logbuf_lock); | 441 | raw_spin_unlock_irq(&logbuf_lock); |
| 438 | goto out; | 442 | goto out; |
| 439 | } | 443 | } |
| 440 | 444 | ||
| 441 | raw_spin_unlock(&logbuf_lock); | 445 | raw_spin_unlock_irq(&logbuf_lock); |
| 442 | ret = wait_event_interruptible(log_wait, | 446 | ret = wait_event_interruptible(log_wait, |
| 443 | user->seq != log_next_seq); | 447 | user->seq != log_next_seq); |
| 444 | if (ret) | 448 | if (ret) |
| 445 | goto out; | 449 | goto out; |
| 446 | raw_spin_lock(&logbuf_lock); | 450 | raw_spin_lock_irq(&logbuf_lock); |
| 447 | } | 451 | } |
| 448 | 452 | ||
| 449 | if (user->seq < log_first_seq) { | 453 | if (user->seq < log_first_seq) { |
| @@ -451,7 +455,7 @@ static ssize_t devkmsg_read(struct file *file, char __user *buf, | |||
| 451 | user->idx = log_first_idx; | 455 | user->idx = log_first_idx; |
| 452 | user->seq = log_first_seq; | 456 | user->seq = log_first_seq; |
| 453 | ret = -EPIPE; | 457 | ret = -EPIPE; |
| 454 | raw_spin_unlock(&logbuf_lock); | 458 | raw_spin_unlock_irq(&logbuf_lock); |
| 455 | goto out; | 459 | goto out; |
| 456 | } | 460 | } |
| 457 | 461 | ||
| @@ -465,7 +469,7 @@ static ssize_t devkmsg_read(struct file *file, char __user *buf, | |||
| 465 | for (i = 0; i < msg->text_len; i++) { | 469 | for (i = 0; i < msg->text_len; i++) { |
| 466 | unsigned char c = log_text(msg)[i]; | 470 | unsigned char c = log_text(msg)[i]; |
| 467 | 471 | ||
| 468 | if (c < ' ' || c >= 128) | 472 | if (c < ' ' || c >= 127 || c == '\\') |
| 469 | len += sprintf(user->buf + len, "\\x%02x", c); | 473 | len += sprintf(user->buf + len, "\\x%02x", c); |
| 470 | else | 474 | else |
| 471 | user->buf[len++] = c; | 475 | user->buf[len++] = c; |
| @@ -489,7 +493,7 @@ static ssize_t devkmsg_read(struct file *file, char __user *buf, | |||
| 489 | continue; | 493 | continue; |
| 490 | } | 494 | } |
| 491 | 495 | ||
| 492 | if (c < ' ' || c >= 128) { | 496 | if (c < ' ' || c >= 127 || c == '\\') { |
| 493 | len += sprintf(user->buf + len, "\\x%02x", c); | 497 | len += sprintf(user->buf + len, "\\x%02x", c); |
| 494 | continue; | 498 | continue; |
| 495 | } | 499 | } |
| @@ -501,7 +505,7 @@ static ssize_t devkmsg_read(struct file *file, char __user *buf, | |||
| 501 | 505 | ||
| 502 | user->idx = log_next(user->idx); | 506 | user->idx = log_next(user->idx); |
| 503 | user->seq++; | 507 | user->seq++; |
| 504 | raw_spin_unlock(&logbuf_lock); | 508 | raw_spin_unlock_irq(&logbuf_lock); |
| 505 | 509 | ||
| 506 | if (len > count) { | 510 | if (len > count) { |
| 507 | ret = -EINVAL; | 511 | ret = -EINVAL; |
| @@ -528,7 +532,7 @@ static loff_t devkmsg_llseek(struct file *file, loff_t offset, int whence) | |||
| 528 | if (offset) | 532 | if (offset) |
| 529 | return -ESPIPE; | 533 | return -ESPIPE; |
| 530 | 534 | ||
| 531 | raw_spin_lock(&logbuf_lock); | 535 | raw_spin_lock_irq(&logbuf_lock); |
| 532 | switch (whence) { | 536 | switch (whence) { |
| 533 | case SEEK_SET: | 537 | case SEEK_SET: |
| 534 | /* the first record */ | 538 | /* the first record */ |
| @@ -552,7 +556,7 @@ static loff_t devkmsg_llseek(struct file *file, loff_t offset, int whence) | |||
| 552 | default: | 556 | default: |
| 553 | ret = -EINVAL; | 557 | ret = -EINVAL; |
| 554 | } | 558 | } |
| 555 | raw_spin_unlock(&logbuf_lock); | 559 | raw_spin_unlock_irq(&logbuf_lock); |
| 556 | return ret; | 560 | return ret; |
| 557 | } | 561 | } |
| 558 | 562 | ||
| @@ -566,14 +570,14 @@ static unsigned int devkmsg_poll(struct file *file, poll_table *wait) | |||
| 566 | 570 | ||
| 567 | poll_wait(file, &log_wait, wait); | 571 | poll_wait(file, &log_wait, wait); |
| 568 | 572 | ||
| 569 | raw_spin_lock(&logbuf_lock); | 573 | raw_spin_lock_irq(&logbuf_lock); |
| 570 | if (user->seq < log_next_seq) { | 574 | if (user->seq < log_next_seq) { |
| 571 | /* return error when data has vanished underneath us */ | 575 | /* return error when data has vanished underneath us */ |
| 572 | if (user->seq < log_first_seq) | 576 | if (user->seq < log_first_seq) |
| 573 | ret = POLLIN|POLLRDNORM|POLLERR|POLLPRI; | 577 | ret = POLLIN|POLLRDNORM|POLLERR|POLLPRI; |
| 574 | ret = POLLIN|POLLRDNORM; | 578 | ret = POLLIN|POLLRDNORM; |
| 575 | } | 579 | } |
| 576 | raw_spin_unlock(&logbuf_lock); | 580 | raw_spin_unlock_irq(&logbuf_lock); |
| 577 | 581 | ||
| 578 | return ret; | 582 | return ret; |
| 579 | } | 583 | } |
| @@ -597,10 +601,10 @@ static int devkmsg_open(struct inode *inode, struct file *file) | |||
| 597 | 601 | ||
| 598 | mutex_init(&user->lock); | 602 | mutex_init(&user->lock); |
| 599 | 603 | ||
| 600 | raw_spin_lock(&logbuf_lock); | 604 | raw_spin_lock_irq(&logbuf_lock); |
| 601 | user->idx = log_first_idx; | 605 | user->idx = log_first_idx; |
| 602 | user->seq = log_first_seq; | 606 | user->seq = log_first_seq; |
| 603 | raw_spin_unlock(&logbuf_lock); | 607 | raw_spin_unlock_irq(&logbuf_lock); |
| 604 | 608 | ||
| 605 | file->private_data = user; | 609 | file->private_data = user; |
| 606 | return 0; | 610 | return 0; |
| @@ -818,15 +822,18 @@ static size_t print_time(u64 ts, char *buf) | |||
| 818 | static size_t print_prefix(const struct log *msg, bool syslog, char *buf) | 822 | static size_t print_prefix(const struct log *msg, bool syslog, char *buf) |
| 819 | { | 823 | { |
| 820 | size_t len = 0; | 824 | size_t len = 0; |
| 825 | unsigned int prefix = (msg->facility << 3) | msg->level; | ||
| 821 | 826 | ||
| 822 | if (syslog) { | 827 | if (syslog) { |
| 823 | if (buf) { | 828 | if (buf) { |
| 824 | len += sprintf(buf, "<%u>", msg->level); | 829 | len += sprintf(buf, "<%u>", prefix); |
| 825 | } else { | 830 | } else { |
| 826 | len += 3; | 831 | len += 3; |
| 827 | if (msg->level > 9) | 832 | if (prefix > 999) |
| 828 | len++; | 833 | len += 3; |
| 829 | if (msg->level > 99) | 834 | else if (prefix > 99) |
| 835 | len += 2; | ||
| 836 | else if (prefix > 9) | ||
| 830 | len++; | 837 | len++; |
| 831 | } | 838 | } |
| 832 | } | 839 | } |
| @@ -835,13 +842,26 @@ static size_t print_prefix(const struct log *msg, bool syslog, char *buf) | |||
| 835 | return len; | 842 | return len; |
| 836 | } | 843 | } |
| 837 | 844 | ||
| 838 | static size_t msg_print_text(const struct log *msg, bool syslog, | 845 | static size_t msg_print_text(const struct log *msg, enum log_flags prev, |
| 839 | char *buf, size_t size) | 846 | bool syslog, char *buf, size_t size) |
| 840 | { | 847 | { |
| 841 | const char *text = log_text(msg); | 848 | const char *text = log_text(msg); |
| 842 | size_t text_size = msg->text_len; | 849 | size_t text_size = msg->text_len; |
| 850 | bool prefix = true; | ||
| 851 | bool newline = true; | ||
| 843 | size_t len = 0; | 852 | size_t len = 0; |
| 844 | 853 | ||
| 854 | if ((prev & LOG_CONT) && !(msg->flags & LOG_PREFIX)) | ||
| 855 | prefix = false; | ||
| 856 | |||
| 857 | if (msg->flags & LOG_CONT) { | ||
| 858 | if ((prev & LOG_CONT) && !(prev & LOG_NEWLINE)) | ||
| 859 | prefix = false; | ||
| 860 | |||
| 861 | if (!(msg->flags & LOG_NEWLINE)) | ||
| 862 | newline = false; | ||
| 863 | } | ||
| 864 | |||
| 845 | do { | 865 | do { |
| 846 | const char *next = memchr(text, '\n', text_size); | 866 | const char *next = memchr(text, '\n', text_size); |
| 847 | size_t text_len; | 867 | size_t text_len; |
| @@ -859,16 +879,22 @@ static size_t msg_print_text(const struct log *msg, bool syslog, | |||
| 859 | text_len + 1>= size - len) | 879 | text_len + 1>= size - len) |
| 860 | break; | 880 | break; |
| 861 | 881 | ||
| 862 | len += print_prefix(msg, syslog, buf + len); | 882 | if (prefix) |
| 883 | len += print_prefix(msg, syslog, buf + len); | ||
| 863 | memcpy(buf + len, text, text_len); | 884 | memcpy(buf + len, text, text_len); |
| 864 | len += text_len; | 885 | len += text_len; |
| 865 | buf[len++] = '\n'; | 886 | if (next || newline) |
| 887 | buf[len++] = '\n'; | ||
| 866 | } else { | 888 | } else { |
| 867 | /* SYSLOG_ACTION_* buffer size only calculation */ | 889 | /* SYSLOG_ACTION_* buffer size only calculation */ |
| 868 | len += print_prefix(msg, syslog, NULL); | 890 | if (prefix) |
| 869 | len += text_len + 1; | 891 | len += print_prefix(msg, syslog, NULL); |
| 892 | len += text_len; | ||
| 893 | if (next || newline) | ||
| 894 | len++; | ||
| 870 | } | 895 | } |
| 871 | 896 | ||
| 897 | prefix = true; | ||
| 872 | text = next; | 898 | text = next; |
| 873 | } while (text); | 899 | } while (text); |
| 874 | 900 | ||
| @@ -887,22 +913,35 @@ static int syslog_print(char __user *buf, int size) | |||
| 887 | 913 | ||
| 888 | while (size > 0) { | 914 | while (size > 0) { |
| 889 | size_t n; | 915 | size_t n; |
| 916 | size_t skip; | ||
| 890 | 917 | ||
| 891 | raw_spin_lock_irq(&logbuf_lock); | 918 | raw_spin_lock_irq(&logbuf_lock); |
| 892 | if (syslog_seq < log_first_seq) { | 919 | if (syslog_seq < log_first_seq) { |
| 893 | /* messages are gone, move to first one */ | 920 | /* messages are gone, move to first one */ |
| 894 | syslog_seq = log_first_seq; | 921 | syslog_seq = log_first_seq; |
| 895 | syslog_idx = log_first_idx; | 922 | syslog_idx = log_first_idx; |
| 923 | syslog_prev = 0; | ||
| 924 | syslog_partial = 0; | ||
| 896 | } | 925 | } |
| 897 | if (syslog_seq == log_next_seq) { | 926 | if (syslog_seq == log_next_seq) { |
| 898 | raw_spin_unlock_irq(&logbuf_lock); | 927 | raw_spin_unlock_irq(&logbuf_lock); |
| 899 | break; | 928 | break; |
| 900 | } | 929 | } |
| 930 | |||
| 931 | skip = syslog_partial; | ||
| 901 | msg = log_from_idx(syslog_idx); | 932 | msg = log_from_idx(syslog_idx); |
| 902 | n = msg_print_text(msg, true, text, LOG_LINE_MAX); | 933 | n = msg_print_text(msg, syslog_prev, true, text, LOG_LINE_MAX); |
| 903 | if (n <= size) { | 934 | if (n - syslog_partial <= size) { |
| 935 | /* message fits into buffer, move forward */ | ||
| 904 | syslog_idx = log_next(syslog_idx); | 936 | syslog_idx = log_next(syslog_idx); |
| 905 | syslog_seq++; | 937 | syslog_seq++; |
| 938 | syslog_prev = msg->flags; | ||
| 939 | n -= syslog_partial; | ||
| 940 | syslog_partial = 0; | ||
| 941 | } else if (!len){ | ||
| 942 | /* partial read(), remember position */ | ||
| 943 | n = size; | ||
| 944 | syslog_partial += n; | ||
| 906 | } else | 945 | } else |
| 907 | n = 0; | 946 | n = 0; |
| 908 | raw_spin_unlock_irq(&logbuf_lock); | 947 | raw_spin_unlock_irq(&logbuf_lock); |
| @@ -910,17 +949,15 @@ static int syslog_print(char __user *buf, int size) | |||
| 910 | if (!n) | 949 | if (!n) |
| 911 | break; | 950 | break; |
| 912 | 951 | ||
| 913 | len += n; | 952 | if (copy_to_user(buf, text + skip, n)) { |
| 914 | size -= n; | ||
| 915 | buf += n; | ||
| 916 | n = copy_to_user(buf - n, text, n); | ||
| 917 | |||
| 918 | if (n) { | ||
| 919 | len -= n; | ||
| 920 | if (!len) | 953 | if (!len) |
| 921 | len = -EFAULT; | 954 | len = -EFAULT; |
| 922 | break; | 955 | break; |
| 923 | } | 956 | } |
| 957 | |||
| 958 | len += n; | ||
| 959 | size -= n; | ||
| 960 | buf += n; | ||
| 924 | } | 961 | } |
| 925 | 962 | ||
| 926 | kfree(text); | 963 | kfree(text); |
| @@ -941,6 +978,7 @@ static int syslog_print_all(char __user *buf, int size, bool clear) | |||
| 941 | u64 next_seq; | 978 | u64 next_seq; |
| 942 | u64 seq; | 979 | u64 seq; |
| 943 | u32 idx; | 980 | u32 idx; |
| 981 | enum log_flags prev; | ||
| 944 | 982 | ||
| 945 | if (clear_seq < log_first_seq) { | 983 | if (clear_seq < log_first_seq) { |
| 946 | /* messages are gone, move to first available one */ | 984 | /* messages are gone, move to first available one */ |
| @@ -954,10 +992,11 @@ static int syslog_print_all(char __user *buf, int size, bool clear) | |||
| 954 | */ | 992 | */ |
| 955 | seq = clear_seq; | 993 | seq = clear_seq; |
| 956 | idx = clear_idx; | 994 | idx = clear_idx; |
| 995 | prev = 0; | ||
| 957 | while (seq < log_next_seq) { | 996 | while (seq < log_next_seq) { |
| 958 | struct log *msg = log_from_idx(idx); | 997 | struct log *msg = log_from_idx(idx); |
| 959 | 998 | ||
| 960 | len += msg_print_text(msg, true, NULL, 0); | 999 | len += msg_print_text(msg, prev, true, NULL, 0); |
| 961 | idx = log_next(idx); | 1000 | idx = log_next(idx); |
| 962 | seq++; | 1001 | seq++; |
| 963 | } | 1002 | } |
| @@ -965,10 +1004,11 @@ static int syslog_print_all(char __user *buf, int size, bool clear) | |||
| 965 | /* move first record forward until length fits into the buffer */ | 1004 | /* move first record forward until length fits into the buffer */ |
| 966 | seq = clear_seq; | 1005 | seq = clear_seq; |
| 967 | idx = clear_idx; | 1006 | idx = clear_idx; |
| 1007 | prev = 0; | ||
| 968 | while (len > size && seq < log_next_seq) { | 1008 | while (len > size && seq < log_next_seq) { |
| 969 | struct log *msg = log_from_idx(idx); | 1009 | struct log *msg = log_from_idx(idx); |
| 970 | 1010 | ||
| 971 | len -= msg_print_text(msg, true, NULL, 0); | 1011 | len -= msg_print_text(msg, prev, true, NULL, 0); |
| 972 | idx = log_next(idx); | 1012 | idx = log_next(idx); |
| 973 | seq++; | 1013 | seq++; |
| 974 | } | 1014 | } |
| @@ -977,17 +1017,19 @@ static int syslog_print_all(char __user *buf, int size, bool clear) | |||
| 977 | next_seq = log_next_seq; | 1017 | next_seq = log_next_seq; |
| 978 | 1018 | ||
| 979 | len = 0; | 1019 | len = 0; |
| 1020 | prev = 0; | ||
| 980 | while (len >= 0 && seq < next_seq) { | 1021 | while (len >= 0 && seq < next_seq) { |
| 981 | struct log *msg = log_from_idx(idx); | 1022 | struct log *msg = log_from_idx(idx); |
| 982 | int textlen; | 1023 | int textlen; |
| 983 | 1024 | ||
| 984 | textlen = msg_print_text(msg, true, text, LOG_LINE_MAX); | 1025 | textlen = msg_print_text(msg, prev, true, text, LOG_LINE_MAX); |
| 985 | if (textlen < 0) { | 1026 | if (textlen < 0) { |
| 986 | len = textlen; | 1027 | len = textlen; |
| 987 | break; | 1028 | break; |
| 988 | } | 1029 | } |
| 989 | idx = log_next(idx); | 1030 | idx = log_next(idx); |
| 990 | seq++; | 1031 | seq++; |
| 1032 | prev = msg->flags; | ||
| 991 | 1033 | ||
| 992 | raw_spin_unlock_irq(&logbuf_lock); | 1034 | raw_spin_unlock_irq(&logbuf_lock); |
| 993 | if (copy_to_user(buf + len, text, textlen)) | 1035 | if (copy_to_user(buf + len, text, textlen)) |
| @@ -1000,6 +1042,7 @@ static int syslog_print_all(char __user *buf, int size, bool clear) | |||
| 1000 | /* messages are gone, move to next one */ | 1042 | /* messages are gone, move to next one */ |
| 1001 | seq = log_first_seq; | 1043 | seq = log_first_seq; |
| 1002 | idx = log_first_idx; | 1044 | idx = log_first_idx; |
| 1045 | prev = 0; | ||
| 1003 | } | 1046 | } |
| 1004 | } | 1047 | } |
| 1005 | } | 1048 | } |
| @@ -1018,7 +1061,6 @@ int do_syslog(int type, char __user *buf, int len, bool from_file) | |||
| 1018 | { | 1061 | { |
| 1019 | bool clear = false; | 1062 | bool clear = false; |
| 1020 | static int saved_console_loglevel = -1; | 1063 | static int saved_console_loglevel = -1; |
| 1021 | static DEFINE_MUTEX(syslog_mutex); | ||
| 1022 | int error; | 1064 | int error; |
| 1023 | 1065 | ||
| 1024 | error = check_syslog_permissions(type, from_file); | 1066 | error = check_syslog_permissions(type, from_file); |
| @@ -1045,17 +1087,11 @@ int do_syslog(int type, char __user *buf, int len, bool from_file) | |||
| 1045 | error = -EFAULT; | 1087 | error = -EFAULT; |
| 1046 | goto out; | 1088 | goto out; |
| 1047 | } | 1089 | } |
| 1048 | error = mutex_lock_interruptible(&syslog_mutex); | ||
| 1049 | if (error) | ||
| 1050 | goto out; | ||
| 1051 | error = wait_event_interruptible(log_wait, | 1090 | error = wait_event_interruptible(log_wait, |
| 1052 | syslog_seq != log_next_seq); | 1091 | syslog_seq != log_next_seq); |
| 1053 | if (error) { | 1092 | if (error) |
| 1054 | mutex_unlock(&syslog_mutex); | ||
| 1055 | goto out; | 1093 | goto out; |
| 1056 | } | ||
| 1057 | error = syslog_print(buf, len); | 1094 | error = syslog_print(buf, len); |
| 1058 | mutex_unlock(&syslog_mutex); | ||
| 1059 | break; | 1095 | break; |
| 1060 | /* Read/clear last kernel messages */ | 1096 | /* Read/clear last kernel messages */ |
| 1061 | case SYSLOG_ACTION_READ_CLEAR: | 1097 | case SYSLOG_ACTION_READ_CLEAR: |
| @@ -1111,6 +1147,8 @@ int do_syslog(int type, char __user *buf, int len, bool from_file) | |||
| 1111 | /* messages are gone, move to first one */ | 1147 | /* messages are gone, move to first one */ |
| 1112 | syslog_seq = log_first_seq; | 1148 | syslog_seq = log_first_seq; |
| 1113 | syslog_idx = log_first_idx; | 1149 | syslog_idx = log_first_idx; |
| 1150 | syslog_prev = 0; | ||
| 1151 | syslog_partial = 0; | ||
| 1114 | } | 1152 | } |
| 1115 | if (from_file) { | 1153 | if (from_file) { |
| 1116 | /* | 1154 | /* |
| @@ -1120,19 +1158,20 @@ int do_syslog(int type, char __user *buf, int len, bool from_file) | |||
| 1120 | */ | 1158 | */ |
| 1121 | error = log_next_idx - syslog_idx; | 1159 | error = log_next_idx - syslog_idx; |
| 1122 | } else { | 1160 | } else { |
| 1123 | u64 seq; | 1161 | u64 seq = syslog_seq; |
| 1124 | u32 idx; | 1162 | u32 idx = syslog_idx; |
| 1163 | enum log_flags prev = syslog_prev; | ||
| 1125 | 1164 | ||
| 1126 | error = 0; | 1165 | error = 0; |
| 1127 | seq = syslog_seq; | ||
| 1128 | idx = syslog_idx; | ||
| 1129 | while (seq < log_next_seq) { | 1166 | while (seq < log_next_seq) { |
| 1130 | struct log *msg = log_from_idx(idx); | 1167 | struct log *msg = log_from_idx(idx); |
| 1131 | 1168 | ||
| 1132 | error += msg_print_text(msg, true, NULL, 0); | 1169 | error += msg_print_text(msg, prev, true, NULL, 0); |
| 1133 | idx = log_next(idx); | 1170 | idx = log_next(idx); |
| 1134 | seq++; | 1171 | seq++; |
| 1172 | prev = msg->flags; | ||
| 1135 | } | 1173 | } |
| 1174 | error -= syslog_partial; | ||
| 1136 | } | 1175 | } |
| 1137 | raw_spin_unlock_irq(&logbuf_lock); | 1176 | raw_spin_unlock_irq(&logbuf_lock); |
| 1138 | break; | 1177 | break; |
| @@ -1400,10 +1439,9 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1400 | static char textbuf[LOG_LINE_MAX]; | 1439 | static char textbuf[LOG_LINE_MAX]; |
| 1401 | char *text = textbuf; | 1440 | char *text = textbuf; |
| 1402 | size_t text_len; | 1441 | size_t text_len; |
| 1442 | enum log_flags lflags = 0; | ||
| 1403 | unsigned long flags; | 1443 | unsigned long flags; |
| 1404 | int this_cpu; | 1444 | int this_cpu; |
| 1405 | bool newline = false; | ||
| 1406 | bool prefix = false; | ||
| 1407 | int printed_len = 0; | 1445 | int printed_len = 0; |
| 1408 | 1446 | ||
| 1409 | boot_delay_msec(); | 1447 | boot_delay_msec(); |
| @@ -1442,7 +1480,7 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1442 | recursion_bug = 0; | 1480 | recursion_bug = 0; |
| 1443 | printed_len += strlen(recursion_msg); | 1481 | printed_len += strlen(recursion_msg); |
| 1444 | /* emit KERN_CRIT message */ | 1482 | /* emit KERN_CRIT message */ |
| 1445 | log_store(0, 2, LOG_DEFAULT, 0, | 1483 | log_store(0, 2, LOG_PREFIX|LOG_NEWLINE, 0, |
| 1446 | NULL, 0, recursion_msg, printed_len); | 1484 | NULL, 0, recursion_msg, printed_len); |
| 1447 | } | 1485 | } |
| 1448 | 1486 | ||
| @@ -1455,7 +1493,7 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1455 | /* mark and strip a trailing newline */ | 1493 | /* mark and strip a trailing newline */ |
| 1456 | if (text_len && text[text_len-1] == '\n') { | 1494 | if (text_len && text[text_len-1] == '\n') { |
| 1457 | text_len--; | 1495 | text_len--; |
| 1458 | newline = true; | 1496 | lflags |= LOG_NEWLINE; |
| 1459 | } | 1497 | } |
| 1460 | 1498 | ||
| 1461 | /* strip syslog prefix and extract log level or control flags */ | 1499 | /* strip syslog prefix and extract log level or control flags */ |
| @@ -1465,7 +1503,7 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1465 | if (level == -1) | 1503 | if (level == -1) |
| 1466 | level = text[1] - '0'; | 1504 | level = text[1] - '0'; |
| 1467 | case 'd': /* KERN_DEFAULT */ | 1505 | case 'd': /* KERN_DEFAULT */ |
| 1468 | prefix = true; | 1506 | lflags |= LOG_PREFIX; |
| 1469 | case 'c': /* KERN_CONT */ | 1507 | case 'c': /* KERN_CONT */ |
| 1470 | text += 3; | 1508 | text += 3; |
| 1471 | text_len -= 3; | 1509 | text_len -= 3; |
| @@ -1475,22 +1513,20 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1475 | if (level == -1) | 1513 | if (level == -1) |
| 1476 | level = default_message_loglevel; | 1514 | level = default_message_loglevel; |
| 1477 | 1515 | ||
| 1478 | if (dict) { | 1516 | if (dict) |
| 1479 | prefix = true; | 1517 | lflags |= LOG_PREFIX|LOG_NEWLINE; |
| 1480 | newline = true; | ||
| 1481 | } | ||
| 1482 | 1518 | ||
| 1483 | if (!newline) { | 1519 | if (!(lflags & LOG_NEWLINE)) { |
| 1484 | /* | 1520 | /* |
| 1485 | * Flush the conflicting buffer. An earlier newline was missing, | 1521 | * Flush the conflicting buffer. An earlier newline was missing, |
| 1486 | * or another task also prints continuation lines. | 1522 | * or another task also prints continuation lines. |
| 1487 | */ | 1523 | */ |
| 1488 | if (cont.len && (prefix || cont.owner != current)) | 1524 | if (cont.len && (lflags & LOG_PREFIX || cont.owner != current)) |
| 1489 | cont_flush(); | 1525 | cont_flush(); |
| 1490 | 1526 | ||
| 1491 | /* buffer line if possible, otherwise store it right away */ | 1527 | /* buffer line if possible, otherwise store it right away */ |
| 1492 | if (!cont_add(facility, level, text, text_len)) | 1528 | if (!cont_add(facility, level, text, text_len)) |
| 1493 | log_store(facility, level, LOG_DEFAULT, 0, | 1529 | log_store(facility, level, lflags | LOG_CONT, 0, |
| 1494 | dict, dictlen, text, text_len); | 1530 | dict, dictlen, text, text_len); |
| 1495 | } else { | 1531 | } else { |
| 1496 | bool stored = false; | 1532 | bool stored = false; |
| @@ -1502,13 +1538,13 @@ asmlinkage int vprintk_emit(int facility, int level, | |||
| 1502 | * flush it out and store this line separately. | 1538 | * flush it out and store this line separately. |
| 1503 | */ | 1539 | */ |
| 1504 | if (cont.len && cont.owner == current) { | 1540 | if (cont.len && cont.owner == current) { |
| 1505 | if (!prefix) | 1541 | if (!(lflags & LOG_PREFIX)) |
| 1506 | stored = cont_add(facility, level, text, text_len); | 1542 | stored = cont_add(facility, level, text, text_len); |
| 1507 | cont_flush(); | 1543 | cont_flush(); |
| 1508 | } | 1544 | } |
| 1509 | 1545 | ||
| 1510 | if (!stored) | 1546 | if (!stored) |
| 1511 | log_store(facility, level, LOG_DEFAULT, 0, | 1547 | log_store(facility, level, lflags, 0, |
| 1512 | dict, dictlen, text, text_len); | 1548 | dict, dictlen, text, text_len); |
| 1513 | } | 1549 | } |
| 1514 | printed_len += text_len; | 1550 | printed_len += text_len; |
| @@ -1607,8 +1643,8 @@ static struct cont { | |||
| 1607 | static struct log *log_from_idx(u32 idx) { return NULL; } | 1643 | static struct log *log_from_idx(u32 idx) { return NULL; } |
| 1608 | static u32 log_next(u32 idx) { return 0; } | 1644 | static u32 log_next(u32 idx) { return 0; } |
| 1609 | static void call_console_drivers(int level, const char *text, size_t len) {} | 1645 | static void call_console_drivers(int level, const char *text, size_t len) {} |
| 1610 | static size_t msg_print_text(const struct log *msg, bool syslog, | 1646 | static size_t msg_print_text(const struct log *msg, enum log_flags prev, |
| 1611 | char *buf, size_t size) { return 0; } | 1647 | bool syslog, char *buf, size_t size) { return 0; } |
| 1612 | static size_t cont_print_text(char *text, size_t size) { return 0; } | 1648 | static size_t cont_print_text(char *text, size_t size) { return 0; } |
| 1613 | 1649 | ||
| 1614 | #endif /* CONFIG_PRINTK */ | 1650 | #endif /* CONFIG_PRINTK */ |
| @@ -1884,6 +1920,7 @@ void wake_up_klogd(void) | |||
| 1884 | /* the next printk record to write to the console */ | 1920 | /* the next printk record to write to the console */ |
| 1885 | static u64 console_seq; | 1921 | static u64 console_seq; |
| 1886 | static u32 console_idx; | 1922 | static u32 console_idx; |
| 1923 | static enum log_flags console_prev; | ||
| 1887 | 1924 | ||
| 1888 | /** | 1925 | /** |
| 1889 | * console_unlock - unlock the console system | 1926 | * console_unlock - unlock the console system |
| @@ -1944,6 +1981,7 @@ again: | |||
| 1944 | /* messages are gone, move to first one */ | 1981 | /* messages are gone, move to first one */ |
| 1945 | console_seq = log_first_seq; | 1982 | console_seq = log_first_seq; |
| 1946 | console_idx = log_first_idx; | 1983 | console_idx = log_first_idx; |
| 1984 | console_prev = 0; | ||
| 1947 | } | 1985 | } |
| 1948 | skip: | 1986 | skip: |
| 1949 | if (console_seq == log_next_seq) | 1987 | if (console_seq == log_next_seq) |
| @@ -1957,14 +1995,21 @@ skip: | |||
| 1957 | */ | 1995 | */ |
| 1958 | console_idx = log_next(console_idx); | 1996 | console_idx = log_next(console_idx); |
| 1959 | console_seq++; | 1997 | console_seq++; |
| 1998 | /* | ||
| 1999 | * We will get here again when we register a new | ||
| 2000 | * CON_PRINTBUFFER console. Clear the flag so we | ||
| 2001 | * will properly dump everything later. | ||
| 2002 | */ | ||
| 2003 | msg->flags &= ~LOG_NOCONS; | ||
| 1960 | goto skip; | 2004 | goto skip; |
| 1961 | } | 2005 | } |
| 1962 | 2006 | ||
| 1963 | level = msg->level; | 2007 | level = msg->level; |
| 1964 | len = msg_print_text(msg, false, text, sizeof(text)); | 2008 | len = msg_print_text(msg, console_prev, false, |
| 1965 | 2009 | text, sizeof(text)); | |
| 1966 | console_idx = log_next(console_idx); | 2010 | console_idx = log_next(console_idx); |
| 1967 | console_seq++; | 2011 | console_seq++; |
| 2012 | console_prev = msg->flags; | ||
| 1968 | raw_spin_unlock(&logbuf_lock); | 2013 | raw_spin_unlock(&logbuf_lock); |
| 1969 | 2014 | ||
| 1970 | stop_critical_timings(); /* don't trace print latency */ | 2015 | stop_critical_timings(); /* don't trace print latency */ |
| @@ -2227,6 +2272,7 @@ void register_console(struct console *newcon) | |||
| 2227 | raw_spin_lock_irqsave(&logbuf_lock, flags); | 2272 | raw_spin_lock_irqsave(&logbuf_lock, flags); |
| 2228 | console_seq = syslog_seq; | 2273 | console_seq = syslog_seq; |
| 2229 | console_idx = syslog_idx; | 2274 | console_idx = syslog_idx; |
| 2275 | console_prev = syslog_prev; | ||
| 2230 | raw_spin_unlock_irqrestore(&logbuf_lock, flags); | 2276 | raw_spin_unlock_irqrestore(&logbuf_lock, flags); |
| 2231 | /* | 2277 | /* |
| 2232 | * We're about to replay the log buffer. Only do this to the | 2278 | * We're about to replay the log buffer. Only do this to the |
| @@ -2520,8 +2566,7 @@ bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, | |||
| 2520 | } | 2566 | } |
| 2521 | 2567 | ||
| 2522 | msg = log_from_idx(dumper->cur_idx); | 2568 | msg = log_from_idx(dumper->cur_idx); |
| 2523 | l = msg_print_text(msg, syslog, | 2569 | l = msg_print_text(msg, 0, syslog, line, size); |
| 2524 | line, size); | ||
| 2525 | 2570 | ||
| 2526 | dumper->cur_idx = log_next(dumper->cur_idx); | 2571 | dumper->cur_idx = log_next(dumper->cur_idx); |
| 2527 | dumper->cur_seq++; | 2572 | dumper->cur_seq++; |
| @@ -2561,6 +2606,7 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, | |||
| 2561 | u32 idx; | 2606 | u32 idx; |
| 2562 | u64 next_seq; | 2607 | u64 next_seq; |
| 2563 | u32 next_idx; | 2608 | u32 next_idx; |
| 2609 | enum log_flags prev; | ||
| 2564 | size_t l = 0; | 2610 | size_t l = 0; |
| 2565 | bool ret = false; | 2611 | bool ret = false; |
| 2566 | 2612 | ||
| @@ -2583,23 +2629,27 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, | |||
| 2583 | /* calculate length of entire buffer */ | 2629 | /* calculate length of entire buffer */ |
| 2584 | seq = dumper->cur_seq; | 2630 | seq = dumper->cur_seq; |
| 2585 | idx = dumper->cur_idx; | 2631 | idx = dumper->cur_idx; |
| 2632 | prev = 0; | ||
| 2586 | while (seq < dumper->next_seq) { | 2633 | while (seq < dumper->next_seq) { |
| 2587 | struct log *msg = log_from_idx(idx); | 2634 | struct log *msg = log_from_idx(idx); |
| 2588 | 2635 | ||
| 2589 | l += msg_print_text(msg, true, NULL, 0); | 2636 | l += msg_print_text(msg, prev, true, NULL, 0); |
| 2590 | idx = log_next(idx); | 2637 | idx = log_next(idx); |
| 2591 | seq++; | 2638 | seq++; |
| 2639 | prev = msg->flags; | ||
| 2592 | } | 2640 | } |
| 2593 | 2641 | ||
| 2594 | /* move first record forward until length fits into the buffer */ | 2642 | /* move first record forward until length fits into the buffer */ |
| 2595 | seq = dumper->cur_seq; | 2643 | seq = dumper->cur_seq; |
| 2596 | idx = dumper->cur_idx; | 2644 | idx = dumper->cur_idx; |
| 2645 | prev = 0; | ||
| 2597 | while (l > size && seq < dumper->next_seq) { | 2646 | while (l > size && seq < dumper->next_seq) { |
| 2598 | struct log *msg = log_from_idx(idx); | 2647 | struct log *msg = log_from_idx(idx); |
| 2599 | 2648 | ||
| 2600 | l -= msg_print_text(msg, true, NULL, 0); | 2649 | l -= msg_print_text(msg, prev, true, NULL, 0); |
| 2601 | idx = log_next(idx); | 2650 | idx = log_next(idx); |
| 2602 | seq++; | 2651 | seq++; |
| 2652 | prev = msg->flags; | ||
| 2603 | } | 2653 | } |
| 2604 | 2654 | ||
| 2605 | /* last message in next interation */ | 2655 | /* last message in next interation */ |
| @@ -2607,14 +2657,14 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog, | |||
| 2607 | next_idx = idx; | 2657 | next_idx = idx; |
| 2608 | 2658 | ||
| 2609 | l = 0; | 2659 | l = 0; |
| 2660 | prev = 0; | ||
| 2610 | while (seq < dumper->next_seq) { | 2661 | while (seq < dumper->next_seq) { |
| 2611 | struct log *msg = log_from_idx(idx); | 2662 | struct log *msg = log_from_idx(idx); |
| 2612 | 2663 | ||
| 2613 | l += msg_print_text(msg, syslog, | 2664 | l += msg_print_text(msg, prev, syslog, buf + l, size - l); |
| 2614 | buf + l, size - l); | ||
| 2615 | |||
| 2616 | idx = log_next(idx); | 2665 | idx = log_next(idx); |
| 2617 | seq++; | 2666 | seq++; |
| 2667 | prev = msg->flags; | ||
| 2618 | } | 2668 | } |
| 2619 | 2669 | ||
| 2620 | dumper->next_seq = next_seq; | 2670 | dumper->next_seq = next_seq; |
diff --git a/kernel/rcutree.c b/kernel/rcutree.c index 38ecdda3f55f..4b97bba7396e 100644 --- a/kernel/rcutree.c +++ b/kernel/rcutree.c | |||
| @@ -201,6 +201,7 @@ void rcu_note_context_switch(int cpu) | |||
| 201 | { | 201 | { |
| 202 | trace_rcu_utilization("Start context switch"); | 202 | trace_rcu_utilization("Start context switch"); |
| 203 | rcu_sched_qs(cpu); | 203 | rcu_sched_qs(cpu); |
| 204 | rcu_preempt_note_context_switch(cpu); | ||
| 204 | trace_rcu_utilization("End context switch"); | 205 | trace_rcu_utilization("End context switch"); |
| 205 | } | 206 | } |
| 206 | EXPORT_SYMBOL_GPL(rcu_note_context_switch); | 207 | EXPORT_SYMBOL_GPL(rcu_note_context_switch); |
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index ea056495783e..19b61ac1079f 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
| @@ -444,6 +444,7 @@ DECLARE_PER_CPU(char, rcu_cpu_has_work); | |||
| 444 | /* Forward declarations for rcutree_plugin.h */ | 444 | /* Forward declarations for rcutree_plugin.h */ |
| 445 | static void rcu_bootup_announce(void); | 445 | static void rcu_bootup_announce(void); |
| 446 | long rcu_batches_completed(void); | 446 | long rcu_batches_completed(void); |
| 447 | static void rcu_preempt_note_context_switch(int cpu); | ||
| 447 | static int rcu_preempt_blocked_readers_cgp(struct rcu_node *rnp); | 448 | static int rcu_preempt_blocked_readers_cgp(struct rcu_node *rnp); |
| 448 | #ifdef CONFIG_HOTPLUG_CPU | 449 | #ifdef CONFIG_HOTPLUG_CPU |
| 449 | static void rcu_report_unblock_qs_rnp(struct rcu_node *rnp, | 450 | static void rcu_report_unblock_qs_rnp(struct rcu_node *rnp, |
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 5271a020887e..3e4899459f3d 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
| @@ -153,7 +153,7 @@ static void rcu_preempt_qs(int cpu) | |||
| 153 | * | 153 | * |
| 154 | * Caller must disable preemption. | 154 | * Caller must disable preemption. |
| 155 | */ | 155 | */ |
| 156 | void rcu_preempt_note_context_switch(void) | 156 | static void rcu_preempt_note_context_switch(int cpu) |
| 157 | { | 157 | { |
| 158 | struct task_struct *t = current; | 158 | struct task_struct *t = current; |
| 159 | unsigned long flags; | 159 | unsigned long flags; |
| @@ -164,7 +164,7 @@ void rcu_preempt_note_context_switch(void) | |||
| 164 | (t->rcu_read_unlock_special & RCU_READ_UNLOCK_BLOCKED) == 0) { | 164 | (t->rcu_read_unlock_special & RCU_READ_UNLOCK_BLOCKED) == 0) { |
| 165 | 165 | ||
| 166 | /* Possibly blocking in an RCU read-side critical section. */ | 166 | /* Possibly blocking in an RCU read-side critical section. */ |
| 167 | rdp = __this_cpu_ptr(rcu_preempt_state.rda); | 167 | rdp = per_cpu_ptr(rcu_preempt_state.rda, cpu); |
| 168 | rnp = rdp->mynode; | 168 | rnp = rdp->mynode; |
| 169 | raw_spin_lock_irqsave(&rnp->lock, flags); | 169 | raw_spin_lock_irqsave(&rnp->lock, flags); |
| 170 | t->rcu_read_unlock_special |= RCU_READ_UNLOCK_BLOCKED; | 170 | t->rcu_read_unlock_special |= RCU_READ_UNLOCK_BLOCKED; |
| @@ -228,7 +228,7 @@ void rcu_preempt_note_context_switch(void) | |||
| 228 | * means that we continue to block the current grace period. | 228 | * means that we continue to block the current grace period. |
| 229 | */ | 229 | */ |
| 230 | local_irq_save(flags); | 230 | local_irq_save(flags); |
| 231 | rcu_preempt_qs(smp_processor_id()); | 231 | rcu_preempt_qs(cpu); |
| 232 | local_irq_restore(flags); | 232 | local_irq_restore(flags); |
| 233 | } | 233 | } |
| 234 | 234 | ||
| @@ -1002,6 +1002,14 @@ void rcu_force_quiescent_state(void) | |||
| 1002 | EXPORT_SYMBOL_GPL(rcu_force_quiescent_state); | 1002 | EXPORT_SYMBOL_GPL(rcu_force_quiescent_state); |
| 1003 | 1003 | ||
| 1004 | /* | 1004 | /* |
| 1005 | * Because preemptible RCU does not exist, we never have to check for | ||
| 1006 | * CPUs being in quiescent states. | ||
| 1007 | */ | ||
| 1008 | static void rcu_preempt_note_context_switch(int cpu) | ||
| 1009 | { | ||
| 1010 | } | ||
| 1011 | |||
| 1012 | /* | ||
| 1005 | * Because preemptible RCU does not exist, there are never any preempted | 1013 | * Because preemptible RCU does not exist, there are never any preempted |
| 1006 | * RCU readers. | 1014 | * RCU readers. |
| 1007 | */ | 1015 | */ |
diff --git a/kernel/relay.c b/kernel/relay.c index ab56a1764d4d..e8cd2027abbd 100644 --- a/kernel/relay.c +++ b/kernel/relay.c | |||
| @@ -1235,6 +1235,7 @@ static ssize_t subbuf_splice_actor(struct file *in, | |||
| 1235 | struct splice_pipe_desc spd = { | 1235 | struct splice_pipe_desc spd = { |
| 1236 | .pages = pages, | 1236 | .pages = pages, |
| 1237 | .nr_pages = 0, | 1237 | .nr_pages = 0, |
| 1238 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 1238 | .partial = partial, | 1239 | .partial = partial, |
| 1239 | .flags = flags, | 1240 | .flags = flags, |
| 1240 | .ops = &relay_pipe_buf_ops, | 1241 | .ops = &relay_pipe_buf_ops, |
| @@ -1302,8 +1303,8 @@ static ssize_t subbuf_splice_actor(struct file *in, | |||
| 1302 | ret += padding; | 1303 | ret += padding; |
| 1303 | 1304 | ||
| 1304 | out: | 1305 | out: |
| 1305 | splice_shrink_spd(pipe, &spd); | 1306 | splice_shrink_spd(&spd); |
| 1306 | return ret; | 1307 | return ret; |
| 1307 | } | 1308 | } |
| 1308 | 1309 | ||
| 1309 | static ssize_t relay_file_splice_read(struct file *in, | 1310 | static ssize_t relay_file_splice_read(struct file *in, |
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index d5594a4268d4..468bdd44c1ba 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c | |||
| @@ -2081,7 +2081,6 @@ context_switch(struct rq *rq, struct task_struct *prev, | |||
| 2081 | #endif | 2081 | #endif |
| 2082 | 2082 | ||
| 2083 | /* Here we just switch the register state and the stack. */ | 2083 | /* Here we just switch the register state and the stack. */ |
| 2084 | rcu_switch_from(prev); | ||
| 2085 | switch_to(prev, next, prev); | 2084 | switch_to(prev, next, prev); |
| 2086 | 2085 | ||
| 2087 | barrier(); | 2086 | barrier(); |
| @@ -2161,11 +2160,73 @@ unsigned long this_cpu_load(void) | |||
| 2161 | } | 2160 | } |
| 2162 | 2161 | ||
| 2163 | 2162 | ||
| 2163 | /* | ||
| 2164 | * Global load-average calculations | ||
| 2165 | * | ||
| 2166 | * We take a distributed and async approach to calculating the global load-avg | ||
| 2167 | * in order to minimize overhead. | ||
| 2168 | * | ||
| 2169 | * The global load average is an exponentially decaying average of nr_running + | ||
| 2170 | * nr_uninterruptible. | ||
| 2171 | * | ||
| 2172 | * Once every LOAD_FREQ: | ||
| 2173 | * | ||
| 2174 | * nr_active = 0; | ||
| 2175 | * for_each_possible_cpu(cpu) | ||
| 2176 | * nr_active += cpu_of(cpu)->nr_running + cpu_of(cpu)->nr_uninterruptible; | ||
| 2177 | * | ||
| 2178 | * avenrun[n] = avenrun[0] * exp_n + nr_active * (1 - exp_n) | ||
| 2179 | * | ||
| 2180 | * Due to a number of reasons the above turns in the mess below: | ||
| 2181 | * | ||
| 2182 | * - for_each_possible_cpu() is prohibitively expensive on machines with | ||
| 2183 | * serious number of cpus, therefore we need to take a distributed approach | ||
| 2184 | * to calculating nr_active. | ||
| 2185 | * | ||
| 2186 | * \Sum_i x_i(t) = \Sum_i x_i(t) - x_i(t_0) | x_i(t_0) := 0 | ||
| 2187 | * = \Sum_i { \Sum_j=1 x_i(t_j) - x_i(t_j-1) } | ||
| 2188 | * | ||
| 2189 | * So assuming nr_active := 0 when we start out -- true per definition, we | ||
| 2190 | * can simply take per-cpu deltas and fold those into a global accumulate | ||
| 2191 | * to obtain the same result. See calc_load_fold_active(). | ||
| 2192 | * | ||
| 2193 | * Furthermore, in order to avoid synchronizing all per-cpu delta folding | ||
| 2194 | * across the machine, we assume 10 ticks is sufficient time for every | ||
| 2195 | * cpu to have completed this task. | ||
| 2196 | * | ||
| 2197 | * This places an upper-bound on the IRQ-off latency of the machine. Then | ||
| 2198 | * again, being late doesn't loose the delta, just wrecks the sample. | ||
| 2199 | * | ||
| 2200 | * - cpu_rq()->nr_uninterruptible isn't accurately tracked per-cpu because | ||
| 2201 | * this would add another cross-cpu cacheline miss and atomic operation | ||
| 2202 | * to the wakeup path. Instead we increment on whatever cpu the task ran | ||
| 2203 | * when it went into uninterruptible state and decrement on whatever cpu | ||
| 2204 | * did the wakeup. This means that only the sum of nr_uninterruptible over | ||
| 2205 | * all cpus yields the correct result. | ||
| 2206 | * | ||
| 2207 | * This covers the NO_HZ=n code, for extra head-aches, see the comment below. | ||
| 2208 | */ | ||
| 2209 | |||
| 2164 | /* Variables and functions for calc_load */ | 2210 | /* Variables and functions for calc_load */ |
| 2165 | static atomic_long_t calc_load_tasks; | 2211 | static atomic_long_t calc_load_tasks; |
| 2166 | static unsigned long calc_load_update; | 2212 | static unsigned long calc_load_update; |
| 2167 | unsigned long avenrun[3]; | 2213 | unsigned long avenrun[3]; |
| 2168 | EXPORT_SYMBOL(avenrun); | 2214 | EXPORT_SYMBOL(avenrun); /* should be removed */ |
| 2215 | |||
| 2216 | /** | ||
| 2217 | * get_avenrun - get the load average array | ||
| 2218 | * @loads: pointer to dest load array | ||
| 2219 | * @offset: offset to add | ||
| 2220 | * @shift: shift count to shift the result left | ||
| 2221 | * | ||
| 2222 | * These values are estimates at best, so no need for locking. | ||
| 2223 | */ | ||
| 2224 | void get_avenrun(unsigned long *loads, unsigned long offset, int shift) | ||
| 2225 | { | ||
| 2226 | loads[0] = (avenrun[0] + offset) << shift; | ||
| 2227 | loads[1] = (avenrun[1] + offset) << shift; | ||
| 2228 | loads[2] = (avenrun[2] + offset) << shift; | ||
| 2229 | } | ||
| 2169 | 2230 | ||
| 2170 | static long calc_load_fold_active(struct rq *this_rq) | 2231 | static long calc_load_fold_active(struct rq *this_rq) |
| 2171 | { | 2232 | { |
| @@ -2182,6 +2243,9 @@ static long calc_load_fold_active(struct rq *this_rq) | |||
| 2182 | return delta; | 2243 | return delta; |
| 2183 | } | 2244 | } |
| 2184 | 2245 | ||
| 2246 | /* | ||
| 2247 | * a1 = a0 * e + a * (1 - e) | ||
| 2248 | */ | ||
| 2185 | static unsigned long | 2249 | static unsigned long |
| 2186 | calc_load(unsigned long load, unsigned long exp, unsigned long active) | 2250 | calc_load(unsigned long load, unsigned long exp, unsigned long active) |
| 2187 | { | 2251 | { |
| @@ -2193,30 +2257,118 @@ calc_load(unsigned long load, unsigned long exp, unsigned long active) | |||
| 2193 | 2257 | ||
| 2194 | #ifdef CONFIG_NO_HZ | 2258 | #ifdef CONFIG_NO_HZ |
| 2195 | /* | 2259 | /* |
| 2196 | * For NO_HZ we delay the active fold to the next LOAD_FREQ update. | 2260 | * Handle NO_HZ for the global load-average. |
| 2261 | * | ||
| 2262 | * Since the above described distributed algorithm to compute the global | ||
| 2263 | * load-average relies on per-cpu sampling from the tick, it is affected by | ||
| 2264 | * NO_HZ. | ||
| 2265 | * | ||
| 2266 | * The basic idea is to fold the nr_active delta into a global idle-delta upon | ||
| 2267 | * entering NO_HZ state such that we can include this as an 'extra' cpu delta | ||
| 2268 | * when we read the global state. | ||
| 2269 | * | ||
| 2270 | * Obviously reality has to ruin such a delightfully simple scheme: | ||
| 2271 | * | ||
| 2272 | * - When we go NO_HZ idle during the window, we can negate our sample | ||
| 2273 | * contribution, causing under-accounting. | ||
| 2274 | * | ||
| 2275 | * We avoid this by keeping two idle-delta counters and flipping them | ||
| 2276 | * when the window starts, thus separating old and new NO_HZ load. | ||
| 2277 | * | ||
| 2278 | * The only trick is the slight shift in index flip for read vs write. | ||
| 2279 | * | ||
| 2280 | * 0s 5s 10s 15s | ||
| 2281 | * +10 +10 +10 +10 | ||
| 2282 | * |-|-----------|-|-----------|-|-----------|-| | ||
| 2283 | * r:0 0 1 1 0 0 1 1 0 | ||
| 2284 | * w:0 1 1 0 0 1 1 0 0 | ||
| 2285 | * | ||
| 2286 | * This ensures we'll fold the old idle contribution in this window while | ||
| 2287 | * accumlating the new one. | ||
| 2288 | * | ||
| 2289 | * - When we wake up from NO_HZ idle during the window, we push up our | ||
| 2290 | * contribution, since we effectively move our sample point to a known | ||
| 2291 | * busy state. | ||
| 2292 | * | ||
| 2293 | * This is solved by pushing the window forward, and thus skipping the | ||
| 2294 | * sample, for this cpu (effectively using the idle-delta for this cpu which | ||
| 2295 | * was in effect at the time the window opened). This also solves the issue | ||
| 2296 | * of having to deal with a cpu having been in NOHZ idle for multiple | ||
| 2297 | * LOAD_FREQ intervals. | ||
| 2197 | * | 2298 | * |
| 2198 | * When making the ILB scale, we should try to pull this in as well. | 2299 | * When making the ILB scale, we should try to pull this in as well. |
| 2199 | */ | 2300 | */ |
| 2200 | static atomic_long_t calc_load_tasks_idle; | 2301 | static atomic_long_t calc_load_idle[2]; |
| 2302 | static int calc_load_idx; | ||
| 2201 | 2303 | ||
| 2202 | void calc_load_account_idle(struct rq *this_rq) | 2304 | static inline int calc_load_write_idx(void) |
| 2203 | { | 2305 | { |
| 2306 | int idx = calc_load_idx; | ||
| 2307 | |||
| 2308 | /* | ||
| 2309 | * See calc_global_nohz(), if we observe the new index, we also | ||
| 2310 | * need to observe the new update time. | ||
| 2311 | */ | ||
| 2312 | smp_rmb(); | ||
| 2313 | |||
| 2314 | /* | ||
| 2315 | * If the folding window started, make sure we start writing in the | ||
| 2316 | * next idle-delta. | ||
| 2317 | */ | ||
| 2318 | if (!time_before(jiffies, calc_load_update)) | ||
| 2319 | idx++; | ||
| 2320 | |||
| 2321 | return idx & 1; | ||
| 2322 | } | ||
| 2323 | |||
| 2324 | static inline int calc_load_read_idx(void) | ||
| 2325 | { | ||
| 2326 | return calc_load_idx & 1; | ||
| 2327 | } | ||
| 2328 | |||
| 2329 | void calc_load_enter_idle(void) | ||
| 2330 | { | ||
| 2331 | struct rq *this_rq = this_rq(); | ||
| 2204 | long delta; | 2332 | long delta; |
| 2205 | 2333 | ||
| 2334 | /* | ||
| 2335 | * We're going into NOHZ mode, if there's any pending delta, fold it | ||
| 2336 | * into the pending idle delta. | ||
| 2337 | */ | ||
| 2206 | delta = calc_load_fold_active(this_rq); | 2338 | delta = calc_load_fold_active(this_rq); |
| 2207 | if (delta) | 2339 | if (delta) { |
| 2208 | atomic_long_add(delta, &calc_load_tasks_idle); | 2340 | int idx = calc_load_write_idx(); |
| 2341 | atomic_long_add(delta, &calc_load_idle[idx]); | ||
| 2342 | } | ||
| 2209 | } | 2343 | } |
| 2210 | 2344 | ||
| 2211 | static long calc_load_fold_idle(void) | 2345 | void calc_load_exit_idle(void) |
| 2212 | { | 2346 | { |
| 2213 | long delta = 0; | 2347 | struct rq *this_rq = this_rq(); |
| 2348 | |||
| 2349 | /* | ||
| 2350 | * If we're still before the sample window, we're done. | ||
| 2351 | */ | ||
| 2352 | if (time_before(jiffies, this_rq->calc_load_update)) | ||
| 2353 | return; | ||
| 2214 | 2354 | ||
| 2215 | /* | 2355 | /* |
| 2216 | * Its got a race, we don't care... | 2356 | * We woke inside or after the sample window, this means we're already |
| 2357 | * accounted through the nohz accounting, so skip the entire deal and | ||
| 2358 | * sync up for the next window. | ||
| 2217 | */ | 2359 | */ |
| 2218 | if (atomic_long_read(&calc_load_tasks_idle)) | 2360 | this_rq->calc_load_update = calc_load_update; |
| 2219 | delta = atomic_long_xchg(&calc_load_tasks_idle, 0); | 2361 | if (time_before(jiffies, this_rq->calc_load_update + 10)) |
| 2362 | this_rq->calc_load_update += LOAD_FREQ; | ||
| 2363 | } | ||
| 2364 | |||
| 2365 | static long calc_load_fold_idle(void) | ||
| 2366 | { | ||
| 2367 | int idx = calc_load_read_idx(); | ||
| 2368 | long delta = 0; | ||
| 2369 | |||
| 2370 | if (atomic_long_read(&calc_load_idle[idx])) | ||
| 2371 | delta = atomic_long_xchg(&calc_load_idle[idx], 0); | ||
| 2220 | 2372 | ||
| 2221 | return delta; | 2373 | return delta; |
| 2222 | } | 2374 | } |
| @@ -2302,66 +2454,39 @@ static void calc_global_nohz(void) | |||
| 2302 | { | 2454 | { |
| 2303 | long delta, active, n; | 2455 | long delta, active, n; |
| 2304 | 2456 | ||
| 2305 | /* | 2457 | if (!time_before(jiffies, calc_load_update + 10)) { |
| 2306 | * If we crossed a calc_load_update boundary, make sure to fold | 2458 | /* |
| 2307 | * any pending idle changes, the respective CPUs might have | 2459 | * Catch-up, fold however many we are behind still |
| 2308 | * missed the tick driven calc_load_account_active() update | 2460 | */ |
| 2309 | * due to NO_HZ. | 2461 | delta = jiffies - calc_load_update - 10; |
| 2310 | */ | 2462 | n = 1 + (delta / LOAD_FREQ); |
| 2311 | delta = calc_load_fold_idle(); | ||
| 2312 | if (delta) | ||
| 2313 | atomic_long_add(delta, &calc_load_tasks); | ||
| 2314 | |||
| 2315 | /* | ||
| 2316 | * It could be the one fold was all it took, we done! | ||
| 2317 | */ | ||
| 2318 | if (time_before(jiffies, calc_load_update + 10)) | ||
| 2319 | return; | ||
| 2320 | |||
| 2321 | /* | ||
| 2322 | * Catch-up, fold however many we are behind still | ||
| 2323 | */ | ||
| 2324 | delta = jiffies - calc_load_update - 10; | ||
| 2325 | n = 1 + (delta / LOAD_FREQ); | ||
| 2326 | 2463 | ||
| 2327 | active = atomic_long_read(&calc_load_tasks); | 2464 | active = atomic_long_read(&calc_load_tasks); |
| 2328 | active = active > 0 ? active * FIXED_1 : 0; | 2465 | active = active > 0 ? active * FIXED_1 : 0; |
| 2329 | 2466 | ||
| 2330 | avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); | 2467 | avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); |
| 2331 | avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); | 2468 | avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); |
| 2332 | avenrun[2] = calc_load_n(avenrun[2], EXP_15, active, n); | 2469 | avenrun[2] = calc_load_n(avenrun[2], EXP_15, active, n); |
| 2333 | 2470 | ||
| 2334 | calc_load_update += n * LOAD_FREQ; | 2471 | calc_load_update += n * LOAD_FREQ; |
| 2335 | } | 2472 | } |
| 2336 | #else | ||
| 2337 | void calc_load_account_idle(struct rq *this_rq) | ||
| 2338 | { | ||
| 2339 | } | ||
| 2340 | 2473 | ||
| 2341 | static inline long calc_load_fold_idle(void) | 2474 | /* |
| 2342 | { | 2475 | * Flip the idle index... |
| 2343 | return 0; | 2476 | * |
| 2477 | * Make sure we first write the new time then flip the index, so that | ||
| 2478 | * calc_load_write_idx() will see the new time when it reads the new | ||
| 2479 | * index, this avoids a double flip messing things up. | ||
| 2480 | */ | ||
| 2481 | smp_wmb(); | ||
| 2482 | calc_load_idx++; | ||
| 2344 | } | 2483 | } |
| 2484 | #else /* !CONFIG_NO_HZ */ | ||
| 2345 | 2485 | ||
| 2346 | static void calc_global_nohz(void) | 2486 | static inline long calc_load_fold_idle(void) { return 0; } |
| 2347 | { | 2487 | static inline void calc_global_nohz(void) { } |
| 2348 | } | ||
| 2349 | #endif | ||
| 2350 | 2488 | ||
| 2351 | /** | 2489 | #endif /* CONFIG_NO_HZ */ |
| 2352 | * get_avenrun - get the load average array | ||
| 2353 | * @loads: pointer to dest load array | ||
| 2354 | * @offset: offset to add | ||
| 2355 | * @shift: shift count to shift the result left | ||
| 2356 | * | ||
| 2357 | * These values are estimates at best, so no need for locking. | ||
| 2358 | */ | ||
| 2359 | void get_avenrun(unsigned long *loads, unsigned long offset, int shift) | ||
| 2360 | { | ||
| 2361 | loads[0] = (avenrun[0] + offset) << shift; | ||
| 2362 | loads[1] = (avenrun[1] + offset) << shift; | ||
| 2363 | loads[2] = (avenrun[2] + offset) << shift; | ||
| 2364 | } | ||
| 2365 | 2490 | ||
| 2366 | /* | 2491 | /* |
| 2367 | * calc_load - update the avenrun load estimates 10 ticks after the | 2492 | * calc_load - update the avenrun load estimates 10 ticks after the |
| @@ -2369,11 +2494,18 @@ void get_avenrun(unsigned long *loads, unsigned long offset, int shift) | |||
| 2369 | */ | 2494 | */ |
| 2370 | void calc_global_load(unsigned long ticks) | 2495 | void calc_global_load(unsigned long ticks) |
| 2371 | { | 2496 | { |
| 2372 | long active; | 2497 | long active, delta; |
| 2373 | 2498 | ||
| 2374 | if (time_before(jiffies, calc_load_update + 10)) | 2499 | if (time_before(jiffies, calc_load_update + 10)) |
| 2375 | return; | 2500 | return; |
| 2376 | 2501 | ||
| 2502 | /* | ||
| 2503 | * Fold the 'old' idle-delta to include all NO_HZ cpus. | ||
| 2504 | */ | ||
| 2505 | delta = calc_load_fold_idle(); | ||
| 2506 | if (delta) | ||
| 2507 | atomic_long_add(delta, &calc_load_tasks); | ||
| 2508 | |||
| 2377 | active = atomic_long_read(&calc_load_tasks); | 2509 | active = atomic_long_read(&calc_load_tasks); |
| 2378 | active = active > 0 ? active * FIXED_1 : 0; | 2510 | active = active > 0 ? active * FIXED_1 : 0; |
| 2379 | 2511 | ||
| @@ -2384,12 +2516,7 @@ void calc_global_load(unsigned long ticks) | |||
| 2384 | calc_load_update += LOAD_FREQ; | 2516 | calc_load_update += LOAD_FREQ; |
| 2385 | 2517 | ||
| 2386 | /* | 2518 | /* |
| 2387 | * Account one period with whatever state we found before | 2519 | * In case we idled for multiple LOAD_FREQ intervals, catch up in bulk. |
| 2388 | * folding in the nohz state and ageing the entire idle period. | ||
| 2389 | * | ||
| 2390 | * This avoids loosing a sample when we go idle between | ||
| 2391 | * calc_load_account_active() (10 ticks ago) and now and thus | ||
| 2392 | * under-accounting. | ||
| 2393 | */ | 2520 | */ |
| 2394 | calc_global_nohz(); | 2521 | calc_global_nohz(); |
| 2395 | } | 2522 | } |
| @@ -2406,7 +2533,6 @@ static void calc_load_account_active(struct rq *this_rq) | |||
| 2406 | return; | 2533 | return; |
| 2407 | 2534 | ||
| 2408 | delta = calc_load_fold_active(this_rq); | 2535 | delta = calc_load_fold_active(this_rq); |
| 2409 | delta += calc_load_fold_idle(); | ||
| 2410 | if (delta) | 2536 | if (delta) |
| 2411 | atomic_long_add(delta, &calc_load_tasks); | 2537 | atomic_long_add(delta, &calc_load_tasks); |
| 2412 | 2538 | ||
| @@ -2414,6 +2540,10 @@ static void calc_load_account_active(struct rq *this_rq) | |||
| 2414 | } | 2540 | } |
| 2415 | 2541 | ||
| 2416 | /* | 2542 | /* |
| 2543 | * End of global load-average stuff | ||
| 2544 | */ | ||
| 2545 | |||
| 2546 | /* | ||
| 2417 | * The exact cpuload at various idx values, calculated at every tick would be | 2547 | * The exact cpuload at various idx values, calculated at every tick would be |
| 2418 | * load = (2^idx - 1) / 2^idx * load + 1 / 2^idx * cur_load | 2548 | * load = (2^idx - 1) / 2^idx * load + 1 / 2^idx * cur_load |
| 2419 | * | 2549 | * |
diff --git a/kernel/sched/idle_task.c b/kernel/sched/idle_task.c index b44d604b35d1..b6baf370cae9 100644 --- a/kernel/sched/idle_task.c +++ b/kernel/sched/idle_task.c | |||
| @@ -25,7 +25,6 @@ static void check_preempt_curr_idle(struct rq *rq, struct task_struct *p, int fl | |||
| 25 | static struct task_struct *pick_next_task_idle(struct rq *rq) | 25 | static struct task_struct *pick_next_task_idle(struct rq *rq) |
| 26 | { | 26 | { |
| 27 | schedstat_inc(rq, sched_goidle); | 27 | schedstat_inc(rq, sched_goidle); |
| 28 | calc_load_account_idle(rq); | ||
| 29 | return rq->idle; | 28 | return rq->idle; |
| 30 | } | 29 | } |
| 31 | 30 | ||
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 6d52cea7f33d..55844f24435a 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
| @@ -942,8 +942,6 @@ static inline u64 sched_avg_period(void) | |||
| 942 | return (u64)sysctl_sched_time_avg * NSEC_PER_MSEC / 2; | 942 | return (u64)sysctl_sched_time_avg * NSEC_PER_MSEC / 2; |
| 943 | } | 943 | } |
| 944 | 944 | ||
| 945 | void calc_load_account_idle(struct rq *this_rq); | ||
| 946 | |||
| 947 | #ifdef CONFIG_SCHED_HRTICK | 945 | #ifdef CONFIG_SCHED_HRTICK |
| 948 | 946 | ||
| 949 | /* | 947 | /* |
diff --git a/kernel/sys.c b/kernel/sys.c index e0c8ffc50d7f..2d39a84cd857 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
| @@ -1788,7 +1788,6 @@ SYSCALL_DEFINE1(umask, int, mask) | |||
| 1788 | #ifdef CONFIG_CHECKPOINT_RESTORE | 1788 | #ifdef CONFIG_CHECKPOINT_RESTORE |
| 1789 | static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) | 1789 | static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) |
| 1790 | { | 1790 | { |
| 1791 | struct vm_area_struct *vma; | ||
| 1792 | struct file *exe_file; | 1791 | struct file *exe_file; |
| 1793 | struct dentry *dentry; | 1792 | struct dentry *dentry; |
| 1794 | int err; | 1793 | int err; |
| @@ -1816,13 +1815,17 @@ static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) | |||
| 1816 | down_write(&mm->mmap_sem); | 1815 | down_write(&mm->mmap_sem); |
| 1817 | 1816 | ||
| 1818 | /* | 1817 | /* |
| 1819 | * Forbid mm->exe_file change if there are mapped other files. | 1818 | * Forbid mm->exe_file change if old file still mapped. |
| 1820 | */ | 1819 | */ |
| 1821 | err = -EBUSY; | 1820 | err = -EBUSY; |
| 1822 | for (vma = mm->mmap; vma; vma = vma->vm_next) { | 1821 | if (mm->exe_file) { |
| 1823 | if (vma->vm_file && !path_equal(&vma->vm_file->f_path, | 1822 | struct vm_area_struct *vma; |
| 1824 | &exe_file->f_path)) | 1823 | |
| 1825 | goto exit_unlock; | 1824 | for (vma = mm->mmap; vma; vma = vma->vm_next) |
| 1825 | if (vma->vm_file && | ||
| 1826 | path_equal(&vma->vm_file->f_path, | ||
| 1827 | &mm->exe_file->f_path)) | ||
| 1828 | goto exit_unlock; | ||
| 1826 | } | 1829 | } |
| 1827 | 1830 | ||
| 1828 | /* | 1831 | /* |
| @@ -1835,6 +1838,7 @@ static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) | |||
| 1835 | if (test_and_set_bit(MMF_EXE_FILE_CHANGED, &mm->flags)) | 1838 | if (test_and_set_bit(MMF_EXE_FILE_CHANGED, &mm->flags)) |
| 1836 | goto exit_unlock; | 1839 | goto exit_unlock; |
| 1837 | 1840 | ||
| 1841 | err = 0; | ||
| 1838 | set_mm_exe_file(mm, exe_file); | 1842 | set_mm_exe_file(mm, exe_file); |
| 1839 | exit_unlock: | 1843 | exit_unlock: |
| 1840 | up_write(&mm->mmap_sem); | 1844 | up_write(&mm->mmap_sem); |
diff --git a/kernel/time/ntp.c b/kernel/time/ntp.c index 70b33abcc7bb..b7fbadc5c973 100644 --- a/kernel/time/ntp.c +++ b/kernel/time/ntp.c | |||
| @@ -409,7 +409,9 @@ int second_overflow(unsigned long secs) | |||
| 409 | time_state = TIME_DEL; | 409 | time_state = TIME_DEL; |
| 410 | break; | 410 | break; |
| 411 | case TIME_INS: | 411 | case TIME_INS: |
| 412 | if (secs % 86400 == 0) { | 412 | if (!(time_status & STA_INS)) |
| 413 | time_state = TIME_OK; | ||
| 414 | else if (secs % 86400 == 0) { | ||
| 413 | leap = -1; | 415 | leap = -1; |
| 414 | time_state = TIME_OOP; | 416 | time_state = TIME_OOP; |
| 415 | time_tai++; | 417 | time_tai++; |
| @@ -418,7 +420,9 @@ int second_overflow(unsigned long secs) | |||
| 418 | } | 420 | } |
| 419 | break; | 421 | break; |
| 420 | case TIME_DEL: | 422 | case TIME_DEL: |
| 421 | if ((secs + 1) % 86400 == 0) { | 423 | if (!(time_status & STA_DEL)) |
| 424 | time_state = TIME_OK; | ||
| 425 | else if ((secs + 1) % 86400 == 0) { | ||
| 422 | leap = 1; | 426 | leap = 1; |
| 423 | time_tai--; | 427 | time_tai--; |
| 424 | time_state = TIME_WAIT; | 428 | time_state = TIME_WAIT; |
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 869997833928..4a08472c3ca7 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c | |||
| @@ -406,6 +406,7 @@ static void tick_nohz_stop_sched_tick(struct tick_sched *ts) | |||
| 406 | */ | 406 | */ |
| 407 | if (!ts->tick_stopped) { | 407 | if (!ts->tick_stopped) { |
| 408 | select_nohz_load_balancer(1); | 408 | select_nohz_load_balancer(1); |
| 409 | calc_load_enter_idle(); | ||
| 409 | 410 | ||
| 410 | ts->idle_tick = hrtimer_get_expires(&ts->sched_timer); | 411 | ts->idle_tick = hrtimer_get_expires(&ts->sched_timer); |
| 411 | ts->tick_stopped = 1; | 412 | ts->tick_stopped = 1; |
| @@ -597,6 +598,7 @@ void tick_nohz_idle_exit(void) | |||
| 597 | account_idle_ticks(ticks); | 598 | account_idle_ticks(ticks); |
| 598 | #endif | 599 | #endif |
| 599 | 600 | ||
| 601 | calc_load_exit_idle(); | ||
| 600 | touch_softlockup_watchdog(); | 602 | touch_softlockup_watchdog(); |
| 601 | /* | 603 | /* |
| 602 | * Cancel the scheduled timer and restore the tick | 604 | * Cancel the scheduled timer and restore the tick |
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 6f46a00a1e8a..3447cfaf11e7 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
| @@ -70,6 +70,12 @@ struct timekeeper { | |||
| 70 | /* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. */ | 70 | /* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. */ |
| 71 | struct timespec raw_time; | 71 | struct timespec raw_time; |
| 72 | 72 | ||
| 73 | /* Offset clock monotonic -> clock realtime */ | ||
| 74 | ktime_t offs_real; | ||
| 75 | |||
| 76 | /* Offset clock monotonic -> clock boottime */ | ||
| 77 | ktime_t offs_boot; | ||
| 78 | |||
| 73 | /* Seqlock for all timekeeper values */ | 79 | /* Seqlock for all timekeeper values */ |
| 74 | seqlock_t lock; | 80 | seqlock_t lock; |
| 75 | }; | 81 | }; |
| @@ -172,6 +178,14 @@ static inline s64 timekeeping_get_ns_raw(void) | |||
| 172 | return clocksource_cyc2ns(cycle_delta, clock->mult, clock->shift); | 178 | return clocksource_cyc2ns(cycle_delta, clock->mult, clock->shift); |
| 173 | } | 179 | } |
| 174 | 180 | ||
| 181 | static void update_rt_offset(void) | ||
| 182 | { | ||
| 183 | struct timespec tmp, *wtm = &timekeeper.wall_to_monotonic; | ||
| 184 | |||
| 185 | set_normalized_timespec(&tmp, -wtm->tv_sec, -wtm->tv_nsec); | ||
| 186 | timekeeper.offs_real = timespec_to_ktime(tmp); | ||
| 187 | } | ||
| 188 | |||
| 175 | /* must hold write on timekeeper.lock */ | 189 | /* must hold write on timekeeper.lock */ |
| 176 | static void timekeeping_update(bool clearntp) | 190 | static void timekeeping_update(bool clearntp) |
| 177 | { | 191 | { |
| @@ -179,6 +193,7 @@ static void timekeeping_update(bool clearntp) | |||
| 179 | timekeeper.ntp_error = 0; | 193 | timekeeper.ntp_error = 0; |
| 180 | ntp_clear(); | 194 | ntp_clear(); |
| 181 | } | 195 | } |
| 196 | update_rt_offset(); | ||
| 182 | update_vsyscall(&timekeeper.xtime, &timekeeper.wall_to_monotonic, | 197 | update_vsyscall(&timekeeper.xtime, &timekeeper.wall_to_monotonic, |
| 183 | timekeeper.clock, timekeeper.mult); | 198 | timekeeper.clock, timekeeper.mult); |
| 184 | } | 199 | } |
| @@ -604,6 +619,7 @@ void __init timekeeping_init(void) | |||
| 604 | } | 619 | } |
| 605 | set_normalized_timespec(&timekeeper.wall_to_monotonic, | 620 | set_normalized_timespec(&timekeeper.wall_to_monotonic, |
| 606 | -boot.tv_sec, -boot.tv_nsec); | 621 | -boot.tv_sec, -boot.tv_nsec); |
| 622 | update_rt_offset(); | ||
| 607 | timekeeper.total_sleep_time.tv_sec = 0; | 623 | timekeeper.total_sleep_time.tv_sec = 0; |
| 608 | timekeeper.total_sleep_time.tv_nsec = 0; | 624 | timekeeper.total_sleep_time.tv_nsec = 0; |
| 609 | write_sequnlock_irqrestore(&timekeeper.lock, flags); | 625 | write_sequnlock_irqrestore(&timekeeper.lock, flags); |
| @@ -612,6 +628,12 @@ void __init timekeeping_init(void) | |||
| 612 | /* time in seconds when suspend began */ | 628 | /* time in seconds when suspend began */ |
| 613 | static struct timespec timekeeping_suspend_time; | 629 | static struct timespec timekeeping_suspend_time; |
| 614 | 630 | ||
| 631 | static void update_sleep_time(struct timespec t) | ||
| 632 | { | ||
| 633 | timekeeper.total_sleep_time = t; | ||
| 634 | timekeeper.offs_boot = timespec_to_ktime(t); | ||
| 635 | } | ||
| 636 | |||
| 615 | /** | 637 | /** |
| 616 | * __timekeeping_inject_sleeptime - Internal function to add sleep interval | 638 | * __timekeeping_inject_sleeptime - Internal function to add sleep interval |
| 617 | * @delta: pointer to a timespec delta value | 639 | * @delta: pointer to a timespec delta value |
| @@ -630,8 +652,7 @@ static void __timekeeping_inject_sleeptime(struct timespec *delta) | |||
| 630 | timekeeper.xtime = timespec_add(timekeeper.xtime, *delta); | 652 | timekeeper.xtime = timespec_add(timekeeper.xtime, *delta); |
| 631 | timekeeper.wall_to_monotonic = | 653 | timekeeper.wall_to_monotonic = |
| 632 | timespec_sub(timekeeper.wall_to_monotonic, *delta); | 654 | timespec_sub(timekeeper.wall_to_monotonic, *delta); |
| 633 | timekeeper.total_sleep_time = timespec_add( | 655 | update_sleep_time(timespec_add(timekeeper.total_sleep_time, *delta)); |
| 634 | timekeeper.total_sleep_time, *delta); | ||
| 635 | } | 656 | } |
| 636 | 657 | ||
| 637 | 658 | ||
| @@ -696,6 +717,7 @@ static void timekeeping_resume(void) | |||
| 696 | timekeeper.clock->cycle_last = timekeeper.clock->read(timekeeper.clock); | 717 | timekeeper.clock->cycle_last = timekeeper.clock->read(timekeeper.clock); |
| 697 | timekeeper.ntp_error = 0; | 718 | timekeeper.ntp_error = 0; |
| 698 | timekeeping_suspended = 0; | 719 | timekeeping_suspended = 0; |
| 720 | timekeeping_update(false); | ||
| 699 | write_sequnlock_irqrestore(&timekeeper.lock, flags); | 721 | write_sequnlock_irqrestore(&timekeeper.lock, flags); |
| 700 | 722 | ||
| 701 | touch_softlockup_watchdog(); | 723 | touch_softlockup_watchdog(); |
| @@ -963,6 +985,8 @@ static cycle_t logarithmic_accumulation(cycle_t offset, int shift) | |||
| 963 | leap = second_overflow(timekeeper.xtime.tv_sec); | 985 | leap = second_overflow(timekeeper.xtime.tv_sec); |
| 964 | timekeeper.xtime.tv_sec += leap; | 986 | timekeeper.xtime.tv_sec += leap; |
| 965 | timekeeper.wall_to_monotonic.tv_sec -= leap; | 987 | timekeeper.wall_to_monotonic.tv_sec -= leap; |
| 988 | if (leap) | ||
| 989 | clock_was_set_delayed(); | ||
| 966 | } | 990 | } |
| 967 | 991 | ||
| 968 | /* Accumulate raw time */ | 992 | /* Accumulate raw time */ |
| @@ -1079,6 +1103,8 @@ static void update_wall_time(void) | |||
| 1079 | leap = second_overflow(timekeeper.xtime.tv_sec); | 1103 | leap = second_overflow(timekeeper.xtime.tv_sec); |
| 1080 | timekeeper.xtime.tv_sec += leap; | 1104 | timekeeper.xtime.tv_sec += leap; |
| 1081 | timekeeper.wall_to_monotonic.tv_sec -= leap; | 1105 | timekeeper.wall_to_monotonic.tv_sec -= leap; |
| 1106 | if (leap) | ||
| 1107 | clock_was_set_delayed(); | ||
| 1082 | } | 1108 | } |
| 1083 | 1109 | ||
| 1084 | timekeeping_update(false); | 1110 | timekeeping_update(false); |
| @@ -1246,6 +1272,40 @@ void get_xtime_and_monotonic_and_sleep_offset(struct timespec *xtim, | |||
| 1246 | } while (read_seqretry(&timekeeper.lock, seq)); | 1272 | } while (read_seqretry(&timekeeper.lock, seq)); |
| 1247 | } | 1273 | } |
| 1248 | 1274 | ||
| 1275 | #ifdef CONFIG_HIGH_RES_TIMERS | ||
| 1276 | /** | ||
| 1277 | * ktime_get_update_offsets - hrtimer helper | ||
| 1278 | * @offs_real: pointer to storage for monotonic -> realtime offset | ||
| 1279 | * @offs_boot: pointer to storage for monotonic -> boottime offset | ||
| 1280 | * | ||
| 1281 | * Returns current monotonic time and updates the offsets | ||
| 1282 | * Called from hrtimer_interupt() or retrigger_next_event() | ||
| 1283 | */ | ||
| 1284 | ktime_t ktime_get_update_offsets(ktime_t *offs_real, ktime_t *offs_boot) | ||
| 1285 | { | ||
| 1286 | ktime_t now; | ||
| 1287 | unsigned int seq; | ||
| 1288 | u64 secs, nsecs; | ||
| 1289 | |||
| 1290 | do { | ||
| 1291 | seq = read_seqbegin(&timekeeper.lock); | ||
| 1292 | |||
| 1293 | secs = timekeeper.xtime.tv_sec; | ||
| 1294 | nsecs = timekeeper.xtime.tv_nsec; | ||
| 1295 | nsecs += timekeeping_get_ns(); | ||
| 1296 | /* If arch requires, add in gettimeoffset() */ | ||
| 1297 | nsecs += arch_gettimeoffset(); | ||
| 1298 | |||
| 1299 | *offs_real = timekeeper.offs_real; | ||
| 1300 | *offs_boot = timekeeper.offs_boot; | ||
| 1301 | } while (read_seqretry(&timekeeper.lock, seq)); | ||
| 1302 | |||
| 1303 | now = ktime_add_ns(ktime_set(secs, 0), nsecs); | ||
| 1304 | now = ktime_sub(now, *offs_real); | ||
| 1305 | return now; | ||
| 1306 | } | ||
| 1307 | #endif | ||
| 1308 | |||
| 1249 | /** | 1309 | /** |
| 1250 | * ktime_get_monotonic_offset() - get wall_to_monotonic in ktime_t format | 1310 | * ktime_get_monotonic_offset() - get wall_to_monotonic in ktime_t format |
| 1251 | */ | 1311 | */ |
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 1d0f6a8a0e5e..f765465bffe4 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c | |||
| @@ -1075,6 +1075,7 @@ rb_allocate_cpu_buffer(struct ring_buffer *buffer, int nr_pages, int cpu) | |||
| 1075 | rb_init_page(bpage->page); | 1075 | rb_init_page(bpage->page); |
| 1076 | 1076 | ||
| 1077 | INIT_LIST_HEAD(&cpu_buffer->reader_page->list); | 1077 | INIT_LIST_HEAD(&cpu_buffer->reader_page->list); |
| 1078 | INIT_LIST_HEAD(&cpu_buffer->new_pages); | ||
| 1078 | 1079 | ||
| 1079 | ret = rb_allocate_pages(cpu_buffer, nr_pages); | 1080 | ret = rb_allocate_pages(cpu_buffer, nr_pages); |
| 1080 | if (ret < 0) | 1081 | if (ret < 0) |
| @@ -1346,10 +1347,9 @@ rb_remove_pages(struct ring_buffer_per_cpu *cpu_buffer, unsigned int nr_pages) | |||
| 1346 | * If something was added to this page, it was full | 1347 | * If something was added to this page, it was full |
| 1347 | * since it is not the tail page. So we deduct the | 1348 | * since it is not the tail page. So we deduct the |
| 1348 | * bytes consumed in ring buffer from here. | 1349 | * bytes consumed in ring buffer from here. |
| 1349 | * No need to update overruns, since this page is | 1350 | * Increment overrun to account for the lost events. |
| 1350 | * deleted from ring buffer and its entries are | ||
| 1351 | * already accounted for. | ||
| 1352 | */ | 1351 | */ |
| 1352 | local_add(page_entries, &cpu_buffer->overrun); | ||
| 1353 | local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); | 1353 | local_sub(BUF_PAGE_SIZE, &cpu_buffer->entries_bytes); |
| 1354 | } | 1354 | } |
| 1355 | 1355 | ||
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 49249c28690d..a7fa0702be1c 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c | |||
| @@ -3609,6 +3609,7 @@ static ssize_t tracing_splice_read_pipe(struct file *filp, | |||
| 3609 | .pages = pages_def, | 3609 | .pages = pages_def, |
| 3610 | .partial = partial_def, | 3610 | .partial = partial_def, |
| 3611 | .nr_pages = 0, /* This gets updated below. */ | 3611 | .nr_pages = 0, /* This gets updated below. */ |
| 3612 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 3612 | .flags = flags, | 3613 | .flags = flags, |
| 3613 | .ops = &tracing_pipe_buf_ops, | 3614 | .ops = &tracing_pipe_buf_ops, |
| 3614 | .spd_release = tracing_spd_release_pipe, | 3615 | .spd_release = tracing_spd_release_pipe, |
| @@ -3680,7 +3681,7 @@ static ssize_t tracing_splice_read_pipe(struct file *filp, | |||
| 3680 | 3681 | ||
| 3681 | ret = splice_to_pipe(pipe, &spd); | 3682 | ret = splice_to_pipe(pipe, &spd); |
| 3682 | out: | 3683 | out: |
| 3683 | splice_shrink_spd(pipe, &spd); | 3684 | splice_shrink_spd(&spd); |
| 3684 | return ret; | 3685 | return ret; |
| 3685 | 3686 | ||
| 3686 | out_err: | 3687 | out_err: |
| @@ -4231,6 +4232,7 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
| 4231 | struct splice_pipe_desc spd = { | 4232 | struct splice_pipe_desc spd = { |
| 4232 | .pages = pages_def, | 4233 | .pages = pages_def, |
| 4233 | .partial = partial_def, | 4234 | .partial = partial_def, |
| 4235 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 4234 | .flags = flags, | 4236 | .flags = flags, |
| 4235 | .ops = &buffer_pipe_buf_ops, | 4237 | .ops = &buffer_pipe_buf_ops, |
| 4236 | .spd_release = buffer_spd_release, | 4238 | .spd_release = buffer_spd_release, |
| @@ -4318,7 +4320,7 @@ tracing_buffers_splice_read(struct file *file, loff_t *ppos, | |||
| 4318 | } | 4320 | } |
| 4319 | 4321 | ||
| 4320 | ret = splice_to_pipe(pipe, &spd); | 4322 | ret = splice_to_pipe(pipe, &spd); |
| 4321 | splice_shrink_spd(pipe, &spd); | 4323 | splice_shrink_spd(&spd); |
| 4322 | out: | 4324 | out: |
| 4323 | return ret; | 4325 | return ret; |
| 4324 | } | 4326 | } |
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 518aea714d21..66ce41489133 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c | |||
| @@ -78,7 +78,7 @@ static LIST_HEAD(free_entries); | |||
| 78 | static DEFINE_SPINLOCK(free_entries_lock); | 78 | static DEFINE_SPINLOCK(free_entries_lock); |
| 79 | 79 | ||
| 80 | /* Global disable flag - will be set in case of an error */ | 80 | /* Global disable flag - will be set in case of an error */ |
| 81 | static bool global_disable __read_mostly; | 81 | static u32 global_disable __read_mostly; |
| 82 | 82 | ||
| 83 | /* Global error count */ | 83 | /* Global error count */ |
| 84 | static u32 error_count; | 84 | static u32 error_count; |
| @@ -657,7 +657,7 @@ static int dma_debug_fs_init(void) | |||
| 657 | 657 | ||
| 658 | global_disable_dent = debugfs_create_bool("disabled", 0444, | 658 | global_disable_dent = debugfs_create_bool("disabled", 0444, |
| 659 | dma_debug_dent, | 659 | dma_debug_dent, |
| 660 | (u32 *)&global_disable); | 660 | &global_disable); |
| 661 | if (!global_disable_dent) | 661 | if (!global_disable_dent) |
| 662 | goto out_err; | 662 | goto out_err; |
| 663 | 663 | ||
diff --git a/mm/bootmem.c b/mm/bootmem.c index ec4fcb7a56c8..bcb63ac48cc5 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c | |||
| @@ -698,7 +698,7 @@ void * __init __alloc_bootmem(unsigned long size, unsigned long align, | |||
| 698 | return ___alloc_bootmem(size, align, goal, limit); | 698 | return ___alloc_bootmem(size, align, goal, limit); |
| 699 | } | 699 | } |
| 700 | 700 | ||
| 701 | static void * __init ___alloc_bootmem_node_nopanic(pg_data_t *pgdat, | 701 | void * __init ___alloc_bootmem_node_nopanic(pg_data_t *pgdat, |
| 702 | unsigned long size, unsigned long align, | 702 | unsigned long size, unsigned long align, |
| 703 | unsigned long goal, unsigned long limit) | 703 | unsigned long goal, unsigned long limit) |
| 704 | { | 704 | { |
| @@ -710,6 +710,10 @@ again: | |||
| 710 | if (ptr) | 710 | if (ptr) |
| 711 | return ptr; | 711 | return ptr; |
| 712 | 712 | ||
| 713 | /* do not panic in alloc_bootmem_bdata() */ | ||
| 714 | if (limit && goal + size > limit) | ||
| 715 | limit = 0; | ||
| 716 | |||
| 713 | ptr = alloc_bootmem_bdata(pgdat->bdata, size, align, goal, limit); | 717 | ptr = alloc_bootmem_bdata(pgdat->bdata, size, align, goal, limit); |
| 714 | if (ptr) | 718 | if (ptr) |
| 715 | return ptr; | 719 | return ptr; |
diff --git a/mm/compaction.c b/mm/compaction.c index 7ea259d82a99..2f42d9528539 100644 --- a/mm/compaction.c +++ b/mm/compaction.c | |||
| @@ -701,8 +701,11 @@ static int compact_zone(struct zone *zone, struct compact_control *cc) | |||
| 701 | if (err) { | 701 | if (err) { |
| 702 | putback_lru_pages(&cc->migratepages); | 702 | putback_lru_pages(&cc->migratepages); |
| 703 | cc->nr_migratepages = 0; | 703 | cc->nr_migratepages = 0; |
| 704 | if (err == -ENOMEM) { | ||
| 705 | ret = COMPACT_PARTIAL; | ||
| 706 | goto out; | ||
| 707 | } | ||
| 704 | } | 708 | } |
| 705 | |||
| 706 | } | 709 | } |
| 707 | 710 | ||
| 708 | out: | 711 | out: |
diff --git a/mm/madvise.c b/mm/madvise.c index deff1b64a08c..14d260fa0d17 100644 --- a/mm/madvise.c +++ b/mm/madvise.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
| 16 | #include <linux/ksm.h> | 16 | #include <linux/ksm.h> |
| 17 | #include <linux/fs.h> | 17 | #include <linux/fs.h> |
| 18 | #include <linux/file.h> | ||
| 18 | 19 | ||
| 19 | /* | 20 | /* |
| 20 | * Any behaviour which results in changes to the vma->vm_flags needs to | 21 | * Any behaviour which results in changes to the vma->vm_flags needs to |
| @@ -204,14 +205,16 @@ static long madvise_remove(struct vm_area_struct *vma, | |||
| 204 | { | 205 | { |
| 205 | loff_t offset; | 206 | loff_t offset; |
| 206 | int error; | 207 | int error; |
| 208 | struct file *f; | ||
| 207 | 209 | ||
| 208 | *prev = NULL; /* tell sys_madvise we drop mmap_sem */ | 210 | *prev = NULL; /* tell sys_madvise we drop mmap_sem */ |
| 209 | 211 | ||
| 210 | if (vma->vm_flags & (VM_LOCKED|VM_NONLINEAR|VM_HUGETLB)) | 212 | if (vma->vm_flags & (VM_LOCKED|VM_NONLINEAR|VM_HUGETLB)) |
| 211 | return -EINVAL; | 213 | return -EINVAL; |
| 212 | 214 | ||
| 213 | if (!vma->vm_file || !vma->vm_file->f_mapping | 215 | f = vma->vm_file; |
| 214 | || !vma->vm_file->f_mapping->host) { | 216 | |
| 217 | if (!f || !f->f_mapping || !f->f_mapping->host) { | ||
| 215 | return -EINVAL; | 218 | return -EINVAL; |
| 216 | } | 219 | } |
| 217 | 220 | ||
| @@ -221,11 +224,18 @@ static long madvise_remove(struct vm_area_struct *vma, | |||
| 221 | offset = (loff_t)(start - vma->vm_start) | 224 | offset = (loff_t)(start - vma->vm_start) |
| 222 | + ((loff_t)vma->vm_pgoff << PAGE_SHIFT); | 225 | + ((loff_t)vma->vm_pgoff << PAGE_SHIFT); |
| 223 | 226 | ||
| 224 | /* filesystem's fallocate may need to take i_mutex */ | 227 | /* |
| 228 | * Filesystem's fallocate may need to take i_mutex. We need to | ||
| 229 | * explicitly grab a reference because the vma (and hence the | ||
| 230 | * vma's reference to the file) can go away as soon as we drop | ||
| 231 | * mmap_sem. | ||
| 232 | */ | ||
| 233 | get_file(f); | ||
| 225 | up_read(¤t->mm->mmap_sem); | 234 | up_read(¤t->mm->mmap_sem); |
| 226 | error = do_fallocate(vma->vm_file, | 235 | error = do_fallocate(f, |
| 227 | FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, | 236 | FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, |
| 228 | offset, end - start); | 237 | offset, end - start); |
| 238 | fput(f); | ||
| 229 | down_read(¤t->mm->mmap_sem); | 239 | down_read(¤t->mm->mmap_sem); |
| 230 | return error; | 240 | return error; |
| 231 | } | 241 | } |
diff --git a/mm/memblock.c b/mm/memblock.c index d4382095f8bd..5cc6731b00cc 100644 --- a/mm/memblock.c +++ b/mm/memblock.c | |||
| @@ -143,30 +143,6 @@ phys_addr_t __init_memblock memblock_find_in_range(phys_addr_t start, | |||
| 143 | MAX_NUMNODES); | 143 | MAX_NUMNODES); |
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | /* | ||
| 147 | * Free memblock.reserved.regions | ||
| 148 | */ | ||
| 149 | int __init_memblock memblock_free_reserved_regions(void) | ||
| 150 | { | ||
| 151 | if (memblock.reserved.regions == memblock_reserved_init_regions) | ||
| 152 | return 0; | ||
| 153 | |||
| 154 | return memblock_free(__pa(memblock.reserved.regions), | ||
| 155 | sizeof(struct memblock_region) * memblock.reserved.max); | ||
| 156 | } | ||
| 157 | |||
| 158 | /* | ||
| 159 | * Reserve memblock.reserved.regions | ||
| 160 | */ | ||
| 161 | int __init_memblock memblock_reserve_reserved_regions(void) | ||
| 162 | { | ||
| 163 | if (memblock.reserved.regions == memblock_reserved_init_regions) | ||
| 164 | return 0; | ||
| 165 | |||
| 166 | return memblock_reserve(__pa(memblock.reserved.regions), | ||
| 167 | sizeof(struct memblock_region) * memblock.reserved.max); | ||
| 168 | } | ||
| 169 | |||
| 170 | static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) | 146 | static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) |
| 171 | { | 147 | { |
| 172 | type->total_size -= type->regions[r].size; | 148 | type->total_size -= type->regions[r].size; |
| @@ -184,6 +160,18 @@ static void __init_memblock memblock_remove_region(struct memblock_type *type, u | |||
| 184 | } | 160 | } |
| 185 | } | 161 | } |
| 186 | 162 | ||
| 163 | phys_addr_t __init_memblock get_allocated_memblock_reserved_regions_info( | ||
| 164 | phys_addr_t *addr) | ||
| 165 | { | ||
| 166 | if (memblock.reserved.regions == memblock_reserved_init_regions) | ||
| 167 | return 0; | ||
| 168 | |||
| 169 | *addr = __pa(memblock.reserved.regions); | ||
| 170 | |||
| 171 | return PAGE_ALIGN(sizeof(struct memblock_region) * | ||
| 172 | memblock.reserved.max); | ||
| 173 | } | ||
| 174 | |||
| 187 | /** | 175 | /** |
| 188 | * memblock_double_array - double the size of the memblock regions array | 176 | * memblock_double_array - double the size of the memblock regions array |
| 189 | * @type: memblock type of the regions array being doubled | 177 | * @type: memblock type of the regions array being doubled |
| @@ -204,6 +192,7 @@ static int __init_memblock memblock_double_array(struct memblock_type *type, | |||
| 204 | phys_addr_t new_area_size) | 192 | phys_addr_t new_area_size) |
| 205 | { | 193 | { |
| 206 | struct memblock_region *new_array, *old_array; | 194 | struct memblock_region *new_array, *old_array; |
| 195 | phys_addr_t old_alloc_size, new_alloc_size; | ||
| 207 | phys_addr_t old_size, new_size, addr; | 196 | phys_addr_t old_size, new_size, addr; |
| 208 | int use_slab = slab_is_available(); | 197 | int use_slab = slab_is_available(); |
| 209 | int *in_slab; | 198 | int *in_slab; |
| @@ -217,6 +206,12 @@ static int __init_memblock memblock_double_array(struct memblock_type *type, | |||
| 217 | /* Calculate new doubled size */ | 206 | /* Calculate new doubled size */ |
| 218 | old_size = type->max * sizeof(struct memblock_region); | 207 | old_size = type->max * sizeof(struct memblock_region); |
| 219 | new_size = old_size << 1; | 208 | new_size = old_size << 1; |
| 209 | /* | ||
| 210 | * We need to allocated new one align to PAGE_SIZE, | ||
| 211 | * so we can free them completely later. | ||
| 212 | */ | ||
| 213 | old_alloc_size = PAGE_ALIGN(old_size); | ||
| 214 | new_alloc_size = PAGE_ALIGN(new_size); | ||
| 220 | 215 | ||
| 221 | /* Retrieve the slab flag */ | 216 | /* Retrieve the slab flag */ |
| 222 | if (type == &memblock.memory) | 217 | if (type == &memblock.memory) |
| @@ -245,11 +240,11 @@ static int __init_memblock memblock_double_array(struct memblock_type *type, | |||
| 245 | 240 | ||
| 246 | addr = memblock_find_in_range(new_area_start + new_area_size, | 241 | addr = memblock_find_in_range(new_area_start + new_area_size, |
| 247 | memblock.current_limit, | 242 | memblock.current_limit, |
| 248 | new_size, sizeof(phys_addr_t)); | 243 | new_alloc_size, PAGE_SIZE); |
| 249 | if (!addr && new_area_size) | 244 | if (!addr && new_area_size) |
| 250 | addr = memblock_find_in_range(0, | 245 | addr = memblock_find_in_range(0, |
| 251 | min(new_area_start, memblock.current_limit), | 246 | min(new_area_start, memblock.current_limit), |
| 252 | new_size, sizeof(phys_addr_t)); | 247 | new_alloc_size, PAGE_SIZE); |
| 253 | 248 | ||
| 254 | new_array = addr ? __va(addr) : 0; | 249 | new_array = addr ? __va(addr) : 0; |
| 255 | } | 250 | } |
| @@ -279,13 +274,13 @@ static int __init_memblock memblock_double_array(struct memblock_type *type, | |||
| 279 | kfree(old_array); | 274 | kfree(old_array); |
| 280 | else if (old_array != memblock_memory_init_regions && | 275 | else if (old_array != memblock_memory_init_regions && |
| 281 | old_array != memblock_reserved_init_regions) | 276 | old_array != memblock_reserved_init_regions) |
| 282 | memblock_free(__pa(old_array), old_size); | 277 | memblock_free(__pa(old_array), old_alloc_size); |
| 283 | 278 | ||
| 284 | /* Reserve the new array if that comes from the memblock. | 279 | /* Reserve the new array if that comes from the memblock. |
| 285 | * Otherwise, we needn't do it | 280 | * Otherwise, we needn't do it |
| 286 | */ | 281 | */ |
| 287 | if (!use_slab) | 282 | if (!use_slab) |
| 288 | BUG_ON(memblock_reserve(addr, new_size)); | 283 | BUG_ON(memblock_reserve(addr, new_alloc_size)); |
| 289 | 284 | ||
| 290 | /* Update slab flag */ | 285 | /* Update slab flag */ |
| 291 | *in_slab = use_slab; | 286 | *in_slab = use_slab; |
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 0d7e3ec8e0f3..427bb291dd0f 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
| @@ -618,7 +618,7 @@ int __ref add_memory(int nid, u64 start, u64 size) | |||
| 618 | pgdat = hotadd_new_pgdat(nid, start); | 618 | pgdat = hotadd_new_pgdat(nid, start); |
| 619 | ret = -ENOMEM; | 619 | ret = -ENOMEM; |
| 620 | if (!pgdat) | 620 | if (!pgdat) |
| 621 | goto out; | 621 | goto error; |
| 622 | new_pgdat = 1; | 622 | new_pgdat = 1; |
| 623 | } | 623 | } |
| 624 | 624 | ||
diff --git a/mm/nobootmem.c b/mm/nobootmem.c index d23415c001bc..405573010f99 100644 --- a/mm/nobootmem.c +++ b/mm/nobootmem.c | |||
| @@ -105,27 +105,35 @@ static void __init __free_pages_memory(unsigned long start, unsigned long end) | |||
| 105 | __free_pages_bootmem(pfn_to_page(i), 0); | 105 | __free_pages_bootmem(pfn_to_page(i), 0); |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | static unsigned long __init __free_memory_core(phys_addr_t start, | ||
| 109 | phys_addr_t end) | ||
| 110 | { | ||
| 111 | unsigned long start_pfn = PFN_UP(start); | ||
| 112 | unsigned long end_pfn = min_t(unsigned long, | ||
| 113 | PFN_DOWN(end), max_low_pfn); | ||
| 114 | |||
| 115 | if (start_pfn > end_pfn) | ||
| 116 | return 0; | ||
| 117 | |||
| 118 | __free_pages_memory(start_pfn, end_pfn); | ||
| 119 | |||
| 120 | return end_pfn - start_pfn; | ||
| 121 | } | ||
| 122 | |||
| 108 | unsigned long __init free_low_memory_core_early(int nodeid) | 123 | unsigned long __init free_low_memory_core_early(int nodeid) |
| 109 | { | 124 | { |
| 110 | unsigned long count = 0; | 125 | unsigned long count = 0; |
| 111 | phys_addr_t start, end; | 126 | phys_addr_t start, end, size; |
| 112 | u64 i; | 127 | u64 i; |
| 113 | 128 | ||
| 114 | /* free reserved array temporarily so that it's treated as free area */ | 129 | for_each_free_mem_range(i, MAX_NUMNODES, &start, &end, NULL) |
| 115 | memblock_free_reserved_regions(); | 130 | count += __free_memory_core(start, end); |
| 116 | 131 | ||
| 117 | for_each_free_mem_range(i, MAX_NUMNODES, &start, &end, NULL) { | 132 | /* free range that is used for reserved array if we allocate it */ |
| 118 | unsigned long start_pfn = PFN_UP(start); | 133 | size = get_allocated_memblock_reserved_regions_info(&start); |
| 119 | unsigned long end_pfn = min_t(unsigned long, | 134 | if (size) |
| 120 | PFN_DOWN(end), max_low_pfn); | 135 | count += __free_memory_core(start, start + size); |
| 121 | if (start_pfn < end_pfn) { | ||
| 122 | __free_pages_memory(start_pfn, end_pfn); | ||
| 123 | count += end_pfn - start_pfn; | ||
| 124 | } | ||
| 125 | } | ||
| 126 | 136 | ||
| 127 | /* put region array back? */ | ||
| 128 | memblock_reserve_reserved_regions(); | ||
| 129 | return count; | 137 | return count; |
| 130 | } | 138 | } |
| 131 | 139 | ||
| @@ -274,7 +282,7 @@ void * __init __alloc_bootmem(unsigned long size, unsigned long align, | |||
| 274 | return ___alloc_bootmem(size, align, goal, limit); | 282 | return ___alloc_bootmem(size, align, goal, limit); |
| 275 | } | 283 | } |
| 276 | 284 | ||
| 277 | static void * __init ___alloc_bootmem_node_nopanic(pg_data_t *pgdat, | 285 | void * __init ___alloc_bootmem_node_nopanic(pg_data_t *pgdat, |
| 278 | unsigned long size, | 286 | unsigned long size, |
| 279 | unsigned long align, | 287 | unsigned long align, |
| 280 | unsigned long goal, | 288 | unsigned long goal, |
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 44030096da63..4a4f9219683f 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
| @@ -5635,7 +5635,12 @@ static struct page * | |||
| 5635 | __alloc_contig_migrate_alloc(struct page *page, unsigned long private, | 5635 | __alloc_contig_migrate_alloc(struct page *page, unsigned long private, |
| 5636 | int **resultp) | 5636 | int **resultp) |
| 5637 | { | 5637 | { |
| 5638 | return alloc_page(GFP_HIGHUSER_MOVABLE); | 5638 | gfp_t gfp_mask = GFP_USER | __GFP_MOVABLE; |
| 5639 | |||
| 5640 | if (PageHighMem(page)) | ||
| 5641 | gfp_mask |= __GFP_HIGHMEM; | ||
| 5642 | |||
| 5643 | return alloc_page(gfp_mask); | ||
| 5639 | } | 5644 | } |
| 5640 | 5645 | ||
| 5641 | /* [start, end) must belong to a single zone. */ | 5646 | /* [start, end) must belong to a single zone. */ |
diff --git a/mm/shmem.c b/mm/shmem.c index a15a466d0d1d..bd106361be4b 100644 --- a/mm/shmem.c +++ b/mm/shmem.c | |||
| @@ -264,46 +264,55 @@ static int shmem_radix_tree_replace(struct address_space *mapping, | |||
| 264 | } | 264 | } |
| 265 | 265 | ||
| 266 | /* | 266 | /* |
| 267 | * Sometimes, before we decide whether to proceed or to fail, we must check | ||
| 268 | * that an entry was not already brought back from swap by a racing thread. | ||
| 269 | * | ||
| 270 | * Checking page is not enough: by the time a SwapCache page is locked, it | ||
| 271 | * might be reused, and again be SwapCache, using the same swap as before. | ||
| 272 | */ | ||
| 273 | static bool shmem_confirm_swap(struct address_space *mapping, | ||
| 274 | pgoff_t index, swp_entry_t swap) | ||
| 275 | { | ||
| 276 | void *item; | ||
| 277 | |||
| 278 | rcu_read_lock(); | ||
| 279 | item = radix_tree_lookup(&mapping->page_tree, index); | ||
| 280 | rcu_read_unlock(); | ||
| 281 | return item == swp_to_radix_entry(swap); | ||
| 282 | } | ||
| 283 | |||
| 284 | /* | ||
| 267 | * Like add_to_page_cache_locked, but error if expected item has gone. | 285 | * Like add_to_page_cache_locked, but error if expected item has gone. |
| 268 | */ | 286 | */ |
| 269 | static int shmem_add_to_page_cache(struct page *page, | 287 | static int shmem_add_to_page_cache(struct page *page, |
| 270 | struct address_space *mapping, | 288 | struct address_space *mapping, |
| 271 | pgoff_t index, gfp_t gfp, void *expected) | 289 | pgoff_t index, gfp_t gfp, void *expected) |
| 272 | { | 290 | { |
| 273 | int error = 0; | 291 | int error; |
| 274 | 292 | ||
| 275 | VM_BUG_ON(!PageLocked(page)); | 293 | VM_BUG_ON(!PageLocked(page)); |
| 276 | VM_BUG_ON(!PageSwapBacked(page)); | 294 | VM_BUG_ON(!PageSwapBacked(page)); |
| 277 | 295 | ||
| 296 | page_cache_get(page); | ||
| 297 | page->mapping = mapping; | ||
| 298 | page->index = index; | ||
| 299 | |||
| 300 | spin_lock_irq(&mapping->tree_lock); | ||
| 278 | if (!expected) | 301 | if (!expected) |
| 279 | error = radix_tree_preload(gfp & GFP_RECLAIM_MASK); | 302 | error = radix_tree_insert(&mapping->page_tree, index, page); |
| 303 | else | ||
| 304 | error = shmem_radix_tree_replace(mapping, index, expected, | ||
| 305 | page); | ||
| 280 | if (!error) { | 306 | if (!error) { |
| 281 | page_cache_get(page); | 307 | mapping->nrpages++; |
| 282 | page->mapping = mapping; | 308 | __inc_zone_page_state(page, NR_FILE_PAGES); |
| 283 | page->index = index; | 309 | __inc_zone_page_state(page, NR_SHMEM); |
| 284 | 310 | spin_unlock_irq(&mapping->tree_lock); | |
| 285 | spin_lock_irq(&mapping->tree_lock); | 311 | } else { |
| 286 | if (!expected) | 312 | page->mapping = NULL; |
| 287 | error = radix_tree_insert(&mapping->page_tree, | 313 | spin_unlock_irq(&mapping->tree_lock); |
| 288 | index, page); | 314 | page_cache_release(page); |
| 289 | else | ||
| 290 | error = shmem_radix_tree_replace(mapping, index, | ||
| 291 | expected, page); | ||
| 292 | if (!error) { | ||
| 293 | mapping->nrpages++; | ||
| 294 | __inc_zone_page_state(page, NR_FILE_PAGES); | ||
| 295 | __inc_zone_page_state(page, NR_SHMEM); | ||
| 296 | spin_unlock_irq(&mapping->tree_lock); | ||
| 297 | } else { | ||
| 298 | page->mapping = NULL; | ||
| 299 | spin_unlock_irq(&mapping->tree_lock); | ||
| 300 | page_cache_release(page); | ||
| 301 | } | ||
| 302 | if (!expected) | ||
| 303 | radix_tree_preload_end(); | ||
| 304 | } | 315 | } |
| 305 | if (error) | ||
| 306 | mem_cgroup_uncharge_cache_page(page); | ||
| 307 | return error; | 316 | return error; |
| 308 | } | 317 | } |
| 309 | 318 | ||
| @@ -1124,9 +1133,9 @@ repeat: | |||
| 1124 | /* We have to do this with page locked to prevent races */ | 1133 | /* We have to do this with page locked to prevent races */ |
| 1125 | lock_page(page); | 1134 | lock_page(page); |
| 1126 | if (!PageSwapCache(page) || page_private(page) != swap.val || | 1135 | if (!PageSwapCache(page) || page_private(page) != swap.val || |
| 1127 | page->mapping) { | 1136 | !shmem_confirm_swap(mapping, index, swap)) { |
| 1128 | error = -EEXIST; /* try again */ | 1137 | error = -EEXIST; /* try again */ |
| 1129 | goto failed; | 1138 | goto unlock; |
| 1130 | } | 1139 | } |
| 1131 | if (!PageUptodate(page)) { | 1140 | if (!PageUptodate(page)) { |
| 1132 | error = -EIO; | 1141 | error = -EIO; |
| @@ -1142,9 +1151,12 @@ repeat: | |||
| 1142 | 1151 | ||
| 1143 | error = mem_cgroup_cache_charge(page, current->mm, | 1152 | error = mem_cgroup_cache_charge(page, current->mm, |
| 1144 | gfp & GFP_RECLAIM_MASK); | 1153 | gfp & GFP_RECLAIM_MASK); |
| 1145 | if (!error) | 1154 | if (!error) { |
| 1146 | error = shmem_add_to_page_cache(page, mapping, index, | 1155 | error = shmem_add_to_page_cache(page, mapping, index, |
| 1147 | gfp, swp_to_radix_entry(swap)); | 1156 | gfp, swp_to_radix_entry(swap)); |
| 1157 | /* We already confirmed swap, and make no allocation */ | ||
| 1158 | VM_BUG_ON(error); | ||
| 1159 | } | ||
| 1148 | if (error) | 1160 | if (error) |
| 1149 | goto failed; | 1161 | goto failed; |
| 1150 | 1162 | ||
| @@ -1181,11 +1193,18 @@ repeat: | |||
| 1181 | __set_page_locked(page); | 1193 | __set_page_locked(page); |
| 1182 | error = mem_cgroup_cache_charge(page, current->mm, | 1194 | error = mem_cgroup_cache_charge(page, current->mm, |
| 1183 | gfp & GFP_RECLAIM_MASK); | 1195 | gfp & GFP_RECLAIM_MASK); |
| 1184 | if (!error) | ||
| 1185 | error = shmem_add_to_page_cache(page, mapping, index, | ||
| 1186 | gfp, NULL); | ||
| 1187 | if (error) | 1196 | if (error) |
| 1188 | goto decused; | 1197 | goto decused; |
| 1198 | error = radix_tree_preload(gfp & GFP_RECLAIM_MASK); | ||
| 1199 | if (!error) { | ||
| 1200 | error = shmem_add_to_page_cache(page, mapping, index, | ||
| 1201 | gfp, NULL); | ||
| 1202 | radix_tree_preload_end(); | ||
| 1203 | } | ||
| 1204 | if (error) { | ||
| 1205 | mem_cgroup_uncharge_cache_page(page); | ||
| 1206 | goto decused; | ||
| 1207 | } | ||
| 1189 | lru_cache_add_anon(page); | 1208 | lru_cache_add_anon(page); |
| 1190 | 1209 | ||
| 1191 | spin_lock(&info->lock); | 1210 | spin_lock(&info->lock); |
| @@ -1245,14 +1264,10 @@ decused: | |||
| 1245 | unacct: | 1264 | unacct: |
| 1246 | shmem_unacct_blocks(info->flags, 1); | 1265 | shmem_unacct_blocks(info->flags, 1); |
| 1247 | failed: | 1266 | failed: |
| 1248 | if (swap.val && error != -EINVAL) { | 1267 | if (swap.val && error != -EINVAL && |
| 1249 | struct page *test = find_get_page(mapping, index); | 1268 | !shmem_confirm_swap(mapping, index, swap)) |
| 1250 | if (test && !radix_tree_exceptional_entry(test)) | 1269 | error = -EEXIST; |
| 1251 | page_cache_release(test); | 1270 | unlock: |
| 1252 | /* Have another try if the entry has changed */ | ||
| 1253 | if (test != swp_to_radix_entry(swap)) | ||
| 1254 | error = -EEXIST; | ||
| 1255 | } | ||
| 1256 | if (page) { | 1271 | if (page) { |
| 1257 | unlock_page(page); | 1272 | unlock_page(page); |
| 1258 | page_cache_release(page); | 1273 | page_cache_release(page); |
| @@ -1264,7 +1279,7 @@ failed: | |||
| 1264 | spin_unlock(&info->lock); | 1279 | spin_unlock(&info->lock); |
| 1265 | goto repeat; | 1280 | goto repeat; |
| 1266 | } | 1281 | } |
| 1267 | if (error == -EEXIST) | 1282 | if (error == -EEXIST) /* from above or from radix_tree_insert */ |
| 1268 | goto repeat; | 1283 | goto repeat; |
| 1269 | return error; | 1284 | return error; |
| 1270 | } | 1285 | } |
| @@ -1594,6 +1609,7 @@ static ssize_t shmem_file_splice_read(struct file *in, loff_t *ppos, | |||
| 1594 | struct splice_pipe_desc spd = { | 1609 | struct splice_pipe_desc spd = { |
| 1595 | .pages = pages, | 1610 | .pages = pages, |
| 1596 | .partial = partial, | 1611 | .partial = partial, |
| 1612 | .nr_pages_max = PIPE_DEF_BUFFERS, | ||
| 1597 | .flags = flags, | 1613 | .flags = flags, |
| 1598 | .ops = &page_cache_pipe_buf_ops, | 1614 | .ops = &page_cache_pipe_buf_ops, |
| 1599 | .spd_release = spd_release_page, | 1615 | .spd_release = spd_release_page, |
| @@ -1682,7 +1698,7 @@ static ssize_t shmem_file_splice_read(struct file *in, loff_t *ppos, | |||
| 1682 | if (spd.nr_pages) | 1698 | if (spd.nr_pages) |
| 1683 | error = splice_to_pipe(pipe, &spd); | 1699 | error = splice_to_pipe(pipe, &spd); |
| 1684 | 1700 | ||
| 1685 | splice_shrink_spd(pipe, &spd); | 1701 | splice_shrink_spd(&spd); |
| 1686 | 1702 | ||
| 1687 | if (error > 0) { | 1703 | if (error > 0) { |
| 1688 | *ppos += error; | 1704 | *ppos += error; |
| @@ -1691,98 +1707,6 @@ static ssize_t shmem_file_splice_read(struct file *in, loff_t *ppos, | |||
| 1691 | return error; | 1707 | return error; |
| 1692 | } | 1708 | } |
| 1693 | 1709 | ||
| 1694 | /* | ||
| 1695 | * llseek SEEK_DATA or SEEK_HOLE through the radix_tree. | ||
| 1696 | */ | ||
| 1697 | static pgoff_t shmem_seek_hole_data(struct address_space *mapping, | ||
| 1698 | pgoff_t index, pgoff_t end, int origin) | ||
| 1699 | { | ||
| 1700 | struct page *page; | ||
| 1701 | struct pagevec pvec; | ||
| 1702 | pgoff_t indices[PAGEVEC_SIZE]; | ||
| 1703 | bool done = false; | ||
| 1704 | int i; | ||
| 1705 | |||
| 1706 | pagevec_init(&pvec, 0); | ||
| 1707 | pvec.nr = 1; /* start small: we may be there already */ | ||
| 1708 | while (!done) { | ||
| 1709 | pvec.nr = shmem_find_get_pages_and_swap(mapping, index, | ||
| 1710 | pvec.nr, pvec.pages, indices); | ||
| 1711 | if (!pvec.nr) { | ||
| 1712 | if (origin == SEEK_DATA) | ||
| 1713 | index = end; | ||
| 1714 | break; | ||
| 1715 | } | ||
| 1716 | for (i = 0; i < pvec.nr; i++, index++) { | ||
| 1717 | if (index < indices[i]) { | ||
| 1718 | if (origin == SEEK_HOLE) { | ||
| 1719 | done = true; | ||
| 1720 | break; | ||
| 1721 | } | ||
| 1722 | index = indices[i]; | ||
| 1723 | } | ||
| 1724 | page = pvec.pages[i]; | ||
| 1725 | if (page && !radix_tree_exceptional_entry(page)) { | ||
| 1726 | if (!PageUptodate(page)) | ||
| 1727 | page = NULL; | ||
| 1728 | } | ||
| 1729 | if (index >= end || | ||
| 1730 | (page && origin == SEEK_DATA) || | ||
| 1731 | (!page && origin == SEEK_HOLE)) { | ||
| 1732 | done = true; | ||
| 1733 | break; | ||
| 1734 | } | ||
| 1735 | } | ||
| 1736 | shmem_deswap_pagevec(&pvec); | ||
| 1737 | pagevec_release(&pvec); | ||
| 1738 | pvec.nr = PAGEVEC_SIZE; | ||
| 1739 | cond_resched(); | ||
| 1740 | } | ||
| 1741 | return index; | ||
| 1742 | } | ||
| 1743 | |||
| 1744 | static loff_t shmem_file_llseek(struct file *file, loff_t offset, int origin) | ||
| 1745 | { | ||
| 1746 | struct address_space *mapping; | ||
| 1747 | struct inode *inode; | ||
| 1748 | pgoff_t start, end; | ||
| 1749 | loff_t new_offset; | ||
| 1750 | |||
| 1751 | if (origin != SEEK_DATA && origin != SEEK_HOLE) | ||
| 1752 | return generic_file_llseek_size(file, offset, origin, | ||
| 1753 | MAX_LFS_FILESIZE); | ||
| 1754 | mapping = file->f_mapping; | ||
| 1755 | inode = mapping->host; | ||
| 1756 | mutex_lock(&inode->i_mutex); | ||
| 1757 | /* We're holding i_mutex so we can access i_size directly */ | ||
| 1758 | |||
| 1759 | if (offset < 0) | ||
| 1760 | offset = -EINVAL; | ||
| 1761 | else if (offset >= inode->i_size) | ||
| 1762 | offset = -ENXIO; | ||
| 1763 | else { | ||
| 1764 | start = offset >> PAGE_CACHE_SHIFT; | ||
| 1765 | end = (inode->i_size + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; | ||
| 1766 | new_offset = shmem_seek_hole_data(mapping, start, end, origin); | ||
| 1767 | new_offset <<= PAGE_CACHE_SHIFT; | ||
| 1768 | if (new_offset > offset) { | ||
| 1769 | if (new_offset < inode->i_size) | ||
| 1770 | offset = new_offset; | ||
| 1771 | else if (origin == SEEK_DATA) | ||
| 1772 | offset = -ENXIO; | ||
| 1773 | else | ||
| 1774 | offset = inode->i_size; | ||
| 1775 | } | ||
| 1776 | } | ||
| 1777 | |||
| 1778 | if (offset >= 0 && offset != file->f_pos) { | ||
| 1779 | file->f_pos = offset; | ||
| 1780 | file->f_version = 0; | ||
| 1781 | } | ||
| 1782 | mutex_unlock(&inode->i_mutex); | ||
| 1783 | return offset; | ||
| 1784 | } | ||
| 1785 | |||
| 1786 | static long shmem_fallocate(struct file *file, int mode, loff_t offset, | 1710 | static long shmem_fallocate(struct file *file, int mode, loff_t offset, |
| 1787 | loff_t len) | 1711 | loff_t len) |
| 1788 | { | 1712 | { |
| @@ -2786,7 +2710,7 @@ static const struct address_space_operations shmem_aops = { | |||
| 2786 | static const struct file_operations shmem_file_operations = { | 2710 | static const struct file_operations shmem_file_operations = { |
| 2787 | .mmap = shmem_mmap, | 2711 | .mmap = shmem_mmap, |
| 2788 | #ifdef CONFIG_TMPFS | 2712 | #ifdef CONFIG_TMPFS |
| 2789 | .llseek = shmem_file_llseek, | 2713 | .llseek = generic_file_llseek, |
| 2790 | .read = do_sync_read, | 2714 | .read = do_sync_read, |
| 2791 | .write = do_sync_write, | 2715 | .write = do_sync_write, |
| 2792 | .aio_read = shmem_file_aio_read, | 2716 | .aio_read = shmem_file_aio_read, |
diff --git a/mm/sparse.c b/mm/sparse.c index 6a4bf9160e85..c7bb952400c8 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
| @@ -275,8 +275,9 @@ static unsigned long * __init | |||
| 275 | sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat, | 275 | sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat, |
| 276 | unsigned long size) | 276 | unsigned long size) |
| 277 | { | 277 | { |
| 278 | pg_data_t *host_pgdat; | 278 | unsigned long goal, limit; |
| 279 | unsigned long goal; | 279 | unsigned long *p; |
| 280 | int nid; | ||
| 280 | /* | 281 | /* |
| 281 | * A page may contain usemaps for other sections preventing the | 282 | * A page may contain usemaps for other sections preventing the |
| 282 | * page being freed and making a section unremovable while | 283 | * page being freed and making a section unremovable while |
| @@ -287,10 +288,17 @@ sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat, | |||
| 287 | * from the same section as the pgdat where possible to avoid | 288 | * from the same section as the pgdat where possible to avoid |
| 288 | * this problem. | 289 | * this problem. |
| 289 | */ | 290 | */ |
| 290 | goal = __pa(pgdat) & PAGE_SECTION_MASK; | 291 | goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); |
| 291 | host_pgdat = NODE_DATA(early_pfn_to_nid(goal >> PAGE_SHIFT)); | 292 | limit = goal + (1UL << PA_SECTION_SHIFT); |
| 292 | return __alloc_bootmem_node_nopanic(host_pgdat, size, | 293 | nid = early_pfn_to_nid(goal >> PAGE_SHIFT); |
| 293 | SMP_CACHE_BYTES, goal); | 294 | again: |
| 295 | p = ___alloc_bootmem_node_nopanic(NODE_DATA(nid), size, | ||
| 296 | SMP_CACHE_BYTES, goal, limit); | ||
| 297 | if (!p && limit) { | ||
| 298 | limit = 0; | ||
| 299 | goto again; | ||
| 300 | } | ||
| 301 | return p; | ||
| 294 | } | 302 | } |
| 295 | 303 | ||
| 296 | static void __init check_usemap_section_nr(int nid, unsigned long *usemap) | 304 | static void __init check_usemap_section_nr(int nid, unsigned long *usemap) |
diff --git a/mm/vmscan.c b/mm/vmscan.c index eeb3bc9d1d36..66e431060c05 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
| @@ -2688,7 +2688,10 @@ static void kswapd_try_to_sleep(pg_data_t *pgdat, int order, int classzone_idx) | |||
| 2688 | * them before going back to sleep. | 2688 | * them before going back to sleep. |
| 2689 | */ | 2689 | */ |
| 2690 | set_pgdat_percpu_threshold(pgdat, calculate_normal_threshold); | 2690 | set_pgdat_percpu_threshold(pgdat, calculate_normal_threshold); |
| 2691 | schedule(); | 2691 | |
| 2692 | if (!kthread_should_stop()) | ||
| 2693 | schedule(); | ||
| 2694 | |||
| 2692 | set_pgdat_percpu_threshold(pgdat, calculate_pressure_threshold); | 2695 | set_pgdat_percpu_threshold(pgdat, calculate_pressure_threshold); |
| 2693 | } else { | 2696 | } else { |
| 2694 | if (remaining) | 2697 | if (remaining) |
| @@ -2955,14 +2958,17 @@ int kswapd_run(int nid) | |||
| 2955 | } | 2958 | } |
| 2956 | 2959 | ||
| 2957 | /* | 2960 | /* |
| 2958 | * Called by memory hotplug when all memory in a node is offlined. | 2961 | * Called by memory hotplug when all memory in a node is offlined. Caller must |
| 2962 | * hold lock_memory_hotplug(). | ||
| 2959 | */ | 2963 | */ |
| 2960 | void kswapd_stop(int nid) | 2964 | void kswapd_stop(int nid) |
| 2961 | { | 2965 | { |
| 2962 | struct task_struct *kswapd = NODE_DATA(nid)->kswapd; | 2966 | struct task_struct *kswapd = NODE_DATA(nid)->kswapd; |
| 2963 | 2967 | ||
| 2964 | if (kswapd) | 2968 | if (kswapd) { |
| 2965 | kthread_stop(kswapd); | 2969 | kthread_stop(kswapd); |
| 2970 | NODE_DATA(nid)->kswapd = NULL; | ||
| 2971 | } | ||
| 2966 | } | 2972 | } |
| 2967 | 2973 | ||
| 2968 | static int __init kswapd_init(void) | 2974 | static int __init kswapd_init(void) |
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 6089f0cf23b4..9096bcb08132 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
| @@ -403,6 +403,9 @@ static int vlan_device_event(struct notifier_block *unused, unsigned long event, | |||
| 403 | break; | 403 | break; |
| 404 | 404 | ||
| 405 | case NETDEV_DOWN: | 405 | case NETDEV_DOWN: |
| 406 | if (dev->features & NETIF_F_HW_VLAN_FILTER) | ||
| 407 | vlan_vid_del(dev, 0); | ||
| 408 | |||
| 406 | /* Put all VLANs for this dev in the down state too. */ | 409 | /* Put all VLANs for this dev in the down state too. */ |
| 407 | for (i = 0; i < VLAN_N_VID; i++) { | 410 | for (i = 0; i < VLAN_N_VID; i++) { |
| 408 | vlandev = vlan_group_get_device(grp, i); | 411 | vlandev = vlan_group_get_device(grp, i); |
diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index 051f7abae66d..779095ded689 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c | |||
| @@ -842,6 +842,7 @@ static int ax25_create(struct net *net, struct socket *sock, int protocol, | |||
| 842 | case AX25_P_NETROM: | 842 | case AX25_P_NETROM: |
| 843 | if (ax25_protocol_is_registered(AX25_P_NETROM)) | 843 | if (ax25_protocol_is_registered(AX25_P_NETROM)) |
| 844 | return -ESOCKTNOSUPPORT; | 844 | return -ESOCKTNOSUPPORT; |
| 845 | break; | ||
| 845 | #endif | 846 | #endif |
| 846 | #ifdef CONFIG_ROSE_MODULE | 847 | #ifdef CONFIG_ROSE_MODULE |
| 847 | case AX25_P_ROSE: | 848 | case AX25_P_ROSE: |
diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index 8bf97515a77d..c5863f499133 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c | |||
| @@ -1351,6 +1351,7 @@ void bla_free(struct bat_priv *bat_priv) | |||
| 1351 | * @bat_priv: the bat priv with all the soft interface information | 1351 | * @bat_priv: the bat priv with all the soft interface information |
| 1352 | * @skb: the frame to be checked | 1352 | * @skb: the frame to be checked |
| 1353 | * @vid: the VLAN ID of the frame | 1353 | * @vid: the VLAN ID of the frame |
| 1354 | * @is_bcast: the packet came in a broadcast packet type. | ||
| 1354 | * | 1355 | * |
| 1355 | * bla_rx avoidance checks if: | 1356 | * bla_rx avoidance checks if: |
| 1356 | * * we have to race for a claim | 1357 | * * we have to race for a claim |
| @@ -1361,7 +1362,8 @@ void bla_free(struct bat_priv *bat_priv) | |||
| 1361 | * process the skb. | 1362 | * process the skb. |
| 1362 | * | 1363 | * |
| 1363 | */ | 1364 | */ |
| 1364 | int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid) | 1365 | int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid, |
| 1366 | bool is_bcast) | ||
| 1365 | { | 1367 | { |
| 1366 | struct ethhdr *ethhdr; | 1368 | struct ethhdr *ethhdr; |
| 1367 | struct claim search_claim, *claim = NULL; | 1369 | struct claim search_claim, *claim = NULL; |
| @@ -1380,7 +1382,7 @@ int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid) | |||
| 1380 | 1382 | ||
| 1381 | if (unlikely(atomic_read(&bat_priv->bla_num_requests))) | 1383 | if (unlikely(atomic_read(&bat_priv->bla_num_requests))) |
| 1382 | /* don't allow broadcasts while requests are in flight */ | 1384 | /* don't allow broadcasts while requests are in flight */ |
| 1383 | if (is_multicast_ether_addr(ethhdr->h_dest)) | 1385 | if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) |
| 1384 | goto handled; | 1386 | goto handled; |
| 1385 | 1387 | ||
| 1386 | memcpy(search_claim.addr, ethhdr->h_source, ETH_ALEN); | 1388 | memcpy(search_claim.addr, ethhdr->h_source, ETH_ALEN); |
| @@ -1406,8 +1408,13 @@ int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid) | |||
| 1406 | } | 1408 | } |
| 1407 | 1409 | ||
| 1408 | /* if it is a broadcast ... */ | 1410 | /* if it is a broadcast ... */ |
| 1409 | if (is_multicast_ether_addr(ethhdr->h_dest)) { | 1411 | if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) { |
| 1410 | /* ... drop it. the responsible gateway is in charge. */ | 1412 | /* ... drop it. the responsible gateway is in charge. |
| 1413 | * | ||
| 1414 | * We need to check is_bcast because with the gateway | ||
| 1415 | * feature, broadcasts (like DHCP requests) may be sent | ||
| 1416 | * using a unicast packet type. | ||
| 1417 | */ | ||
| 1411 | goto handled; | 1418 | goto handled; |
| 1412 | } else { | 1419 | } else { |
| 1413 | /* seems the client considers us as its best gateway. | 1420 | /* seems the client considers us as its best gateway. |
diff --git a/net/batman-adv/bridge_loop_avoidance.h b/net/batman-adv/bridge_loop_avoidance.h index e39f93acc28f..dc5227b398d4 100644 --- a/net/batman-adv/bridge_loop_avoidance.h +++ b/net/batman-adv/bridge_loop_avoidance.h | |||
| @@ -23,7 +23,8 @@ | |||
| 23 | #define _NET_BATMAN_ADV_BLA_H_ | 23 | #define _NET_BATMAN_ADV_BLA_H_ |
| 24 | 24 | ||
| 25 | #ifdef CONFIG_BATMAN_ADV_BLA | 25 | #ifdef CONFIG_BATMAN_ADV_BLA |
| 26 | int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid); | 26 | int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid, |
| 27 | bool is_bcast); | ||
| 27 | int bla_tx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid); | 28 | int bla_tx(struct bat_priv *bat_priv, struct sk_buff *skb, short vid); |
| 28 | int bla_is_backbone_gw(struct sk_buff *skb, | 29 | int bla_is_backbone_gw(struct sk_buff *skb, |
| 29 | struct orig_node *orig_node, int hdr_size); | 30 | struct orig_node *orig_node, int hdr_size); |
| @@ -41,7 +42,7 @@ void bla_free(struct bat_priv *bat_priv); | |||
| 41 | #else /* ifdef CONFIG_BATMAN_ADV_BLA */ | 42 | #else /* ifdef CONFIG_BATMAN_ADV_BLA */ |
| 42 | 43 | ||
| 43 | static inline int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, | 44 | static inline int bla_rx(struct bat_priv *bat_priv, struct sk_buff *skb, |
| 44 | short vid) | 45 | short vid, bool is_bcast) |
| 45 | { | 46 | { |
| 46 | return 0; | 47 | return 0; |
| 47 | } | 48 | } |
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 6e2530b02043..a0ec0e4ada4c 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c | |||
| @@ -256,7 +256,11 @@ void interface_rx(struct net_device *soft_iface, | |||
| 256 | struct bat_priv *bat_priv = netdev_priv(soft_iface); | 256 | struct bat_priv *bat_priv = netdev_priv(soft_iface); |
| 257 | struct ethhdr *ethhdr; | 257 | struct ethhdr *ethhdr; |
| 258 | struct vlan_ethhdr *vhdr; | 258 | struct vlan_ethhdr *vhdr; |
| 259 | struct batman_header *batadv_header = (struct batman_header *)skb->data; | ||
| 259 | short vid __maybe_unused = -1; | 260 | short vid __maybe_unused = -1; |
| 261 | bool is_bcast; | ||
| 262 | |||
| 263 | is_bcast = (batadv_header->packet_type == BAT_BCAST); | ||
| 260 | 264 | ||
| 261 | /* check if enough space is available for pulling, and pull */ | 265 | /* check if enough space is available for pulling, and pull */ |
| 262 | if (!pskb_may_pull(skb, hdr_size)) | 266 | if (!pskb_may_pull(skb, hdr_size)) |
| @@ -302,7 +306,7 @@ void interface_rx(struct net_device *soft_iface, | |||
| 302 | /* Let the bridge loop avoidance check the packet. If will | 306 | /* Let the bridge loop avoidance check the packet. If will |
| 303 | * not handle it, we can safely push it up. | 307 | * not handle it, we can safely push it up. |
| 304 | */ | 308 | */ |
| 305 | if (bla_rx(bat_priv, skb, vid)) | 309 | if (bla_rx(bat_priv, skb, vid, is_bcast)) |
| 306 | goto out; | 310 | goto out; |
| 307 | 311 | ||
| 308 | netif_rx(skb); | 312 | netif_rx(skb); |
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 554b31289607..8c83c175b03a 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c | |||
| @@ -561,9 +561,9 @@ static int __init caif_device_init(void) | |||
| 561 | 561 | ||
| 562 | static void __exit caif_device_exit(void) | 562 | static void __exit caif_device_exit(void) |
| 563 | { | 563 | { |
| 564 | unregister_pernet_subsys(&caif_net_ops); | ||
| 565 | unregister_netdevice_notifier(&caif_device_notifier); | 564 | unregister_netdevice_notifier(&caif_device_notifier); |
| 566 | dev_remove_pack(&caif_packet_type); | 565 | dev_remove_pack(&caif_packet_type); |
| 566 | unregister_pernet_subsys(&caif_net_ops); | ||
| 567 | } | 567 | } |
| 568 | 568 | ||
| 569 | module_init(caif_device_init); | 569 | module_init(caif_device_init); |
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index b332c3d76059..10255e81be79 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c | |||
| @@ -1423,7 +1423,7 @@ static int process_connect(struct ceph_connection *con) | |||
| 1423 | * dropped messages. | 1423 | * dropped messages. |
| 1424 | */ | 1424 | */ |
| 1425 | dout("process_connect got RESET peer seq %u\n", | 1425 | dout("process_connect got RESET peer seq %u\n", |
| 1426 | le32_to_cpu(con->in_connect.connect_seq)); | 1426 | le32_to_cpu(con->in_reply.connect_seq)); |
| 1427 | pr_err("%s%lld %s connection reset\n", | 1427 | pr_err("%s%lld %s connection reset\n", |
| 1428 | ENTITY_NAME(con->peer_name), | 1428 | ENTITY_NAME(con->peer_name), |
| 1429 | ceph_pr_addr(&con->peer_addr.in_addr)); | 1429 | ceph_pr_addr(&con->peer_addr.in_addr)); |
| @@ -1450,10 +1450,10 @@ static int process_connect(struct ceph_connection *con) | |||
| 1450 | * If we sent a smaller connect_seq than the peer has, try | 1450 | * If we sent a smaller connect_seq than the peer has, try |
| 1451 | * again with a larger value. | 1451 | * again with a larger value. |
| 1452 | */ | 1452 | */ |
| 1453 | dout("process_connect got RETRY my seq = %u, peer_seq = %u\n", | 1453 | dout("process_connect got RETRY_SESSION my seq %u, peer %u\n", |
| 1454 | le32_to_cpu(con->out_connect.connect_seq), | 1454 | le32_to_cpu(con->out_connect.connect_seq), |
| 1455 | le32_to_cpu(con->in_connect.connect_seq)); | 1455 | le32_to_cpu(con->in_reply.connect_seq)); |
| 1456 | con->connect_seq = le32_to_cpu(con->in_connect.connect_seq); | 1456 | con->connect_seq = le32_to_cpu(con->in_reply.connect_seq); |
| 1457 | ceph_con_out_kvec_reset(con); | 1457 | ceph_con_out_kvec_reset(con); |
| 1458 | ret = prepare_write_connect(con); | 1458 | ret = prepare_write_connect(con); |
| 1459 | if (ret < 0) | 1459 | if (ret < 0) |
| @@ -1468,9 +1468,9 @@ static int process_connect(struct ceph_connection *con) | |||
| 1468 | */ | 1468 | */ |
| 1469 | dout("process_connect got RETRY_GLOBAL my %u peer_gseq %u\n", | 1469 | dout("process_connect got RETRY_GLOBAL my %u peer_gseq %u\n", |
| 1470 | con->peer_global_seq, | 1470 | con->peer_global_seq, |
| 1471 | le32_to_cpu(con->in_connect.global_seq)); | 1471 | le32_to_cpu(con->in_reply.global_seq)); |
| 1472 | get_global_seq(con->msgr, | 1472 | get_global_seq(con->msgr, |
| 1473 | le32_to_cpu(con->in_connect.global_seq)); | 1473 | le32_to_cpu(con->in_reply.global_seq)); |
| 1474 | ceph_con_out_kvec_reset(con); | 1474 | ceph_con_out_kvec_reset(con); |
| 1475 | ret = prepare_write_connect(con); | 1475 | ret = prepare_write_connect(con); |
| 1476 | if (ret < 0) | 1476 | if (ret < 0) |
diff --git a/net/core/dev.c b/net/core/dev.c index 6df214041a5e..1cb0d8a6aa6c 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
| @@ -1136,8 +1136,8 @@ void dev_load(struct net *net, const char *name) | |||
| 1136 | no_module = request_module("netdev-%s", name); | 1136 | no_module = request_module("netdev-%s", name); |
| 1137 | if (no_module && capable(CAP_SYS_MODULE)) { | 1137 | if (no_module && capable(CAP_SYS_MODULE)) { |
| 1138 | if (!request_module("%s", name)) | 1138 | if (!request_module("%s", name)) |
| 1139 | pr_err("Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev-%s instead.\n", | 1139 | pr_warn("Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev-%s instead.\n", |
| 1140 | name); | 1140 | name); |
| 1141 | } | 1141 | } |
| 1142 | } | 1142 | } |
| 1143 | EXPORT_SYMBOL(dev_load); | 1143 | EXPORT_SYMBOL(dev_load); |
| @@ -2444,8 +2444,12 @@ static void skb_update_prio(struct sk_buff *skb) | |||
| 2444 | { | 2444 | { |
| 2445 | struct netprio_map *map = rcu_dereference_bh(skb->dev->priomap); | 2445 | struct netprio_map *map = rcu_dereference_bh(skb->dev->priomap); |
| 2446 | 2446 | ||
| 2447 | if ((!skb->priority) && (skb->sk) && map) | 2447 | if (!skb->priority && skb->sk && map) { |
| 2448 | skb->priority = map->priomap[skb->sk->sk_cgrp_prioidx]; | 2448 | unsigned int prioidx = skb->sk->sk_cgrp_prioidx; |
| 2449 | |||
| 2450 | if (prioidx < map->priomap_len) | ||
| 2451 | skb->priority = map->priomap[prioidx]; | ||
| 2452 | } | ||
| 2449 | } | 2453 | } |
| 2450 | #else | 2454 | #else |
| 2451 | #define skb_update_prio(skb) | 2455 | #define skb_update_prio(skb) |
| @@ -6279,7 +6283,8 @@ static struct hlist_head *netdev_create_hash(void) | |||
| 6279 | /* Initialize per network namespace state */ | 6283 | /* Initialize per network namespace state */ |
| 6280 | static int __net_init netdev_init(struct net *net) | 6284 | static int __net_init netdev_init(struct net *net) |
| 6281 | { | 6285 | { |
| 6282 | INIT_LIST_HEAD(&net->dev_base_head); | 6286 | if (net != &init_net) |
| 6287 | INIT_LIST_HEAD(&net->dev_base_head); | ||
| 6283 | 6288 | ||
| 6284 | net->dev_name_head = netdev_create_hash(); | 6289 | net->dev_name_head = netdev_create_hash(); |
| 6285 | if (net->dev_name_head == NULL) | 6290 | if (net->dev_name_head == NULL) |
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index dddbacb8f28c..42f1e1c7514f 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c | |||
| @@ -27,7 +27,9 @@ static DEFINE_MUTEX(net_mutex); | |||
| 27 | LIST_HEAD(net_namespace_list); | 27 | LIST_HEAD(net_namespace_list); |
| 28 | EXPORT_SYMBOL_GPL(net_namespace_list); | 28 | EXPORT_SYMBOL_GPL(net_namespace_list); |
| 29 | 29 | ||
| 30 | struct net init_net; | 30 | struct net init_net = { |
| 31 | .dev_base_head = LIST_HEAD_INIT(init_net.dev_base_head), | ||
| 32 | }; | ||
| 31 | EXPORT_SYMBOL(init_net); | 33 | EXPORT_SYMBOL(init_net); |
| 32 | 34 | ||
| 33 | #define INITIAL_NET_GEN_PTRS 13 /* +1 for len +2 for rcu_head */ | 35 | #define INITIAL_NET_GEN_PTRS 13 /* +1 for len +2 for rcu_head */ |
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index 5b8aa2fae48b..b2e9caa1ad1a 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c | |||
| @@ -49,8 +49,9 @@ static int get_prioidx(u32 *prio) | |||
| 49 | return -ENOSPC; | 49 | return -ENOSPC; |
| 50 | } | 50 | } |
| 51 | set_bit(prioidx, prioidx_map); | 51 | set_bit(prioidx, prioidx_map); |
| 52 | if (atomic_read(&max_prioidx) < prioidx) | ||
| 53 | atomic_set(&max_prioidx, prioidx); | ||
| 52 | spin_unlock_irqrestore(&prioidx_map_lock, flags); | 54 | spin_unlock_irqrestore(&prioidx_map_lock, flags); |
| 53 | atomic_set(&max_prioidx, prioidx); | ||
| 54 | *prio = prioidx; | 55 | *prio = prioidx; |
| 55 | return 0; | 56 | return 0; |
| 56 | } | 57 | } |
| @@ -64,7 +65,7 @@ static void put_prioidx(u32 idx) | |||
| 64 | spin_unlock_irqrestore(&prioidx_map_lock, flags); | 65 | spin_unlock_irqrestore(&prioidx_map_lock, flags); |
| 65 | } | 66 | } |
| 66 | 67 | ||
| 67 | static void extend_netdev_table(struct net_device *dev, u32 new_len) | 68 | static int extend_netdev_table(struct net_device *dev, u32 new_len) |
| 68 | { | 69 | { |
| 69 | size_t new_size = sizeof(struct netprio_map) + | 70 | size_t new_size = sizeof(struct netprio_map) + |
| 70 | ((sizeof(u32) * new_len)); | 71 | ((sizeof(u32) * new_len)); |
| @@ -76,7 +77,7 @@ static void extend_netdev_table(struct net_device *dev, u32 new_len) | |||
| 76 | 77 | ||
| 77 | if (!new_priomap) { | 78 | if (!new_priomap) { |
| 78 | pr_warn("Unable to alloc new priomap!\n"); | 79 | pr_warn("Unable to alloc new priomap!\n"); |
| 79 | return; | 80 | return -ENOMEM; |
| 80 | } | 81 | } |
| 81 | 82 | ||
| 82 | for (i = 0; | 83 | for (i = 0; |
| @@ -89,46 +90,79 @@ static void extend_netdev_table(struct net_device *dev, u32 new_len) | |||
| 89 | rcu_assign_pointer(dev->priomap, new_priomap); | 90 | rcu_assign_pointer(dev->priomap, new_priomap); |
| 90 | if (old_priomap) | 91 | if (old_priomap) |
| 91 | kfree_rcu(old_priomap, rcu); | 92 | kfree_rcu(old_priomap, rcu); |
| 93 | return 0; | ||
| 92 | } | 94 | } |
| 93 | 95 | ||
| 94 | static void update_netdev_tables(void) | 96 | static int write_update_netdev_table(struct net_device *dev) |
| 95 | { | 97 | { |
| 98 | int ret = 0; | ||
| 99 | u32 max_len; | ||
| 100 | struct netprio_map *map; | ||
| 101 | |||
| 102 | rtnl_lock(); | ||
| 103 | max_len = atomic_read(&max_prioidx) + 1; | ||
| 104 | map = rtnl_dereference(dev->priomap); | ||
| 105 | if (!map || map->priomap_len < max_len) | ||
| 106 | ret = extend_netdev_table(dev, max_len); | ||
| 107 | rtnl_unlock(); | ||
| 108 | |||
| 109 | return ret; | ||
| 110 | } | ||
| 111 | |||
| 112 | static int update_netdev_tables(void) | ||
| 113 | { | ||
| 114 | int ret = 0; | ||
| 96 | struct net_device *dev; | 115 | struct net_device *dev; |
| 97 | u32 max_len = atomic_read(&max_prioidx) + 1; | 116 | u32 max_len; |
| 98 | struct netprio_map *map; | 117 | struct netprio_map *map; |
| 99 | 118 | ||
| 100 | rtnl_lock(); | 119 | rtnl_lock(); |
| 120 | max_len = atomic_read(&max_prioidx) + 1; | ||
| 101 | for_each_netdev(&init_net, dev) { | 121 | for_each_netdev(&init_net, dev) { |
| 102 | map = rtnl_dereference(dev->priomap); | 122 | map = rtnl_dereference(dev->priomap); |
| 103 | if ((!map) || | 123 | /* |
| 104 | (map->priomap_len < max_len)) | 124 | * don't allocate priomap if we didn't |
| 105 | extend_netdev_table(dev, max_len); | 125 | * change net_prio.ifpriomap (map == NULL), |
| 126 | * this will speed up skb_update_prio. | ||
| 127 | */ | ||
| 128 | if (map && map->priomap_len < max_len) { | ||
| 129 | ret = extend_netdev_table(dev, max_len); | ||
| 130 | if (ret < 0) | ||
| 131 | break; | ||
| 132 | } | ||
| 106 | } | 133 | } |
| 107 | rtnl_unlock(); | 134 | rtnl_unlock(); |
| 135 | return ret; | ||
| 108 | } | 136 | } |
| 109 | 137 | ||
| 110 | static struct cgroup_subsys_state *cgrp_create(struct cgroup *cgrp) | 138 | static struct cgroup_subsys_state *cgrp_create(struct cgroup *cgrp) |
| 111 | { | 139 | { |
| 112 | struct cgroup_netprio_state *cs; | 140 | struct cgroup_netprio_state *cs; |
| 113 | int ret; | 141 | int ret = -EINVAL; |
| 114 | 142 | ||
| 115 | cs = kzalloc(sizeof(*cs), GFP_KERNEL); | 143 | cs = kzalloc(sizeof(*cs), GFP_KERNEL); |
| 116 | if (!cs) | 144 | if (!cs) |
| 117 | return ERR_PTR(-ENOMEM); | 145 | return ERR_PTR(-ENOMEM); |
| 118 | 146 | ||
| 119 | if (cgrp->parent && cgrp_netprio_state(cgrp->parent)->prioidx) { | 147 | if (cgrp->parent && cgrp_netprio_state(cgrp->parent)->prioidx) |
| 120 | kfree(cs); | 148 | goto out; |
| 121 | return ERR_PTR(-EINVAL); | ||
| 122 | } | ||
| 123 | 149 | ||
| 124 | ret = get_prioidx(&cs->prioidx); | 150 | ret = get_prioidx(&cs->prioidx); |
| 125 | if (ret != 0) { | 151 | if (ret < 0) { |
| 126 | pr_warn("No space in priority index array\n"); | 152 | pr_warn("No space in priority index array\n"); |
| 127 | kfree(cs); | 153 | goto out; |
| 128 | return ERR_PTR(ret); | 154 | } |
| 155 | |||
| 156 | ret = update_netdev_tables(); | ||
| 157 | if (ret < 0) { | ||
| 158 | put_prioidx(cs->prioidx); | ||
| 159 | goto out; | ||
| 129 | } | 160 | } |
| 130 | 161 | ||
| 131 | return &cs->css; | 162 | return &cs->css; |
| 163 | out: | ||
| 164 | kfree(cs); | ||
| 165 | return ERR_PTR(ret); | ||
| 132 | } | 166 | } |
| 133 | 167 | ||
| 134 | static void cgrp_destroy(struct cgroup *cgrp) | 168 | static void cgrp_destroy(struct cgroup *cgrp) |
| @@ -141,7 +175,7 @@ static void cgrp_destroy(struct cgroup *cgrp) | |||
| 141 | rtnl_lock(); | 175 | rtnl_lock(); |
| 142 | for_each_netdev(&init_net, dev) { | 176 | for_each_netdev(&init_net, dev) { |
| 143 | map = rtnl_dereference(dev->priomap); | 177 | map = rtnl_dereference(dev->priomap); |
| 144 | if (map) | 178 | if (map && cs->prioidx < map->priomap_len) |
| 145 | map->priomap[cs->prioidx] = 0; | 179 | map->priomap[cs->prioidx] = 0; |
| 146 | } | 180 | } |
| 147 | rtnl_unlock(); | 181 | rtnl_unlock(); |
| @@ -165,7 +199,7 @@ static int read_priomap(struct cgroup *cont, struct cftype *cft, | |||
| 165 | rcu_read_lock(); | 199 | rcu_read_lock(); |
| 166 | for_each_netdev_rcu(&init_net, dev) { | 200 | for_each_netdev_rcu(&init_net, dev) { |
| 167 | map = rcu_dereference(dev->priomap); | 201 | map = rcu_dereference(dev->priomap); |
| 168 | priority = map ? map->priomap[prioidx] : 0; | 202 | priority = (map && prioidx < map->priomap_len) ? map->priomap[prioidx] : 0; |
| 169 | cb->fill(cb, dev->name, priority); | 203 | cb->fill(cb, dev->name, priority); |
| 170 | } | 204 | } |
| 171 | rcu_read_unlock(); | 205 | rcu_read_unlock(); |
| @@ -220,13 +254,17 @@ static int write_priomap(struct cgroup *cgrp, struct cftype *cft, | |||
| 220 | if (!dev) | 254 | if (!dev) |
| 221 | goto out_free_devname; | 255 | goto out_free_devname; |
| 222 | 256 | ||
| 223 | update_netdev_tables(); | 257 | ret = write_update_netdev_table(dev); |
| 224 | ret = 0; | 258 | if (ret < 0) |
| 259 | goto out_put_dev; | ||
| 260 | |||
| 225 | rcu_read_lock(); | 261 | rcu_read_lock(); |
| 226 | map = rcu_dereference(dev->priomap); | 262 | map = rcu_dereference(dev->priomap); |
| 227 | if (map) | 263 | if (map) |
| 228 | map->priomap[prioidx] = priority; | 264 | map->priomap[prioidx] = priority; |
| 229 | rcu_read_unlock(); | 265 | rcu_read_unlock(); |
| 266 | |||
| 267 | out_put_dev: | ||
| 230 | dev_put(dev); | 268 | dev_put(dev); |
| 231 | 269 | ||
| 232 | out_free_devname: | 270 | out_free_devname: |
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index d78671e9d545..d124306b81fd 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
| @@ -353,7 +353,7 @@ struct sk_buff *__netdev_alloc_skb(struct net_device *dev, | |||
| 353 | unsigned int fragsz = SKB_DATA_ALIGN(length + NET_SKB_PAD) + | 353 | unsigned int fragsz = SKB_DATA_ALIGN(length + NET_SKB_PAD) + |
| 354 | SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); | 354 | SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); |
| 355 | 355 | ||
| 356 | if (fragsz <= PAGE_SIZE && !(gfp_mask & __GFP_WAIT)) { | 356 | if (fragsz <= PAGE_SIZE && !(gfp_mask & (__GFP_WAIT | GFP_DMA))) { |
| 357 | void *data = netdev_alloc_frag(fragsz); | 357 | void *data = netdev_alloc_frag(fragsz); |
| 358 | 358 | ||
| 359 | if (likely(data)) { | 359 | if (likely(data)) { |
| @@ -1755,6 +1755,7 @@ int skb_splice_bits(struct sk_buff *skb, unsigned int offset, | |||
| 1755 | struct splice_pipe_desc spd = { | 1755 | struct splice_pipe_desc spd = { |
| 1756 | .pages = pages, | 1756 | .pages = pages, |
| 1757 | .partial = partial, | 1757 | .partial = partial, |
| 1758 | .nr_pages_max = MAX_SKB_FRAGS, | ||
| 1758 | .flags = flags, | 1759 | .flags = flags, |
| 1759 | .ops = &sock_pipe_buf_ops, | 1760 | .ops = &sock_pipe_buf_ops, |
| 1760 | .spd_release = sock_spd_release, | 1761 | .spd_release = sock_spd_release, |
diff --git a/net/ieee802154/dgram.c b/net/ieee802154/dgram.c index 6fbb2ad7bb6d..16705611589a 100644 --- a/net/ieee802154/dgram.c +++ b/net/ieee802154/dgram.c | |||
| @@ -230,6 +230,12 @@ static int dgram_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
| 230 | mtu = dev->mtu; | 230 | mtu = dev->mtu; |
| 231 | pr_debug("name = %s, mtu = %u\n", dev->name, mtu); | 231 | pr_debug("name = %s, mtu = %u\n", dev->name, mtu); |
| 232 | 232 | ||
| 233 | if (size > mtu) { | ||
| 234 | pr_debug("size = %Zu, mtu = %u\n", size, mtu); | ||
| 235 | err = -EINVAL; | ||
| 236 | goto out_dev; | ||
| 237 | } | ||
| 238 | |||
| 233 | hlen = LL_RESERVED_SPACE(dev); | 239 | hlen = LL_RESERVED_SPACE(dev); |
| 234 | tlen = dev->needed_tailroom; | 240 | tlen = dev->needed_tailroom; |
| 235 | skb = sock_alloc_send_skb(sk, hlen + tlen + size, | 241 | skb = sock_alloc_send_skb(sk, hlen + tlen + size, |
| @@ -258,12 +264,6 @@ static int dgram_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
| 258 | if (err < 0) | 264 | if (err < 0) |
| 259 | goto out_skb; | 265 | goto out_skb; |
| 260 | 266 | ||
| 261 | if (size > mtu) { | ||
| 262 | pr_debug("size = %Zu, mtu = %u\n", size, mtu); | ||
| 263 | err = -EINVAL; | ||
| 264 | goto out_skb; | ||
| 265 | } | ||
| 266 | |||
| 267 | skb->dev = dev; | 267 | skb->dev = dev; |
| 268 | skb->sk = sk; | 268 | skb->sk = sk; |
| 269 | skb->protocol = htons(ETH_P_IEEE802154); | 269 | skb->protocol = htons(ETH_P_IEEE802154); |
diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c index c48adc565e92..667c1d4ca984 100644 --- a/net/ipv4/cipso_ipv4.c +++ b/net/ipv4/cipso_ipv4.c | |||
| @@ -1725,8 +1725,10 @@ int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option) | |||
| 1725 | case CIPSO_V4_TAG_LOCAL: | 1725 | case CIPSO_V4_TAG_LOCAL: |
| 1726 | /* This is a non-standard tag that we only allow for | 1726 | /* This is a non-standard tag that we only allow for |
| 1727 | * local connections, so if the incoming interface is | 1727 | * local connections, so if the incoming interface is |
| 1728 | * not the loopback device drop the packet. */ | 1728 | * not the loopback device drop the packet. Further, |
| 1729 | if (!(skb->dev->flags & IFF_LOOPBACK)) { | 1729 | * there is no legitimate reason for setting this from |
| 1730 | * userspace so reject it if skb is NULL. */ | ||
| 1731 | if (skb == NULL || !(skb->dev->flags & IFF_LOOPBACK)) { | ||
| 1730 | err_offset = opt_iter; | 1732 | err_offset = opt_iter; |
| 1731 | goto validate_return_locked; | 1733 | goto validate_return_locked; |
| 1732 | } | 1734 | } |
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 66e4fcdd1c6b..0db5d34a06b6 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
| @@ -1342,7 +1342,6 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
| 1342 | struct ieee80211_local *local = sdata->local; | 1342 | struct ieee80211_local *local = sdata->local; |
| 1343 | struct sta_info *sta; | 1343 | struct sta_info *sta; |
| 1344 | u32 changed = 0; | 1344 | u32 changed = 0; |
| 1345 | u8 bssid[ETH_ALEN]; | ||
| 1346 | 1345 | ||
| 1347 | ASSERT_MGD_MTX(ifmgd); | 1346 | ASSERT_MGD_MTX(ifmgd); |
| 1348 | 1347 | ||
| @@ -1354,10 +1353,7 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
| 1354 | 1353 | ||
| 1355 | ieee80211_stop_poll(sdata); | 1354 | ieee80211_stop_poll(sdata); |
| 1356 | 1355 | ||
| 1357 | memcpy(bssid, ifmgd->associated->bssid, ETH_ALEN); | ||
| 1358 | |||
| 1359 | ifmgd->associated = NULL; | 1356 | ifmgd->associated = NULL; |
| 1360 | memset(ifmgd->bssid, 0, ETH_ALEN); | ||
| 1361 | 1357 | ||
| 1362 | /* | 1358 | /* |
| 1363 | * we need to commit the associated = NULL change because the | 1359 | * we need to commit the associated = NULL change because the |
| @@ -1377,7 +1373,7 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
| 1377 | netif_carrier_off(sdata->dev); | 1373 | netif_carrier_off(sdata->dev); |
| 1378 | 1374 | ||
| 1379 | mutex_lock(&local->sta_mtx); | 1375 | mutex_lock(&local->sta_mtx); |
| 1380 | sta = sta_info_get(sdata, bssid); | 1376 | sta = sta_info_get(sdata, ifmgd->bssid); |
| 1381 | if (sta) { | 1377 | if (sta) { |
| 1382 | set_sta_flag(sta, WLAN_STA_BLOCK_BA); | 1378 | set_sta_flag(sta, WLAN_STA_BLOCK_BA); |
| 1383 | ieee80211_sta_tear_down_BA_sessions(sta, tx); | 1379 | ieee80211_sta_tear_down_BA_sessions(sta, tx); |
| @@ -1386,13 +1382,16 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
| 1386 | 1382 | ||
| 1387 | /* deauthenticate/disassociate now */ | 1383 | /* deauthenticate/disassociate now */ |
| 1388 | if (tx || frame_buf) | 1384 | if (tx || frame_buf) |
| 1389 | ieee80211_send_deauth_disassoc(sdata, bssid, stype, reason, | 1385 | ieee80211_send_deauth_disassoc(sdata, ifmgd->bssid, stype, |
| 1390 | tx, frame_buf); | 1386 | reason, tx, frame_buf); |
| 1391 | 1387 | ||
| 1392 | /* flush out frame */ | 1388 | /* flush out frame */ |
| 1393 | if (tx) | 1389 | if (tx) |
| 1394 | drv_flush(local, false); | 1390 | drv_flush(local, false); |
| 1395 | 1391 | ||
| 1392 | /* clear bssid only after building the needed mgmt frames */ | ||
| 1393 | memset(ifmgd->bssid, 0, ETH_ALEN); | ||
| 1394 | |||
| 1396 | /* remove AP and TDLS peers */ | 1395 | /* remove AP and TDLS peers */ |
| 1397 | sta_info_flush(local, sdata); | 1396 | sta_info_flush(local, sdata); |
| 1398 | 1397 | ||
| @@ -2175,15 +2174,13 @@ ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata, | |||
| 2175 | sdata->name, mgmt->sa, status_code); | 2174 | sdata->name, mgmt->sa, status_code); |
| 2176 | ieee80211_destroy_assoc_data(sdata, false); | 2175 | ieee80211_destroy_assoc_data(sdata, false); |
| 2177 | } else { | 2176 | } else { |
| 2178 | printk(KERN_DEBUG "%s: associated\n", sdata->name); | ||
| 2179 | |||
| 2180 | if (!ieee80211_assoc_success(sdata, *bss, mgmt, len)) { | 2177 | if (!ieee80211_assoc_success(sdata, *bss, mgmt, len)) { |
| 2181 | /* oops -- internal error -- send timeout for now */ | 2178 | /* oops -- internal error -- send timeout for now */ |
| 2182 | ieee80211_destroy_assoc_data(sdata, true); | 2179 | ieee80211_destroy_assoc_data(sdata, false); |
| 2183 | sta_info_destroy_addr(sdata, mgmt->bssid); | ||
| 2184 | cfg80211_put_bss(*bss); | 2180 | cfg80211_put_bss(*bss); |
| 2185 | return RX_MGMT_CFG80211_ASSOC_TIMEOUT; | 2181 | return RX_MGMT_CFG80211_ASSOC_TIMEOUT; |
| 2186 | } | 2182 | } |
| 2183 | printk(KERN_DEBUG "%s: associated\n", sdata->name); | ||
| 2187 | 2184 | ||
| 2188 | /* | 2185 | /* |
| 2189 | * destroy assoc_data afterwards, as otherwise an idle | 2186 | * destroy assoc_data afterwards, as otherwise an idle |
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c index 2d1acc6c5445..f9e51ef8dfa2 100644 --- a/net/mac80211/rc80211_minstrel_ht.c +++ b/net/mac80211/rc80211_minstrel_ht.c | |||
| @@ -809,7 +809,7 @@ minstrel_ht_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp) | |||
| 809 | max_rates = sband->n_bitrates; | 809 | max_rates = sband->n_bitrates; |
| 810 | } | 810 | } |
| 811 | 811 | ||
| 812 | msp = kzalloc(sizeof(struct minstrel_ht_sta), gfp); | 812 | msp = kzalloc(sizeof(*msp), gfp); |
| 813 | if (!msp) | 813 | if (!msp) |
| 814 | return NULL; | 814 | return NULL; |
| 815 | 815 | ||
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 7bcecf73aafb..965e6ec0adb6 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
| @@ -2455,7 +2455,7 @@ ieee80211_rx_h_action_return(struct ieee80211_rx_data *rx) | |||
| 2455 | * frames that we didn't handle, including returning unknown | 2455 | * frames that we didn't handle, including returning unknown |
| 2456 | * ones. For all other modes we will return them to the sender, | 2456 | * ones. For all other modes we will return them to the sender, |
| 2457 | * setting the 0x80 bit in the action category, as required by | 2457 | * setting the 0x80 bit in the action category, as required by |
| 2458 | * 802.11-2007 7.3.1.11. | 2458 | * 802.11-2012 9.24.4. |
| 2459 | * Newer versions of hostapd shall also use the management frame | 2459 | * Newer versions of hostapd shall also use the management frame |
| 2460 | * registration mechanisms, but older ones still use cooked | 2460 | * registration mechanisms, but older ones still use cooked |
| 2461 | * monitor interfaces so push all frames there. | 2461 | * monitor interfaces so push all frames there. |
| @@ -2465,6 +2465,9 @@ ieee80211_rx_h_action_return(struct ieee80211_rx_data *rx) | |||
| 2465 | sdata->vif.type == NL80211_IFTYPE_AP_VLAN)) | 2465 | sdata->vif.type == NL80211_IFTYPE_AP_VLAN)) |
| 2466 | return RX_DROP_MONITOR; | 2466 | return RX_DROP_MONITOR; |
| 2467 | 2467 | ||
| 2468 | if (is_multicast_ether_addr(mgmt->da)) | ||
| 2469 | return RX_DROP_MONITOR; | ||
| 2470 | |||
| 2468 | /* do not return rejected action frames */ | 2471 | /* do not return rejected action frames */ |
| 2469 | if (mgmt->u.action.category & 0x80) | 2472 | if (mgmt->u.action.category & 0x80) |
| 2470 | return RX_DROP_UNUSABLE; | 2473 | return RX_DROP_UNUSABLE; |
diff --git a/net/netfilter/ipset/ip_set_core.c b/net/netfilter/ipset/ip_set_core.c index 819c342f5b30..9730882697aa 100644 --- a/net/netfilter/ipset/ip_set_core.c +++ b/net/netfilter/ipset/ip_set_core.c | |||
| @@ -640,6 +640,14 @@ find_free_id(const char *name, ip_set_id_t *index, struct ip_set **set) | |||
| 640 | } | 640 | } |
| 641 | 641 | ||
| 642 | static int | 642 | static int |
| 643 | ip_set_none(struct sock *ctnl, struct sk_buff *skb, | ||
| 644 | const struct nlmsghdr *nlh, | ||
| 645 | const struct nlattr * const attr[]) | ||
| 646 | { | ||
| 647 | return -EOPNOTSUPP; | ||
| 648 | } | ||
| 649 | |||
| 650 | static int | ||
| 643 | ip_set_create(struct sock *ctnl, struct sk_buff *skb, | 651 | ip_set_create(struct sock *ctnl, struct sk_buff *skb, |
| 644 | const struct nlmsghdr *nlh, | 652 | const struct nlmsghdr *nlh, |
| 645 | const struct nlattr * const attr[]) | 653 | const struct nlattr * const attr[]) |
| @@ -1539,6 +1547,10 @@ nlmsg_failure: | |||
| 1539 | } | 1547 | } |
| 1540 | 1548 | ||
| 1541 | static const struct nfnl_callback ip_set_netlink_subsys_cb[IPSET_MSG_MAX] = { | 1549 | static const struct nfnl_callback ip_set_netlink_subsys_cb[IPSET_MSG_MAX] = { |
| 1550 | [IPSET_CMD_NONE] = { | ||
| 1551 | .call = ip_set_none, | ||
| 1552 | .attr_count = IPSET_ATTR_CMD_MAX, | ||
| 1553 | }, | ||
| 1542 | [IPSET_CMD_CREATE] = { | 1554 | [IPSET_CMD_CREATE] = { |
| 1543 | .call = ip_set_create, | 1555 | .call = ip_set_create, |
| 1544 | .attr_count = IPSET_ATTR_CMD_MAX, | 1556 | .attr_count = IPSET_ATTR_CMD_MAX, |
diff --git a/net/netfilter/ipset/ip_set_hash_netiface.c b/net/netfilter/ipset/ip_set_hash_netiface.c index ee863943c826..d5d3607ae7bc 100644 --- a/net/netfilter/ipset/ip_set_hash_netiface.c +++ b/net/netfilter/ipset/ip_set_hash_netiface.c | |||
| @@ -38,30 +38,6 @@ struct iface_node { | |||
| 38 | 38 | ||
| 39 | #define iface_data(n) (rb_entry(n, struct iface_node, node)->iface) | 39 | #define iface_data(n) (rb_entry(n, struct iface_node, node)->iface) |
| 40 | 40 | ||
| 41 | static inline long | ||
| 42 | ifname_compare(const char *_a, const char *_b) | ||
| 43 | { | ||
| 44 | const long *a = (const long *)_a; | ||
| 45 | const long *b = (const long *)_b; | ||
| 46 | |||
| 47 | BUILD_BUG_ON(IFNAMSIZ > 4 * sizeof(unsigned long)); | ||
| 48 | if (a[0] != b[0]) | ||
| 49 | return a[0] - b[0]; | ||
| 50 | if (IFNAMSIZ > sizeof(long)) { | ||
| 51 | if (a[1] != b[1]) | ||
| 52 | return a[1] - b[1]; | ||
| 53 | } | ||
| 54 | if (IFNAMSIZ > 2 * sizeof(long)) { | ||
| 55 | if (a[2] != b[2]) | ||
| 56 | return a[2] - b[2]; | ||
| 57 | } | ||
| 58 | if (IFNAMSIZ > 3 * sizeof(long)) { | ||
| 59 | if (a[3] != b[3]) | ||
| 60 | return a[3] - b[3]; | ||
| 61 | } | ||
| 62 | return 0; | ||
| 63 | } | ||
| 64 | |||
| 65 | static void | 41 | static void |
| 66 | rbtree_destroy(struct rb_root *root) | 42 | rbtree_destroy(struct rb_root *root) |
| 67 | { | 43 | { |
| @@ -99,7 +75,7 @@ iface_test(struct rb_root *root, const char **iface) | |||
| 99 | 75 | ||
| 100 | while (n) { | 76 | while (n) { |
| 101 | const char *d = iface_data(n); | 77 | const char *d = iface_data(n); |
| 102 | long res = ifname_compare(*iface, d); | 78 | int res = strcmp(*iface, d); |
| 103 | 79 | ||
| 104 | if (res < 0) | 80 | if (res < 0) |
| 105 | n = n->rb_left; | 81 | n = n->rb_left; |
| @@ -121,7 +97,7 @@ iface_add(struct rb_root *root, const char **iface) | |||
| 121 | 97 | ||
| 122 | while (*n) { | 98 | while (*n) { |
| 123 | char *ifname = iface_data(*n); | 99 | char *ifname = iface_data(*n); |
| 124 | long res = ifname_compare(*iface, ifname); | 100 | int res = strcmp(*iface, ifname); |
| 125 | 101 | ||
| 126 | p = *n; | 102 | p = *n; |
| 127 | if (res < 0) | 103 | if (res < 0) |
| @@ -366,7 +342,7 @@ hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], | |||
| 366 | struct hash_netiface4_elem data = { .cidr = HOST_MASK }; | 342 | struct hash_netiface4_elem data = { .cidr = HOST_MASK }; |
| 367 | u32 ip = 0, ip_to, last; | 343 | u32 ip = 0, ip_to, last; |
| 368 | u32 timeout = h->timeout; | 344 | u32 timeout = h->timeout; |
| 369 | char iface[IFNAMSIZ] = {}; | 345 | char iface[IFNAMSIZ]; |
| 370 | int ret; | 346 | int ret; |
| 371 | 347 | ||
| 372 | if (unlikely(!tb[IPSET_ATTR_IP] || | 348 | if (unlikely(!tb[IPSET_ATTR_IP] || |
| @@ -663,7 +639,7 @@ hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], | |||
| 663 | ipset_adtfn adtfn = set->variant->adt[adt]; | 639 | ipset_adtfn adtfn = set->variant->adt[adt]; |
| 664 | struct hash_netiface6_elem data = { .cidr = HOST_MASK }; | 640 | struct hash_netiface6_elem data = { .cidr = HOST_MASK }; |
| 665 | u32 timeout = h->timeout; | 641 | u32 timeout = h->timeout; |
| 666 | char iface[IFNAMSIZ] = {}; | 642 | char iface[IFNAMSIZ]; |
| 667 | int ret; | 643 | int ret; |
| 668 | 644 | ||
| 669 | if (unlikely(!tb[IPSET_ATTR_IP] || | 645 | if (unlikely(!tb[IPSET_ATTR_IP] || |
diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c index dd811b8dd97c..84444dda194b 100644 --- a/net/netfilter/ipvs/ip_vs_ctl.c +++ b/net/netfilter/ipvs/ip_vs_ctl.c | |||
| @@ -76,19 +76,19 @@ static void __ip_vs_del_service(struct ip_vs_service *svc); | |||
| 76 | 76 | ||
| 77 | #ifdef CONFIG_IP_VS_IPV6 | 77 | #ifdef CONFIG_IP_VS_IPV6 |
| 78 | /* Taken from rt6_fill_node() in net/ipv6/route.c, is there a better way? */ | 78 | /* Taken from rt6_fill_node() in net/ipv6/route.c, is there a better way? */ |
| 79 | static int __ip_vs_addr_is_local_v6(struct net *net, | 79 | static bool __ip_vs_addr_is_local_v6(struct net *net, |
| 80 | const struct in6_addr *addr) | 80 | const struct in6_addr *addr) |
| 81 | { | 81 | { |
| 82 | struct rt6_info *rt; | ||
| 83 | struct flowi6 fl6 = { | 82 | struct flowi6 fl6 = { |
| 84 | .daddr = *addr, | 83 | .daddr = *addr, |
| 85 | }; | 84 | }; |
| 85 | struct dst_entry *dst = ip6_route_output(net, NULL, &fl6); | ||
| 86 | bool is_local; | ||
| 86 | 87 | ||
| 87 | rt = (struct rt6_info *)ip6_route_output(net, NULL, &fl6); | 88 | is_local = !dst->error && dst->dev && (dst->dev->flags & IFF_LOOPBACK); |
| 88 | if (rt && rt->dst.dev && (rt->dst.dev->flags & IFF_LOOPBACK)) | ||
| 89 | return 1; | ||
| 90 | 89 | ||
| 91 | return 0; | 90 | dst_release(dst); |
| 91 | return is_local; | ||
| 92 | } | 92 | } |
| 93 | #endif | 93 | #endif |
| 94 | 94 | ||
| @@ -1521,11 +1521,12 @@ static int ip_vs_dst_event(struct notifier_block *this, unsigned long event, | |||
| 1521 | { | 1521 | { |
| 1522 | struct net_device *dev = ptr; | 1522 | struct net_device *dev = ptr; |
| 1523 | struct net *net = dev_net(dev); | 1523 | struct net *net = dev_net(dev); |
| 1524 | struct netns_ipvs *ipvs = net_ipvs(net); | ||
| 1524 | struct ip_vs_service *svc; | 1525 | struct ip_vs_service *svc; |
| 1525 | struct ip_vs_dest *dest; | 1526 | struct ip_vs_dest *dest; |
| 1526 | unsigned int idx; | 1527 | unsigned int idx; |
| 1527 | 1528 | ||
| 1528 | if (event != NETDEV_UNREGISTER) | 1529 | if (event != NETDEV_UNREGISTER || !ipvs) |
| 1529 | return NOTIFY_DONE; | 1530 | return NOTIFY_DONE; |
| 1530 | IP_VS_DBG(3, "%s() dev=%s\n", __func__, dev->name); | 1531 | IP_VS_DBG(3, "%s() dev=%s\n", __func__, dev->name); |
| 1531 | EnterFunction(2); | 1532 | EnterFunction(2); |
| @@ -1551,7 +1552,7 @@ static int ip_vs_dst_event(struct notifier_block *this, unsigned long event, | |||
| 1551 | } | 1552 | } |
| 1552 | } | 1553 | } |
| 1553 | 1554 | ||
| 1554 | list_for_each_entry(dest, &net_ipvs(net)->dest_trash, n_list) { | 1555 | list_for_each_entry(dest, &ipvs->dest_trash, n_list) { |
| 1555 | __ip_vs_dev_reset(dest, dev); | 1556 | __ip_vs_dev_reset(dest, dev); |
| 1556 | } | 1557 | } |
| 1557 | mutex_unlock(&__ip_vs_mutex); | 1558 | mutex_unlock(&__ip_vs_mutex); |
diff --git a/net/netfilter/nfnetlink.c b/net/netfilter/nfnetlink.c index 3e797d1fcb94..791d56bbd74a 100644 --- a/net/netfilter/nfnetlink.c +++ b/net/netfilter/nfnetlink.c | |||
| @@ -169,8 +169,10 @@ replay: | |||
| 169 | 169 | ||
| 170 | err = nla_parse(cda, ss->cb[cb_id].attr_count, | 170 | err = nla_parse(cda, ss->cb[cb_id].attr_count, |
| 171 | attr, attrlen, ss->cb[cb_id].policy); | 171 | attr, attrlen, ss->cb[cb_id].policy); |
| 172 | if (err < 0) | 172 | if (err < 0) { |
| 173 | rcu_read_unlock(); | ||
| 173 | return err; | 174 | return err; |
| 175 | } | ||
| 174 | 176 | ||
| 175 | if (nc->call_rcu) { | 177 | if (nc->call_rcu) { |
| 176 | err = nc->call_rcu(net->nfnl, skb, nlh, | 178 | err = nc->call_rcu(net->nfnl, skb, nlh, |
diff --git a/net/netfilter/xt_set.c b/net/netfilter/xt_set.c index 035960ec5cb9..c6f7db720d84 100644 --- a/net/netfilter/xt_set.c +++ b/net/netfilter/xt_set.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #include <linux/netfilter/x_tables.h> | 17 | #include <linux/netfilter/x_tables.h> |
| 18 | #include <linux/netfilter/xt_set.h> | 18 | #include <linux/netfilter/xt_set.h> |
| 19 | #include <linux/netfilter/ipset/ip_set_timeout.h> | ||
| 19 | 20 | ||
| 20 | MODULE_LICENSE("GPL"); | 21 | MODULE_LICENSE("GPL"); |
| 21 | MODULE_AUTHOR("Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>"); | 22 | MODULE_AUTHOR("Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>"); |
| @@ -310,7 +311,8 @@ set_target_v2(struct sk_buff *skb, const struct xt_action_param *par) | |||
| 310 | info->del_set.flags, 0, UINT_MAX); | 311 | info->del_set.flags, 0, UINT_MAX); |
| 311 | 312 | ||
| 312 | /* Normalize to fit into jiffies */ | 313 | /* Normalize to fit into jiffies */ |
| 313 | if (add_opt.timeout > UINT_MAX/MSEC_PER_SEC) | 314 | if (add_opt.timeout != IPSET_NO_TIMEOUT && |
| 315 | add_opt.timeout > UINT_MAX/MSEC_PER_SEC) | ||
| 314 | add_opt.timeout = UINT_MAX/MSEC_PER_SEC; | 316 | add_opt.timeout = UINT_MAX/MSEC_PER_SEC; |
| 315 | if (info->add_set.index != IPSET_INVALID_ID) | 317 | if (info->add_set.index != IPSET_INVALID_ID) |
| 316 | ip_set_add(info->add_set.index, skb, par, &add_opt); | 318 | ip_set_add(info->add_set.index, skb, par, &add_opt); |
diff --git a/net/nfc/llcp/sock.c b/net/nfc/llcp/sock.c index 17a707db40eb..e06d458fc719 100644 --- a/net/nfc/llcp/sock.c +++ b/net/nfc/llcp/sock.c | |||
| @@ -292,7 +292,7 @@ static int llcp_sock_getname(struct socket *sock, struct sockaddr *addr, | |||
| 292 | 292 | ||
| 293 | pr_debug("%p\n", sk); | 293 | pr_debug("%p\n", sk); |
| 294 | 294 | ||
| 295 | if (llcp_sock == NULL) | 295 | if (llcp_sock == NULL || llcp_sock->dev == NULL) |
| 296 | return -EBADFD; | 296 | return -EBADFD; |
| 297 | 297 | ||
| 298 | addr->sa_family = AF_NFC; | 298 | addr->sa_family = AF_NFC; |
diff --git a/net/nfc/nci/ntf.c b/net/nfc/nci/ntf.c index cb2646179e5f..2ab196a9f228 100644 --- a/net/nfc/nci/ntf.c +++ b/net/nfc/nci/ntf.c | |||
| @@ -106,7 +106,7 @@ static __u8 *nci_extract_rf_params_nfca_passive_poll(struct nci_dev *ndev, | |||
| 106 | nfca_poll->sens_res = __le16_to_cpu(*((__u16 *)data)); | 106 | nfca_poll->sens_res = __le16_to_cpu(*((__u16 *)data)); |
| 107 | data += 2; | 107 | data += 2; |
| 108 | 108 | ||
| 109 | nfca_poll->nfcid1_len = *data++; | 109 | nfca_poll->nfcid1_len = min_t(__u8, *data++, NFC_NFCID1_MAXSIZE); |
| 110 | 110 | ||
| 111 | pr_debug("sens_res 0x%x, nfcid1_len %d\n", | 111 | pr_debug("sens_res 0x%x, nfcid1_len %d\n", |
| 112 | nfca_poll->sens_res, nfca_poll->nfcid1_len); | 112 | nfca_poll->sens_res, nfca_poll->nfcid1_len); |
| @@ -130,7 +130,7 @@ static __u8 *nci_extract_rf_params_nfcb_passive_poll(struct nci_dev *ndev, | |||
| 130 | struct rf_tech_specific_params_nfcb_poll *nfcb_poll, | 130 | struct rf_tech_specific_params_nfcb_poll *nfcb_poll, |
| 131 | __u8 *data) | 131 | __u8 *data) |
| 132 | { | 132 | { |
| 133 | nfcb_poll->sensb_res_len = *data++; | 133 | nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); |
| 134 | 134 | ||
| 135 | pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); | 135 | pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); |
| 136 | 136 | ||
| @@ -145,7 +145,7 @@ static __u8 *nci_extract_rf_params_nfcf_passive_poll(struct nci_dev *ndev, | |||
| 145 | __u8 *data) | 145 | __u8 *data) |
| 146 | { | 146 | { |
| 147 | nfcf_poll->bit_rate = *data++; | 147 | nfcf_poll->bit_rate = *data++; |
| 148 | nfcf_poll->sensf_res_len = *data++; | 148 | nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); |
| 149 | 149 | ||
| 150 | pr_debug("bit_rate %d, sensf_res_len %d\n", | 150 | pr_debug("bit_rate %d, sensf_res_len %d\n", |
| 151 | nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); | 151 | nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); |
| @@ -331,7 +331,7 @@ static int nci_extract_activation_params_iso_dep(struct nci_dev *ndev, | |||
| 331 | switch (ntf->activation_rf_tech_and_mode) { | 331 | switch (ntf->activation_rf_tech_and_mode) { |
| 332 | case NCI_NFC_A_PASSIVE_POLL_MODE: | 332 | case NCI_NFC_A_PASSIVE_POLL_MODE: |
| 333 | nfca_poll = &ntf->activation_params.nfca_poll_iso_dep; | 333 | nfca_poll = &ntf->activation_params.nfca_poll_iso_dep; |
| 334 | nfca_poll->rats_res_len = *data++; | 334 | nfca_poll->rats_res_len = min_t(__u8, *data++, 20); |
| 335 | pr_debug("rats_res_len %d\n", nfca_poll->rats_res_len); | 335 | pr_debug("rats_res_len %d\n", nfca_poll->rats_res_len); |
| 336 | if (nfca_poll->rats_res_len > 0) { | 336 | if (nfca_poll->rats_res_len > 0) { |
| 337 | memcpy(nfca_poll->rats_res, | 337 | memcpy(nfca_poll->rats_res, |
| @@ -341,7 +341,7 @@ static int nci_extract_activation_params_iso_dep(struct nci_dev *ndev, | |||
| 341 | 341 | ||
| 342 | case NCI_NFC_B_PASSIVE_POLL_MODE: | 342 | case NCI_NFC_B_PASSIVE_POLL_MODE: |
| 343 | nfcb_poll = &ntf->activation_params.nfcb_poll_iso_dep; | 343 | nfcb_poll = &ntf->activation_params.nfcb_poll_iso_dep; |
| 344 | nfcb_poll->attrib_res_len = *data++; | 344 | nfcb_poll->attrib_res_len = min_t(__u8, *data++, 50); |
| 345 | pr_debug("attrib_res_len %d\n", nfcb_poll->attrib_res_len); | 345 | pr_debug("attrib_res_len %d\n", nfcb_poll->attrib_res_len); |
| 346 | if (nfcb_poll->attrib_res_len > 0) { | 346 | if (nfcb_poll->attrib_res_len > 0) { |
| 347 | memcpy(nfcb_poll->attrib_res, | 347 | memcpy(nfcb_poll->attrib_res, |
diff --git a/net/nfc/rawsock.c b/net/nfc/rawsock.c index ec1134c9e07f..8b8a6a2b2bad 100644 --- a/net/nfc/rawsock.c +++ b/net/nfc/rawsock.c | |||
| @@ -54,7 +54,10 @@ static int rawsock_release(struct socket *sock) | |||
| 54 | { | 54 | { |
| 55 | struct sock *sk = sock->sk; | 55 | struct sock *sk = sock->sk; |
| 56 | 56 | ||
| 57 | pr_debug("sock=%p\n", sock); | 57 | pr_debug("sock=%p sk=%p\n", sock, sk); |
| 58 | |||
| 59 | if (!sk) | ||
| 60 | return 0; | ||
| 58 | 61 | ||
| 59 | sock_orphan(sk); | 62 | sock_orphan(sk); |
| 60 | sock_put(sk); | 63 | sock_put(sk); |
diff --git a/net/rxrpc/ar-peer.c b/net/rxrpc/ar-peer.c index 2754f098d436..bebaa43484bc 100644 --- a/net/rxrpc/ar-peer.c +++ b/net/rxrpc/ar-peer.c | |||
| @@ -229,7 +229,7 @@ found_UDP_peer: | |||
| 229 | return peer; | 229 | return peer; |
| 230 | 230 | ||
| 231 | new_UDP_peer: | 231 | new_UDP_peer: |
| 232 | _net("Rx UDP DGRAM from NEW peer %d", peer->debug_id); | 232 | _net("Rx UDP DGRAM from NEW peer"); |
| 233 | read_unlock_bh(&rxrpc_peer_lock); | 233 | read_unlock_bh(&rxrpc_peer_lock); |
| 234 | _leave(" = -EBUSY [new]"); | 234 | _leave(" = -EBUSY [new]"); |
| 235 | return ERR_PTR(-EBUSY); | 235 | return ERR_PTR(-EBUSY); |
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c index a2a95aabf9c2..c412ad0d0308 100644 --- a/net/sched/sch_netem.c +++ b/net/sched/sch_netem.c | |||
| @@ -331,29 +331,22 @@ static psched_time_t packet_len_2_sched_time(unsigned int len, struct netem_sche | |||
| 331 | return PSCHED_NS2TICKS(ticks); | 331 | return PSCHED_NS2TICKS(ticks); |
| 332 | } | 332 | } |
| 333 | 333 | ||
| 334 | static int tfifo_enqueue(struct sk_buff *nskb, struct Qdisc *sch) | 334 | static void tfifo_enqueue(struct sk_buff *nskb, struct Qdisc *sch) |
| 335 | { | 335 | { |
| 336 | struct sk_buff_head *list = &sch->q; | 336 | struct sk_buff_head *list = &sch->q; |
| 337 | psched_time_t tnext = netem_skb_cb(nskb)->time_to_send; | 337 | psched_time_t tnext = netem_skb_cb(nskb)->time_to_send; |
| 338 | struct sk_buff *skb; | 338 | struct sk_buff *skb = skb_peek_tail(list); |
| 339 | |||
| 340 | if (likely(skb_queue_len(list) < sch->limit)) { | ||
| 341 | skb = skb_peek_tail(list); | ||
| 342 | /* Optimize for add at tail */ | ||
| 343 | if (likely(!skb || tnext >= netem_skb_cb(skb)->time_to_send)) | ||
| 344 | return qdisc_enqueue_tail(nskb, sch); | ||
| 345 | 339 | ||
| 346 | skb_queue_reverse_walk(list, skb) { | 340 | /* Optimize for add at tail */ |
| 347 | if (tnext >= netem_skb_cb(skb)->time_to_send) | 341 | if (likely(!skb || tnext >= netem_skb_cb(skb)->time_to_send)) |
| 348 | break; | 342 | return __skb_queue_tail(list, nskb); |
| 349 | } | ||
| 350 | 343 | ||
| 351 | __skb_queue_after(list, skb, nskb); | 344 | skb_queue_reverse_walk(list, skb) { |
| 352 | sch->qstats.backlog += qdisc_pkt_len(nskb); | 345 | if (tnext >= netem_skb_cb(skb)->time_to_send) |
| 353 | return NET_XMIT_SUCCESS; | 346 | break; |
| 354 | } | 347 | } |
| 355 | 348 | ||
| 356 | return qdisc_reshape_fail(nskb, sch); | 349 | __skb_queue_after(list, skb, nskb); |
| 357 | } | 350 | } |
| 358 | 351 | ||
| 359 | /* | 352 | /* |
| @@ -368,7 +361,6 @@ static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) | |||
| 368 | /* We don't fill cb now as skb_unshare() may invalidate it */ | 361 | /* We don't fill cb now as skb_unshare() may invalidate it */ |
| 369 | struct netem_skb_cb *cb; | 362 | struct netem_skb_cb *cb; |
| 370 | struct sk_buff *skb2; | 363 | struct sk_buff *skb2; |
| 371 | int ret; | ||
| 372 | int count = 1; | 364 | int count = 1; |
| 373 | 365 | ||
| 374 | /* Random duplication */ | 366 | /* Random duplication */ |
| @@ -419,6 +411,11 @@ static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) | |||
| 419 | skb->data[net_random() % skb_headlen(skb)] ^= 1<<(net_random() % 8); | 411 | skb->data[net_random() % skb_headlen(skb)] ^= 1<<(net_random() % 8); |
| 420 | } | 412 | } |
| 421 | 413 | ||
| 414 | if (unlikely(skb_queue_len(&sch->q) >= sch->limit)) | ||
| 415 | return qdisc_reshape_fail(skb, sch); | ||
| 416 | |||
| 417 | sch->qstats.backlog += qdisc_pkt_len(skb); | ||
| 418 | |||
| 422 | cb = netem_skb_cb(skb); | 419 | cb = netem_skb_cb(skb); |
| 423 | if (q->gap == 0 || /* not doing reordering */ | 420 | if (q->gap == 0 || /* not doing reordering */ |
| 424 | q->counter < q->gap - 1 || /* inside last reordering gap */ | 421 | q->counter < q->gap - 1 || /* inside last reordering gap */ |
| @@ -450,7 +447,7 @@ static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) | |||
| 450 | 447 | ||
| 451 | cb->time_to_send = now + delay; | 448 | cb->time_to_send = now + delay; |
| 452 | ++q->counter; | 449 | ++q->counter; |
| 453 | ret = tfifo_enqueue(skb, sch); | 450 | tfifo_enqueue(skb, sch); |
| 454 | } else { | 451 | } else { |
| 455 | /* | 452 | /* |
| 456 | * Do re-ordering by putting one out of N packets at the front | 453 | * Do re-ordering by putting one out of N packets at the front |
| @@ -460,16 +457,7 @@ static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) | |||
| 460 | q->counter = 0; | 457 | q->counter = 0; |
| 461 | 458 | ||
| 462 | __skb_queue_head(&sch->q, skb); | 459 | __skb_queue_head(&sch->q, skb); |
| 463 | sch->qstats.backlog += qdisc_pkt_len(skb); | ||
| 464 | sch->qstats.requeues++; | 460 | sch->qstats.requeues++; |
| 465 | ret = NET_XMIT_SUCCESS; | ||
| 466 | } | ||
| 467 | |||
| 468 | if (ret != NET_XMIT_SUCCESS) { | ||
| 469 | if (net_xmit_drop_count(ret)) { | ||
| 470 | sch->qstats.drops++; | ||
| 471 | return ret; | ||
| 472 | } | ||
| 473 | } | 461 | } |
| 474 | 462 | ||
| 475 | return NET_XMIT_SUCCESS; | 463 | return NET_XMIT_SUCCESS; |
diff --git a/net/sched/sch_sfb.c b/net/sched/sch_sfb.c index 74305c883bd3..30ea4674cabd 100644 --- a/net/sched/sch_sfb.c +++ b/net/sched/sch_sfb.c | |||
| @@ -570,6 +570,8 @@ static int sfb_dump(struct Qdisc *sch, struct sk_buff *skb) | |||
| 570 | 570 | ||
| 571 | sch->qstats.backlog = q->qdisc->qstats.backlog; | 571 | sch->qstats.backlog = q->qdisc->qstats.backlog; |
| 572 | opts = nla_nest_start(skb, TCA_OPTIONS); | 572 | opts = nla_nest_start(skb, TCA_OPTIONS); |
| 573 | if (opts == NULL) | ||
| 574 | goto nla_put_failure; | ||
| 573 | if (nla_put(skb, TCA_SFB_PARMS, sizeof(opt), &opt)) | 575 | if (nla_put(skb, TCA_SFB_PARMS, sizeof(opt), &opt)) |
| 574 | goto nla_put_failure; | 576 | goto nla_put_failure; |
| 575 | return nla_nest_end(skb, opts); | 577 | return nla_nest_end(skb, opts); |
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 5bc9ab161b37..b16517ee1aaf 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c | |||
| @@ -271,6 +271,7 @@ static struct sctp_association *sctp_association_init(struct sctp_association *a | |||
| 271 | */ | 271 | */ |
| 272 | asoc->peer.sack_needed = 1; | 272 | asoc->peer.sack_needed = 1; |
| 273 | asoc->peer.sack_cnt = 0; | 273 | asoc->peer.sack_cnt = 0; |
| 274 | asoc->peer.sack_generation = 1; | ||
| 274 | 275 | ||
| 275 | /* Assume that the peer will tell us if he recognizes ASCONF | 276 | /* Assume that the peer will tell us if he recognizes ASCONF |
| 276 | * as part of INIT exchange. | 277 | * as part of INIT exchange. |
diff --git a/net/sctp/input.c b/net/sctp/input.c index 80564fe03024..8b9b6790a3df 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c | |||
| @@ -736,15 +736,12 @@ static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) | |||
| 736 | 736 | ||
| 737 | epb = &ep->base; | 737 | epb = &ep->base; |
| 738 | 738 | ||
| 739 | if (hlist_unhashed(&epb->node)) | ||
| 740 | return; | ||
| 741 | |||
| 742 | epb->hashent = sctp_ep_hashfn(epb->bind_addr.port); | 739 | epb->hashent = sctp_ep_hashfn(epb->bind_addr.port); |
| 743 | 740 | ||
| 744 | head = &sctp_ep_hashtable[epb->hashent]; | 741 | head = &sctp_ep_hashtable[epb->hashent]; |
| 745 | 742 | ||
| 746 | sctp_write_lock(&head->lock); | 743 | sctp_write_lock(&head->lock); |
| 747 | __hlist_del(&epb->node); | 744 | hlist_del_init(&epb->node); |
| 748 | sctp_write_unlock(&head->lock); | 745 | sctp_write_unlock(&head->lock); |
| 749 | } | 746 | } |
| 750 | 747 | ||
| @@ -825,7 +822,7 @@ static void __sctp_unhash_established(struct sctp_association *asoc) | |||
| 825 | head = &sctp_assoc_hashtable[epb->hashent]; | 822 | head = &sctp_assoc_hashtable[epb->hashent]; |
| 826 | 823 | ||
| 827 | sctp_write_lock(&head->lock); | 824 | sctp_write_lock(&head->lock); |
| 828 | __hlist_del(&epb->node); | 825 | hlist_del_init(&epb->node); |
| 829 | sctp_write_unlock(&head->lock); | 826 | sctp_write_unlock(&head->lock); |
| 830 | } | 827 | } |
| 831 | 828 | ||
diff --git a/net/sctp/output.c b/net/sctp/output.c index f1b7d4bb591e..6ae47acaaec6 100644 --- a/net/sctp/output.c +++ b/net/sctp/output.c | |||
| @@ -248,6 +248,11 @@ static sctp_xmit_t sctp_packet_bundle_sack(struct sctp_packet *pkt, | |||
| 248 | /* If the SACK timer is running, we have a pending SACK */ | 248 | /* If the SACK timer is running, we have a pending SACK */ |
| 249 | if (timer_pending(timer)) { | 249 | if (timer_pending(timer)) { |
| 250 | struct sctp_chunk *sack; | 250 | struct sctp_chunk *sack; |
| 251 | |||
| 252 | if (pkt->transport->sack_generation != | ||
| 253 | pkt->transport->asoc->peer.sack_generation) | ||
| 254 | return retval; | ||
| 255 | |||
| 251 | asoc->a_rwnd = asoc->rwnd; | 256 | asoc->a_rwnd = asoc->rwnd; |
| 252 | sack = sctp_make_sack(asoc); | 257 | sack = sctp_make_sack(asoc); |
| 253 | if (sack) { | 258 | if (sack) { |
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index a85eeeb55dd0..b6de71efb140 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
| @@ -734,8 +734,10 @@ struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc) | |||
| 734 | int len; | 734 | int len; |
| 735 | __u32 ctsn; | 735 | __u32 ctsn; |
| 736 | __u16 num_gabs, num_dup_tsns; | 736 | __u16 num_gabs, num_dup_tsns; |
| 737 | struct sctp_association *aptr = (struct sctp_association *)asoc; | ||
| 737 | struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; | 738 | struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; |
| 738 | struct sctp_gap_ack_block gabs[SCTP_MAX_GABS]; | 739 | struct sctp_gap_ack_block gabs[SCTP_MAX_GABS]; |
| 740 | struct sctp_transport *trans; | ||
| 739 | 741 | ||
| 740 | memset(gabs, 0, sizeof(gabs)); | 742 | memset(gabs, 0, sizeof(gabs)); |
| 741 | ctsn = sctp_tsnmap_get_ctsn(map); | 743 | ctsn = sctp_tsnmap_get_ctsn(map); |
| @@ -805,6 +807,20 @@ struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc) | |||
| 805 | sctp_addto_chunk(retval, sizeof(__u32) * num_dup_tsns, | 807 | sctp_addto_chunk(retval, sizeof(__u32) * num_dup_tsns, |
| 806 | sctp_tsnmap_get_dups(map)); | 808 | sctp_tsnmap_get_dups(map)); |
| 807 | 809 | ||
| 810 | /* Once we have a sack generated, check to see what our sack | ||
| 811 | * generation is, if its 0, reset the transports to 0, and reset | ||
| 812 | * the association generation to 1 | ||
| 813 | * | ||
| 814 | * The idea is that zero is never used as a valid generation for the | ||
| 815 | * association so no transport will match after a wrap event like this, | ||
| 816 | * Until the next sack | ||
| 817 | */ | ||
| 818 | if (++aptr->peer.sack_generation == 0) { | ||
| 819 | list_for_each_entry(trans, &asoc->peer.transport_addr_list, | ||
| 820 | transports) | ||
| 821 | trans->sack_generation = 0; | ||
| 822 | aptr->peer.sack_generation = 1; | ||
| 823 | } | ||
| 808 | nodata: | 824 | nodata: |
| 809 | return retval; | 825 | return retval; |
| 810 | } | 826 | } |
diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c index c96d1a81cf42..8716da1a8592 100644 --- a/net/sctp/sm_sideeffect.c +++ b/net/sctp/sm_sideeffect.c | |||
| @@ -1268,7 +1268,7 @@ static int sctp_cmd_interpreter(sctp_event_t event_type, | |||
| 1268 | case SCTP_CMD_REPORT_TSN: | 1268 | case SCTP_CMD_REPORT_TSN: |
| 1269 | /* Record the arrival of a TSN. */ | 1269 | /* Record the arrival of a TSN. */ |
| 1270 | error = sctp_tsnmap_mark(&asoc->peer.tsn_map, | 1270 | error = sctp_tsnmap_mark(&asoc->peer.tsn_map, |
| 1271 | cmd->obj.u32); | 1271 | cmd->obj.u32, NULL); |
| 1272 | break; | 1272 | break; |
| 1273 | 1273 | ||
| 1274 | case SCTP_CMD_REPORT_FWDTSN: | 1274 | case SCTP_CMD_REPORT_FWDTSN: |
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index b3b8a8d813eb..31c7bfcd9b58 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
| @@ -1231,8 +1231,14 @@ out_free: | |||
| 1231 | SCTP_DEBUG_PRINTK("About to exit __sctp_connect() free asoc: %p" | 1231 | SCTP_DEBUG_PRINTK("About to exit __sctp_connect() free asoc: %p" |
| 1232 | " kaddrs: %p err: %d\n", | 1232 | " kaddrs: %p err: %d\n", |
| 1233 | asoc, kaddrs, err); | 1233 | asoc, kaddrs, err); |
| 1234 | if (asoc) | 1234 | if (asoc) { |
| 1235 | /* sctp_primitive_ASSOCIATE may have added this association | ||
| 1236 | * To the hash table, try to unhash it, just in case, its a noop | ||
| 1237 | * if it wasn't hashed so we're safe | ||
| 1238 | */ | ||
| 1239 | sctp_unhash_established(asoc); | ||
| 1235 | sctp_association_free(asoc); | 1240 | sctp_association_free(asoc); |
| 1241 | } | ||
| 1236 | return err; | 1242 | return err; |
| 1237 | } | 1243 | } |
| 1238 | 1244 | ||
| @@ -1942,8 +1948,10 @@ SCTP_STATIC int sctp_sendmsg(struct kiocb *iocb, struct sock *sk, | |||
| 1942 | goto out_unlock; | 1948 | goto out_unlock; |
| 1943 | 1949 | ||
| 1944 | out_free: | 1950 | out_free: |
| 1945 | if (new_asoc) | 1951 | if (new_asoc) { |
| 1952 | sctp_unhash_established(asoc); | ||
| 1946 | sctp_association_free(asoc); | 1953 | sctp_association_free(asoc); |
| 1954 | } | ||
| 1947 | out_unlock: | 1955 | out_unlock: |
| 1948 | sctp_release_sock(sk); | 1956 | sctp_release_sock(sk); |
| 1949 | 1957 | ||
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index b026ba0c6992..1dcceb6e0ce6 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
| @@ -68,6 +68,8 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer, | |||
| 68 | peer->af_specific = sctp_get_af_specific(addr->sa.sa_family); | 68 | peer->af_specific = sctp_get_af_specific(addr->sa.sa_family); |
| 69 | memset(&peer->saddr, 0, sizeof(union sctp_addr)); | 69 | memset(&peer->saddr, 0, sizeof(union sctp_addr)); |
| 70 | 70 | ||
| 71 | peer->sack_generation = 0; | ||
| 72 | |||
| 71 | /* From 6.3.1 RTO Calculation: | 73 | /* From 6.3.1 RTO Calculation: |
| 72 | * | 74 | * |
| 73 | * C1) Until an RTT measurement has been made for a packet sent to the | 75 | * C1) Until an RTT measurement has been made for a packet sent to the |
diff --git a/net/sctp/tsnmap.c b/net/sctp/tsnmap.c index f1e40cebc981..b5fb7c409023 100644 --- a/net/sctp/tsnmap.c +++ b/net/sctp/tsnmap.c | |||
| @@ -114,7 +114,8 @@ int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) | |||
| 114 | 114 | ||
| 115 | 115 | ||
| 116 | /* Mark this TSN as seen. */ | 116 | /* Mark this TSN as seen. */ |
| 117 | int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn) | 117 | int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn, |
| 118 | struct sctp_transport *trans) | ||
| 118 | { | 119 | { |
| 119 | u16 gap; | 120 | u16 gap; |
| 120 | 121 | ||
| @@ -133,6 +134,9 @@ int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn) | |||
| 133 | */ | 134 | */ |
| 134 | map->max_tsn_seen++; | 135 | map->max_tsn_seen++; |
| 135 | map->cumulative_tsn_ack_point++; | 136 | map->cumulative_tsn_ack_point++; |
| 137 | if (trans) | ||
| 138 | trans->sack_generation = | ||
| 139 | trans->asoc->peer.sack_generation; | ||
| 136 | map->base_tsn++; | 140 | map->base_tsn++; |
| 137 | } else { | 141 | } else { |
| 138 | /* Either we already have a gap, or about to record a gap, so | 142 | /* Either we already have a gap, or about to record a gap, so |
diff --git a/net/sctp/ulpevent.c b/net/sctp/ulpevent.c index 8a84017834c2..33d894776192 100644 --- a/net/sctp/ulpevent.c +++ b/net/sctp/ulpevent.c | |||
| @@ -715,7 +715,8 @@ struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc, | |||
| 715 | * can mark it as received so the tsn_map is updated correctly. | 715 | * can mark it as received so the tsn_map is updated correctly. |
| 716 | */ | 716 | */ |
| 717 | if (sctp_tsnmap_mark(&asoc->peer.tsn_map, | 717 | if (sctp_tsnmap_mark(&asoc->peer.tsn_map, |
| 718 | ntohl(chunk->subh.data_hdr->tsn))) | 718 | ntohl(chunk->subh.data_hdr->tsn), |
| 719 | chunk->transport)) | ||
| 719 | goto fail_mark; | 720 | goto fail_mark; |
| 720 | 721 | ||
| 721 | /* First calculate the padding, so we don't inadvertently | 722 | /* First calculate the padding, so we don't inadvertently |
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index f2d1de7f2ffb..f5a6a4f4faf7 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c | |||
| @@ -1051,7 +1051,7 @@ void sctp_ulpq_renege(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, | |||
| 1051 | if (chunk && (freed >= needed)) { | 1051 | if (chunk && (freed >= needed)) { |
| 1052 | __u32 tsn; | 1052 | __u32 tsn; |
| 1053 | tsn = ntohl(chunk->subh.data_hdr->tsn); | 1053 | tsn = ntohl(chunk->subh.data_hdr->tsn); |
| 1054 | sctp_tsnmap_mark(&asoc->peer.tsn_map, tsn); | 1054 | sctp_tsnmap_mark(&asoc->peer.tsn_map, tsn, chunk->transport); |
| 1055 | sctp_ulpq_tail_data(ulpq, chunk, gfp); | 1055 | sctp_ulpq_tail_data(ulpq, chunk, gfp); |
| 1056 | 1056 | ||
| 1057 | sctp_ulpq_partial_delivery(ulpq, chunk, gfp); | 1057 | sctp_ulpq_partial_delivery(ulpq, chunk, gfp); |
diff --git a/security/security.c b/security/security.c index 3efc9b12aef4..860aeb349cb3 100644 --- a/security/security.c +++ b/security/security.c | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include <linux/mman.h> | 23 | #include <linux/mman.h> |
| 24 | #include <linux/mount.h> | 24 | #include <linux/mount.h> |
| 25 | #include <linux/personality.h> | 25 | #include <linux/personality.h> |
| 26 | #include <linux/backing-dev.h> | ||
| 26 | #include <net/flow.h> | 27 | #include <net/flow.h> |
| 27 | 28 | ||
| 28 | #define MAX_LSM_EVM_XATTR 2 | 29 | #define MAX_LSM_EVM_XATTR 2 |
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 372ec6502aa8..ffd8900a38e8 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -2717,7 +2717,7 @@ static int selinux_inode_setattr(struct dentry *dentry, struct iattr *iattr) | |||
| 2717 | ATTR_ATIME_SET | ATTR_MTIME_SET | ATTR_TIMES_SET)) | 2717 | ATTR_ATIME_SET | ATTR_MTIME_SET | ATTR_TIMES_SET)) |
| 2718 | return dentry_has_perm(cred, dentry, FILE__SETATTR); | 2718 | return dentry_has_perm(cred, dentry, FILE__SETATTR); |
| 2719 | 2719 | ||
| 2720 | if (ia_valid & ATTR_SIZE) | 2720 | if (selinux_policycap_openperm && (ia_valid & ATTR_SIZE)) |
| 2721 | av |= FILE__OPEN; | 2721 | av |= FILE__OPEN; |
| 2722 | 2722 | ||
| 2723 | return dentry_has_perm(cred, dentry, av); | 2723 | return dentry_has_perm(cred, dentry, av); |
diff --git a/security/selinux/include/classmap.h b/security/selinux/include/classmap.h index b8c53723e09b..df2de54a958d 100644 --- a/security/selinux/include/classmap.h +++ b/security/selinux/include/classmap.h | |||
| @@ -145,7 +145,9 @@ struct security_class_mapping secclass_map[] = { | |||
| 145 | "node_bind", "name_connect", NULL } }, | 145 | "node_bind", "name_connect", NULL } }, |
| 146 | { "memprotect", { "mmap_zero", NULL } }, | 146 | { "memprotect", { "mmap_zero", NULL } }, |
| 147 | { "peer", { "recv", NULL } }, | 147 | { "peer", { "recv", NULL } }, |
| 148 | { "capability2", { "mac_override", "mac_admin", "syslog", NULL } }, | 148 | { "capability2", |
| 149 | { "mac_override", "mac_admin", "syslog", "wake_alarm", "block_suspend", | ||
| 150 | NULL } }, | ||
| 149 | { "kernel_service", { "use_as_override", "create_files_as", NULL } }, | 151 | { "kernel_service", { "use_as_override", "create_files_as", NULL } }, |
| 150 | { "tun_socket", | 152 | { "tun_socket", |
| 151 | { COMMON_SOCK_PERMS, NULL } }, | 153 | { COMMON_SOCK_PERMS, NULL } }, |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 5ccf10a4d593..aa4c25e0f327 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -6688,6 +6688,31 @@ static const struct alc_model_fixup alc662_fixup_models[] = { | |||
| 6688 | {} | 6688 | {} |
| 6689 | }; | 6689 | }; |
| 6690 | 6690 | ||
| 6691 | static void alc662_fill_coef(struct hda_codec *codec) | ||
| 6692 | { | ||
| 6693 | int val, coef; | ||
| 6694 | |||
| 6695 | coef = alc_get_coef0(codec); | ||
| 6696 | |||
| 6697 | switch (codec->vendor_id) { | ||
| 6698 | case 0x10ec0662: | ||
| 6699 | if ((coef & 0x00f0) == 0x0030) { | ||
| 6700 | val = alc_read_coef_idx(codec, 0x4); /* EAPD Ctrl */ | ||
| 6701 | alc_write_coef_idx(codec, 0x4, val & ~(1<<10)); | ||
| 6702 | } | ||
| 6703 | break; | ||
| 6704 | case 0x10ec0272: | ||
| 6705 | case 0x10ec0273: | ||
| 6706 | case 0x10ec0663: | ||
| 6707 | case 0x10ec0665: | ||
| 6708 | case 0x10ec0670: | ||
| 6709 | case 0x10ec0671: | ||
| 6710 | case 0x10ec0672: | ||
| 6711 | val = alc_read_coef_idx(codec, 0xd); /* EAPD Ctrl */ | ||
| 6712 | alc_write_coef_idx(codec, 0xd, val | (1<<14)); | ||
| 6713 | break; | ||
| 6714 | } | ||
| 6715 | } | ||
| 6691 | 6716 | ||
| 6692 | /* | 6717 | /* |
| 6693 | */ | 6718 | */ |
| @@ -6707,6 +6732,9 @@ static int patch_alc662(struct hda_codec *codec) | |||
| 6707 | 6732 | ||
| 6708 | alc_fix_pll_init(codec, 0x20, 0x04, 15); | 6733 | alc_fix_pll_init(codec, 0x20, 0x04, 15); |
| 6709 | 6734 | ||
| 6735 | spec->init_hook = alc662_fill_coef; | ||
| 6736 | alc662_fill_coef(codec); | ||
| 6737 | |||
| 6710 | alc_pick_fixup(codec, alc662_fixup_models, | 6738 | alc_pick_fixup(codec, alc662_fixup_models, |
| 6711 | alc662_fixup_tbl, alc662_fixups); | 6739 | alc662_fixup_tbl, alc662_fixups); |
| 6712 | alc_apply_fixup(codec, ALC_FIXUP_ACT_PRE_PROBE); | 6740 | alc_apply_fixup(codec, ALC_FIXUP_ACT_PRE_PROBE); |
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 64d2a4fa34b2..e9b62b5ea637 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c | |||
| @@ -935,9 +935,7 @@ static int aic3x_hw_params(struct snd_pcm_substream *substream, | |||
| 935 | } | 935 | } |
| 936 | 936 | ||
| 937 | found: | 937 | found: |
| 938 | data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG); | 938 | snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); |
| 939 | snd_soc_write(codec, AIC3X_PLL_PROGA_REG, | ||
| 940 | data | (pll_p << PLLP_SHIFT)); | ||
| 941 | snd_soc_write(codec, AIC3X_OVRF_STATUS_AND_PLLR_REG, | 939 | snd_soc_write(codec, AIC3X_OVRF_STATUS_AND_PLLR_REG, |
| 942 | pll_r << PLLR_SHIFT); | 940 | pll_r << PLLR_SHIFT); |
| 943 | snd_soc_write(codec, AIC3X_PLL_PROGB_REG, pll_j << PLLJ_SHIFT); | 941 | snd_soc_write(codec, AIC3X_PLL_PROGB_REG, pll_j << PLLJ_SHIFT); |
diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/codecs/tlv320aic3x.h index 6f097fb60683..08c7f6685ff0 100644 --- a/sound/soc/codecs/tlv320aic3x.h +++ b/sound/soc/codecs/tlv320aic3x.h | |||
| @@ -166,6 +166,7 @@ | |||
| 166 | 166 | ||
| 167 | /* PLL registers bitfields */ | 167 | /* PLL registers bitfields */ |
| 168 | #define PLLP_SHIFT 0 | 168 | #define PLLP_SHIFT 0 |
| 169 | #define PLLP_MASK 7 | ||
| 169 | #define PLLQ_SHIFT 3 | 170 | #define PLLQ_SHIFT 3 |
| 170 | #define PLLR_SHIFT 0 | 171 | #define PLLR_SHIFT 0 |
| 171 | #define PLLJ_SHIFT 2 | 172 | #define PLLJ_SHIFT 2 |
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index acbdc5fde923..32682c1b7cde 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c | |||
| @@ -1491,6 +1491,7 @@ static int wm2200_bclk_rates_dat[WM2200_NUM_BCLK_RATES] = { | |||
| 1491 | 1491 | ||
| 1492 | static int wm2200_bclk_rates_cd[WM2200_NUM_BCLK_RATES] = { | 1492 | static int wm2200_bclk_rates_cd[WM2200_NUM_BCLK_RATES] = { |
| 1493 | 5644800, | 1493 | 5644800, |
| 1494 | 3763200, | ||
| 1494 | 2882400, | 1495 | 2882400, |
| 1495 | 1881600, | 1496 | 1881600, |
| 1496 | 1411200, | 1497 | 1411200, |
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index e6906901debb..0f647d22cb4a 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c | |||
| @@ -414,7 +414,7 @@ struct snd_usb_endpoint *snd_usb_add_endpoint(struct snd_usb_audio *chip, | |||
| 414 | { | 414 | { |
| 415 | struct list_head *p; | 415 | struct list_head *p; |
| 416 | struct snd_usb_endpoint *ep; | 416 | struct snd_usb_endpoint *ep; |
| 417 | int ret, is_playback = direction == SNDRV_PCM_STREAM_PLAYBACK; | 417 | int is_playback = direction == SNDRV_PCM_STREAM_PLAYBACK; |
| 418 | 418 | ||
| 419 | mutex_lock(&chip->mutex); | 419 | mutex_lock(&chip->mutex); |
| 420 | 420 | ||
| @@ -434,16 +434,6 @@ struct snd_usb_endpoint *snd_usb_add_endpoint(struct snd_usb_audio *chip, | |||
| 434 | type == SND_USB_ENDPOINT_TYPE_DATA ? "data" : "sync", | 434 | type == SND_USB_ENDPOINT_TYPE_DATA ? "data" : "sync", |
| 435 | ep_num); | 435 | ep_num); |
| 436 | 436 | ||
| 437 | /* select the alt setting once so the endpoints become valid */ | ||
| 438 | ret = usb_set_interface(chip->dev, alts->desc.bInterfaceNumber, | ||
| 439 | alts->desc.bAlternateSetting); | ||
| 440 | if (ret < 0) { | ||
| 441 | snd_printk(KERN_ERR "%s(): usb_set_interface() failed, ret = %d\n", | ||
| 442 | __func__, ret); | ||
| 443 | ep = NULL; | ||
| 444 | goto __exit_unlock; | ||
| 445 | } | ||
| 446 | |||
| 447 | ep = kzalloc(sizeof(*ep), GFP_KERNEL); | 437 | ep = kzalloc(sizeof(*ep), GFP_KERNEL); |
| 448 | if (!ep) | 438 | if (!ep) |
| 449 | goto __exit_unlock; | 439 | goto __exit_unlock; |
| @@ -831,9 +821,6 @@ int snd_usb_endpoint_start(struct snd_usb_endpoint *ep) | |||
| 831 | if (++ep->use_count != 1) | 821 | if (++ep->use_count != 1) |
| 832 | return 0; | 822 | return 0; |
| 833 | 823 | ||
| 834 | if (snd_BUG_ON(!test_bit(EP_FLAG_ACTIVATED, &ep->flags))) | ||
| 835 | return -EINVAL; | ||
| 836 | |||
| 837 | /* just to be sure */ | 824 | /* just to be sure */ |
| 838 | deactivate_urbs(ep, 0, 1); | 825 | deactivate_urbs(ep, 0, 1); |
| 839 | wait_clear_urbs(ep); | 826 | wait_clear_urbs(ep); |
| @@ -911,9 +898,6 @@ void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, | |||
| 911 | if (snd_BUG_ON(ep->use_count == 0)) | 898 | if (snd_BUG_ON(ep->use_count == 0)) |
| 912 | return; | 899 | return; |
| 913 | 900 | ||
| 914 | if (snd_BUG_ON(!test_bit(EP_FLAG_ACTIVATED, &ep->flags))) | ||
| 915 | return; | ||
| 916 | |||
| 917 | if (--ep->use_count == 0) { | 901 | if (--ep->use_count == 0) { |
| 918 | deactivate_urbs(ep, force, can_sleep); | 902 | deactivate_urbs(ep, force, can_sleep); |
| 919 | ep->data_subs = NULL; | 903 | ep->data_subs = NULL; |
| @@ -927,42 +911,6 @@ void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, | |||
| 927 | } | 911 | } |
| 928 | 912 | ||
| 929 | /** | 913 | /** |
| 930 | * snd_usb_endpoint_activate: activate an snd_usb_endpoint | ||
| 931 | * | ||
| 932 | * @ep: the endpoint to activate | ||
| 933 | * | ||
| 934 | * If the endpoint is not currently in use, this functions will select the | ||
| 935 | * correct alternate interface setting for the interface of this endpoint. | ||
| 936 | * | ||
| 937 | * In case of any active users, this functions does nothing. | ||
| 938 | * | ||
| 939 | * Returns an error if usb_set_interface() failed, 0 in all other | ||
| 940 | * cases. | ||
| 941 | */ | ||
| 942 | int snd_usb_endpoint_activate(struct snd_usb_endpoint *ep) | ||
| 943 | { | ||
| 944 | if (ep->use_count != 0) | ||
| 945 | return 0; | ||
| 946 | |||
| 947 | if (!ep->chip->shutdown && | ||
| 948 | !test_and_set_bit(EP_FLAG_ACTIVATED, &ep->flags)) { | ||
| 949 | int ret; | ||
| 950 | |||
| 951 | ret = usb_set_interface(ep->chip->dev, ep->iface, ep->alt_idx); | ||
| 952 | if (ret < 0) { | ||
| 953 | snd_printk(KERN_ERR "%s() usb_set_interface() failed, ret = %d\n", | ||
| 954 | __func__, ret); | ||
| 955 | clear_bit(EP_FLAG_ACTIVATED, &ep->flags); | ||
| 956 | return ret; | ||
| 957 | } | ||
| 958 | |||
| 959 | return 0; | ||
| 960 | } | ||
| 961 | |||
| 962 | return -EBUSY; | ||
| 963 | } | ||
| 964 | |||
| 965 | /** | ||
| 966 | * snd_usb_endpoint_deactivate: deactivate an snd_usb_endpoint | 914 | * snd_usb_endpoint_deactivate: deactivate an snd_usb_endpoint |
| 967 | * | 915 | * |
| 968 | * @ep: the endpoint to deactivate | 916 | * @ep: the endpoint to deactivate |
| @@ -980,24 +928,15 @@ int snd_usb_endpoint_deactivate(struct snd_usb_endpoint *ep) | |||
| 980 | if (!ep) | 928 | if (!ep) |
| 981 | return -EINVAL; | 929 | return -EINVAL; |
| 982 | 930 | ||
| 931 | deactivate_urbs(ep, 1, 1); | ||
| 932 | wait_clear_urbs(ep); | ||
| 933 | |||
| 983 | if (ep->use_count != 0) | 934 | if (ep->use_count != 0) |
| 984 | return 0; | 935 | return 0; |
| 985 | 936 | ||
| 986 | if (!ep->chip->shutdown && | 937 | clear_bit(EP_FLAG_ACTIVATED, &ep->flags); |
| 987 | test_and_clear_bit(EP_FLAG_ACTIVATED, &ep->flags)) { | ||
| 988 | int ret; | ||
| 989 | |||
| 990 | ret = usb_set_interface(ep->chip->dev, ep->iface, 0); | ||
| 991 | if (ret < 0) { | ||
| 992 | snd_printk(KERN_ERR "%s(): usb_set_interface() failed, ret = %d\n", | ||
| 993 | __func__, ret); | ||
| 994 | return ret; | ||
| 995 | } | ||
| 996 | 938 | ||
| 997 | return 0; | 939 | return 0; |
| 998 | } | ||
| 999 | |||
| 1000 | return -EBUSY; | ||
| 1001 | } | 940 | } |
| 1002 | 941 | ||
| 1003 | /** | 942 | /** |
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 54607f8c4f66..a1298f379428 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c | |||
| @@ -261,19 +261,6 @@ static void stop_endpoints(struct snd_usb_substream *subs, | |||
| 261 | force, can_sleep, wait); | 261 | force, can_sleep, wait); |
| 262 | } | 262 | } |
| 263 | 263 | ||
| 264 | static int activate_endpoints(struct snd_usb_substream *subs) | ||
| 265 | { | ||
| 266 | if (subs->sync_endpoint) { | ||
| 267 | int ret; | ||
| 268 | |||
| 269 | ret = snd_usb_endpoint_activate(subs->sync_endpoint); | ||
| 270 | if (ret < 0) | ||
| 271 | return ret; | ||
| 272 | } | ||
| 273 | |||
| 274 | return snd_usb_endpoint_activate(subs->data_endpoint); | ||
| 275 | } | ||
| 276 | |||
| 277 | static int deactivate_endpoints(struct snd_usb_substream *subs) | 264 | static int deactivate_endpoints(struct snd_usb_substream *subs) |
| 278 | { | 265 | { |
| 279 | int reta, retb; | 266 | int reta, retb; |
| @@ -314,6 +301,33 @@ static int set_format(struct snd_usb_substream *subs, struct audioformat *fmt) | |||
| 314 | if (fmt == subs->cur_audiofmt) | 301 | if (fmt == subs->cur_audiofmt) |
| 315 | return 0; | 302 | return 0; |
| 316 | 303 | ||
| 304 | /* close the old interface */ | ||
| 305 | if (subs->interface >= 0 && subs->interface != fmt->iface) { | ||
| 306 | err = usb_set_interface(subs->dev, subs->interface, 0); | ||
| 307 | if (err < 0) { | ||
| 308 | snd_printk(KERN_ERR "%d:%d:%d: return to setting 0 failed (%d)\n", | ||
| 309 | dev->devnum, fmt->iface, fmt->altsetting, err); | ||
| 310 | return -EIO; | ||
| 311 | } | ||
| 312 | subs->interface = -1; | ||
| 313 | subs->altset_idx = 0; | ||
| 314 | } | ||
| 315 | |||
| 316 | /* set interface */ | ||
| 317 | if (subs->interface != fmt->iface || | ||
| 318 | subs->altset_idx != fmt->altset_idx) { | ||
| 319 | err = usb_set_interface(dev, fmt->iface, fmt->altsetting); | ||
| 320 | if (err < 0) { | ||
| 321 | snd_printk(KERN_ERR "%d:%d:%d: usb_set_interface failed (%d)\n", | ||
| 322 | dev->devnum, fmt->iface, fmt->altsetting, err); | ||
| 323 | return -EIO; | ||
| 324 | } | ||
| 325 | snd_printdd(KERN_INFO "setting usb interface %d:%d\n", | ||
| 326 | fmt->iface, fmt->altsetting); | ||
| 327 | subs->interface = fmt->iface; | ||
| 328 | subs->altset_idx = fmt->altset_idx; | ||
| 329 | } | ||
| 330 | |||
| 317 | subs->data_endpoint = snd_usb_add_endpoint(subs->stream->chip, | 331 | subs->data_endpoint = snd_usb_add_endpoint(subs->stream->chip, |
| 318 | alts, fmt->endpoint, subs->direction, | 332 | alts, fmt->endpoint, subs->direction, |
| 319 | SND_USB_ENDPOINT_TYPE_DATA); | 333 | SND_USB_ENDPOINT_TYPE_DATA); |
| @@ -387,7 +401,7 @@ add_sync_ep: | |||
| 387 | subs->data_endpoint->sync_master = subs->sync_endpoint; | 401 | subs->data_endpoint->sync_master = subs->sync_endpoint; |
| 388 | } | 402 | } |
| 389 | 403 | ||
| 390 | if ((err = snd_usb_init_pitch(subs->stream->chip, subs->interface, alts, fmt)) < 0) | 404 | if ((err = snd_usb_init_pitch(subs->stream->chip, fmt->iface, alts, fmt)) < 0) |
| 391 | return err; | 405 | return err; |
| 392 | 406 | ||
| 393 | subs->cur_audiofmt = fmt; | 407 | subs->cur_audiofmt = fmt; |
| @@ -450,7 +464,7 @@ static int snd_usb_hw_params(struct snd_pcm_substream *substream, | |||
| 450 | struct usb_interface *iface; | 464 | struct usb_interface *iface; |
| 451 | iface = usb_ifnum_to_if(subs->dev, fmt->iface); | 465 | iface = usb_ifnum_to_if(subs->dev, fmt->iface); |
| 452 | alts = &iface->altsetting[fmt->altset_idx]; | 466 | alts = &iface->altsetting[fmt->altset_idx]; |
| 453 | ret = snd_usb_init_sample_rate(subs->stream->chip, subs->interface, alts, fmt, rate); | 467 | ret = snd_usb_init_sample_rate(subs->stream->chip, fmt->iface, alts, fmt, rate); |
| 454 | if (ret < 0) | 468 | if (ret < 0) |
| 455 | return ret; | 469 | return ret; |
| 456 | subs->cur_rate = rate; | 470 | subs->cur_rate = rate; |
| @@ -460,12 +474,6 @@ static int snd_usb_hw_params(struct snd_pcm_substream *substream, | |||
| 460 | mutex_lock(&subs->stream->chip->shutdown_mutex); | 474 | mutex_lock(&subs->stream->chip->shutdown_mutex); |
| 461 | /* format changed */ | 475 | /* format changed */ |
| 462 | stop_endpoints(subs, 0, 0, 0); | 476 | stop_endpoints(subs, 0, 0, 0); |
| 463 | deactivate_endpoints(subs); | ||
| 464 | |||
| 465 | ret = activate_endpoints(subs); | ||
| 466 | if (ret < 0) | ||
| 467 | goto unlock; | ||
| 468 | |||
| 469 | ret = snd_usb_endpoint_set_params(subs->data_endpoint, hw_params, fmt, | 477 | ret = snd_usb_endpoint_set_params(subs->data_endpoint, hw_params, fmt, |
| 470 | subs->sync_endpoint); | 478 | subs->sync_endpoint); |
| 471 | if (ret < 0) | 479 | if (ret < 0) |
| @@ -500,6 +508,7 @@ static int snd_usb_hw_free(struct snd_pcm_substream *substream) | |||
| 500 | subs->period_bytes = 0; | 508 | subs->period_bytes = 0; |
| 501 | mutex_lock(&subs->stream->chip->shutdown_mutex); | 509 | mutex_lock(&subs->stream->chip->shutdown_mutex); |
| 502 | stop_endpoints(subs, 0, 1, 1); | 510 | stop_endpoints(subs, 0, 1, 1); |
| 511 | deactivate_endpoints(subs); | ||
| 503 | mutex_unlock(&subs->stream->chip->shutdown_mutex); | 512 | mutex_unlock(&subs->stream->chip->shutdown_mutex); |
| 504 | return snd_pcm_lib_free_vmalloc_buffer(substream); | 513 | return snd_pcm_lib_free_vmalloc_buffer(substream); |
| 505 | } | 514 | } |
| @@ -938,16 +947,20 @@ static int snd_usb_pcm_open(struct snd_pcm_substream *substream, int direction) | |||
| 938 | 947 | ||
| 939 | static int snd_usb_pcm_close(struct snd_pcm_substream *substream, int direction) | 948 | static int snd_usb_pcm_close(struct snd_pcm_substream *substream, int direction) |
| 940 | { | 949 | { |
| 941 | int ret; | ||
| 942 | struct snd_usb_stream *as = snd_pcm_substream_chip(substream); | 950 | struct snd_usb_stream *as = snd_pcm_substream_chip(substream); |
| 943 | struct snd_usb_substream *subs = &as->substream[direction]; | 951 | struct snd_usb_substream *subs = &as->substream[direction]; |
| 944 | 952 | ||
| 945 | stop_endpoints(subs, 0, 0, 0); | 953 | stop_endpoints(subs, 0, 0, 0); |
| 946 | ret = deactivate_endpoints(subs); | 954 | |
| 955 | if (!as->chip->shutdown && subs->interface >= 0) { | ||
| 956 | usb_set_interface(subs->dev, subs->interface, 0); | ||
| 957 | subs->interface = -1; | ||
| 958 | } | ||
| 959 | |||
| 947 | subs->pcm_substream = NULL; | 960 | subs->pcm_substream = NULL; |
| 948 | snd_usb_autosuspend(subs->stream->chip); | 961 | snd_usb_autosuspend(subs->stream->chip); |
| 949 | 962 | ||
| 950 | return ret; | 963 | return 0; |
| 951 | } | 964 | } |
| 952 | 965 | ||
| 953 | /* Since a URB can handle only a single linear buffer, we must use double | 966 | /* Since a URB can handle only a single linear buffer, we must use double |
diff --git a/tools/perf/util/map.c b/tools/perf/util/map.c index 35ae56864e4f..a1f4e3669142 100644 --- a/tools/perf/util/map.c +++ b/tools/perf/util/map.c | |||
| @@ -669,25 +669,26 @@ struct machine *machines__find(struct rb_root *self, pid_t pid) | |||
| 669 | struct machine *machines__findnew(struct rb_root *self, pid_t pid) | 669 | struct machine *machines__findnew(struct rb_root *self, pid_t pid) |
| 670 | { | 670 | { |
| 671 | char path[PATH_MAX]; | 671 | char path[PATH_MAX]; |
| 672 | const char *root_dir; | 672 | const char *root_dir = ""; |
| 673 | struct machine *machine = machines__find(self, pid); | 673 | struct machine *machine = machines__find(self, pid); |
| 674 | 674 | ||
| 675 | if (!machine || machine->pid != pid) { | 675 | if (machine && (machine->pid == pid)) |
| 676 | if (pid == HOST_KERNEL_ID || pid == DEFAULT_GUEST_KERNEL_ID) | 676 | goto out; |
| 677 | root_dir = ""; | 677 | |
| 678 | else { | 678 | if ((pid != HOST_KERNEL_ID) && |
| 679 | if (!symbol_conf.guestmount) | 679 | (pid != DEFAULT_GUEST_KERNEL_ID) && |
| 680 | goto out; | 680 | (symbol_conf.guestmount)) { |
| 681 | sprintf(path, "%s/%d", symbol_conf.guestmount, pid); | 681 | sprintf(path, "%s/%d", symbol_conf.guestmount, pid); |
| 682 | if (access(path, R_OK)) { | 682 | if (access(path, R_OK)) { |
| 683 | pr_err("Can't access file %s\n", path); | 683 | pr_err("Can't access file %s\n", path); |
| 684 | goto out; | 684 | machine = NULL; |
| 685 | } | 685 | goto out; |
| 686 | root_dir = path; | ||
| 687 | } | 686 | } |
| 688 | machine = machines__add(self, pid, root_dir); | 687 | root_dir = path; |
| 689 | } | 688 | } |
| 690 | 689 | ||
| 690 | machine = machines__add(self, pid, root_dir); | ||
| 691 | |||
| 691 | out: | 692 | out: |
| 692 | return machine; | 693 | return machine; |
| 693 | } | 694 | } |
diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c index c3e399bcf18d..56142d0fb8d7 100644 --- a/tools/perf/util/session.c +++ b/tools/perf/util/session.c | |||
| @@ -926,7 +926,7 @@ static struct machine * | |||
| 926 | else | 926 | else |
| 927 | pid = event->ip.pid; | 927 | pid = event->ip.pid; |
| 928 | 928 | ||
| 929 | return perf_session__find_machine(session, pid); | 929 | return perf_session__findnew_machine(session, pid); |
| 930 | } | 930 | } |
| 931 | 931 | ||
| 932 | return perf_session__find_host_machine(session); | 932 | return perf_session__find_host_machine(session); |
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index df2fddbf0cd2..5dd3b5ec8411 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
| @@ -198,9 +198,8 @@ void print_trace_event(int cpu, void *data, int size) | |||
| 198 | record.data = data; | 198 | record.data = data; |
| 199 | 199 | ||
| 200 | trace_seq_init(&s); | 200 | trace_seq_init(&s); |
| 201 | pevent_print_event(pevent, &s, &record); | 201 | pevent_event_info(&s, event, &record); |
| 202 | trace_seq_do_printf(&s); | 202 | trace_seq_do_printf(&s); |
| 203 | printf("\n"); | ||
| 204 | } | 203 | } |
| 205 | 204 | ||
| 206 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, | 205 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, |
diff --git a/virt/kvm/assigned-dev.c b/virt/kvm/assigned-dev.c index b1e091ae2f37..23a41a9f8db9 100644 --- a/virt/kvm/assigned-dev.c +++ b/virt/kvm/assigned-dev.c | |||
| @@ -334,6 +334,11 @@ static int assigned_device_enable_host_intx(struct kvm *kvm, | |||
| 334 | } | 334 | } |
| 335 | 335 | ||
| 336 | #ifdef __KVM_HAVE_MSI | 336 | #ifdef __KVM_HAVE_MSI |
| 337 | static irqreturn_t kvm_assigned_dev_msi(int irq, void *dev_id) | ||
| 338 | { | ||
| 339 | return IRQ_WAKE_THREAD; | ||
| 340 | } | ||
| 341 | |||
| 337 | static int assigned_device_enable_host_msi(struct kvm *kvm, | 342 | static int assigned_device_enable_host_msi(struct kvm *kvm, |
| 338 | struct kvm_assigned_dev_kernel *dev) | 343 | struct kvm_assigned_dev_kernel *dev) |
| 339 | { | 344 | { |
| @@ -346,7 +351,7 @@ static int assigned_device_enable_host_msi(struct kvm *kvm, | |||
| 346 | } | 351 | } |
| 347 | 352 | ||
| 348 | dev->host_irq = dev->dev->irq; | 353 | dev->host_irq = dev->dev->irq; |
| 349 | if (request_threaded_irq(dev->host_irq, NULL, | 354 | if (request_threaded_irq(dev->host_irq, kvm_assigned_dev_msi, |
| 350 | kvm_assigned_dev_thread_msi, 0, | 355 | kvm_assigned_dev_thread_msi, 0, |
| 351 | dev->irq_name, dev)) { | 356 | dev->irq_name, dev)) { |
| 352 | pci_disable_msi(dev->dev); | 357 | pci_disable_msi(dev->dev); |
| @@ -358,6 +363,11 @@ static int assigned_device_enable_host_msi(struct kvm *kvm, | |||
| 358 | #endif | 363 | #endif |
| 359 | 364 | ||
| 360 | #ifdef __KVM_HAVE_MSIX | 365 | #ifdef __KVM_HAVE_MSIX |
| 366 | static irqreturn_t kvm_assigned_dev_msix(int irq, void *dev_id) | ||
| 367 | { | ||
| 368 | return IRQ_WAKE_THREAD; | ||
| 369 | } | ||
| 370 | |||
| 361 | static int assigned_device_enable_host_msix(struct kvm *kvm, | 371 | static int assigned_device_enable_host_msix(struct kvm *kvm, |
| 362 | struct kvm_assigned_dev_kernel *dev) | 372 | struct kvm_assigned_dev_kernel *dev) |
| 363 | { | 373 | { |
| @@ -374,7 +384,8 @@ static int assigned_device_enable_host_msix(struct kvm *kvm, | |||
| 374 | 384 | ||
| 375 | for (i = 0; i < dev->entries_nr; i++) { | 385 | for (i = 0; i < dev->entries_nr; i++) { |
| 376 | r = request_threaded_irq(dev->host_msix_entries[i].vector, | 386 | r = request_threaded_irq(dev->host_msix_entries[i].vector, |
| 377 | NULL, kvm_assigned_dev_thread_msix, | 387 | kvm_assigned_dev_msix, |
| 388 | kvm_assigned_dev_thread_msix, | ||
| 378 | 0, dev->irq_name, dev); | 389 | 0, dev->irq_name, dev); |
| 379 | if (r) | 390 | if (r) |
| 380 | goto err; | 391 | goto err; |
diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index f59c1e8de7a2..7d7e2aaffece 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c | |||
| @@ -198,7 +198,7 @@ static void irqfd_update(struct kvm *kvm, struct _irqfd *irqfd, | |||
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | static int | 200 | static int |
| 201 | kvm_irqfd_assign(struct kvm *kvm, int fd, int gsi) | 201 | kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) |
| 202 | { | 202 | { |
| 203 | struct kvm_irq_routing_table *irq_rt; | 203 | struct kvm_irq_routing_table *irq_rt; |
| 204 | struct _irqfd *irqfd, *tmp; | 204 | struct _irqfd *irqfd, *tmp; |
| @@ -212,12 +212,12 @@ kvm_irqfd_assign(struct kvm *kvm, int fd, int gsi) | |||
| 212 | return -ENOMEM; | 212 | return -ENOMEM; |
| 213 | 213 | ||
| 214 | irqfd->kvm = kvm; | 214 | irqfd->kvm = kvm; |
| 215 | irqfd->gsi = gsi; | 215 | irqfd->gsi = args->gsi; |
| 216 | INIT_LIST_HEAD(&irqfd->list); | 216 | INIT_LIST_HEAD(&irqfd->list); |
| 217 | INIT_WORK(&irqfd->inject, irqfd_inject); | 217 | INIT_WORK(&irqfd->inject, irqfd_inject); |
| 218 | INIT_WORK(&irqfd->shutdown, irqfd_shutdown); | 218 | INIT_WORK(&irqfd->shutdown, irqfd_shutdown); |
| 219 | 219 | ||
| 220 | file = eventfd_fget(fd); | 220 | file = eventfd_fget(args->fd); |
| 221 | if (IS_ERR(file)) { | 221 | if (IS_ERR(file)) { |
| 222 | ret = PTR_ERR(file); | 222 | ret = PTR_ERR(file); |
| 223 | goto fail; | 223 | goto fail; |
| @@ -298,19 +298,19 @@ kvm_eventfd_init(struct kvm *kvm) | |||
| 298 | * shutdown any irqfd's that match fd+gsi | 298 | * shutdown any irqfd's that match fd+gsi |
| 299 | */ | 299 | */ |
| 300 | static int | 300 | static int |
| 301 | kvm_irqfd_deassign(struct kvm *kvm, int fd, int gsi) | 301 | kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) |
| 302 | { | 302 | { |
| 303 | struct _irqfd *irqfd, *tmp; | 303 | struct _irqfd *irqfd, *tmp; |
| 304 | struct eventfd_ctx *eventfd; | 304 | struct eventfd_ctx *eventfd; |
| 305 | 305 | ||
| 306 | eventfd = eventfd_ctx_fdget(fd); | 306 | eventfd = eventfd_ctx_fdget(args->fd); |
| 307 | if (IS_ERR(eventfd)) | 307 | if (IS_ERR(eventfd)) |
| 308 | return PTR_ERR(eventfd); | 308 | return PTR_ERR(eventfd); |
| 309 | 309 | ||
| 310 | spin_lock_irq(&kvm->irqfds.lock); | 310 | spin_lock_irq(&kvm->irqfds.lock); |
| 311 | 311 | ||
| 312 | list_for_each_entry_safe(irqfd, tmp, &kvm->irqfds.items, list) { | 312 | list_for_each_entry_safe(irqfd, tmp, &kvm->irqfds.items, list) { |
| 313 | if (irqfd->eventfd == eventfd && irqfd->gsi == gsi) { | 313 | if (irqfd->eventfd == eventfd && irqfd->gsi == args->gsi) { |
| 314 | /* | 314 | /* |
| 315 | * This rcu_assign_pointer is needed for when | 315 | * This rcu_assign_pointer is needed for when |
| 316 | * another thread calls kvm_irq_routing_update before | 316 | * another thread calls kvm_irq_routing_update before |
| @@ -338,12 +338,15 @@ kvm_irqfd_deassign(struct kvm *kvm, int fd, int gsi) | |||
| 338 | } | 338 | } |
| 339 | 339 | ||
| 340 | int | 340 | int |
| 341 | kvm_irqfd(struct kvm *kvm, int fd, int gsi, int flags) | 341 | kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) |
| 342 | { | 342 | { |
| 343 | if (flags & KVM_IRQFD_FLAG_DEASSIGN) | 343 | if (args->flags & ~KVM_IRQFD_FLAG_DEASSIGN) |
| 344 | return kvm_irqfd_deassign(kvm, fd, gsi); | 344 | return -EINVAL; |
| 345 | |||
| 346 | if (args->flags & KVM_IRQFD_FLAG_DEASSIGN) | ||
| 347 | return kvm_irqfd_deassign(kvm, args); | ||
| 345 | 348 | ||
| 346 | return kvm_irqfd_assign(kvm, fd, gsi); | 349 | return kvm_irqfd_assign(kvm, args); |
| 347 | } | 350 | } |
| 348 | 351 | ||
| 349 | /* | 352 | /* |
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index 7e140683ff14..44ee7124b16d 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
| @@ -2047,7 +2047,7 @@ static long kvm_vm_ioctl(struct file *filp, | |||
| 2047 | r = -EFAULT; | 2047 | r = -EFAULT; |
| 2048 | if (copy_from_user(&data, argp, sizeof data)) | 2048 | if (copy_from_user(&data, argp, sizeof data)) |
| 2049 | goto out; | 2049 | goto out; |
| 2050 | r = kvm_irqfd(kvm, data.fd, data.gsi, data.flags); | 2050 | r = kvm_irqfd(kvm, &data); |
| 2051 | break; | 2051 | break; |
| 2052 | } | 2052 | } |
| 2053 | case KVM_IOEVENTFD: { | 2053 | case KVM_IOEVENTFD: { |
| @@ -2845,6 +2845,7 @@ void kvm_exit(void) | |||
| 2845 | kvm_arch_hardware_unsetup(); | 2845 | kvm_arch_hardware_unsetup(); |
| 2846 | kvm_arch_exit(); | 2846 | kvm_arch_exit(); |
| 2847 | free_cpumask_var(cpus_hardware_enabled); | 2847 | free_cpumask_var(cpus_hardware_enabled); |
| 2848 | __free_page(fault_page); | ||
| 2848 | __free_page(hwpoison_page); | 2849 | __free_page(hwpoison_page); |
| 2849 | __free_page(bad_page); | 2850 | __free_page(bad_page); |
| 2850 | } | 2851 | } |
